        .p-cont {
            padding-right: 0;
            padding-left: 0;
            position: relative;
            padding-top: 30px;
            text-align: center;
        }
        
        .p-cont.has-toptext,
        .p-cont.has-toptext-short {
            padding-top: 0;
        }
        
        .p-cont.has-lefttext-one {
            padding-left: 30px;
            padding-right: 15px;
        }
        
        .p-cont.has-lefttext-two {
            padding-left: 45px;
            padding-right: 0;
        }
        
        .p-cont_inner {
            position: relative;
        }
        /*Text on top of image*/
        
        .toptext {
            text-align: center;
            height: 30px;
            line-height: 30px;
        }
        
        .p-cont.has-lefttext-one .toptext,
        .p-cont.has-lefttext-two .toptext {
            padding-left: 15px;
        }
        /*Line on top of image*/
        
        .has-toptext-short .top-line {
            /*position: absolute;*/
            border-top: 1px solid #bfbfbe;
            right: 0;
            left: 0;
            width: 25px;
            margin: 0 auto;
        }
        
        .p-cont.has-lefttext-one .top-line,
        .p-cont.has-lefttext-two .top-line {
            left: 15px;
        }
        /*Text on left of image*/
        
        .lefttext-one {
            font-size: 0.7em;
            position: absolute;
            height: 30px;
            line-height: 30px;
            left: 15px;
            top: 50%;
            padding-right: 45px;
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
            -ms-transform-style: blur(0px);
            transform: translateX(-50%) translateY(-50%) rotate(-90deg);
            transform-style: blur(0px);
            text-rendering: optimizeLegibility;
            white-space: nowrap;
        }
        
        .p-cont.has-lefttext-two .lefttext-one {
            left: 34px;
            height: 15px;
            line-height: 15px;
        }
        
        .p-cont.has-toptext .lefttext-one {
            padding-right: 30px;
        }
        
        .p-cont.has-bottomtext .lefttext-one {
            padding-right: 0px;
        }
        /*Two texts on left of image*/
        
        .lefttext-two {
            font-size: 0.7em;
            position: absolute;
            height: 15px;
            line-height: 15px;
            left: 11px;
            top: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
            -ms-transform-style: blur(0px);
            transform: translateX(-50%) translateY(-50%) rotate(-90deg);
            transform-style: blur(0px);
            text-rendering: optimizeLegibility;
        }
        
        .p-cont.has-toptext .lefttext-two {
            padding-right: 30px;
        }
        
        .p-cont.has-bottomtext .lefttext-two {
            padding-right: 0px;
        }
        /*Line on left of image*/
        
        .left-line-one {
            border-left: 1px solid #bfbfbe;
            position: absolute;
            top: 15px;
            bottom: 15px;
            left: 0;
        }
        
        .p-cont.has-toptext .left-line-one {
            top: 15px;
        }
        
        .p-cont.has-bottomtext .left-line-one {
            bottom: 15px;
        }
        /*Second line on left of image*/
        
        .left-line-two {
            border-left: 1px solid #bfbfbe;
            position: absolute;
            top: 15px;
            bottom: 34px;
            left: -22.5px;
        }
        
        .p-cont.has-bottomtext .left-line-two {
            bottom: 15px;
        }
        /*Text on bottom of image*/
        
        .bottomtext {
            height: 30px;
            text-align: center;
            line-height: 30px;
        }
        
        .p-cont.has-lefttext-one .bottomtext,
        .p-cont.has-lefttext-two .bottomtext {
            padding-left: 15px;
        }
        /*Line on bottom of image*/
        
        .bottom-line {
            border-top: 1px solid #bfbfbe;
            /*position: absolute;*/
            right: 0px;
            left: 0px;
            width: 31px;
            margin: 0 auto;
        }
        
        .p-cont.has-lefttext-one .bottom-line,
        .p-cont.has-lefttext-two .bottom-line {
            left: 15px;
        }
        /*Processor image*/
        
        .p-cont img {
            max-height: 230px;
            padding-bottom: 15px;
            padding-top: 15px;
            max-width: 100%;
        }
        
        .p-cont.has-toptext img {
            padding-top: 15px;
            border-top: 1px solid #bfbfbe;
        }
        
        .p-cont.has-lefttext-one img,
        .p-cont.has-lefttext-two img {
            margin-left: 15px;
        }
        
        .p-cont.has-bottomtext img {
            padding-bottom: 15px;
        }
        /* MAX WIDTH */
        
        .width-one {
            max-width: 146px;
        }
        /* GREEN CIRCLE */
        
        .circle {
            position: absolute;
            left: 66%;
            top: 59%;
            background: #00a178;
            border-radius: 70px;
            color: white;
            height: 70px;
            width: 70px;
            display: table;
            transform: translate(-50%, -50%);
            line-height: 18px;
            font-size: 10px;
        }
        
        .circle p {
            vertical-align: middle;
            display: table-cell;
        }
        
        .circle span {
            font-size: 2.2em;
        }
        
        @media (max-device-width: 768px) {
            .left-align-sm {
                position: relative;
                min-height: 260px;
            }
            .left-align-sm .p-cont {
                position: absolute;
                padding-left: 15px;
            }
        }
        
        .technical-data-list li {
            padding-left: 0px;
        }
        
        .text-margin-footer p {
            margin: 0px;
        }
        
        .technical-data_image {
            margin-top: 10px;
        }
        
        article,
        aside,
        details,
        figcaption,
        figure,
        footer,
        header,
        hgroup,
        main,
        menu,
        nav,
        section,
        summary {
            display: block
        }
        
        audio,
        canvas,
        progress,
        video {
            display: inline-block;
            vertical-align: baseline
        }
        
        audio:not([controls]) {
            display: none;
            height: 0
        }
        
        [hidden],
        template {
            display: none
        }
        
        a {
            background-color: transparent
        }
        
        a:active,
        a:hover {
            outline: 0
        }
        
        abbr[title] {
            border-bottom: none;
            text-decoration: underline;
            text-decoration: underline dotted
        }
        
        b,
        strong {
            font-weight: bold
        }
        
        dfn {
            font-style: italic
        }
        
        h1 {
            font-size: 2em;
            margin: .67em 0
        }
        
        mark {
            background: #ff0;
            color: #000
        }
        
        small {
            font-size: 80%
        }
        
        sub,
        sup {
            font-size: 75%;
            line-height: 0;
            position: relative;
            vertical-align: baseline
        }
        
        sup {
            top: -.5em
        }
        
        sub {
            bottom: -.25em
        }
        
        img {
            border: 0
        }
        
        svg:not(:root) {
            overflow: hidden
        }
        
        figure {
            margin: 1em 40px
        }
        
        hr {
            box-sizing: content-box;
            height: 0
        }
        
        pre {
            overflow: auto
        }
        
        code,
        kbd,
        pre,
        samp {
            font-family: monospace, monospace;
            font-size: 1em
        }
        
        button,
        input,
        optgroup,
        select,
        textarea {
            color: inherit;
            font: inherit;
            margin: 0
        }
        
        button {
            overflow: visible
        }
        
        button,
        select {
            text-transform: none
        }
        
        button,
        html input[type="button"],
        input[type="reset"],
        input[type="submit"] {
            -webkit-appearance: button;
            cursor: pointer
        }
        
        button[disabled],
        html input[disabled] {
            cursor: default
        }
        
        button::-moz-focus-inner,
        input::-moz-focus-inner {
            border: 0;
            padding: 0
        }
        
        input {
            line-height: normal
        }
        
        input[type="checkbox"],
        input[type="radio"] {
            box-sizing: border-box;
            padding: 0
        }
        
        input[type="number"]::-webkit-inner-spin-button,
        input[type="number"]::-webkit-outer-spin-button {
            height: auto
        }
        
        input[type="search"] {
            -webkit-appearance: textfield;
            box-sizing: content-box
        }
        
        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none
        }
        
        fieldset {
            border: 1px solid silver;
            margin: 0 2px;
            padding: .35em .625em .75em
        }
        
        legend {
            border: 0;
            padding: 0
        }
        
        textarea {
            overflow: auto
        }
        
        optgroup {
            font-weight: bold
        }
        
        table {
            border-collapse: collapse;
            border-spacing: 0
        }
        
        td,
        th {
            padding: 0
        }
        
        @media print {
            *,
            *:before,
            *:after {
                color: #000!important;
                text-shadow: none!important;
                background: transparent!important;
                box-shadow: none!important
            }
            a,
            a:visited {
                text-decoration: underline
            }
            a[href]:after {
                content: " (" attr(href) ")"
            }
            abbr[title]:after {
                content: " (" attr(title) ")"
            }
            a[href^="#"]:after,
            a[href^="javascript:"]:after {
                content: ""
            }
            pre,
            blockquote {
                border: 1px solid #999;
                page-break-inside: avoid
            }
            thead {
                display: table-header-group
            }
            tr,
            img {
                page-break-inside: avoid
            }
            img {
                max-width: 100%!important
            }
            p,
            h2,
            h3 {
                orphans: 3;
                widows: 3
            }
            h2,
            h3 {
                page-break-after: avoid
            }
            .navbar {
                display: none
            }
            .btn>.caret,
            .dropup>.btn>.caret {
                border-top-color: #000!important
            }
            .label {
                border: 1px solid #000
            }
            .table {
                border-collapse: collapse!important
            }
            .table td,
            .table th {
                background-color: #fff!important
            }
            .table-bordered th,
            .table-bordered td {
                border: 1px solid #ddd!important
            }
        }
        
        .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: "*"
        }
        
        .glyphicon-plus:before {
            content: "+"
        }
        
        .glyphicon-euro:before,
        .glyphicon-eur:before {
            content: "€"
        }
        
        .glyphicon-minus:before {
            content: "−"
        }
        
        .glyphicon-cloud:before {
            content: "☁"
        }
        
        .glyphicon-envelope:before {
            content: "✉"
        }
        
        .glyphicon-pencil:before {
            content: "✏"
        }
        
        .glyphicon-glass:before {
            content: ""
        }
        
        .glyphicon-music:before {
            content: ""
        }
        
        .glyphicon-search:before {
            content: ""
        }
        
        .glyphicon-heart:before {
            content: ""
        }
        
        .glyphicon-star:before {
            content: ""
        }
        
        .glyphicon-star-empty:before {
            content: ""
        }
        
        .glyphicon-user:before {
            content: ""
        }
        
        .glyphicon-film:before {
            content: ""
        }
        
        .glyphicon-th-large:before {
            content: ""
        }
        
        .glyphicon-th:before {
            content: ""
        }
        
        .glyphicon-th-list:before {
            content: ""
        }
        
        .glyphicon-ok:before {
            content: ""
        }
        
        .glyphicon-remove:before {
            content: ""
        }
        
        .glyphicon-zoom-in:before {
            content: ""
        }
        
        .glyphicon-zoom-out:before {
            content: ""
        }
        
        .glyphicon-off:before {
            content: ""
        }
        
        .glyphicon-signal:before {
            content: ""
        }
        
        .glyphicon-cog:before {
            content: ""
        }
        
        .glyphicon-trash:before {
            content: ""
        }
        
        .glyphicon-home:before {
            content: ""
        }
        
        .glyphicon-file:before {
            content: ""
        }
        
        .glyphicon-time:before {
            content: ""
        }
        
        .glyphicon-road:before {
            content: ""
        }
        
        .glyphicon-download-alt:before {
            content: ""
        }
        
        .glyphicon-download:before {
            content: ""
        }
        
        .glyphicon-upload:before {
            content: ""
        }
        
        .glyphicon-inbox:before {
            content: ""
        }
        
        .glyphicon-play-circle:before {
            content: ""
        }
        
        .glyphicon-repeat:before {
            content: ""
        }
        
        .glyphicon-refresh:before {
            content: ""
        }
        
        .glyphicon-list-alt:before {
            content: ""
        }
        
        .glyphicon-lock:before {
            content: ""
        }
        
        .glyphicon-flag:before {
            content: ""
        }
        
        .glyphicon-headphones:before {
            content: ""
        }
        
        .glyphicon-volume-off:before {
            content: ""
        }
        
        .glyphicon-volume-down:before {
            content: ""
        }
        
        .glyphicon-volume-up:before {
            content: ""
        }
        
        .glyphicon-qrcode:before {
            content: ""
        }
        
        .glyphicon-barcode:before {
            content: ""
        }
        
        .glyphicon-tag:before {
            content: ""
        }
        
        .glyphicon-tags:before {
            content: ""
        }
        
        .glyphicon-book:before {
            content: ""
        }
        
        .glyphicon-bookmark:before {
            content: ""
        }
        
        .glyphicon-print:before {
            content: ""
        }
        
        .glyphicon-camera:before {
            content: ""
        }
        
        .glyphicon-font:before {
            content: ""
        }
        
        .glyphicon-bold:before {
            content: ""
        }
        
        .glyphicon-italic:before {
            content: ""
        }
        
        .glyphicon-text-height:before {
            content: ""
        }
        
        .glyphicon-text-width:before {
            content: ""
        }
        
        .glyphicon-align-left:before {
            content: ""
        }
        
        .glyphicon-align-center:before {
            content: ""
        }
        
        .glyphicon-align-right:before {
            content: ""
        }
        
        .glyphicon-align-justify:before {
            content: ""
        }
        
        .glyphicon-list:before {
            content: ""
        }
        
        .glyphicon-indent-left:before {
            content: ""
        }
        
        .glyphicon-indent-right:before {
            content: ""
        }
        
        .glyphicon-facetime-video:before {
            content: ""
        }
        
        .glyphicon-picture:before {
            content: ""
        }
        
        .glyphicon-map-marker:before {
            content: ""
        }
        
        .glyphicon-adjust:before {
            content: ""
        }
        
        .glyphicon-tint:before {
            content: ""
        }
        
        .glyphicon-edit:before {
            content: ""
        }
        
        .glyphicon-share:before {
            content: ""
        }
        
        .glyphicon-check:before {
            content: ""
        }
        
        .glyphicon-move:before {
            content: ""
        }
        
        .glyphicon-step-backward:before {
            content: ""
        }
        
        .glyphicon-fast-backward:before {
            content: ""
        }
        
        .glyphicon-backward:before {
            content: ""
        }
        
        .glyphicon-play:before {
            content: ""
        }
        
        .glyphicon-pause:before {
            content: ""
        }
        
        .glyphicon-stop:before {
            content: ""
        }
        
        .glyphicon-forward:before {
            content: ""
        }
        
        .glyphicon-fast-forward:before {
            content: ""
        }
        
        .glyphicon-step-forward:before {
            content: ""
        }
        
        .glyphicon-eject:before {
            content: ""
        }
        
        .glyphicon-chevron-left:before {
            content: ""
        }
        
        .glyphicon-chevron-right:before {
            content: ""
        }
        
        .glyphicon-plus-sign:before {
            content: ""
        }
        
        .glyphicon-minus-sign:before {
            content: ""
        }
        
        .glyphicon-remove-sign:before {
            content: ""
        }
        
        .glyphicon-ok-sign:before {
            content: ""
        }
        
        .glyphicon-question-sign:before {
            content: ""
        }
        
        .glyphicon-info-sign:before {
            content: ""
        }
        
        .glyphicon-screenshot:before {
            content: ""
        }
        
        .glyphicon-remove-circle:before {
            content: ""
        }
        
        .glyphicon-ok-circle:before {
            content: ""
        }
        
        .glyphicon-ban-circle:before {
            content: ""
        }
        
        .glyphicon-arrow-left:before {
            content: ""
        }
        
        .glyphicon-arrow-right:before {
            content: ""
        }
        
        .glyphicon-arrow-up:before {
            content: ""
        }
        
        .glyphicon-arrow-down:before {
            content: ""
        }
        
        .glyphicon-share-alt:before {
            content: ""
        }
        
        .glyphicon-resize-full:before {
            content: ""
        }
        
        .glyphicon-resize-small:before {
            content: ""
        }
        
        .glyphicon-exclamation-sign:before {
            content: ""
        }
        
        .glyphicon-gift:before {
            content: ""
        }
        
        .glyphicon-leaf:before {
            content: ""
        }
        
        .glyphicon-fire:before {
            content: ""
        }
        
        .glyphicon-eye-open:before {
            content: ""
        }
        
        .glyphicon-eye-close:before {
            content: ""
        }
        
        .glyphicon-warning-sign:before {
            content: ""
        }
        
        .glyphicon-plane:before {
            content: ""
        }
        
        .glyphicon-calendar:before {
            content: ""
        }
        
        .glyphicon-random:before {
            content: ""
        }
        
        .glyphicon-comment:before {
            content: ""
        }
        
        .glyphicon-magnet:before {
            content: ""
        }
        
        .glyphicon-chevron-up:before {
            content: ""
        }
        
        .glyphicon-chevron-down:before {
            content: ""
        }
        
        .glyphicon-retweet:before {
            content: ""
        }
        
        .glyphicon-shopping-cart:before {
            content: ""
        }
        
        .glyphicon-folder-close:before {
            content: ""
        }
        
        .glyphicon-folder-open:before {
            content: ""
        }
        
        .glyphicon-resize-vertical:before {
            content: ""
        }
        
        .glyphicon-resize-horizontal:before {
            content: ""
        }
        
        .glyphicon-hdd:before {
            content: ""
        }
        
        .glyphicon-bullhorn:before {
            content: ""
        }
        
        .glyphicon-bell:before {
            content: ""
        }
        
        .glyphicon-certificate:before {
            content: ""
        }
        
        .glyphicon-thumbs-up:before {
            content: ""
        }
        
        .glyphicon-thumbs-down:before {
            content: ""
        }
        
        .glyphicon-hand-right:before {
            content: ""
        }
        
        .glyphicon-hand-left:before {
            content: ""
        }
        
        .glyphicon-hand-up:before {
            content: ""
        }
        
        .glyphicon-hand-down:before {
            content: ""
        }
        
        .glyphicon-circle-arrow-right:before {
            content: ""
        }
        
        .glyphicon-circle-arrow-left:before {
            content: ""
        }
        
        .glyphicon-circle-arrow-up:before {
            content: ""
        }
        
        .glyphicon-circle-arrow-down:before {
            content: ""
        }
        
        .glyphicon-globe:before {
            content: ""
        }
        
        .glyphicon-wrench:before {
            content: ""
        }
        
        .glyphicon-tasks:before {
            content: ""
        }
        
        .glyphicon-filter:before {
            content: ""
        }
        
        .glyphicon-briefcase:before {
            content: ""
        }
        
        .glyphicon-fullscreen:before {
            content: ""
        }
        
        .glyphicon-dashboard:before {
            content: ""
        }
        
        .glyphicon-paperclip:before {
            content: ""
        }
        
        .glyphicon-heart-empty:before {
            content: ""
        }
        
        .glyphicon-link:before {
            content: ""
        }
        
        .glyphicon-phone:before {
            content: ""
        }
        
        .glyphicon-pushpin:before {
            content: ""
        }
        
        .glyphicon-usd:before {
            content: ""
        }
        
        .glyphicon-gbp:before {
            content: ""
        }
        
        .glyphicon-sort:before {
            content: ""
        }
        
        .glyphicon-sort-by-alphabet:before {
            content: ""
        }
        
        .glyphicon-sort-by-alphabet-alt:before {
            content: ""
        }
        
        .glyphicon-sort-by-order:before {
            content: ""
        }
        
        .glyphicon-sort-by-order-alt:before {
            content: ""
        }
        
        .glyphicon-sort-by-attributes:before {
            content: ""
        }
        
        .glyphicon-sort-by-attributes-alt:before {
            content: ""
        }
        
        .glyphicon-unchecked:before {
            content: ""
        }
        
        .glyphicon-expand:before {
            content: ""
        }
        
        .glyphicon-collapse-down:before {
            content: ""
        }
        
        .glyphicon-collapse-up:before {
            content: ""
        }
        
        .glyphicon-log-in:before {
            content: ""
        }
        
        .glyphicon-flash:before {
            content: ""
        }
        
        .glyphicon-log-out:before {
            content: ""
        }
        
        .glyphicon-new-window:before {
            content: ""
        }
        
        .glyphicon-record:before {
            content: ""
        }
        
        .glyphicon-save:before {
            content: ""
        }
        
        .glyphicon-open:before {
            content: ""
        }
        
        .glyphicon-saved:before {
            content: ""
        }
        
        .glyphicon-import:before {
            content: ""
        }
        
        .glyphicon-export:before {
            content: ""
        }
        
        .glyphicon-send:before {
            content: ""
        }
        
        .glyphicon-floppy-disk:before {
            content: ""
        }
        
        .glyphicon-floppy-saved:before {
            content: ""
        }
        
        .glyphicon-floppy-remove:before {
            content: ""
        }
        
        .glyphicon-floppy-save:before {
            content: ""
        }
        
        .glyphicon-floppy-open:before {
            content: ""
        }
        
        .glyphicon-credit-card:before {
            content: ""
        }
        
        .glyphicon-transfer:before {
            content: ""
        }
        
        .glyphicon-cutlery:before {
            content: ""
        }
        
        .glyphicon-header:before {
            content: ""
        }
        
        .glyphicon-compressed:before {
            content: ""
        }
        
        .glyphicon-earphone:before {
            content: ""
        }
        
        .glyphicon-phone-alt:before {
            content: ""
        }
        
        .glyphicon-tower:before {
            content: ""
        }
        
        .glyphicon-stats:before {
            content: ""
        }
        
        .glyphicon-sd-video:before {
            content: ""
        }
        
        .glyphicon-hd-video:before {
            content: ""
        }
        
        .glyphicon-subtitles:before {
            content: ""
        }
        
        .glyphicon-sound-stereo:before {
            content: ""
        }
        
        .glyphicon-sound-dolby:before {
            content: ""
        }
        
        .glyphicon-sound-5-1:before {
            content: ""
        }
        
        .glyphicon-sound-6-1:before {
            content: ""
        }
        
        .glyphicon-sound-7-1:before {
            content: ""
        }
        
        .glyphicon-copyright-mark:before {
            content: ""
        }
        
        .glyphicon-registration-mark:before {
            content: ""
        }
        
        .glyphicon-cloud-download:before {
            content: ""
        }
        
        .glyphicon-cloud-upload:before {
            content: ""
        }
        
        .glyphicon-tree-conifer:before {
            content: ""
        }
        
        .glyphicon-tree-deciduous:before {
            content: ""
        }
        
        .glyphicon-cd:before {
            content: ""
        }
        
        .glyphicon-save-file:before {
            content: ""
        }
        
        .glyphicon-open-file:before {
            content: ""
        }
        
        .glyphicon-level-up:before {
            content: ""
        }
        
        .glyphicon-copy:before {
            content: ""
        }
        
        .glyphicon-paste:before {
            content: ""
        }
        
        .glyphicon-alert:before {
            content: ""
        }
        
        .glyphicon-equalizer:before {
            content: ""
        }
        
        .glyphicon-king:before {
            content: ""
        }
        
        .glyphicon-queen:before {
            content: ""
        }
        
        .glyphicon-pawn:before {
            content: ""
        }
        
        .glyphicon-bishop:before {
            content: ""
        }
        
        .glyphicon-knight:before {
            content: ""
        }
        
        .glyphicon-baby-formula:before {
            content: ""
        }
        
        .glyphicon-tent:before {
            content: "⛺"
        }
        
        .glyphicon-blackboard:before {
            content: ""
        }
        
        .glyphicon-bed:before {
            content: ""
        }
        
        .glyphicon-apple:before {
            content: ""
        }
        
        .glyphicon-erase:before {
            content: ""
        }
        
        .glyphicon-hourglass:before {
            content: "⌛"
        }
        
        .glyphicon-lamp:before {
            content: ""
        }
        
        .glyphicon-duplicate:before {
            content: ""
        }
        
        .glyphicon-piggy-bank:before {
            content: ""
        }
        
        .glyphicon-scissors:before {
            content: ""
        }
        
        .glyphicon-bitcoin:before {
            content: ""
        }
        
        .glyphicon-btc:before {
            content: ""
        }
        
        .glyphicon-xbt:before {
            content: ""
        }
        
        .glyphicon-yen:before {
            content: "¥"
        }
        
        .glyphicon-jpy:before {
            content: "¥"
        }
        
        .glyphicon-ruble:before {
            content: "₽"
        }
        
        .glyphicon-rub:before {
            content: "₽"
        }
        
        .glyphicon-scale:before {
            content: ""
        }
        
        .glyphicon-ice-lolly:before {
            content: ""
        }
        
        .glyphicon-ice-lolly-tasted:before {
            content: ""
        }
        
        .glyphicon-education:before {
            content: ""
        }
        
        .glyphicon-option-horizontal:before {
            content: ""
        }
        
        .glyphicon-option-vertical:before {
            content: ""
        }
        
        .glyphicon-menu-hamburger:before {
            content: ""
        }
        
        .glyphicon-modal-window:before {
            content: ""
        }
        
        .glyphicon-oil:before {
            content: ""
        }
        
        .glyphicon-grain:before {
            content: ""
        }
        
        .glyphicon-sunglasses:before {
            content: ""
        }
        
        .glyphicon-text-size:before {
            content: ""
        }
        
        .glyphicon-text-color:before {
            content: ""
        }
        
        .glyphicon-text-background:before {
            content: ""
        }
        
        .glyphicon-object-align-top:before {
            content: ""
        }
        
        .glyphicon-object-align-bottom:before {
            content: ""
        }
        
        .glyphicon-object-align-horizontal:before {
            content: ""
        }
        
        .glyphicon-object-align-left:before {
            content: ""
        }
        
        .glyphicon-object-align-vertical:before {
            content: ""
        }
        
        .glyphicon-object-align-right:before {
            content: ""
        }
        
        .glyphicon-triangle-right:before {
            content: ""
        }
        
        .glyphicon-triangle-left:before {
            content: ""
        }
        
        .glyphicon-triangle-bottom:before {
            content: ""
        }
        
        .glyphicon-triangle-top:before {
            content: ""
        }
        
        .glyphicon-console:before {
            content: ""
        }
        
        .glyphicon-superscript:before {
            content: ""
        }
        
        .glyphicon-subscript:before {
            content: ""
        }
        
        .glyphicon-menu-left:before {
            content: ""
        }
        
        .glyphicon-menu-right:before {
            content: ""
        }
        
        .glyphicon-menu-down:before {
            content: ""
        }
        
        .glyphicon-menu-up:before {
            content: ""
        }
        
        * {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }
        
        *:before,
        *:after {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }
        
        html {
            font-size: 10px;
            -webkit-tap-highlight-color: transparent
        }
        
        body {
            font-family: "Open Sans", Arial, Helvetica, sans-serif;
            font-size: 16px;
            line-height: 1.5em;
            color: #0d0d0d;
            background-color: #fff
        }
        
        input,
        button,
        select,
        textarea {
            font-family: inherit;
            font-size: inherit;
            line-height: inherit
        }
        
        a {
            color: #c60c30;
            text-decoration: none
        }
        
        a:hover,
        a:focus {
            color: #7e081f;
            text-decoration: underline
        }
        
        a:focus {
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px
        }
        
        figure {
            margin: 0
        }
        
        img {
            vertical-align: middle
        }
        
        .img-responsive {
            display: block;
            max-width: 100%;
            height: auto
        }
        
        .img-rounded {
            border-radius: 0
        }
        
        .img-thumbnail {
            padding: 4px;
            line-height: 1.5em;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 0;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            display: inline-block;
            max-width: 100%;
            height: auto
        }
        
        .img-circle {
            border-radius: 50%
        }
        
        hr {
            margin-top: 20px;
            margin-bottom: 20px;
            border: 0;
            border-top: 1px solid #e4e4e4
        }
        
        .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.3em;
            color: #c60c30
        }
        
        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: #0d0d0d
        }
        
        h1,
        .h1,
        h2,
        .h2,
        h3,
        .h3 {
            margin-top: 20px;
            margin-bottom: 10px
        }
        
        h1 small,
        h1 .small,
        .h1 small,
        .h1 .small,
        h2 small,
        h2 .small,
        .h2 small,
        .h2 .small,
        h3 small,
        h3 .small,
        .h3 small,
        .h3 .small {
            font-size: 65%
        }
        
        h4,
        .h4,
        h5,
        .h5,
        h6,
        .h6 {
            margin-top: 10px;
            margin-bottom: 10px
        }
        
        h4 small,
        h4 .small,
        .h4 small,
        .h4 .small,
        h5 small,
        h5 .small,
        .h5 small,
        .h5 .small,
        h6 small,
        h6 .small,
        .h6 small,
        .h6 .small {
            font-size: 75%
        }
        
        h1,
        .h1 {
            font-size: 42px
        }
        
        h2,
        .h2 {
            font-size: 28px
        }
        
        h3,
        .h3 {
            font-size: 21px
        }
        
        h4,
        .h4 {
            font-size: 17px
        }
        
        h5,
        .h5 {
            font-size: 14px
        }
        
        h6,
        .h6 {
            font-size: 14px
        }
        
        p {
            margin: 0 0 10px
        }
        
        .lead {
            margin-bottom: 20px;
            font-size: 18px;
            font-weight: 300;
            line-height: 1.4
        }
        
        @media(min-width:768px) {
            .lead {
                font-size: 24px
            }
        }
        
        small,
        .small {
            font-size: 62%
        }
        
        mark,
        .mark {
            padding: .2em;
            background-color: #fcf8e3
        }
        
        .text-left {
            text-align: left
        }
        
        .text-right {
            text-align: right
        }
        
        .text-center {
            text-align: center
        }
        
        .text-justify {
            text-align: justify
        }
        
        .text-nowrap {
            white-space: nowrap
        }
        
        .text-lowercase {
            text-transform: lowercase
        }
        
        .text-uppercase,
        .initialism {
            text-transform: uppercase
        }
        
        .text-capitalize {
            text-transform: capitalize
        }
        
        .text-muted {
            color: #bebebe
        }
        
        .text-primary {
            color: #c60c30
        }
        
        a.text-primary:hover,
        a.text-primary:focus {
            color: #960924
        }
        
        .text-success {
            color: #3c763d
        }
        
        a.text-success:hover,
        a.text-success:focus {
            color: #2b542c
        }
        
        .text-info {
            color: #31708f
        }
        
        a.text-info:hover,
        a.text-info:focus {
            color: #245269
        }
        
        .text-warning {
            color: #8a6d3b
        }
        
        a.text-warning:hover,
        a.text-warning:focus {
            color: #66512c
        }
        
        .text-danger {
            color: #a94442
        }
        
        a.text-danger:hover,
        a.text-danger:focus {
            color: #843534
        }
        
        .bg-primary {
            color: #fff
        }
        
        .bg-primary {
            background-color: #c60c30
        }
        
        a.bg-primary:hover,
        a.bg-primary:focus {
            background-color: #960924
        }
        
        .bg-success {
            background-color: #dff0d8
        }
        
        a.bg-success:hover,
        a.bg-success:focus {
            background-color: #c1e2b3
        }
        
        .bg-info {
            background-color: #d9edf7
        }
        
        a.bg-info:hover,
        a.bg-info:focus {
            background-color: #afd9ee
        }
        
        .bg-warning {
            background-color: #fcf8e3
        }
        
        a.bg-warning:hover,
        a.bg-warning:focus {
            background-color: #f7ecb5
        }
        
        .bg-danger {
            background-color: #f2dede
        }
        
        a.bg-danger:hover,
        a.bg-danger:focus {
            background-color: #e4b9b9
        }
        
        .page-header {
            padding-bottom: 9px;
            margin: 40px 0 20px;
            border-bottom: 1px solid #e4e4e4
        }
        
        ul,
        ol {
            margin-top: 0;
            margin-bottom: 10px
        }
        
        ul ul,
        ul ol,
        ol ul,
        ol ol {
            margin-bottom: 0
        }
        
        .list-unstyled {
            padding-left: 0;
            list-style: none
        }
        
        .list-inline {
            padding-left: 0;
            list-style: none;
            margin-left: -5px
        }
        
        .list-inline>li {
            display: inline-block;
            padding-right: 5px;
            padding-left: 5px
        }
        
        dl {
            margin-top: 0;
            margin-bottom: 20px
        }
        
        dt,
        dd {
            line-height: 1.5em
        }
        
        dt {
            font-weight: 700
        }
        
        dd {
            margin-left: 0
        }
        
        .dl-horizontal dd:before,
        .dl-horizontal dd:after {
            display: table;
            content: " "
        }
        
        .dl-horizontal dd:after {
            clear: both
        }
        
        @media(min-width:768px) {
            .dl-horizontal dt {
                float: left;
                width: 160px;
                clear: left;
                text-align: right;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap
            }
            .dl-horizontal dd {
                margin-left: 180px
            }
        }
        
        abbr[title],
        abbr[data-original-title] {
            cursor: help
        }
        
        .initialism {
            font-size: 90%
        }
        
        blockquote {
            padding: 10px 20px;
            margin: 0 0 20px;
            font-size: 20px;
            border-left: 5px solid #e4e4e4
        }
        
        blockquote p:last-child,
        blockquote ul:last-child,
        blockquote ol:last-child {
            margin-bottom: 0
        }
        
        blockquote footer,
        blockquote small,
        blockquote .small {
            display: block;
            font-size: 80%;
            line-height: 1.5em;
            color: #bebebe
        }
        
        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: "— "
        }
        
        .blockquote-reverse,
        blockquote.pull-right {
            padding-right: 15px;
            padding-left: 0;
            text-align: right;
            border-right: 5px solid #e4e4e4;
            border-left: 0
        }
        
        .blockquote-reverse footer:before,
        .blockquote-reverse small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right footer:before,
        blockquote.pull-right small:before,
        blockquote.pull-right .small:before {
            content: ""
        }
        
        .blockquote-reverse footer:after,
        .blockquote-reverse small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right footer:after,
        blockquote.pull-right small:after,
        blockquote.pull-right .small:after {
            content: " —"
        }
        
        address {
            margin-bottom: 20px;
            font-style: normal;
            line-height: 1.5em
        }
        
        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: 0
        }
        
        kbd {
            padding: 2px 4px;
            font-size: 90%;
            color: #fff;
            background-color: #333;
            border-radius: 0;
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
        }
        
        kbd kbd {
            padding: 0;
            font-size: 100%;
            font-weight: 700;
            box-shadow: none
        }
        
        pre {
            display: block;
            padding: 9.5px;
            margin: 0 0 10px;
            font-size: 15px;
            line-height: 1.5em;
            color: #646464;
            word-break: break-all;
            word-wrap: break-word;
            background-color: #f5f5f5;
            border: 1px solid #ccc;
            border-radius: 0
        }
        
        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: 0px;
            padding-left: 0px;
            margin-right: auto;
            margin-left: auto
        }
        
        .container:before,
        .container:after {
            display: table;
            content: " "
        }
        
        .container:after {
            clear: both
        }
        
        @media(min-width:768px) {
            .container {
                width: 740px
            }
        }
        
        @media(min-width:992px) {
            .container {
                width: 960px
            }
        }
        
        @media(min-width:1264px) {
            .container {
                width: 1220px
            }
        }
        
        .container-fluid {
            padding-right: 10px;
            padding-left: 10px;
            margin-right: auto;
            margin-left: auto
        }
        
        .container-fluid:before,
        .container-fluid:after {
            display: table;
            content: " "
        }
        
        .container-fluid:after {
            clear: both
        }
        
        .row {
            margin-right: -10px;
            margin-left: -10px
        }
        
        .row:before,
        .row:after {
            display: table;
            content: " "
        }
        
        .row:after {
            clear: both
        }
        
        .row-no-gutters {
            margin-right: 0;
            margin-left: 0
        }
        
        .row-no-gutters [class*="col-"] {
            padding-right: 0;
            padding-left: 0
        }
        
        .col-xs-1,
        .col-sm-1,
        .col-md-1,
        .col-lg-1,
        .col-xs-2,
        .col-sm-2,
        .col-md-2,
        .col-lg-2,
        .col-xs-3,
        .col-sm-3,
        .col-md-3,
        .col-lg-3,
        .col-xs-4,
        .col-sm-4,
        .col-md-4,
        .col-lg-4,
        .col-xs-5,
        .col-sm-5,
        .col-md-5,
        .col-lg-5,
        .col-xs-6,
        .col-sm-6,
        .col-md-6,
        .col-lg-6,
        .col-xs-7,
        .col-sm-7,
        .col-md-7,
        .col-lg-7,
        .col-xs-8,
        .col-sm-8,
        .col-md-8,
        .col-lg-8,
        .col-xs-9,
        .col-sm-9,
        .col-md-9,
        .col-lg-9,
        .col-xs-10,
        .col-sm-10,
        .col-md-10,
        .col-lg-10,
        .col-xs-11,
        .col-sm-11,
        .col-md-11,
        .col-lg-11,
        .col-xs-12,
        .col-sm-12,
        .col-md-12,
        .col-lg-12 {
            position: relative;
            min-height: 1px;
            padding-right: 10px;
            padding-left: 10px
        }
        
        .col-xs-1,
        .col-xs-2,
        .col-xs-3,
        .col-xs-4,
        .col-xs-5,
        .col-xs-6,
        .col-xs-7,
        .col-xs-8,
        .col-xs-9,
        .col-xs-10,
        .col-xs-11,
        .col-xs-12 {
            float: left
        }
        
        .col-xs-1 {
            width: 8.33333333%
        }
        
        .col-xs-2 {
            width: 16.66666667%
        }
        
        .col-xs-3 {
            width: 25%
        }
        
        .col-xs-4 {
            width: 33.33333333%
        }
        
        .col-xs-5 {
            width: 41.66666667%
        }
        
        .col-xs-6 {
            width: 50%
        }
        
        .col-xs-7 {
            width: 58.33333333%
        }
        
        .col-xs-8 {
            width: 66.66666667%
        }
        
        .col-xs-9 {
            width: 75%
        }
        
        .col-xs-10 {
            width: 83.33333333%
        }
        
        .col-xs-11 {
            width: 91.66666667%
        }
        
        .col-xs-12 {
            width: 100%
        }
        
        .col-xs-pull-0 {
            right: auto
        }
        
        .col-xs-pull-1 {
            right: 8.33333333%
        }
        
        .col-xs-pull-2 {
            right: 16.66666667%
        }
        
        .col-xs-pull-3 {
            right: 25%
        }
        
        .col-xs-pull-4 {
            right: 33.33333333%
        }
        
        .col-xs-pull-5 {
            right: 41.66666667%
        }
        
        .col-xs-pull-6 {
            right: 50%
        }
        
        .col-xs-pull-7 {
            right: 58.33333333%
        }
        
        .col-xs-pull-8 {
            right: 66.66666667%
        }
        
        .col-xs-pull-9 {
            right: 75%
        }
        
        .col-xs-pull-10 {
            right: 83.33333333%
        }
        
        .col-xs-pull-11 {
            right: 91.66666667%
        }
        
        .col-xs-pull-12 {
            right: 100%
        }
        
        .col-xs-push-0 {
            left: auto
        }
        
        .col-xs-push-1 {
            left: 8.33333333%
        }
        
        .col-xs-push-2 {
            left: 16.66666667%
        }
        
        .col-xs-push-3 {
            left: 25%
        }
        
        .col-xs-push-4 {
            left: 33.33333333%
        }
        
        .col-xs-push-5 {
            left: 41.66666667%
        }
        
        .col-xs-push-6 {
            left: 50%
        }
        
        .col-xs-push-7 {
            left: 58.33333333%
        }
        
        .col-xs-push-8 {
            left: 66.66666667%
        }
        
        .col-xs-push-9 {
            left: 75%
        }
        
        .col-xs-push-10 {
            left: 83.33333333%
        }
        
        .col-xs-push-11 {
            left: 91.66666667%
        }
        
        .col-xs-push-12 {
            left: 100%
        }
        
        .col-xs-offset-0 {
            margin-left: 0%
        }
        
        .col-xs-offset-1 {
            margin-left: 8.33333333%
        }
        
        .col-xs-offset-2 {
            margin-left: 16.66666667%
        }
        
        .col-xs-offset-3 {
            margin-left: 25%
        }
        
        .col-xs-offset-4 {
            margin-left: 33.33333333%
        }
        
        .col-xs-offset-5 {
            margin-left: 41.66666667%
        }
        
        .col-xs-offset-6 {
            margin-left: 50%
        }
        
        .col-xs-offset-7 {
            margin-left: 58.33333333%
        }
        
        .col-xs-offset-8 {
            margin-left: 66.66666667%
        }
        
        .col-xs-offset-9 {
            margin-left: 75%
        }
        
        .col-xs-offset-10 {
            margin-left: 83.33333333%
        }
        
        .col-xs-offset-11 {
            margin-left: 91.66666667%
        }
        
        .col-xs-offset-12 {
            margin-left: 100%
        }
        
        @media(min-width:768px) {
            .col-sm-1,
            .col-sm-2,
            .col-sm-3,
            .col-sm-4,
            .col-sm-5,
            .col-sm-6,
            .col-sm-7,
            .col-sm-8,
            .col-sm-9,
            .col-sm-10,
            .col-sm-11,
            .col-sm-12 {
                float: left
            }
            .col-sm-1 {
                width: 8.33333333%
            }
            .col-sm-2 {
                width: 16.66666667%
            }
            .col-sm-3 {
                width: 25%
            }
            .col-sm-4 {
                width: 33.33333333%
            }
            .col-sm-5 {
                width: 41.66666667%
            }
            .col-sm-6 {
                width: 50%
            }
            .col-sm-7 {
                width: 58.33333333%
            }
            .col-sm-8 {
                width: 66.66666667%
            }
            .col-sm-9 {
                width: 75%
            }
            .col-sm-10 {
                width: 83.33333333%
            }
            .col-sm-11 {
                width: 91.66666667%
            }
            .col-sm-12 {
                width: 100%
            }
            .col-sm-pull-0 {
                right: auto
            }
            .col-sm-pull-1 {
                right: 8.33333333%
            }
            .col-sm-pull-2 {
                right: 16.66666667%
            }
            .col-sm-pull-3 {
                right: 25%
            }
            .col-sm-pull-4 {
                right: 33.33333333%
            }
            .col-sm-pull-5 {
                right: 41.66666667%
            }
            .col-sm-pull-6 {
                right: 50%
            }
            .col-sm-pull-7 {
                right: 58.33333333%
            }
            .col-sm-pull-8 {
                right: 66.66666667%
            }
            .col-sm-pull-9 {
                right: 75%
            }
            .col-sm-pull-10 {
                right: 83.33333333%
            }
            .col-sm-pull-11 {
                right: 91.66666667%
            }
            .col-sm-pull-12 {
                right: 100%
            }
            .col-sm-push-0 {
                left: auto
            }
            .col-sm-push-1 {
                left: 8.33333333%
            }
            .col-sm-push-2 {
                left: 16.66666667%
            }
            .col-sm-push-3 {
                left: 25%
            }
            .col-sm-push-4 {
                left: 33.33333333%
            }
            .col-sm-push-5 {
                left: 41.66666667%
            }
            .col-sm-push-6 {
                left: 50%
            }
            .col-sm-push-7 {
                left: 58.33333333%
            }
            .col-sm-push-8 {
                left: 66.66666667%
            }
            .col-sm-push-9 {
                left: 75%
            }
            .col-sm-push-10 {
                left: 83.33333333%
            }
            .col-sm-push-11 {
                left: 91.66666667%
            }
            .col-sm-push-12 {
                left: 100%
            }
            .col-sm-offset-0 {
                margin-left: 0%
            }
            .col-sm-offset-1 {
                margin-left: 8.33333333%
            }
            .col-sm-offset-2 {
                margin-left: 16.66666667%
            }
            .col-sm-offset-3 {
                margin-left: 25%
            }
            .col-sm-offset-4 {
                margin-left: 33.33333333%
            }
            .col-sm-offset-5 {
                margin-left: 41.66666667%
            }
            .col-sm-offset-6 {
                margin-left: 50%
            }
            .col-sm-offset-7 {
                margin-left: 58.33333333%
            }
            .col-sm-offset-8 {
                margin-left: 66.66666667%
            }
            .col-sm-offset-9 {
                margin-left: 75%
            }
            .col-sm-offset-10 {
                margin-left: 83.33333333%
            }
            .col-sm-offset-11 {
                margin-left: 91.66666667%
            }
            .col-sm-offset-12 {
                margin-left: 100%
            }
        }
        
        @media(min-width:992px) {
            .col-md-1,
            .col-md-2,
            .col-md-3,
            .col-md-4,
            .col-md-5,
            .col-md-6,
            .col-md-7,
            .col-md-8,
            .col-md-9,
            .col-md-10,
            .col-md-11,
            .col-md-12 {
                float: left
            }
            .col-md-1 {
                width: 8.33333333%
            }
            .col-md-2 {
                width: 16.66666667%
            }
            .col-md-3 {
                width: 25%
            }
            .col-md-4 {
                width: 33.33333333%
            }
            .col-md-5 {
                width: 41.66666667%
            }
            .col-md-6 {
                width: 50%
            }
            .col-md-7 {
                width: 58.33333333%
            }
            .col-md-8 {
                width: 66.66666667%
            }
            .col-md-9 {
                width: 75%
            }
            .col-md-10 {
                width: 83.33333333%
            }
            .col-md-11 {
                width: 91.66666667%
            }
            .col-md-12 {
                width: 100%
            }
            .col-md-pull-0 {
                right: auto
            }
            .col-md-pull-1 {
                right: 8.33333333%
            }
            .col-md-pull-2 {
                right: 16.66666667%
            }
            .col-md-pull-3 {
                right: 25%
            }
            .col-md-pull-4 {
                right: 33.33333333%
            }
            .col-md-pull-5 {
                right: 41.66666667%
            }
            .col-md-pull-6 {
                right: 50%
            }
            .col-md-pull-7 {
                right: 58.33333333%
            }
            .col-md-pull-8 {
                right: 66.66666667%
            }
            .col-md-pull-9 {
                right: 75%
            }
            .col-md-pull-10 {
                right: 83.33333333%
            }
            .col-md-pull-11 {
                right: 91.66666667%
            }
            .col-md-pull-12 {
                right: 100%
            }
            .col-md-push-0 {
                left: auto
            }
            .col-md-push-1 {
                left: 8.33333333%
            }
            .col-md-push-2 {
                left: 16.66666667%
            }
            .col-md-push-3 {
                left: 25%
            }
            .col-md-push-4 {
                left: 33.33333333%
            }
            .col-md-push-5 {
                left: 41.66666667%
            }
            .col-md-push-6 {
                left: 50%
            }
            .col-md-push-7 {
                left: 58.33333333%
            }
            .col-md-push-8 {
                left: 66.66666667%
            }
            .col-md-push-9 {
                left: 75%
            }
            .col-md-push-10 {
                left: 83.33333333%
            }
            .col-md-push-11 {
                left: 91.66666667%
            }
            .col-md-push-12 {
                left: 100%
            }
            .col-md-offset-0 {
                margin-left: 0%
            }
            .col-md-offset-1 {
                margin-left: 8.33333333%
            }
            .col-md-offset-2 {
                margin-left: 16.66666667%
            }
            .col-md-offset-3 {
                margin-left: 25%
            }
            .col-md-offset-4 {
                margin-left: 33.33333333%
            }
            .col-md-offset-5 {
                margin-left: 41.66666667%
            }
            .col-md-offset-6 {
                margin-left: 50%
            }
            .col-md-offset-7 {
                margin-left: 58.33333333%
            }
            .col-md-offset-8 {
                margin-left: 66.66666667%
            }
            .col-md-offset-9 {
                margin-left: 75%
            }
            .col-md-offset-10 {
                margin-left: 83.33333333%
            }
            .col-md-offset-11 {
                margin-left: 91.66666667%
            }
            .col-md-offset-12 {
                margin-left: 100%
            }
        }
        
        @media(min-width:1264px) {
            .col-lg-1,
            .col-lg-2,
            .col-lg-3,
            .col-lg-4,
            .col-lg-5,
            .col-lg-6,
            .col-lg-7,
            .col-lg-8,
            .col-lg-9,
            .col-lg-10,
            .col-lg-11,
            .col-lg-12 {
                float: left
            }
            .col-lg-1 {
                width: 8.33333333%
            }
            .col-lg-2 {
                width: 16.66666667%
            }
            .col-lg-3 {
                width: 25%
            }
            .col-lg-4 {
                width: 33.33333333%
            }
            .col-lg-5 {
                width: 41.66666667%
            }
            .col-lg-6 {
                width: 50%
            }
            .col-lg-7 {
                width: 58.33333333%
            }
            .col-lg-8 {
                width: 66.66666667%
            }
            .col-lg-9 {
                width: 75%
            }
            .col-lg-10 {
                width: 83.33333333%
            }
            .col-lg-11 {
                width: 91.66666667%
            }
            .col-lg-12 {
                width: 100%
            }
            .col-lg-pull-0 {
                right: auto
            }
            .col-lg-pull-1 {
                right: 8.33333333%
            }
            .col-lg-pull-2 {
                right: 16.66666667%
            }
            .col-lg-pull-3 {
                right: 25%
            }
            .col-lg-pull-4 {
                right: 33.33333333%
            }
            .col-lg-pull-5 {
                right: 41.66666667%
            }
            .col-lg-pull-6 {
                right: 50%
            }
            .col-lg-pull-7 {
                right: 58.33333333%
            }
            .col-lg-pull-8 {
                right: 66.66666667%
            }
            .col-lg-pull-9 {
                right: 75%
            }
            .col-lg-pull-10 {
                right: 83.33333333%
            }
            .col-lg-pull-11 {
                right: 91.66666667%
            }
            .col-lg-pull-12 {
                right: 100%
            }
            .col-lg-push-0 {
                left: auto
            }
            .col-lg-push-1 {
                left: 8.33333333%
            }
            .col-lg-push-2 {
                left: 16.66666667%
            }
            .col-lg-push-3 {
                left: 25%
            }
            .col-lg-push-4 {
                left: 33.33333333%
            }
            .col-lg-push-5 {
                left: 41.66666667%
            }
            .col-lg-push-6 {
                left: 50%
            }
            .col-lg-push-7 {
                left: 58.33333333%
            }
            .col-lg-push-8 {
                left: 66.66666667%
            }
            .col-lg-push-9 {
                left: 75%
            }
            .col-lg-push-10 {
                left: 83.33333333%
            }
            .col-lg-push-11 {
                left: 91.66666667%
            }
            .col-lg-push-12 {
                left: 100%
            }
            .col-lg-offset-0 {
                margin-left: 0%
            }
            .col-lg-offset-1 {
                margin-left: 8.33333333%
            }
            .col-lg-offset-2 {
                margin-left: 16.66666667%
            }
            .col-lg-offset-3 {
                margin-left: 25%
            }
            .col-lg-offset-4 {
                margin-left: 33.33333333%
            }
            .col-lg-offset-5 {
                margin-left: 41.66666667%
            }
            .col-lg-offset-6 {
                margin-left: 50%
            }
            .col-lg-offset-7 {
                margin-left: 58.33333333%
            }
            .col-lg-offset-8 {
                margin-left: 66.66666667%
            }
            .col-lg-offset-9 {
                margin-left: 75%
            }
            .col-lg-offset-10 {
                margin-left: 83.33333333%
            }
            .col-lg-offset-11 {
                margin-left: 91.66666667%
            }
            .col-lg-offset-12 {
                margin-left: 100%
            }
        }
        
        table {
            background-color: transparent
        }
        
        table col[class*="col-"] {
            position: static;
            display: table-column;
            float: none
        }
        
        table td[class*="col-"],
        table th[class*="col-"] {
            position: static;
            display: table-cell;
            float: none
        }
        
        caption {
            padding-top: 8px;
            padding-bottom: 8px;
            color: #bebebe;
            text-align: left
        }
        
        th {
            text-align: left
        }
        
        .table {
            width: 100%;
            max-width: 100%;
            margin-bottom: 20px
        }
        
        .table>thead>tr>th,
        .table>thead>tr>td,
        .table>tbody>tr>th,
        .table>tbody>tr>td,
        .table>tfoot>tr>th,
        .table>tfoot>tr>td {
            padding: 8px;
            line-height: 1.5em;
            vertical-align: top;
            border-top: 1px solid #ddd
        }
        
        .table>thead>tr>th {
            vertical-align: bottom;
            border-bottom: 2px solid #ddd
        }
        
        .table>caption+thead>tr:first-child>th,
        .table>caption+thead>tr:first-child>td,
        .table>colgroup+thead>tr:first-child>th,
        .table>colgroup+thead>tr:first-child>td,
        .table>thead:first-child>tr:first-child>th,
        .table>thead:first-child>tr:first-child>td {
            border-top: 0
        }
        
        .table>tbody+tbody {
            border-top: 2px solid #ddd
        }
        
        .table .table {
            background-color: #fff
        }
        
        .table-condensed>thead>tr>th,
        .table-condensed>thead>tr>td,
        .table-condensed>tbody>tr>th,
        .table-condensed>tbody>tr>td,
        .table-condensed>tfoot>tr>th,
        .table-condensed>tfoot>tr>td {
            padding: 5px
        }
        
        .table-bordered {
            border: 1px solid #ddd
        }
        
        .table-bordered>thead>tr>th,
        .table-bordered>thead>tr>td,
        .table-bordered>tbody>tr>th,
        .table-bordered>tbody>tr>td,
        .table-bordered>tfoot>tr>th,
        .table-bordered>tfoot>tr>td {
            border: 1px solid #ddd
        }
        
        .table-bordered>thead>tr>th,
        .table-bordered>thead>tr>td {
            border-bottom-width: 2px
        }
        
        .table-striped>tbody>tr:nth-of-type(odd) {
            background-color: #f9f9f9
        }
        
        .table-hover>tbody>tr:hover {
            background-color: #f5f5f5
        }
        
        .table>thead>tr>td.active,
        .table>thead>tr>th.active,
        .table>thead>tr.active>td,
        .table>thead>tr.active>th,
        .table>tbody>tr>td.active,
        .table>tbody>tr>th.active,
        .table>tbody>tr.active>td,
        .table>tbody>tr.active>th,
        .table>tfoot>tr>td.active,
        .table>tfoot>tr>th.active,
        .table>tfoot>tr.active>td,
        .table>tfoot>tr.active>th {
            background-color: #f5f5f5
        }
        
        .table-hover>tbody>tr>td.active:hover,
        .table-hover>tbody>tr>th.active:hover,
        .table-hover>tbody>tr.active:hover>td,
        .table-hover>tbody>tr:hover>.active,
        .table-hover>tbody>tr.active:hover>th {
            background-color: #e8e8e8
        }
        
        .table>thead>tr>td.success,
        .table>thead>tr>th.success,
        .table>thead>tr.success>td,
        .table>thead>tr.success>th,
        .table>tbody>tr>td.success,
        .table>tbody>tr>th.success,
        .table>tbody>tr.success>td,
        .table>tbody>tr.success>th,
        .table>tfoot>tr>td.success,
        .table>tfoot>tr>th.success,
        .table>tfoot>tr.success>td,
        .table>tfoot>tr.success>th {
            background-color: #dff0d8
        }
        
        .table-hover>tbody>tr>td.success:hover,
        .table-hover>tbody>tr>th.success:hover,
        .table-hover>tbody>tr.success:hover>td,
        .table-hover>tbody>tr:hover>.success,
        .table-hover>tbody>tr.success:hover>th {
            background-color: #d0e9c6
        }
        
        .table>thead>tr>td.info,
        .table>thead>tr>th.info,
        .table>thead>tr.info>td,
        .table>thead>tr.info>th,
        .table>tbody>tr>td.info,
        .table>tbody>tr>th.info,
        .table>tbody>tr.info>td,
        .table>tbody>tr.info>th,
        .table>tfoot>tr>td.info,
        .table>tfoot>tr>th.info,
        .table>tfoot>tr.info>td,
        .table>tfoot>tr.info>th {
            background-color: #d9edf7
        }
        
        .table-hover>tbody>tr>td.info:hover,
        .table-hover>tbody>tr>th.info:hover,
        .table-hover>tbody>tr.info:hover>td,
        .table-hover>tbody>tr:hover>.info,
        .table-hover>tbody>tr.info:hover>th {
            background-color: #c4e3f3
        }
        
        .table>thead>tr>td.warning,
        .table>thead>tr>th.warning,
        .table>thead>tr.warning>td,
        .table>thead>tr.warning>th,
        .table>tbody>tr>td.warning,
        .table>tbody>tr>th.warning,
        .table>tbody>tr.warning>td,
        .table>tbody>tr.warning>th,
        .table>tfoot>tr>td.warning,
        .table>tfoot>tr>th.warning,
        .table>tfoot>tr.warning>td,
        .table>tfoot>tr.warning>th {
            background-color: #fcf8e3
        }
        
        .table-hover>tbody>tr>td.warning:hover,
        .table-hover>tbody>tr>th.warning:hover,
        .table-hover>tbody>tr.warning:hover>td,
        .table-hover>tbody>tr:hover>.warning,
        .table-hover>tbody>tr.warning:hover>th {
            background-color: #faf2cc
        }
        
        .table>thead>tr>td.danger,
        .table>thead>tr>th.danger,
        .table>thead>tr.danger>td,
        .table>thead>tr.danger>th,
        .table>tbody>tr>td.danger,
        .table>tbody>tr>th.danger,
        .table>tbody>tr.danger>td,
        .table>tbody>tr.danger>th,
        .table>tfoot>tr>td.danger,
        .table>tfoot>tr>th.danger,
        .table>tfoot>tr.danger>td,
        .table>tfoot>tr.danger>th {
            background-color: #f2dede
        }
        
        .table-hover>tbody>tr>td.danger:hover,
        .table-hover>tbody>tr>th.danger:hover,
        .table-hover>tbody>tr.danger:hover>td,
        .table-hover>tbody>tr:hover>.danger,
        .table-hover>tbody>tr.danger:hover>th {
            background-color: #ebcccc
        }
        
        .table-responsive {
            min-height: .01%;
            overflow-x: auto
        }
        
        @media screen and (max-width:767px) {
            .table-responsive {
                width: 100%;
                margin-bottom: 15px;
                overflow-y: hidden;
                -ms-overflow-style: -ms-autohiding-scrollbar;
                border: 1px solid #ddd
            }
            .table-responsive>.table {
                margin-bottom: 0
            }
            .table-responsive>.table>thead>tr>th,
            .table-responsive>.table>thead>tr>td,
            .table-responsive>.table>tbody>tr>th,
            .table-responsive>.table>tbody>tr>td,
            .table-responsive>.table>tfoot>tr>th,
            .table-responsive>.table>tfoot>tr>td {
                white-space: nowrap
            }
            .table-responsive>.table-bordered {
                border: 0
            }
            .table-responsive>.table-bordered>thead>tr>th:first-child,
            .table-responsive>.table-bordered>thead>tr>td:first-child,
            .table-responsive>.table-bordered>tbody>tr>th:first-child,
            .table-responsive>.table-bordered>tbody>tr>td:first-child,
            .table-responsive>.table-bordered>tfoot>tr>th:first-child,
            .table-responsive>.table-bordered>tfoot>tr>td:first-child {
                border-left: 0
            }
            .table-responsive>.table-bordered>thead>tr>th:last-child,
            .table-responsive>.table-bordered>thead>tr>td:last-child,
            .table-responsive>.table-bordered>tbody>tr>th:last-child,
            .table-responsive>.table-bordered>tbody>tr>td:last-child,
            .table-responsive>.table-bordered>tfoot>tr>th:last-child,
            .table-responsive>.table-bordered>tfoot>tr>td:last-child {
                border-right: 0
            }
            .table-responsive>.table-bordered>tbody>tr:last-child>th,
            .table-responsive>.table-bordered>tbody>tr:last-child>td,
            .table-responsive>.table-bordered>tfoot>tr:last-child>th,
            .table-responsive>.table-bordered>tfoot>tr:last-child>td {
                border-bottom: 0
            }
        }
        
        fieldset {
            min-width: 0;
            padding: 0;
            margin: 0;
            border: 0
        }
        
        legend {
            display: block;
            width: 100%;
            padding: 0;
            margin-bottom: 20px;
            font-size: 24px;
            line-height: inherit;
            color: #646464;
            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;
            -webkit-appearance: none;
            appearance: none
        }
        
        input[type="radio"],
        input[type="checkbox"] {
            margin: 4px 0 0;
            margin-top: 1px \9;
            line-height: normal
        }
        
        input[type="radio"][disabled],
        input[type="radio"].disabled,
        fieldset[disabled] input[type="radio"],
        input[type="checkbox"][disabled],
        input[type="checkbox"].disabled,
        fieldset[disabled] input[type="checkbox"] {
            cursor: not-allowed
        }
        
        input[type="file"] {
            display: block
        }
        
        input[type="range"] {
            display: block;
            width: 100%
        }
        
        select[multiple],
        select[size] {
            height: auto
        }
        
        input[type="file"]:focus,
        input[type="radio"]:focus,
        input[type="checkbox"]:focus {
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px
        }
        
        output {
            display: block;
            padding-top: 7px;
            font-size: 16px;
            line-height: 1.5em;
            color: #979595
        }
        
        .form-control {
            display: block;
            width: 100%;
            height: 38px;
            padding: 6px 12px;
            font-size: 16px;
            line-height: 1.5em;
            color: #979595;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            border-radius: 0;
            -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, 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::-ms-expand {
            background-color: transparent;
            border: 0
        }
        
        .form-control[disabled],
        .form-control[readonly],
        fieldset[disabled] .form-control {
            background-color: #e4e4e4;
            opacity: 1
        }
        
        .form-control[disabled],
        fieldset[disabled] .form-control {
            cursor: not-allowed
        }
        
        textarea.form-control {
            height: auto
        }
        
        @media screen and (-webkit-min-device-pixel-ratio:0) {
            input[type="date"].form-control,
            input[type="time"].form-control,
            input[type="datetime-local"].form-control,
            input[type="month"].form-control {
                line-height: 38px
            }
            input[type="date"].input-sm,
            .input-group-sm>input[type="date"].form-control,
            .input-group-sm>input[type="date"].input-group-addon,
            .input-group-sm>.input-group-btn>input[type="date"].btn,
            .input-group-sm input[type="date"],
            input[type="time"].input-sm,
            .input-group-sm>input[type="time"].form-control,
            .input-group-sm>input[type="time"].input-group-addon,
            .input-group-sm>.input-group-btn>input[type="time"].btn,
            .input-group-sm input[type="time"],
            input[type="datetime-local"].input-sm,
            .input-group-sm>input[type="datetime-local"].form-control,
            .input-group-sm>input[type="datetime-local"].input-group-addon,
            .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
            .input-group-sm input[type="datetime-local"],
            input[type="month"].input-sm,
            .input-group-sm>input[type="month"].form-control,
            .input-group-sm>input[type="month"].input-group-addon,
            .input-group-sm>.input-group-btn>input[type="month"].btn,
            .input-group-sm input[type="month"] {
                line-height: 31px
            }
            input[type="date"].input-lg,
            .input-group-lg>input[type="date"].form-control,
            .input-group-lg>input[type="date"].input-group-addon,
            .input-group-lg>.input-group-btn>input[type="date"].btn,
            .input-group-lg input[type="date"],
            input[type="time"].input-lg,
            .input-group-lg>input[type="time"].form-control,
            .input-group-lg>input[type="time"].input-group-addon,
            .input-group-lg>.input-group-btn>input[type="time"].btn,
            .input-group-lg input[type="time"],
            input[type="datetime-local"].input-lg,
            .input-group-lg>input[type="datetime-local"].form-control,
            .input-group-lg>input[type="datetime-local"].input-group-addon,
            .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
            .input-group-lg input[type="datetime-local"],
            input[type="month"].input-lg,
            .input-group-lg>input[type="month"].form-control,
            .input-group-lg>input[type="month"].input-group-addon,
            .input-group-lg>.input-group-btn>input[type="month"].btn,
            .input-group-lg input[type="month"] {
                line-height: 53px
            }
        }
        
        .form-group {
            margin-bottom: 15px
        }
        
        .radio,
        .checkbox {
            position: relative;
            display: block;
            margin-top: 10px;
            margin-bottom: 10px
        }
        
        .radio.disabled label,
        fieldset[disabled] .radio label,
        .checkbox.disabled label,
        fieldset[disabled] .checkbox label {
            cursor: not-allowed
        }
        
        .radio label,
        .checkbox label {
            min-height: 20px;
            padding-left: 20px;
            margin-bottom: 0;
            font-weight: 400;
            cursor: pointer
        }
        
        .radio input[type="radio"],
        .radio-inline input[type="radio"],
        .checkbox input[type="checkbox"],
        .checkbox-inline input[type="checkbox"] {
            position: absolute;
            margin-top: 4px \9;
            margin-left: -20px
        }
        
        .radio+.radio,
        .checkbox+.checkbox {
            margin-top: -5px
        }
        
        .radio-inline,
        .checkbox-inline {
            position: relative;
            display: inline-block;
            padding-left: 20px;
            margin-bottom: 0;
            font-weight: 400;
            vertical-align: middle;
            cursor: pointer
        }
        
        .radio-inline.disabled,
        fieldset[disabled] .radio-inline,
        .checkbox-inline.disabled,
        fieldset[disabled] .checkbox-inline {
            cursor: not-allowed
        }
        
        .radio-inline+.radio-inline,
        .checkbox-inline+.checkbox-inline {
            margin-top: 0;
            margin-left: 10px
        }
        
        .form-control-static {
            min-height: 36px;
            padding-top: 7px;
            padding-bottom: 7px;
            margin-bottom: 0
        }
        
        .form-control-static.input-lg,
        .input-group-lg>.form-control-static.form-control,
        .input-group-lg>.form-control-static.input-group-addon,
        .input-group-lg>.input-group-btn>.form-control-static.btn,
        .form-control-static.input-sm,
        .input-group-sm>.form-control-static.form-control,
        .input-group-sm>.form-control-static.input-group-addon,
        .input-group-sm>.input-group-btn>.form-control-static.btn {
            padding-right: 0;
            padding-left: 0
        }
        
        .input-sm,
        .input-group-sm>.form-control,
        .input-group-sm>.input-group-addon,
        .input-group-sm>.input-group-btn>.btn {
            height: 31px;
            padding: 5px 10px;
            font-size: 10px;
            line-height: 1.5;
            border-radius: 0
        }
        
        select.input-sm,
        .input-group-sm>select.form-control,
        .input-group-sm>select.input-group-addon,
        .input-group-sm>.input-group-btn>select.btn {
            height: 31px;
            line-height: 31px
        }
        
        textarea.input-sm,
        .input-group-sm>textarea.form-control,
        .input-group-sm>textarea.input-group-addon,
        .input-group-sm>.input-group-btn>textarea.btn,
        select[multiple].input-sm,
        .input-group-sm>select[multiple].form-control,
        .input-group-sm>select[multiple].input-group-addon,
        .input-group-sm>.input-group-btn>select[multiple].btn {
            height: auto
        }
        
        .form-group-sm .form-control {
            height: 31px;
            padding: 5px 10px;
            font-size: 10px;
            line-height: 1.5;
            border-radius: 0
        }
        
        .form-group-sm select.form-control {
            height: 31px;
            line-height: 31px
        }
        
        .form-group-sm textarea.form-control,
        .form-group-sm select[multiple].form-control {
            height: auto
        }
        
        .form-group-sm .form-control-static {
            height: 31px;
            min-height: 30px;
            padding: 6px 10px;
            font-size: 10px;
            line-height: 1.5
        }
        
        .input-lg,
        .input-group-lg>.form-control,
        .input-group-lg>.input-group-addon,
        .input-group-lg>.input-group-btn>.btn {
            height: 53px;
            padding: 10px 16px;
            font-size: 20px;
            line-height: 1.3333333;
            border-radius: 0
        }
        
        select.input-lg,
        .input-group-lg>select.form-control,
        .input-group-lg>select.input-group-addon,
        .input-group-lg>.input-group-btn>select.btn {
            height: 53px;
            line-height: 53px
        }
        
        textarea.input-lg,
        .input-group-lg>textarea.form-control,
        .input-group-lg>textarea.input-group-addon,
        .input-group-lg>.input-group-btn>textarea.btn,
        select[multiple].input-lg,
        .input-group-lg>select[multiple].form-control,
        .input-group-lg>select[multiple].input-group-addon,
        .input-group-lg>.input-group-btn>select[multiple].btn {
            height: auto
        }
        
        .form-group-lg .form-control {
            height: 53px;
            padding: 10px 16px;
            font-size: 20px;
            line-height: 1.3333333;
            border-radius: 0
        }
        
        .form-group-lg select.form-control {
            height: 53px;
            line-height: 53px
        }
        
        .form-group-lg textarea.form-control,
        .form-group-lg select[multiple].form-control {
            height: auto
        }
        
        .form-group-lg .form-control-static {
            height: 53px;
            min-height: 40px;
            padding: 11px 16px;
            font-size: 20px;
            line-height: 1.3333333
        }
        
        .has-feedback {
            position: relative
        }
        
        .has-feedback .form-control {
            padding-right: 47.5px
        }
        
        .form-control-feedback {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 2;
            display: block;
            width: 38px;
            height: 38px;
            line-height: 38px;
            text-align: center;
            pointer-events: none
        }
        
        .input-lg+.form-control-feedback,
        .input-group-lg>.form-control+.form-control-feedback,
        .input-group-lg>.input-group-addon+.form-control-feedback,
        .input-group-lg>.input-group-btn>.btn+.form-control-feedback,
        .input-group-lg+.form-control-feedback,
        .form-group-lg .form-control+.form-control-feedback {
            width: 53px;
            height: 53px;
            line-height: 53px
        }
        
        .input-sm+.form-control-feedback,
        .input-group-sm>.form-control+.form-control-feedback,
        .input-group-sm>.input-group-addon+.form-control-feedback,
        .input-group-sm>.input-group-btn>.btn+.form-control-feedback,
        .input-group-sm+.form-control-feedback,
        .form-group-sm .form-control+.form-control-feedback {
            width: 31px;
            height: 31px;
            line-height: 31px
        }
        
        .has-success .help-block,
        .has-success .control-label,
        .has-success .radio,
        .has-success .checkbox,
        .has-success .radio-inline,
        .has-success .checkbox-inline,
        .has-success.radio label,
        .has-success.checkbox label,
        .has-success.radio-inline label,
        .has-success.checkbox-inline label {
            color: #3c763d
        }
        
        .has-success .form-control {
            border-color: #3c763d;
            -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 .help-block,
        .has-warning .control-label,
        .has-warning .radio,
        .has-warning .checkbox,
        .has-warning .radio-inline,
        .has-warning .checkbox-inline,
        .has-warning.radio label,
        .has-warning.checkbox label,
        .has-warning.radio-inline label,
        .has-warning.checkbox-inline label {
            color: #8a6d3b
        }
        
        .has-warning .form-control {
            border-color: #8a6d3b;
            -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 .help-block,
        .has-error .control-label,
        .has-error .radio,
        .has-error .checkbox,
        .has-error .radio-inline,
        .has-error .checkbox-inline,
        .has-error.radio label,
        .has-error.checkbox label,
        .has-error.radio-inline label,
        .has-error.checkbox-inline label {
            color: #a94442
        }
        
        .has-error .form-control {
            border-color: #a94442;
            -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: #4d4d4d
        }
        
        @media(min-width:768px) {
            .form-inline .form-group {
                display: inline-block;
                margin-bottom: 0;
                vertical-align: middle
            }
            .form-inline .form-control {
                display: inline-block;
                width: auto;
                vertical-align: middle
            }
            .form-inline .form-control-static {
                display: inline-block
            }
            .form-inline .input-group {
                display: inline-table;
                vertical-align: middle
            }
            .form-inline .input-group .input-group-addon,
            .form-inline .input-group .input-group-btn,
            .form-inline .input-group .form-control {
                width: auto
            }
            .form-inline .input-group>.form-control {
                width: 100%
            }
            .form-inline .control-label {
                margin-bottom: 0;
                vertical-align: middle
            }
            .form-inline .radio,
            .form-inline .checkbox {
                display: inline-block;
                margin-top: 0;
                margin-bottom: 0;
                vertical-align: middle
            }
            .form-inline .radio label,
            .form-inline .checkbox label {
                padding-left: 0
            }
            .form-inline .radio input[type="radio"],
            .form-inline .checkbox input[type="checkbox"] {
                position: relative;
                margin-left: 0
            }
            .form-inline .has-feedback .form-control-feedback {
                top: 0
            }
        }
        
        .form-horizontal .radio,
        .form-horizontal .checkbox,
        .form-horizontal .radio-inline,
        .form-horizontal .checkbox-inline {
            padding-top: 7px;
            margin-top: 0;
            margin-bottom: 0
        }
        
        .form-horizontal .radio,
        .form-horizontal .checkbox {
            min-height: 27px
        }
        
        .form-horizontal .form-group {
            margin-right: -10px;
            margin-left: -10px
        }
        
        .form-horizontal .form-group:before,
        .form-horizontal .form-group:after {
            display: table;
            content: " "
        }
        
        .form-horizontal .form-group:after {
            clear: both
        }
        
        @media(min-width:768px) {
            .form-horizontal .control-label {
                padding-top: 7px;
                margin-bottom: 0;
                text-align: right
            }
        }
        
        .form-horizontal .has-feedback .form-control-feedback {
            right: 10px
        }
        
        @media(min-width:768px) {
            .form-horizontal .form-group-lg .control-label {
                padding-top: 11px;
                font-size: 20px
            }
        }
        
        @media(min-width:768px) {
            .form-horizontal .form-group-sm .control-label {
                padding-top: 6px;
                font-size: 10px
            }
        }
        
        .btn {
            display: inline-block;
            margin-bottom: 0;
            font-weight: normal;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            touch-action: manipulation;
            cursor: pointer;
            background-image: none;
            border: 1px solid transparent;
            padding: 6px 12px;
            font-size: 16px;
            line-height: 1.5em;
            border-radius: 0;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }
        
        .btn:focus,
        .btn.focus,
        .btn:active:focus,
        .btn:active.focus,
        .btn.active:focus,
        .btn.active.focus {
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px
        }
        
        .btn:hover,
        .btn:focus,
        .btn.focus {
            color: #333;
            text-decoration: none
        }
        
        .btn:active,
        .btn.active {
            background-image: none;
            outline: 0;
            -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);
            opacity: .65;
            -webkit-box-shadow: none;
            box-shadow: none
        }
        
        a.btn.disabled,
        fieldset[disabled] a.btn {
            pointer-events: none
        }
        
        .btn-default {
            color: #333;
            background-color: #fff;
            border-color: #ccc
        }
        
        .btn-default:focus,
        .btn-default.focus {
            color: #333;
            background-color: #e6e6e6;
            border-color: #8c8c8c
        }
        
        .btn-default:hover {
            color: #333;
            background-color: #e6e6e6;
            border-color: #adadad
        }
        
        .btn-default:active,
        .btn-default.active,
        .open>.btn-default.dropdown-toggle {
            color: #333;
            background-color: #e6e6e6;
            background-image: none;
            border-color: #adadad
        }
        
        .btn-default:active:hover,
        .btn-default:active:focus,
        .btn-default:active.focus,
        .btn-default.active:hover,
        .btn-default.active:focus,
        .btn-default.active.focus,
        .open>.btn-default.dropdown-toggle:hover,
        .open>.btn-default.dropdown-toggle:focus,
        .open>.btn-default.dropdown-toggle.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c
        }
        
        .btn-default.disabled:hover,
        .btn-default.disabled:focus,
        .btn-default.disabled.focus,
        .btn-default[disabled]:hover,
        .btn-default[disabled]:focus,
        .btn-default[disabled].focus,
        fieldset[disabled] .btn-default:hover,
        fieldset[disabled] .btn-default:focus,
        fieldset[disabled] .btn-default.focus {
            background-color: #fff;
            border-color: #ccc
        }
        
        .btn-default .badge {
            color: #fff;
            background-color: #333
        }
        
        .btn-primary {
            color: #fff;
            background-color: #c60c30;
            border-color: transparent
        }
        
        .btn-primary:focus,
        .btn-primary.focus {
            color: #fff;
            background-color: #960924;
            border-color: transparent
        }
        
        .btn-primary:hover {
            color: #fff;
            background-color: #960924;
            border-color: transparent
        }
        
        .btn-primary:active,
        .btn-primary.active,
        .open>.btn-primary.dropdown-toggle {
            color: #fff;
            background-color: #960924;
            background-image: none;
            border-color: transparent
        }
        
        .btn-primary:active:hover,
        .btn-primary:active:focus,
        .btn-primary:active.focus,
        .btn-primary.active:hover,
        .btn-primary.active:focus,
        .btn-primary.active.focus,
        .open>.btn-primary.dropdown-toggle:hover,
        .open>.btn-primary.dropdown-toggle:focus,
        .open>.btn-primary.dropdown-toggle.focus {
            color: #fff;
            background-color: #74071c;
            border-color: transparent
        }
        
        .btn-primary.disabled:hover,
        .btn-primary.disabled:focus,
        .btn-primary.disabled.focus,
        .btn-primary[disabled]:hover,
        .btn-primary[disabled]:focus,
        .btn-primary[disabled].focus,
        fieldset[disabled] .btn-primary:hover,
        fieldset[disabled] .btn-primary:focus,
        fieldset[disabled] .btn-primary.focus {
            background-color: #c60c30;
            border-color: transparent
        }
        
        .btn-primary .badge {
            color: #c60c30;
            background-color: #fff
        }
        
        .btn-success {
            color: #fff;
            background-color: #5cb85c;
            border-color: #4cae4c
        }
        
        .btn-success:focus,
        .btn-success.focus {
            color: #fff;
            background-color: #449d44;
            border-color: #255625
        }
        
        .btn-success:hover {
            color: #fff;
            background-color: #449d44;
            border-color: #398439
        }
        
        .btn-success:active,
        .btn-success.active,
        .open>.btn-success.dropdown-toggle {
            color: #fff;
            background-color: #449d44;
            background-image: none;
            border-color: #398439
        }
        
        .btn-success:active:hover,
        .btn-success:active:focus,
        .btn-success:active.focus,
        .btn-success.active:hover,
        .btn-success.active:focus,
        .btn-success.active.focus,
        .open>.btn-success.dropdown-toggle:hover,
        .open>.btn-success.dropdown-toggle:focus,
        .open>.btn-success.dropdown-toggle.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625
        }
        
        .btn-success.disabled:hover,
        .btn-success.disabled:focus,
        .btn-success.disabled.focus,
        .btn-success[disabled]:hover,
        .btn-success[disabled]:focus,
        .btn-success[disabled].focus,
        fieldset[disabled] .btn-success:hover,
        fieldset[disabled] .btn-success:focus,
        fieldset[disabled] .btn-success.focus {
            background-color: #5cb85c;
            border-color: #4cae4c
        }
        
        .btn-success .badge {
            color: #5cb85c;
            background-color: #fff
        }
        
        .btn-info {
            color: #fff;
            background-color: #5bc0de;
            border-color: #46b8da
        }
        
        .btn-info:focus,
        .btn-info.focus {
            color: #fff;
            background-color: #31b0d5;
            border-color: #1b6d85
        }
        
        .btn-info:hover {
            color: #fff;
            background-color: #31b0d5;
            border-color: #269abc
        }
        
        .btn-info:active,
        .btn-info.active,
        .open>.btn-info.dropdown-toggle {
            color: #fff;
            background-color: #31b0d5;
            background-image: none;
            border-color: #269abc
        }
        
        .btn-info:active:hover,
        .btn-info:active:focus,
        .btn-info:active.focus,
        .btn-info.active:hover,
        .btn-info.active:focus,
        .btn-info.active.focus,
        .open>.btn-info.dropdown-toggle:hover,
        .open>.btn-info.dropdown-toggle:focus,
        .open>.btn-info.dropdown-toggle.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85
        }
        
        .btn-info.disabled:hover,
        .btn-info.disabled:focus,
        .btn-info.disabled.focus,
        .btn-info[disabled]:hover,
        .btn-info[disabled]:focus,
        .btn-info[disabled].focus,
        fieldset[disabled] .btn-info:hover,
        fieldset[disabled] .btn-info:focus,
        fieldset[disabled] .btn-info.focus {
            background-color: #5bc0de;
            border-color: #46b8da
        }
        
        .btn-info .badge {
            color: #5bc0de;
            background-color: #fff
        }
        
        .btn-warning {
            color: #fff;
            background-color: #f0ad4e;
            border-color: #eea236
        }
        
        .btn-warning:focus,
        .btn-warning.focus {
            color: #fff;
            background-color: #ec971f;
            border-color: #985f0d
        }
        
        .btn-warning:hover {
            color: #fff;
            background-color: #ec971f;
            border-color: #d58512
        }
        
        .btn-warning:active,
        .btn-warning.active,
        .open>.btn-warning.dropdown-toggle {
            color: #fff;
            background-color: #ec971f;
            background-image: none;
            border-color: #d58512
        }
        
        .btn-warning:active:hover,
        .btn-warning:active:focus,
        .btn-warning:active.focus,
        .btn-warning.active:hover,
        .btn-warning.active:focus,
        .btn-warning.active.focus,
        .open>.btn-warning.dropdown-toggle:hover,
        .open>.btn-warning.dropdown-toggle:focus,
        .open>.btn-warning.dropdown-toggle.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d
        }
        
        .btn-warning.disabled:hover,
        .btn-warning.disabled:focus,
        .btn-warning.disabled.focus,
        .btn-warning[disabled]:hover,
        .btn-warning[disabled]:focus,
        .btn-warning[disabled].focus,
        fieldset[disabled] .btn-warning:hover,
        fieldset[disabled] .btn-warning:focus,
        fieldset[disabled] .btn-warning.focus {
            background-color: #f0ad4e;
            border-color: #eea236
        }
        
        .btn-warning .badge {
            color: #f0ad4e;
            background-color: #fff
        }
        
        .btn-danger {
            color: #fff;
            background-color: #d9534f;
            border-color: #d43f3a
        }
        
        .btn-danger:focus,
        .btn-danger.focus {
            color: #fff;
            background-color: #c9302c;
            border-color: #761c19
        }
        
        .btn-danger:hover {
            color: #fff;
            background-color: #c9302c;
            border-color: #ac2925
        }
        
        .btn-danger:active,
        .btn-danger.active,
        .open>.btn-danger.dropdown-toggle {
            color: #fff;
            background-color: #c9302c;
            background-image: none;
            border-color: #ac2925
        }
        
        .btn-danger:active:hover,
        .btn-danger:active:focus,
        .btn-danger:active.focus,
        .btn-danger.active:hover,
        .btn-danger.active:focus,
        .btn-danger.active.focus,
        .open>.btn-danger.dropdown-toggle:hover,
        .open>.btn-danger.dropdown-toggle:focus,
        .open>.btn-danger.dropdown-toggle.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19
        }
        
        .btn-danger.disabled:hover,
        .btn-danger.disabled:focus,
        .btn-danger.disabled.focus,
        .btn-danger[disabled]:hover,
        .btn-danger[disabled]:focus,
        .btn-danger[disabled].focus,
        fieldset[disabled] .btn-danger:hover,
        fieldset[disabled] .btn-danger:focus,
        fieldset[disabled] .btn-danger.focus {
            background-color: #d9534f;
            border-color: #d43f3a
        }
        
        .btn-danger .badge {
            color: #d9534f;
            background-color: #fff
        }
        
        .btn-link {
            font-weight: 400;
            color: #c60c30;
            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:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent
        }
        
        .btn-link:hover,
        .btn-link:focus {
            color: #7e081f;
            text-decoration: underline;
            background-color: transparent
        }
        
        .btn-link[disabled]:hover,
        .btn-link[disabled]:focus,
        fieldset[disabled] .btn-link:hover,
        fieldset[disabled] .btn-link:focus {
            color: #bebebe;
            text-decoration: none
        }
        
        .btn-lg,
        .btn-group-lg>.btn {
            padding: 10px 16px;
            font-size: 20px;
            line-height: 1.3333333;
            border-radius: 0
        }
        
        .btn-sm,
        .btn-group-sm>.btn {
            padding: 5px 10px;
            font-size: 10px;
            line-height: 1.5;
            border-radius: 0
        }
        
        .btn-xs,
        .btn-group-xs>.btn {
            padding: 1px 5px;
            font-size: 10px;
            line-height: 1.5;
            border-radius: 0
        }
        
        .btn-block {
            display: block;
            width: 100%
        }
        
        .btn-block+.btn-block {
            margin-top: 5px
        }
        
        input[type="submit"].btn-block,
        input[type="reset"].btn-block,
        input[type="button"].btn-block {
            width: 100%
        }
        
        .fade {
            opacity: 0;
            -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-property: height, visibility;
            transition-property: height, visibility;
            -webkit-transition-duration: .35s;
            transition-duration: .35s;
            -webkit-transition-timing-function: ease;
            transition-timing-function: ease
        }
        
        .caret {
            display: inline-block;
            width: 0;
            height: 0;
            margin-left: 2px;
            vertical-align: middle;
            border-top: 4px dashed;
            border-top: 4px solid \9;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent
        }
        
        .dropup,
        .dropdown {
            position: relative
        }
        
        .dropdown-toggle:focus {
            outline: 0
        }
        
        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1000;
            display: none;
            float: left;
            min-width: 160px;
            padding: 5px 0;
            margin: 2px 0 0;
            font-size: 16px;
            text-align: left;
            list-style: none;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ccc;
            border: 1px solid rgba(0, 0, 0, .15);
            border-radius: 0;
            -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.5em;
            color: #646464;
            white-space: nowrap
        }
        
        .dropdown-menu>li>a:hover,
        .dropdown-menu>li>a:focus {
            color: #575757;
            text-decoration: none;
            background-color: #f5f5f5
        }
        
        .dropdown-menu>.active>a,
        .dropdown-menu>.active>a:hover,
        .dropdown-menu>.active>a:focus {
            color: #fff;
            text-decoration: none;
            background-color: #c60c30;
            outline: 0
        }
        
        .dropdown-menu>.disabled>a,
        .dropdown-menu>.disabled>a:hover,
        .dropdown-menu>.disabled>a:focus {
            color: #bebebe
        }
        
        .dropdown-menu>.disabled>a:hover,
        .dropdown-menu>.disabled>a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
        }
        
        .open>.dropdown-menu {
            display: block
        }
        
        .open>a {
            outline: 0
        }
        
        .dropdown-menu-right {
            right: 0;
            left: auto
        }
        
        .dropdown-menu-left {
            right: auto;
            left: 0
        }
        
        .dropdown-header {
            display: block;
            padding: 3px 20px;
            font-size: 10px;
            line-height: 1.5em;
            color: #bebebe;
            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 {
                left: 0;
                right: auto
            }
        }
        
        .btn-group,
        .btn-group-vertical {
            position: relative;
            display: inline-block;
            vertical-align: middle
        }
        
        .btn-group>.btn,
        .btn-group-vertical>.btn {
            position: relative;
            float: left
        }
        
        .btn-group>.btn:hover,
        .btn-group>.btn:focus,
        .btn-group>.btn:active,
        .btn-group>.btn.active,
        .btn-group-vertical>.btn:hover,
        .btn-group-vertical>.btn:focus,
        .btn-group-vertical>.btn:active,
        .btn-group-vertical>.btn.active {
            z-index: 2
        }
        
        .btn-group .btn+.btn,
        .btn-group .btn+.btn-group,
        .btn-group .btn-group+.btn,
        .btn-group .btn-group+.btn-group {
            margin-left: -1px
        }
        
        .btn-toolbar {
            margin-left: -5px
        }
        
        .btn-toolbar:before,
        .btn-toolbar:after {
            display: table;
            content: " "
        }
        
        .btn-toolbar:after {
            clear: both
        }
        
        .btn-toolbar .btn,
        .btn-toolbar .btn-group,
        .btn-toolbar .input-group {
            float: left
        }
        
        .btn-toolbar>.btn,
        .btn-toolbar>.btn-group,
        .btn-toolbar>.input-group {
            margin-left: 5px
        }
        
        .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
            border-radius: 0
        }
        
        .btn-group>.btn:first-child {
            margin-left: 0
        }
        
        .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }
        
        .btn-group>.btn:last-child:not(:first-child),
        .btn-group>.dropdown-toggle:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }
        
        .btn-group>.btn-group {
            float: left
        }
        
        .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
            border-radius: 0
        }
        
        .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
        .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }
        
        .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }
        
        .btn-group .dropdown-toggle:active,
        .btn-group.open .dropdown-toggle {
            outline: 0
        }
        
        .btn-group>.btn+.dropdown-toggle {
            padding-right: 8px;
            padding-left: 8px
        }
        
        .btn-group>.btn-lg+.dropdown-toggle,
        .btn-group-lg.btn-group>.btn+.dropdown-toggle {
            padding-right: 12px;
            padding-left: 12px
        }
        
        .btn-group.open .dropdown-toggle {
            -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,
        .btn-group-lg>.btn .caret {
            border-width: 5px 5px 0;
            border-bottom-width: 0
        }
        
        .dropup .btn-lg .caret,
        .dropup .btn-group-lg>.btn .caret {
            border-width: 0 5px 5px
        }
        
        .btn-group-vertical>.btn,
        .btn-group-vertical>.btn-group,
        .btn-group-vertical>.btn-group>.btn {
            display: block;
            float: none;
            width: 100%;
            max-width: 100%
        }
        
        .btn-group-vertical>.btn-group:before,
        .btn-group-vertical>.btn-group:after {
            display: table;
            content: " "
        }
        
        .btn-group-vertical>.btn-group:after {
            clear: both
        }
        
        .btn-group-vertical>.btn-group>.btn {
            float: none
        }
        
        .btn-group-vertical>.btn+.btn,
        .btn-group-vertical>.btn+.btn-group,
        .btn-group-vertical>.btn-group+.btn,
        .btn-group-vertical>.btn-group+.btn-group {
            margin-top: -1px;
            margin-left: 0
        }
        
        .btn-group-vertical>.btn:not(:first-child):not(:last-child) {
            border-radius: 0
        }
        
        .btn-group-vertical>.btn:first-child:not(:last-child) {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }
        
        .btn-group-vertical>.btn:last-child:not(:first-child) {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }
        
        .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
            border-radius: 0
        }
        
        .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
        .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }
        
        .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }
        
        .btn-group-justified {
            display: table;
            width: 100%;
            table-layout: fixed;
            border-collapse: separate
        }
        
        .btn-group-justified>.btn,
        .btn-group-justified>.btn-group {
            display: table-cell;
            float: none;
            width: 1%
        }
        
        .btn-group-justified>.btn-group .btn {
            width: 100%
        }
        
        .btn-group-justified>.btn-group .dropdown-menu {
            left: auto
        }
        
        [data-toggle="buttons"]>.btn input[type="radio"],
        [data-toggle="buttons"]>.btn input[type="checkbox"],
        [data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
        [data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
            position: absolute;
            clip: rect(0, 0, 0, 0);
            pointer-events: none
        }
        
        .input-group {
            position: relative;
            display: table;
            border-collapse: separate
        }
        
        .input-group[class*="col-"] {
            float: none;
            padding-right: 0;
            padding-left: 0
        }
        
        .input-group .form-control {
            position: relative;
            z-index: 2;
            float: left;
            width: 100%;
            margin-bottom: 0
        }
        
        .input-group .form-control:focus {
            z-index: 3
        }
        
        .input-group-addon,
        .input-group-btn,
        .input-group .form-control {
            display: table-cell
        }
        
        .input-group-addon:not(:first-child):not(:last-child),
        .input-group-btn:not(:first-child):not(:last-child),
        .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0
        }
        
        .input-group-addon,
        .input-group-btn {
            width: 1%;
            white-space: nowrap;
            vertical-align: middle
        }
        
        .input-group-addon {
            padding: 6px 12px;
            font-size: 16px;
            font-weight: 400;
            line-height: 1;
            color: #979595;
            text-align: center;
            background-color: #e4e4e4;
            border: 1px solid #ccc;
            border-radius: 0
        }
        
        .input-group-addon.input-sm,
        .input-group-sm>.input-group-addon,
        .input-group-sm>.input-group-btn>.input-group-addon.btn {
            padding: 5px 10px;
            font-size: 10px;
            border-radius: 0
        }
        
        .input-group-addon.input-lg,
        .input-group-lg>.input-group-addon,
        .input-group-lg>.input-group-btn>.input-group-addon.btn {
            padding: 10px 16px;
            font-size: 20px;
            border-radius: 0
        }
        
        .input-group-addon input[type="radio"],
        .input-group-addon input[type="checkbox"] {
            margin-top: 0
        }
        
        .input-group .form-control:first-child,
        .input-group-addon:first-child,
        .input-group-btn:first-child>.btn,
        .input-group-btn:first-child>.btn-group>.btn,
        .input-group-btn:first-child>.dropdown-toggle,
        .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
        .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }
        
        .input-group-addon:first-child {
            border-right: 0
        }
        
        .input-group .form-control:last-child,
        .input-group-addon:last-child,
        .input-group-btn:last-child>.btn,
        .input-group-btn:last-child>.btn-group>.btn,
        .input-group-btn:last-child>.dropdown-toggle,
        .input-group-btn:first-child>.btn:not(:first-child),
        .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }
        
        .input-group-addon:last-child {
            border-left: 0
        }
        
        .input-group-btn {
            position: relative;
            font-size: 0;
            white-space: nowrap
        }
        
        .input-group-btn>.btn {
            position: relative
        }
        
        .input-group-btn>.btn+.btn {
            margin-left: -1px
        }
        
        .input-group-btn>.btn:hover,
        .input-group-btn>.btn:focus,
        .input-group-btn>.btn:active {
            z-index: 2
        }
        
        .input-group-btn:first-child>.btn,
        .input-group-btn:first-child>.btn-group {
            margin-right: -1px
        }
        
        .input-group-btn:last-child>.btn,
        .input-group-btn:last-child>.btn-group {
            z-index: 2;
            margin-left: -1px
        }
        
        .nav {
            padding-left: 0;
            margin-bottom: 0;
            list-style: none
        }
        
        .nav:before,
        .nav:after {
            display: table;
            content: " "
        }
        
        .nav:after {
            clear: both
        }
        
        .nav>li {
            position: relative;
            display: block
        }
        
        .nav>li>a {
            position: relative;
            display: block;
            padding: 10px 15px
        }
        
        .nav>li>a:hover,
        .nav>li>a:focus {
            text-decoration: none;
            background-color: #e4e4e4
        }
        
        .nav>li.disabled>a {
            color: #bebebe
        }
        
        .nav>li.disabled>a:hover,
        .nav>li.disabled>a:focus {
            color: #bebebe;
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent
        }
        
        .nav .open>a,
        .nav .open>a:hover,
        .nav .open>a:focus {
            background-color: #e4e4e4;
            border-color: #c60c30
        }
        
        .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.5em;
            border: 1px solid transparent;
            border-radius: 0 0 0 0
        }
        
        .nav-tabs>li>a:hover {
            border-color: #e4e4e4 #e4e4e4 #ddd
        }
        
        .nav-tabs>li.active>a,
        .nav-tabs>li.active>a:hover,
        .nav-tabs>li.active>a:focus {
            color: #979595;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent
        }
        
        .nav-pills>li {
            float: left
        }
        
        .nav-pills>li>a {
            border-radius: 0
        }
        
        .nav-pills>li+li {
            margin-left: 2px
        }
        
        .nav-pills>li.active>a,
        .nav-pills>li.active>a:hover,
        .nav-pills>li.active>a:focus {
            color: #fff;
            background-color: #c60c30
        }
        
        .nav-stacked>li {
            float: none
        }
        
        .nav-stacked>li+li {
            margin-top: 2px;
            margin-left: 0
        }
        
        .nav-justified,
        .nav-tabs.nav-justified {
            width: 100%
        }
        
        .nav-justified>li,
        .nav-tabs.nav-justified>li {
            float: none
        }
        
        .nav-justified>li>a,
        .nav-tabs.nav-justified>li>a {
            margin-bottom: 5px;
            text-align: center
        }
        
        .nav-justified>.dropdown .dropdown-menu {
            top: auto;
            left: auto
        }
        
        @media(min-width:768px) {
            .nav-justified>li,
            .nav-tabs.nav-justified>li {
                display: table-cell;
                width: 1%
            }
            .nav-justified>li>a,
            .nav-tabs.nav-justified>li>a {
                margin-bottom: 0
            }
        }
        
        .nav-tabs-justified,
        .nav-tabs.nav-justified {
            border-bottom: 0
        }
        
        .nav-tabs-justified>li>a,
        .nav-tabs.nav-justified>li>a {
            margin-right: 0;
            border-radius: 0
        }
        
        .nav-tabs-justified>.active>a,
        .nav-tabs.nav-justified>.active>a,
        .nav-tabs-justified>.active>a:hover,
        .nav-tabs.nav-justified>.active>a:hover,
        .nav-tabs-justified>.active>a:focus,
        .nav-tabs.nav-justified>.active>a:focus {
            border: 1px solid #ddd
        }
        
        @media(min-width:768px) {
            .nav-tabs-justified>li>a,
            .nav-tabs.nav-justified>li>a {
                border-bottom: 1px solid #ddd;
                border-radius: 0 0 0 0
            }
            .nav-tabs-justified>.active>a,
            .nav-tabs.nav-justified>.active>a,
            .nav-tabs-justified>.active>a:hover,
            .nav-tabs.nav-justified>.active>a:hover,
            .nav-tabs-justified>.active>a:focus,
            .nav-tabs.nav-justified>.active>a:focus {
                border-bottom-color: #fff
            }
        }
        
        .tab-content>.tab-pane {
            display: none
        }
        
        .tab-content>.active {
            display: block
        }
        
        .nav-tabs .dropdown-menu {
            margin-top: -1px;
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }
        
        .navbar {
            position: relative;
            min-height: 48px;
            margin-bottom: 20px;
            border: 1px solid transparent
        }
        
        .navbar:before,
        .navbar:after {
            display: table;
            content: " "
        }
        
        .navbar:after {
            clear: both
        }
        
        @media(min-width:768px) {
            .navbar {
                border-radius: 0
            }
        }
        
        .navbar-header:before,
        .navbar-header:after {
            display: table;
            content: " "
        }
        
        .navbar-header:after {
            clear: both
        }
        
        @media(min-width:768px) {
            .navbar-header {
                float: left
            }
        }
        
        .navbar-collapse {
            padding-right: 10px;
            padding-left: 10px;
            overflow-x: visible;
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
            -webkit-overflow-scrolling: touch
        }
        
        .navbar-collapse:before,
        .navbar-collapse:after {
            display: table;
            content: " "
        }
        
        .navbar-collapse:after {
            clear: both
        }
        
        .navbar-collapse.in {
            overflow-y: auto
        }
        
        @media(min-width:768px) {
            .navbar-collapse {
                width: auto;
                border-top: 0;
                box-shadow: none
            }
            .navbar-collapse.collapse {
                display: block!important;
                height: auto!important;
                padding-bottom: 0;
                overflow: visible!important
            }
            .navbar-collapse.in {
                overflow-y: visible
            }
            .navbar-fixed-top .navbar-collapse,
            .navbar-static-top .navbar-collapse,
            .navbar-fixed-bottom .navbar-collapse {
                padding-right: 0;
                padding-left: 0
            }
        }
        
        .navbar-fixed-top,
        .navbar-fixed-bottom {
            position: fixed;
            right: 0;
            left: 0;
            z-index: 1030
        }
        
        .navbar-fixed-top .navbar-collapse,
        .navbar-fixed-bottom .navbar-collapse {
            max-height: 340px
        }
        
        @media(max-device-width:480px)and (orientation:landscape) {
            .navbar-fixed-top .navbar-collapse,
            .navbar-fixed-bottom .navbar-collapse {
                max-height: 200px
            }
        }
        
        @media(min-width:768px) {
            .navbar-fixed-top,
            .navbar-fixed-bottom {
                border-radius: 0
            }
        }
        
        .navbar-fixed-top {
            top: 0;
            border-width: 0 0 1px
        }
        
        .navbar-fixed-bottom {
            bottom: 0;
            margin-bottom: 0;
            border-width: 1px 0 0
        }
        
        .container>.navbar-header,
        .container>.navbar-collapse,
        .container-fluid>.navbar-header,
        .container-fluid>.navbar-collapse {
            margin-right: -10px;
            margin-left: -10px
        }
        
        @media(min-width:768px) {
            .container>.navbar-header,
            .container>.navbar-collapse,
            .container-fluid>.navbar-header,
            .container-fluid>.navbar-collapse {
                margin-right: 0;
                margin-left: 0
            }
        }
        
        .navbar-static-top {
            z-index: 1000;
            border-width: 0 0 1px
        }
        
        @media(min-width:768px) {
            .navbar-static-top {
                border-radius: 0
            }
        }
        
        .navbar-brand {
            float: left;
            height: 48px;
            padding: 14px 10px;
            font-size: 20px;
            line-height: 20px
        }
        
        .navbar-brand:hover,
        .navbar-brand:focus {
            text-decoration: none
        }
        
        .navbar-brand>img {
            display: block
        }
        
        @media(min-width:768px) {
            .navbar>.container .navbar-brand,
            .navbar>.container-fluid .navbar-brand {
                margin-left: -10px
            }
        }
        
        .navbar-toggle {
            position: relative;
            float: right;
            padding: 9px 10px;
            margin-right: 10px;
            margin-top: 7px;
            margin-bottom: 7px;
            background-color: transparent;
            background-image: none;
            border: 1px solid transparent;
            border-radius: 0
        }
        
        .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: 7px -10px
        }
        
        .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;
                box-shadow: none
            }
            .navbar-nav .open .dropdown-menu>li>a,
            .navbar-nav .open .dropdown-menu .dropdown-header {
                padding: 5px 15px 5px 25px
            }
            .navbar-nav .open .dropdown-menu>li>a {
                line-height: 20px
            }
            .navbar-nav .open .dropdown-menu>li>a:hover,
            .navbar-nav .open .dropdown-menu>li>a:focus {
                background-image: none
            }
        }
        
        @media(min-width:768px) {
            .navbar-nav {
                float: left;
                margin: 0
            }
            .navbar-nav>li {
                float: left
            }
            .navbar-nav>li>a {
                padding-top: 14px;
                padding-bottom: 14px
            }
        }
        
        .navbar-form {
            padding: 10px 10px;
            margin-right: -10px;
            margin-left: -10px;
            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);
            margin-top: 5px;
            margin-bottom: 5px
        }
        
        @media(min-width:768px) {
            .navbar-form .form-group {
                display: inline-block;
                margin-bottom: 0;
                vertical-align: middle
            }
            .navbar-form .form-control {
                display: inline-block;
                width: auto;
                vertical-align: middle
            }
            .navbar-form .form-control-static {
                display: inline-block
            }
            .navbar-form .input-group {
                display: inline-table;
                vertical-align: middle
            }
            .navbar-form .input-group .input-group-addon,
            .navbar-form .input-group .input-group-btn,
            .navbar-form .input-group .form-control {
                width: auto
            }
            .navbar-form .input-group>.form-control {
                width: 100%
            }
            .navbar-form .control-label {
                margin-bottom: 0;
                vertical-align: middle
            }
            .navbar-form .radio,
            .navbar-form .checkbox {
                display: inline-block;
                margin-top: 0;
                margin-bottom: 0;
                vertical-align: middle
            }
            .navbar-form .radio label,
            .navbar-form .checkbox label {
                padding-left: 0
            }
            .navbar-form .radio input[type="radio"],
            .navbar-form .checkbox input[type="checkbox"] {
                position: relative;
                margin-left: 0
            }
            .navbar-form .has-feedback .form-control-feedback {
                top: 0
            }
        }
        
        @media(max-width: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: 0;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }
        
        .navbar-btn {
            margin-top: 5px;
            margin-bottom: 5px
        }
        
        .navbar-btn.btn-sm,
        .btn-group-sm>.navbar-btn.btn {
            margin-top: 8.5px;
            margin-bottom: 8.5px
        }
        
        .navbar-btn.btn-xs,
        .btn-group-xs>.navbar-btn.btn {
            margin-top: 13px;
            margin-bottom: 13px
        }
        
        .navbar-text {
            margin-top: 14px;
            margin-bottom: 14px
        }
        
        @media(min-width:768px) {
            .navbar-text {
                float: left;
                margin-right: 10px;
                margin-left: 10px
            }
        }
        
        @media(min-width:768px) {
            .navbar-left {
                float: left!important
            }
            .navbar-right {
                float: right!important;
                margin-right: -10px
            }
            .navbar-right~.navbar-right {
                margin-right: 0
            }
        }
        
        .navbar-default {
            background-color: #f8f8f8;
            border-color: #e7e7e7
        }
        
        .navbar-default .navbar-brand {
            color: #777
        }
        
        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent
        }
        
        .navbar-default .navbar-text {
            color: #777
        }
        
        .navbar-default .navbar-nav>li>a {
            color: #777
        }
        
        .navbar-default .navbar-nav>li>a:hover,
        .navbar-default .navbar-nav>li>a:focus {
            color: #333;
            background-color: transparent
        }
        
        .navbar-default .navbar-nav>.active>a,
        .navbar-default .navbar-nav>.active>a:hover,
        .navbar-default .navbar-nav>.active>a:focus {
            color: #555;
            background-color: #e7e7e7
        }
        
        .navbar-default .navbar-nav>.disabled>a,
        .navbar-default .navbar-nav>.disabled>a:hover,
        .navbar-default .navbar-nav>.disabled>a:focus {
            color: #ccc;
            background-color: transparent
        }
        
        .navbar-default .navbar-nav>.open>a,
        .navbar-default .navbar-nav>.open>a:hover,
        .navbar-default .navbar-nav>.open>a:focus {
            color: #555;
            background-color: #e7e7e7
        }
        
        @media(max-width:767px) {
            .navbar-default .navbar-nav .open .dropdown-menu>li>a {
                color: #777
            }
            .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
            .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
                color: #333;
                background-color: transparent
            }
            .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
            .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
            .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
                color: #555;
                background-color: #e7e7e7
            }
            .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
            .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
            .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
                color: #ccc;
                background-color: transparent
            }
        }
        
        .navbar-default .navbar-toggle {
            border-color: #ddd
        }
        
        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #ddd
        }
        
        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888
        }
        
        .navbar-default .navbar-collapse,
        .navbar-default .navbar-form {
            border-color: #e7e7e7
        }
        
        .navbar-default .navbar-link {
            color: #777
        }
        
        .navbar-default .navbar-link:hover {
            color: #333
        }
        
        .navbar-default .btn-link {
            color: #777
        }
        
        .navbar-default .btn-link:hover,
        .navbar-default .btn-link:focus {
            color: #333
        }
        
        .navbar-default .btn-link[disabled]:hover,
        .navbar-default .btn-link[disabled]:focus,
        fieldset[disabled] .navbar-default .btn-link:hover,
        fieldset[disabled] .navbar-default .btn-link:focus {
            color: #ccc
        }
        
        .navbar-inverse {
            background-color: #222;
            border-color: #090909
        }
        
        .navbar-inverse .navbar-brand {
            color: #e4e4e4
        }
        
        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent
        }
        
        .navbar-inverse .navbar-text {
            color: #e4e4e4
        }
        
        .navbar-inverse .navbar-nav>li>a {
            color: #e4e4e4
        }
        
        .navbar-inverse .navbar-nav>li>a:hover,
        .navbar-inverse .navbar-nav>li>a:focus {
            color: #fff;
            background-color: transparent
        }
        
        .navbar-inverse .navbar-nav>.active>a,
        .navbar-inverse .navbar-nav>.active>a:hover,
        .navbar-inverse .navbar-nav>.active>a:focus {
            color: #fff;
            background-color: #090909
        }
        
        .navbar-inverse .navbar-nav>.disabled>a,
        .navbar-inverse .navbar-nav>.disabled>a:hover,
        .navbar-inverse .navbar-nav>.disabled>a:focus {
            color: #444;
            background-color: transparent
        }
        
        .navbar-inverse .navbar-nav>.open>a,
        .navbar-inverse .navbar-nav>.open>a:hover,
        .navbar-inverse .navbar-nav>.open>a:focus {
            color: #fff;
            background-color: #090909
        }
        
        @media(max-width:767px) {
            .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
                border-color: #090909
            }
            .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
                background-color: #090909
            }
            .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
                color: #e4e4e4
            }
            .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
            .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
                color: #fff;
                background-color: transparent
            }
            .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
            .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
            .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
                color: #fff;
                background-color: #090909
            }
            .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
            .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
            .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
                color: #444;
                background-color: transparent
            }
        }
        
        .navbar-inverse .navbar-toggle {
            border-color: #333
        }
        
        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #333
        }
        
        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }
        
        .navbar-inverse .navbar-collapse,
        .navbar-inverse .navbar-form {
            border-color: #101010
        }
        
        .navbar-inverse .navbar-link {
            color: #e4e4e4
        }
        
        .navbar-inverse .navbar-link:hover {
            color: #fff
        }
        
        .navbar-inverse .btn-link {
            color: #e4e4e4
        }
        
        .navbar-inverse .btn-link:hover,
        .navbar-inverse .btn-link:focus {
            color: #fff
        }
        
        .navbar-inverse .btn-link[disabled]:hover,
        .navbar-inverse .btn-link[disabled]:focus,
        fieldset[disabled] .navbar-inverse .btn-link:hover,
        fieldset[disabled] .navbar-inverse .btn-link:focus {
            color: #444
        }
        
        .breadcrumb {
            padding: 8px 15px;
            margin-bottom: 20px;
            list-style: none;
            background-color: transparent;
            border-radius: 0
        }
        
        .breadcrumb>li {
            display: inline-block
        }
        
        .breadcrumb>li+li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/ "
        }
        
        .breadcrumb>.active {
            color: #bebebe
        }
        
        .pagination {
            display: inline-block;
            padding-left: 0;
            margin: 20px 0;
            border-radius: 0
        }
        
        .pagination>li {
            display: inline
        }
        
        .pagination>li>a,
        .pagination>li>span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.5em;
            color: #00747a;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #fff
        }
        
        .pagination>li>a:hover,
        .pagination>li>a:focus,
        .pagination>li>span:hover,
        .pagination>li>span:focus {
            z-index: 2;
            color: #00747a;
            background-color: #fff;
            border-color: #00747a
        }
        
        .pagination>li:first-child>a,
        .pagination>li:first-child>span {
            margin-left: 0;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }
        
        .pagination>li:last-child>a,
        .pagination>li:last-child>span {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }
        
        .pagination>.active>a,
        .pagination>.active>a:hover,
        .pagination>.active>a:focus,
        .pagination>.active>span,
        .pagination>.active>span:hover,
        .pagination>.active>span:focus {
            z-index: 3;
            color: #fff;
            cursor: default;
            background-color: #00747a;
            border-color: #00747a
        }
        
        .pagination>.disabled>span,
        .pagination>.disabled>span:hover,
        .pagination>.disabled>span:focus,
        .pagination>.disabled>a,
        .pagination>.disabled>a:hover,
        .pagination>.disabled>a:focus {
            color: #bebebe;
            cursor: not-allowed;
            background-color: #fff;
            border-color: #ddd
        }
        
        .pagination-lg>li>a,
        .pagination-lg>li>span {
            padding: 10px 16px;
            font-size: 20px;
            line-height: 1.3333333
        }
        
        .pagination-lg>li:first-child>a,
        .pagination-lg>li:first-child>span {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }
        
        .pagination-lg>li:last-child>a,
        .pagination-lg>li:last-child>span {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }
        
        .pagination-sm>li>a,
        .pagination-sm>li>span {
            padding: 5px 10px;
            font-size: 10px;
            line-height: 1.5
        }
        
        .pagination-sm>li:first-child>a,
        .pagination-sm>li:first-child>span {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }
        
        .pagination-sm>li:last-child>a,
        .pagination-sm>li:last-child>span {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }
        
        .pager {
            padding-left: 0;
            margin: 20px 0;
            text-align: center;
            list-style: none
        }
        
        .pager:before,
        .pager:after {
            display: table;
            content: " "
        }
        
        .pager:after {
            clear: both
        }
        
        .pager li {
            display: inline
        }
        
        .pager li>a,
        .pager li>span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #fff;
            border-radius: 15px
        }
        
        .pager li>a:hover,
        .pager li>a:focus {
            text-decoration: none;
            background-color: #fff
        }
        
        .pager .next>a,
        .pager .next>span {
            float: right
        }
        
        .pager .previous>a,
        .pager .previous>span {
            float: left
        }
        
        .pager .disabled>a,
        .pager .disabled>a:hover,
        .pager .disabled>a:focus,
        .pager .disabled>span {
            color: #bebebe;
            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
        }
        
        .label:empty {
            display: none
        }
        
        .btn .label {
            position: relative;
            top: -1px
        }
        
        a.label:hover,
        a.label:focus {
            color: #fff;
            text-decoration: none;
            cursor: pointer
        }
        
        .label-default {
            background-color: #bebebe
        }
        
        .label-default[href]:hover,
        .label-default[href]:focus {
            background-color: #a5a5a5
        }
        
        .label-primary {
            background-color: #c60c30
        }
        
        .label-primary[href]:hover,
        .label-primary[href]:focus {
            background-color: #960924
        }
        
        .label-success {
            background-color: #5cb85c
        }
        
        .label-success[href]:hover,
        .label-success[href]:focus {
            background-color: #449d44
        }
        
        .label-info {
            background-color: #5bc0de
        }
        
        .label-info[href]:hover,
        .label-info[href]:focus {
            background-color: #31b0d5
        }
        
        .label-warning {
            background-color: #f0ad4e
        }
        
        .label-warning[href]:hover,
        .label-warning[href]:focus {
            background-color: #ec971f
        }
        
        .label-danger {
            background-color: #d9534f
        }
        
        .label-danger[href]:hover,
        .label-danger[href]:focus {
            background-color: #c9302c
        }
        
        .badge {
            display: inline-block;
            min-width: 10px;
            padding: 3px 7px;
            font-size: 10px;
            font-weight: bold;
            line-height: 1;
            color: #fff;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            background-color: #bebebe;
            border-radius: 10px
        }
        
        .badge:empty {
            display: none
        }
        
        .btn .badge {
            position: relative;
            top: -1px
        }
        
        .btn-xs .badge,
        .btn-group-xs>.btn .badge,
        .btn-group-xs>.btn .badge {
            top: 0;
            padding: 1px 5px
        }
        
        .list-group-item.active>.badge,
        .nav-pills>.active>a>.badge {
            color: #c60c30;
            background-color: #fff
        }
        
        .list-group-item>.badge {
            float: right
        }
        
        .list-group-item>.badge+.badge {
            margin-right: 5px
        }
        
        .nav-pills>li>a>.badge {
            margin-left: 3px
        }
        
        a.badge:hover,
        a.badge:focus {
            color: #fff;
            text-decoration: none;
            cursor: pointer
        }
        
        .jumbotron {
            padding-top: 30px;
            padding-bottom: 30px;
            margin-bottom: 30px;
            color: inherit;
            background-color: #e4e4e4
        }
        
        .jumbotron h1,
        .jumbotron .h1 {
            color: inherit
        }
        
        .jumbotron p {
            margin-bottom: 15px;
            font-size: 24px;
            font-weight: 200
        }
        
        .jumbotron>hr {
            border-top-color: #cbcbcb
        }
        
        .container .jumbotron,
        .container-fluid .jumbotron {
            padding-right: 10px;
            padding-left: 10px;
            border-radius: 0
        }
        
        .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: 72px
            }
        }
        
        .thumbnail {
            display: block;
            padding: 4px;
            margin-bottom: 20px;
            line-height: 1.5em;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 0;
            -webkit-transition: border .2s ease-in-out;
            -o-transition: border .2s ease-in-out;
            transition: border .2s ease-in-out
        }
        
        .thumbnail>img,
        .thumbnail a>img {
            display: block;
            max-width: 100%;
            height: auto;
            margin-right: auto;
            margin-left: auto
        }
        
        .thumbnail .caption {
            padding: 9px;
            color: #0d0d0d
        }
        
        a.thumbnail:hover,
        a.thumbnail:focus,
        a.thumbnail.active {
            border-color: #c60c30
        }
        
        .alert {
            padding: 15px;
            margin-bottom: 20px;
            border: 1px solid transparent;
            border-radius: 0
        }
        
        .alert h4 {
            margin-top: 0;
            color: inherit
        }
        
        .alert .alert-link {
            font-weight: bold
        }
        
        .alert>p,
        .alert>ul {
            margin-bottom: 0
        }
        
        .alert>p+p {
            margin-top: 5px
        }
        
        .alert-dismissable,
        .alert-dismissible {
            padding-right: 35px
        }
        
        .alert-dismissable .close,
        .alert-dismissible .close {
            position: relative;
            top: -2px;
            right: -21px;
            color: inherit
        }
        
        .alert-success {
            color: #3c763d;
            background-color: #dff0d8;
            border-color: #d6e9c6
        }
        
        .alert-success hr {
            border-top-color: #c9e2b3
        }
        
        .alert-success .alert-link {
            color: #2b542c
        }
        
        .alert-info {
            color: #31708f;
            background-color: #d9edf7;
            border-color: #bce8f1
        }
        
        .alert-info hr {
            border-top-color: #a6e1ec
        }
        
        .alert-info .alert-link {
            color: #245269
        }
        
        .alert-warning {
            color: #8a6d3b;
            background-color: #fcf8e3;
            border-color: #faebcc
        }
        
        .alert-warning hr {
            border-top-color: #f7e1b5
        }
        
        .alert-warning .alert-link {
            color: #66512c
        }
        
        .alert-danger {
            color: #a94442;
            background-color: #f2dede;
            border-color: #ebccd1
        }
        
        .alert-danger hr {
            border-top-color: #e4b9c0
        }
        
        .alert-danger .alert-link {
            color: #843534
        }
        
        @-webkit-keyframes progress-bar-stripes {
            from {
                background-position: 40px 0
            }
            to {
                background-position: 0 0
            }
        }
        
        @keyframes progress-bar-stripes {
            from {
                background-position: 40px 0
            }
            to {
                background-position: 0 0
            }
        }
        
        .progress {
            height: 20px;
            margin-bottom: 20px;
            overflow: hidden;
            background-color: #f5f5f5;
            border-radius: 0;
            -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: 10px;
            line-height: 20px;
            color: #fff;
            text-align: center;
            background-color: #c60c30;
            -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-striped .progress-bar,
        .progress-bar-striped {
            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);
            background-size: 40px 40px
        }
        
        .progress.active .progress-bar,
        .progress-bar.active {
            -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-left,
        .media-right,
        .media-body {
            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: 0;
            border-top-right-radius: 0
        }
        
        .list-group-item:last-child {
            margin-bottom: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }
        
        .list-group-item.disabled,
        .list-group-item.disabled:hover,
        .list-group-item.disabled:focus {
            color: #bebebe;
            cursor: not-allowed;
            background-color: #e4e4e4
        }
        
        .list-group-item.disabled .list-group-item-heading,
        .list-group-item.disabled:hover .list-group-item-heading,
        .list-group-item.disabled:focus .list-group-item-heading {
            color: inherit
        }
        
        .list-group-item.disabled .list-group-item-text,
        .list-group-item.disabled:hover .list-group-item-text,
        .list-group-item.disabled:focus .list-group-item-text {
            color: #bebebe
        }
        
        .list-group-item.active,
        .list-group-item.active:hover,
        .list-group-item.active:focus {
            z-index: 2;
            color: #fff;
            background-color: #c60c30;
            border-color: #c60c30
        }
        
        .list-group-item.active .list-group-item-heading,
        .list-group-item.active .list-group-item-heading>small,
        .list-group-item.active .list-group-item-heading>.small,
        .list-group-item.active:hover .list-group-item-heading,
        .list-group-item.active:hover .list-group-item-heading>small,
        .list-group-item.active:hover .list-group-item-heading>.small,
        .list-group-item.active:focus .list-group-item-heading,
        .list-group-item.active:focus .list-group-item-heading>small,
        .list-group-item.active:focus .list-group-item-heading>.small {
            color: inherit
        }
        
        .list-group-item.active .list-group-item-text,
        .list-group-item.active:hover .list-group-item-text,
        .list-group-item.active:focus .list-group-item-text {
            color: #faa4b5
        }
        
        a.list-group-item,
        button.list-group-item {
            color: #555
        }
        
        a.list-group-item .list-group-item-heading,
        button.list-group-item .list-group-item-heading {
            color: #333
        }
        
        a.list-group-item:hover,
        a.list-group-item:focus,
        button.list-group-item:hover,
        button.list-group-item:focus {
            color: #555;
            text-decoration: none;
            background-color: #f5f5f5
        }
        
        button.list-group-item {
            width: 100%;
            text-align: left
        }
        
        .list-group-item-success {
            color: #3c763d;
            background-color: #dff0d8
        }
        
        a.list-group-item-success,
        button.list-group-item-success {
            color: #3c763d
        }
        
        a.list-group-item-success .list-group-item-heading,
        button.list-group-item-success .list-group-item-heading {
            color: inherit
        }
        
        a.list-group-item-success:hover,
        a.list-group-item-success:focus,
        button.list-group-item-success:hover,
        button.list-group-item-success:focus {
            color: #3c763d;
            background-color: #d0e9c6
        }
        
        a.list-group-item-success.active,
        a.list-group-item-success.active:hover,
        a.list-group-item-success.active:focus,
        button.list-group-item-success.active,
        button.list-group-item-success.active:hover,
        button.list-group-item-success.active:focus {
            color: #fff;
            background-color: #3c763d;
            border-color: #3c763d
        }
        
        .list-group-item-info {
            color: #31708f;
            background-color: #d9edf7
        }
        
        a.list-group-item-info,
        button.list-group-item-info {
            color: #31708f
        }
        
        a.list-group-item-info .list-group-item-heading,
        button.list-group-item-info .list-group-item-heading {
            color: inherit
        }
        
        a.list-group-item-info:hover,
        a.list-group-item-info:focus,
        button.list-group-item-info:hover,
        button.list-group-item-info:focus {
            color: #31708f;
            background-color: #c4e3f3
        }
        
        a.list-group-item-info.active,
        a.list-group-item-info.active:hover,
        a.list-group-item-info.active:focus,
        button.list-group-item-info.active,
        button.list-group-item-info.active:hover,
        button.list-group-item-info.active:focus {
            color: #fff;
            background-color: #31708f;
            border-color: #31708f
        }
        
        .list-group-item-warning {
            color: #8a6d3b;
            background-color: #fcf8e3
        }
        
        a.list-group-item-warning,
        button.list-group-item-warning {
            color: #8a6d3b
        }
        
        a.list-group-item-warning .list-group-item-heading,
        button.list-group-item-warning .list-group-item-heading {
            color: inherit
        }
        
        a.list-group-item-warning:hover,
        a.list-group-item-warning:focus,
        button.list-group-item-warning:hover,
        button.list-group-item-warning:focus {
            color: #8a6d3b;
            background-color: #faf2cc
        }
        
        a.list-group-item-warning.active,
        a.list-group-item-warning.active:hover,
        a.list-group-item-warning.active:focus,
        button.list-group-item-warning.active,
        button.list-group-item-warning.active:hover,
        button.list-group-item-warning.active:focus {
            color: #fff;
            background-color: #8a6d3b;
            border-color: #8a6d3b
        }
        
        .list-group-item-danger {
            color: #a94442;
            background-color: #f2dede
        }
        
        a.list-group-item-danger,
        button.list-group-item-danger {
            color: #a94442
        }
        
        a.list-group-item-danger .list-group-item-heading,
        button.list-group-item-danger .list-group-item-heading {
            color: inherit
        }
        
        a.list-group-item-danger:hover,
        a.list-group-item-danger:focus,
        button.list-group-item-danger:hover,
        button.list-group-item-danger:focus {
            color: #a94442;
            background-color: #ebcccc
        }
        
        a.list-group-item-danger.active,
        a.list-group-item-danger.active:hover,
        a.list-group-item-danger.active:focus,
        button.list-group-item-danger.active,
        button.list-group-item-danger.active:hover,
        button.list-group-item-danger.active:focus {
            color: #fff;
            background-color: #a94442;
            border-color: #a94442
        }
        
        .list-group-item-heading {
            margin-top: 0;
            margin-bottom: 5px
        }
        
        .list-group-item-text {
            margin-bottom: 0;
            line-height: 1.3
        }
        
        .panel {
            margin-bottom: 20px;
            background-color: #fff;
            border: 1px solid transparent;
            border-radius: 0;
            -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-body:before,
        .panel-body:after {
            display: table;
            content: " "
        }
        
        .panel-body:after {
            clear: both
        }
        
        .panel-heading {
            padding: 10px 15px;
            border-bottom: 1px solid transparent;
            border-top-left-radius: -1px;
            border-top-right-radius: -1px
        }
        
        .panel-heading>.dropdown .dropdown-toggle {
            color: inherit
        }
        
        .panel-title {
            margin-top: 0;
            margin-bottom: 0;
            font-size: 18px;
            color: inherit
        }
        
        .panel-title>a,
        .panel-title>small,
        .panel-title>.small,
        .panel-title>small>a,
        .panel-title>.small>a {
            color: inherit
        }
        
        .panel-footer {
            padding: 10px 15px;
            background-color: #f5f5f5;
            border-top: 1px solid #ddd;
            border-bottom-right-radius: -1px;
            border-bottom-left-radius: -1px
        }
        
        .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: -1px;
            border-top-right-radius: -1px
        }
        
        .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: -1px;
            border-bottom-left-radius: -1px
        }
        
        .panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }
        
        .panel-heading+.list-group .list-group-item:first-child {
            border-top-width: 0
        }
        
        .list-group+.panel-footer {
            border-top-width: 0
        }
        
        .panel>.table,
        .panel>.table-responsive>.table,
        .panel>.panel-collapse>.table {
            margin-bottom: 0
        }
        
        .panel>.table caption,
        .panel>.table-responsive>.table caption,
        .panel>.panel-collapse>.table caption {
            padding-right: 15px;
            padding-left: 15px
        }
        
        .panel>.table:first-child,
        .panel>.table-responsive:first-child>.table:first-child {
            border-top-left-radius: -1px;
            border-top-right-radius: -1px
        }
        
        .panel>.table:first-child>thead:first-child>tr:first-child,
        .panel>.table:first-child>tbody:first-child>tr:first-child,
        .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
        .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
            border-top-left-radius: -1px;
            border-top-right-radius: -1px
        }
        
        .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
        .panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
        .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
        .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
        .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
        .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
        .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
        .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
            border-top-left-radius: -1px
        }
        
        .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
        .panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
        .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
        .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
        .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
        .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
        .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
        .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
            border-top-right-radius: -1px
        }
        
        .panel>.table:last-child,
        .panel>.table-responsive:last-child>.table:last-child {
            border-bottom-right-radius: -1px;
            border-bottom-left-radius: -1px
        }
        
        .panel>.table:last-child>tbody:last-child>tr:last-child,
        .panel>.table:last-child>tfoot:last-child>tr:last-child,
        .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
        .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
            border-bottom-right-radius: -1px;
            border-bottom-left-radius: -1px
        }
        
        .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
        .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
        .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
        .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
        .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
        .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
        .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
        .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
            border-bottom-left-radius: -1px
        }
        
        .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
        .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
        .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
        .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
        .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
        .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
        .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
        .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
            border-bottom-right-radius: -1px
        }
        
        .panel>.panel-body+.table,
        .panel>.panel-body+.table-responsive,
        .panel>.table+.panel-body,
        .panel>.table-responsive+.panel-body {
            border-top: 1px solid #ddd
        }
        
        .panel>.table>tbody:first-child>tr:first-child th,
        .panel>.table>tbody:first-child>tr:first-child td {
            border-top: 0
        }
        
        .panel>.table-bordered,
        .panel>.table-responsive>.table-bordered {
            border: 0
        }
        
        .panel>.table-bordered>thead>tr>th:first-child,
        .panel>.table-bordered>thead>tr>td:first-child,
        .panel>.table-bordered>tbody>tr>th:first-child,
        .panel>.table-bordered>tbody>tr>td:first-child,
        .panel>.table-bordered>tfoot>tr>th:first-child,
        .panel>.table-bordered>tfoot>tr>td:first-child,
        .panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
        .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
        .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
        .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
        .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
        .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
            border-left: 0
        }
        
        .panel>.table-bordered>thead>tr>th:last-child,
        .panel>.table-bordered>thead>tr>td:last-child,
        .panel>.table-bordered>tbody>tr>th:last-child,
        .panel>.table-bordered>tbody>tr>td:last-child,
        .panel>.table-bordered>tfoot>tr>th:last-child,
        .panel>.table-bordered>tfoot>tr>td:last-child,
        .panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
        .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
        .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
        .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
        .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
        .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
            border-right: 0
        }
        
        .panel>.table-bordered>thead>tr:first-child>td,
        .panel>.table-bordered>thead>tr:first-child>th,
        .panel>.table-bordered>tbody>tr:first-child>td,
        .panel>.table-bordered>tbody>tr:first-child>th,
        .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
        .panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
        .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
        .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
            border-bottom: 0
        }
        
        .panel>.table-bordered>tbody>tr:last-child>td,
        .panel>.table-bordered>tbody>tr:last-child>th,
        .panel>.table-bordered>tfoot>tr:last-child>td,
        .panel>.table-bordered>tfoot>tr:last-child>th,
        .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
        .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
        .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
        .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
            border-bottom: 0
        }
        
        .panel>.table-responsive {
            margin-bottom: 0;
            border: 0
        }
        
        .panel-group {
            margin-bottom: 20px
        }
        
        .panel-group .panel {
            margin-bottom: 0;
            border-radius: 0
        }
        
        .panel-group .panel+.panel {
            margin-top: 5px
        }
        
        .panel-group .panel-heading {
            border-bottom: 0
        }
        
        .panel-group .panel-heading+.panel-collapse>.panel-body,
        .panel-group .panel-heading+.panel-collapse>.list-group {
            border-top: 1px solid #ddd
        }
        
        .panel-group .panel-footer {
            border-top: 0
        }
        
        .panel-group .panel-footer+.panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }
        
        .panel-default {
            border-color: #ddd
        }
        
        .panel-default>.panel-heading {
            color: #646464;
            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: #646464
        }
        
        .panel-default>.panel-footer+.panel-collapse>.panel-body {
            border-bottom-color: #ddd
        }
        
        .panel-primary {
            border-color: #c60c30
        }
        
        .panel-primary>.panel-heading {
            color: #fff;
            background-color: #c60c30;
            border-color: #c60c30
        }
        
        .panel-primary>.panel-heading+.panel-collapse>.panel-body {
            border-top-color: #c60c30
        }
        
        .panel-primary>.panel-heading .badge {
            color: #c60c30;
            background-color: #fff
        }
        
        .panel-primary>.panel-footer+.panel-collapse>.panel-body {
            border-bottom-color: #c60c30
        }
        
        .panel-success {
            border-color: #d6e9c6
        }
        
        .panel-success>.panel-heading {
            color: #3c763d;
            background-color: #dff0d8;
            border-color: #d6e9c6
        }
        
        .panel-success>.panel-heading+.panel-collapse>.panel-body {
            border-top-color: #d6e9c6
        }
        
        .panel-success>.panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }
        
        .panel-success>.panel-footer+.panel-collapse>.panel-body {
            border-bottom-color: #d6e9c6
        }
        
        .panel-info {
            border-color: #bce8f1
        }
        
        .panel-info>.panel-heading {
            color: #31708f;
            background-color: #d9edf7;
            border-color: #bce8f1
        }
        
        .panel-info>.panel-heading+.panel-collapse>.panel-body {
            border-top-color: #bce8f1
        }
        
        .panel-info>.panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }
        
        .panel-info>.panel-footer+.panel-collapse>.panel-body {
            border-bottom-color: #bce8f1
        }
        
        .panel-warning {
            border-color: #faebcc
        }
        
        .panel-warning>.panel-heading {
            color: #8a6d3b;
            background-color: #fcf8e3;
            border-color: #faebcc
        }
        
        .panel-warning>.panel-heading+.panel-collapse>.panel-body {
            border-top-color: #faebcc
        }
        
        .panel-warning>.panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }
        
        .panel-warning>.panel-footer+.panel-collapse>.panel-body {
            border-bottom-color: #faebcc
        }
        
        .panel-danger {
            border-color: #ebccd1
        }
        
        .panel-danger>.panel-heading {
            color: #a94442;
            background-color: #f2dede;
            border-color: #ebccd1
        }
        
        .panel-danger>.panel-heading+.panel-collapse>.panel-body {
            border-top-color: #ebccd1
        }
        
        .panel-danger>.panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }
        
        .panel-danger>.panel-footer+.panel-collapse>.panel-body {
            border-bottom-color: #ebccd1
        }
        
        .embed-responsive {
            position: relative;
            display: block;
            height: 0;
            padding: 0;
            overflow: hidden
        }
        
        .embed-responsive .embed-responsive-item,
        .embed-responsive iframe,
        .embed-responsive embed,
        .embed-responsive object,
        .embed-responsive video {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0
        }
        
        .embed-responsive-16by9 {
            padding-bottom: 56.25%
        }
        
        .embed-responsive-4by3 {
            padding-bottom: 75%
        }
        
        .well {
            min-height: 20px;
            padding: 19px;
            margin-bottom: 20px;
            background-color: #f5f5f5;
            border: 1px solid #e3e3e3;
            border-radius: 0;
            -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: 0
        }
        
        .well-sm {
            padding: 9px;
            border-radius: 0
        }
        
        .close {
            float: right;
            font-size: 24px;
            font-weight: bold;
            line-height: 1;
            color: #000;
            text-shadow: 0 1px 0 #fff;
            filter: alpha(opacity=20);
            opacity: .2
        }
        
        .close:hover,
        .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
            filter: alpha(opacity=50);
            opacity: .5
        }
        
        button.close {
            padding: 0;
            cursor: pointer;
            background: transparent;
            border: 0;
            -webkit-appearance: none;
            appearance: none
        }
        
        .modal-open {
            overflow: hidden
        }
        
        .modal {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1050;
            display: none;
            overflow: hidden;
            -webkit-overflow-scrolling: touch;
            outline: 0
        }
        
        .modal.fade .modal-dialog {
            -webkit-transform: translate(0, -25%);
            -ms-transform: translate(0, -25%);
            -o-transform: translate(0, -25%);
            transform: translate(0, -25%);
            -webkit-transition: -webkit-transform .3s ease-out;
            -moz-transition: -moz-transform .3s ease-out;
            -o-transition: -o-transform .3s ease-out;
            transition: transform .3s ease-out
        }
        
        .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;
            background-clip: padding-box;
            border: 1px solid #999;
            border: 1px solid rgba(0, 0, 0, .2);
            border-radius: 0;
            -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
            outline: 0
        }
        
        .modal-backdrop {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1040;
            background-color: #000
        }
        
        .modal-backdrop.fade {
            filter: alpha(opacity=0);
            opacity: 0
        }
        
        .modal-backdrop.in {
            filter: alpha(opacity=50);
            opacity: .5
        }
        
        .modal-header {
            padding: 15px;
            border-bottom: 1px solid #e5e5e5
        }
        
        .modal-header:before,
        .modal-header:after {
            display: table;
            content: " "
        }
        
        .modal-header:after {
            clear: both
        }
        
        .modal-header .close {
            margin-top: -2px
        }
        
        .modal-title {
            margin: 0;
            line-height: 1.5em
        }
        
        .modal-body {
            position: relative;
            padding: 15px
        }
        
        .modal-footer {
            padding: 15px;
            text-align: right;
            border-top: 1px solid #e5e5e5
        }
        
        .modal-footer:before,
        .modal-footer:after {
            display: table;
            content: " "
        }
        
        .modal-footer:after {
            clear: both
        }
        
        .modal-footer .btn+.btn {
            margin-bottom: 0;
            margin-left: 5px
        }
        
        .modal-footer .btn-group .btn+.btn {
            margin-left: -1px
        }
        
        .modal-footer .btn-block+.btn-block {
            margin-left: 0
        }
        
        .modal-scrollbar-measure {
            position: absolute;
            top: -9999px;
            width: 50px;
            height: 50px;
            overflow: scroll
        }
        
        @media(min-width:768px) {
            .modal-dialog {
                width: 600px;
                margin: 30px auto
            }
            .modal-content {
                -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: "Open Sans", Arial, Helvetica, sans-serif;
            font-style: normal;
            font-weight: 400;
            line-height: 1.5em;
            line-break: auto;
            text-align: left;
            text-align: start;
            text-decoration: none;
            text-shadow: none;
            text-transform: none;
            letter-spacing: normal;
            word-break: normal;
            word-spacing: normal;
            word-wrap: normal;
            white-space: normal;
            font-size: 10px;
            filter: alpha(opacity=0);
            opacity: 0
        }
        
        .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.top .tooltip-arrow {
            bottom: 0;
            left: 50%;
            margin-left: -5px;
            border-width: 5px 5px 0;
            border-top-color: #000
        }
        
        .tooltip.top-left .tooltip-arrow {
            right: 5px;
            bottom: 0;
            margin-bottom: -5px;
            border-width: 5px 5px 0;
            border-top-color: #000
        }
        
        .tooltip.top-right .tooltip-arrow {
            bottom: 0;
            left: 5px;
            margin-bottom: -5px;
            border-width: 5px 5px 0;
            border-top-color: #000
        }
        
        .tooltip.right .tooltip-arrow {
            top: 50%;
            left: 0;
            margin-top: -5px;
            border-width: 5px 5px 5px 0;
            border-right-color: #000
        }
        
        .tooltip.left .tooltip-arrow {
            top: 50%;
            right: 0;
            margin-top: -5px;
            border-width: 5px 0 5px 5px;
            border-left-color: #000
        }
        
        .tooltip.bottom .tooltip-arrow {
            top: 0;
            left: 50%;
            margin-left: -5px;
            border-width: 0 5px 5px;
            border-bottom-color: #000
        }
        
        .tooltip.bottom-left .tooltip-arrow {
            top: 0;
            right: 5px;
            margin-top: -5px;
            border-width: 0 5px 5px;
            border-bottom-color: #000
        }
        
        .tooltip.bottom-right .tooltip-arrow {
            top: 0;
            left: 5px;
            margin-top: -5px;
            border-width: 0 5px 5px;
            border-bottom-color: #000
        }
        
        .tooltip-inner {
            max-width: 200px;
            padding: 3px 8px;
            color: #fff;
            text-align: center;
            background-color: #000;
            border-radius: 0
        }
        
        .tooltip-arrow {
            position: absolute;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid
        }
        
        .popover {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1060;
            display: none;
            max-width: 276px;
            padding: 1px;
            font-family: "Open Sans", Arial, Helvetica, sans-serif;
            font-style: normal;
            font-weight: 400;
            line-height: 1.5em;
            line-break: auto;
            text-align: left;
            text-align: start;
            text-decoration: none;
            text-shadow: none;
            text-transform: none;
            letter-spacing: normal;
            word-break: normal;
            word-spacing: normal;
            word-wrap: normal;
            white-space: normal;
            font-size: 16px;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ccc;
            border: 1px solid rgba(0, 0, 0, .2);
            border-radius: 0;
            -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
        }
        
        .popover.top {
            margin-top: -10px
        }
        
        .popover.right {
            margin-left: 10px
        }
        
        .popover.bottom {
            margin-top: 10px
        }
        
        .popover.left {
            margin-left: -10px
        }
        
        .popover>.arrow {
            border-width: 11px
        }
        
        .popover>.arrow,
        .popover>.arrow:after {
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid
        }
        
        .popover>.arrow:after {
            content: "";
            border-width: 10px
        }
        
        .popover.top>.arrow {
            bottom: -11px;
            left: 50%;
            margin-left: -11px;
            border-top-color: #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
        }
        
        .popover-title {
            padding: 8px 14px;
            margin: 0;
            font-size: 16px;
            background-color: #f7f7f7;
            border-bottom: 1px solid #ebebeb;
            border-radius: -1px -1px 0 0
        }
        
        .popover-content {
            padding: 9px 14px
        }
        
        .carousel {
            position: relative
        }
        
        .carousel-inner {
            position: relative;
            width: 100%;
            overflow: hidden
        }
        
        .carousel-inner>.item {
            position: relative;
            display: none;
            -webkit-transition: .6s ease-in-out left;
            -o-transition: .6s ease-in-out left;
            transition: .6s ease-in-out left
        }
        
        .carousel-inner>.item>img,
        .carousel-inner>.item>a>img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1
        }
        
        @media all and (transform-3d),
        (-webkit-transform-3d) {
            .carousel-inner>.item {
                -webkit-transition: -webkit-transform .6s ease-in-out;
                -moz-transition: -moz-transform .6s ease-in-out;
                -o-transition: -o-transform .6s ease-in-out;
                transition: transform .6s ease-in-out;
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-perspective: 1000px;
                -moz-perspective: 1000px;
                perspective: 1000px
            }
            .carousel-inner>.item.next,
            .carousel-inner>.item.active.right {
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
                left: 0
            }
            .carousel-inner>.item.prev,
            .carousel-inner>.item.active.left {
                -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
                left: 0
            }
            .carousel-inner>.item.next.left,
            .carousel-inner>.item.prev.right,
            .carousel-inner>.item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0
            }
        }
        
        .carousel-inner>.active,
        .carousel-inner>.next,
        .carousel-inner>.prev {
            display: block
        }
        
        .carousel-inner>.active {
            left: 0
        }
        
        .carousel-inner>.next,
        .carousel-inner>.prev {
            position: absolute;
            top: 0;
            width: 100%
        }
        
        .carousel-inner>.next {
            left: 100%
        }
        
        .carousel-inner>.prev {
            left: -100%
        }
        
        .carousel-inner>.next.left,
        .carousel-inner>.prev.right {
            left: 0
        }
        
        .carousel-inner>.active.left {
            left: -100%
        }
        
        .carousel-inner>.active.right {
            left: 100%
        }
        
        .carousel-control {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 15%;
            font-size: 20px;
            color: #fff;
            text-align: center;
            text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
            background-color: transparent;
            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: 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: 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:hover,
        .carousel-control:focus {
            color: #fff;
            text-decoration: none;
            outline: 0;
            filter: alpha(opacity=90);
            opacity: .9
        }
        
        .carousel-control .icon-prev,
        .carousel-control .icon-next,
        .carousel-control .glyphicon-chevron-left,
        .carousel-control .glyphicon-chevron-right {
            position: absolute;
            top: 50%;
            z-index: 5;
            display: inline-block;
            margin-top: -10px
        }
        
        .carousel-control .icon-prev,
        .carousel-control .glyphicon-chevron-left {
            left: 50%;
            margin-left: -10px
        }
        
        .carousel-control .icon-next,
        .carousel-control .glyphicon-chevron-right {
            right: 50%;
            margin-right: -10px
        }
        
        .carousel-control .icon-prev,
        .carousel-control .icon-next {
            width: 20px;
            height: 20px;
            font-family: serif;
            line-height: 1
        }
        
        .carousel-control .icon-prev:before {
            content: "‹"
        }
        
        .carousel-control .icon-next:before {
            content: "›"
        }
        
        .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: transparent;
            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-prev,
            .carousel-control .icon-next {
                width: 30px;
                height: 30px;
                margin-top: -10px;
                font-size: 30px
            }
            .carousel-control .glyphicon-chevron-left,
            .carousel-control .icon-prev {
                margin-left: -10px
            }
            .carousel-control .glyphicon-chevron-right,
            .carousel-control .icon-next {
                margin-right: -10px
            }
            .carousel-caption {
                right: 20%;
                left: 20%;
                padding-bottom: 30px
            }
            .carousel-indicators {
                bottom: 20px
            }
        }
        
        .clearfix:before,
        .clearfix:after {
            display: table;
            content: " "
        }
        
        .clearfix:after {
            clear: both
        }
        
        .center-block {
            display: block;
            margin-right: auto;
            margin-left: auto
        }
        
        .pull-right {
            float: right!important
        }
        
        .pull-left {
            float: left!important
        }
        
        .hide {
            display: none!important
        }
        
        .show {
            display: block!important
        }
        
        .invisible {
            visibility: hidden
        }
        
        .text-hide {
            font: 0/0 a;
            color: transparent;
            text-shadow: none;
            background-color: transparent;
            border: 0
        }
        
        .hidden {
            display: none!important
        }
        
        .affix {
            position: fixed
        }
        
        @-ms-viewport {
            width: device-width
        }
        
        .visible-xs {
            display: none!important
        }
        
        .visible-sm {
            display: none!important
        }
        
        .visible-md {
            display: none!important
        }
        
        .visible-lg {
            display: none!important
        }
        
        .visible-xs-block,
        .visible-xs-inline,
        .visible-xs-inline-block,
        .visible-sm-block,
        .visible-sm-inline,
        .visible-sm-inline-block,
        .visible-md-block,
        .visible-md-inline,
        .visible-md-inline-block,
        .visible-lg-block,
        .visible-lg-inline,
        .visible-lg-inline-block {
            display: none!important
        }
        
        @media(max-width:767px) {
            .visible-xs {
                display: block!important
            }
            table.visible-xs {
                display: table!important
            }
            tr.visible-xs {
                display: table-row!important
            }
            th.visible-xs,
            td.visible-xs {
                display: table-cell!important
            }
        }
        
        @media(max-width:767px) {
            .visible-xs-block {
                display: block!important
            }
        }
        
        @media(max-width:767px) {
            .visible-xs-inline {
                display: inline!important
            }
        }
        
        @media(max-width:767px) {
            .visible-xs-inline-block {
                display: inline-block!important
            }
        }
        
        @media(min-width:768px)and (max-width:991px) {
            .visible-sm {
                display: block!important
            }
            table.visible-sm {
                display: table!important
            }
            tr.visible-sm {
                display: table-row!important
            }
            th.visible-sm,
            td.visible-sm {
                display: table-cell!important
            }
        }
        
        @media(min-width:768px)and (max-width:991px) {
            .visible-sm-block {
                display: block!important
            }
        }
        
        @media(min-width:768px)and (max-width:991px) {
            .visible-sm-inline {
                display: inline!important
            }
        }
        
        @media(min-width:768px)and (max-width:991px) {
            .visible-sm-inline-block {
                display: inline-block!important
            }
        }
        
        @media(min-width:992px)and (max-width:1263px) {
            .visible-md {
                display: block!important
            }
            table.visible-md {
                display: table!important
            }
            tr.visible-md {
                display: table-row!important
            }
            th.visible-md,
            td.visible-md {
                display: table-cell!important
            }
        }
        
        @media(min-width:992px)and (max-width:1263px) {
            .visible-md-block {
                display: block!important
            }
        }
        
        @media(min-width:992px)and (max-width:1263px) {
            .visible-md-inline {
                display: inline!important
            }
        }
        
        @media(min-width:992px)and (max-width:1263px) {
            .visible-md-inline-block {
                display: inline-block!important
            }
        }
        
        @media(min-width:1264px) {
            .visible-lg {
                display: block!important
            }
            table.visible-lg {
                display: table!important
            }
            tr.visible-lg {
                display: table-row!important
            }
            th.visible-lg,
            td.visible-lg {
                display: table-cell!important
            }
        }
        
        @media(min-width:1264px) {
            .visible-lg-block {
                display: block!important
            }
        }
        
        @media(min-width:1264px) {
            .visible-lg-inline {
                display: inline!important
            }
        }
        
        @media(min-width:1264px) {
            .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:1263px) {
            .hidden-md {
                display: none!important
            }
        }
        
        @media(min-width:1264px) {
            .hidden-lg {
                display: none!important
            }
        }
        
        .visible-print {
            display: none!important
        }
        
        @media print {
            .visible-print {
                display: block!important
            }
            table.visible-print {
                display: table!important
            }
            tr.visible-print {
                display: table-row!important
            }
            th.visible-print,
            td.visible-print {
                display: table-cell!important
            }
        }
        
        .visible-print-block {
            display: none!important
        }
        
        @media print {
            .visible-print-block {
                display: block!important
            }
        }
        
        .visible-print-inline {
            display: none!important
        }
        
        @media print {
            .visible-print-inline {
                display: inline!important
            }
        }
        
        .visible-print-inline-block {
            display: none!important
        }
        
        @media print {
            .visible-print-inline-block {
                display: inline-block!important
            }
        }
        
        @media print {
            .hidden-print {
                display: none!important
            }
        }
        
        #headerTop {
            background: #000
        }
        
        #menu {
            margin-bottom: 1px
        }
        
        html {
            background-color: rgba(255, 255, 255, .15);
        }
        
        #headerTop {
            font-size: 12px;
            color: #fff
        }
        
        #menu {
            background-color: #c60c30;
            margin-bottom: 0
        }
        
        #content {
            overflow: hidden
        }
        
        #footer {
            background-color: #f0f0f0;
            color: #fff;
            padding: 20px 0;
            font-size: 14px;
            line-height: 1.5em
        }
        
        #sub-footer {
            background-color: #0d0d0d;
            color: #fff;
            padding: 10px 0;
            font-size: 14px;
            line-height: 1.5em
        }
        
        h1,
        .h1,
        h2,
        .h2,
        h3,
        .h3,
        h4,
        .h4 {
            font-family: SignaWebPro-Light, Open Sans, Arial, Helvetica, sans-serif;
            color: inherit
        }
        
        h1,
        .h1 {
            color: #c60c30
        }
        
        h5,
        .h5,
        h6,
        .h6 {
            font-weight: bold
        }
        
        h1 small,
        .h1 small,
        h2 small,
        .h2 small,
        h3 small,
        .h3 small,
        h4 small,
        .h4 small,
        h5 small,
        .h5 small,
        h6 small,
        .h6 small {
            display: inline-block;
            line-height: 1.3em
        }
        
        small,
        .small {
            line-height: 1.5em
        }
        
        label {
            font-weight: normal!important
        }
        
        @media(max-width:480px) {
            h1,
            .h1 {
                font-size: 32px
            }
            h2,
            .h2 {
                font-size: 25px
            }
            h3,
            .h3 {
                font-size: 20px
            }
        }
        
        .text-regular {
            color: #0d0d0d!important
        }
        
        .text-regular:hover {
            color: #0d0d0d!important
        }
        
        .text-brand {
            color: #c60c30!important
        }
        
        .text-brand:hover {
            color: #c60c30!important
        }
        
        .text-white {
            color: #fff!important
        }
        
        .text-white:hover {
            color: #fff!important
        }
        
        .text-grey {
            color: #979595!important
        }
        
        .text-grey:hover {
            color: #979595!important
        }
        
        .font-header {
            font-family: SignaWebPro-Light, "Open Sans", Arial, Helvetica, sans-serif
        }
        
        .custom-title {
            padding: 20px
        }
        
        .custom-title.black {
            background-color: #000;
            color: #fff
        }
        
        .custom-title.white {
            background-color: #fff
        }
        
        .custom-title.brand {
            background-color: #c60c30;
            color: #fff
        }
        
        .inline-block {
            display: inline-block
        }
        
        .inline-block div {
            display: inline-block
        }
        
        .no-gutter {
            padding-right: 0;
            padding-left: 0
        }
        
        .full-width {
            width: 100%
        }
        
        .max-width {
            max-width: 100%
        }
        
        .margin-bottom-10 {
            margin-bottom: 10px
        }
        
        .margin-top-10 {
            margin-top: 10px
        }
        
        .margin-bottom-20 {
            margin-bottom: 20px
        }
        
        .margin-top-20 {
            margin-top: 20px
        }
        
        .margin-bottom-30 {
            margin-bottom: 30px
        }
        
        .margin-top-30 {
            margin-top: 30px
        }
        
        .margin-bottom-50 {
            margin-bottom: 50px
        }
        
        .margin-top-50 {
            margin-top: 50px
        }
        
        .margin-bottom-100 {
            margin-bottom: 100px
        }
        
        .margin-top-100 {
            margin-top: 100px
        }
        
        .margin-top-0x {
            margin-top: 0
        }
        
        .margin-bottom-0x {
            margin-bottom: 0
        }
        
        .margin-left-0x {
            margin-left: 0
        }
        
        .margin-right-0x {
            margin-right: 0
        }
        
        .margin-top-1x {
            margin-top: 10px
        }
        
        .margin-bottom-1x {
            margin-bottom: 10px
        }
        
        .margin-left-1x {
            margin-left: 10px
        }
        
        .margin-right-1x {
            margin-right: 10px
        }
        
        .margin-top-2x {
            margin-top: 20px
        }
        
        .margin-bottom-2x {
            margin-bottom: 20px
        }
        
        .margin-left-2x {
            margin-left: 20px
        }
        
        .margin-right-2x {
            margin-right: 20px
        }
        
        .margin-top-3x {
            margin-top: 30px
        }
        
        .margin-bottom-3x {
            margin-bottom: 30px
        }
        
        .margin-left-3x {
            margin-left: 30px
        }
        
        .margin-right-3x {
            margin-right: 30px
        }
        
        .margin-top-4x {
            margin-top: 40px
        }
        
        .margin-bottom-4x {
            margin-bottom: 40px
        }
        
        .margin-left-4x {
            margin-left: 40px
        }
        
        .margin-right-4x {
            margin-right: 40px
        }
        
        .margin-top-5x {
            margin-top: 50px
        }
        
        .margin-bottom-5x {
            margin-bottom: 50px
        }
        
        .margin-left-5x {
            margin-left: 50px
        }
        
        .margin-right-5x {
            margin-right: 50px
        }
        
        .margin-top-6x {
            margin-top: 60px
        }
        
        .margin-bottom-6x {
            margin-bottom: 60px
        }
        
        .margin-left-6x {
            margin-left: 60px
        }
        
        .margin-right-6x {
            margin-right: 60px
        }
        
        .margin-top-7x {
            margin-top: 70px
        }
        
        .margin-bottom-7x {
            margin-bottom: 70px
        }
        
        .margin-left-7x {
            margin-left: 70px
        }
        
        .margin-right-7x {
            margin-right: 70px
        }
        
        .margin-top-8x {
            margin-top: 80px
        }
        
        .margin-bottom-8x {
            margin-bottom: 80px
        }
        
        .margin-left-8x {
            margin-left: 80px
        }
        
        .margin-right-8x {
            margin-right: 80px
        }
        
        .margin-top-9x {
            margin-top: 90px
        }
        
        .margin-bottom-9x {
            margin-bottom: 90px
        }
        
        .margin-left-9x {
            margin-left: 90px
        }
        
        .margin-right-9x {
            margin-right: 90px
        }
        
        .margin-top-10x {
            margin-top: 100px
        }
        
        .margin-bottom-10x {
            margin-bottom: 100px
        }
        
        .margin-left-10x {
            margin-left: 100px
        }
        
        .margin-right-10x {
            margin-right: 100px
        }
        
        .margin-top-11x {
            margin-top: 110px
        }
        
        .margin-bottom-11x {
            margin-bottom: 110px
        }
        
        .margin-left-11x {
            margin-left: 110px
        }
        
        .margin-right-11x {
            margin-right: 110px
        }
        
        .margin-top-12x {
            margin-top: 120px
        }
        
        .margin-bottom-12x {
            margin-bottom: 120px
        }
        
        .margin-left-12x {
            margin-left: 120px
        }
        
        .margin-right-12x {
            margin-right: 120px
        }
        
        .padding-top-0x {
            padding-top: 0
        }
        
        .padding-bottom-0x {
            padding-bottom: 0
        }
        
        .padding-left-0x {
            padding-left: 0
        }
        
        .padding-right-0x {
            padding-right: 0
        }
        
        .padding-top-1x {
            padding-top: 10px
        }
        
        .padding-bottom-1x {
            padding-bottom: 10px
        }
        
        .padding-left-1x {
            padding-left: 10px
        }
        
        .padding-right-1x {
            padding-right: 10px
        }
        
        .padding-top-2x {
            padding-top: 20px
        }
        
        .padding-bottom-2x {
            padding-bottom: 20px
        }
        
        .padding-left-2x {
            padding-left: 20px
        }
        
        .padding-right-2x {
            padding-right: 20px
        }
        
        .padding-top-3x {
            padding-top: 30px
        }
        
        .padding-bottom-3x {
            padding-bottom: 30px
        }
        
        .padding-left-3x {
            padding-left: 30px
        }
        
        .padding-right-3x {
            padding-right: 30px
        }
        
        .padding-top-4x {
            padding-top: 40px
        }
        
        .padding-bottom-4x {
            padding-bottom: 40px
        }
        
        .padding-left-4x {
            padding-left: 40px
        }
        
        .padding-right-4x {
            padding-right: 40px
        }
        
        .padding-top-5x {
            padding-top: 50px
        }
        
        .padding-bottom-5x {
            padding-bottom: 50px
        }
        
        .padding-left-5x {
            padding-left: 50px
        }
        
        .padding-right-5x {
            padding-right: 50px
        }
        
        .padding-top-6x {
            padding-top: 60px
        }
        
        .padding-bottom-6x {
            padding-bottom: 60px
        }
        
        .padding-left-6x {
            padding-left: 60px
        }
        
        .padding-right-6x {
            padding-right: 60px
        }
        
        .padding-top-7x {
            padding-top: 70px
        }
        
        .padding-bottom-7x {
            padding-bottom: 70px
        }
        
        .padding-left-7x {
            padding-left: 70px
        }
        
        .padding-right-7x {
            padding-right: 70px
        }
        
        .padding-top-8x {
            padding-top: 80px
        }
        
        .padding-bottom-8x {
            padding-bottom: 80px
        }
        
        .padding-left-8x {
            padding-left: 80px
        }
        
        .padding-right-8x {
            padding-right: 80px
        }
        
        .padding-top-9x {
            padding-top: 90px
        }
        
        .padding-bottom-9x {
            padding-bottom: 90px
        }
        
        .padding-left-9x {
            padding-left: 90px
        }
        
        .padding-right-9x {
            padding-right: 90px
        }
        
        .padding-top-10x {
            padding-top: 100px
        }
        
        .padding-bottom-10x {
            padding-bottom: 100px
        }
        
        .padding-left-10x {
            padding-left: 100px
        }
        
        .padding-right-10x {
            padding-right: 100px
        }
        
        .padding-top-11x {
            padding-top: 110px
        }
        
        .padding-bottom-11x {
            padding-bottom: 110px
        }
        
        .padding-left-11x {
            padding-left: 110px
        }
        
        .padding-right-11x {
            padding-right: 110px
        }
        
        .padding-top-12x {
            padding-top: 120px
        }
        
        .padding-bottom-12x {
            padding-bottom: 120px
        }
        
        .padding-left-12x {
            padding-left: 120px
        }
        
        .padding-right-12x {
            padding-right: 120px
        }
        
        .margin-max {
            margin: 80px 0
        }
        
        .margin-max-bottom {
            margin-bottom: 80px
        }
        
        .margin-max-top {
            margin-top: 80px
        }
        
        .margin-mid {
            margin: 60px 0
        }
        
        .margin-mid-bottom {
            margin-bottom: 60px
        }
        
        .margin-mid-top {
            margin-top: 60px
        }
        
        .margin-min {
            margin: 40px 0
        }
        
        .margin-min-bottom {
            margin-bottom: 40px
        }
        
        .margin-min-top {
            margin-top: 40px
        }
        
        @media screen and (max-width:1264px) {
            .margin-top-0x-lg {
                margin-top: 0
            }
            .margin-bottom-0x-lg {
                margin-bottom: 0
            }
            .margin-left-0x-lg {
                margin-left: 0
            }
            .margin-right-0x-lg {
                margin-right: 0
            }
            .margin-top-1x-lg {
                margin-top: 10px
            }
            .margin-bottom-1x-lg {
                margin-bottom: 10px
            }
            .margin-left-1x-lg {
                margin-left: 10px
            }
            .margin-right-1x-lg {
                margin-right: 10px
            }
            .margin-top-2x-lg {
                margin-top: 20px
            }
            .margin-bottom-2x-lg {
                margin-bottom: 20px
            }
            .margin-left-2x-lg {
                margin-left: 20px
            }
            .margin-right-2x-lg {
                margin-right: 20px
            }
            .margin-top-3x-lg {
                margin-top: 30px
            }
            .margin-bottom-3x-lg {
                margin-bottom: 30px
            }
            .margin-left-3x-lg {
                margin-left: 30px
            }
            .margin-right-3x-lg {
                margin-right: 30px
            }
            .margin-top-4x-lg {
                margin-top: 40px
            }
            .margin-bottom-4x-lg {
                margin-bottom: 40px
            }
            .margin-left-4x-lg {
                margin-left: 40px
            }
            .margin-right-4x-lg {
                margin-right: 40px
            }
            .margin-top-5x-lg {
                margin-top: 50px
            }
            .margin-bottom-5x-lg {
                margin-bottom: 50px
            }
            .margin-left-5x-lg {
                margin-left: 50px
            }
            .margin-right-5x-lg {
                margin-right: 50px
            }
            .margin-top-6x-lg {
                margin-top: 60px
            }
            .margin-bottom-6x-lg {
                margin-bottom: 60px
            }
            .margin-left-6x-lg {
                margin-left: 60px
            }
            .margin-right-6x-lg {
                margin-right: 60px
            }
            .margin-top-7x-lg {
                margin-top: 70px
            }
            .margin-bottom-7x-lg {
                margin-bottom: 70px
            }
            .margin-left-7x-lg {
                margin-left: 70px
            }
            .margin-right-7x-lg {
                margin-right: 70px
            }
            .margin-top-8x-lg {
                margin-top: 80px
            }
            .margin-bottom-8x-lg {
                margin-bottom: 80px
            }
            .margin-left-8x-lg {
                margin-left: 80px
            }
            .margin-right-8x-lg {
                margin-right: 80px
            }
            .margin-top-9x-lg {
                margin-top: 90px
            }
            .margin-bottom-9x-lg {
                margin-bottom: 90px
            }
            .margin-left-9x-lg {
                margin-left: 90px
            }
            .margin-right-9x-lg {
                margin-right: 90px
            }
            .margin-top-10x-lg {
                margin-top: 100px
            }
            .margin-bottom-10x-lg {
                margin-bottom: 100px
            }
            .margin-left-10x-lg {
                margin-left: 100px
            }
            .margin-right-10x-lg {
                margin-right: 100px
            }
            .margin-top-11x-lg {
                margin-top: 110px
            }
            .margin-bottom-11x-lg {
                margin-bottom: 110px
            }
            .margin-left-11x-lg {
                margin-left: 110px
            }
            .margin-right-11x-lg {
                margin-right: 110px
            }
            .margin-top-12x-lg {
                margin-top: 120px
            }
            .margin-bottom-12x-lg {
                margin-bottom: 120px
            }
            .margin-left-12x-lg {
                margin-left: 120px
            }
            .margin-right-12x-lg {
                margin-right: 120px
            }
            .padding-top-0x-lg {
                padding-top: 0
            }
            .padding-bottom-0x-lg {
                padding-bottom: 0
            }
            .padding-left-0x-lg {
                padding-left: 0
            }
            .padding-right-0x-lg {
                padding-right: 0
            }
            .padding-top-1x-lg {
                padding-top: 10px
            }
            .padding-bottom-1x-lg {
                padding-bottom: 10px
            }
            .padding-left-1x-lg {
                padding-left: 10px
            }
            .padding-right-1x-lg {
                padding-right: 10px
            }
            .padding-top-2x-lg {
                padding-top: 20px
            }
            .padding-bottom-2x-lg {
                padding-bottom: 20px
            }
            .padding-left-2x-lg {
                padding-left: 20px
            }
            .padding-right-2x-lg {
                padding-right: 20px
            }
            .padding-top-3x-lg {
                padding-top: 30px
            }
            .padding-bottom-3x-lg {
                padding-bottom: 30px
            }
            .padding-left-3x-lg {
                padding-left: 30px
            }
            .padding-right-3x-lg {
                padding-right: 30px
            }
            .padding-top-4x-lg {
                padding-top: 40px
            }
            .padding-bottom-4x-lg {
                padding-bottom: 40px
            }
            .padding-left-4x-lg {
                padding-left: 40px
            }
            .padding-right-4x-lg {
                padding-right: 40px
            }
            .padding-top-5x-lg {
                padding-top: 50px
            }
            .padding-bottom-5x-lg {
                padding-bottom: 50px
            }
            .padding-left-5x-lg {
                padding-left: 50px
            }
            .padding-right-5x-lg {
                padding-right: 50px
            }
            .padding-top-6x-lg {
                padding-top: 60px
            }
            .padding-bottom-6x-lg {
                padding-bottom: 60px
            }
            .padding-left-6x-lg {
                padding-left: 60px
            }
            .padding-right-6x-lg {
                padding-right: 60px
            }
            .padding-top-7x-lg {
                padding-top: 70px
            }
            .padding-bottom-7x-lg {
                padding-bottom: 70px
            }
            .padding-left-7x-lg {
                padding-left: 70px
            }
            .padding-right-7x-lg {
                padding-right: 70px
            }
            .padding-top-8x-lg {
                padding-top: 80px
            }
            .padding-bottom-8x-lg {
                padding-bottom: 80px
            }
            .padding-left-8x-lg {
                padding-left: 80px
            }
            .padding-right-8x-lg {
                padding-right: 80px
            }
            .padding-top-9x-lg {
                padding-top: 90px
            }
            .padding-bottom-9x-lg {
                padding-bottom: 90px
            }
            .padding-left-9x-lg {
                padding-left: 90px
            }
            .padding-right-9x-lg {
                padding-right: 90px
            }
            .padding-top-10x-lg {
                padding-top: 100px
            }
            .padding-bottom-10x-lg {
                padding-bottom: 100px
            }
            .padding-left-10x-lg {
                padding-left: 100px
            }
            .padding-right-10x-lg {
                padding-right: 100px
            }
            .padding-top-11x-lg {
                padding-top: 110px
            }
            .padding-bottom-11x-lg {
                padding-bottom: 110px
            }
            .padding-left-11x-lg {
                padding-left: 110px
            }
            .padding-right-11x-lg {
                padding-right: 110px
            }
            .padding-top-12x-lg {
                padding-top: 120px
            }
            .padding-bottom-12x-lg {
                padding-bottom: 120px
            }
            .padding-left-12x-lg {
                padding-left: 120px
            }
            .padding-right-12x-lg {
                padding-right: 120px
            }
        }
        
        @media screen and (max-width:1263px) {
            .margin-top-0x-md {
                margin-top: 0
            }
            .margin-bottom-0x-md {
                margin-bottom: 0
            }
            .margin-left-0x-md {
                margin-left: 0
            }
            .margin-right-0x-md {
                margin-right: 0
            }
            .margin-top-1x-md {
                margin-top: 10px
            }
            .margin-bottom-1x-md {
                margin-bottom: 10px
            }
            .margin-left-1x-md {
                margin-left: 10px
            }
            .margin-right-1x-md {
                margin-right: 10px
            }
            .margin-top-2x-md {
                margin-top: 20px
            }
            .margin-bottom-2x-md {
                margin-bottom: 20px
            }
            .margin-left-2x-md {
                margin-left: 20px
            }
            .margin-right-2x-md {
                margin-right: 20px
            }
            .margin-top-3x-md {
                margin-top: 30px
            }
            .margin-bottom-3x-md {
                margin-bottom: 30px
            }
            .margin-left-3x-md {
                margin-left: 30px
            }
            .margin-right-3x-md {
                margin-right: 30px
            }
            .margin-top-4x-md {
                margin-top: 40px
            }
            .margin-bottom-4x-md {
                margin-bottom: 40px
            }
            .margin-left-4x-md {
                margin-left: 40px
            }
            .margin-right-4x-md {
                margin-right: 40px
            }
            .margin-top-5x-md {
                margin-top: 50px
            }
            .margin-bottom-5x-md {
                margin-bottom: 50px
            }
            .margin-left-5x-md {
                margin-left: 50px
            }
            .margin-right-5x-md {
                margin-right: 50px
            }
            .margin-top-6x-md {
                margin-top: 60px
            }
            .margin-bottom-6x-md {
                margin-bottom: 60px
            }
            .margin-left-6x-md {
                margin-left: 60px
            }
            .margin-right-6x-md {
                margin-right: 60px
            }
            .margin-top-7x-md {
                margin-top: 70px
            }
            .margin-bottom-7x-md {
                margin-bottom: 70px
            }
            .margin-left-7x-md {
                margin-left: 70px
            }
            .margin-right-7x-md {
                margin-right: 70px
            }
            .margin-top-8x-md {
                margin-top: 80px
            }
            .margin-bottom-8x-md {
                margin-bottom: 80px
            }
            .margin-left-8x-md {
                margin-left: 80px
            }
            .margin-right-8x-md {
                margin-right: 80px
            }
            .margin-top-9x-md {
                margin-top: 90px
            }
            .margin-bottom-9x-md {
                margin-bottom: 90px
            }
            .margin-left-9x-md {
                margin-left: 90px
            }
            .margin-right-9x-md {
                margin-right: 90px
            }
            .margin-top-10x-md {
                margin-top: 100px
            }
            .margin-bottom-10x-md {
                margin-bottom: 100px
            }
            .margin-left-10x-md {
                margin-left: 100px
            }
            .margin-right-10x-md {
                margin-right: 100px
            }
            .margin-top-11x-md {
                margin-top: 110px
            }
            .margin-bottom-11x-md {
                margin-bottom: 110px
            }
            .margin-left-11x-md {
                margin-left: 110px
            }
            .margin-right-11x-md {
                margin-right: 110px
            }
            .margin-top-12x-md {
                margin-top: 120px
            }
            .margin-bottom-12x-md {
                margin-bottom: 120px
            }
            .margin-left-12x-md {
                margin-left: 120px
            }
            .margin-right-12x-md {
                margin-right: 120px
            }
            .padding-top-0x-md {
                padding-top: 0
            }
            .padding-bottom-0x-md {
                padding-bottom: 0
            }
            .padding-left-0x-md {
                padding-left: 0
            }
            .padding-right-0x-md {
                padding-right: 0
            }
            .padding-top-1x-md {
                padding-top: 10px
            }
            .padding-bottom-1x-md {
                padding-bottom: 10px
            }
            .padding-left-1x-md {
                padding-left: 10px
            }
            .padding-right-1x-md {
                padding-right: 10px
            }
            .padding-top-2x-md {
                padding-top: 20px
            }
            .padding-bottom-2x-md {
                padding-bottom: 20px
            }
            .padding-left-2x-md {
                padding-left: 20px
            }
            .padding-right-2x-md {
                padding-right: 20px
            }
            .padding-top-3x-md {
                padding-top: 30px
            }
            .padding-bottom-3x-md {
                padding-bottom: 30px
            }
            .padding-left-3x-md {
                padding-left: 30px
            }
            .padding-right-3x-md {
                padding-right: 30px
            }
            .padding-top-4x-md {
                padding-top: 40px
            }
            .padding-bottom-4x-md {
                padding-bottom: 40px
            }
            .padding-left-4x-md {
                padding-left: 40px
            }
            .padding-right-4x-md {
                padding-right: 40px
            }
            .padding-top-5x-md {
                padding-top: 50px
            }
            .padding-bottom-5x-md {
                padding-bottom: 50px
            }
            .padding-left-5x-md {
                padding-left: 50px
            }
            .padding-right-5x-md {
                padding-right: 50px
            }
            .padding-top-6x-md {
                padding-top: 60px
            }
            .padding-bottom-6x-md {
                padding-bottom: 60px
            }
            .padding-left-6x-md {
                padding-left: 60px
            }
            .padding-right-6x-md {
                padding-right: 60px
            }
            .padding-top-7x-md {
                padding-top: 70px
            }
            .padding-bottom-7x-md {
                padding-bottom: 70px
            }
            .padding-left-7x-md {
                padding-left: 70px
            }
            .padding-right-7x-md {
                padding-right: 70px
            }
            .padding-top-8x-md {
                padding-top: 80px
            }
            .padding-bottom-8x-md {
                padding-bottom: 80px
            }
            .padding-left-8x-md {
                padding-left: 80px
            }
            .padding-right-8x-md {
                padding-right: 80px
            }
            .padding-top-9x-md {
                padding-top: 90px
            }
            .padding-bottom-9x-md {
                padding-bottom: 90px
            }
            .padding-left-9x-md {
                padding-left: 90px
            }
            .padding-right-9x-md {
                padding-right: 90px
            }
            .padding-top-10x-md {
                padding-top: 100px
            }
            .padding-bottom-10x-md {
                padding-bottom: 100px
            }
            .padding-left-10x-md {
                padding-left: 100px
            }
            .padding-right-10x-md {
                padding-right: 100px
            }
            .padding-top-11x-md {
                padding-top: 110px
            }
            .padding-bottom-11x-md {
                padding-bottom: 110px
            }
            .padding-left-11x-md {
                padding-left: 110px
            }
            .padding-right-11x-md {
                padding-right: 110px
            }
            .padding-top-12x-md {
                padding-top: 120px
            }
            .padding-bottom-12x-md {
                padding-bottom: 120px
            }
            .padding-left-12x-md {
                padding-left: 120px
            }
            .padding-right-12x-md {
                padding-right: 120px
            }
        }
        
        @media screen and (max-width:991px) {
            .margin-top-0x-sm {
                margin-top: 0
            }
            .margin-bottom-0x-sm {
                margin-bottom: 0
            }
            .margin-left-0x-sm {
                margin-left: 0
            }
            .margin-right-0x-sm {
                margin-right: 0
            }
            .margin-top-1x-sm {
                margin-top: 10px
            }
            .margin-bottom-1x-sm {
                margin-bottom: 10px
            }
            .margin-left-1x-sm {
                margin-left: 10px
            }
            .margin-right-1x-sm {
                margin-right: 10px
            }
            .margin-top-2x-sm {
                margin-top: 20px
            }
            .margin-bottom-2x-sm {
                margin-bottom: 20px
            }
            .margin-left-2x-sm {
                margin-left: 20px
            }
            .margin-right-2x-sm {
                margin-right: 20px
            }
            .margin-top-3x-sm {
                margin-top: 30px
            }
            .margin-bottom-3x-sm {
                margin-bottom: 30px
            }
            .margin-left-3x-sm {
                margin-left: 30px
            }
            .margin-right-3x-sm {
                margin-right: 30px
            }
            .margin-top-4x-sm {
                margin-top: 40px
            }
            .margin-bottom-4x-sm {
                margin-bottom: 40px
            }
            .margin-left-4x-sm {
                margin-left: 40px
            }
            .margin-right-4x-sm {
                margin-right: 40px
            }
            .margin-top-5x-sm {
                margin-top: 50px
            }
            .margin-bottom-5x-sm {
                margin-bottom: 50px
            }
            .margin-left-5x-sm {
                margin-left: 50px
            }
            .margin-right-5x-sm {
                margin-right: 50px
            }
            .margin-top-6x-sm {
                margin-top: 60px
            }
            .margin-bottom-6x-sm {
                margin-bottom: 60px
            }
            .margin-left-6x-sm {
                margin-left: 60px
            }
            .margin-right-6x-sm {
                margin-right: 60px
            }
            .margin-top-7x-sm {
                margin-top: 70px
            }
            .margin-bottom-7x-sm {
                margin-bottom: 70px
            }
            .margin-left-7x-sm {
                margin-left: 70px
            }
            .margin-right-7x-sm {
                margin-right: 70px
            }
            .margin-top-8x-sm {
                margin-top: 80px
            }
            .margin-bottom-8x-sm {
                margin-bottom: 80px
            }
            .margin-left-8x-sm {
                margin-left: 80px
            }
            .margin-right-8x-sm {
                margin-right: 80px
            }
            .margin-top-9x-sm {
                margin-top: 90px
            }
            .margin-bottom-9x-sm {
                margin-bottom: 90px
            }
            .margin-left-9x-sm {
                margin-left: 90px
            }
            .margin-right-9x-sm {
                margin-right: 90px
            }
            .margin-top-10x-sm {
                margin-top: 100px
            }
            .margin-bottom-10x-sm {
                margin-bottom: 100px
            }
            .margin-left-10x-sm {
                margin-left: 100px
            }
            .margin-right-10x-sm {
                margin-right: 100px
            }
            .margin-top-11x-sm {
                margin-top: 110px
            }
            .margin-bottom-11x-sm {
                margin-bottom: 110px
            }
            .margin-left-11x-sm {
                margin-left: 110px
            }
            .margin-right-11x-sm {
                margin-right: 110px
            }
            .margin-top-12x-sm {
                margin-top: 120px
            }
            .margin-bottom-12x-sm {
                margin-bottom: 120px
            }
            .margin-left-12x-sm {
                margin-left: 120px
            }
            .margin-right-12x-sm {
                margin-right: 120px
            }
            .padding-top-0x-sm {
                padding-top: 0
            }
            .padding-bottom-0x-sm {
                padding-bottom: 0
            }
            .padding-left-0x-sm {
                padding-left: 0
            }
            .padding-right-0x-sm {
                padding-right: 0
            }
            .padding-top-1x-sm {
                padding-top: 10px
            }
            .padding-bottom-1x-sm {
                padding-bottom: 10px
            }
            .padding-left-1x-sm {
                padding-left: 10px
            }
            .padding-right-1x-sm {
                padding-right: 10px
            }
            .padding-top-2x-sm {
                padding-top: 20px
            }
            .padding-bottom-2x-sm {
                padding-bottom: 20px
            }
            .padding-left-2x-sm {
                padding-left: 20px
            }
            .padding-right-2x-sm {
                padding-right: 20px
            }
            .padding-top-3x-sm {
                padding-top: 30px
            }
            .padding-bottom-3x-sm {
                padding-bottom: 30px
            }
            .padding-left-3x-sm {
                padding-left: 30px
            }
            .padding-right-3x-sm {
                padding-right: 30px
            }
            .padding-top-4x-sm {
                padding-top: 40px
            }
            .padding-bottom-4x-sm {
                padding-bottom: 40px
            }
            .padding-left-4x-sm {
                padding-left: 40px
            }
            .padding-right-4x-sm {
                padding-right: 40px
            }
            .padding-top-5x-sm {
                padding-top: 50px
            }
            .padding-bottom-5x-sm {
                padding-bottom: 50px
            }
            .padding-left-5x-sm {
                padding-left: 50px
            }
            .padding-right-5x-sm {
                padding-right: 50px
            }
            .padding-top-6x-sm {
                padding-top: 60px
            }
            .padding-bottom-6x-sm {
                padding-bottom: 60px
            }
            .padding-left-6x-sm {
                padding-left: 60px
            }
            .padding-right-6x-sm {
                padding-right: 60px
            }
            .padding-top-7x-sm {
                padding-top: 70px
            }
            .padding-bottom-7x-sm {
                padding-bottom: 70px
            }
            .padding-left-7x-sm {
                padding-left: 70px
            }
            .padding-right-7x-sm {
                padding-right: 70px
            }
            .padding-top-8x-sm {
                padding-top: 80px
            }
            .padding-bottom-8x-sm {
                padding-bottom: 80px
            }
            .padding-left-8x-sm {
                padding-left: 80px
            }
            .padding-right-8x-sm {
                padding-right: 80px
            }
            .padding-top-9x-sm {
                padding-top: 90px
            }
            .padding-bottom-9x-sm {
                padding-bottom: 90px
            }
            .padding-left-9x-sm {
                padding-left: 90px
            }
            .padding-right-9x-sm {
                padding-right: 90px
            }
            .padding-top-10x-sm {
                padding-top: 100px
            }
            .padding-bottom-10x-sm {
                padding-bottom: 100px
            }
            .padding-left-10x-sm {
                padding-left: 100px
            }
            .padding-right-10x-sm {
                padding-right: 100px
            }
            .padding-top-11x-sm {
                padding-top: 110px
            }
            .padding-bottom-11x-sm {
                padding-bottom: 110px
            }
            .padding-left-11x-sm {
                padding-left: 110px
            }
            .padding-right-11x-sm {
                padding-right: 110px
            }
            .padding-top-12x-sm {
                padding-top: 120px
            }
            .padding-bottom-12x-sm {
                padding-bottom: 120px
            }
            .padding-left-12x-sm {
                padding-left: 120px
            }
            .padding-right-12x-sm {
                padding-right: 120px
            }
        }
        
        @media screen and (max-width:767px) {
            .margin-top-0x-xs {
                margin-top: 0
            }
            .margin-bottom-0x-xs {
                margin-bottom: 0
            }
            .margin-left-0x-xs {
                margin-left: 0
            }
            .margin-right-0x-xs {
                margin-right: 0
            }
            .margin-top-1x-xs {
                margin-top: 10px
            }
            .margin-bottom-1x-xs {
                margin-bottom: 10px
            }
            .margin-left-1x-xs {
                margin-left: 10px
            }
            .margin-right-1x-xs {
                margin-right: 10px
            }
            .margin-top-2x-xs {
                margin-top: 20px
            }
            .margin-bottom-2x-xs {
                margin-bottom: 20px
            }
            .margin-left-2x-xs {
                margin-left: 20px
            }
            .margin-right-2x-xs {
                margin-right: 20px
            }
            .margin-top-3x-xs {
                margin-top: 30px
            }
            .margin-bottom-3x-xs {
                margin-bottom: 30px
            }
            .margin-left-3x-xs {
                margin-left: 30px
            }
            .margin-right-3x-xs {
                margin-right: 30px
            }
            .margin-top-4x-xs {
                margin-top: 40px
            }
            .margin-bottom-4x-xs {
                margin-bottom: 40px
            }
            .margin-left-4x-xs {
                margin-left: 40px
            }
            .margin-right-4x-xs {
                margin-right: 40px
            }
            .margin-top-5x-xs {
                margin-top: 50px
            }
            .margin-bottom-5x-xs {
                margin-bottom: 50px
            }
            .margin-left-5x-xs {
                margin-left: 50px
            }
            .margin-right-5x-xs {
                margin-right: 50px
            }
            .margin-top-6x-xs {
                margin-top: 60px
            }
            .margin-bottom-6x-xs {
                margin-bottom: 60px
            }
            .margin-left-6x-xs {
                margin-left: 60px
            }
            .margin-right-6x-xs {
                margin-right: 60px
            }
            .margin-top-7x-xs {
                margin-top: 70px
            }
            .margin-bottom-7x-xs {
                margin-bottom: 70px
            }
            .margin-left-7x-xs {
                margin-left: 70px
            }
            .margin-right-7x-xs {
                margin-right: 70px
            }
            .margin-top-8x-xs {
                margin-top: 80px
            }
            .margin-bottom-8x-xs {
                margin-bottom: 80px
            }
            .margin-left-8x-xs {
                margin-left: 80px
            }
            .margin-right-8x-xs {
                margin-right: 80px
            }
            .margin-top-9x-xs {
                margin-top: 90px
            }
            .margin-bottom-9x-xs {
                margin-bottom: 90px
            }
            .margin-left-9x-xs {
                margin-left: 90px
            }
            .margin-right-9x-xs {
                margin-right: 90px
            }
            .margin-top-10x-xs {
                margin-top: 100px
            }
            .margin-bottom-10x-xs {
                margin-bottom: 100px
            }
            .margin-left-10x-xs {
                margin-left: 100px
            }
            .margin-right-10x-xs {
                margin-right: 100px
            }
            .margin-top-11x-xs {
                margin-top: 110px
            }
            .margin-bottom-11x-xs {
                margin-bottom: 110px
            }
            .margin-left-11x-xs {
                margin-left: 110px
            }
            .margin-right-11x-xs {
                margin-right: 110px
            }
            .margin-top-12x-xs {
                margin-top: 120px
            }
            .margin-bottom-12x-xs {
                margin-bottom: 120px
            }
            .margin-left-12x-xs {
                margin-left: 120px
            }
            .margin-right-12x-xs {
                margin-right: 120px
            }
            .padding-top-0x-xs {
                padding-top: 0
            }
            .padding-bottom-0x-xs {
                padding-bottom: 0
            }
            .padding-left-0x-xs {
                padding-left: 0
            }
            .padding-right-0x-xs {
                padding-right: 0
            }
            .padding-top-1x-xs {
                padding-top: 10px
            }
            .padding-bottom-1x-xs {
                padding-bottom: 10px
            }
            .padding-left-1x-xs {
                padding-left: 10px
            }
            .padding-right-1x-xs {
                padding-right: 10px
            }
            .padding-top-2x-xs {
                padding-top: 20px
            }
            .padding-bottom-2x-xs {
                padding-bottom: 20px
            }
            .padding-left-2x-xs {
                padding-left: 20px
            }
            .padding-right-2x-xs {
                padding-right: 20px
            }
            .padding-top-3x-xs {
                padding-top: 30px
            }
            .padding-bottom-3x-xs {
                padding-bottom: 30px
            }
            .padding-left-3x-xs {
                padding-left: 30px
            }
            .padding-right-3x-xs {
                padding-right: 30px
            }
            .padding-top-4x-xs {
                padding-top: 40px
            }
            .padding-bottom-4x-xs {
                padding-bottom: 40px
            }
            .padding-left-4x-xs {
                padding-left: 40px
            }
            .padding-right-4x-xs {
                padding-right: 40px
            }
            .padding-top-5x-xs {
                padding-top: 50px
            }
            .padding-bottom-5x-xs {
                padding-bottom: 50px
            }
            .padding-left-5x-xs {
                padding-left: 50px
            }
            .padding-right-5x-xs {
                padding-right: 50px
            }
            .padding-top-6x-xs {
                padding-top: 60px
            }
            .padding-bottom-6x-xs {
                padding-bottom: 60px
            }
            .padding-left-6x-xs {
                padding-left: 60px
            }
            .padding-right-6x-xs {
                padding-right: 60px
            }
            .padding-top-7x-xs {
                padding-top: 70px
            }
            .padding-bottom-7x-xs {
                padding-bottom: 70px
            }
            .padding-left-7x-xs {
                padding-left: 70px
            }
            .padding-right-7x-xs {
                padding-right: 70px
            }
            .padding-top-8x-xs {
                padding-top: 80px
            }
            .padding-bottom-8x-xs {
                padding-bottom: 80px
            }
            .padding-left-8x-xs {
                padding-left: 80px
            }
            .padding-right-8x-xs {
                padding-right: 80px
            }
            .padding-top-9x-xs {
                padding-top: 90px
            }
            .padding-bottom-9x-xs {
                padding-bottom: 90px
            }
            .padding-left-9x-xs {
                padding-left: 90px
            }
            .padding-right-9x-xs {
                padding-right: 90px
            }
            .padding-top-10x-xs {
                padding-top: 100px
            }
            .padding-bottom-10x-xs {
                padding-bottom: 100px
            }
            .padding-left-10x-xs {
                padding-left: 100px
            }
            .padding-right-10x-xs {
                padding-right: 100px
            }
            .padding-top-11x-xs {
                padding-top: 110px
            }
            .padding-bottom-11x-xs {
                padding-bottom: 110px
            }
            .padding-left-11x-xs {
                padding-left: 110px
            }
            .padding-right-11x-xs {
                padding-right: 110px
            }
            .padding-top-12x-xs {
                padding-top: 120px
            }
            .padding-bottom-12x-xs {
                padding-bottom: 120px
            }
            .padding-left-12x-xs {
                padding-left: 120px
            }
            .padding-right-12x-xs {
                padding-right: 120px
            }
            .margin-max {
                margin: 40px 0
            }
            .margin-max-bottom {
                margin-bottom: 40px
            }
            .margin-max-top {
                margin-top: 40px
            }
            .margin-mid {
                margin: 40px 0
            }
            .margin-mid-bottom {
                margin-bottom: 40px
            }
            .margin-mid-top {
                margin-top: 40px
            }
            .margin-min {
                margin: 40px 0
            }
            .margin-min-bottom {
                margin-bottom: 40px
            }
            .margin-min-top {
                margin-top: 40px
            }
            .margin-xs {
                margin: 20px 0
            }
            .margin-xs-bottom {
                margin-bottom: 20px
            }
            .margin-xs-top {
                margin-top: 20px
            }
        }
        
        img.icon-left {
            margin-right: 10px
        }
        
        img.icon-right {
            margin-left: 10px
        }
        
        button:focus,
        .btn.focus,
        .btn:active.focus,
        .btn.active.focus {
            outline: 0!important
        }
        
        .btn-black {
            color: #fff;
            background-color: #333;
            border-color: #333
        }
        
        .btn-black:focus,
        .btn-black.focus {
            color: #fff;
            background-color: #1a1a1a;
            border-color: #000
        }
        
        .btn-black:hover {
            color: #fff;
            background-color: #1a1a1a;
            border-color: #141414
        }
        
        .btn-black:active,
        .btn-black.active,
        .open>.btn-black.dropdown-toggle {
            color: #fff;
            background-color: #1a1a1a;
            background-image: none;
            border-color: #141414
        }
        
        .btn-black:active:hover,
        .btn-black:active:focus,
        .btn-black:active.focus,
        .btn-black.active:hover,
        .btn-black.active:focus,
        .btn-black.active.focus,
        .open>.btn-black.dropdown-toggle:hover,
        .open>.btn-black.dropdown-toggle:focus,
        .open>.btn-black.dropdown-toggle.focus {
            color: #fff;
            background-color: #080808;
            border-color: #000
        }
        
        .btn-black.disabled:hover,
        .btn-black.disabled:focus,
        .btn-black.disabled.focus,
        .btn-black[disabled]:hover,
        .btn-black[disabled]:focus,
        .btn-black[disabled].focus,
        fieldset[disabled] .btn-black:hover,
        fieldset[disabled] .btn-black:focus,
        fieldset[disabled] .btn-black.focus {
            background-color: #333;
            border-color: #333
        }
        
        .btn-black .badge {
            color: #333;
            background-color: #fff
        }
        
        .btn-grey {
            color: #fff;
            background-color: #979594;
            border-color: #979594
        }
        
        .btn-grey:focus,
        .btn-grey.focus {
            color: #fff;
            background-color: #7e7b7a;
            border-color: #575555
        }
        
        .btn-grey:hover {
            color: #fff;
            background-color: #7e7b7a;
            border-color: #797675
        }
        
        .btn-grey:active,
        .btn-grey.active,
        .open>.btn-grey.dropdown-toggle {
            color: #fff;
            background-color: #7e7b7a;
            background-image: none;
            border-color: #797675
        }
        
        .btn-grey:active:hover,
        .btn-grey:active:focus,
        .btn-grey:active.focus,
        .btn-grey.active:hover,
        .btn-grey.active:focus,
        .btn-grey.active.focus,
        .open>.btn-grey.dropdown-toggle:hover,
        .open>.btn-grey.dropdown-toggle:focus,
        .open>.btn-grey.dropdown-toggle.focus {
            color: #fff;
            background-color: #6c6a69;
            border-color: #575555
        }
        
        .btn-grey.disabled:hover,
        .btn-grey.disabled:focus,
        .btn-grey.disabled.focus,
        .btn-grey[disabled]:hover,
        .btn-grey[disabled]:focus,
        .btn-grey[disabled].focus,
        fieldset[disabled] .btn-grey:hover,
        fieldset[disabled] .btn-grey:focus,
        fieldset[disabled] .btn-grey.focus {
            background-color: #979594;
            border-color: #979594
        }
        
        .btn-grey .badge {
            color: #979594;
            background-color: #fff
        }
        
        .btn-primary-hollow {
            color: #c60c30;
            background-color: rgba(198, 12, 48, 0);
            border-color: #c60c30
        }
        
        .btn-primary-hollow:focus,
        .btn-primary-hollow.focus {
            color: #c60c30;
            background-color: rgba(150, 9, 36, 0);
            border-color: #4e0513
        }
        
        .btn-primary-hollow:hover {
            color: #c60c30;
            background-color: rgba(150, 9, 36, 0);
            border-color: #8c0922
        }
        
        .btn-primary-hollow:active,
        .btn-primary-hollow.active,
        .open>.btn-primary-hollow.dropdown-toggle {
            color: #c60c30;
            background-color: rgba(150, 9, 36, 0);
            background-image: none;
            border-color: #8c0922
        }
        
        .btn-primary-hollow:active:hover,
        .btn-primary-hollow:active:focus,
        .btn-primary-hollow:active.focus,
        .btn-primary-hollow.active:hover,
        .btn-primary-hollow.active:focus,
        .btn-primary-hollow.active.focus,
        .open>.btn-primary-hollow.dropdown-toggle:hover,
        .open>.btn-primary-hollow.dropdown-toggle:focus,
        .open>.btn-primary-hollow.dropdown-toggle.focus {
            color: #c60c30;
            background-color: rgba(116, 7, 28, 0);
            border-color: #4e0513
        }
        
        .btn-primary-hollow.disabled:hover,
        .btn-primary-hollow.disabled:focus,
        .btn-primary-hollow.disabled.focus,
        .btn-primary-hollow[disabled]:hover,
        .btn-primary-hollow[disabled]:focus,
        .btn-primary-hollow[disabled].focus,
        fieldset[disabled] .btn-primary-hollow:hover,
        fieldset[disabled] .btn-primary-hollow:focus,
        fieldset[disabled] .btn-primary-hollow.focus {
            background-color: rgba(198, 12, 48, 0);
            border-color: #c60c30
        }
        
        .btn-primary-hollow .badge {
            color: rgba(198, 12, 48, 0);
            background-color: #c60c30
        }
        
        .btn-primary-hollow:hover {
            background-color: rgba(198, 12, 48, .2)
        }
        
        .btn-xl {
            padding: 15px 22px;
            font-size: 25px;
            line-height: 1.25;
            border-radius: 0
        }
        
        .vertical-alignment-helper {
            display: table;
            height: 100%;
            width: 100%
        }
        
        .vertical-align-center {
            display: table-cell;
            vertical-align: middle
        }
        
        .modal-content {
            width: inherit;
            height: inherit;
            margin: 0 auto
        }
        
        hr.small-brand {
            border: none;
            margin: 10px 0 10px;
            width: 35px;
            height: 3px;
            background-color: #c60c30
        }
        
        @media screen and (min-width:1264px) {
            .col-lg-12.five {
                width: 20%
            }
        }
        
        img.full-width {
            width: 100%
        }
        
        img.max-width {
            max-width: 100%
        }
        
        .img-responsive.mobile-adapt {
            object-fit: cover
        }
        
        .img-responsive.mobile-adapt.focus-right {
            object-position: 85% 50%
        }
        
        .img-responsive.mobile-adapt.focus-left {
            object-position: 15% 50%
        }
        
        @media screen and (max-width:768px) {
            .img-responsive.mobile-adapt {
                min-height: 300px
            }
        }
        
        @media screen and (max-width:480px) {
            .img-responsive.mobile-adapt {
                min-height: 200px
            }
        }
        
        @media screen\0 {
            .img-responsive.mobile-adapt {
                min-height: 0
            }
        }
        
        .icon-header .icon-el {
            vertical-align: middle
        }
        
        .icon-header .header-el {
            vertical-align: middle;
            font-size: 28px
        }
        
        @media screen and (max-width:480px) {
            .icon-header .header-el {
                font-size: 21px
            }
        }
        
        .cc-window {
            z-index: 9999999
        }
        
        .cc-window .cc-message {
            margin-right: 20px
        }
        
        .promo-wrap {
            position: relative;
            overflow: hidden
        }
        
        .promo-img {
            position: relative;
            left: 50%;
            top: 0;
            height: auto;
            width: auto;
            min-width: 100vw;
            min-height: 100%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%)
        }
        
        @media screen and (min-width:992px) {
            .promo-content {
                position: absolute;
                top: 0;
                left: 50%;
                transform: translateX(-50%)
            }
        }
        
        @media screen and (max-width:991px) {
            .promo-content.container {
                padding: 0
            }
            .promo-wrap {
                height: auto!important
            }
        }
        
        h1,
        .h1 {
            color: #c60c30
        }
        
        #toTop {
            z-index: 214748364;
            position: fixed;
            bottom: 5px;
            right: 20px;
            cursor: pointer;
            display: none
        }
        
        #toTop * {
            color: #c60c30
        }
        
        .v-centered {
            position: relative;
            top: 50%;
            -moz-transform: perspective(1px) translateY(-50%);
            -ms-transform: perspective(1px) translateY(-50%);
            -webkit-transform: perspective(1px) translateY(-50%);
            transform: perspective(1px) translateY(-50%)
        }
        
        @media only screen and (max-width:991px) {
            .text-small {
                font-size: 14px!important;
                line-height: 1.5em
            }
        }
        
        @media only screen and (min-width:480px) {
            .row.equal {
                display: flex;
                flex-wrap: wrap
            }
        }
        
        .btn-medel {
            color: #fff;
            background-color: #c60c30;
            border-color: #c60c30
        }
        
        .btn-medel:focus,
        .btn-medel.focus {
            color: #fff;
            background-color: #960924;
            border-color: #4e0513
        }
        
        .btn-medel:hover {
            color: #fff;
            background-color: #960924;
            border-color: #8c0922
        }
        
        .btn-medel:active,
        .btn-medel.active,
        .open>.btn-medel.dropdown-toggle {
            color: #fff;
            background-color: #960924;
            background-image: none;
            border-color: #8c0922
        }
        
        .btn-medel:active:hover,
        .btn-medel:active:focus,
        .btn-medel:active.focus,
        .btn-medel.active:hover,
        .btn-medel.active:focus,
        .btn-medel.active.focus,
        .open>.btn-medel.dropdown-toggle:hover,
        .open>.btn-medel.dropdown-toggle:focus,
        .open>.btn-medel.dropdown-toggle.focus {
            color: #fff;
            background-color: #74071c;
            border-color: #4e0513
        }
        
        .btn-medel.disabled:hover,
        .btn-medel.disabled:focus,
        .btn-medel.disabled.focus,
        .btn-medel[disabled]:hover,
        .btn-medel[disabled]:focus,
        .btn-medel[disabled].focus,
        fieldset[disabled] .btn-medel:hover,
        fieldset[disabled] .btn-medel:focus,
        fieldset[disabled] .btn-medel.focus {
            background-color: #c60c30;
            border-color: #c60c30
        }
        
        .btn-medel .badge {
            color: #c60c30;
            background-color: #fff
        }
        
        .btn-medel-hollow {
            color: #c60c30;
            background-color: rgba(198, 12, 48, 0);
            border-color: #c60c30
        }
        
        .btn-medel-hollow:focus,
        .btn-medel-hollow.focus {
            color: #c60c30;
            background-color: rgba(150, 9, 36, 0);
            border-color: #4e0513
        }
        
        .btn-medel-hollow:hover {
            color: #c60c30;
            background-color: rgba(150, 9, 36, 0);
            border-color: #8c0922
        }
        
        .btn-medel-hollow:active,
        .btn-medel-hollow.active,
        .open>.btn-medel-hollow.dropdown-toggle {
            color: #c60c30;
            background-color: rgba(150, 9, 36, 0);
            background-image: none;
            border-color: #8c0922
        }
        
        .btn-medel-hollow:active:hover,
        .btn-medel-hollow:active:focus,
        .btn-medel-hollow:active.focus,
        .btn-medel-hollow.active:hover,
        .btn-medel-hollow.active:focus,
        .btn-medel-hollow.active.focus,
        .open>.btn-medel-hollow.dropdown-toggle:hover,
        .open>.btn-medel-hollow.dropdown-toggle:focus,
        .open>.btn-medel-hollow.dropdown-toggle.focus {
            color: #c60c30;
            background-color: rgba(116, 7, 28, 0);
            border-color: #4e0513
        }
        
        .btn-medel-hollow.disabled:hover,
        .btn-medel-hollow.disabled:focus,
        .btn-medel-hollow.disabled.focus,
        .btn-medel-hollow[disabled]:hover,
        .btn-medel-hollow[disabled]:focus,
        .btn-medel-hollow[disabled].focus,
        fieldset[disabled] .btn-medel-hollow:hover,
        fieldset[disabled] .btn-medel-hollow:focus,
        fieldset[disabled] .btn-medel-hollow.focus {
            background-color: rgba(198, 12, 48, 0);
            border-color: #c60c30
        }
        
        .btn-medel-hollow .badge {
            color: rgba(198, 12, 48, 0);
            background-color: #c60c30
        }
        
        .btn-medel-hollow:hover {
            background-color: rgba(198, 12, 48, .2)
        }
        
        .text-medel {
            color: #c60c30!important
        }
        
        .text-medel:hover {
            color: #c60c30!important
        }
        
        .label-medel {
            color: #fff;
            background-color: #c60c30
        }
        
        .bg-medel {
            background-color: #c60c30!important
        }
        
        .btn-white {
            color: #000;
            background-color: #fff;
            border-color: #fff
        }
        
        .btn-white:focus,
        .btn-white.focus {
            color: #000;
            background-color: #e6e6e6;
            border-color: #bfbfbf
        }
        
        .btn-white:hover {
            color: #000;
            background-color: #e6e6e6;
            border-color: #e0e0e0
        }
        
        .btn-white:active,
        .btn-white.active,
        .open>.btn-white.dropdown-toggle {
            color: #000;
            background-color: #e6e6e6;
            background-image: none;
            border-color: #e0e0e0
        }
        
        .btn-white:active:hover,
        .btn-white:active:focus,
        .btn-white:active.focus,
        .btn-white.active:hover,
        .btn-white.active:focus,
        .btn-white.active.focus,
        .open>.btn-white.dropdown-toggle:hover,
        .open>.btn-white.dropdown-toggle:focus,
        .open>.btn-white.dropdown-toggle.focus {
            color: #000;
            background-color: #d4d4d4;
            border-color: #bfbfbf
        }
        
        .btn-white.disabled:hover,
        .btn-white.disabled:focus,
        .btn-white.disabled.focus,
        .btn-white[disabled]:hover,
        .btn-white[disabled]:focus,
        .btn-white[disabled].focus,
        fieldset[disabled] .btn-white:hover,
        fieldset[disabled] .btn-white:focus,
        fieldset[disabled] .btn-white.focus {
            background-color: #fff;
            border-color: #fff
        }
        
        .btn-white .badge {
            color: #fff;
            background-color: #000
        }
        
        .btn-white-hollow {
            color: #fff;
            background-color: rgba(255, 255, 255, 0);
            border-color: #fff
        }
        
        .btn-white-hollow:focus,
        .btn-white-hollow.focus {
            color: #fff;
            background-color: rgba(230, 230, 230, 0);
            border-color: #bfbfbf
        }
        
        .btn-white-hollow:hover {
            color: #fff;
            background-color: rgba(230, 230, 230, 0);
            border-color: #e0e0e0
        }
        
        .btn-white-hollow:active,
        .btn-white-hollow.active,
        .open>.btn-white-hollow.dropdown-toggle {
            color: #fff;
            background-color: rgba(230, 230, 230, 0);
            background-image: none;
            border-color: #e0e0e0
        }
        
        .btn-white-hollow:active:hover,
        .btn-white-hollow:active:focus,
        .btn-white-hollow:active.focus,
        .btn-white-hollow.active:hover,
        .btn-white-hollow.active:focus,
        .btn-white-hollow.active.focus,
        .open>.btn-white-hollow.dropdown-toggle:hover,
        .open>.btn-white-hollow.dropdown-toggle:focus,
        .open>.btn-white-hollow.dropdown-toggle.focus {
            color: #fff;
            background-color: rgba(212, 212, 212, 0);
            border-color: #bfbfbf
        }
        
        .btn-white-hollow.disabled:hover,
        .btn-white-hollow.disabled:focus,
        .btn-white-hollow.disabled.focus,
        .btn-white-hollow[disabled]:hover,
        .btn-white-hollow[disabled]:focus,
        .btn-white-hollow[disabled].focus,
        fieldset[disabled] .btn-white-hollow:hover,
        fieldset[disabled] .btn-white-hollow:focus,
        fieldset[disabled] .btn-white-hollow.focus {
            background-color: rgba(255, 255, 255, 0);
            border-color: #fff
        }
        
        .btn-white-hollow .badge {
            color: rgba(255, 255, 255, 0);
            background-color: #fff
        }
        
        .btn-white-hollow:hover {
            background-color: rgba(255, 255, 255, .2)
        }
        
        .text-white {
            color: #fff!important
        }
        
        .text-white:hover {
            color: #fff!important
        }
        
        .label-white {
            color: #000;
            background-color: #fff
        }
        
        .bg-white {
            background-color: #fff!important
        }
        
        .btn-black {
            color: #fff;
            background-color: #000;
            border-color: #000
        }
        
        .btn-black:focus,
        .btn-black.focus {
            color: #fff;
            background-color: #000;
            border-color: #000
        }
        
        .btn-black:hover {
            color: #fff;
            background-color: #000;
            border-color: #000
        }
        
        .btn-black:active,
        .btn-black.active,
        .open>.btn-black.dropdown-toggle {
            color: #fff;
            background-color: #000;
            background-image: none;
            border-color: #000
        }
        
        .btn-black:active:hover,
        .btn-black:active:focus,
        .btn-black:active.focus,
        .btn-black.active:hover,
        .btn-black.active:focus,
        .btn-black.active.focus,
        .open>.btn-black.dropdown-toggle:hover,
        .open>.btn-black.dropdown-toggle:focus,
        .open>.btn-black.dropdown-toggle.focus {
            color: #fff;
            background-color: #000;
            border-color: #000
        }
        
        .btn-black.disabled:hover,
        .btn-black.disabled:focus,
        .btn-black.disabled.focus,
        .btn-black[disabled]:hover,
        .btn-black[disabled]:focus,
        .btn-black[disabled].focus,
        fieldset[disabled] .btn-black:hover,
        fieldset[disabled] .btn-black:focus,
        fieldset[disabled] .btn-black.focus {
            background-color: #000;
            border-color: #000
        }
        
        .btn-black .badge {
            color: #000;
            background-color: #fff
        }
        
        .btn-black-hollow {
            color: #000;
            background-color: transparent;
            border-color: #000
        }
        
        .btn-black-hollow:focus,
        .btn-black-hollow.focus {
            color: #000;
            background-color: transparent;
            border-color: #000
        }
        
        .btn-black-hollow:hover {
            color: #000;
            background-color: transparent;
            border-color: #000
        }
        
        .btn-black-hollow:active,
        .btn-black-hollow.active,
        .open>.btn-black-hollow.dropdown-toggle {
            color: #000;
            background-color: transparent;
            background-image: none;
            border-color: #000
        }
        
        .btn-black-hollow:active:hover,
        .btn-black-hollow:active:focus,
        .btn-black-hollow:active.focus,
        .btn-black-hollow.active:hover,
        .btn-black-hollow.active:focus,
        .btn-black-hollow.active.focus,
        .open>.btn-black-hollow.dropdown-toggle:hover,
        .open>.btn-black-hollow.dropdown-toggle:focus,
        .open>.btn-black-hollow.dropdown-toggle.focus {
            color: #000;
            background-color: transparent;
            border-color: #000
        }
        
        .btn-black-hollow.disabled:hover,
        .btn-black-hollow.disabled:focus,
        .btn-black-hollow.disabled.focus,
        .btn-black-hollow[disabled]:hover,
        .btn-black-hollow[disabled]:focus,
        .btn-black-hollow[disabled].focus,
        fieldset[disabled] .btn-black-hollow:hover,
        fieldset[disabled] .btn-black-hollow:focus,
        fieldset[disabled] .btn-black-hollow.focus {
            background-color: transparent;
            border-color: #000
        }
        
        .btn-black-hollow .badge {
            color: transparent;
            background-color: #000
        }
        
        .btn-black-hollow:hover {
            background-color: rgba(0, 0, 0, .2)
        }
        
        .text-black {
            color: #000!important
        }
        
        .text-black:hover {
            color: #000!important
        }
        
        .label-black {
            color: #fff;
            background-color: #000
        }
        
        .bg-black {
            background-color: #000!important
        }
        
        .btn-adhear {
            color: #fff;
            background-color: #78326e;
            border-color: #78326e
        }
        
        .btn-adhear:focus,
        .btn-adhear.focus {
            color: #fff;
            background-color: #54234d;
            border-color: #1e0d1c
        }
        
        .btn-adhear:hover {
            color: #fff;
            background-color: #54234d;
            border-color: #4d2046
        }
        
        .btn-adhear:active,
        .btn-adhear.active,
        .open>.btn-adhear.dropdown-toggle {
            color: #fff;
            background-color: #54234d;
            background-image: none;
            border-color: #4d2046
        }
        
        .btn-adhear:active:hover,
        .btn-adhear:active:focus,
        .btn-adhear:active.focus,
        .btn-adhear.active:hover,
        .btn-adhear.active:focus,
        .btn-adhear.active.focus,
        .open>.btn-adhear.dropdown-toggle:hover,
        .open>.btn-adhear.dropdown-toggle:focus,
        .open>.btn-adhear.dropdown-toggle.focus {
            color: #fff;
            background-color: #3b1936;
            border-color: #1e0d1c
        }
        
        .btn-adhear.disabled:hover,
        .btn-adhear.disabled:focus,
        .btn-adhear.disabled.focus,
        .btn-adhear[disabled]:hover,
        .btn-adhear[disabled]:focus,
        .btn-adhear[disabled].focus,
        fieldset[disabled] .btn-adhear:hover,
        fieldset[disabled] .btn-adhear:focus,
        fieldset[disabled] .btn-adhear.focus {
            background-color: #78326e;
            border-color: #78326e
        }
        
        .btn-adhear .badge {
            color: #78326e;
            background-color: #fff
        }
        
        .btn-adhear-hollow {
            color: #78326e;
            background-color: rgba(120, 50, 110, 0);
            border-color: #78326e
        }
        
        .btn-adhear-hollow:focus,
        .btn-adhear-hollow.focus {
            color: #78326e;
            background-color: rgba(84, 35, 77, 0);
            border-color: #1e0d1c
        }
        
        .btn-adhear-hollow:hover {
            color: #78326e;
            background-color: rgba(84, 35, 77, 0);
            border-color: #4d2046
        }
        
        .btn-adhear-hollow:active,
        .btn-adhear-hollow.active,
        .open>.btn-adhear-hollow.dropdown-toggle {
            color: #78326e;
            background-color: rgba(84, 35, 77, 0);
            background-image: none;
            border-color: #4d2046
        }
        
        .btn-adhear-hollow:active:hover,
        .btn-adhear-hollow:active:focus,
        .btn-adhear-hollow:active.focus,
        .btn-adhear-hollow.active:hover,
        .btn-adhear-hollow.active:focus,
        .btn-adhear-hollow.active.focus,
        .open>.btn-adhear-hollow.dropdown-toggle:hover,
        .open>.btn-adhear-hollow.dropdown-toggle:focus,
        .open>.btn-adhear-hollow.dropdown-toggle.focus {
            color: #78326e;
            background-color: rgba(59, 25, 54, 0);
            border-color: #1e0d1c
        }
        
        .btn-adhear-hollow.disabled:hover,
        .btn-adhear-hollow.disabled:focus,
        .btn-adhear-hollow.disabled.focus,
        .btn-adhear-hollow[disabled]:hover,
        .btn-adhear-hollow[disabled]:focus,
        .btn-adhear-hollow[disabled].focus,
        fieldset[disabled] .btn-adhear-hollow:hover,
        fieldset[disabled] .btn-adhear-hollow:focus,
        fieldset[disabled] .btn-adhear-hollow.focus {
            background-color: rgba(120, 50, 110, 0);
            border-color: #78326e
        }
        
        .btn-adhear-hollow .badge {
            color: rgba(120, 50, 110, 0);
            background-color: #78326e
        }
        
        .btn-adhear-hollow:hover {
            background-color: rgba(120, 50, 110, .2)
        }
        
        .text-adhear {
            color: #78326e!important
        }
        
        .text-adhear:hover {
            color: #78326e!important
        }
        
        .label-adhear {
            color: #fff;
            background-color: #78326e
        }
        
        .bg-adhear {
            background-color: #78326e!important
        }
        
        .btn-orange {
            color: #fff;
            background-color: #f7403a;
            border-color: #f7403a
        }
        
        .btn-orange:focus,
        .btn-orange.focus {
            color: #fff;
            background-color: #f4110a;
            border-color: #ab0c07
        }
        
        .btn-orange:hover {
            color: #fff;
            background-color: #f4110a;
            border-color: #ea110a
        }
        
        .btn-orange:active,
        .btn-orange.active,
        .open>.btn-orange.dropdown-toggle {
            color: #fff;
            background-color: #f4110a;
            background-image: none;
            border-color: #ea110a
        }
        
        .btn-orange:active:hover,
        .btn-orange:active:focus,
        .btn-orange:active.focus,
        .btn-orange.active:hover,
        .btn-orange.active:focus,
        .btn-orange.active.focus,
        .open>.btn-orange.dropdown-toggle:hover,
        .open>.btn-orange.dropdown-toggle:focus,
        .open>.btn-orange.dropdown-toggle.focus {
            color: #fff;
            background-color: #d20f09;
            border-color: #ab0c07
        }
        
        .btn-orange.disabled:hover,
        .btn-orange.disabled:focus,
        .btn-orange.disabled.focus,
        .btn-orange[disabled]:hover,
        .btn-orange[disabled]:focus,
        .btn-orange[disabled].focus,
        fieldset[disabled] .btn-orange:hover,
        fieldset[disabled] .btn-orange:focus,
        fieldset[disabled] .btn-orange.focus {
            background-color: #f7403a;
            border-color: #f7403a
        }
        
        .btn-orange .badge {
            color: #f7403a;
            background-color: #fff
        }
        
        .btn-orange-hollow {
            color: #f7403a;
            background-color: rgba(247, 64, 58, 0);
            border-color: #f7403a
        }
        
        .btn-orange-hollow:focus,
        .btn-orange-hollow.focus {
            color: #f7403a;
            background-color: rgba(244, 17, 10, 0);
            border-color: #ab0c07
        }
        
        .btn-orange-hollow:hover {
            color: #f7403a;
            background-color: rgba(244, 17, 10, 0);
            border-color: #ea110a
        }
        
        .btn-orange-hollow:active,
        .btn-orange-hollow.active,
        .open>.btn-orange-hollow.dropdown-toggle {
            color: #f7403a;
            background-color: rgba(244, 17, 10, 0);
            background-image: none;
            border-color: #ea110a
        }
        
        .btn-orange-hollow:active:hover,
        .btn-orange-hollow:active:focus,
        .btn-orange-hollow:active.focus,
        .btn-orange-hollow.active:hover,
        .btn-orange-hollow.active:focus,
        .btn-orange-hollow.active.focus,
        .open>.btn-orange-hollow.dropdown-toggle:hover,
        .open>.btn-orange-hollow.dropdown-toggle:focus,
        .open>.btn-orange-hollow.dropdown-toggle.focus {
            color: #f7403a;
            background-color: rgba(210, 15, 9, 0);
            border-color: #ab0c07
        }
        
        .btn-orange-hollow.disabled:hover,
        .btn-orange-hollow.disabled:focus,
        .btn-orange-hollow.disabled.focus,
        .btn-orange-hollow[disabled]:hover,
        .btn-orange-hollow[disabled]:focus,
        .btn-orange-hollow[disabled].focus,
        fieldset[disabled] .btn-orange-hollow:hover,
        fieldset[disabled] .btn-orange-hollow:focus,
        fieldset[disabled] .btn-orange-hollow.focus {
            background-color: rgba(247, 64, 58, 0);
            border-color: #f7403a
        }
        
        .btn-orange-hollow .badge {
            color: rgba(247, 64, 58, 0);
            background-color: #f7403a
        }
        
        .btn-orange-hollow:hover {
            background-color: rgba(247, 64, 58, .2)
        }
        
        .text-orange {
            color: #f7403a!important
        }
        
        .text-orange:hover {
            color: #f7403a!important
        }
        
        .label-orange {
            color: #fff;
            background-color: #f7403a
        }
        
        .bg-orange {
            background-color: #f7403a!important
        }
        
        .btn-fuchsia {
            color: #fff;
            background-color: #b00057;
            border-color: #b00057
        }
        
        .btn-fuchsia:focus,
        .btn-fuchsia.focus {
            color: #fff;
            background-color: #7d003e;
            border-color: #310018
        }
        
        .btn-fuchsia:hover {
            color: #fff;
            background-color: #7d003e;
            border-color: #730039
        }
        
        .btn-fuchsia:active,
        .btn-fuchsia.active,
        .open>.btn-fuchsia.dropdown-toggle {
            color: #fff;
            background-color: #7d003e;
            background-image: none;
            border-color: #730039
        }
        
        .btn-fuchsia:active:hover,
        .btn-fuchsia:active:focus,
        .btn-fuchsia:active.focus,
        .btn-fuchsia.active:hover,
        .btn-fuchsia.active:focus,
        .btn-fuchsia.active.focus,
        .open>.btn-fuchsia.dropdown-toggle:hover,
        .open>.btn-fuchsia.dropdown-toggle:focus,
        .open>.btn-fuchsia.dropdown-toggle.focus {
            color: #fff;
            background-color: #59002c;
            border-color: #310018
        }
        
        .btn-fuchsia.disabled:hover,
        .btn-fuchsia.disabled:focus,
        .btn-fuchsia.disabled.focus,
        .btn-fuchsia[disabled]:hover,
        .btn-fuchsia[disabled]:focus,
        .btn-fuchsia[disabled].focus,
        fieldset[disabled] .btn-fuchsia:hover,
        fieldset[disabled] .btn-fuchsia:focus,
        fieldset[disabled] .btn-fuchsia.focus {
            background-color: #b00057;
            border-color: #b00057
        }
        
        .btn-fuchsia .badge {
            color: #b00057;
            background-color: #fff
        }
        
        .btn-fuchsia-hollow {
            color: #b00057;
            background-color: rgba(176, 0, 87, 0);
            border-color: #b00057
        }
        
        .btn-fuchsia-hollow:focus,
        .btn-fuchsia-hollow.focus {
            color: #b00057;
            background-color: rgba(125, 0, 62, 0);
            border-color: #310018
        }
        
        .btn-fuchsia-hollow:hover {
            color: #b00057;
            background-color: rgba(125, 0, 62, 0);
            border-color: #730039
        }
        
        .btn-fuchsia-hollow:active,
        .btn-fuchsia-hollow.active,
        .open>.btn-fuchsia-hollow.dropdown-toggle {
            color: #b00057;
            background-color: rgba(125, 0, 62, 0);
            background-image: none;
            border-color: #730039
        }
        
        .btn-fuchsia-hollow:active:hover,
        .btn-fuchsia-hollow:active:focus,
        .btn-fuchsia-hollow:active.focus,
        .btn-fuchsia-hollow.active:hover,
        .btn-fuchsia-hollow.active:focus,
        .btn-fuchsia-hollow.active.focus,
        .open>.btn-fuchsia-hollow.dropdown-toggle:hover,
        .open>.btn-fuchsia-hollow.dropdown-toggle:focus,
        .open>.btn-fuchsia-hollow.dropdown-toggle.focus {
            color: #b00057;
            background-color: rgba(89, 0, 44, 0);
            border-color: #310018
        }
        
        .btn-fuchsia-hollow.disabled:hover,
        .btn-fuchsia-hollow.disabled:focus,
        .btn-fuchsia-hollow.disabled.focus,
        .btn-fuchsia-hollow[disabled]:hover,
        .btn-fuchsia-hollow[disabled]:focus,
        .btn-fuchsia-hollow[disabled].focus,
        fieldset[disabled] .btn-fuchsia-hollow:hover,
        fieldset[disabled] .btn-fuchsia-hollow:focus,
        fieldset[disabled] .btn-fuchsia-hollow.focus {
            background-color: rgba(176, 0, 87, 0);
            border-color: #b00057
        }
        
        .btn-fuchsia-hollow .badge {
            color: rgba(176, 0, 87, 0);
            background-color: #b00057
        }
        
        .btn-fuchsia-hollow:hover {
            background-color: rgba(176, 0, 87, .2)
        }
        
        .text-fuchsia {
            color: #b00057!important
        }
        
        .text-fuchsia:hover {
            color: #b00057!important
        }
        
        .label-fuchsia {
            color: #fff;
            background-color: #b00057
        }
        
        .bg-fuchsia {
            background-color: #b00057!important
        }
        
        .btn-cherry {
            color: #fff;
            background-color: #981e32;
            border-color: #981e32
        }
        
        .btn-cherry:focus,
        .btn-cherry.focus {
            color: #fff;
            background-color: #6d1624;
            border-color: #2e090f
        }
        
        .btn-cherry:hover {
            color: #fff;
            background-color: #6d1624;
            border-color: #651421
        }
        
        .btn-cherry:active,
        .btn-cherry.active,
        .open>.btn-cherry.dropdown-toggle {
            color: #fff;
            background-color: #6d1624;
            background-image: none;
            border-color: #651421
        }
        
        .btn-cherry:active:hover,
        .btn-cherry:active:focus,
        .btn-cherry:active.focus,
        .btn-cherry.active:hover,
        .btn-cherry.active:focus,
        .btn-cherry.active.focus,
        .open>.btn-cherry.dropdown-toggle:hover,
        .open>.btn-cherry.dropdown-toggle:focus,
        .open>.btn-cherry.dropdown-toggle.focus {
            color: #fff;
            background-color: #50101a;
            border-color: #2e090f
        }
        
        .btn-cherry.disabled:hover,
        .btn-cherry.disabled:focus,
        .btn-cherry.disabled.focus,
        .btn-cherry[disabled]:hover,
        .btn-cherry[disabled]:focus,
        .btn-cherry[disabled].focus,
        fieldset[disabled] .btn-cherry:hover,
        fieldset[disabled] .btn-cherry:focus,
        fieldset[disabled] .btn-cherry.focus {
            background-color: #981e32;
            border-color: #981e32
        }
        
        .btn-cherry .badge {
            color: #981e32;
            background-color: #fff
        }
        
        .btn-cherry-hollow {
            color: #981e32;
            background-color: rgba(152, 30, 50, 0);
            border-color: #981e32
        }
        
        .btn-cherry-hollow:focus,
        .btn-cherry-hollow.focus {
            color: #981e32;
            background-color: rgba(109, 22, 36, 0);
            border-color: #2e090f
        }
        
        .btn-cherry-hollow:hover {
            color: #981e32;
            background-color: rgba(109, 22, 36, 0);
            border-color: #651421
        }
        
        .btn-cherry-hollow:active,
        .btn-cherry-hollow.active,
        .open>.btn-cherry-hollow.dropdown-toggle {
            color: #981e32;
            background-color: rgba(109, 22, 36, 0);
            background-image: none;
            border-color: #651421
        }
        
        .btn-cherry-hollow:active:hover,
        .btn-cherry-hollow:active:focus,
        .btn-cherry-hollow:active.focus,
        .btn-cherry-hollow.active:hover,
        .btn-cherry-hollow.active:focus,
        .btn-cherry-hollow.active.focus,
        .open>.btn-cherry-hollow.dropdown-toggle:hover,
        .open>.btn-cherry-hollow.dropdown-toggle:focus,
        .open>.btn-cherry-hollow.dropdown-toggle.focus {
            color: #981e32;
            background-color: rgba(80, 16, 26, 0);
            border-color: #2e090f
        }
        
        .btn-cherry-hollow.disabled:hover,
        .btn-cherry-hollow.disabled:focus,
        .btn-cherry-hollow.disabled.focus,
        .btn-cherry-hollow[disabled]:hover,
        .btn-cherry-hollow[disabled]:focus,
        .btn-cherry-hollow[disabled].focus,
        fieldset[disabled] .btn-cherry-hollow:hover,
        fieldset[disabled] .btn-cherry-hollow:focus,
        fieldset[disabled] .btn-cherry-hollow.focus {
            background-color: rgba(152, 30, 50, 0);
            border-color: #981e32
        }
        
        .btn-cherry-hollow .badge {
            color: rgba(152, 30, 50, 0);
            background-color: #981e32
        }
        
        .btn-cherry-hollow:hover {
            background-color: rgba(152, 30, 50, .2)
        }
        
        .text-cherry {
            color: #981e32!important
        }
        
        .text-cherry:hover {
            color: #981e32!important
        }
        
        .label-cherry {
            color: #fff;
            background-color: #981e32
        }
        
        .bg-cherry {
            background-color: #981e32!important
        }
        
        .btn-plum {
            color: #fff;
            background-color: #6e273d;
            border-color: #6e273d
        }
        
        .btn-plum:focus,
        .btn-plum.focus {
            color: #fff;
            background-color: #481a28;
            border-color: #100609
        }
        
        .btn-plum:hover {
            color: #fff;
            background-color: #481a28;
            border-color: #411724
        }
        
        .btn-plum:active,
        .btn-plum.active,
        .open>.btn-plum.dropdown-toggle {
            color: #fff;
            background-color: #481a28;
            background-image: none;
            border-color: #411724
        }
        
        .btn-plum:active:hover,
        .btn-plum:active:focus,
        .btn-plum:active.focus,
        .btn-plum.active:hover,
        .btn-plum.active:focus,
        .btn-plum.active.focus,
        .open>.btn-plum.dropdown-toggle:hover,
        .open>.btn-plum.dropdown-toggle:focus,
        .open>.btn-plum.dropdown-toggle.focus {
            color: #fff;
            background-color: #2e101a;
            border-color: #100609
        }
        
        .btn-plum.disabled:hover,
        .btn-plum.disabled:focus,
        .btn-plum.disabled.focus,
        .btn-plum[disabled]:hover,
        .btn-plum[disabled]:focus,
        .btn-plum[disabled].focus,
        fieldset[disabled] .btn-plum:hover,
        fieldset[disabled] .btn-plum:focus,
        fieldset[disabled] .btn-plum.focus {
            background-color: #6e273d;
            border-color: #6e273d
        }
        
        .btn-plum .badge {
            color: #6e273d;
            background-color: #fff
        }
        
        .btn-plum-hollow {
            color: #6e273d;
            background-color: rgba(110, 39, 61, 0);
            border-color: #6e273d
        }
        
        .btn-plum-hollow:focus,
        .btn-plum-hollow.focus {
            color: #6e273d;
            background-color: rgba(72, 26, 40, 0);
            border-color: #100609
        }
        
        .btn-plum-hollow:hover {
            color: #6e273d;
            background-color: rgba(72, 26, 40, 0);
            border-color: #411724
        }
        
        .btn-plum-hollow:active,
        .btn-plum-hollow.active,
        .open>.btn-plum-hollow.dropdown-toggle {
            color: #6e273d;
            background-color: rgba(72, 26, 40, 0);
            background-image: none;
            border-color: #411724
        }
        
        .btn-plum-hollow:active:hover,
        .btn-plum-hollow:active:focus,
        .btn-plum-hollow:active.focus,
        .btn-plum-hollow.active:hover,
        .btn-plum-hollow.active:focus,
        .btn-plum-hollow.active.focus,
        .open>.btn-plum-hollow.dropdown-toggle:hover,
        .open>.btn-plum-hollow.dropdown-toggle:focus,
        .open>.btn-plum-hollow.dropdown-toggle.focus {
            color: #6e273d;
            background-color: rgba(46, 16, 26, 0);
            border-color: #100609
        }
        
        .btn-plum-hollow.disabled:hover,
        .btn-plum-hollow.disabled:focus,
        .btn-plum-hollow.disabled.focus,
        .btn-plum-hollow[disabled]:hover,
        .btn-plum-hollow[disabled]:focus,
        .btn-plum-hollow[disabled].focus,
        fieldset[disabled] .btn-plum-hollow:hover,
        fieldset[disabled] .btn-plum-hollow:focus,
        fieldset[disabled] .btn-plum-hollow.focus {
            background-color: rgba(110, 39, 61, 0);
            border-color: #6e273d
        }
        
        .btn-plum-hollow .badge {
            color: rgba(110, 39, 61, 0);
            background-color: #6e273d
        }
        
        .btn-plum-hollow:hover {
            background-color: rgba(110, 39, 61, .2)
        }
        
        .text-plum {
            color: #6e273d!important
        }
        
        .text-plum:hover {
            color: #6e273d!important
        }
        
        .label-plum {
            color: #fff;
            background-color: #6e273d
        }
        
        .bg-plum {
            background-color: #6e273d!important
        }
        
        .btn-medel-grey {
            color: #fff;
            background-color: #f0f0f0;
            border-color: #f0f0f0
        }
        
        .btn-medel-grey:focus,
        .btn-medel-grey.focus {
            color: #fff;
            background-color: #d7d7d7;
            border-color: #b0b0b0
        }
        
        .btn-medel-grey:hover {
            color: #fff;
            background-color: #d7d7d7;
            border-color: #d1d1d1
        }
        
        .btn-medel-grey:active,
        .btn-medel-grey.active,
        .open>.btn-medel-grey.dropdown-toggle {
            color: #fff;
            background-color: #d7d7d7;
            background-image: none;
            border-color: #d1d1d1
        }
        
        .btn-medel-grey:active:hover,
        .btn-medel-grey:active:focus,
        .btn-medel-grey:active.focus,
        .btn-medel-grey.active:hover,
        .btn-medel-grey.active:focus,
        .btn-medel-grey.active.focus,
        .open>.btn-medel-grey.dropdown-toggle:hover,
        .open>.btn-medel-grey.dropdown-toggle:focus,
        .open>.btn-medel-grey.dropdown-toggle.focus {
            color: #fff;
            background-color: #c5c5c5;
            border-color: #b0b0b0
        }
        
        .btn-medel-grey.disabled:hover,
        .btn-medel-grey.disabled:focus,
        .btn-medel-grey.disabled.focus,
        .btn-medel-grey[disabled]:hover,
        .btn-medel-grey[disabled]:focus,
        .btn-medel-grey[disabled].focus,
        fieldset[disabled] .btn-medel-grey:hover,
        fieldset[disabled] .btn-medel-grey:focus,
        fieldset[disabled] .btn-medel-grey.focus {
            background-color: #f0f0f0;
            border-color: #f0f0f0
        }
        
        .btn-medel-grey .badge {
            color: #f0f0f0;
            background-color: #fff
        }
        
        .btn-medel-grey-hollow {
            color: #f0f0f0;
            background-color: rgba(240, 240, 240, 0);
            border-color: #f0f0f0
        }
        
        .btn-medel-grey-hollow:focus,
        .btn-medel-grey-hollow.focus {
            color: #f0f0f0;
            background-color: rgba(215, 215, 215, 0);
            border-color: #b0b0b0
        }
        
        .btn-medel-grey-hollow:hover {
            color: #f0f0f0;
            background-color: rgba(215, 215, 215, 0);
            border-color: #d1d1d1
        }
        
        .btn-medel-grey-hollow:active,
        .btn-medel-grey-hollow.active,
        .open>.btn-medel-grey-hollow.dropdown-toggle {
            color: #f0f0f0;
            background-color: rgba(215, 215, 215, 0);
            background-image: none;
            border-color: #d1d1d1
        }
        
        .btn-medel-grey-hollow:active:hover,
        .btn-medel-grey-hollow:active:focus,
        .btn-medel-grey-hollow:active.focus,
        .btn-medel-grey-hollow.active:hover,
        .btn-medel-grey-hollow.active:focus,
        .btn-medel-grey-hollow.active.focus,
        .open>.btn-medel-grey-hollow.dropdown-toggle:hover,
        .open>.btn-medel-grey-hollow.dropdown-toggle:focus,
        .open>.btn-medel-grey-hollow.dropdown-toggle.focus {
            color: #f0f0f0;
            background-color: rgba(197, 197, 197, 0);
            border-color: #b0b0b0
        }
        
        .btn-medel-grey-hollow.disabled:hover,
        .btn-medel-grey-hollow.disabled:focus,
        .btn-medel-grey-hollow.disabled.focus,
        .btn-medel-grey-hollow[disabled]:hover,
        .btn-medel-grey-hollow[disabled]:focus,
        .btn-medel-grey-hollow[disabled].focus,
        fieldset[disabled] .btn-medel-grey-hollow:hover,
        fieldset[disabled] .btn-medel-grey-hollow:focus,
        fieldset[disabled] .btn-medel-grey-hollow.focus {
            background-color: rgba(240, 240, 240, 0);
            border-color: #f0f0f0
        }
        
        .btn-medel-grey-hollow .badge {
            color: rgba(240, 240, 240, 0);
            background-color: #f0f0f0
        }
        
        .btn-medel-grey-hollow:hover {
            background-color: rgba(240, 240, 240, .2)
        }
        
        .text-medel-grey {
            color: #f0f0f0!important
        }
        
        .text-medel-grey:hover {
            color: #f0f0f0!important
        }
        
        .label-medel-grey {
            color: #fff;
            background-color: #f0f0f0
        }
        
        .bg-medel-grey {
            background-color: #f0f0f0!important
        }
        
        .btn-medel-grey-alternative {
            color: #fff;
            background-color: #717171;
            border-color: #717171
        }
        
        .btn-medel-grey-alternative:focus,
        .btn-medel-grey-alternative.focus {
            color: #fff;
            background-color: #585858;
            border-color: #313131
        }
        
        .btn-medel-grey-alternative:hover {
            color: #fff;
            background-color: #585858;
            border-color: #525252
        }
        
        .btn-medel-grey-alternative:active,
        .btn-medel-grey-alternative.active,
        .open>.btn-medel-grey-alternative.dropdown-toggle {
            color: #fff;
            background-color: #585858;
            background-image: none;
            border-color: #525252
        }
        
        .btn-medel-grey-alternative:active:hover,
        .btn-medel-grey-alternative:active:focus,
        .btn-medel-grey-alternative:active.focus,
        .btn-medel-grey-alternative.active:hover,
        .btn-medel-grey-alternative.active:focus,
        .btn-medel-grey-alternative.active.focus,
        .open>.btn-medel-grey-alternative.dropdown-toggle:hover,
        .open>.btn-medel-grey-alternative.dropdown-toggle:focus,
        .open>.btn-medel-grey-alternative.dropdown-toggle.focus {
            color: #fff;
            background-color: #464646;
            border-color: #313131
        }
        
        .btn-medel-grey-alternative.disabled:hover,
        .btn-medel-grey-alternative.disabled:focus,
        .btn-medel-grey-alternative.disabled.focus,
        .btn-medel-grey-alternative[disabled]:hover,
        .btn-medel-grey-alternative[disabled]:focus,
        .btn-medel-grey-alternative[disabled].focus,
        fieldset[disabled] .btn-medel-grey-alternative:hover,
        fieldset[disabled] .btn-medel-grey-alternative:focus,
        fieldset[disabled] .btn-medel-grey-alternative.focus {
            background-color: #717171;
            border-color: #717171
        }
        
        .btn-medel-grey-alternative .badge {
            color: #717171;
            background-color: #fff
        }
        
        .btn-medel-grey-alternative-hollow {
            color: #717171;
            background-color: rgba(113, 113, 113, 0);
            border-color: #717171
        }
        
        .btn-medel-grey-alternative-hollow:focus,
        .btn-medel-grey-alternative-hollow.focus {
            color: #717171;
            background-color: rgba(88, 88, 88, 0);
            border-color: #313131
        }
        
        .btn-medel-grey-alternative-hollow:hover {
            color: #717171;
            background-color: rgba(88, 88, 88, 0);
            border-color: #525252
        }
        
        .btn-medel-grey-alternative-hollow:active,
        .btn-medel-grey-alternative-hollow.active,
        .open>.btn-medel-grey-alternative-hollow.dropdown-toggle {
            color: #717171;
            background-color: rgba(88, 88, 88, 0);
            background-image: none;
            border-color: #525252
        }
        
        .btn-medel-grey-alternative-hollow:active:hover,
        .btn-medel-grey-alternative-hollow:active:focus,
        .btn-medel-grey-alternative-hollow:active.focus,
        .btn-medel-grey-alternative-hollow.active:hover,
        .btn-medel-grey-alternative-hollow.active:focus,
        .btn-medel-grey-alternative-hollow.active.focus,
        .open>.btn-medel-grey-alternative-hollow.dropdown-toggle:hover,
        .open>.btn-medel-grey-alternative-hollow.dropdown-toggle:focus,
        .open>.btn-medel-grey-alternative-hollow.dropdown-toggle.focus {
            color: #717171;
            background-color: rgba(70, 70, 70, 0);
            border-color: #313131
        }
        
        .btn-medel-grey-alternative-hollow.disabled:hover,
        .btn-medel-grey-alternative-hollow.disabled:focus,
        .btn-medel-grey-alternative-hollow.disabled.focus,
        .btn-medel-grey-alternative-hollow[disabled]:hover,
        .btn-medel-grey-alternative-hollow[disabled]:focus,
        .btn-medel-grey-alternative-hollow[disabled].focus,
        fieldset[disabled] .btn-medel-grey-alternative-hollow:hover,
        fieldset[disabled] .btn-medel-grey-alternative-hollow:focus,
        fieldset[disabled] .btn-medel-grey-alternative-hollow.focus {
            background-color: rgba(113, 113, 113, 0);
            border-color: #717171
        }
        
        .btn-medel-grey-alternative-hollow .badge {
            color: rgba(113, 113, 113, 0);
            background-color: #717171
        }
        
        .btn-medel-grey-alternative-hollow:hover {
            background-color: rgba(113, 113, 113, .2)
        }
        
        .text-medel-grey-alternative {
            color: #717171!important
        }
        
        .text-medel-grey-alternative:hover {
            color: #717171!important
        }
        
        .label-medel-grey-alternative {
            color: #fff;
            background-color: #717171
        }
        
        .bg-medel-grey-alternative {
            background-color: #717171!important
        }
        
        .btn-5K {
            color: #000;
            background-color: #f0f0f0;
            border-color: #f0f0f0
        }
        
        .btn-5K:focus,
        .btn-5K.focus {
            color: #000;
            background-color: #d7d7d7;
            border-color: #b0b0b0
        }
        
        .btn-5K:hover {
            color: #000;
            background-color: #d7d7d7;
            border-color: #d1d1d1
        }
        
        .btn-5K:active,
        .btn-5K.active,
        .open>.btn-5K.dropdown-toggle {
            color: #000;
            background-color: #d7d7d7;
            background-image: none;
            border-color: #d1d1d1
        }
        
        .btn-5K:active:hover,
        .btn-5K:active:focus,
        .btn-5K:active.focus,
        .btn-5K.active:hover,
        .btn-5K.active:focus,
        .btn-5K.active.focus,
        .open>.btn-5K.dropdown-toggle:hover,
        .open>.btn-5K.dropdown-toggle:focus,
        .open>.btn-5K.dropdown-toggle.focus {
            color: #000;
            background-color: #c5c5c5;
            border-color: #b0b0b0
        }
        
        .btn-5K.disabled:hover,
        .btn-5K.disabled:focus,
        .btn-5K.disabled.focus,
        .btn-5K[disabled]:hover,
        .btn-5K[disabled]:focus,
        .btn-5K[disabled].focus,
        fieldset[disabled] .btn-5K:hover,
        fieldset[disabled] .btn-5K:focus,
        fieldset[disabled] .btn-5K.focus {
            background-color: #f0f0f0;
            border-color: #f0f0f0
        }
        
        .btn-5K .badge {
            color: #f0f0f0;
            background-color: #000
        }
        
        .btn-5K-hollow {
            color: #f0f0f0;
            background-color: rgba(240, 240, 240, 0);
            border-color: #f0f0f0
        }
        
        .btn-5K-hollow:focus,
        .btn-5K-hollow.focus {
            color: #f0f0f0;
            background-color: rgba(215, 215, 215, 0);
            border-color: #b0b0b0
        }
        
        .btn-5K-hollow:hover {
            color: #f0f0f0;
            background-color: rgba(215, 215, 215, 0);
            border-color: #d1d1d1
        }
        
        .btn-5K-hollow:active,
        .btn-5K-hollow.active,
        .open>.btn-5K-hollow.dropdown-toggle {
            color: #f0f0f0;
            background-color: rgba(215, 215, 215, 0);
            background-image: none;
            border-color: #d1d1d1
        }
        
        .btn-5K-hollow:active:hover,
        .btn-5K-hollow:active:focus,
        .btn-5K-hollow:active.focus,
        .btn-5K-hollow.active:hover,
        .btn-5K-hollow.active:focus,
        .btn-5K-hollow.active.focus,
        .open>.btn-5K-hollow.dropdown-toggle:hover,
        .open>.btn-5K-hollow.dropdown-toggle:focus,
        .open>.btn-5K-hollow.dropdown-toggle.focus {
            color: #f0f0f0;
            background-color: rgba(197, 197, 197, 0);
            border-color: #b0b0b0
        }
        
        .btn-5K-hollow.disabled:hover,
        .btn-5K-hollow.disabled:focus,
        .btn-5K-hollow.disabled.focus,
        .btn-5K-hollow[disabled]:hover,
        .btn-5K-hollow[disabled]:focus,
        .btn-5K-hollow[disabled].focus,
        fieldset[disabled] .btn-5K-hollow:hover,
        fieldset[disabled] .btn-5K-hollow:focus,
        fieldset[disabled] .btn-5K-hollow.focus {
            background-color: rgba(240, 240, 240, 0);
            border-color: #f0f0f0
        }
        
        .btn-5K-hollow .badge {
            color: rgba(240, 240, 240, 0);
            background-color: #f0f0f0
        }
        
        .btn-5K-hollow:hover {
            background-color: rgba(240, 240, 240, .2)
        }
        
        .text-5K {
            color: #f0f0f0!important
        }
        
        .text-5K:hover {
            color: #f0f0f0!important
        }
        
        .label-5K {
            color: #000;
            background-color: #f0f0f0
        }
        
        .bg-5K {
            background-color: #f0f0f0!important
        }
        
        .btn-10K {
            color: #000;
            background-color: #e4e4e4;
            border-color: #e4e4e4
        }
        
        .btn-10K:focus,
        .btn-10K.focus {
            color: #000;
            background-color: #cbcbcb;
            border-color: #a4a4a4
        }
        
        .btn-10K:hover {
            color: #000;
            background-color: #cbcbcb;
            border-color: #c5c5c5
        }
        
        .btn-10K:active,
        .btn-10K.active,
        .open>.btn-10K.dropdown-toggle {
            color: #000;
            background-color: #cbcbcb;
            background-image: none;
            border-color: #c5c5c5
        }
        
        .btn-10K:active:hover,
        .btn-10K:active:focus,
        .btn-10K:active.focus,
        .btn-10K.active:hover,
        .btn-10K.active:focus,
        .btn-10K.active.focus,
        .open>.btn-10K.dropdown-toggle:hover,
        .open>.btn-10K.dropdown-toggle:focus,
        .open>.btn-10K.dropdown-toggle.focus {
            color: #000;
            background-color: #b9b9b9;
            border-color: #a4a4a4
        }
        
        .btn-10K.disabled:hover,
        .btn-10K.disabled:focus,
        .btn-10K.disabled.focus,
        .btn-10K[disabled]:hover,
        .btn-10K[disabled]:focus,
        .btn-10K[disabled].focus,
        fieldset[disabled] .btn-10K:hover,
        fieldset[disabled] .btn-10K:focus,
        fieldset[disabled] .btn-10K.focus {
            background-color: #e4e4e4;
            border-color: #e4e4e4
        }
        
        .btn-10K .badge {
            color: #e4e4e4;
            background-color: #000
        }
        
        .btn-10K-hollow {
            color: #e4e4e4;
            background-color: rgba(228, 228, 228, 0);
            border-color: #e4e4e4
        }
        
        .btn-10K-hollow:focus,
        .btn-10K-hollow.focus {
            color: #e4e4e4;
            background-color: rgba(203, 203, 203, 0);
            border-color: #a4a4a4
        }
        
        .btn-10K-hollow:hover {
            color: #e4e4e4;
            background-color: rgba(203, 203, 203, 0);
            border-color: #c5c5c5
        }
        
        .btn-10K-hollow:active,
        .btn-10K-hollow.active,
        .open>.btn-10K-hollow.dropdown-toggle {
            color: #e4e4e4;
            background-color: rgba(203, 203, 203, 0);
            background-image: none;
            border-color: #c5c5c5
        }
        
        .btn-10K-hollow:active:hover,
        .btn-10K-hollow:active:focus,
        .btn-10K-hollow:active.focus,
        .btn-10K-hollow.active:hover,
        .btn-10K-hollow.active:focus,
        .btn-10K-hollow.active.focus,
        .open>.btn-10K-hollow.dropdown-toggle:hover,
        .open>.btn-10K-hollow.dropdown-toggle:focus,
        .open>.btn-10K-hollow.dropdown-toggle.focus {
            color: #e4e4e4;
            background-color: rgba(185, 185, 185, 0);
            border-color: #a4a4a4
        }
        
        .btn-10K-hollow.disabled:hover,
        .btn-10K-hollow.disabled:focus,
        .btn-10K-hollow.disabled.focus,
        .btn-10K-hollow[disabled]:hover,
        .btn-10K-hollow[disabled]:focus,
        .btn-10K-hollow[disabled].focus,
        fieldset[disabled] .btn-10K-hollow:hover,
        fieldset[disabled] .btn-10K-hollow:focus,
        fieldset[disabled] .btn-10K-hollow.focus {
            background-color: rgba(228, 228, 228, 0);
            border-color: #e4e4e4
        }
        
        .btn-10K-hollow .badge {
            color: rgba(228, 228, 228, 0);
            background-color: #e4e4e4
        }
        
        .btn-10K-hollow:hover {
            background-color: rgba(228, 228, 228, .2)
        }
        
        .text-10K {
            color: #e4e4e4!important
        }
        
        .text-10K:hover {
            color: #e4e4e4!important
        }
        
        .label-10K {
            color: #000;
            background-color: #e4e4e4
        }
        
        .bg-10K {
            background-color: #e4e4e4!important
        }
        
        .btn-25K {
            color: #fff;
            background-color: #bebebe;
            border-color: #bebebe
        }
        
        .btn-25K:focus,
        .btn-25K.focus {
            color: #fff;
            background-color: #a5a5a5;
            border-color: #7e7e7e
        }
        
        .btn-25K:hover {
            color: #fff;
            background-color: #a5a5a5;
            border-color: #9f9f9f
        }
        
        .btn-25K:active,
        .btn-25K.active,
        .open>.btn-25K.dropdown-toggle {
            color: #fff;
            background-color: #a5a5a5;
            background-image: none;
            border-color: #9f9f9f
        }
        
        .btn-25K:active:hover,
        .btn-25K:active:focus,
        .btn-25K:active.focus,
        .btn-25K.active:hover,
        .btn-25K.active:focus,
        .btn-25K.active.focus,
        .open>.btn-25K.dropdown-toggle:hover,
        .open>.btn-25K.dropdown-toggle:focus,
        .open>.btn-25K.dropdown-toggle.focus {
            color: #fff;
            background-color: #939393;
            border-color: #7e7e7e
        }
        
        .btn-25K.disabled:hover,
        .btn-25K.disabled:focus,
        .btn-25K.disabled.focus,
        .btn-25K[disabled]:hover,
        .btn-25K[disabled]:focus,
        .btn-25K[disabled].focus,
        fieldset[disabled] .btn-25K:hover,
        fieldset[disabled] .btn-25K:focus,
        fieldset[disabled] .btn-25K.focus {
            background-color: #bebebe;
            border-color: #bebebe
        }
        
        .btn-25K .badge {
            color: #bebebe;
            background-color: #fff
        }
        
        .btn-25K-hollow {
            color: #bebebe;
            background-color: rgba(190, 190, 190, 0);
            border-color: #bebebe
        }
        
        .btn-25K-hollow:focus,
        .btn-25K-hollow.focus {
            color: #bebebe;
            background-color: rgba(165, 165, 165, 0);
            border-color: #7e7e7e
        }
        
        .btn-25K-hollow:hover {
            color: #bebebe;
            background-color: rgba(165, 165, 165, 0);
            border-color: #9f9f9f
        }
        
        .btn-25K-hollow:active,
        .btn-25K-hollow.active,
        .open>.btn-25K-hollow.dropdown-toggle {
            color: #bebebe;
            background-color: rgba(165, 165, 165, 0);
            background-image: none;
            border-color: #9f9f9f
        }
        
        .btn-25K-hollow:active:hover,
        .btn-25K-hollow:active:focus,
        .btn-25K-hollow:active.focus,
        .btn-25K-hollow.active:hover,
        .btn-25K-hollow.active:focus,
        .btn-25K-hollow.active.focus,
        .open>.btn-25K-hollow.dropdown-toggle:hover,
        .open>.btn-25K-hollow.dropdown-toggle:focus,
        .open>.btn-25K-hollow.dropdown-toggle.focus {
            color: #bebebe;
            background-color: rgba(147, 147, 147, 0);
            border-color: #7e7e7e
        }
        
        .btn-25K-hollow.disabled:hover,
        .btn-25K-hollow.disabled:focus,
        .btn-25K-hollow.disabled.focus,
        .btn-25K-hollow[disabled]:hover,
        .btn-25K-hollow[disabled]:focus,
        .btn-25K-hollow[disabled].focus,
        fieldset[disabled] .btn-25K-hollow:hover,
        fieldset[disabled] .btn-25K-hollow:focus,
        fieldset[disabled] .btn-25K-hollow.focus {
            background-color: rgba(190, 190, 190, 0);
            border-color: #bebebe
        }
        
        .btn-25K-hollow .badge {
            color: rgba(190, 190, 190, 0);
            background-color: #bebebe
        }
        
        .btn-25K-hollow:hover {
            background-color: rgba(190, 190, 190, .2)
        }
        
        .text-25K {
            color: #bebebe!important
        }
        
        .text-25K:hover {
            color: #bebebe!important
        }
        
        .label-25K {
            color: #fff;
            background-color: #bebebe
        }
        
        .bg-25K {
            background-color: #bebebe!important
        }
        
        .btn-40K {
            color: #fff;
            background-color: #979595;
            border-color: #979595
        }
        
        .btn-40K:focus,
        .btn-40K.focus {
            color: #fff;
            background-color: #7e7b7b;
            border-color: #575555
        }
        
        .btn-40K:hover {
            color: #fff;
            background-color: #7e7b7b;
            border-color: #797676
        }
        
        .btn-40K:active,
        .btn-40K.active,
        .open>.btn-40K.dropdown-toggle {
            color: #fff;
            background-color: #7e7b7b;
            background-image: none;
            border-color: #797676
        }
        
        .btn-40K:active:hover,
        .btn-40K:active:focus,
        .btn-40K:active.focus,
        .btn-40K.active:hover,
        .btn-40K.active:focus,
        .btn-40K.active.focus,
        .open>.btn-40K.dropdown-toggle:hover,
        .open>.btn-40K.dropdown-toggle:focus,
        .open>.btn-40K.dropdown-toggle.focus {
            color: #fff;
            background-color: #6c6a6a;
            border-color: #575555
        }
        
        .btn-40K.disabled:hover,
        .btn-40K.disabled:focus,
        .btn-40K.disabled.focus,
        .btn-40K[disabled]:hover,
        .btn-40K[disabled]:focus,
        .btn-40K[disabled].focus,
        fieldset[disabled] .btn-40K:hover,
        fieldset[disabled] .btn-40K:focus,
        fieldset[disabled] .btn-40K.focus {
            background-color: #979595;
            border-color: #979595
        }
        
        .btn-40K .badge {
            color: #979595;
            background-color: #fff
        }
        
        .btn-40K-hollow {
            color: #979595;
            background-color: rgba(151, 149, 149, 0);
            border-color: #979595
        }
        
        .btn-40K-hollow:focus,
        .btn-40K-hollow.focus {
            color: #979595;
            background-color: rgba(126, 123, 123, 0);
            border-color: #575555
        }
        
        .btn-40K-hollow:hover {
            color: #979595;
            background-color: rgba(126, 123, 123, 0);
            border-color: #797676
        }
        
        .btn-40K-hollow:active,
        .btn-40K-hollow.active,
        .open>.btn-40K-hollow.dropdown-toggle {
            color: #979595;
            background-color: rgba(126, 123, 123, 0);
            background-image: none;
            border-color: #797676
        }
        
        .btn-40K-hollow:active:hover,
        .btn-40K-hollow:active:focus,
        .btn-40K-hollow:active.focus,
        .btn-40K-hollow.active:hover,
        .btn-40K-hollow.active:focus,
        .btn-40K-hollow.active.focus,
        .open>.btn-40K-hollow.dropdown-toggle:hover,
        .open>.btn-40K-hollow.dropdown-toggle:focus,
        .open>.btn-40K-hollow.dropdown-toggle.focus {
            color: #979595;
            background-color: rgba(108, 106, 106, 0);
            border-color: #575555
        }
        
        .btn-40K-hollow.disabled:hover,
        .btn-40K-hollow.disabled:focus,
        .btn-40K-hollow.disabled.focus,
        .btn-40K-hollow[disabled]:hover,
        .btn-40K-hollow[disabled]:focus,
        .btn-40K-hollow[disabled].focus,
        fieldset[disabled] .btn-40K-hollow:hover,
        fieldset[disabled] .btn-40K-hollow:focus,
        fieldset[disabled] .btn-40K-hollow.focus {
            background-color: rgba(151, 149, 149, 0);
            border-color: #979595
        }
        
        .btn-40K-hollow .badge {
            color: rgba(151, 149, 149, 0);
            background-color: #979595
        }
        
        .btn-40K-hollow:hover {
            background-color: rgba(151, 149, 149, .2)
        }
        
        .text-40K {
            color: #979595!important
        }
        
        .text-40K:hover {
            color: #979595!important
        }
        
        .label-40K {
            color: #fff;
            background-color: #979595
        }
        
        .bg-40K {
            background-color: #979595!important
        }
        
        .btn-60K {
            color: #fff;
            background-color: #646464;
            border-color: #646464
        }
        
        .btn-60K:focus,
        .btn-60K.focus {
            color: #fff;
            background-color: #4b4b4b;
            border-color: #242424
        }
        
        .btn-60K:hover {
            color: #fff;
            background-color: #4b4b4b;
            border-color: #454545
        }
        
        .btn-60K:active,
        .btn-60K.active,
        .open>.btn-60K.dropdown-toggle {
            color: #fff;
            background-color: #4b4b4b;
            background-image: none;
            border-color: #454545
        }
        
        .btn-60K:active:hover,
        .btn-60K:active:focus,
        .btn-60K:active.focus,
        .btn-60K.active:hover,
        .btn-60K.active:focus,
        .btn-60K.active.focus,
        .open>.btn-60K.dropdown-toggle:hover,
        .open>.btn-60K.dropdown-toggle:focus,
        .open>.btn-60K.dropdown-toggle.focus {
            color: #fff;
            background-color: #393939;
            border-color: #242424
        }
        
        .btn-60K.disabled:hover,
        .btn-60K.disabled:focus,
        .btn-60K.disabled.focus,
        .btn-60K[disabled]:hover,
        .btn-60K[disabled]:focus,
        .btn-60K[disabled].focus,
        fieldset[disabled] .btn-60K:hover,
        fieldset[disabled] .btn-60K:focus,
        fieldset[disabled] .btn-60K.focus {
            background-color: #646464;
            border-color: #646464
        }
        
        .btn-60K .badge {
            color: #646464;
            background-color: #fff
        }
        
        .btn-60K-hollow {
            color: #646464;
            background-color: rgba(100, 100, 100, 0);
            border-color: #646464
        }
        
        .btn-60K-hollow:focus,
        .btn-60K-hollow.focus {
            color: #646464;
            background-color: rgba(75, 75, 75, 0);
            border-color: #242424
        }
        
        .btn-60K-hollow:hover {
            color: #646464;
            background-color: rgba(75, 75, 75, 0);
            border-color: #454545
        }
        
        .btn-60K-hollow:active,
        .btn-60K-hollow.active,
        .open>.btn-60K-hollow.dropdown-toggle {
            color: #646464;
            background-color: rgba(75, 75, 75, 0);
            background-image: none;
            border-color: #454545
        }
        
        .btn-60K-hollow:active:hover,
        .btn-60K-hollow:active:focus,
        .btn-60K-hollow:active.focus,
        .btn-60K-hollow.active:hover,
        .btn-60K-hollow.active:focus,
        .btn-60K-hollow.active.focus,
        .open>.btn-60K-hollow.dropdown-toggle:hover,
        .open>.btn-60K-hollow.dropdown-toggle:focus,
        .open>.btn-60K-hollow.dropdown-toggle.focus {
            color: #646464;
            background-color: rgba(57, 57, 57, 0);
            border-color: #242424
        }
        
        .btn-60K-hollow.disabled:hover,
        .btn-60K-hollow.disabled:focus,
        .btn-60K-hollow.disabled.focus,
        .btn-60K-hollow[disabled]:hover,
        .btn-60K-hollow[disabled]:focus,
        .btn-60K-hollow[disabled].focus,
        fieldset[disabled] .btn-60K-hollow:hover,
        fieldset[disabled] .btn-60K-hollow:focus,
        fieldset[disabled] .btn-60K-hollow.focus {
            background-color: rgba(100, 100, 100, 0);
            border-color: #646464
        }
        
        .btn-60K-hollow .badge {
            color: rgba(100, 100, 100, 0);
            background-color: #646464
        }
        
        .btn-60K-hollow:hover {
            background-color: rgba(100, 100, 100, .2)
        }
        
        .text-60K {
            color: #646464!important
        }
        
        .text-60K:hover {
            color: #646464!important
        }
        
        .label-60K {
            color: #fff;
            background-color: #646464
        }
        
        .bg-60K {
            background-color: #646464!important
        }
        
        .btn-70K {
            color: #fff;
            background-color: #4d4d4d;
            border-color: #4d4d4d
        }
        
        .btn-70K:focus,
        .btn-70K.focus {
            color: #fff;
            background-color: #343434;
            border-color: #0d0d0d
        }
        
        .btn-70K:hover {
            color: #fff;
            background-color: #343434;
            border-color: #2e2e2e
        }
        
        .btn-70K:active,
        .btn-70K.active,
        .open>.btn-70K.dropdown-toggle {
            color: #fff;
            background-color: #343434;
            background-image: none;
            border-color: #2e2e2e
        }
        
        .btn-70K:active:hover,
        .btn-70K:active:focus,
        .btn-70K:active.focus,
        .btn-70K.active:hover,
        .btn-70K.active:focus,
        .btn-70K.active.focus,
        .open>.btn-70K.dropdown-toggle:hover,
        .open>.btn-70K.dropdown-toggle:focus,
        .open>.btn-70K.dropdown-toggle.focus {
            color: #fff;
            background-color: #222;
            border-color: #0d0d0d
        }
        
        .btn-70K.disabled:hover,
        .btn-70K.disabled:focus,
        .btn-70K.disabled.focus,
        .btn-70K[disabled]:hover,
        .btn-70K[disabled]:focus,
        .btn-70K[disabled].focus,
        fieldset[disabled] .btn-70K:hover,
        fieldset[disabled] .btn-70K:focus,
        fieldset[disabled] .btn-70K.focus {
            background-color: #4d4d4d;
            border-color: #4d4d4d
        }
        
        .btn-70K .badge {
            color: #4d4d4d;
            background-color: #fff
        }
        
        .btn-70K-hollow {
            color: #4d4d4d;
            background-color: rgba(77, 77, 77, 0);
            border-color: #4d4d4d
        }
        
        .btn-70K-hollow:focus,
        .btn-70K-hollow.focus {
            color: #4d4d4d;
            background-color: rgba(52, 52, 52, 0);
            border-color: #0d0d0d
        }
        
        .btn-70K-hollow:hover {
            color: #4d4d4d;
            background-color: rgba(52, 52, 52, 0);
            border-color: #2e2e2e
        }
        
        .btn-70K-hollow:active,
        .btn-70K-hollow.active,
        .open>.btn-70K-hollow.dropdown-toggle {
            color: #4d4d4d;
            background-color: rgba(52, 52, 52, 0);
            background-image: none;
            border-color: #2e2e2e
        }
        
        .btn-70K-hollow:active:hover,
        .btn-70K-hollow:active:focus,
        .btn-70K-hollow:active.focus,
        .btn-70K-hollow.active:hover,
        .btn-70K-hollow.active:focus,
        .btn-70K-hollow.active.focus,
        .open>.btn-70K-hollow.dropdown-toggle:hover,
        .open>.btn-70K-hollow.dropdown-toggle:focus,
        .open>.btn-70K-hollow.dropdown-toggle.focus {
            color: #4d4d4d;
            background-color: rgba(34, 34, 34, 0);
            border-color: #0d0d0d
        }
        
        .btn-70K-hollow.disabled:hover,
        .btn-70K-hollow.disabled:focus,
        .btn-70K-hollow.disabled.focus,
        .btn-70K-hollow[disabled]:hover,
        .btn-70K-hollow[disabled]:focus,
        .btn-70K-hollow[disabled].focus,
        fieldset[disabled] .btn-70K-hollow:hover,
        fieldset[disabled] .btn-70K-hollow:focus,
        fieldset[disabled] .btn-70K-hollow.focus {
            background-color: rgba(77, 77, 77, 0);
            border-color: #4d4d4d
        }
        
        .btn-70K-hollow .badge {
            color: rgba(77, 77, 77, 0);
            background-color: #4d4d4d
        }
        
        .btn-70K-hollow:hover {
            background-color: rgba(77, 77, 77, .2)
        }
        
        .text-70K {
            color: #4d4d4d!important
        }
        
        .text-70K:hover {
            color: #4d4d4d!important
        }
        
        .label-70K {
            color: #fff;
            background-color: #4d4d4d
        }
        
        .bg-70K {
            background-color: #4d4d4d!important
        }
        
        .btn-95K {
            color: #fff;
            background-color: #0d0d0d;
            border-color: #0d0d0d
        }
        
        .btn-95K:focus,
        .btn-95K.focus {
            color: #fff;
            background-color: #000;
            border-color: #000
        }
        
        .btn-95K:hover {
            color: #fff;
            background-color: #000;
            border-color: #000
        }
        
        .btn-95K:active,
        .btn-95K.active,
        .open>.btn-95K.dropdown-toggle {
            color: #fff;
            background-color: #000;
            background-image: none;
            border-color: #000
        }
        
        .btn-95K:active:hover,
        .btn-95K:active:focus,
        .btn-95K:active.focus,
        .btn-95K.active:hover,
        .btn-95K.active:focus,
        .btn-95K.active.focus,
        .open>.btn-95K.dropdown-toggle:hover,
        .open>.btn-95K.dropdown-toggle:focus,
        .open>.btn-95K.dropdown-toggle.focus {
            color: #fff;
            background-color: #000;
            border-color: #000
        }
        
        .btn-95K.disabled:hover,
        .btn-95K.disabled:focus,
        .btn-95K.disabled.focus,
        .btn-95K[disabled]:hover,
        .btn-95K[disabled]:focus,
        .btn-95K[disabled].focus,
        fieldset[disabled] .btn-95K:hover,
        fieldset[disabled] .btn-95K:focus,
        fieldset[disabled] .btn-95K.focus {
            background-color: #0d0d0d;
            border-color: #0d0d0d
        }
        
        .btn-95K .badge {
            color: #0d0d0d;
            background-color: #fff
        }
        
        .btn-95K-hollow {
            color: #0d0d0d;
            background-color: rgba(13, 13, 13, 0);
            border-color: #0d0d0d
        }
        
        .btn-95K-hollow:focus,
        .btn-95K-hollow.focus {
            color: #0d0d0d;
            background-color: transparent;
            border-color: #000
        }
        
        .btn-95K-hollow:hover {
            color: #0d0d0d;
            background-color: transparent;
            border-color: #000
        }
        
        .btn-95K-hollow:active,
        .btn-95K-hollow.active,
        .open>.btn-95K-hollow.dropdown-toggle {
            color: #0d0d0d;
            background-color: transparent;
            background-image: none;
            border-color: #000
        }
        
        .btn-95K-hollow:active:hover,
        .btn-95K-hollow:active:focus,
        .btn-95K-hollow:active.focus,
        .btn-95K-hollow.active:hover,
        .btn-95K-hollow.active:focus,
        .btn-95K-hollow.active.focus,
        .open>.btn-95K-hollow.dropdown-toggle:hover,
        .open>.btn-95K-hollow.dropdown-toggle:focus,
        .open>.btn-95K-hollow.dropdown-toggle.focus {
            color: #0d0d0d;
            background-color: transparent;
            border-color: #000
        }
        
        .btn-95K-hollow.disabled:hover,
        .btn-95K-hollow.disabled:focus,
        .btn-95K-hollow.disabled.focus,
        .btn-95K-hollow[disabled]:hover,
        .btn-95K-hollow[disabled]:focus,
        .btn-95K-hollow[disabled].focus,
        fieldset[disabled] .btn-95K-hollow:hover,
        fieldset[disabled] .btn-95K-hollow:focus,
        fieldset[disabled] .btn-95K-hollow.focus {
            background-color: rgba(13, 13, 13, 0);
            border-color: #0d0d0d
        }
        
        .btn-95K-hollow .badge {
            color: rgba(13, 13, 13, 0);
            background-color: #0d0d0d
        }
        
        .btn-95K-hollow:hover {
            background-color: rgba(13, 13, 13, .2)
        }
        
        .text-95K {
            color: #0d0d0d!important
        }
        
        .text-95K:hover {
            color: #0d0d0d!important
        }
        
        .label-95K {
            color: #fff;
            background-color: #0d0d0d
        }
        
        .bg-95K {
            background-color: #0d0d0d!important
        }
        
        .btn-lime {
            color: #fff;
            background-color: #b6bf00;
            border-color: #b6bf00
        }
        
        .btn-lime:focus,
        .btn-lime.focus {
            color: #fff;
            background-color: #858c00;
            border-color: #3d4000
        }
        
        .btn-lime:hover {
            color: #fff;
            background-color: #858c00;
            border-color: #7c8200
        }
        
        .btn-lime:active,
        .btn-lime.active,
        .open>.btn-lime.dropdown-toggle {
            color: #fff;
            background-color: #858c00;
            background-image: none;
            border-color: #7c8200
        }
        
        .btn-lime:active:hover,
        .btn-lime:active:focus,
        .btn-lime:active.focus,
        .btn-lime.active:hover,
        .btn-lime.active:focus,
        .btn-lime.active.focus,
        .open>.btn-lime.dropdown-toggle:hover,
        .open>.btn-lime.dropdown-toggle:focus,
        .open>.btn-lime.dropdown-toggle.focus {
            color: #fff;
            background-color: #636800;
            border-color: #3d4000
        }
        
        .btn-lime.disabled:hover,
        .btn-lime.disabled:focus,
        .btn-lime.disabled.focus,
        .btn-lime[disabled]:hover,
        .btn-lime[disabled]:focus,
        .btn-lime[disabled].focus,
        fieldset[disabled] .btn-lime:hover,
        fieldset[disabled] .btn-lime:focus,
        fieldset[disabled] .btn-lime.focus {
            background-color: #b6bf00;
            border-color: #b6bf00
        }
        
        .btn-lime .badge {
            color: #b6bf00;
            background-color: #fff
        }
        
        .btn-lime-hollow {
            color: #b6bf00;
            background-color: rgba(182, 191, 0, 0);
            border-color: #b6bf00
        }
        
        .btn-lime-hollow:focus,
        .btn-lime-hollow.focus {
            color: #b6bf00;
            background-color: rgba(133, 140, 0, 0);
            border-color: #3d4000
        }
        
        .btn-lime-hollow:hover {
            color: #b6bf00;
            background-color: rgba(133, 140, 0, 0);
            border-color: #7c8200
        }
        
        .btn-lime-hollow:active,
        .btn-lime-hollow.active,
        .open>.btn-lime-hollow.dropdown-toggle {
            color: #b6bf00;
            background-color: rgba(133, 140, 0, 0);
            background-image: none;
            border-color: #7c8200
        }
        
        .btn-lime-hollow:active:hover,
        .btn-lime-hollow:active:focus,
        .btn-lime-hollow:active.focus,
        .btn-lime-hollow.active:hover,
        .btn-lime-hollow.active:focus,
        .btn-lime-hollow.active.focus,
        .open>.btn-lime-hollow.dropdown-toggle:hover,
        .open>.btn-lime-hollow.dropdown-toggle:focus,
        .open>.btn-lime-hollow.dropdown-toggle.focus {
            color: #b6bf00;
            background-color: rgba(99, 104, 0, 0);
            border-color: #3d4000
        }
        
        .btn-lime-hollow.disabled:hover,
        .btn-lime-hollow.disabled:focus,
        .btn-lime-hollow.disabled.focus,
        .btn-lime-hollow[disabled]:hover,
        .btn-lime-hollow[disabled]:focus,
        .btn-lime-hollow[disabled].focus,
        fieldset[disabled] .btn-lime-hollow:hover,
        fieldset[disabled] .btn-lime-hollow:focus,
        fieldset[disabled] .btn-lime-hollow.focus {
            background-color: rgba(182, 191, 0, 0);
            border-color: #b6bf00
        }
        
        .btn-lime-hollow .badge {
            color: rgba(182, 191, 0, 0);
            background-color: #b6bf00
        }
        
        .btn-lime-hollow:hover {
            background-color: rgba(182, 191, 0, .2)
        }
        
        .text-lime {
            color: #b6bf00!important
        }
        
        .text-lime:hover {
            color: #b6bf00!important
        }
        
        .label-lime {
            color: #fff;
            background-color: #b6bf00
        }
        
        .bg-lime {
            background-color: #b6bf00!important
        }
        
        .btn-green {
            color: #fff;
            background-color: #92d400;
            border-color: #92d400
        }
        
        .btn-green:focus,
        .btn-green.focus {
            color: #fff;
            background-color: #6fa100;
            border-color: #3a5500
        }
        
        .btn-green:hover {
            color: #fff;
            background-color: #6fa100;
            border-color: #689700
        }
        
        .btn-green:active,
        .btn-green.active,
        .open>.btn-green.dropdown-toggle {
            color: #fff;
            background-color: #6fa100;
            background-image: none;
            border-color: #689700
        }
        
        .btn-green:active:hover,
        .btn-green:active:focus,
        .btn-green:active.focus,
        .btn-green.active:hover,
        .btn-green.active:focus,
        .btn-green.active.focus,
        .open>.btn-green.dropdown-toggle:hover,
        .open>.btn-green.dropdown-toggle:focus,
        .open>.btn-green.dropdown-toggle.focus {
            color: #fff;
            background-color: #567d00;
            border-color: #3a5500
        }
        
        .btn-green.disabled:hover,
        .btn-green.disabled:focus,
        .btn-green.disabled.focus,
        .btn-green[disabled]:hover,
        .btn-green[disabled]:focus,
        .btn-green[disabled].focus,
        fieldset[disabled] .btn-green:hover,
        fieldset[disabled] .btn-green:focus,
        fieldset[disabled] .btn-green.focus {
            background-color: #92d400;
            border-color: #92d400
        }
        
        .btn-green .badge {
            color: #92d400;
            background-color: #fff
        }
        
        .btn-green-hollow {
            color: #92d400;
            background-color: rgba(146, 212, 0, 0);
            border-color: #92d400
        }
        
        .btn-green-hollow:focus,
        .btn-green-hollow.focus {
            color: #92d400;
            background-color: rgba(111, 161, 0, 0);
            border-color: #3a5500
        }
        
        .btn-green-hollow:hover {
            color: #92d400;
            background-color: rgba(111, 161, 0, 0);
            border-color: #689700
        }
        
        .btn-green-hollow:active,
        .btn-green-hollow.active,
        .open>.btn-green-hollow.dropdown-toggle {
            color: #92d400;
            background-color: rgba(111, 161, 0, 0);
            background-image: none;
            border-color: #689700
        }
        
        .btn-green-hollow:active:hover,
        .btn-green-hollow:active:focus,
        .btn-green-hollow:active.focus,
        .btn-green-hollow.active:hover,
        .btn-green-hollow.active:focus,
        .btn-green-hollow.active.focus,
        .open>.btn-green-hollow.dropdown-toggle:hover,
        .open>.btn-green-hollow.dropdown-toggle:focus,
        .open>.btn-green-hollow.dropdown-toggle.focus {
            color: #92d400;
            background-color: rgba(86, 125, 0, 0);
            border-color: #3a5500
        }
        
        .btn-green-hollow.disabled:hover,
        .btn-green-hollow.disabled:focus,
        .btn-green-hollow.disabled.focus,
        .btn-green-hollow[disabled]:hover,
        .btn-green-hollow[disabled]:focus,
        .btn-green-hollow[disabled].focus,
        fieldset[disabled] .btn-green-hollow:hover,
        fieldset[disabled] .btn-green-hollow:focus,
        fieldset[disabled] .btn-green-hollow.focus {
            background-color: rgba(146, 212, 0, 0);
            border-color: #92d400
        }
        
        .btn-green-hollow .badge {
            color: rgba(146, 212, 0, 0);
            background-color: #92d400
        }
        
        .btn-green-hollow:hover {
            background-color: rgba(146, 212, 0, .2)
        }
        
        .text-green {
            color: #92d400!important
        }
        
        .text-green:hover {
            color: #92d400!important
        }
        
        .label-green {
            color: #fff;
            background-color: #92d400
        }
        
        .bg-green {
            background-color: #92d400!important
        }
        
        .btn-emerald {
            color: #fff;
            background-color: #00ae65;
            border-color: #00ae65
        }
        
        .btn-emerald:focus,
        .btn-emerald.focus {
            color: #fff;
            background-color: #007b47;
            border-color: #002f1b
        }
        
        .btn-emerald:hover {
            color: #fff;
            background-color: #007b47;
            border-color: #007141
        }
        
        .btn-emerald:active,
        .btn-emerald.active,
        .open>.btn-emerald.dropdown-toggle {
            color: #fff;
            background-color: #007b47;
            background-image: none;
            border-color: #007141
        }
        
        .btn-emerald:active:hover,
        .btn-emerald:active:focus,
        .btn-emerald:active.focus,
        .btn-emerald.active:hover,
        .btn-emerald.active:focus,
        .btn-emerald.active.focus,
        .open>.btn-emerald.dropdown-toggle:hover,
        .open>.btn-emerald.dropdown-toggle:focus,
        .open>.btn-emerald.dropdown-toggle.focus {
            color: #fff;
            background-color: #005733;
            border-color: #002f1b
        }
        
        .btn-emerald.disabled:hover,
        .btn-emerald.disabled:focus,
        .btn-emerald.disabled.focus,
        .btn-emerald[disabled]:hover,
        .btn-emerald[disabled]:focus,
        .btn-emerald[disabled].focus,
        fieldset[disabled] .btn-emerald:hover,
        fieldset[disabled] .btn-emerald:focus,
        fieldset[disabled] .btn-emerald.focus {
            background-color: #00ae65;
            border-color: #00ae65
        }
        
        .btn-emerald .badge {
            color: #00ae65;
            background-color: #fff
        }
        
        .btn-emerald-hollow {
            color: #00ae65;
            background-color: rgba(0, 174, 101, 0);
            border-color: #00ae65
        }
        
        .btn-emerald-hollow:focus,
        .btn-emerald-hollow.focus {
            color: #00ae65;
            background-color: rgba(0, 123, 71, 0);
            border-color: #002f1b
        }
        
        .btn-emerald-hollow:hover {
            color: #00ae65;
            background-color: rgba(0, 123, 71, 0);
            border-color: #007141
        }
        
        .btn-emerald-hollow:active,
        .btn-emerald-hollow.active,
        .open>.btn-emerald-hollow.dropdown-toggle {
            color: #00ae65;
            background-color: rgba(0, 123, 71, 0);
            background-image: none;
            border-color: #007141
        }
        
        .btn-emerald-hollow:active:hover,
        .btn-emerald-hollow:active:focus,
        .btn-emerald-hollow:active.focus,
        .btn-emerald-hollow.active:hover,
        .btn-emerald-hollow.active:focus,
        .btn-emerald-hollow.active.focus,
        .open>.btn-emerald-hollow.dropdown-toggle:hover,
        .open>.btn-emerald-hollow.dropdown-toggle:focus,
        .open>.btn-emerald-hollow.dropdown-toggle.focus {
            color: #00ae65;
            background-color: rgba(0, 87, 51, 0);
            border-color: #002f1b
        }
        
        .btn-emerald-hollow.disabled:hover,
        .btn-emerald-hollow.disabled:focus,
        .btn-emerald-hollow.disabled.focus,
        .btn-emerald-hollow[disabled]:hover,
        .btn-emerald-hollow[disabled]:focus,
        .btn-emerald-hollow[disabled].focus,
        fieldset[disabled] .btn-emerald-hollow:hover,
        fieldset[disabled] .btn-emerald-hollow:focus,
        fieldset[disabled] .btn-emerald-hollow.focus {
            background-color: rgba(0, 174, 101, 0);
            border-color: #00ae65
        }
        
        .btn-emerald-hollow .badge {
            color: rgba(0, 174, 101, 0);
            background-color: #00ae65
        }
        
        .btn-emerald-hollow:hover {
            background-color: rgba(0, 174, 101, .2)
        }
        
        .text-emerald {
            color: #00ae65!important
        }
        
        .text-emerald:hover {
            color: #00ae65!important
        }
        
        .label-emerald {
            color: #fff;
            background-color: #00ae65
        }
        
        .bg-emerald {
            background-color: #00ae65!important
        }
        
        .btn-turquoise {
            color: #fff;
            background-color: #009aa6;
            border-color: #009aa6
        }
        
        .btn-turquoise:focus,
        .btn-turquoise.focus {
            color: #fff;
            background-color: #006b73;
            border-color: #002427
        }
        
        .btn-turquoise:hover {
            color: #fff;
            background-color: #006b73;
            border-color: #006169
        }
        
        .btn-turquoise:active,
        .btn-turquoise.active,
        .open>.btn-turquoise.dropdown-toggle {
            color: #fff;
            background-color: #006b73;
            background-image: none;
            border-color: #006169
        }
        
        .btn-turquoise:active:hover,
        .btn-turquoise:active:focus,
        .btn-turquoise:active.focus,
        .btn-turquoise.active:hover,
        .btn-turquoise.active:focus,
        .btn-turquoise.active.focus,
        .open>.btn-turquoise.dropdown-toggle:hover,
        .open>.btn-turquoise.dropdown-toggle:focus,
        .open>.btn-turquoise.dropdown-toggle.focus {
            color: #fff;
            background-color: #004a4f;
            border-color: #002427
        }
        
        .btn-turquoise.disabled:hover,
        .btn-turquoise.disabled:focus,
        .btn-turquoise.disabled.focus,
        .btn-turquoise[disabled]:hover,
        .btn-turquoise[disabled]:focus,
        .btn-turquoise[disabled].focus,
        fieldset[disabled] .btn-turquoise:hover,
        fieldset[disabled] .btn-turquoise:focus,
        fieldset[disabled] .btn-turquoise.focus {
            background-color: #009aa6;
            border-color: #009aa6
        }
        
        .btn-turquoise .badge {
            color: #009aa6;
            background-color: #fff
        }
        
        .btn-turquoise-hollow {
            color: #009aa6;
            background-color: rgba(0, 154, 166, 0);
            border-color: #009aa6
        }
        
        .btn-turquoise-hollow:focus,
        .btn-turquoise-hollow.focus {
            color: #009aa6;
            background-color: rgba(0, 107, 115, 0);
            border-color: #002427
        }
        
        .btn-turquoise-hollow:hover {
            color: #009aa6;
            background-color: rgba(0, 107, 115, 0);
            border-color: #006169
        }
        
        .btn-turquoise-hollow:active,
        .btn-turquoise-hollow.active,
        .open>.btn-turquoise-hollow.dropdown-toggle {
            color: #009aa6;
            background-color: rgba(0, 107, 115, 0);
            background-image: none;
            border-color: #006169
        }
        
        .btn-turquoise-hollow:active:hover,
        .btn-turquoise-hollow:active:focus,
        .btn-turquoise-hollow:active.focus,
        .btn-turquoise-hollow.active:hover,
        .btn-turquoise-hollow.active:focus,
        .btn-turquoise-hollow.active.focus,
        .open>.btn-turquoise-hollow.dropdown-toggle:hover,
        .open>.btn-turquoise-hollow.dropdown-toggle:focus,
        .open>.btn-turquoise-hollow.dropdown-toggle.focus {
            color: #009aa6;
            background-color: rgba(0, 74, 79, 0);
            border-color: #002427
        }
        
        .btn-turquoise-hollow.disabled:hover,
        .btn-turquoise-hollow.disabled:focus,
        .btn-turquoise-hollow.disabled.focus,
        .btn-turquoise-hollow[disabled]:hover,
        .btn-turquoise-hollow[disabled]:focus,
        .btn-turquoise-hollow[disabled].focus,
        fieldset[disabled] .btn-turquoise-hollow:hover,
        fieldset[disabled] .btn-turquoise-hollow:focus,
        fieldset[disabled] .btn-turquoise-hollow.focus {
            background-color: rgba(0, 154, 166, 0);
            border-color: #009aa6
        }
        
        .btn-turquoise-hollow .badge {
            color: rgba(0, 154, 166, 0);
            background-color: #009aa6
        }
        
        .btn-turquoise-hollow:hover {
            background-color: rgba(0, 154, 166, .2)
        }
        
        .text-turquoise {
            color: #009aa6!important
        }
        
        .text-turquoise:hover {
            color: #009aa6!important
        }
        
        .label-turquoise {
            color: #fff;
            background-color: #009aa6
        }
        
        .bg-turquoise {
            background-color: #009aa6!important
        }
        
        .btn-teal {
            color: #fff;
            background-color: #00747a;
            border-color: #00747a
        }
        
        .btn-teal:focus,
        .btn-teal.focus {
            color: #fff;
            background-color: #004447;
            border-color: #000
        }
        
        .btn-teal:hover {
            color: #fff;
            background-color: #004447;
            border-color: #003a3d
        }
        
        .btn-teal:active,
        .btn-teal.active,
        .open>.btn-teal.dropdown-toggle {
            color: #fff;
            background-color: #004447;
            background-image: none;
            border-color: #003a3d
        }
        
        .btn-teal:active:hover,
        .btn-teal:active:focus,
        .btn-teal:active.focus,
        .btn-teal.active:hover,
        .btn-teal.active:focus,
        .btn-teal.active.focus,
        .open>.btn-teal.dropdown-toggle:hover,
        .open>.btn-teal.dropdown-toggle:focus,
        .open>.btn-teal.dropdown-toggle.focus {
            color: #fff;
            background-color: #002223;
            border-color: #000
        }
        
        .btn-teal.disabled:hover,
        .btn-teal.disabled:focus,
        .btn-teal.disabled.focus,
        .btn-teal[disabled]:hover,
        .btn-teal[disabled]:focus,
        .btn-teal[disabled].focus,
        fieldset[disabled] .btn-teal:hover,
        fieldset[disabled] .btn-teal:focus,
        fieldset[disabled] .btn-teal.focus {
            background-color: #00747a;
            border-color: #00747a
        }
        
        .btn-teal .badge {
            color: #00747a;
            background-color: #fff
        }
        
        .btn-teal-hollow {
            color: #00747a;
            background-color: rgba(0, 116, 122, 0);
            border-color: #00747a
        }
        
        .btn-teal-hollow:focus,
        .btn-teal-hollow.focus {
            color: #00747a;
            background-color: rgba(0, 68, 71, 0);
            border-color: #000
        }
        
        .btn-teal-hollow:hover {
            color: #00747a;
            background-color: rgba(0, 68, 71, 0);
            border-color: #003a3d
        }
        
        .btn-teal-hollow:active,
        .btn-teal-hollow.active,
        .open>.btn-teal-hollow.dropdown-toggle {
            color: #00747a;
            background-color: rgba(0, 68, 71, 0);
            background-image: none;
            border-color: #003a3d
        }
        
        .btn-teal-hollow:active:hover,
        .btn-teal-hollow:active:focus,
        .btn-teal-hollow:active.focus,
        .btn-teal-hollow.active:hover,
        .btn-teal-hollow.active:focus,
        .btn-teal-hollow.active.focus,
        .open>.btn-teal-hollow.dropdown-toggle:hover,
        .open>.btn-teal-hollow.dropdown-toggle:focus,
        .open>.btn-teal-hollow.dropdown-toggle.focus {
            color: #00747a;
            background-color: rgba(0, 34, 35, 0);
            border-color: #000
        }
        
        .btn-teal-hollow.disabled:hover,
        .btn-teal-hollow.disabled:focus,
        .btn-teal-hollow.disabled.focus,
        .btn-teal-hollow[disabled]:hover,
        .btn-teal-hollow[disabled]:focus,
        .btn-teal-hollow[disabled].focus,
        fieldset[disabled] .btn-teal-hollow:hover,
        fieldset[disabled] .btn-teal-hollow:focus,
        fieldset[disabled] .btn-teal-hollow.focus {
            background-color: rgba(0, 116, 122, 0);
            border-color: #00747a
        }
        
        .btn-teal-hollow .badge {
            color: rgba(0, 116, 122, 0);
            background-color: #00747a
        }
        
        .btn-teal-hollow:hover {
            background-color: rgba(0, 116, 122, .2)
        }
        
        .text-teal {
            color: #00747a!important
        }
        
        .text-teal:hover {
            color: #00747a!important
        }
        
        .label-teal {
            color: #fff;
            background-color: #00747a
        }
        
        .bg-teal {
            background-color: #00747a!important
        }
        
        .font-weight-bold {
            font-weight: bold
        }
        
        h1.custom-title,
        .h1.custom-title,
        h2.custom-title,
        .h2.custom-title,
        h3.custom-title,
        .h3.custom-title {
            margin: 0;
            padding: 20px 10px 10px 10px
        }
        
        @media only screen and (max-width:767px) {
            .bg-light-grey-xs {
                background-color: #ebebeb
            }
        }
        
        blockquote.medel-green {
            font-family: SignaWebPro-Light;
            color: #717171;
            font-style: italic;
            text-align: center;
            border: none;
            font-size: 24px;
            line-height: 1.3em
        }
        
        blockquote.medel-green::before {
            width: 100px;
            height: 2px;
            content: "";
            display: block;
            margin: 15px auto;
            background-color: #b6bf00
        }
        
        blockquote.medel-green::after {
            width: 100px;
            height: 2px;
            content: "";
            display: block;
            margin: 15px auto;
            background-color: #b6bf00
        }
        
        blockquote.medel {
            font-family: SignaWebPro-Light;
            color: #717171;
            font-style: italic;
            text-align: left;
            border: none;
            font-size: 24px;
            line-height: 1.3em
        }
        
        blockquote.align-left {
            text-align: left
        }
        
        blockquote.align-left::before {
            margin: 15px 0
        }
        
        blockquote.align-left::after {
            margin: 15px 0
        }
        
        a:focus {
            outline: 0;
            color: inherit;
            text-decoration: none
        }
        
        .blog-content img,
        .blog-content p:last-of-type {
            display: none!important
        }
        
        @media(min-width:768px) {
            .blog-content h3 {
                margin-top: 0
            }
        }
        
        .medel-navbar {
            background-color: #979595;
            background-image: none;
            border: none;
            margin-bottom: 0
        }
        
        .medel-navbar .navbar-nav a {
            color: #fff!important;
            padding-top: 13px;
            padding-bottom: 13px
        }
        
        .medel-navbar .navbar-nav ul.dropdown-menu {
            margin-top: 0;
            border-top-right-radius: 0;
            border-top-left-radius: 0;
            max-height: 280px;
            min-width: 350px;
            padding: 15px;
            overflow: auto;
            background-color: #fff
        }
        
        .medel-navbar .navbar-nav ul.dropdown-menu li a {
            color: #333!important
        }
        
        .medel-navbar .navbar-nav>li>a:hover,
        .medel-navbar .navbar-nav>li>a:focus,
        .medel-navbar .navbar-nav>.active>a,
        .medel-navbar .navbar-nav>.active>a:hover,
        .medel-navbar .navbar-nav .open>a,
        .medel-navbar .navbar-nav .open>a:hover,
        .medel-navbar .navbar-nav .open>a:focus {
            background-color: #646464;
            color: #fff;
            outline: 0
        }
        
        .medel-navbar .navbar-nav>.dropdown>a .caret,
        .medel-navbar .navbar-nav>.dropdown>a:hover .caret {
            border-top-color: #fff
        }
        
        .medel-navbar .navbar-nav>.dropdown>a .caret,
        .medel-navbar .navbar-nav>.dropdown>a:hover .caret {
            border-bottom-color: #fff
        }
        
        .prevent-click {
            pointer-events: none
        }
        
        .gtm-text {
            display: none
        }
        
        .enlarge {
            padding-bottom: 11px!important;
            padding-top: 11px!important
        }
        
        .movie-play {
            width: 15%;
            min-width: 50px;
            max-width: 68px;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            pointer-events: none
        }
        
        img.atenuate {
            filter: brightness(.9);
            -webkit-filter: brightness(.9)
        }
        
        .control-fileupload {
            overflow: hidden;
            position: relative
        }
        
        .control-fileupload input[type=file] {
            display: block!important;
            right: 1px;
            top: 1px;
            height: 34px;
            opacity: 0;
            width: 100%;
            background: none;
            position: absolute;
            overflow: hidden;
            z-index: 2
        }
        
        .control-fileupload .control-fileupload input,
        .control-fileupload .control-fileupload label {
            cursor: pointer!important
        }
        
        .control-fileupload label {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis
        }
        
        .control-fileupload .btn-file {
            position: absolute;
            top: 0;
            right: 0
        }
        
        .culture-selector-form {
            display: inline-block
        }
        
        .culture-selector {
            background-color: #000;
            line-height: 32px;
            display: inline-block
        }
        
        .culture-selector a.lang-dropdown-btn {
            padding: 1px 6px 0 6px;
            font-size: 10px;
            background-color: transparent;
            border: none;
            margin: 0
        }
        
        .culture-selector a.lang-dropdown-btn:hover {
            background-color: #c60c30;
            color: #fff
        }
        
        .culture-selector a.lang-dropdown-btn:hover span.glyphicon {
            color: #fff
        }
        
        .culture-selector a.lang-dropdown-btn span.glyphicon {
            color: #fff;
            font-size: 10px
        }
        
        .culture-selector span.culture-name {
            color: #fff;
            font-size: 12px
        }
        
        .culture-selector .dropdown-menu {
            z-index: 99999;
            padding: 10px
        }
        
        .culture-selector a.send-selection-button {
            display: inline-block!important
        }
        
        .culture-selector .f-dropdown {
            margin-top: .71429rem;
            outline-color: transparent
        }
        
        .culture-selector .f-dropdown a:visited,
        .culture-selector .f-dropdown a,
        .culture-selector .f-dropdown span {
            color: #333
        }
        
        .medel-search {
            display: inline-block;
            margin-top: 2px
        }
        
        .search-container-ext {
            display: block;
            width: 250px
        }
        
        .search-container {
            overflow: hidden;
            float: right;
            height: 28px;
            width: 28px;
            border-radius: 28px!important;
            background-color: #717171;
            -webkit-transition-property: all;
            transition-property: all;
            -webkit-transition-duration: .25s;
            transition-duration: .25s
        }
        
        .search-container:hover {
            width: 250px;
            border-radius: 14px;
            -webkit-transition-property: all;
            transition-property: all;
            -webkit-transition-duration: .25s;
            transition-duration: .25s
        }
        
        .search-container:hover input {
            display: inline-block;
            width: 215px;
            padding-left: 10px
        }
        
        .search-container input {
            -moz-appearance: none;
            -webkit-appearance: none;
            float: left;
            width: 0;
            height: 22px;
            margin: 3px;
            margin-right: -28px;
            background: #fff;
            font-size: 12px;
            padding: 0;
            border: 0;
            border-radius: 14px;
            -webkit-transition-property: all;
            transition-property: all;
            -webkit-transition-duration: .25s;
            transition-duration: .25s;
            outline: none;
            color: #0d0d0d
        }
        
        .search-container input:focus {
            outline: none
        }
        
        .search-container button {
            background: #717171;
            float: right;
            width: 28px;
            height: 28px;
            margin: 0;
            text-align: center;
            font-size: 12px;
            color: #fff;
            border-radius: 50%;
            border: none
        }
        
        .search-container button:active {
            border: 0!important;
            text-shadow: 0 0 0
        }
        
        .navbar-default .navbar-nav>.active>a,
        .navbar-default .navbar-nav>.active>a:hover,
        .navbar-default .navbar-nav>.active>a:focus {
            color: #555;
            background-color: #e7e7e7
        }
        
        .medel-menu .navbar-static-top.affix-top {
            border: none
        }
        
        .medel-menu .navbar-nav .h4 {
            font-size: 18px
        }
        
        .medel-menu .navbar-nav .dropdown-menu>li>a:hover,
        .medel-menu .navbar-nav .dropdown-menu>li>a:focus {
            background-color: #c60c30;
            color: #fff
        }
        
        .medel-menu .navbar-brand {
            padding: 27px 10px 0 0;
            height: auto
        }
        
        .medel-menu .navbar-default {
            background-color: #c60c30;
            margin-bottom: 0;
            min-height: 100px;
            border: none
        }
        
        .medel-menu .nav>li {
            border-right: 1px solid #e05872
        }
        
        .medel-menu .nav>li:last-child {
            border-right: none
        }
        
        .medel-menu .nav>li.active>a,
        .medel-menu .nav>li.active>a:focus,
        .medel-menu .nav>li.active>a:hover {
            color: #fff;
            background-color: #a00a27
        }
        
        .medel-menu .nav>li.open>a:hover,
        .medel-menu .nav>li.open>a:focus {
            color: #fff;
            background-color: #a00a27
        }
        
        .medel-menu .nav>li>a {
            color: #fff;
            transition: all .3s ease-in;
            box-sizing: border-box;
            padding: 17px 20px 9px 20px;
            min-height: 100px
        }
        
        .medel-menu .nav>li>a img {
            display: block;
            height: 40px;
            text-align: center;
            margin: 0 auto 10px auto
        }
        
        .medel-menu .nav>li>a:hover {
            color: #fff;
            background-color: #a00a27
        }
        
        .medel-menu .nav>li>a:focus {
            color: #fff;
            background-color: #a00a27
        }
        
        .medel-menu-mobile.navbar {
            min-height: 0
        }
        
        .medel-menu-mobile.navbar-default {
            background-color: #c60c30;
            border: none;
            margin: 10px 0 8px 0
        }
        
        .medel-menu-mobile.navbar-default .navbar-brand {
            height: auto;
            width: 120px
        }
        
        .medel-menu-mobile.navbar-default .navbar-toggle:hover,
        .medel-menu-mobile.navbar-default .navbar-toggle:focus {
            background: transparent
        }
        
        .medel-menu-mobile.navbar-default .navbar-toggle .icon-bar {
            background-color: #fff
        }
        
        .medel-menu-mobile.navbar-default .navmenu-nav>.open>a {
            background-color: #a00a27;
            font-size: 14px
        }
        
        .medel-menu-mobile.navbar-default .navmenu-nav .dropdown-menu .h4 {
            font-size: 14px
        }
        
        #custom-nav-mobile {
            background: #f0f0f0;
            border-color: #717272
        }
        
        #custom-nav-mobile .navmenu-nav li.active>a {
            background: none;
            font-weight: bold
        }
        
        #custom-nav-mobile .navmenu-nav>li {
            border-bottom: 1px solid #e4e4e4;
            font-size: 16px
        }
        
        #custom-nav-mobile .navmenu-nav>li.active {
            background-color: #e4e4e4
        }
        
        #custom-nav-mobile .navmenu-nav>li>a {
            display: inline-block;
            padding: 6px 0
        }
        
        #custom-nav-mobile .navmenu-nav>li>a>i {
            padding: 0 15px;
            font-size: 28px
        }
        
        #custom-nav-mobile .navmenu-nav>li>a:first-child {
            padding: 10px 0 10px 10px;
            margin-right: 25px
        }
        
        #custom-nav-mobile .navmenu-nav>li>a:first-child:focus {
            background: none
        }
        
        #custom-nav-mobile .navmenu-nav>li>a:first-child .h4 {
            font-size: 16px
        }
        
        #custom-nav-mobile .navmenu-nav>li.open>a {
            background-color: #a00a27
        }
        
        #custom-nav-mobile .navmenu-nav>li ul.dropdown-menu>li>a {
            line-height: 250%
        }
        
        #custom-nav-mobile .navmenu-nav>li ul.dropdown-menu>li>a:hover {
            color: #646464;
            background-color: #c60c30
        }
        
        #custom-nav-mobile .navmenu-nav>li>ul {
            background-color: #fff
        }
        
        #custom-nav-mobile .navmenu-nav>li>ul>li {
            font-size: 16px
        }
        
        #custom-nav-mobile .navmenu-nav>li>ul>li>a {
            padding: 10px 0 10px 10px;
            display: inline-block;
            color: #646464
        }
        
        #custom-nav-mobile .navmenu-nav>li>ul>li>ul {
            padding: 0;
            background-color: #fff
        }
        
        #custom-nav-mobile .navmenu-nav>li>ul>li>ul>li {
            font-size: 16px
        }
        
        #custom-nav-mobile .navmenu-nav>li>ul>li>ul>li>a {
            padding: 10px 0 10px 20px;
            display: inline-block;
            color: #646464
        }
        
        #custom-nav-mobile .caret {
            border-top-color: #646464;
            border-bottom-color: #646464
        }
        
        #custom-nav-mobile .navmenu-brand {
            padding: 10px 0 0 10px;
            margin: 0;
            min-height: 41px;
            background-color: #717272
        }
        
        #custom-nav-mobile.navbar-offcanvas {
            border-color: #717272
        }
        
        .navbar-brand {
            padding: 0;
            height: 50px
        }
        
        .navbar-toggle {
            border: none;
            padding: 0;
            margin-top: 0;
            margin-bottom: 0
        }
        
        .navbar-toggle .icon-bar {
            width: 24px;
            height: 1px
        }
        
        .navbar-toggle .icon-bar+.icon-bar {
            margin-top: 9px
        }
        
        .navbar-toggle {
            border-color: #ddd
        }
        
        .navbar {
            min-height: initial
        }
        
        @media(min-width:1264px) {
            .medel-menu .navbar-brand {
                height: 100px
            }
            .medel-menu .navbar-brand object {
                width: 207px;
                height: 42px
            }
        }
        
        @media(max-width:1263px) {
            .medel-menu .navbar-brand object {
                width: 140px;
                height: 25px
            }
            .medel-menu .navbar-nav .h4 {
                font-size: 16px
            }
            .medel-menu .navbar-brand {
                padding: 23px 5px 0 0;
                height: auto
            }
            .medel-menu .nav>li>a {
                padding: 10px;
                min-height: auto
            }
            .medel-menu .nav>li>a img {
                height: 32px;
                margin: 0 auto 5px auto
            }
            .medel-menu .navbar-default {
                min-height: 70px
            }
        }
        
        @media(max-width:767px) {
            .medel-menu .navbar-brand {
                height: auto;
                padding: 0
            }
            .medel-menu .navbar-default {
                min-height: initial
            }
        }
        
        nav.submenu {
            padding: 5px 0
        }
        
        nav.submenu .submenu-separator {
            opacity: .2
        }
        
        #sub-submenu .panel {
            margin-bottom: 0;
            background-color: transparent;
            border: none;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            background: #fff
        }
        
        #sub-submenu .sub-submenu li,
        #sub-submenu .sub-submenu-v2 li {
            margin-bottom: 1em
        }
        
        #sub-submenu .sub-submenu li a,
        #sub-submenu .sub-submenu-v2 li a {
            border-bottom: 1px solid #e4e4e4;
            padding-bottom: .5em
        }
        
        #sub-submenu .sub-submenu li:last-child a,
        #sub-submenu .sub-submenu-v2 li:last-child a {
            border-bottom: none
        }
        
        #sub-submenu .sub-submenu {
            margin: 1em 1.5em
        }
        
        a.svgwrap:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0
        }
        
        #sub-submenu.v2 {
            position: relative;
            z-index: 999
        }
        
        #sub-submenu.v2 .accordion-group {
            position: absolute;
            width: 100%
        }
        
        #sub-submenu.v2 .panel.shadow::after {
            content: '';
            background-color: #fff;
            height: 20px;
            width: 100%;
            position: absolute;
            box-shadow: 0 14px 11px -8px rgba(0, 0, 0, .7)
        }
        
        #sub-submenu.v2 .sub-submenu-v2 {
            margin: 1.5em 1.5em 0 1.5em
        }
        
        #sub-submenu.v2 .sub-submenu-v2 li {
            margin-bottom: 0
        }
        
        #sub-submenu.v2 .sub-submenu-v2>li>ul {
            display: inline-block
        }
        
        #sub-submenu.v2 .sub-submenu-v2 .row>div {
            border-right: 1px solid #f0f0f0;
            padding-left: 1em
        }
        
        #sub-submenu.v2 .sub-submenu-v2 .row>div:last-child {
            border-right: none
        }
        
        #sub-submenu.v2 .sub-submenu-v2 .row>div:first-child {
            padding-left: 0
        }
        
        .custom-vertical-menu>.nav>li {
            border-bottom: 1px solid #ccc
        }
        
        .custom-vertical-menu>.nav>li:last-child {
            border-bottom: none
        }
        
        .custom-vertical-menu .nav>li>a {
            padding: 10px 0;
            color: #0d0d0d
        }
        
        .custom-vertical-menu .nav>li>a.accordion-toggle {
            display: inline;
            top: 0;
            right: 0;
            position: absolute;
            padding: 15px 2px
        }
        
        .custom-vertical-menu .nav>li>a.level-0 {
            font-size: 16px;
            font-weight: bold;
            margin-right: 25px;
            overflow-x: hidden
        }
        
        .custom-vertical-menu .nav>li>a:hover {
            color: #c60c30;
            background-color: transparent
        }
        
        .custom-vertical-menu .nav>li>a:focus {
            background-color: transparent
        }
        
        .custom-vertical-menu .nav>li>a.active {
            color: #c60c30;
            background-color: transparent
        }
        
        .custom-vertical-menu .nav>li>a.active:hover,
        .custom-vertical-menu .nav>li>a.active:focus {
            background-color: transparent
        }
        
        .custom-vertical-menu .nav>li.active>a {
            color: #c60c30;
            background-color: transparent
        }
        
        .custom-vertical-menu .nav>li.active>a:hover,
        .custom-vertical-menu .nav>li.active>a:focus {
            background-color: transparent
        }
        
        .custom-vertical-menu>ul>li>ul>li>ul {
            padding-left: 15px
        }
        
        .custom-vertical-menu>ul>li>ul>li>ul>li>ul {
            padding-left: 10px
        }
        
        .custom-vertical-menu.bottom>.nav>li:first-child {
            border-top: 1px solid #ccc
        }
        
        .custom-vertical-menu.top>.nav>li:last-child {
            border-bottom: 1px solid #ccc
        }
        
        ul.sf-Tags.filter {
            box-shadow: 0 3px 0 0 #e4e4e4
        }
        
        ul.sf-Tags.filter li {
            line-height: 2em
        }
        
        ul.sf-Tags.filter li a {
            text-decoration: none
        }
        
        ul.sf-Tags.filter li:hover,
        ul.sf-Tags.filter li.selected {
            box-shadow: 0 3px 0 0 #c60c30
        }
        
        ul.sf-Tags.filter li:hover big,
        ul.sf-Tags.filter li.selected big {
            color: #c60c30
        }
        
        ul.sf-Tags.filter li:active {
            box-shadow: 0 3px 0 0 #c60c30
        }
        
        ul.sf-Tags.filter li:active big {
            color: #c60c30
        }
        
        ul.icon-menu-right,
        ul.icon-triangle-right,
        ul.chevron-right,
        ul.checkmark,
        ul.arrow-right {
            list-style: none;
            padding: 0;
            margin-left: 2em
        }
        
        ul.icon-menu-right>li:before,
        ul.icon-triangle-right>li:before,
        ul.chevron-right>li:before,
        ul.checkmark>li:before,
        ul.arrow-right>li:before {
            position: relative;
            top: 4px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: normal;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            padding: 0 .7em;
            margin-left: -2.5em;
        }
        
        ul.icon-menu-right.brand>li:before,
        ul.icon-triangle-right.brand>li:before,
        ul.chevron-right.brand>li:before,
        ul.checkmark.brand>li:before,
        ul.arrow-right.brand>li:before {
            color: #c60c30
        }
        
        ul.icon-menu-right>li:before {
            content: ""
        }
        
        ul.icon-triangle-right>li:before {
            content: ""
        }
        
        ul.chevron-right>li:before {
            content: ''
        }
        
        ul.checkmark>li:before {
            content: ""
        }
        
        ul.arrow-right>li:before {
            content: ''
        }
        
        ul.icon-check {
            list-style: none;
            padding: 0 0 0 2.7em
        }
        
        ul.icon-check li {
            margin-top: 1.5em
        }
        
        ul.icon-check li:before {
            font-size: 2em;
            position: relative;
            top: 1px;
            font-family: "icons_med-el";
            font-style: normal;
            font-weight: normal;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            padding: 0 10px 0 0;
            float: left;
            margin-left: -1.3em
        }
        
        ul.icon-check.brand li:before {
            color: #c60c30
        }
        
        ul.icon-check.lime li:before {
            color: #b6bf00
        }
        
        ul.icon-check.green li:before {
            color: #92d400
        }
        
        ul.icon-check.grey li:before {
            color: #979595
        }
        
        ul.icon-check li:before {
            content: '';
            margin-top: -.2em
        }
        
        ul.steps-list,
         :after,
         :before {
            box-sizing: border-box
        }
        
        ul.steps-list {
            padding-inline-start: 0
        }
        
        @font-face {
            font-family: SignaWebPro-Light, Open Sans, Helvetica Neue, Arial, sans-serif;
            font-style: normal;
            src: url(https://cdn.medel.com/newsletter/layout/SignaPro-Light.woff) format("woff"), url(https://cdn.medel.com/newsletter/layout/SignaProLight.otf) format("otf")
        }
        
        .steps-list {
            counter-reset: a;
            list-style-type: none
        }
        
        .steps-list li {
            position: relative;
            padding-left: 6.5rem;
            margin-bottom: 4rem;
            margin-top: 4rem
        }
        
        .steps-list li:first-child {
            padding-top: 0
        }
        
        .steps-list li:before {
            line-height: 50px;
            content: counter(a);
            counter-increment: a;
            height: 50px;
            width: 50px;
            border-radius: 50%;
            text-align: center;
            position: absolute;
            left: 0;
            top: 2px
        }
        
        .steps-list li:first-child:before {
            color: #b6bf00;
            border: 1px solid #b6bf00
        }
        
        .steps-list li:nth-child(2):before {
            color: #92d400;
            border: 1px solid #92d400
        }
        
        .steps-list li:nth-child(3):before {
            color: #00ae65;
            border: 1px solid #00ae65
        }
        
        .steps-list li:nth-child(4):before {
            color: #009aa6;
            border: 1px solid #009aa6
        }
        
        .steps-list li:nth-child(5):before {
            color: #00747a;
            border: 1px solid #00747a
        }
        
        .steps-list li:nth-child(6):before {
            color: #00254e;
            border: 1px solid #00254e
        }
        
        @media(max-width:767.98px) {
            .steps-list li {
                padding-left: 0;
                margin-bottom: 2rem
            }
        }
        
        @media(max-width:767.98px) {
            .steps-list li:before {
                position: relative;
                display: block;
                margin-bottom: 1rem
            }
        }
        
        .breadcrumb {
            margin-bottom: 0
        }
        
        @media(max-width:767px) {
            .sf-breadscrumb {
                display: none
            }
        }
        
        .custom-block {
            padding: 20px
        }
        
        .custom-block.black {
            color: #fff;
            background-color: #000
        }
        
        .custom-block.black h1,
        .custom-block.black h2,
        .custom-block.black h3,
        .custom-block.black h4,
        .custom-block.black h5,
        .custom-block.black h6,
        .custom-block.black .h1,
        .custom-block.black .h2,
        .custom-block.black .h3,
        .custom-block.black .h4,
        .custom-block.black .h5,
        .custom-block.black .h6,
        .custom-block.black p {
            color: #fff
        }
        
        .custom-block.white {
            background-color: #fff
        }
        
        .custom-block.brand {
            background-color: #c60c30
        }
        
        .custom-block.brand h1,
        .custom-block.brand h2,
        .custom-block.brand h3,
        .custom-block.brand h4,
        .custom-block.brand h5,
        .custom-block.brand h6,
        .custom-block.brand .h1,
        .custom-block.brand .h2,
        .custom-block.brand .h3,
        .custom-block.brand .h4,
        .custom-block.brand .h5,
        .custom-block.brand .h6,
        .custom-block.brand p {
            color: #fff
        }
        
        .custom-block.grey {
            color: #fff;
            background-color: #717171
        }
        
        .custom-block.grey h1,
        .custom-block.grey h2,
        .custom-block.grey h3,
        .custom-block.grey h4,
        .custom-block.grey h5,
        .custom-block.grey h6,
        .custom-block.grey .h1,
        .custom-block.grey .h2,
        .custom-block.grey .h3,
        .custom-block.grey .h4,
        .custom-block.grey .h5,
        .custom-block.grey .h6,
        .custom-block.grey p {
            color: #fff
        }
        
        .custom-block.no-padding {
            padding: 0
        }
        
        .custom-block.padding-10 {
            padding: 10px
        }
        
        .custom-block.padding-5 {
            padding: 5px
        }
        
        .custom-block.top-bottom-margin {
            margin: 20px 0
        }
        
        @media(min-width:991px) {
            .center-row {
                display: table
            }
            .base-cell,
            .pull-top,
            .pull-bottom,
            .pull-middle {
                display: table-cell;
                float: none
            }
            .pull-bottom {
                vertical-align: bottom
            }
            .pull-middle {
                vertical-align: middle
            }
        }
        
        @media(max-width:991px) {
            .custom-block {
                padding: 10px
            }
            .pull-top,
            .pull-bottom,
            .pull-middle {
                width: 100%!important
            }
            .base-cell {
                display: none!important
            }
        }
        
        .custom-block {
            padding: 20px
        }
        
        .custom-block.black {
            color: #fff;
            background-color: #000
        }
        
        .custom-block.black h1,
        .custom-block.black h2,
        .custom-block.black h3,
        .custom-block.black h4,
        .custom-block.black h5,
        .custom-block.black h6,
        .custom-block.black .h1,
        .custom-block.black .h2,
        .custom-block.black .h3,
        .custom-block.black .h4,
        .custom-block.black .h5,
        .custom-block.black .h6,
        .custom-block.black p {
            color: #fff
        }
        
        .custom-block.white {
            background-color: #fff
        }
        
        .custom-block.brand {
            background-color: #c60c30
        }
        
        .custom-block.brand h1,
        .custom-block.brand h2,
        .custom-block.brand h3,
        .custom-block.brand h4,
        .custom-block.brand h5,
        .custom-block.brand h6,
        .custom-block.brand .h1,
        .custom-block.brand .h2,
        .custom-block.brand .h3,
        .custom-block.brand .h4,
        .custom-block.brand .h5,
        .custom-block.brand .h6,
        .custom-block.brand p {
            color: #fff
        }
        
        .custom-block.grey {
            color: #fff;
            background-color: #717171
        }
        
        .custom-block.grey h1,
        .custom-block.grey h2,
        .custom-block.grey h3,
        .custom-block.grey h4,
        .custom-block.grey h5,
        .custom-block.grey h6,
        .custom-block.grey .h1,
        .custom-block.grey .h2,
        .custom-block.grey .h3,
        .custom-block.grey .h4,
        .custom-block.grey .h5,
        .custom-block.grey .h6,
        .custom-block.grey p {
            color: #fff
        }
        
        .custom-block.medel-grey {
            background-color: #f0f0f0
        }
        
        .custom-block.orange {
            color: #fff;
            background-color: #f7403a
        }
        
        .custom-block.orange h1,
        .custom-block.orange h2,
        .custom-block.orange h3,
        .custom-block.orange h4,
        .custom-block.orange h5,
        .custom-block.orange h6,
        .custom-block.orange .h1,
        .custom-block.orange .h2,
        .custom-block.orange .h3,
        .custom-block.orange .h4,
        .custom-block.orange .h5,
        .custom-block.orange .h6,
        .custom-block.orange p {
            color: #fff
        }
        
        .custom-block.fuchsia {
            color: #fff;
            background-color: #b00057
        }
        
        .custom-block.fuchsia h1,
        .custom-block.fuchsia h2,
        .custom-block.fuchsia h3,
        .custom-block.fuchsia h4,
        .custom-block.fuchsia h5,
        .custom-block.fuchsia h6,
        .custom-block.fuchsia .h1,
        .custom-block.fuchsia .h2,
        .custom-block.fuchsia .h3,
        .custom-block.fuchsia .h4,
        .custom-block.fuchsia .h5,
        .custom-block.fuchsia .h6,
        .custom-block.fuchsia p {
            color: #fff
        }
        
        .custom-block.cherry {
            color: #fff;
            background-color: #981e32
        }
        
        .custom-block.cherry h1,
        .custom-block.cherry h2,
        .custom-block.cherry h3,
        .custom-block.cherry h4,
        .custom-block.cherry h5,
        .custom-block.cherry h6,
        .custom-block.cherry .h1,
        .custom-block.cherry .h2,
        .custom-block.cherry .h3,
        .custom-block.cherry .h4,
        .custom-block.cherry .h5,
        .custom-block.cherry .h6,
        .custom-block.cherry p {
            color: #fff
        }
        
        .custom-block.plum {
            color: #fff;
            background-color: #6e273d
        }
        
        .custom-block.plum h1,
        .custom-block.plum h2,
        .custom-block.plum h3,
        .custom-block.plum h4,
        .custom-block.plum h5,
        .custom-block.plum h6,
        .custom-block.plum .h1,
        .custom-block.plum .h2,
        .custom-block.plum .h3,
        .custom-block.plum .h4,
        .custom-block.plum .h5,
        .custom-block.plum .h6,
        .custom-block.plum p {
            color: #fff
        }
        
        .custom-block.emerald {
            color: #fff;
            background-color: #00ae65
        }
        
        .custom-block.emerald h1,
        .custom-block.emerald h2,
        .custom-block.emerald h3,
        .custom-block.emerald h4,
        .custom-block.emerald h5,
        .custom-block.emerald h6,
        .custom-block.emerald .h1,
        .custom-block.emerald .h2,
        .custom-block.emerald .h3,
        .custom-block.emerald .h4,
        .custom-block.emerald .h5,
        .custom-block.emerald .h6,
        .custom-block.emerald p {
            color: #fff
        }
        
        .custom-block.lime {
            color: #fff;
            background-color: #b6bf00
        }
        
        .custom-block.lime h1,
        .custom-block.lime h2,
        .custom-block.lime h3,
        .custom-block.lime h4,
        .custom-block.lime h5,
        .custom-block.lime h6,
        .custom-block.lime .h1,
        .custom-block.lime .h2,
        .custom-block.lime .h3,
        .custom-block.lime .h4,
        .custom-block.lime .h5,
        .custom-block.lime .h6,
        .custom-block.lime p {
            color: #fff
        }
        
        .custom-block.turquoise {
            color: #fff;
            background-color: #009aa6
        }
        
        .custom-block.turquoise h1,
        .custom-block.turquoise h2,
        .custom-block.turquoise h3,
        .custom-block.turquoise h4,
        .custom-block.turquoise h5,
        .custom-block.turquoise h6,
        .custom-block.turquoise .h1,
        .custom-block.turquoise .h2,
        .custom-block.turquoise .h3,
        .custom-block.turquoise .h4,
        .custom-block.turquoise .h5,
        .custom-block.turquoise .h6,
        .custom-block.turquoise p {
            color: #fff
        }
        
        .custom-block.green {
            color: #fff;
            background-color: #92d400
        }
        
        .custom-block.green h1,
        .custom-block.green h2,
        .custom-block.green h3,
        .custom-block.green h4,
        .custom-block.green h5,
        .custom-block.green h6,
        .custom-block.green .h1,
        .custom-block.green .h2,
        .custom-block.green .h3,
        .custom-block.green .h4,
        .custom-block.green .h5,
        .custom-block.green .h6,
        .custom-block.green p {
            color: #fff
        }
        
        .custom-block.teal {
            color: #fff;
            background-color: #00747a
        }
        
        .custom-block.teal h1,
        .custom-block.teal h2,
        .custom-block.teal h3,
        .custom-block.teal h4,
        .custom-block.teal h5,
        .custom-block.teal h6,
        .custom-block.teal .h1,
        .custom-block.teal .h2,
        .custom-block.teal .h3,
        .custom-block.teal .h4,
        .custom-block.teal .h5,
        .custom-block.teal .h6,
        .custom-block.teal p {
            color: #fff
        }
        
        .custom-block.no-padding {
            padding: 0
        }
        
        .custom-block.padding-10 {
            padding: 10px
        }
        
        .custom-block.padding-5 {
            padding: 5px
        }
        
        .custom-block.top-bottom-margin {
            margin: 20px 0
        }
        
        .clickable-card:hover {
            opacity: .7;
            color: initial;
            text-decoration: none
        }
        
        .clickable-card {
            color: initial;
            text-decoration: none;
            display: block
        }
        
        .contact-element {
            text-align: center
        }
        
        .contact-element h4 {
            margin-top: 22px;
            margin-bottom: 15px;
            color: #fff
        }
        
        .contact-element .contact-element-info {
            color: #fff
        }
        
        .contact-element .contact-element-info p {
            color: #fff;
            margin: 0
        }
        
        .contact-element .contact-element-info a {
            font-weight: bold;
            color: #fff
        }
        
        @media(max-width:767px) {
            .custom-block {
                padding: 10px
            }
            .pull-top,
            .pull-bottom,
            .pull-middle {
                width: 100%!important
            }
            .base-cell {
                display: none!important
            }
        }
        
        .collapse-trigger-container {
            overflow: hidden;
            text-align: center
        }
        
        .collapse-trigger-container:before,
        .collapse-trigger-container:after {
            background-color: #ccc;
            content: "";
            display: inline-block;
            height: 1px;
            position: relative;
            vertical-align: middle;
            width: 50%
        }
        
        .collapse-trigger-container:before {
            right: .5em;
            margin-left: -50%
        }
        
        .collapse-trigger-container:after {
            left: .5em;
            margin-right: -50%
        }
        
        .collapse-trigger-container button {
            outline: none!important
        }
        
        .collapse-trigger-container button:hover,
        .collapse-trigger-container button:focus {
            text-decoration: none!important
        }
        
        .icons-sprite,
        .icons-battery-full,
        .icons-bonebridge,
        .icons-chat,
        .icons-eas,
        .icons-eas_synchrony,
        .icons-email,
        .icons-flexible-connectivity,
        .icons-maestro,
        .icons-pin,
        .icons-share,
        .icons-soundbridge,
        .icons-synchrony,
        .icons-telephone,
        .icons-battery-full {
            background-position: 0 0
        }
        
        .icons-bonebridge {
            background-position: 0 -40px
        }
        
        .icons-chat {
            background-position: 0 -68px
        }
        
        .icons-eas {
            background-position: 0 -108px
        }
        
        .icons-eas_synchrony {
            background-position: 0 -136px
        }
        
        .icons-email {
            background-position: 0 -164px
        }
        
        .icons-flexible-connectivity {
            background-position: 0 -204px
        }
        
        .icons-maestro {
            background-position: 0 -244px
        }
        
        .icons-pin {
            background-position: 0 -272px
        }
        
        .icons-share {
            background-position: 0 -312px
        }
        
        .icons-soundbridge {
            background-position: 0 -352px
        }
        
        .icons-synchrony {
            background-position: 0 -380px
        }
        
        .icons-telephone {
            background-position: 0 -408px
        }
        
        .icons-website {
            background-position: 0 -448px
        }
        
        .icons,
        .icons-sprite,
        .icons-battery-full,
        .icons-bonebridge,
        .icons-chat,
        .icons-eas,
        .icons-eas_synchrony,
        .icons-email,
        .icons-flexible-connectivity,
        .icons-maestro,
        .icons-pin,
        .icons-share,
        .icons-soundbridge,
        .icons-synchrony,
        .icons-telephone,
        .icons-website {
            display: inline-block;
            vertical-align: middle
        }
        
        [class^="med-icon-"]:before,
        [class*=" med-icon-"]:before {
            font-family: "icons_med-el";
            font-style: normal;
            font-weight: normal;
            display: inline-block;
            text-decoration: inherit;
            width: 1em;
            text-align: center;
            font-variant: normal;
            text-transform: none;
            line-height: 1em;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }
        
        .med-icon-prod-battery-full-filled:before {
            content: ''
        }
        
        .med-icon-prod-battery-full:before {
            content: ''
        }
        
        .med-icon-prod-battery-life-60-hr-filled:before {
            content: ''
        }
        
        .med-icon-prod-battery-life-60-hr:before {
            content: ''
        }
        
        .med-icon-prod-battery-life-75-hr:before {
            content: ''
        }
        
        .med-icon-prod-battery-life-75-hr-filled:before {
            content: ''
        }
        
        .med-icon-prod-battery-life-90-hr:before {
            content: ''
        }
        
        .med-icon-prod-battery-life-90-hr-filled:before {
            content: ''
        }
        
        .med-icon-prod-bluetooth-filled:before {
            content: ''
        }
        
        .med-icon-prod-bluetooth:before {
            content: ''
        }
        
        .med-icon-prod-bonebridge-filled:before {
            content: ''
        }
        
        .med-icon-prod-bonebridge:before {
            content: ''
        }
        
        .med-icon-prod-bte-processor-sonnet-eas-filled:before {
            content: ''
        }
        
        .med-icon-prod-bte-processor-sonnet-eas:before {
            content: ''
        }
        
        .med-icon-prod-bte-processor-sonnet-filled:before {
            content: ''
        }
        
        .med-icon-prod-bte-processor-sonnet:before {
            content: ''
        }
        
        .med-icon-prod-coil-filled:before {
            content: ''
        }
        
        .med-icon-prod-coil:before {
            content: ''
        }
        
        .med-icon-prod-colors-filled:before {
            content: ''
        }
        
        .med-icon-prod-colors:before {
            content: ''
        }
        
        .med-icon-prod-connectivity-jack-plug-filled:before {
            content: ''
        }
        
        .med-icon-prod-connectivity-jack-plug:before {
            content: ''
        }
        
        .med-icon-prod-dual-microphones-filled:before {
            content: ''
        }
        
        .med-icon-prod-dual-microphones:before {
            content: ''
        }
        
        .med-icon-prod-earplugs-filled:before {
            content: ''
        }
        
        .med-icon-prod-earplugs:before {
            content: ''
        }
        
        .med-icon-prod-eas-filled:before {
            content: ''
        }
        
        .med-icon-prod-eas-ready-filled:before {
            content: ''
        }
        
        .med-icon-prod-eas-ready:before {
            content: ''
        }
        
        .med-icon-prod-eas:before {
            content: ''
        }
        
        .med-icon-prod-fittings-filled:before {
            content: ''
        }
        
        .med-icon-prod-fittings:before {
            content: ''
        }
        
        .med-icon-prod-flexible-connectivity-filled:before {
            content: ''
        }
        
        .med-icon-prod-flexible-connectivity:before {
            content: ''
        }
        
        .med-icon-prod-flexible-electrodes-filled:before {
            content: ''
        }
        
        .med-icon-prod-flexible-electrodes:before {
            content: ''
        }
        
        .med-icon-prod-fm-system-filled:before {
            content: ''
        }
        
        .med-icon-prod-fm-system:before {
            content: ''
        }
        
        .med-icon-prod-glasses-filled:before {
            content: ''
        }
        
        .med-icon-prod-glasses:before {
            content: ''
        }
        
        .med-icon-prod-implant-support-filled:before {
            content: ''
        }
        
        .med-icon-prod-implant-support:before {
            content: ''
        }
        
        .med-icon-prod-information-filled:before {
            content: ''
        }
        
        .med-icon-prod-information:before {
            content: ''
        }
        
        .med-icon-prod-intelligent-hearing-filled:before {
            content: ''
        }
        
        .med-icon-prod-intelligent-hearing:before {
            content: ''
        }
        
        .med-icon-prod-legacy-processor-opus-2-filled:before {
            content: ''
        }
        
        .med-icon-prod-legacy-processor-opus-2:before {
            content: ''
        }
        
        .med-icon-prod-lightweight-design-filled:before {
            content: ''
        }
        
        .med-icon-prod-lightweight-design:before {
            content: ''
        }
        
        .med-icon-prod-magic-wand-discreet-filled:before {
            content: ''
        }
        
        .med-icon-prod-magic-wand-discreet:before {
            content: ''
        }
        
        .med-icon-prod-magically-hidden-under-hair-filled:before {
            content: ''
        }
        
        .med-icon-prod-magically-hidden-under-hair:before {
            content: ''
        }
        
        .med-icon-prod-mri-conditional-safety-3-tesla-filled:before {
            content: ''
        }
        
        .med-icon-prod-mri-conditional-safety-3-tesla:before {
            content: ''
        }
        
        .med-icon-prod-mri-safety-filled:before {
            content: ''
        }
        
        .med-icon-prod-mri-safety:before {
            content: ''
        }
        
        .med-icon-prod-music-filled:before {
            content: ''
        }
        
        .med-icon-prod-music-player:before {
            content: ''
        }
        
        .med-icon-prod-music-player-filled:before {
            content: ''
        }
        
        .med-icon-prod-music:before {
            content: ''
        }
        
        .med-icon-prod-neckloop-filled:before {
            content: ''
        }
        
        .med-icon-prod-neckloop:before {
            content: ''
        }
        
        .med-icon-prod-performance-filled:before {
            content: ''
        }
        
        .med-icon-prod-performance:before {
            content: ''
        }
        
        .med-icon-prod-proven-reliability-filled:before {
            content: ''
        }
        
        .med-icon-prod-proven-reliability:before {
            content: ''
        }
        
        .med-icon-prod-remote-control-filled:before {
            content: ''
        }
        
        .med-icon-prod-remote-control:before {
            content: ''
        }
        
        .med-icon-prod-samba-processor-filled:before {
            content: ''
        }
        
        .med-icon-prod-samba-processor:before {
            content: ''
        }
        
        .med-icon-prod-sb-bb-su-processor-amade-filled:before {
            content: ''
        }
        
        .med-icon-prod-sb-bb-su-processor-amade:before {
            content: ''
        }
        
        .med-icon-prod-soundbridge-filled:before {
            content: ''
        }
        
        .med-icon-prod-soundbridge:before {
            content: ''
        }
        
        .med-icon-prod-soundwave-noise-filled:before {
            content: ''
        }
        
        .med-icon-prod-soundwave-noise:before {
            content: ''
        }
        
        .med-icon-prod-speech-tracking-filled:before {
            content: ''
        }
        
        .med-icon-prod-speech-tracking:before {
            content: ''
        }
        
        .med-icon-prod-su-processor-rondo-filled:before {
            content: ''
        }
        
        .med-icon-prod-su-processor-rondo:before {
            content: ''
        }
        
        .med-icon-prod-synchrony-filled:before {
            content: ''
        }
        
        .med-icon-prod-synchrony:before {
            content: ''
        }
        
        .med-icon-prod-telecoil-filled:before {
            content: ''
        }
        
        .med-icon-prod-telecoil:before {
            content: ''
        }
        
        .med-icon-prod-water-resistant-filled:before {
            content: ''
        }
        
        .med-icon-prod-water-resistant:before {
            content: ''
        }
        
        .med-icon-prod-waterwear-filled:before {
            content: ''
        }
        
        .med-icon-prod-waterwear:before {
            content: ''
        }
        
        .med-icon-prod-wind-noise-reduction-filled:before {
            content: ''
        }
        
        .med-icon-prod-wind-noise-reduction:before {
            content: ''
        }
        
        .med-icon-prod-wireless-filled:before {
            content: ''
        }
        
        .med-icon-prod-wireless:before {
            content: ''
        }
        
        .med-icon-prod-100:before {
            content: ''
        }
        
        .med-icon-prod-automatic-gain-control-asm-filled:before {
            content: ''
        }
        
        .med-icon-prod-automatic-gain-control-asm:before {
            content: ''
        }
        
        .med-icon-prod-automatic-volume-control-filled:before {
            content: ''
        }
        
        .med-icon-master1-generic-implant:before {
            content: ''
        }
        
        .med-icon-gen-affordable-filled:before {
            content: ''
        }
        
        .med-icon-gen-affordable:before {
            content: ''
        }
        
        .med-icon-gen-at-work-and-school-filled:before {
            content: ''
        }
        
        .med-icon-gen-at-work-and-school:before {
            content: ''
        }
        
        .med-icon-gen-book-an-appointment-filled:before {
            content: ''
        }
        
        .med-icon-gen-book-an-appointment:before {
            content: ''
        }
        
        .med-icon-gen-contact-chat-filled:before {
            content: ''
        }
        
        .med-icon-gen-contact-chat:before {
            content: ''
        }
        
        .med-icon-gen-contact-email-filled:before {
            content: ''
        }
        
        .med-icon-gen-contact-email:before {
            content: ''
        }
        
        .med-icon-master_page_4_neural-hearing-loss-filled:before {
            content: ''
        }
        
        .med-icon-gen-contact-phone-filled:before {
            content: ''
        }
        
        .med-icon-gen-contact-phone:before {
            content: ''
        }
        
        .med-icon-master_page_4_pen:before {
            content: ''
        }
        
        .med-icon-gen-down-arrow-filled:before {
            content: ''
        }
        
        .med-icon-gen-download-filled:before {
            content: ''
        }
        
        .med-icon-gen-download:before {
            content: ''
        }
        
        .med-icon-gen-events-filled:before {
            content: ''
        }
        
        .med-icon-gen-events:before {
            content: ''
        }
        
        .med-icon-gen-find-a-center-filled:before {
            content: ''
        }
        
        .med-icon-gen-find-a-center:before {
            content: ''
        }
        
        .med-icon-gen-getting-connected-filled:before {
            content: ''
        }
        
        .med-icon-gen-getting-connected:before {
            content: ''
        }
        
        .med-icon-gen-down-arrow:before {
            content: ''
        }
        
        .med-icon-gen-hearing-implants-filled:before {
            content: ''
        }
        
        .med-icon-gen-home-filled:before {
            content: ''
        }
        
        .med-icon-gen-home:before {
            content: ''
        }
        
        .med-icon-gen-images-filled:before {
            content: ''
        }
        
        .med-icon-gen-images:before {
            content: ''
        }
        
        .med-icon-gen-important-filled:before {
            content: ''
        }
        
        .med-icon-gen-important:before {
            content: ''
        }
        
        .med-icon-gen-in-public-places-filled:before {
            content: ''
        }
        
        .med-icon-gen-hearing-implants:before {
            content: ''
        }
        
        .med-icon-gen-laptop-filled:before {
            content: ''
        }
        
        .med-icon-gen-laptop:before {
            content: ''
        }
        
        .med-icon-gen-left-arrow-filled:before {
            content: ''
        }
        
        .med-icon-gen-left-arrow:before {
            content: ''
        }
        
        .med-icon-gen-link-filled:before {
            content: ''
        }
        
        .med-icon-gen-in-public-places:before {
            content: ''
        }
        
        .med-icon-gen-link:before {
            content: ''
        }
        
        .med-icon-gen-listening-to-music-filled:before {
            content: ''
        }
        
        .med-icon-gen-listening-to-music:before {
            content: ''
        }
        
        .med-icon-gen-logos-filled:before {
            content: ''
        }
        
        .med-icon-gen-maybe-filled:before {
            content: ''
        }
        
        .med-icon-gen-maybe:before {
            content: ''
        }
        
        .med-icon-gen-news-filled:before {
            content: ''
        }
        
        .med-icon-gen-news:before {
            content: ''
        }
        
        .med-icon-gen-logos:before {
            content: ''
        }
        
        .med-icon-gen-no-filled:before {
            content: ''
        }
        
        .med-icon-gen-no:before {
            content: ''
        }
        
        .med-icon-gen-on-the-phone-filled:before {
            content: ''
        }
        
        .med-icon-gen-on-the-phone:before {
            content: ''
        }
        
        .med-icon-gen-pause-filled:before {
            content: ''
        }
        
        .med-icon-gen-pause:before {
            content: ''
        }
        
        .med-icon-gen-play-button-filled:before {
            content: ''
        }
        
        .med-icon-gen-presentations-filled:before {
            content: ''
        }
        
        .med-icon-gen-presentations:before {
            content: ''
        }
        
        .med-icon-gen-question-filled:before {
            content: ''
        }
        
        .med-icon-gen-question:before {
            content: ''
        }
        
        .med-icon-gen-right-arrow-filled:before {
            content: ''
        }
        
        .med-icon-gen-right-arrow:before {
            content: ''
        }
        
        .med-icon-gen-play-button:before {
            content: ''
        }
        
        .med-icon-gen-service-and-care:before {
            content: ''
        }
        
        .med-icon-gen-share-filled:before {
            content: ''
        }
        
        .med-icon-gen-service-and-care-filled:before {
            content: ''
        }
        
        .med-icon-gen-share:before {
            content: ''
        }
        
        .med-icon-gen-shopping-cart-filled:before {
            content: ''
        }
        
        .med-icon-gen-shopping-cart:before {
            content: ''
        }
        
        .med-icon-gen-tag-filled:before {
            content: ''
        }
        
        .med-icon-gen-tag:before {
            content: ''
        }
        
        .med-icon-gen-thumbs-up-filled:before {
            content: ''
        }
        
        .med-icon-gen-thumbs-up:before {
            content: ''
        }
        
        .med-icon-gen-up-arrow-filled:before {
            content: ''
        }
        
        .med-icon-gen-up-arrow:before {
            content: ''
        }
        
        .med-icon-gen-videos:before {
            content: ''
        }
        
        .med-icon-gen-watching-television-filled:before {
            content: ''
        }
        
        .med-icon-gen-watching-television:before {
            content: ''
        }
        
        .med-icon-gen-yes-filled:before {
            content: ''
        }
        
        .med-icon-gen-yes:before {
            content: ''
        }
        
        .med-icon-gen-about-hearing-filled:before {
            content: ''
        }
        
        .med-icon-gen-about-hearing:before {
            content: ''
        }
        
        .med-icon-gen-videos-filled:before {
            content: ''
        }
        
        .med-icon-gen-ads:before {
            content: ''
        }
        
        .med-icon-master1-implant-support-filled:before {
            content: ''
        }
        
        .med-icon-gen-ads-filled:before {
            content: ''
        }
        
        .med-icon-sc-assembly-disassembly:before {
            content: ''
        }
        
        .med-icon-sc-bookmark-filled:before {
            content: ''
        }
        
        .med-icon-sc-bookmark:before {
            content: ''
        }
        
        .med-icon-sc-cleaning-filled:before {
            content: ''
        }
        
        .med-icon-sc-cleaning:before {
            content: ''
        }
        
        .med-icon-sc-coil-headpiece:before {
            content: ''
        }
        
        .med-icon-sc-connectivity-filled:before {
            content: ''
        }
        
        .med-icon-sc-connectivity:before {
            content: ''
        }
        
        .med-icon-sc-control-unit-filled:before {
            content: ''
        }
        
        .med-icon-sc-control-unit:before {
            content: ''
        }
        
        .med-icon-sc-coil-headpiece-filled:before {
            content: ''
        }
        
        .med-icon-sc-daily-care-filled:before {
            content: ''
        }
        
        .med-icon-sc-daily-care:before {
            content: ''
        }
        
        .med-icon-sc-disassembly-filled:before {
            content: ''
        }
        
        .med-icon-sc-disassembly:before {
            content: ''
        }
        
        .med-icon-sc-drying-filled:before {
            content: ''
        }
        
        .med-icon-sc-drying:before {
            content: ''
        }
        
        .med-icon-sc-ekg-filled:before {
            content: ''
        }
        
        .med-icon-sc-file-box-filled:before {
            content: ''
        }
        
        .med-icon-sc-file-box:before {
            content: ''
        }
        
        .med-icon-sc-ekg:before {
            content: ''
        }
        
        .med-icon-sc-fine-tuner-command-view-filled:before {
            content: ''
        }
        
        .med-icon-sc-fine-tuner-command-view:before {
            content: ''
        }
        
        .med-icon-sc-heat:before {
            content: ''
        }
        
        .med-icon-sc-indicator-light-signals-filled:before {
            content: ''
        }
        
        .med-icon-sc-heat-filled:before {
            content: ''
        }
        
        .med-icon-sc-indicator-light-signals:before {
            content: ''
        }
        
        .med-icon-sc-lock-unlock-filled:before {
            content: ''
        }
        
        .med-icon-sc-lock-unlock:before {
            content: ''
        }
        
        .med-icon-sc-malfunction-filled:before {
            content: ''
        }
        
        .med-icon-sc-malfunction:before {
            content: ''
        }
        
        .med-icon-sc-proper-handling-filled:before {
            content: ''
        }
        
        .med-icon-sc-proper-handling:before {
            content: ''
        }
        
        .med-icon-sc-replace:before {
            content: ''
        }
        
        .med-icon-sc-replace-filled:before {
            content: ''
        }
        
        .med-icon-sc-replacing-the-battery-pack-filled:before {
            content: ''
        }
        
        .med-icon-sc-replacing-the-battery-pack:before {
            content: ''
        }
        
        .med-icon-sc-replacing-the-cable-filled:before {
            content: ''
        }
        
        .med-icon-sc-replacing-the-cable:before {
            content: ''
        }
        
        .med-icon-sc-replacing-the-earhook-filled:before {
            content: ''
        }
        
        .med-icon-sc-safety-filled:before {
            content: ''
        }
        
        .med-icon-sc-replacing-the-earhook:before {
            content: ''
        }
        
        .med-icon-sc-safety:before {
            content: ''
        }
        
        .med-icon-sc-samba-remote-control:before {
            content: ''
        }
        
        .med-icon-sc-samba-remote-controll-filled:before {
            content: ''
        }
        
        .med-icon-sc-search-filled:before {
            content: ''
        }
        
        .med-icon-sc-search:before {
            content: ''
        }
        
        .med-icon-sc-shower-filled:before {
            content: ''
        }
        
        .med-icon-sc-shower:before {
            content: ''
        }
        
        .med-icon-sc-siemens-minitek-filled:before {
            content: ''
        }
        
        .med-icon-sc-something-is-broken-filled:before {
            content: ''
        }
        
        .med-icon-sc-something-is-broken:before {
            content: ''
        }
        
        .med-icon-sc-sound-quality-issues-filled:before {
            content: ''
        }
        
        .med-icon-sc-sound-quality-issues:before {
            content: ''
        }
        
        .med-icon-sc-subscribe-filled:before {
            content: ''
        }
        
        .med-icon-sc-subscribe:before {
            content: ''
        }
        
        .med-icon-sc-synching-filled:before {
            content: ''
        }
        
        .med-icon-sc-synching:before {
            content: ''
        }
        
        .med-icon-sc-tooth-filled:before {
            content: ''
        }
        
        .med-icon-sc-tooth:before {
            content: ''
        }
        
        .med-icon-sc-troubleshooting-filled:before {
            content: ''
        }
        
        .med-icon-sc-troubleshooting:before {
            content: ''
        }
        
        .med-icon-sc-activation-filled:before {
            content: ''
        }
        
        .med-icon-sc-activation:before {
            content: ''
        }
        
        .med-icon-sc-alds-filled:before {
            content: ''
        }
        
        .med-icon-sc-alds:before {
            content: ''
        }
        
        .med-icon-sc-assembly-disassembly-filled:before {
            content: ''
        }
        
        .med-icon-master1-implant-support:before {
            content: ''
        }
        
        .med-icon-sc-siemens-minitek:before {
            content: ''
        }
        
        .med-icon-social-linkedin:before {
            content: ''
        }
        
        .med-icon-social-instagram:before {
            content: ''
        }
        
        .med-icon-social-pinterest:before {
            content: ''
        }
        
        .med-icon-master3-warranty-filled:before {
            content: ''
        }
        
        .med-icon-social-twitter:before {
            content: ''
        }
        
        .med-icon-social-youtube:before {
            content: ''
        }
        
        .med-icon-social-facebook:before {
            content: ''
        }
        
        .med-icon-social-googleplus:before {
            content: ''
        }
        
        .med-icon-master3-warranty:before {
            content: ''
        }
        
        .med-icon-master4-academy:before {
            content: ''
        }
        
        .med-icon-master4-user-friendly-filled:before {
            content: ''
        }
        
        .med-icon-master4-additional-fixation-plug:before {
            content: ''
        }
        
        .med-icon-master3-data-and-statistics-filled:before {
            content: ''
        }
        
        .med-icon-master_page_4_pen-filled:before {
            content: ''
        }
        
        .med-icon-master4-battery-life-18-hr:before {
            content: ''
        }
        
        .med-icon-social-hearpeers:before {
            content: ''
        }
        
        .med-icon-master4-battery-life-37-hr-filled:before {
            content: ''
        }
        
        .med-icon-master4-battery-life-37-hr:before {
            content: ''
        }
        
        .med-icon-master_page_1_information:before {
            content: ''
        }
        
        .med-icon-master_page_1_information-filled:before {
            content: ''
        }
        
        .med-icon-master_page_1_mri-conditional-safety-1-5-tesla-filled:before {
            content: ''
        }
        
        .med-icon-master_page_1_mri-conditional-safety-1-tesla:before {
            content: ''
        }
        
        .med-icon-master_page_1_mri-conditional-safety-1-tesla-filled:before {
            content: ''
        }
        
        .med-icon-master_page_4_neural-hearing-loss:before {
            content: ''
        }
        
        .med-icon-master4-book-course-filled:before {
            content: ''
        }
        
        .med-icon-master4-book-course:before {
            content: ''
        }
        
        .med-icon-gen-contact-filled:before {
            content: ''
        }
        
        .med-icon-master4-book-library:before {
            content: ''
        }
        
        .med-icon-master4-certificate-filled:before {
            content: ''
        }
        
        .med-icon-master4-certificate:before {
            content: ''
        }
        
        .med-icon-master4-conductive-hearing-loss-filled:before {
            content: ''
        }
        
        .med-icon-master4-conductive-hearing-loss:before {
            content: ''
        }
        
        .med-icon-master4-contact-chat-two:before {
            content: ''
        }
        
        .med-icon-master4-contact-chat-two-filled:before {
            content: ''
        }
        
        .med-icon-master4-do-not-exchange-filled:before {
            content: ''
        }
        
        .med-icon-master4-do-not-exchange:before {
            content: ''
        }
        
        .med-icon-master4-left-filled:before {
            content: ''
        }
        
        .med-icon-master4-left:before {
            content: ''
        }
        
        .med-icon-gen-contact:before {
            content: ''
        }
        
        .med-icon-master4-magnet:before {
            content: ''
        }
        
        .med-icon-master4-medical-care-filled:before {
            content: ''
        }
        
        .med-icon-master4-medical-care:before {
            content: ''
        }
        
        .med-icon-master4-mixed-hearing-loss-filled:before {
            content: ''
        }
        
        .med-icon-master4-mixed-hearing-loss:before {
            content: ''
        }
        
        .med-icon-master4-no-battery-filled:before {
            content: ''
        }
        
        .med-icon-master4-no-battery:before {
            content: ''
        }
        
        .med-icon-master4-no-filled:before {
            content: ''
        }
        
        .med-icon-master4-no-or-little-filled:before {
            content: ''
        }
        
        .med-icon-master4-no-or-little:before {
            content: ''
        }
        
        .med-icon-master4-no:before {
            content: ''
        }
        
        .med-icon-master4-right-filled:before {
            content: ''
        }
        
        .med-icon-master4-right:before {
            content: ''
        }
        
        .med-icon-master4-sensorineural-hearing-loss-filled:before {
            content: ''
        }
        
        .med-icon-master4-sensorineural-hearing-loss:before {
            content: ''
        }
        
        .med-icon-master4-single-sided-deafness-filled:before {
            content: ''
        }
        
        .med-icon-master1-abi-filled:before {
            content: ''
        }
        
        .med-icon-master1-abi:before {
            content: ''
        }
        
        .med-icon-stetoscope:before {
            content: ''
        }
        
        .med-icon-master1-adhear:before {
            content: ''
        }
        
        .med-icon-master1-generic-implant-filled:before {
            content: ''
        }
        
        .med-icon-master4-yes-filled:before {
            content: ''
        }
        
        .med-icon-master4-single-sided-deafness:before {
            content: ''
        }
        
        .med-icon-master4-yes:before {
            content: ''
        }
        
        .med-icon-master4-battery-life-18-hr-filled:before {
            content: ''
        }
        
        .med-icon-star-filled:before {
            content: ''
        }
        
        .med-icon-master4-fingernail-filled:before {
            content: ''
        }
        
        .med-icon-master4-fingernail:before {
            content: ''
        }
        
        .med-icon-calendar:before {
            content: ''
        }
        
        .med-icon-master4-folder:before {
            content: ''
        }
        
        .med-icon-master4-hand-filled:before {
            content: ''
        }
        
        .med-icon-master4-hand:before {
            content: ''
        }
        
        .med-icon-master4-medel-backpack-filled:before {
            content: ''
        }
        
        .med-icon-master4-medel-backpack:before {
            content: ''
        }
        
        .med-icon-master4-medel-bag-filled:before {
            content: ''
        }
        
        .med-icon-master4-medel-bag:before {
            content: ''
        }
        
        .med-icon-master4-no-pvc-filled:before {
            content: ''
        }
        
        .med-icon-master4-no-pvc:before {
            content: ''
        }
        
        .med-icon-master4-nose-filled:before {
            content: ''
        }
        
        .med-icon-master4-nose:before {
            content: ''
        }
        
        .med-icon-master3-audiolink-filled:before {
            content: ''
        }
        
        .med-icon-master3-audiolink:before {
            content: ''
        }
        
        .med-icon-master3-baby-filled:before {
            content: ''
        }
        
        .med-icon-master3-baby:before {
            content: ''
        }
        
        .med-icon-calendar-filled:before {
            content: ''
        }
        
        .med-icon-master3-bike-active:before {
            content: ''
        }
        
        .med-icon-candy:before {
            content: ''
        }
        
        .med-icon-master3-contact-form:before {
            content: ''
        }
        
        .med-icon-master3-contact-sports-filled:before {
            content: ''
        }
        
        .med-icon-master3-contact-sports:before {
            content: ''
        }
        
        .med-icon-bimodal-filled:before {
            content: ''
        }
        
        .med-icon-master3-data-and-statistics:before {
            content: ''
        }
        
        .med-icon-master3-left-ear-filled:before {
            content: ''
        }
        
        .med-icon-master3-left-ear:before {
            content: ''
        }
        
        .med-icon-master3-no-water-filled:before {
            content: ''
        }
        
        .med-icon-master3-no-water:before {
            content: ''
        }
        
        .med-icon-master3-plus-add-new-filled:before {
            content: ''
        }
        
        .med-icon-master3-plus-add-new:before {
            content: ''
        }
        
        .med-icon-master3-right-ear-filled:before {
            content: ''
        }
        
        .med-icon-master3-right-ear:before {
            content: ''
        }
        
        .med-icon-master3-unlock-filled:before {
            content: ''
        }
        
        .med-icon-master3-unlock:before {
            content: ''
        }
        
        .med-icon-master_page_1_rondo-2-filled:before {
            content: ''
        }
        
        .med-icon-master_page_1_rondo-2:before {
            content: ''
        }
        
        .med-icon-master4-user-friendly:before {
            content: ''
        }
        
        .med-icon-master4-t-shirt:before {
            content: ''
        }
        
        .med-icon-master4-wash-hands:before {
            content: ''
        }
        
        .med-icon-master4-t-shirt-filled:before {
            content: ''
        }
        
        .med-icon-master4-wash-hands-filled:before {
            content: ''
        }
        
        .med-icon-master4-wireless-charger-filled:before {
            content: ''
        }
        
        .med-icon-master4-wireless-charger:before {
            content: ''
        }
        
        .med-icon-master3-contact-form-filled:before {
            content: ''
        }
        
        .med-icon-master1-adhear-filled:before {
            content: ''
        }
        
        .med-icon-master_page_1_mri-conditional-safety-1-5-tesla:before {
            content: ''
        }
        
        .med-icon-master4-folder-filled:before {
            content: ''
        }
        
        .med-icon-master3-bike-active-filled:before {
            content: ''
        }
        
        .med-icon-stetoscope-filled:before {
            content: ''
        }
        
        .med-icon-master4-magnet-filled:before {
            content: ''
        }
        
        .med-icon-master4-book-library-filled:before {
            content: ''
        }
        
        .med-icon-master4-academy-filled:before {
            content: ''
        }
        
        .med-icon-master4-additional-fixation-plug-filled:before {
            content: ''
        }
        
        .med-icon-candy-filled:before {
            content: ''
        }
        
        .med-icon-kidsicon:before {
            content: ''
        }
        
        .med-icon-manual:before {
            content: ''
        }
        
        .med-icon-manual-filled:before {
            content: ''
        }
        
        .med-icon-microphone-cover:before {
            content: ''
        }
        
        .med-icon-microphone-cover-filled:before {
            content: ''
        }
        
        .med-icon-nurse:before {
            content: ''
        }
        
        .med-icon-nurse-filled:before {
            content: ''
        }
        
        .med-icon-star:before {
            content: ''
        }
        
        .med-icon-tablet:before {
            content: ''
        }
        
        .med-icon-mri-spanish-filled:before {
            content: ''
        }
        
        .med-icon-geolocation-symbol:before {
            content: ''
        }
        
        .med-icon-geolocation-filled:before {
            content: ''
        }
        
        .med-icon-geolocation:before {
            content: ''
        }
        
        .med-icon-filter-symbol:before {
            content: ''
        }
        
        .med-icon-2min-read-showpad-filled:before {
            content: ''
        }
        
        .med-icon-2min-read-showpad:before {
            content: ''
        }
        
        .med-icon-tablet-filled:before {
            content: ''
        }
        
        .med-icon-mri-spanish:before {
            content: ''
        }
        
        .med-icon-bimodal:before {
            content: ''
        }
        
        .med-icon-airplane-filled:before {
            content: ''
        }
        
        .med-icon-at-school:before {
            content: ''
        }
        
        .med-icon-back-revert:before {
            content: ''
        }
        
        .med-icon-surgery:before {
            content: ''
        }
        
        .med-icon-username:before {
            content: ''
        }
        
        .med-icon-username-filled:before {
            content: ''
        }
        
        .med-icon-back-revert-filled:before {
            content: ''
        }
        
        .med-icon-whatsapp:before {
            content: ''
        }
        
        .med-icon-surgery-filled:before {
            content: ''
        }
        
        .med-icon-at-school-filled:before {
            content: ''
        }
        
        .med-icon-airplane:before {
            content: ''
        }
        
        .med-icon-samba-2:before {
            content: ''
        }
        
        .med-icon-samba-2-filled:before {
            content: ''
        }
        
        .med-icon-samba-2-go:before {
            content: ''
        }
        
        .med-icon-samba-2-go-filled:before {
            content: ''
        }
        
        .med-icon-speech-in-noise:before {
            content: ''
        }
        
        .med-icon-speech-in-noise-filled:before {
            content: ''
        }
        
        .med-icon-speech-in-quiet:before {
            content: ''
        }
        
        .med-icon-sports:before {
            content: ''
        }
        
        .med-icon-sports-filled:before {
            content: ''
        }
        
        .med-icon-speech-in-quiet-filled:before {
            content: ''
        }
        
        .med-icon-synchrony2-filled:before {
            content: ''
        }
        
        .med-icon-synchrony2:before {
            content: ''
        }
        
        .med-icon-car-filled:before {
            content: ''
        }
        
        .med-icon-car:before {
            content: ''
        }
        
        .med-icon-information-topic:before {
            content: ''
        }
        
        .med-icon-noise:before {
            content: ''
        }
        
        .med-icon-noise-filled:before {
            content: ''
        }
        
        .med-icon-quiet:before {
            content: ''
        }
        
        .med-icon-call-to-action:before {
            content: ''
        }
        
        .med-icon-call-to-action-filled:before {
            content: ''
        }
        
        .med-icon-information-topic-filled:before {
            content: ''
        }
        
        .med-icon-24h:before {
            content: ''
        }
        
        .med-icon-24h-filled:before {
            content: ''
        }
        
        .med-icon-running:before {
            content: ''
        }
        
        .med-icon-running-filled:before {
            content: ''
        }
        
        .animated.delay1x {
            -moz-animation-delay: .5s!important;
            -webkit-animation-delay: .5s!important;
            animation-delay: .5s!important;
            -webkit-transition-delay: .5s!important;
            transition-delay: .5s!important
        }
        
        .animated.delay2x {
            -moz-animation-delay: 1s!important;
            -webkit-animation-delay: 1s!important;
            animation-delay: 1s!important;
            -webkit-transition-delay: 1s!important;
            transition-delay: 1s!important
        }
        
        .animated.delay3x {
            -moz-animation-delay: 1.5s!important;
            -webkit-animation-delay: 1.5s!important;
            animation-delay: 1.5s!important;
            -webkit-transition-delay: 1.5s!important;
            transition-delay: 1.5s!important
        }
        
        .animated.delay4x {
            -moz-animation-delay: 2s!important;
            -webkit-animation-delay: 2s!important;
            animation-delay: 2s!important;
            -webkit-transition-delay: 2s!important;
            transition-delay: 2s!important
        }
        
        .animated.bottom-to-top {
            -moz-animation: mk_bottom_to_top .5s 1 cubic-bezier(.77, 0, .175, 1);
            -webkit-animation: mk_bottom_to_top .5s 1 cubic-bezier(.77, 0, .175, 1);
            animation: mk_bottom_to_top .5s 1 cubic-bezier(.77, 0, .175, 1);
            opacity: 1
        }
        
        @-moz-keyframes mk_bottom_to_top {
            0% {
                -moz-transform: translate(0, 60%);
                transform: translate(0, 60%);
                opacity: 0
            }
            100% {
                -moz-transform: translate(0, 0);
                transform: translate(0, 0);
                opacity: 1
            }
        }
        
        @-webkit-keyframes mk_bottom_to_top {
            0% {
                -webkit-transform: translate(0, 60%);
                transform: translate(0, 60%);
                opacity: 0
            }
            100% {
                -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
                opacity: 1
            }
        }
        
        @keyframes mk_bottom_to_top {
            0% {
                -moz-transform: translate(0, 60%);
                -ms-transform: translate(0, 60%);
                -webkit-transform: translate(0, 60%);
                transform: translate(0, 60%);
                opacity: 0
            }
            100% {
                -moz-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
                opacity: 1
            }
        }
        
        @-moz-keyframes collapse_btn_color_change {
            from {
                color: #61a7ab
            }
            to {
                color: #00747a
            }
        }
        
        @-webkit-keyframes collapse_btn_color_change {
            from {
                color: #61a7ab
            }
            to {
                color: #00747a
            }
        }
        
        @keyframes collapse_btn_color_change {
            from {
                color: #61a7ab
            }
            to {
                color: #00747a
            }
        }
        
        .med-icon-gen-down-arrow-filled.collapse-bg-animate {
            -moz-animation: collapse_btn_color_change 1s infinite alternate;
            -webkit-animation: collapse_btn_color_change 1s infinite alternate;
            animation: collapse_btn_color_change 1s infinite alternate
        }
        
        .med-icon-gen-down-arrow-filled.collapse-bg-animate:hover {
            text-decoration: none
        }
        
        .container-smooth {
            max-width: 1220px
        }
        
        @media(min-width:1px) {
            .container-smooth {
                width: auto
            }
        }
        
        .btn-labeled {
            padding-top: 0;
            padding-bottom: 0
        }
        
        .btn-label {
            position: relative;
            background: transparent;
            background: rgba(0, 0, 0, .15);
            display: inline-block;
            padding: 6px 12px;
            left: -12px;
            border-radius: -1px 0 0 -1px
        }
        
        .btn-label.btn-label-right {
            left: auto;
            right: -12px;
            border-radius: 0 -1px -1px 0
        }
        
        .btn-lg .btn-label,
        .btn-group-lg>.btn .btn-label {
            padding: 10px 16px;
            left: -16px;
            border-radius: -1px 0 0 -1px
        }
        
        .btn-lg .btn-label.btn-label-right,
        .btn-group-lg>.btn .btn-label.btn-label-right {
            left: auto;
            right: -16px;
            border-radius: 0 -1px -1px 0
        }
        
        .btn-sm .btn-label,
        .btn-group-sm>.btn .btn-label {
            padding: 5px 10px;
            left: -10px;
            border-radius: -1px 0 0 -1px
        }
        
        .btn-sm .btn-label.btn-label-right,
        .btn-group-sm>.btn .btn-label.btn-label-right {
            left: auto;
            right: -10px;
            border-radius: 0 -1px -1px 0
        }
        
        .btn-xs .btn-label,
        .btn-group-xs>.btn .btn-label {
            padding: 1px 5px;
            left: -5px;
            border-radius: -1px 0 0 -1px
        }
        
        .btn-xs .btn-label.btn-label-right,
        .btn-group-xs>.btn .btn-label.btn-label-right {
            left: auto;
            right: -5px;
            border-radius: 0 -1px -1px 0
        }
        
        .btn-group>.btn:last-child:not(:first-child) .btn-label,
        .btn-group>.dropdown-toggle:not(:first-child) .btn-label {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0
        }
        
        .nav-tabs-bottom {
            border-bottom: 0;
            border-top: 1px solid #ddd
        }
        
        .nav-tabs-bottom>li {
            margin-bottom: 0;
            margin-top: -1px
        }
        
        .nav-tabs-bottom>li>a {
            border-radius: 0 0 0 0
        }
        
        .nav-tabs-bottom>li>a:hover,
        .nav-tabs-bottom>li>a:focus,
        .nav-tabs-bottom>li.active>a,
        .nav-tabs-bottom>li.active>a:hover,
        .nav-tabs-bottom>li.active>a:focus {
            border: 1px solid #ddd;
            border-top-color: transparent
        }
        
        .nav-tabs-left {
            border-bottom: 0;
            border-right: 1px solid #ddd
        }
        
        .nav-tabs-left>li {
            margin-bottom: 0;
            margin-right: -1px;
            float: none
        }
        
        .nav-tabs-left>li>a {
            border-radius: 0 0 0 0;
            margin-right: 0;
            margin-bottom: 2px
        }
        
        .nav-tabs-left>li>a:hover,
        .nav-tabs-left>li>a:focus,
        .nav-tabs-left>li.active>a,
        .nav-tabs-left>li.active>a:hover,
        .nav-tabs-left>li.active>a:focus {
            border: 1px solid #ddd;
            border-right-color: transparent
        }
        
        .row>.nav-tabs-left {
            padding-right: 0;
            padding-left: 10px;
            margin-right: -1px;
            position: relative;
            z-index: 1
        }
        
        .row>.nav-tabs-left+.tab-content {
            border-left: 1px solid #ddd
        }
        
        .nav-tabs-right {
            border-bottom: 0;
            border-left: 1px solid #ddd
        }
        
        .nav-tabs-right>li {
            margin-bottom: 0;
            margin-left: -1px;
            float: none
        }
        
        .nav-tabs-right>li>a {
            border-radius: 0 0 0 0;
            margin-left: 0;
            margin-bottom: 2px
        }
        
        .nav-tabs-right>li>a:hover,
        .nav-tabs-right>li>a:focus,
        .nav-tabs-right>li.active>a,
        .nav-tabs-right>li.active>a:hover,
        .nav-tabs-right>li.active>a:focus {
            border: 1px solid #ddd;
            border-left-color: transparent
        }
        
        .row>.nav-tabs-right {
            padding-left: 0;
            padding-right: 10px
        }
        
        .navmenu,
        .navbar-offcanvas {
            width: 300px;
            height: 100%;
            border-width: 1px;
            border-style: solid;
            border-radius: 0
        }
        
        .navmenu-fixed-left,
        .navmenu-fixed-right,
        .navbar-offcanvas {
            position: fixed;
            z-index: 1030;
            top: 0;
            border-radius: 0;
            overflow-y: auto
        }
        
        .navmenu-fixed-left,
        .navbar-offcanvas.navmenu-fixed-left {
            left: 0;
            right: auto;
            border-width: 0 1px 0 0;
            bottom: 0
        }
        
        .navmenu-fixed-right,
        .navbar-offcanvas {
            left: auto;
            right: 0;
            border-width: 0 0 0 1px
        }
        
        .navmenu-nav {
            margin-bottom: 10px
        }
        
        .navmenu-nav.dropdown-menu {
            position: static;
            margin: 0;
            padding-top: 0;
            float: none;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: 0
        }
        
        .navbar-offcanvas .navbar-nav {
            margin: 0
        }
        
        @media(min-width:768px) {
            .navbar-offcanvas {
                width: auto;
                border-top: 0;
                box-shadow: none
            }
            .navbar-offcanvas.offcanvas {
                position: static;
                display: block!important;
                height: auto!important;
                padding-bottom: 0;
                overflow: visible!important
            }
            .navbar-offcanvas .navbar-nav.navbar-left:first-child {
                margin-left: -10px
            }
            .navbar-offcanvas .navbar-nav.navbar-right:last-child {
                margin-right: -10px
            }
            .navbar-offcanvas .navmenu-brand {
                display: none
            }
        }
        
        .navmenu-brand {
            display: block;
            font-size: 20px;
            line-height: 20px;
            padding: 10px 15px;
            margin: 10px 0
        }
        
        .navmenu-brand:hover,
        .navmenu-brand:focus {
            text-decoration: none
        }
        
        .navmenu-default,
        .navbar-default .navbar-offcanvas {
            background-color: #f8f8f8;
            border-color: #e7e7e7
        }
        
        .navmenu-default .navmenu-brand,
        .navbar-default .navbar-offcanvas .navmenu-brand {
            color: #777
        }
        
        .navmenu-default .navmenu-brand:hover,
        .navmenu-default .navmenu-brand:focus,
        .navbar-default .navbar-offcanvas .navmenu-brand:hover,
        .navbar-default .navbar-offcanvas .navmenu-brand:focus {
            color: #5e5e5e;
            background-color: transparent
        }
        
        .navmenu-default .navmenu-text,
        .navbar-default .navbar-offcanvas .navmenu-text {
            color: #777
        }
        
        .navmenu-default .navmenu-nav>.dropdown>a:hover .caret,
        .navmenu-default .navmenu-nav>.dropdown>a:focus .caret,
        .navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a:hover .caret,
        .navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a:focus .caret {
            border-top-color: #333;
            border-bottom-color: #333
        }
        
        .navmenu-default .navmenu-nav>.open>a,
        .navmenu-default .navmenu-nav>.open>a:hover,
        .navmenu-default .navmenu-nav>.open>a:focus,
        .navbar-default .navbar-offcanvas .navmenu-nav>.open>a,
        .navbar-default .navbar-offcanvas .navmenu-nav>.open>a:hover,
        .navbar-default .navbar-offcanvas .navmenu-nav>.open>a:focus {
            background-color: #e7e7e7;
            color: #555
        }
        
        .navmenu-default .navmenu-nav>.open>a .caret,
        .navmenu-default .navmenu-nav>.open>a:hover .caret,
        .navmenu-default .navmenu-nav>.open>a:focus .caret,
        .navbar-default .navbar-offcanvas .navmenu-nav>.open>a .caret,
        .navbar-default .navbar-offcanvas .navmenu-nav>.open>a:hover .caret,
        .navbar-default .navbar-offcanvas .navmenu-nav>.open>a:focus .caret {
            border-top-color: #555;
            border-bottom-color: #555
        }
        
        .navmenu-default .navmenu-nav>.dropdown>a .caret,
        .navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a .caret {
            border-top-color: #777;
            border-bottom-color: #777
        }
        
        .navmenu-default .navmenu-nav.dropdown-menu,
        .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
            background-color: #e7e7e7
        }
        
        .navmenu-default .navmenu-nav.dropdown-menu>.divider,
        .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.divider {
            background-color: #f8f8f8
        }
        
        .navmenu-default .navmenu-nav.dropdown-menu>.active>a,
        .navmenu-default .navmenu-nav.dropdown-menu>.active>a:hover,
        .navmenu-default .navmenu-nav.dropdown-menu>.active>a:focus,
        .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a,
        .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:hover,
        .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:focus {
            background-color: #d7d7d7
        }
        
        .navmenu-default .navmenu-nav>li>a,
        .navbar-default .navbar-offcanvas .navmenu-nav>li>a {
            color: #777
        }
        
        .navmenu-default .navmenu-nav>li>a:hover,
        .navmenu-default .navmenu-nav>li>a:focus,
        .navbar-default .navbar-offcanvas .navmenu-nav>li>a:hover,
        .navbar-default .navbar-offcanvas .navmenu-nav>li>a:focus {
            color: #333;
            background-color: transparent
        }
        
        .navmenu-default .navmenu-nav>.active>a,
        .navmenu-default .navmenu-nav>.active>a:hover,
        .navmenu-default .navmenu-nav>.active>a:focus,
        .navbar-default .navbar-offcanvas .navmenu-nav>.active>a,
        .navbar-default .navbar-offcanvas .navmenu-nav>.active>a:hover,
        .navbar-default .navbar-offcanvas .navmenu-nav>.active>a:focus {
            color: #555;
            background-color: #e7e7e7
        }
        
        .navmenu-default .navmenu-nav>.disabled>a,
        .navmenu-default .navmenu-nav>.disabled>a:hover,
        .navmenu-default .navmenu-nav>.disabled>a:focus,
        .navbar-default .navbar-offcanvas .navmenu-nav>.disabled>a,
        .navbar-default .navbar-offcanvas .navmenu-nav>.disabled>a:hover,
        .navbar-default .navbar-offcanvas .navmenu-nav>.disabled>a:focus {
            color: #ccc;
            background-color: transparent
        }
        
        .navmenu-inverse,
        .navbar-inverse .navbar-offcanvas {
            background-color: #222;
            border-color: #090909
        }
        
        .navmenu-inverse .navmenu-brand,
        .navbar-inverse .navbar-offcanvas .navmenu-brand {
            color: #bebebe
        }
        
        .navmenu-inverse .navmenu-brand:hover,
        .navmenu-inverse .navmenu-brand:focus,
        .navbar-inverse .navbar-offcanvas .navmenu-brand:hover,
        .navbar-inverse .navbar-offcanvas .navmenu-brand:focus {
            color: #fff;
            background-color: transparent
        }
        
        .navmenu-inverse .navmenu-text,
        .navbar-inverse .navbar-offcanvas .navmenu-text {
            color: #bebebe
        }
        
        .navmenu-inverse .navmenu-nav>.dropdown>a:hover .caret,
        .navmenu-inverse .navmenu-nav>.dropdown>a:focus .caret,
        .navbar-inverse .navbar-offcanvas .navmenu-nav>.dropdown>a:hover .caret,
        .navbar-inverse .navbar-offcanvas .navmenu-nav>.dropdown>a:focus .caret {
            border-top-color: #fff;
            border-bottom-color: #fff
        }
        
        .navmenu-inverse .navmenu-nav>.open>a,
        .navmenu-inverse .navmenu-nav>.open>a:hover,
        .navmenu-inverse .navmenu-nav>.open>a:focus,
        .navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a,
        .navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:hover,
        .navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:focus {
            background-color: #090909;
            color: #fff
        }
        
        .navmenu-inverse .navmenu-nav>.open>a .caret,
        .navmenu-inverse .navmenu-nav>.open>a:hover .caret,
        .navmenu-inverse .navmenu-nav>.open>a:focus .caret,
        .navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a .caret,
        .navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:hover .caret,
        .navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:focus .caret {
            border-top-color: #fff;
            border-bottom-color: #fff
        }
        
        .navmenu-inverse .navmenu-nav>.dropdown>a .caret,
        .navbar-inverse .navbar-offcanvas .navmenu-nav>.dropdown>a .caret {
            border-top-color: #bebebe;
            border-bottom-color: #bebebe
        }
        
        .navmenu-inverse .navmenu-nav.dropdown-menu,
        .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu {
            background-color: #090909
        }
        
        .navmenu-inverse .navmenu-nav.dropdown-menu>.divider,
        .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.divider {
            background-color: #222
        }
        
        .navmenu-inverse .navmenu-nav.dropdown-menu>.active>a,
        .navmenu-inverse .navmenu-nav.dropdown-menu>.active>a:hover,
        .navmenu-inverse .navmenu-nav.dropdown-menu>.active>a:focus,
        .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a,
        .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:hover,
        .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:focus {
            background-color: #000
        }
        
        .navmenu-inverse .navmenu-nav>li>a,
        .navbar-inverse .navbar-offcanvas .navmenu-nav>li>a {
            color: #bebebe
        }
        
        .navmenu-inverse .navmenu-nav>li>a:hover,
        .navmenu-inverse .navmenu-nav>li>a:focus,
        .navbar-inverse .navbar-offcanvas .navmenu-nav>li>a:hover,
        .navbar-inverse .navbar-offcanvas .navmenu-nav>li>a:focus {
            color: #fff;
            background-color: transparent
        }
        
        .navmenu-inverse .navmenu-nav>.active>a,
        .navmenu-inverse .navmenu-nav>.active>a:hover,
        .navmenu-inverse .navmenu-nav>.active>a:focus,
        .navbar-inverse .navbar-offcanvas .navmenu-nav>.active>a,
        .navbar-inverse .navbar-offcanvas .navmenu-nav>.active>a:hover,
        .navbar-inverse .navbar-offcanvas .navmenu-nav>.active>a:focus {
            color: #fff;
            background-color: #090909
        }
        
        .navmenu-inverse .navmenu-nav>.disabled>a,
        .navmenu-inverse .navmenu-nav>.disabled>a:hover,
        .navmenu-inverse .navmenu-nav>.disabled>a:focus,
        .navbar-inverse .navbar-offcanvas .navmenu-nav>.disabled>a,
        .navbar-inverse .navbar-offcanvas .navmenu-nav>.disabled>a:hover,
        .navbar-inverse .navbar-offcanvas .navmenu-nav>.disabled>a:focus {
            color: #444;
            background-color: transparent
        }
        
        .alert-fixed-top,
        .alert-fixed-bottom {
            position: fixed;
            width: 100%;
            z-index: 1035;
            border-radius: 0;
            margin: 0;
            left: 0
        }
        
        @media(min-width:992px) {
            .alert-fixed-top,
            .alert-fixed-bottom {
                width: 992px;
                left: 50%;
                margin-left: -496px
            }
        }
        
        .alert-fixed-top {
            top: 0;
            border-width: 0 0 1px 0
        }
        
        @media(min-width:992px) {
            .alert-fixed-top {
                border-bottom-right-radius: 0;
                border-bottom-left-radius: 0;
                border-width: 0 1px 1px 1px
            }
        }
        
        .alert-fixed-bottom {
            bottom: 0;
            border-width: 1px 0 0 0
        }
        
        @media(min-width:992px) {
            .alert-fixed-bottom {
                border-top-left-radius: 0;
                border-top-right-radius: 0;
                border-width: 1px 1px 0 1px
            }
        }
        
        .offcanvas {
            display: none
        }
        
        .offcanvas.in {
            display: block
        }
        
        @media(max-width:767px) {
            .offcanvas-xs {
                display: none
            }
            .offcanvas-xs.in {
                display: block
            }
        }
        
        @media(max-width:991px) {
            .offcanvas-sm {
                display: none
            }
            .offcanvas-sm.in {
                display: block
            }
        }
        
        @media(max-width:1263px) {
            .offcanvas-md {
                display: none
            }
            .offcanvas-md.in {
                display: block
            }
        }
        
        .offcanvas-lg {
            display: none
        }
        
        .offcanvas-lg.in {
            display: block
        }
        
        .canvas-sliding {
            -webkit-transition: top .35s, left .35s, bottom .35s, right .35s;
            transition: top .35s, left .35s, bottom .35s, right .35s
        }
        
        .offcanvas-clone {
            height: 0!important;
            width: 0!important;
            overflow: hidden!important;
            border: none!important;
            margin: 0!important;
            padding: 0!important;
            position: absolute!important;
            top: auto!important;
            left: auto!important;
            bottom: 0!important;
            right: 0!important;
            opacity: 0!important
        }
        
        .table.rowlink td:not(.rowlink-skip),
        .table .rowlink td:not(.rowlink-skip) {
            cursor: pointer
        }
        
        .table.rowlink td:not(.rowlink-skip) a,
        .table .rowlink td:not(.rowlink-skip) a {
            color: inherit;
            font: inherit;
            text-decoration: inherit
        }
        
        .table-hover.rowlink tr:hover td,
        .table-hover .rowlink tr:hover td {
            background-color: #cfcfcf
        }
        
        .btn-file {
            overflow: hidden;
            position: relative;
            vertical-align: middle
        }
        
        .btn-file>input {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            opacity: 0;
            filter: alpha(opacity=0);
            font-size: 23px;
            height: 100%;
            width: 100%;
            direction: ltr;
            cursor: pointer
        }
        
        .fileinput {
            margin-bottom: 9px;
            display: inline-block
        }
        
        .fileinput .form-control {
            padding-top: 7px;
            padding-bottom: 5px;
            display: inline-block;
            margin-bottom: 0;
            vertical-align: middle;
            cursor: text
        }
        
        .fileinput .thumbnail {
            overflow: hidden;
            display: inline-block;
            margin-bottom: 5px;
            vertical-align: middle;
            text-align: center
        }
        
        .fileinput .thumbnail>img {
            max-height: 100%
        }
        
        .fileinput .btn {
            vertical-align: middle
        }
        
        .fileinput-exists .fileinput-new,
        .fileinput-new .fileinput-exists {
            display: none
        }
        
        .fileinput-exists.close {
            float: none
        }
        
        .fileinput-inline .fileinput-controls {
            display: inline
        }
        
        .fileinput-filename {
            vertical-align: middle;
            display: inline-block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis
        }
        
        .form-control .fileinput-filename {
            vertical-align: bottom
        }
        
        .fileinput.input-group {
            display: table
        }
        
        .fileinput-new.input-group .btn-file,
        .fileinput-new .input-group .btn-file {
            border-radius: 0 0 0 0
        }
        
        .fileinput-new.input-group .btn-file.btn-xs,
        .fileinput-new.input-group .btn-group-xs>.btn-file.btn,
        .fileinput-new.input-group .btn-file.btn-sm,
        .fileinput-new.input-group .btn-group-sm>.btn-file.btn,
        .fileinput-new .input-group .btn-file.btn-xs,
        .fileinput-new .input-group .btn-group-xs>.btn-file.btn,
        .fileinput-new .input-group .btn-file.btn-sm,
        .fileinput-new .input-group .btn-group-sm>.btn-file.btn {
            border-radius: 0 0 0 0
        }
        
        .fileinput-new.input-group .btn-file.btn-lg,
        .fileinput-new.input-group .btn-group-lg>.btn-file.btn,
        .fileinput-new .input-group .btn-file.btn-lg,
        .fileinput-new .input-group .btn-group-lg>.btn-file.btn {
            border-radius: 0 0 0 0
        }
        
        .form-group.has-warning .fileinput .fileinput-preview {
            color: #8a6d3b
        }
        
        .form-group.has-warning .fileinput .thumbnail {
            border-color: #faebcc
        }
        
        .form-group.has-error .fileinput .fileinput-preview {
            color: #a94442
        }
        
        .form-group.has-error .fileinput .thumbnail {
            border-color: #ebccd1
        }
        
        .form-group.has-success .fileinput .fileinput-preview {
            color: #3c763d
        }
        
        .form-group.has-success .fileinput .thumbnail {
            border-color: #d6e9c6
        }
        
        .input-group-addon:not(:first-child) {
            border-left: 0
        }
        
        .hearing-loss-profiles p.h5,
        .hearing-loss-profiles-extended p.h5 {
            font-weight: normal;
            min-height: 37px
        }
        
        .hearing-loss-profiles h2.h4,
        .hearing-loss-profiles-extended h2.h4 {
            min-height: 37px
        }
        
        .clickable:hover {
            opacity: .7;
            color: initial;
            text-decoration: none
        }
        
        .clickable {
            color: initial;
            text-decoration: none;
            display: block
        }
        
        .hearing-loss-profile.mini-single .hearing-loss-profiles {
            padding: 13px;
            background-color: #fff;
            border-right: 1px solid #ccc
        }
        
        .checkbox-cute {
            padding-left: 20px
        }
        
        .checkbox-cute label {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            padding-left: 5px
        }
        
        .checkbox-cute label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #ccc;
            border-radius: 3px;
            background-color: #fff;
            -moz-transition: border .15s ease-in-out, color .15s ease-in-out;
            -o-transition: border .15s ease-in-out, color .15s ease-in-out;
            -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
            transition: border .15s ease-in-out, color .15s ease-in-out
        }
        
        .checkbox-cute label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #979595
        }
        
        .checkbox-cute input[type="checkbox"],
        .checkbox-cute input[type="radio"] {
            opacity: 0;
            z-index: 1
        }
        
        .checkbox-cute input[type="checkbox"]:focus+label::before,
        .checkbox-cute input[type="radio"]:focus+label::before {
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px
        }
        
        .checkbox-cute input[type="checkbox"]:checked+label::after,
        .checkbox-cute input[type="radio"]:checked+label::after {
            font-family: "FontAwesome";
            content: ""
        }
        
        .checkbox-cute input[type="checkbox"]:indeterminate+label::after,
        .checkbox-cute input[type="radio"]:indeterminate+label::after {
            display: block;
            content: "";
            width: 10px;
            height: 3px;
            background-color: #555;
            border-radius: 2px;
            margin-left: -16.5px;
            margin-top: 7px
        }
        
        .checkbox-cute input[type="checkbox"]:disabled+label,
        .checkbox-cute input[type="radio"]:disabled+label {
            opacity: .65
        }
        
        .checkbox-cute input[type="checkbox"]:disabled+label::before,
        .checkbox-cute input[type="radio"]:disabled+label::before {
            background-color: #e4e4e4;
            cursor: not-allowed
        }
        
        .checkbox-cute.checkbox-circle label::before {
            border-radius: 50%
        }
        
        .checkbox-cute.checkbox-inline {
            margin-top: 0
        }
        
        .checkbox-primary input[type="checkbox"]:checked+label::before,
        .checkbox-primary input[type="radio"]:checked+label::before {
            background-color: #c60c30;
            border-color: #c60c30
        }
        
        .checkbox-primary input[type="checkbox"]:checked+label::after,
        .checkbox-primary input[type="radio"]:checked+label::after {
            color: #fff
        }
        
        .checkbox-danger input[type="checkbox"]:checked+label::before,
        .checkbox-danger input[type="radio"]:checked+label::before {
            background-color: #d9534f;
            border-color: #d9534f
        }
        
        .checkbox-danger input[type="checkbox"]:checked+label::after,
        .checkbox-danger input[type="radio"]:checked+label::after {
            color: #fff
        }
        
        .checkbox-info input[type="checkbox"]:checked+label::before,
        .checkbox-info input[type="radio"]:checked+label::before {
            background-color: #5bc0de;
            border-color: #5bc0de
        }
        
        .checkbox-info input[type="checkbox"]:checked+label::after,
        .checkbox-info input[type="radio"]:checked+label::after {
            color: #fff
        }
        
        .checkbox-warning input[type="checkbox"]:checked+label::before,
        .checkbox-warning input[type="radio"]:checked+label::before {
            background-color: #f0ad4e;
            border-color: #f0ad4e
        }
        
        .checkbox-warning input[type="checkbox"]:checked+label::after,
        .checkbox-warning input[type="radio"]:checked+label::after {
            color: #fff
        }
        
        .checkbox-success input[type="checkbox"]:checked+label::before,
        .checkbox-success input[type="radio"]:checked+label::before {
            background-color: #5cb85c;
            border-color: #5cb85c
        }
        
        .checkbox-success input[type="checkbox"]:checked+label::after,
        .checkbox-success input[type="radio"]:checked+label::after {
            color: #fff
        }
        
        .checkbox-primary input[type="checkbox"]:indeterminate+label::before,
        .checkbox-primary input[type="radio"]:indeterminate+label::before {
            background-color: #c60c30;
            border-color: #c60c30
        }
        
        .checkbox-primary input[type="checkbox"]:indeterminate+label::after,
        .checkbox-primary input[type="radio"]:indeterminate+label::after {
            background-color: #fff
        }
        
        .checkbox-danger input[type="checkbox"]:indeterminate+label::before,
        .checkbox-danger input[type="radio"]:indeterminate+label::before {
            background-color: #d9534f;
            border-color: #d9534f
        }
        
        .checkbox-danger input[type="checkbox"]:indeterminate+label::after,
        .checkbox-danger input[type="radio"]:indeterminate+label::after {
            background-color: #fff
        }
        
        .checkbox-info input[type="checkbox"]:indeterminate+label::before,
        .checkbox-info input[type="radio"]:indeterminate+label::before {
            background-color: #5bc0de;
            border-color: #5bc0de
        }
        
        .checkbox-info input[type="checkbox"]:indeterminate+label::after,
        .checkbox-info input[type="radio"]:indeterminate+label::after {
            background-color: #fff
        }
        
        .checkbox-warning input[type="checkbox"]:indeterminate+label::before,
        .checkbox-warning input[type="radio"]:indeterminate+label::before {
            background-color: #f0ad4e;
            border-color: #f0ad4e
        }
        
        .checkbox-warning input[type="checkbox"]:indeterminate+label::after,
        .checkbox-warning input[type="radio"]:indeterminate+label::after {
            background-color: #fff
        }
        
        .checkbox-success input[type="checkbox"]:indeterminate+label::before,
        .checkbox-success input[type="radio"]:indeterminate+label::before {
            background-color: #5cb85c;
            border-color: #5cb85c
        }
        
        .checkbox-success input[type="checkbox"]:indeterminate+label::after,
        .checkbox-success input[type="radio"]:indeterminate+label::after {
            background-color: #fff
        }
        
        .radio-cute {
            padding-left: 20px
        }
        
        .radio-cute label {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            padding-left: 5px
        }
        
        .radio-cute label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #ccc;
            border-radius: 50%;
            background-color: #fff;
            -moz-transition: border .15s ease-in-out;
            -o-transition: border .15s ease-in-out;
            -webkit-transition: border .15s ease-in-out;
            transition: border .15s ease-in-out
        }
        
        .radio-cute label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #979595;
            -moz-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
            -moz-transition: -moz-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
            -o-transition: -o-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
            transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33)
        }
        
        .radio-cute input[type="radio"] {
            opacity: 0;
            z-index: 1
        }
        
        .radio-cute input[type="radio"]:focus+label::before {
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px
        }
        
        .radio-cute input[type="radio"]:checked+label::after {
            -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1)
        }
        
        .radio-cute input[type="radio"]:disabled+label {
            opacity: .65
        }
        
        .radio-cute input[type="radio"]:disabled+label::before {
            cursor: not-allowed
        }
        
        .radio-cute.radio-inline {
            margin-top: 0
        }
        
        .radio-primary input[type="radio"]+label::after {
            background-color: #c60c30
        }
        
        .radio-primary input[type="radio"]:checked+label::before {
            border-color: #c60c30
        }
        
        .radio-primary input[type="radio"]:checked+label::after {
            background-color: #c60c30
        }
        
        .radio-danger input[type="radio"]+label::after {
            background-color: #d9534f
        }
        
        .radio-danger input[type="radio"]:checked+label::before {
            border-color: #d9534f
        }
        
        .radio-danger input[type="radio"]:checked+label::after {
            background-color: #d9534f
        }
        
        .radio-info input[type="radio"]+label::after {
            background-color: #5bc0de
        }
        
        .radio-info input[type="radio"]:checked+label::before {
            border-color: #5bc0de
        }
        
        .radio-info input[type="radio"]:checked+label::after {
            background-color: #5bc0de
        }
        
        .radio-warning input[type="radio"]+label::after {
            background-color: #f0ad4e
        }
        
        .radio-warning input[type="radio"]:checked+label::before {
            border-color: #f0ad4e
        }
        
        .radio-warning input[type="radio"]:checked+label::after {
            background-color: #f0ad4e
        }
        
        .radio-success input[type="radio"]+label::after {
            background-color: #5cb85c
        }
        
        .radio-success input[type="radio"]:checked+label::before {
            border-color: #5cb85c
        }
        
        .radio-success input[type="radio"]:checked+label::after {
            background-color: #5cb85c
        }
        
        input[type="checkbox"].styled:checked+label:after,
        input[type="radio"].styled:checked+label:after {
            font-family: "FontAwesome";
            content: ""
        }
        
        input[type="checkbox"] .styled:checked+label::before,
        input[type="radio"] .styled:checked+label::before {
            color: #fff
        }
        
        input[type="checkbox"] .styled:checked+label::after,
        input[type="radio"] .styled:checked+label::after {
            color: #fff
        }
        
        .checkbox-orange input[type="checkbox"]:checked+label::before,
        .checkbox-orange input[type="radio"]:checked+label::before {
            background-color: #f7403a;
            border-color: #f7403a
        }
        
        .checkbox-orange input[type="checkbox"]:checked+label::after,
        .checkbox-orange input[type="radio"]:checked+label::after {
            color: #fff
        }
        
        .checkbox-fuchsia input[type="checkbox"]:checked+label::before,
        .checkbox-fuchsia input[type="radio"]:checked+label::before {
            background-color: #b00057;
            border-color: #b00057
        }
        
        .checkbox-fuchsia input[type="checkbox"]:checked+label::after,
        .checkbox-fuchsia input[type="radio"]:checked+label::after {
            color: #fff
        }
        
        .checkbox-cherry input[type="checkbox"]:checked+label::before,
        .checkbox-cherry input[type="radio"]:checked+label::before {
            background-color: #981e32;
            border-color: #981e32
        }
        
        .checkbox-cherry input[type="checkbox"]:checked+label::after,
        .checkbox-cherry input[type="radio"]:checked+label::after {
            color: #fff
        }
        
        .checkbox-plum input[type="checkbox"]:checked+label::before,
        .checkbox-plum input[type="radio"]:checked+label::before {
            background-color: #6e273d;
            border-color: #6e273d
        }
        
        .checkbox-plum input[type="checkbox"]:checked+label::after,
        .checkbox-plum input[type="radio"]:checked+label::after {
            color: #fff
        }
        
        .checkbox-medel-grey input[type="checkbox"]:checked+label::before,
        .checkbox-medel-grey input[type="radio"]:checked+label::before {
            background-color: #f0f0f0;
            border-color: #f0f0f0
        }
        
        .checkbox-medel-grey input[type="checkbox"]:checked+label::after,
        .checkbox-medel-grey input[type="radio"]:checked+label::after {
            color: #fff
        }
        
        .checkbox-medel-grey-alternative input[type="checkbox"]:checked+label::before,
        .checkbox-medel-grey-alternative input[type="radio"]:checked+label::before {
            background-color: #717171;
            border-color: #717171
        }
        
        .checkbox-medel-grey-alternative input[type="checkbox"]:checked+label::after,
        .checkbox-medel-grey-alternative input[type="radio"]:checked+label::after {
            color: #fff
        }
        
        .checkbox-lime input[type="checkbox"]:checked+label::before,
        .checkbox-lime input[type="radio"]:checked+label::before {
            background-color: #b6bf00;
            border-color: #b6bf00
        }
        
        .checkbox-lime input[type="checkbox"]:checked+label::after,
        .checkbox-lime input[type="radio"]:checked+label::after {
            color: #fff
        }
        
        .checkbox-green input[type="checkbox"]:checked+label::before,
        .checkbox-green input[type="radio"]:checked+label::before {
            background-color: #92d400;
            border-color: #92d400
        }
        
        .checkbox-green input[type="checkbox"]:checked+label::after,
        .checkbox-green input[type="radio"]:checked+label::after {
            color: #fff
        }
        
        .checkbox-emerald input[type="checkbox"]:checked+label::before,
        .checkbox-emerald input[type="radio"]:checked+label::before {
            background-color: #00ae65;
            border-color: #00ae65
        }
        
        .checkbox-emerald input[type="checkbox"]:checked+label::after,
        .checkbox-emerald input[type="radio"]:checked+label::after {
            color: #fff
        }
        
        .checkbox-turquoise input[type="checkbox"]:checked+label::before,
        .checkbox-turquoise input[type="radio"]:checked+label::before {
            background-color: #009aa6;
            border-color: #009aa6
        }
        
        .checkbox-turquoise input[type="checkbox"]:checked+label::after,
        .checkbox-turquoise input[type="radio"]:checked+label::after {
            color: #fff
        }
        
        .checkbox-teal input[type="checkbox"]:checked+label::before,
        .checkbox-teal input[type="radio"]:checked+label::before {
            background-color: #00747a;
            border-color: #00747a
        }
        
        .checkbox-teal input[type="checkbox"]:checked+label::after,
        .checkbox-teal input[type="radio"]:checked+label::after {
            color: #fff
        }
        
        .slider {
            display: inline-block;
            vertical-align: middle;
            position: relative
        }
        
        .slider.slider-horizontal {
            width: 170px;
            height: 15px
        }
        
        .slider.slider-horizontal .slider-track {
            height: 7.5px;
            width: 100%;
            margin-top: -3.75px;
            top: 50%;
            left: 0
        }
        
        .slider.slider-horizontal .slider-selection,
        .slider.slider-horizontal .slider-track-low,
        .slider.slider-horizontal .slider-track-high {
            height: 100%;
            top: 0;
            bottom: 0
        }
        
        .slider.slider-horizontal .slider-tick,
        .slider.slider-horizontal .slider-handle {
            margin-left: -7.5px
        }
        
        .slider.slider-horizontal .slider-tick.triangle,
        .slider.slider-horizontal .slider-handle.triangle {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            border-width: 0 7.5px 7.5px 7.5px;
            width: 0;
            height: 0;
            border-bottom-color: #717171;
            margin-top: 0
        }
        
        .slider.slider-horizontal .slider-tick-container {
            white-space: nowrap;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%
        }
        
        .slider.slider-horizontal .slider-tick-label-container {
            white-space: nowrap
        }
        
        .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
            margin-top: 18px;
            display: inline-block;
            text-align: center
        }
        
        .slider.slider-vertical {
            height: 210px;
            width: 15px
        }
        
        .slider.slider-vertical .slider-track {
            width: 7.5px;
            height: 100%;
            margin-left: -3.75px;
            left: 25%;
            top: 0
        }
        
        .slider.slider-vertical .slider-selection {
            width: 100%;
            left: 0;
            top: 0;
            bottom: 0
        }
        
        .slider.slider-vertical .slider-track-low,
        .slider.slider-vertical .slider-track-high {
            width: 100%;
            left: 0;
            right: 0
        }
        
        .slider.slider-vertical .slider-tick,
        .slider.slider-vertical .slider-handle {
            margin-top: -7.5px
        }
        
        .slider.slider-vertical .slider-tick.triangle,
        .slider.slider-vertical .slider-handle.triangle {
            border-width: 7.5px 0 7.5px 7.5px;
            width: 1px;
            height: 1px;
            border-left-color: #717171;
            margin-left: 0
        }
        
        .slider.slider-vertical .slider-tick .slider-tick-label-container,
        .slider.slider-vertical .slider-handle .slider-tick-label-container {
            white-space: nowrap
        }
        
        .slider.slider-vertical .slider-tick .slider-tick-label-container .slider-tick-label,
        .slider.slider-vertical .slider-handle .slider-tick-label-container .slider-tick-label {
            padding-left: 3px
        }
        
        .slider.slider-disabled .slider-handle {
            background-color: #f7f7f7;
            background-image: -moz-linear-gradient(top, #dfdfdf, #bebebe);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dfdfdf), to(#bebebe));
            background-image: -webkit-linear-gradient(top, #dfdfdf, #bebebe);
            background-image: -o-linear-gradient(top, #dfdfdf, #bebebe);
            background-image: linear-gradient(to bottom, #dfdfdf, #bebebe);
            background-repeat: repeat-x;
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#bebebe', GradientType=0)
        }
        
        .slider.slider-disabled .slider-track {
            background-color: #f7f7f7;
            background-image: -moz-linear-gradient(top, #e5e5e5, #e9e9e9);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e5e5), to(#e9e9e9));
            background-image: -webkit-linear-gradient(top, #e5e5e5, #e9e9e9);
            background-image: -o-linear-gradient(top, #e5e5e5, #e9e9e9);
            background-image: linear-gradient(to bottom, #e5e5e5, #e9e9e9);
            background-repeat: repeat-x;
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#e9e9e9', GradientType=0);
            cursor: not-allowed
        }
        
        .slider input {
            display: none
        }
        
        .slider .tooltip-inner {
            white-space: nowrap;
            max-width: none
        }
        
        .slider .tooltip.top {
            margin-top: -36px
        }
        
        .slider .hide {
            display: none
        }
        
        .slider-track {
            position: absolute;
            cursor: pointer;
            background-color: #f7f7f7;
            background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
            background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
            background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
            background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
            background-repeat: repeat-x;
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
            -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
            -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
            -webkit-border-radius: 1px;
            -moz-border-radius: 1px;
            border-radius: 1px
        }
        
        .slider-selection {
            position: absolute;
            background-color: #f7f7f7;
            background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f5f5f5));
            background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
            background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
            background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
            background-repeat: repeat-x;
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5', GradientType=0);
            -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
            -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-border-radius: 1px;
            -moz-border-radius: 1px;
            border-radius: 1px
        }
        
        .slider-selection.tick-slider-selection {
            background-color: #f7f7f7;
            background-image: -moz-linear-gradient(top, #89cdef, #81bfde);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#89cdef), to(#81bfde));
            background-image: -webkit-linear-gradient(top, #89cdef, #81bfde);
            background-image: -o-linear-gradient(top, #89cdef, #81bfde);
            background-image: linear-gradient(to bottom, #89cdef, #81bfde);
            background-repeat: repeat-x;
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#89cdef', endColorstr='#81bfde', GradientType=0)
        }
        
        .slider-track-low,
        .slider-track-high {
            position: absolute;
            background: transparent;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: slider_border-radius(1px)
        }
        
        .slider-handle {
            position: absolute;
            top: 0;
            width: 15px;
            height: 15px;
            background-color: #717171;
            background-color: #8d8d8d;
            background-image: -moz-linear-gradient(top, #717171, #7f7f7f);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#717171), to(#7f7f7f));
            background-image: -webkit-linear-gradient(top, #717171, #7f7f7f);
            background-image: -o-linear-gradient(top, #717171, #7f7f7f);
            background-image: linear-gradient(to bottom, #717171, #7f7f7f);
            background-repeat: repeat-x;
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#717171', endColorstr='#7f7f7f', GradientType=0);
            -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
            -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
            border: 0 solid transparent
        }
        
        .slider-handle.round {
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px
        }
        
        .slider-handle.triangle {
            background: transparent none
        }
        
        .slider-handle.custom {
            background: transparent none
        }
        
        .slider-handle.custom::before {
            line-height: 15px;
            font-size: 20px;
            content: '★';
            color: #726204
        }
        
        .slider-tick {
            position: absolute;
            width: 15px;
            height: 15px;
            background-color: #f7f7f7;
            background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f5f5f5));
            background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
            background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
            background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
            background-repeat: repeat-x;
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5', GradientType=0);
            -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
            -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            filter: none;
            opacity: .8;
            border: 0 solid transparent
        }
        
        .slider-tick.round {
            border-radius: 50%
        }
        
        .slider-tick.triangle {
            background: transparent none
        }
        
        .slider-tick.custom {
            background: transparent none
        }
        
        .slider-tick.custom::before {
            line-height: 15px;
            font-size: 20px;
            content: '★';
            color: #726204
        }
        
        .slider-tick.in-selection {
            background-color: #f7f7f7;
            background-image: -moz-linear-gradient(top, #89cdef, #81bfde);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#89cdef), to(#81bfde));
            background-image: -webkit-linear-gradient(top, #89cdef, #81bfde);
            background-image: -o-linear-gradient(top, #89cdef, #81bfde);
            background-image: linear-gradient(to bottom, #89cdef, #81bfde);
            background-repeat: repeat-x;
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#89cdef', endColorstr='#81bfde', GradientType=0);
            opacity: 1
        }
        
        .contact-form .form-control {
            background-color: transparent;
            color: #fff
        }
        
        .contact-form select.form-control option:not(:checked) {
            color: #717171
        }
        
        .contact-form label {
            font-weight: normal
        }
        
        .form-control:focus {
            border-color: #009aa6;
            outline: 0;
            box-shadow: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none
        }
        
        .slick-prev,
        .slick-next {
            height: 39px!important;
            width: 39px!important
        }
        
        .carouselContainer.slick-slider {
            margin-bottom: 0
        }
        
        ul.slick-dots {
            bottom: 0;
            margin-bottom: 0;
            position: static
        }
        
        ul.slick-dots li {
            background-image: none
        }
        
        ul.slick-dots li button:before {
            font-size: 10px;
            color: #00747a
        }
        
        .slides-margin .carouselItem {
            padding: 0 10px
        }
        
        .slick-slide * {
            outline: 0
        }
        
        .slick-slide {
            outline: 0
        }
        
        .product-carousel .carousel-thumbs .block-grid-item {
            padding: 0;
            border-left: 1px solid #ccc
        }
        
        .product-carousel .carousel-thumbs .block-grid-item:first-child {
            border-left: none
        }
        
        .product-carousel .carouselItem ul li {
            margin-top: 15px
        }
        
        .product-carousel .carouselItem ul li span {
            margin-right: 5px
        }
        
        .product-carousel ul.carousel-thumbs li {
            cursor: default
        }
        
        .product-carousel ul.carousel-thumbs li div.panel-body:hover {
            cursor: pointer
        }
        
        .product-carousel ul.carousel-thumbs li.selected div.panel-body {
            border-top: solid 5px teal;
            margin-top: -5px
        }
        
        @media(max-width:991px) {
            .container .slick-slider {
                margin-left: -10px;
                margin-right: -10px
            }
            .slick-list {
                margin: 0 auto!important;
                width: -webkit-calc(100% - 50px)!important;
                width: -moz-calc(100% - 50px)!important;
                width: calc(100% - 50px)!important
            }
            .slick-prev,
            .slick-next {
                background: #d1d4d3!important;
                margin-top: 0!important;
                top: 0!important;
                height: 100%!important;
                width: 25px!important
            }
            .slick-prev:before,
            .slick-next:before {
                font-size: 28px!important;
                color: #fcfcfc!important
            }
            .slick-next {
                right: 0!important
            }
            .slick-prev {
                left: 0!important
            }
            .slick-list .row {
                margin: 0
            }
            .slides-margin .carouselItem {
                padding: 0
            }
        }
        
        @media(min-width:992px) {
            .carouselContainer.fullscreen .slick-prev:before,
            .carouselContainer.fullscreen .slick-next:before {
                font-family: "icons_med-el";
                color: #000!important;
                filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
                opacity: .3
            }
            .carouselContainer.fullscreen .slick-prev:hover:before,
            .carouselContainer.fullscreen .slick-next:hover:before {
                filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
                opacity: 1
            }
            .carouselContainer.fullscreen .slick-prev:before {
                content: ''
            }
            .carouselContainer.fullscreen .slick-next:before {
                content: ''
            }
        }
        
        #nav-inpage {
            top: 0;
            z-index: 1040;
            background-color: transparent;
            font-family: "Open Sans", Arial, Helvetica, sans-serif;
            font-size: 16px;
            width: 100%;
            text-align: center;
            left: 0
        }
        
        #nav-inpage.nav-pills>li {
            float: none;
            display: inline-block;
            vertical-align: top
        }
        
        #nav-inpage.nav-pills>li+li {
            margin-left: 0;
            margin-right: 0
        }
        
        #nav-inpage.nav-pills>li>a {
            padding: 7px 30px;
            font-size: 16px;
            line-height: normal
        }
        
        #nav-inpage.nav-pills>li>a:hover,
        #nav-inpage.nav-pills>li>a:focus {
            background-color: #00828d;
            border-color: #00828d
        }
        
        #nav-inpage.nav-pills>li.active>a {
            color: #fff;
            background-color: #00747a;
            border-color: #00747a
        }
        
        #nav-inpage.nav-pills>li.active>a:hover {
            background-color: #005c61;
            border-color: #005c61
        }
        
        #nav-inpage.nav-pills>li.active>a:focus {
            background-color: #005c61;
            border-color: #005c61
        }
        
        @media(max-width:767px) {
            #nav-inpage {
                width: 100%;
                overflow-x: scroll;
                white-space: nowrap
            }
            .white-grad {
                background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 154, 166, 0)), color-stop(100%, #009aa6));
                height: 38px;
                position: absolute;
                pointer-events: none;
                right: 0;
                top: 0;
                width: 32px;
                z-index: 9999
            }
            .white-grad.affix {
                position: fixed
            }
        }
        
        .modal-header-icon {
            font-size: 5em;
            color: #fff
        }
        
        .iziModal-header {
            text-align: center!important;
            padding: 2em 0!important
        }
        
        .iziModal-error {
            background-color: #c60c30!important
        }
        
        .iziModal-body {
            text-align: center!important;
            padding: 3em;
            color: #000!important
        }
        
        .hearlife-header {
            background-color: #c60c30;
            color: #fff;
            padding: 128px 0 128px 0;
            -webkit-box-shadow: inset 0 33px 11px -31px rgba(0, 0, 0, .2);
            -moz-box-shadow: inset 0 33px 11px -31px rgba(0, 0, 0, .2);
            box-shadow: inset 0 33px 11px -31px rgba(0, 0, 0, .2)
        }
        
        .hearlife-header h1 {
            color: #fff;
            font-size: 80px;
            line-height: 90px
        }
        
        .hearlife-header p {
            color: #fff;
            font-size: 24px;
            line-height: 34.3px;
            font-family: SignaWebPro-Light
        }
        
        @media screen and (max-width:991px) {
            .hearlife-header {
                background-color: #c60c30;
                color: #fff;
                padding: 60px 0 60px 0
            }
            .hearlife-header h1 {
                color: #fff;
                font-size: 42px;
                line-height: 46.2px
            }
            .hearlife-header p {
                color: #fff;
                font-size: 20px;
                line-height: 26px;
                font-family: SignaWebPro-Light
            }
        }
        
        [class*="block-grid-"] {
            display: block;
            margin-left: -10px;
            margin-right: -10px;
            padding: 0
        }
        
        [class*="block-grid-"]:before,
        [class*="block-grid-"]:after {
            display: table;
            content: " "
        }
        
        [class*="block-grid-"]:after {
            clear: both
        }
        
        .block-grid-item {
            display: inline;
            margin: 0;
            padding: 10px;
            height: auto;
            float: left;
            list-style: none
        }
        
        .block-grid-xs-1>.block-grid-item {
            width: 100%
        }
        
        .block-grid-xs-1>.block-grid-item:nth-of-type(n) {
            clear: none
        }
        
        .block-grid-xs-1>.block-grid-item:nth-of-type(1n+1) {
            clear: both
        }
        
        .block-grid-xs-2>.block-grid-item {
            width: 50%
        }
        
        .block-grid-xs-2>.block-grid-item:nth-of-type(n) {
            clear: none
        }
        
        .block-grid-xs-2>.block-grid-item:nth-of-type(2n+1) {
            clear: both
        }
        
        .block-grid-xs-3>.block-grid-item {
            width: 33.33333333%
        }
        
        .block-grid-xs-3>.block-grid-item:nth-of-type(n) {
            clear: none
        }
        
        .block-grid-xs-3>.block-grid-item:nth-of-type(3n+1) {
            clear: both
        }
        
        .block-grid-xs-4>.block-grid-item {
            width: 25%
        }
        
        .block-grid-xs-4>.block-grid-item:nth-of-type(n) {
            clear: none
        }
        
        .block-grid-xs-4>.block-grid-item:nth-of-type(4n+1) {
            clear: both
        }
        
        .block-grid-xs-5>.block-grid-item {
            width: 20%
        }
        
        .block-grid-xs-5>.block-grid-item:nth-of-type(n) {
            clear: none
        }
        
        .block-grid-xs-5>.block-grid-item:nth-of-type(5n+1) {
            clear: both
        }
        
        .block-grid-xs-6>.block-grid-item {
            width: 16.66666667%
        }
        
        .block-grid-xs-6>.block-grid-item:nth-of-type(n) {
            clear: none
        }
        
        .block-grid-xs-6>.block-grid-item:nth-of-type(6n+1) {
            clear: both
        }
        
        .block-grid-xs-7>.block-grid-item {
            width: 14.28571429%
        }
        
        .block-grid-xs-7>.block-grid-item:nth-of-type(n) {
            clear: none
        }
        
        .block-grid-xs-7>.block-grid-item:nth-of-type(7n+1) {
            clear: both
        }
        
        .block-grid-xs-8>.block-grid-item {
            width: 12.5%
        }
        
        .block-grid-xs-8>.block-grid-item:nth-of-type(n) {
            clear: none
        }
        
        .block-grid-xs-8>.block-grid-item:nth-of-type(8n+1) {
            clear: both
        }
        
        .block-grid-xs-9>.block-grid-item {
            width: 11.11111111%
        }
        
        .block-grid-xs-9>.block-grid-item:nth-of-type(n) {
            clear: none
        }
        
        .block-grid-xs-9>.block-grid-item:nth-of-type(9n+1) {
            clear: both
        }
        
        .block-grid-xs-10>.block-grid-item {
            width: 10%
        }
        
        .block-grid-xs-10>.block-grid-item:nth-of-type(n) {
            clear: none
        }
        
        .block-grid-xs-10>.block-grid-item:nth-of-type(10n+1) {
            clear: both
        }
        
        .block-grid-xs-11>.block-grid-item {
            width: 9.09090909%
        }
        
        .block-grid-xs-11>.block-grid-item:nth-of-type(n) {
            clear: none
        }
        
        .block-grid-xs-11>.block-grid-item:nth-of-type(11n+1) {
            clear: both
        }
        
        .block-grid-xs-12>.block-grid-item {
            width: 8.33333333%
        }
        
        .block-grid-xs-12>.block-grid-item:nth-of-type(n) {
            clear: none
        }
        
        .block-grid-xs-12>.block-grid-item:nth-of-type(12n+1) {
            clear: both
        }
        
        @media(min-width:768px) {
            .block-grid-sm-1>.block-grid-item {
                width: 100%
            }
            .block-grid-sm-1>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-sm-1>.block-grid-item:nth-of-type(1n+1) {
                clear: both
            }
            .block-grid-sm-2>.block-grid-item {
                width: 50%
            }
            .block-grid-sm-2>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-sm-2>.block-grid-item:nth-of-type(2n+1) {
                clear: both
            }
            .block-grid-sm-3>.block-grid-item {
                width: 33.33333333%
            }
            .block-grid-sm-3>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-sm-3>.block-grid-item:nth-of-type(3n+1) {
                clear: both
            }
            .block-grid-sm-4>.block-grid-item {
                width: 25%
            }
            .block-grid-sm-4>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-sm-4>.block-grid-item:nth-of-type(4n+1) {
                clear: both
            }
            .block-grid-sm-5>.block-grid-item {
                width: 20%
            }
            .block-grid-sm-5>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-sm-5>.block-grid-item:nth-of-type(5n+1) {
                clear: both
            }
            .block-grid-sm-6>.block-grid-item {
                width: 16.66666667%
            }
            .block-grid-sm-6>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-sm-6>.block-grid-item:nth-of-type(6n+1) {
                clear: both
            }
            .block-grid-sm-7>.block-grid-item {
                width: 14.28571429%
            }
            .block-grid-sm-7>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-sm-7>.block-grid-item:nth-of-type(7n+1) {
                clear: both
            }
            .block-grid-sm-8>.block-grid-item {
                width: 12.5%
            }
            .block-grid-sm-8>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-sm-8>.block-grid-item:nth-of-type(8n+1) {
                clear: both
            }
            .block-grid-sm-9>.block-grid-item {
                width: 11.11111111%
            }
            .block-grid-sm-9>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-sm-9>.block-grid-item:nth-of-type(9n+1) {
                clear: both
            }
            .block-grid-sm-10>.block-grid-item {
                width: 10%
            }
            .block-grid-sm-10>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-sm-10>.block-grid-item:nth-of-type(10n+1) {
                clear: both
            }
            .block-grid-sm-11>.block-grid-item {
                width: 9.09090909%
            }
            .block-grid-sm-11>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-sm-11>.block-grid-item:nth-of-type(11n+1) {
                clear: both
            }
            .block-grid-sm-12>.block-grid-item {
                width: 8.33333333%
            }
            .block-grid-sm-12>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-sm-12>.block-grid-item:nth-of-type(12n+1) {
                clear: both
            }
        }
        
        @media(min-width:992px) {
            .block-grid-md-1>.block-grid-item {
                width: 100%
            }
            .block-grid-md-1>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-md-1>.block-grid-item:nth-of-type(1n+1) {
                clear: both
            }
            .block-grid-md-2>.block-grid-item {
                width: 50%
            }
            .block-grid-md-2>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-md-2>.block-grid-item:nth-of-type(2n+1) {
                clear: both
            }
            .block-grid-md-3>.block-grid-item {
                width: 33.33333333%
            }
            .block-grid-md-3>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-md-3>.block-grid-item:nth-of-type(3n+1) {
                clear: both
            }
            .block-grid-md-4>.block-grid-item {
                width: 25%
            }
            .block-grid-md-4>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-md-4>.block-grid-item:nth-of-type(4n+1) {
                clear: both
            }
            .block-grid-md-5>.block-grid-item {
                width: 20%
            }
            .block-grid-md-5>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-md-5>.block-grid-item:nth-of-type(5n+1) {
                clear: both
            }
            .block-grid-md-6>.block-grid-item {
                width: 16.66666667%
            }
            .block-grid-md-6>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-md-6>.block-grid-item:nth-of-type(6n+1) {
                clear: both
            }
            .block-grid-md-7>.block-grid-item {
                width: 14.28571429%
            }
            .block-grid-md-7>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-md-7>.block-grid-item:nth-of-type(7n+1) {
                clear: both
            }
            .block-grid-md-8>.block-grid-item {
                width: 12.5%
            }
            .block-grid-md-8>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-md-8>.block-grid-item:nth-of-type(8n+1) {
                clear: both
            }
            .block-grid-md-9>.block-grid-item {
                width: 11.11111111%
            }
            .block-grid-md-9>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-md-9>.block-grid-item:nth-of-type(9n+1) {
                clear: both
            }
            .block-grid-md-10>.block-grid-item {
                width: 10%
            }
            .block-grid-md-10>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-md-10>.block-grid-item:nth-of-type(10n+1) {
                clear: both
            }
            .block-grid-md-11>.block-grid-item {
                width: 9.09090909%
            }
            .block-grid-md-11>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-md-11>.block-grid-item:nth-of-type(11n+1) {
                clear: both
            }
            .block-grid-md-12>.block-grid-item {
                width: 8.33333333%
            }
            .block-grid-md-12>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-md-12>.block-grid-item:nth-of-type(12n+1) {
                clear: both
            }
        }
        
        @media(min-width:1264px) {
            .block-grid-lg-1>.block-grid-item {
                width: 100%
            }
            .block-grid-lg-1>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-lg-1>.block-grid-item:nth-of-type(1n+1) {
                clear: both
            }
            .block-grid-lg-2>.block-grid-item {
                width: 50%
            }
            .block-grid-lg-2>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-lg-2>.block-grid-item:nth-of-type(2n+1) {
                clear: both
            }
            .block-grid-lg-3>.block-grid-item {
                width: 33.33333333%
            }
            .block-grid-lg-3>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-lg-3>.block-grid-item:nth-of-type(3n+1) {
                clear: both
            }
            .block-grid-lg-4>.block-grid-item {
                width: 25%
            }
            .block-grid-lg-4>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-lg-4>.block-grid-item:nth-of-type(4n+1) {
                clear: both
            }
            .block-grid-lg-5>.block-grid-item {
                width: 20%
            }
            .block-grid-lg-5>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-lg-5>.block-grid-item:nth-of-type(5n+1) {
                clear: both
            }
            .block-grid-lg-6>.block-grid-item {
                width: 16.66666667%
            }
            .block-grid-lg-6>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-lg-6>.block-grid-item:nth-of-type(6n+1) {
                clear: both
            }
            .block-grid-lg-7>.block-grid-item {
                width: 14.28571429%
            }
            .block-grid-lg-7>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-lg-7>.block-grid-item:nth-of-type(7n+1) {
                clear: both
            }
            .block-grid-lg-8>.block-grid-item {
                width: 12.5%
            }
            .block-grid-lg-8>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-lg-8>.block-grid-item:nth-of-type(8n+1) {
                clear: both
            }
            .block-grid-lg-9>.block-grid-item {
                width: 11.11111111%
            }
            .block-grid-lg-9>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-lg-9>.block-grid-item:nth-of-type(9n+1) {
                clear: both
            }
            .block-grid-lg-10>.block-grid-item {
                width: 10%
            }
            .block-grid-lg-10>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-lg-10>.block-grid-item:nth-of-type(10n+1) {
                clear: both
            }
            .block-grid-lg-11>.block-grid-item {
                width: 9.09090909%
            }
            .block-grid-lg-11>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-lg-11>.block-grid-item:nth-of-type(11n+1) {
                clear: both
            }
            .block-grid-lg-12>.block-grid-item {
                width: 8.33333333%
            }
            .block-grid-lg-12>.block-grid-item:nth-of-type(n) {
                clear: none
            }
            .block-grid-lg-12>.block-grid-item:nth-of-type(12n+1) {
                clear: both
            }
        }
        
        .flags-sprite,
        .flags-ad,
        .flags-ae,
        .flags-af,
        .flags-ag,
        .flags-ai,
        .flags-al,
        .flags-am,
        .flags-an,
        .flags-ao,
        .flags-ar,
        .flags-as,
        .flags-at,
        .flags-au,
        .flags-aw,
        .flags-ax,
        .flags-az,
        .flags-ba,
        .flags-bb,
        .flags-bd,
        .flags-be,
        .flags-bf,
        .flags-bg,
        .flags-bh,
        .flags-bi,
        .flags-bj,
        .flags-bm,
        .flags-bn,
        .flags-bo,
        .flags-br,
        .flags-bs,
        .flags-bt,
        .flags-bv,
        .flags-bw,
        .flags-by,
        .flags-bz,
        .flags-ca,
        .flags-catalonia,
        .flags-cc,
        .flags-cd,
        .flags-cf,
        .flags-cg,
        .flags-ch,
        .flags-ci,
        .flags-ck,
        .flags-cl,
        .flags-cm,
        .flags-cn,
        .flags-co,
        .flags-cr,
        .flags-cs,
        .flags-cu,
        .flags-cv,
        .flags-cx,
        .flags-cy,
        .flags-cz,
        .flags-de,
        .flags-dj,
        .flags-dk,
        .flags-dm,
        .flags-do,
        .flags-dz,
        .flags-ec,
        .flags-ee,
        .flags-eg,
        .flags-eh,
        .flags-england,
        .flags-er,
        .flags-es,
        .flags-et,
        .flags-europeanunion,
        .flags-fam,
        .flags-fi,
        .flags-fj,
        .flags-fk,
        .flags-fm,
        .flags-fo,
        .flags-fr,
        .flags-ga,
        .flags-gb,
        .flags-gd,
        .flags-ge,
        .flags-gf,
        .flags-gh,
        .flags-gi,
        .flags-gl,
        .flags-gm,
        .flags-gn,
        .flags-gp,
        .flags-gq,
        .flags-gr,
        .flags-gs,
        .flags-gt,
        .flags-gu,
        .flags-gw,
        .flags-gy,
        .flags-hk,
        .flags-hm,
        .flags-hn,
        .flags-hr,
        .flags-ht,
        .flags-hu,
        .flags-id,
        .flags-ie,
        .flags-il,
        .flags-in,
        .flags-io,
        .flags-iq,
        .flags-ir,
        .flags-is,
        .flags-it,
        .flags-jm,
        .flags-jo,
        .flags-jp,
        .flags-ke,
        .flags-kg,
        .flags-kh,
        .flags-ki,
        .flags-km,
        .flags-kn,
        .flags-kp,
        .flags-kr,
        .flags-kw,
        .flags-ky,
        .flags-kz,
        .flags-la,
        .flags-latam,
        .flags-lb,
        .flags-lc,
        .flags-li,
        .flags-lk,
        .flags-lr,
        .flags-ls,
        .flags-lt,
        .flags-lu,
        .flags-lv,
        .flags-ly,
        .flags-ma,
        .flags-mc,
        .flags-md,
        .flags-me,
        .flags-mg,
        .flags-mh,
        .flags-mk,
        .flags-ml,
        .flags-mm,
        .flags-mn,
        .flags-mo,
        .flags-mp,
        .flags-mq,
        .flags-mr,
        .flags-ms,
        .flags-mt,
        .flags-mu,
        .flags-mv,
        .flags-mw,
        .flags-mx,
        .flags-my,
        .flags-mz,
        .flags-na,
        .flags-nc,
        .flags-ne,
        .flags-nf,
        .flags-ng,
        .flags-ni,
        .flags-nl,
        .flags-no,
        .flags-np,
        .flags-nr,
        .flags-nu,
        .flags-nz,
        .flags-om,
        .flags-pa,
        .flags-pe,
        .flags-pf,
        .flags-pg,
        .flags-ph,
        .flags-pk,
        .flags-pl,
        .flags-pm,
        .flags-pn,
        .flags-pr,
        .flags-ps,
        .flags-pt,
        .flags-pw,
        .flags-py,
        .flags-qa,
        .flags-re,
        .flags-ro,
        .flags-rs,
        .flags-ru,
        .flags-rw,
        .flags-sa,
        .flags-sb,
        .flags-sc,
        .flags-scotland,
        .flags-sd,
        .flags-se,
        .flags-sf,
        .flags-sg,
        .flags-sh,
        .flags-si,
        .flags-sj,
        .flags-sk,
        .flags-sl,
        .flags-sm,
        .flags-sn,
        .flags-so,
        .flags-sr,
        .flags-st,
        .flags-sv,
        .flags-sy,
        .flags-sz,
        .flags-tc,
        .flags-td,
        .flags-tf,
        .flags-tg,
        .flags-th,
        .flags-tj,
        .flags-tk,
        .flags-tl,
        .flags-tm,
        .flags-tn,
        .flags-to,
        .flags-tr,
        .flags-tt,
        .flags-tv,
        .flags-tw,
        .flags-tz,
        .flags-ua,
        .flags-ug,
        .flags-um,
        .flags-us,
        .flags-uy,
        .flags-uz,
        .flags-va,
        .flags-vc,
        .flags-ve,
        .flags-vg,
        .flags-vi,
        .flags-vn,
        .flags-vu,
        .flags-wales,
        .flags-wf,
        .flags-world,
        .flags-world_white,
        .flags-ws,
        .flags-xk,
        .flags-ye,
        .flags-yt,
        .flags-za,
        .flags-zm,
        .flags-ad {
            background-position: 0 0;
            height: 11px;
            width: 16px
        }
        
        .flags-ae {
            background-position: 0 -11px;
            height: 11px;
            width: 16px
        }
        
        .flags-af {
            background-position: 0 -22px;
            height: 11px;
            width: 16px
        }
        
        .flags-ag {
            background-position: 0 -33px;
            height: 11px;
            width: 16px
        }
        
        .flags-ai {
            background-position: 0 -44px;
            height: 11px;
            width: 16px
        }
        
        .flags-al {
            background-position: 0 -55px;
            height: 11px;
            width: 16px
        }
        
        .flags-am {
            background-position: 0 -66px;
            height: 11px;
            width: 16px
        }
        
        .flags-an {
            background-position: 0 -77px;
            height: 11px;
            width: 16px
        }
        
        .flags-ao {
            background-position: 0 -88px;
            height: 11px;
            width: 16px
        }
        
        .flags-ar {
            background-position: 0 -99px;
            height: 11px;
            width: 16px
        }
        
        .flags-as {
            background-position: 0 -110px;
            height: 11px;
            width: 16px
        }
        
        .flags-at {
            background-position: 0 -121px;
            height: 11px;
            width: 16px
        }
        
        .flags-au {
            background-position: 0 -132px;
            height: 11px;
            width: 16px
        }
        
        .flags-aw {
            background-position: 0 -143px;
            height: 11px;
            width: 16px
        }
        
        .flags-ax {
            background-position: 0 -154px;
            height: 11px;
            width: 16px
        }
        
        .flags-az {
            background-position: 0 -165px;
            height: 11px;
            width: 16px
        }
        
        .flags-ba {
            background-position: 0 -176px;
            height: 11px;
            width: 16px
        }
        
        .flags-bb {
            background-position: 0 -187px;
            height: 11px;
            width: 16px
        }
        
        .flags-bd {
            background-position: 0 -198px;
            height: 11px;
            width: 16px
        }
        
        .flags-be {
            background-position: 0 -209px;
            height: 11px;
            width: 16px
        }
        
        .flags-bf {
            background-position: 0 -220px;
            height: 11px;
            width: 16px
        }
        
        .flags-bg {
            background-position: 0 -231px;
            height: 11px;
            width: 16px
        }
        
        .flags-bh {
            background-position: 0 -242px;
            height: 11px;
            width: 16px
        }
        
        .flags-bi {
            background-position: 0 -253px;
            height: 11px;
            width: 16px
        }
        
        .flags-bj {
            background-position: 0 -264px;
            height: 11px;
            width: 16px
        }
        
        .flags-bm {
            background-position: 0 -275px;
            height: 11px;
            width: 16px
        }
        
        .flags-bn {
            background-position: 0 -286px;
            height: 11px;
            width: 16px
        }
        
        .flags-bo {
            background-position: 0 -297px;
            height: 11px;
            width: 16px
        }
        
        .flags-br {
            background-position: 0 -308px;
            height: 11px;
            width: 16px
        }
        
        .flags-bs {
            background-position: 0 -319px;
            height: 11px;
            width: 16px
        }
        
        .flags-bt {
            background-position: 0 -330px;
            height: 11px;
            width: 16px
        }
        
        .flags-bv {
            background-position: 0 -341px;
            height: 11px;
            width: 16px
        }
        
        .flags-bw {
            background-position: 0 -352px;
            height: 11px;
            width: 16px
        }
        
        .flags-by {
            background-position: 0 -363px;
            height: 11px;
            width: 16px
        }
        
        .flags-bz {
            background-position: 0 -374px;
            height: 11px;
            width: 16px
        }
        
        .flags-ca {
            background-position: 0 -385px;
            height: 11px;
            width: 16px
        }
        
        .flags-catalonia {
            background-position: 0 -396px;
            height: 11px;
            width: 16px
        }
        
        .flags-cc {
            background-position: 0 -407px;
            height: 11px;
            width: 16px
        }
        
        .flags-cd {
            background-position: 0 -418px;
            height: 11px;
            width: 16px
        }
        
        .flags-cf {
            background-position: 0 -429px;
            height: 11px;
            width: 16px
        }
        
        .flags-cg {
            background-position: 0 -440px;
            height: 11px;
            width: 16px
        }
        
        .flags-ch {
            background-position: 0 -451px;
            height: 11px;
            width: 16px
        }
        
        .flags-ci {
            background-position: 0 -462px;
            height: 11px;
            width: 16px
        }
        
        .flags-ck {
            background-position: 0 -473px;
            height: 11px;
            width: 16px
        }
        
        .flags-cl {
            background-position: 0 -484px;
            height: 11px;
            width: 16px
        }
        
        .flags-cm {
            background-position: 0 -495px;
            height: 11px;
            width: 16px
        }
        
        .flags-cn {
            background-position: 0 -506px;
            height: 11px;
            width: 16px
        }
        
        .flags-co {
            background-position: 0 -517px;
            height: 11px;
            width: 16px
        }
        
        .flags-cr {
            background-position: 0 -528px;
            height: 11px;
            width: 16px
        }
        
        .flags-cs {
            background-position: 0 -539px;
            height: 11px;
            width: 16px
        }
        
        .flags-cu {
            background-position: 0 -550px;
            height: 11px;
            width: 16px
        }
        
        .flags-cv {
            background-position: 0 -561px;
            height: 11px;
            width: 16px
        }
        
        .flags-cx {
            background-position: 0 -572px;
            height: 11px;
            width: 16px
        }
        
        .flags-cy {
            background-position: 0 -583px;
            height: 11px;
            width: 16px
        }
        
        .flags-cz {
            background-position: 0 -594px;
            height: 11px;
            width: 16px
        }
        
        .flags-de {
            background-position: 0 -605px;
            height: 11px;
            width: 16px
        }
        
        .flags-dj {
            background-position: 0 -616px;
            height: 11px;
            width: 16px
        }
        
        .flags-dk {
            background-position: 0 -627px;
            height: 11px;
            width: 16px
        }
        
        .flags-dm {
            background-position: 0 -638px;
            height: 11px;
            width: 16px
        }
        
        .flags-do {
            background-position: 0 -649px;
            height: 11px;
            width: 16px
        }
        
        .flags-dz {
            background-position: 0 -660px;
            height: 11px;
            width: 16px
        }
        
        .flags-ec {
            background-position: 0 -671px;
            height: 11px;
            width: 16px
        }
        
        .flags-ee {
            background-position: 0 -682px;
            height: 11px;
            width: 16px
        }
        
        .flags-eg {
            background-position: 0 -693px;
            height: 11px;
            width: 16px
        }
        
        .flags-eh {
            background-position: 0 -704px;
            height: 11px;
            width: 16px
        }
        
        .flags-england {
            background-position: 0 -715px;
            height: 11px;
            width: 16px
        }
        
        .flags-er {
            background-position: 0 -726px;
            height: 11px;
            width: 16px
        }
        
        .flags-es {
            background-position: 0 -737px;
            height: 11px;
            width: 16px
        }
        
        .flags-et {
            background-position: 0 -748px;
            height: 11px;
            width: 16px
        }
        
        .flags-europeanunion {
            background-position: 0 -759px;
            height: 11px;
            width: 16px
        }
        
        .flags-fam {
            background-position: 0 -770px;
            height: 11px;
            width: 16px
        }
        
        .flags-fi {
            background-position: 0 -781px;
            height: 11px;
            width: 16px
        }
        
        .flags-fj {
            background-position: 0 -792px;
            height: 11px;
            width: 16px
        }
        
        .flags-fk {
            background-position: 0 -803px;
            height: 11px;
            width: 16px
        }
        
        .flags-fm {
            background-position: 0 -814px;
            height: 11px;
            width: 16px
        }
        
        .flags-fo {
            background-position: 0 -825px;
            height: 11px;
            width: 16px
        }
        
        .flags-fr {
            background-position: 0 -836px;
            height: 11px;
            width: 16px
        }
        
        .flags-ga {
            background-position: 0 -847px;
            height: 11px;
            width: 16px
        }
        
        .flags-gb {
            background-position: 0 -858px;
            height: 11px;
            width: 16px
        }
        
        .flags-gd {
            background-position: 0 -869px;
            height: 11px;
            width: 16px
        }
        
        .flags-ge {
            background-position: 0 -880px;
            height: 11px;
            width: 16px
        }
        
        .flags-gf {
            background-position: 0 -891px;
            height: 11px;
            width: 16px
        }
        
        .flags-gh {
            background-position: 0 -902px;
            height: 11px;
            width: 16px
        }
        
        .flags-gi {
            background-position: 0 -913px;
            height: 11px;
            width: 16px
        }
        
        .flags-gl {
            background-position: 0 -924px;
            height: 11px;
            width: 16px
        }
        
        .flags-gm {
            background-position: 0 -935px;
            height: 11px;
            width: 16px
        }
        
        .flags-gn {
            background-position: 0 -946px;
            height: 11px;
            width: 16px
        }
        
        .flags-gp {
            background-position: 0 -957px;
            height: 11px;
            width: 16px
        }
        
        .flags-gq {
            background-position: 0 -968px;
            height: 11px;
            width: 16px
        }
        
        .flags-gr {
            background-position: 0 -979px;
            height: 11px;
            width: 16px
        }
        
        .flags-gs {
            background-position: 0 -990px;
            height: 11px;
            width: 16px
        }
        
        .flags-gt {
            background-position: 0 -1001px;
            height: 11px;
            width: 16px
        }
        
        .flags-gu {
            background-position: 0 -1012px;
            height: 11px;
            width: 16px
        }
        
        .flags-gw {
            background-position: 0 -1023px;
            height: 11px;
            width: 16px
        }
        
        .flags-gy {
            background-position: 0 -1034px;
            height: 11px;
            width: 16px
        }
        
        .flags-hk {
            background-position: 0 -1045px;
            height: 11px;
            width: 16px
        }
        
        .flags-hm {
            background-position: 0 -1056px;
            height: 11px;
            width: 16px
        }
        
        .flags-hn {
            background-position: 0 -1067px;
            height: 11px;
            width: 16px
        }
        
        .flags-hr {
            background-position: 0 -1078px;
            height: 11px;
            width: 16px
        }
        
        .flags-ht {
            background-position: 0 -1089px;
            height: 11px;
            width: 16px
        }
        
        .flags-hu {
            background-position: 0 -1100px;
            height: 11px;
            width: 16px
        }
        
        .flags-id {
            background-position: 0 -1111px;
            height: 11px;
            width: 16px
        }
        
        .flags-ie {
            background-position: 0 -1122px;
            height: 11px;
            width: 16px
        }
        
        .flags-il {
            background-position: 0 -1133px;
            height: 11px;
            width: 16px
        }
        
        .flags-in {
            background-position: 0 -1144px;
            height: 11px;
            width: 16px
        }
        
        .flags-io {
            background-position: 0 -1155px;
            height: 11px;
            width: 16px
        }
        
        .flags-iq {
            background-position: 0 -1166px;
            height: 11px;
            width: 16px
        }
        
        .flags-ir {
            background-position: 0 -1177px;
            height: 11px;
            width: 16px
        }
        
        .flags-is {
            background-position: 0 -1188px;
            height: 11px;
            width: 16px
        }
        
        .flags-it {
            background-position: 0 -1199px;
            height: 11px;
            width: 16px
        }
        
        .flags-jm {
            background-position: 0 -1210px;
            height: 11px;
            width: 16px
        }
        
        .flags-jo {
            background-position: 0 -1221px;
            height: 11px;
            width: 16px
        }
        
        .flags-jp {
            background-position: 0 -1232px;
            height: 11px;
            width: 16px
        }
        
        .flags-ke {
            background-position: 0 -1243px;
            height: 11px;
            width: 16px
        }
        
        .flags-kg {
            background-position: 0 -1254px;
            height: 11px;
            width: 16px
        }
        
        .flags-kh {
            background-position: 0 -1265px;
            height: 11px;
            width: 16px
        }
        
        .flags-ki {
            background-position: 0 -1276px;
            height: 11px;
            width: 16px
        }
        
        .flags-km {
            background-position: 0 -1287px;
            height: 11px;
            width: 16px
        }
        
        .flags-kn {
            background-position: 0 -1298px;
            height: 11px;
            width: 16px
        }
        
        .flags-kp {
            background-position: 0 -1309px;
            height: 11px;
            width: 16px
        }
        
        .flags-kr {
            background-position: 0 -1320px;
            height: 11px;
            width: 16px
        }
        
        .flags-kw {
            background-position: 0 -1331px;
            height: 11px;
            width: 16px
        }
        
        .flags-ky {
            background-position: 0 -1342px;
            height: 11px;
            width: 16px
        }
        
        .flags-kz {
            background-position: 0 -1353px;
            height: 11px;
            width: 16px
        }
        
        .flags-la {
            background-position: 0 -1364px;
            height: 11px;
            width: 16px
        }
        
        .flags-latam {
            background-position: 0 -1375px;
            height: 11px;
            width: 16px
        }
        
        .flags-lb {
            background-position: 0 -1386px;
            height: 11px;
            width: 16px
        }
        
        .flags-lc {
            background-position: 0 -1397px;
            height: 11px;
            width: 16px
        }
        
        .flags-li {
            background-position: 0 -1408px;
            height: 11px;
            width: 16px
        }
        
        .flags-lk {
            background-position: 0 -1419px;
            height: 11px;
            width: 16px
        }
        
        .flags-lr {
            background-position: 0 -1430px;
            height: 11px;
            width: 16px
        }
        
        .flags-ls {
            background-position: 0 -1441px;
            height: 11px;
            width: 16px
        }
        
        .flags-lt {
            background-position: 0 -1452px;
            height: 11px;
            width: 16px
        }
        
        .flags-lu {
            background-position: 0 -1463px;
            height: 11px;
            width: 16px
        }
        
        .flags-lv {
            background-position: 0 -1474px;
            height: 11px;
            width: 16px
        }
        
        .flags-ly {
            background-position: 0 -1485px;
            height: 11px;
            width: 16px
        }
        
        .flags-ma {
            background-position: 0 -1496px;
            height: 11px;
            width: 16px
        }
        
        .flags-mc {
            background-position: 0 -1507px;
            height: 11px;
            width: 16px
        }
        
        .flags-md {
            background-position: 0 -1518px;
            height: 11px;
            width: 16px
        }
        
        .flags-me {
            background-position: 0 -1529px;
            height: 12px;
            width: 16px
        }
        
        .flags-mg {
            background-position: 0 -1541px;
            height: 11px;
            width: 16px
        }
        
        .flags-mh {
            background-position: 0 -1552px;
            height: 11px;
            width: 16px
        }
        
        .flags-mk {
            background-position: 0 -1563px;
            height: 11px;
            width: 16px
        }
        
        .flags-ml {
            background-position: 0 -1574px;
            height: 11px;
            width: 16px
        }
        
        .flags-mm {
            background-position: 0 -1585px;
            height: 11px;
            width: 16px
        }
        
        .flags-mn {
            background-position: 0 -1596px;
            height: 11px;
            width: 16px
        }
        
        .flags-mo {
            background-position: 0 -1607px;
            height: 11px;
            width: 16px
        }
        
        .flags-mp {
            background-position: 0 -1618px;
            height: 11px;
            width: 16px
        }
        
        .flags-mq {
            background-position: 0 -1629px;
            height: 11px;
            width: 16px
        }
        
        .flags-mr {
            background-position: 0 -1640px;
            height: 11px;
            width: 16px
        }
        
        .flags-ms {
            background-position: 0 -1651px;
            height: 11px;
            width: 16px
        }
        
        .flags-mt {
            background-position: 0 -1662px;
            height: 11px;
            width: 16px
        }
        
        .flags-mu {
            background-position: 0 -1673px;
            height: 11px;
            width: 16px
        }
        
        .flags-mv {
            background-position: 0 -1684px;
            height: 11px;
            width: 16px
        }
        
        .flags-mw {
            background-position: 0 -1695px;
            height: 11px;
            width: 16px
        }
        
        .flags-mx {
            background-position: 0 -1706px;
            height: 11px;
            width: 16px
        }
        
        .flags-my {
            background-position: 0 -1717px;
            height: 11px;
            width: 16px
        }
        
        .flags-mz {
            background-position: 0 -1728px;
            height: 11px;
            width: 16px
        }
        
        .flags-na {
            background-position: 0 -1739px;
            height: 11px;
            width: 16px
        }
        
        .flags-nc {
            background-position: 0 -1750px;
            height: 11px;
            width: 16px
        }
        
        .flags-ne {
            background-position: 0 -1761px;
            height: 11px;
            width: 16px
        }
        
        .flags-nf {
            background-position: 0 -1772px;
            height: 11px;
            width: 16px
        }
        
        .flags-ng {
            background-position: 0 -1783px;
            height: 11px;
            width: 16px
        }
        
        .flags-ni {
            background-position: 0 -1794px;
            height: 11px;
            width: 16px
        }
        
        .flags-nl {
            background-position: 0 -1805px;
            height: 11px;
            width: 16px
        }
        
        .flags-no {
            background-position: 0 -1816px;
            height: 11px;
            width: 16px
        }
        
        .flags-np {
            background-position: 0 -1827px;
            height: 11px;
            width: 9px
        }
        
        .flags-nr {
            background-position: 0 -1838px;
            height: 11px;
            width: 16px
        }
        
        .flags-nu {
            background-position: 0 -1849px;
            height: 11px;
            width: 16px
        }
        
        .flags-nz {
            background-position: 0 -1860px;
            height: 11px;
            width: 16px
        }
        
        .flags-om {
            background-position: 0 -1871px;
            height: 11px;
            width: 16px
        }
        
        .flags-pa {
            background-position: 0 -1882px;
            height: 11px;
            width: 16px
        }
        
        .flags-pe {
            background-position: 0 -1893px;
            height: 11px;
            width: 16px
        }
        
        .flags-pf {
            background-position: 0 -1904px;
            height: 11px;
            width: 16px
        }
        
        .flags-pg {
            background-position: 0 -1915px;
            height: 11px;
            width: 16px
        }
        
        .flags-ph {
            background-position: 0 -1926px;
            height: 11px;
            width: 16px
        }
        
        .flags-pk {
            background-position: 0 -1937px;
            height: 11px;
            width: 16px
        }
        
        .flags-pl {
            background-position: 0 -1948px;
            height: 11px;
            width: 16px
        }
        
        .flags-pm {
            background-position: 0 -1959px;
            height: 11px;
            width: 16px
        }
        
        .flags-pn {
            background-position: 0 -1970px;
            height: 11px;
            width: 16px
        }
        
        .flags-pr {
            background-position: 0 -1981px;
            height: 11px;
            width: 16px
        }
        
        .flags-ps {
            background-position: 0 -1992px;
            height: 11px;
            width: 16px
        }
        
        .flags-pt {
            background-position: 0 -2003px;
            height: 11px;
            width: 16px
        }
        
        .flags-pw {
            background-position: 0 -2014px;
            height: 11px;
            width: 16px
        }
        
        .flags-py {
            background-position: 0 -2025px;
            height: 11px;
            width: 16px
        }
        
        .flags-qa {
            background-position: 0 -2036px;
            height: 11px;
            width: 16px
        }
        
        .flags-re {
            background-position: 0 -2047px;
            height: 11px;
            width: 16px
        }
        
        .flags-ro {
            background-position: 0 -2058px;
            height: 11px;
            width: 16px
        }
        
        .flags-rs {
            background-position: 0 -2069px;
            height: 11px;
            width: 16px
        }
        
        .flags-ru {
            background-position: 0 -2080px;
            height: 11px;
            width: 16px
        }
        
        .flags-rw {
            background-position: 0 -2091px;
            height: 11px;
            width: 16px
        }
        
        .flags-sa {
            background-position: 0 -2102px;
            height: 11px;
            width: 16px
        }
        
        .flags-sb {
            background-position: 0 -2113px;
            height: 11px;
            width: 16px
        }
        
        .flags-sc {
            background-position: 0 -2124px;
            height: 11px;
            width: 16px
        }
        
        .flags-scotland {
            background-position: 0 -2135px;
            height: 11px;
            width: 16px
        }
        
        .flags-sd {
            background-position: 0 -2146px;
            height: 11px;
            width: 16px
        }
        
        .flags-se {
            background-position: 0 -2157px;
            height: 11px;
            width: 16px
        }
        
        .flags-sf {
            background-position: 0 -2168px;
            height: 11px;
            width: 16px
        }
        
        .flags-sg {
            background-position: 0 -2179px;
            height: 11px;
            width: 16px
        }
        
        .flags-sh {
            background-position: 0 -2190px;
            height: 11px;
            width: 16px
        }
        
        .flags-si {
            background-position: 0 -2201px;
            height: 11px;
            width: 16px
        }
        
        .flags-sj {
            background-position: 0 -2212px;
            height: 11px;
            width: 16px
        }
        
        .flags-sk {
            background-position: 0 -2223px;
            height: 11px;
            width: 16px
        }
        
        .flags-sl {
            background-position: 0 -2234px;
            height: 11px;
            width: 16px
        }
        
        .flags-sm {
            background-position: 0 -2245px;
            height: 11px;
            width: 16px
        }
        
        .flags-sn {
            background-position: 0 -2256px;
            height: 11px;
            width: 16px
        }
        
        .flags-so {
            background-position: 0 -2267px;
            height: 11px;
            width: 16px
        }
        
        .flags-sr {
            background-position: 0 -2278px;
            height: 11px;
            width: 16px
        }
        
        .flags-st {
            background-position: 0 -2289px;
            height: 11px;
            width: 16px
        }
        
        .flags-sv {
            background-position: 0 -2300px;
            height: 11px;
            width: 16px
        }
        
        .flags-sy {
            background-position: 0 -2311px;
            height: 11px;
            width: 16px
        }
        
        .flags-sz {
            background-position: 0 -2322px;
            height: 11px;
            width: 16px
        }
        
        .flags-tc {
            background-position: 0 -2333px;
            height: 11px;
            width: 16px
        }
        
        .flags-td {
            background-position: 0 -2344px;
            height: 11px;
            width: 16px
        }
        
        .flags-tf {
            background-position: 0 -2355px;
            height: 11px;
            width: 16px
        }
        
        .flags-tg {
            background-position: 0 -2366px;
            height: 11px;
            width: 16px
        }
        
        .flags-th {
            background-position: 0 -2377px;
            height: 11px;
            width: 16px
        }
        
        .flags-tj {
            background-position: 0 -2388px;
            height: 11px;
            width: 16px
        }
        
        .flags-tk {
            background-position: 0 -2399px;
            height: 11px;
            width: 16px
        }
        
        .flags-tl {
            background-position: 0 -2410px;
            height: 11px;
            width: 16px
        }
        
        .flags-tm {
            background-position: 0 -2421px;
            height: 11px;
            width: 16px
        }
        
        .flags-tn {
            background-position: 0 -2432px;
            height: 11px;
            width: 16px
        }
        
        .flags-to {
            background-position: 0 -2443px;
            height: 11px;
            width: 16px
        }
        
        .flags-tr {
            background-position: 0 -2454px;
            height: 11px;
            width: 16px
        }
        
        .flags-tt {
            background-position: 0 -2465px;
            height: 11px;
            width: 16px
        }
        
        .flags-tv {
            background-position: 0 -2476px;
            height: 11px;
            width: 16px
        }
        
        .flags-tw {
            background-position: 0 -2487px;
            height: 11px;
            width: 16px
        }
        
        .flags-tz {
            background-position: 0 -2498px;
            height: 11px;
            width: 16px
        }
        
        .flags-ua {
            background-position: 0 -2509px;
            height: 11px;
            width: 16px
        }
        
        .flags-ug {
            background-position: 0 -2520px;
            height: 11px;
            width: 16px
        }
        
        .flags-um {
            background-position: 0 -2531px;
            height: 11px;
            width: 16px
        }
        
        .flags-us {
            background-position: 0 -2542px;
            height: 11px;
            width: 16px
        }
        
        .flags-uy {
            background-position: 0 -2553px;
            height: 11px;
            width: 16px
        }
        
        .flags-uz {
            background-position: 0 -2564px;
            height: 11px;
            width: 16px
        }
        
        .flags-va {
            background-position: 0 -2575px;
            height: 11px;
            width: 16px
        }
        
        .flags-vc {
            background-position: 0 -2586px;
            height: 11px;
            width: 16px
        }
        
        .flags-ve {
            background-position: 0 -2597px;
            height: 11px;
            width: 16px
        }
        
        .flags-vg {
            background-position: 0 -2608px;
            height: 11px;
            width: 16px
        }
        
        .flags-vi {
            background-position: 0 -2619px;
            height: 11px;
            width: 16px
        }
        
        .flags-vn {
            background-position: 0 -2630px;
            height: 11px;
            width: 16px
        }
        
        .flags-vu {
            background-position: 0 -2641px;
            height: 11px;
            width: 16px
        }
        
        .flags-wales {
            background-position: 0 -2652px;
            height: 11px;
            width: 16px
        }
        
        .flags-wf {
            background-position: 0 -2663px;
            height: 11px;
            width: 16px
        }
        
        .flags-world {
            background-position: 0 -2674px;
            height: 11px;
            width: 16px
        }
        
        .flags-world_white {
            background-position: 0 -2685px;
            height: 11px;
            width: 16px
        }
        
        .flags-ws {
            background-position: 0 -2696px;
            height: 11px;
            width: 16px
        }
        
        .flags-xk {
            background-position: 0 -2707px;
            height: 11px;
            width: 16px
        }
        
        .flags-ye {
            background-position: 0 -2718px;
            height: 11px;
            width: 16px
        }
        
        .flags-yt {
            background-position: 0 -2729px;
            height: 11px;
            width: 16px
        }
        
        .flags-za {
            background-position: 0 -2740px;
            height: 11px;
            width: 16px
        }
        
        .flags-zm {
            background-position: 0 -2751px;
            height: 11px;
            width: 16px
        }
        
        .flags-zw {
            background-position: 0 -2762px;
            height: 11px;
            width: 16px
        }
        
        .flags {
            display: inline-block
        }
        
        @media print {
            @page {
                size: A3;
                margin: 25mm
            }
            html,
            body {
                width: 1220px
            }
            .navbar {
                display: block!important
            }
            .medel-menu .navbar-brand object {
                width: 310.5px;
                height: 63px
            }
            .medel-menu .navbar-brand {
                height: auto!important;
                float: none!important;
                margin-right: 0!important;
                display: block!important
            }
            nav.submenu {
                display: none!important
            }
            #toTop,
            #sub-footer a,
            .medel-menu-mobile,
            .medel-menu .nav.navbar-nav {
                display: none!important
            }
            .medel-menu,
            #nav-wrapper {
                display: block!important
            }
            [class*="col-sm-"] {
                float: left!important
            }
            [class*="col-xs-"] {
                float: left!important
            }
            [class*="col-md-"] {
                float: left!important
            }
            [class*="col-lg-"] {
                float: left!important
            }
            .col-md-12,
            .col-sm-12,
            .col-xs-12 {
                width: 100%!important
            }
            .col-md-11,
            .col-sm-11,
            .col-xs-11 {
                width: 91.66666667%!important
            }
            .col-md-10,
            .col-sm-10,
            .col-xs-10 {
                width: 83.33333333%!important
            }
            .col-md-9,
            .col-sm-9,
            .col-xs-9 {
                width: 75%!important
            }
            .col-md-8,
            .col-sm-8,
            .col-xs-8 {
                width: 66.66666667%!important
            }
            .col-md-7,
            .col-sm-7,
            .col-xs-7 {
                width: 58.33333333%!important
            }
            .col-md-6,
            .col-sm-6,
            .col-xs-6 {
                width: 50%!important
            }
            .col-md-5,
            .col-sm-5,
            .col-xs-5 {
                width: 41.66666667%!important
            }
            .col-md-4,
            .col-sm-4,
            .col-xs-4 {
                width: 33.33333333%!important
            }
            .col-md-3,
            .col-sm-3,
            .col-xs-3 {
                width: 25%!important
            }
            .col-md-2,
            .col-sm-2,
            .col-xs-2 {
                width: 16.66666667%!important
            }
            .col-md-1,
            .col-sm-1,
            .col-xs-1 {
                width: 8.33333333%!important
            }
            .container {
                width: auto;
                min-width: 1025px
            }
            a[href]:after {
                content: none
            }
            .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 {
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg)
            }
            .fa-rotate-180 {
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg)
            }
             :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: ""
            }
            .fa-music:before {
                content: ""
            }
            .fa-search:before {
                content: ""
            }
            .fa-envelope-o:before {
                content: ""
            }
            .fa-heart:before {
                content: ""
            }
            .fa-star:before {
                content: ""
            }
            .fa-star-o:before {
                content: ""
            }
            .fa-user:before {
                content: ""
            }
            .fa-film:before {
                content: ""
            }
            .fa-th-large:before {
                content: ""
            }
            .fa-th:before {
                content: ""
            }
            .fa-th-list:before {
                content: ""
            }
            .fa-check:before {
                content: ""
            }
            .fa-remove:before,
            .fa-close:before,
            .fa-times:before {
                content: ""
            }
            .fa-search-plus:before {
                content: ""
            }
            .fa-search-minus:before {
                content: ""
            }
            .fa-power-off:before {
                content: ""
            }
            .fa-signal:before {
                content: ""
            }
            .fa-gear:before,
            .fa-cog:before {
                content: ""
            }
            .fa-trash-o:before {
                content: ""
            }
            .fa-home:before {
                content: ""
            }
            .fa-file-o:before {
                content: ""
            }
            .fa-clock-o:before {
                content: ""
            }
            .fa-road:before {
                content: ""
            }
            .fa-download:before {
                content: ""
            }
            .fa-arrow-circle-o-down:before {
                content: ""
            }
            .fa-arrow-circle-o-up:before {
                content: ""
            }
            .fa-inbox:before {
                content: ""
            }
            .fa-play-circle-o:before {
                content: ""
            }
            .fa-rotate-right:before,
            .fa-repeat:before {
                content: ""
            }
            .fa-refresh:before {
                content: ""
            }
            .fa-list-alt:before {
                content: ""
            }
            .fa-lock:before {
                content: ""
            }
            .fa-flag:before {
                content: ""
            }
            .fa-headphones:before {
                content: ""
            }
            .fa-volume-off:before {
                content: ""
            }
            .fa-volume-down:before {
                content: ""
            }
            .fa-volume-up:before {
                content: ""
            }
            .fa-qrcode:before {
                content: ""
            }
            .fa-barcode:before {
                content: ""
            }
            .fa-tag:before {
                content: ""
            }
            .fa-tags:before {
                content: ""
            }
            .fa-book:before {
                content: ""
            }
            .fa-bookmark:before {
                content: ""
            }
            .fa-print:before {
                content: ""
            }
            .fa-camera:before {
                content: ""
            }
            .fa-font:before {
                content: ""
            }
            .fa-bold:before {
                content: ""
            }
            .fa-italic:before {
                content: ""
            }
            .fa-text-height:before {
                content: ""
            }
            .fa-text-width:before {
                content: ""
            }
            .fa-align-left:before {
                content: ""
            }
            .fa-align-center:before {
                content: ""
            }
            .fa-align-right:before {
                content: ""
            }
            .fa-align-justify:before {
                content: ""
            }
            .fa-list:before {
                content: ""
            }
            .fa-dedent:before,
            .fa-outdent:before {
                content: ""
            }
            .fa-indent:before {
                content: ""
            }
            .fa-video-camera:before {
                content: ""
            }
            .fa-photo:before,
            .fa-image:before,
            .fa-picture-o:before {
                content: ""
            }
            .fa-pencil:before {
                content: ""
            }
            .fa-map-marker:before {
                content: ""
            }
            .fa-adjust:before {
                content: ""
            }
            .fa-tint:before {
                content: ""
            }
            .fa-edit:before,
            .fa-pencil-square-o:before {
                content: ""
            }
            .fa-share-square-o:before {
                content: ""
            }
            .fa-check-square-o:before {
                content: ""
            }
            .fa-arrows:before {
                content: ""
            }
            .fa-step-backward:before {
                content: ""
            }
            .fa-fast-backward:before {
                content: ""
            }
            .fa-backward:before {
                content: ""
            }
            .fa-play:before {
                content: ""
            }
            .fa-pause:before {
                content: ""
            }
            .fa-stop:before {
                content: ""
            }
            .fa-forward:before {
                content: ""
            }
            .fa-fast-forward:before {
                content: ""
            }
            .fa-step-forward:before {
                content: ""
            }
            .fa-eject:before {
                content: ""
            }
            .fa-chevron-left:before {
                content: ""
            }
            .fa-chevron-right:before {
                content: ""
            }
            .fa-plus-circle:before {
                content: ""
            }
            .fa-minus-circle:before {
                content: ""
            }
            .fa-times-circle:before {
                content: ""
            }
            .fa-check-circle:before {
                content: ""
            }
            .fa-question-circle:before {
                content: ""
            }
            .fa-info-circle:before {
                content: ""
            }
            .fa-crosshairs:before {
                content: ""
            }
            .fa-times-circle-o:before {
                content: ""
            }
            .fa-check-circle-o:before {
                content: ""
            }
            .fa-ban:before {
                content: ""
            }
            .fa-arrow-left:before {
                content: ""
            }
            .fa-arrow-right:before {
                content: ""
            }
            .fa-arrow-up:before {
                content: ""
            }
            .fa-arrow-down:before {
                content: ""
            }
            .fa-mail-forward:before,
            .fa-share:before {
                content: ""
            }
            .fa-expand:before {
                content: ""
            }
            .fa-compress:before {
                content: ""
            }
            .fa-plus:before {
                content: ""
            }
            .fa-minus:before {
                content: ""
            }
            .fa-asterisk:before {
                content: ""
            }
            .fa-exclamation-circle:before {
                content: ""
            }
            .fa-gift:before {
                content: ""
            }
            .fa-leaf:before {
                content: ""
            }
            .fa-fire:before {
                content: ""
            }
            .fa-eye:before {
                content: ""
            }
            .fa-eye-slash:before {
                content: ""
            }
            .fa-warning:before,
            .fa-exclamation-triangle:before {
                content: ""
            }
            .fa-plane:before {
                content: ""
            }
            .fa-calendar:before {
                content: ""
            }
            .fa-random:before {
                content: ""
            }
            .fa-comment:before {
                content: ""
            }
            .fa-magnet:before {
                content: ""
            }
            .fa-chevron-up:before {
                content: ""
            }
            .fa-chevron-down:before {
                content: ""
            }
            .fa-retweet:before {
                content: ""
            }
            .fa-shopping-cart:before {
                content: ""
            }
            .fa-folder:before {
                content: ""
            }
            .fa-folder-open:before {
                content: ""
            }
            .fa-arrows-v:before {
                content: ""
            }
            .fa-arrows-h:before {
                content: ""
            }
            .fa-bar-chart-o:before,
            .fa-bar-chart:before {
                content: ""
            }
            .fa-twitter-square:before {
                content: ""
            }
            .fa-facebook-square:before {
                content: ""
            }
            .fa-camera-retro:before {
                content: ""
            }
            .fa-key:before {
                content: ""
            }
            .fa-gears:before,
            .fa-cogs:before {
                content: ""
            }
            .fa-comments:before {
                content: ""
            }
            .fa-thumbs-o-up:before {
                content: ""
            }
            .fa-thumbs-o-down:before {
                content: ""
            }
            .fa-star-half:before {
                content: ""
            }
            .fa-heart-o:before {
                content: ""
            }
            .fa-sign-out:before {
                content: ""
            }
            .fa-linkedin-square:before {
                content: ""
            }
            .fa-thumb-tack:before {
                content: ""
            }
            .fa-external-link:before {
                content: ""
            }
            .fa-sign-in:before {
                content: ""
            }
            .fa-trophy:before {
                content: ""
            }
            .fa-github-square:before {
                content: ""
            }
            .fa-upload:before {
                content: ""
            }
            .fa-lemon-o:before {
                content: ""
            }
            .fa-phone:before {
                content: ""
            }
            .fa-square-o:before {
                content: ""
            }
            .fa-bookmark-o:before {
                content: ""
            }
            .fa-phone-square:before {
                content: ""
            }
            .fa-twitter:before {
                content: ""
            }
            .fa-facebook-f:before,
            .fa-facebook:before {
                content: ""
            }
            .fa-github:before {
                content: ""
            }
            .fa-unlock:before {
                content: ""
            }
            .fa-credit-card:before {
                content: ""
            }
            .fa-feed:before,
            .fa-rss:before {
                content: ""
            }
            .fa-hdd-o:before {
                content: ""
            }
            .fa-bullhorn:before {
                content: ""
            }
            .fa-bell:before {
                content: ""
            }
            .fa-certificate:before {
                content: ""
            }
            .fa-hand-o-right:before {
                content: ""
            }
            .fa-hand-o-left:before {
                content: ""
            }
            .fa-hand-o-up:before {
                content: ""
            }
            .fa-hand-o-down:before {
                content: ""
            }
            .fa-arrow-circle-left:before {
                content: ""
            }
            .fa-arrow-circle-right:before {
                content: ""
            }
            .fa-arrow-circle-up:before {
                content: ""
            }
            .fa-arrow-circle-down:before {
                content: ""
            }
            .fa-globe:before {
                content: ""
            }
            .fa-wrench:before {
                content: ""
            }
            .fa-tasks:before {
                content: ""
            }
            .fa-filter:before {
                content: ""
            }
            .fa-briefcase:before {
                content: ""
            }
            .fa-arrows-alt:before {
                content: ""
            }
            .fa-group:before,
            .fa-users:before {
                content: ""
            }
            .fa-chain:before,
            .fa-link:before {
                content: ""
            }
            .fa-cloud:before {
                content: ""
            }
            .fa-flask:before {
                content: ""
            }
            .fa-cut:before,
            .fa-scissors:before {
                content: ""
            }
            .fa-copy:before,
            .fa-files-o:before {
                content: ""
            }
            .fa-paperclip:before {
                content: ""
            }
            .fa-save:before,
            .fa-floppy-o:before {
                content: ""
            }
            .fa-square:before {
                content: ""
            }
            .fa-navicon:before,
            .fa-reorder:before,
            .fa-bars:before {
                content: ""
            }
            .fa-list-ul:before {
                content: ""
            }
            .fa-list-ol:before {
                content: ""
            }
            .fa-strikethrough:before {
                content: ""
            }
            .fa-underline:before {
                content: ""
            }
            .fa-table:before {
                content: ""
            }
            .fa-magic:before {
                content: ""
            }
            .fa-truck:before {
                content: ""
            }
            .fa-pinterest:before {
                content: ""
            }
            .fa-pinterest-square:before {
                content: ""
            }
            .fa-google-plus-square:before {
                content: ""
            }
            .fa-google-plus:before {
                content: ""
            }
            .fa-money:before {
                content: ""
            }
            .fa-caret-down:before {
                content: ""
            }
            .fa-caret-up:before {
                content: ""
            }
            .fa-caret-left:before {
                content: ""
            }
            .fa-caret-right:before {
                content: ""
            }
            .fa-columns:before {
                content: ""
            }
            .fa-unsorted:before,
            .fa-sort:before {
                content: ""
            }
            .fa-sort-down:before,
            .fa-sort-desc:before {
                content: ""
            }
            .fa-sort-up:before,
            .fa-sort-asc:before {
                content: ""
            }
            .fa-envelope:before {
                content: ""
            }
            .fa-linkedin:before {
                content: ""
            }
            .fa-rotate-left:before,
            .fa-undo:before {
                content: ""
            }
            .fa-legal:before,
            .fa-gavel:before {
                content: ""
            }
            .fa-dashboard:before,
            .fa-tachometer:before {
                content: ""
            }
            .fa-comment-o:before {
                content: ""
            }
            .fa-comments-o:before {
                content: ""
            }
            .fa-flash:before,
            .fa-bolt:before {
                content: ""
            }
            .fa-sitemap:before {
                content: ""
            }
            .fa-umbrella:before {
                content: ""
            }
            .fa-paste:before,
            .fa-clipboard:before {
                content: ""
            }
            .fa-lightbulb-o:before {
                content: ""
            }
            .fa-exchange:before {
                content: ""
            }
            .fa-cloud-download:before {
                content: ""
            }
            .fa-cloud-upload:before {
                content: ""
            }
            .fa-user-md:before {
                content: ""
            }
            .fa-stethoscope:before {
                content: ""
            }
            .fa-suitcase:before {
                content: ""
            }
            .fa-bell-o:before {
                content: ""
            }
            .fa-coffee:before {
                content: ""
            }
            .fa-cutlery:before {
                content: ""
            }
            .fa-file-text-o:before {
                content: ""
            }
            .fa-building-o:before {
                content: ""
            }
            .fa-hospital-o:before {
                content: ""
            }
            .fa-ambulance:before {
                content: ""
            }
            .fa-medkit:before {
                content: ""
            }
            .fa-fighter-jet:before {
                content: ""
            }
            .fa-beer:before {
                content: ""
            }
            .fa-h-square:before {
                content: ""
            }
            .fa-plus-square:before {
                content: ""
            }
            .fa-angle-double-left:before {
                content: ""
            }
            .fa-angle-double-right:before {
                content: ""
            }
            .fa-angle-double-up:before {
                content: ""
            }
            .fa-angle-double-down:before {
                content: ""
            }
            .fa-angle-left:before {
                content: ""
            }
            .fa-angle-right:before {
                content: ""
            }
            .fa-angle-up:before {
                content: ""
            }
            .fa-angle-down:before {
                content: ""
            }
            .fa-desktop:before {
                content: ""
            }
            .fa-laptop:before {
                content: ""
            }
            .fa-tablet:before {
                content: ""
            }
            .fa-mobile-phone:before,
            .fa-mobile:before {
                content: ""
            }
            .fa-circle-o:before {
                content: ""
            }
            .fa-quote-left:before {
                content: ""
            }
            .fa-quote-right:before {
                content: ""
            }
            .fa-spinner:before {
                content: ""
            }
            .fa-circle:before {
                content: ""
            }
            .fa-mail-reply:before,
            .fa-reply:before {
                content: ""
            }
            .fa-github-alt:before {
                content: ""
            }
            .fa-folder-o:before {
                content: ""
            }
            .fa-folder-open-o:before {
                content: ""
            }
            .fa-smile-o:before {
                content: ""
            }
            .fa-frown-o:before {
                content: ""
            }
            .fa-meh-o:before {
                content: ""
            }
            .fa-gamepad:before {
                content: ""
            }
            .fa-keyboard-o:before {
                content: ""
            }
            .fa-flag-o:before {
                content: ""
            }
            .fa-flag-checkered:before {
                content: ""
            }
            .fa-terminal:before {
                content: ""
            }
            .fa-code:before {
                content: ""
            }
            .fa-mail-reply-all:before,
            .fa-reply-all:before {
                content: ""
            }
            .fa-star-half-empty:before,
            .fa-star-half-full:before,
            .fa-star-half-o:before {
                content: ""
            }
            .fa-location-arrow:before {
                content: ""
            }
            .fa-crop:before {
                content: ""
            }
            .fa-code-fork:before {
                content: ""
            }
            .fa-unlink:before,
            .fa-chain-broken:before {
                content: ""
            }
            .fa-question:before {
                content: ""
            }
            .fa-info:before {
                content: ""
            }
            .fa-exclamation:before {
                content: ""
            }
            .fa-superscript:before {
                content: ""
            }
            .fa-subscript:before {
                content: ""
            }
            .fa-eraser:before {
                content: ""
            }
            .fa-puzzle-piece:before {
                content: ""
            }
            .fa-microphone:before {
                content: ""
            }
            .fa-microphone-slash:before {
                content: ""
            }
            .fa-shield:before {
                content: ""
            }
            .fa-calendar-o:before {
                content: ""
            }
            .fa-fire-extinguisher:before {
                content: ""
            }
            .fa-rocket:before {
                content: ""
            }
            .fa-maxcdn:before {
                content: ""
            }
            .fa-chevron-circle-left:before {
                content: ""
            }
            .fa-chevron-circle-right:before {
                content: ""
            }
            .fa-chevron-circle-up:before {
                content: ""
            }
            .fa-chevron-circle-down:before {
                content: ""
            }
            .fa-html5:before {
                content: ""
            }
            .fa-css3:before {
                content: ""
            }
            .fa-anchor:before {
                content: ""
            }
            .fa-unlock-alt:before {
                content: ""
            }
            .fa-bullseye:before {
                content: ""
            }
            .fa-ellipsis-h:before {
                content: ""
            }
            .fa-ellipsis-v:before {
                content: ""
            }
            .fa-rss-square:before {
                content: ""
            }
            .fa-play-circle:before {
                content: ""
            }
            .fa-ticket:before {
                content: ""
            }
            .fa-minus-square:before {
                content: ""
            }
            .fa-minus-square-o:before {
                content: ""
            }
            .fa-level-up:before {
                content: ""
            }
            .fa-level-down:before {
                content: ""
            }
            .fa-check-square:before {
                content: ""
            }
            .fa-pencil-square:before {
                content: ""
            }
            .fa-external-link-square:before {
                content: ""
            }
            .fa-share-square:before {
                content: ""
            }
            .fa-compass:before {
                content: ""
            }
            .fa-toggle-down:before,
            .fa-caret-square-o-down:before {
                content: ""
            }
            .fa-toggle-up:before,
            .fa-caret-square-o-up:before {
                content: ""
            }
            .fa-toggle-right:before,
            .fa-caret-square-o-right:before {
                content: ""
            }
            .fa-euro:before,
            .fa-eur:before {
                content: ""
            }
            .fa-gbp:before {
                content: ""
            }
            .fa-dollar:before,
            .fa-usd:before {
                content: ""
            }
            .fa-rupee:before,
            .fa-inr:before {
                content: ""
            }
            .fa-cny:before,
            .fa-rmb:before,
            .fa-yen:before,
            .fa-jpy:before {
                content: ""
            }
            .fa-ruble:before,
            .fa-rouble:before,
            .fa-rub:before {
                content: ""
            }
            .fa-won:before,
            .fa-krw:before {
                content: ""
            }
            .fa-bitcoin:before,
            .fa-btc:before {
                content: ""
            }
            .fa-file:before {
                content: ""
            }
            .fa-file-text:before {
                content: ""
            }
            .fa-sort-alpha-asc:before {
                content: ""
            }
            .fa-sort-alpha-desc:before {
                content: ""
            }
            .fa-sort-amount-asc:before {
                content: ""
            }
            .fa-sort-amount-desc:before {
                content: ""
            }
            .fa-sort-numeric-asc:before {
                content: ""
            }
            .fa-sort-numeric-desc:before {
                content: ""
            }
            .fa-thumbs-up:before {
                content: ""
            }
            .fa-thumbs-down:before {
                content: ""
            }
            .fa-youtube-square:before {
                content: ""
            }
            .fa-youtube:before {
                content: ""
            }
            .fa-xing:before {
                content: ""
            }
            .fa-xing-square:before {
                content: ""
            }
            .fa-youtube-play:before {
                content: ""
            }
            .fa-dropbox:before {
                content: ""
            }
            .fa-stack-overflow:before {
                content: ""
            }
            .fa-instagram:before {
                content: ""
            }
            .fa-flickr:before {
                content: ""
            }
            .fa-adn:before {
                content: ""
            }
            .fa-bitbucket:before {
                content: ""
            }
            .fa-bitbucket-square:before {
                content: ""
            }
            .fa-tumblr:before {
                content: ""
            }
            .fa-tumblr-square:before {
                content: ""
            }
            .fa-long-arrow-down:before {
                content: ""
            }
            .fa-long-arrow-up:before {
                content: ""
            }
            .fa-long-arrow-left:before {
                content: ""
            }
            .fa-long-arrow-right:before {
                content: ""
            }
            .fa-apple:before {
                content: ""
            }
            .fa-windows:before {
                content: ""
            }
            .fa-android:before {
                content: ""
            }
            .fa-linux:before {
                content: ""
            }
            .fa-dribbble:before {
                content: ""
            }
            .fa-skype:before {
                content: ""
            }
            .fa-foursquare:before {
                content: ""
            }
            .fa-trello:before {
                content: ""
            }
            .fa-female:before {
                content: ""
            }
            .fa-male:before {
                content: ""
            }
            .fa-gittip:before,
            .fa-gratipay:before {
                content: ""
            }
            .fa-sun-o:before {
                content: ""
            }
            .fa-moon-o:before {
                content: ""
            }
            .fa-archive:before {
                content: ""
            }
            .fa-bug:before {
                content: ""
            }
            .fa-vk:before {
                content: ""
            }
            .fa-weibo:before {
                content: ""
            }
            .fa-renren:before {
                content: ""
            }
            .fa-pagelines:before {
                content: ""
            }
            .fa-stack-exchange:before {
                content: ""
            }
            .fa-arrow-circle-o-right:before {
                content: ""
            }
            .fa-arrow-circle-o-left:before {
                content: ""
            }
            .fa-toggle-left:before,
            .fa-caret-square-o-left:before {
                content: ""
            }
            .fa-dot-circle-o:before {
                content: ""
            }
            .fa-wheelchair:before {
                content: ""
            }
            .fa-vimeo-square:before {
                content: ""
            }
            .fa-turkish-lira:before,
            .fa-try:before {
                content: ""
            }
            .fa-plus-square-o:before {
                content: ""
            }
            .fa-space-shuttle:before {
                content: ""
            }
            .fa-slack:before {
                content: ""
            }
            .fa-envelope-square:before {
                content: ""
            }
            .fa-wordpress:before {
                content: ""
            }
            .fa-openid:before {
                content: ""
            }
            .fa-institution:before,
            .fa-bank:before,
            .fa-university:before {
                content: ""
            }
            .fa-mortar-board:before,
            .fa-graduation-cap:before {
                content: ""
            }
            .fa-yahoo:before {
                content: ""
            }
            .fa-google:before {
                content: ""
            }
            .fa-reddit:before {
                content: ""
            }
            .fa-reddit-square:before {
                content: ""
            }
            .fa-stumbleupon-circle:before {
                content: ""
            }
            .fa-stumbleupon:before {
                content: ""
            }
            .fa-delicious:before {
                content: ""
            }
            .fa-digg:before {
                content: ""
            }
            .fa-pied-piper-pp:before {
                content: ""
            }
            .fa-pied-piper-alt:before {
                content: ""
            }
            .fa-drupal:before {
                content: ""
            }
            .fa-joomla:before {
                content: ""
            }
            .fa-language:before {
                content: ""
            }
            .fa-fax:before {
                content: ""
            }
            .fa-building:before {
                content: ""
            }
            .fa-child:before {
                content: ""
            }
            .fa-paw:before {
                content: ""
            }
            .fa-spoon:before {
                content: ""
            }
            .fa-cube:before {
                content: ""
            }
            .fa-cubes:before {
                content: ""
            }
            .fa-behance:before {
                content: ""
            }
            .fa-behance-square:before {
                content: ""
            }
            .fa-steam:before {
                content: ""
            }
            .fa-steam-square:before {
                content: ""
            }
            .fa-recycle:before {
                content: ""
            }
            .fa-automobile:before,
            .fa-car:before {
                content: ""
            }
            .fa-cab:before,
            .fa-taxi:before {
                content: ""
            }
            .fa-tree:before {
                content: ""
            }
            .fa-spotify:before {
                content: ""
            }
            .fa-deviantart:before {
                content: ""
            }
            .fa-soundcloud:before {
                content: ""
            }
            .fa-database:before {
                content: ""
            }
            .fa-file-pdf-o:before {
                content: ""
            }
            .fa-file-word-o:before {
                content: ""
            }
            .fa-file-excel-o:before {
                content: ""
            }
            .fa-file-powerpoint-o:before {
                content: ""
            }
            .fa-file-photo-o:before,
            .fa-file-picture-o:before,
            .fa-file-image-o:before {
                content: ""
            }
            .fa-file-zip-o:before,
            .fa-file-archive-o:before {
                content: ""
            }
            .fa-file-sound-o:before,
            .fa-file-audio-o:before {
                content: ""
            }
            .fa-file-movie-o:before,
            .fa-file-video-o:before {
                content: ""
            }
            .fa-file-code-o:before {
                content: ""
            }
            .fa-vine:before {
                content: ""
            }
            .fa-codepen:before {
                content: ""
            }
            .fa-jsfiddle:before {
                content: ""
            }
            .fa-life-bouy:before,
            .fa-life-buoy:before,
            .fa-life-saver:before,
            .fa-support:before,
            .fa-life-ring:before {
                content: ""
            }
            .fa-circle-o-notch:before {
                content: ""
            }
            .fa-ra:before,
            .fa-resistance:before,
            .fa-rebel:before {
                content: ""
            }
            .fa-ge:before,
            .fa-empire:before {
                content: ""
            }
            .fa-git-square:before {
                content: ""
            }
            .fa-git:before {
                content: ""
            }
            .fa-y-combinator-square:before,
            .fa-yc-square:before,
            .fa-hacker-news:before {
                content: ""
            }
            .fa-tencent-weibo:before {
                content: ""
            }
            .fa-qq:before {
                content: ""
            }
            .fa-wechat:before,
            .fa-weixin:before {
                content: ""
            }
            .fa-send:before,
            .fa-paper-plane:before {
                content: ""
            }
            .fa-send-o:before,
            .fa-paper-plane-o:before {
                content: ""
            }
            .fa-history:before {
                content: ""
            }
            .fa-circle-thin:before {
                content: ""
            }
            .fa-header:before {
                content: ""
            }
            .fa-paragraph:before {
                content: ""
            }
            .fa-sliders:before {
                content: ""
            }
            .fa-share-alt:before {
                content: ""
            }
            .fa-share-alt-square:before {
                content: ""
            }
            .fa-bomb:before {
                content: ""
            }
            .fa-soccer-ball-o:before,
            .fa-futbol-o:before {
                content: ""
            }
            .fa-tty:before {
                content: ""
            }
            .fa-binoculars:before {
                content: ""
            }
            .fa-plug:before {
                content: ""
            }
            .fa-slideshare:before {
                content: ""
            }
            .fa-twitch:before {
                content: ""
            }
            .fa-yelp:before {
                content: ""
            }
            .fa-newspaper-o:before {
                content: ""
            }
            .fa-wifi:before {
                content: ""
            }
            .fa-calculator:before {
                content: ""
            }
            .fa-paypal:before {
                content: ""
            }
            .fa-google-wallet:before {
                content: ""
            }
            .fa-cc-visa:before {
                content: ""
            }
            .fa-cc-mastercard:before {
                content: ""
            }
            .fa-cc-discover:before {
                content: ""
            }
            .fa-cc-amex:before {
                content: ""
            }
            .fa-cc-paypal:before {
                content: ""
            }
            .fa-cc-stripe:before {
                content: ""
            }
            .fa-bell-slash:before {
                content: ""
            }
            .fa-bell-slash-o:before {
                content: ""
            }
            .fa-trash:before {
                content: ""
            }
            .fa-copyright:before {
                content: ""
            }
            .fa-at:before {
                content: ""
            }
            .fa-eyedropper:before {
                content: ""
            }
            .fa-paint-brush:before {
                content: ""
            }
            .fa-birthday-cake:before {
                content: ""
            }
            .fa-area-chart:before {
                content: ""
            }
            .fa-pie-chart:before {
                content: ""
            }
            .fa-line-chart:before {
                content: ""
            }
            .fa-lastfm:before {
                content: ""
            }
            .fa-lastfm-square:before {
                content: ""
            }
            .fa-toggle-off:before {
                content: ""
            }
            .fa-toggle-on:before {
                content: ""
            }
            .fa-bicycle:before {
                content: ""
            }
            .fa-bus:before {
                content: ""
            }
            .fa-ioxhost:before {
                content: ""
            }
            .fa-angellist:before {
                content: ""
            }
            .fa-cc:before {
                content: ""
            }
            .fa-shekel:before,
            .fa-sheqel:before,
            .fa-ils:before {
                content: ""
            }
            .fa-meanpath:before {
                content: ""
            }
            .fa-buysellads:before {
                content: ""
            }
            .fa-connectdevelop:before {
                content: ""
            }
            .fa-dashcube:before {
                content: ""
            }
            .fa-forumbee:before {
                content: ""
            }
            .fa-leanpub:before {
                content: ""
            }
            .fa-sellsy:before {
                content: ""
            }
            .fa-shirtsinbulk:before {
                content: ""
            }
            .fa-simplybuilt:before {
                content: ""
            }
            .fa-skyatlas:before {
                content: ""
            }
            .fa-cart-plus:before {
                content: ""
            }
            .fa-cart-arrow-down:before {
                content: ""
            }
            .fa-diamond:before {
                content: ""
            }
            .fa-ship:before {
                content: ""
            }
            .fa-user-secret:before {
                content: ""
            }
            .fa-motorcycle:before {
                content: ""
            }
            .fa-street-view:before {
                content: ""
            }
            .fa-heartbeat:before {
                content: ""
            }
            .fa-venus:before {
                content: ""
            }
            .fa-mars:before {
                content: ""
            }
            .fa-mercury:before {
                content: ""
            }
            .fa-intersex:before,
            .fa-transgender:before {
                content: ""
            }
            .fa-transgender-alt:before {
                content: ""
            }
            .fa-venus-double:before {
                content: ""
            }
            .fa-mars-double:before {
                content: ""
            }
            .fa-venus-mars:before {
                content: ""
            }
            .fa-mars-stroke:before {
                content: ""
            }
            .fa-mars-stroke-v:before {
                content: ""
            }
            .fa-mars-stroke-h:before {
                content: ""
            }
            .fa-neuter:before {
                content: ""
            }
            .fa-genderless:before {
                content: ""
            }
            .fa-facebook-official:before {
                content: ""
            }
            .fa-pinterest-p:before {
                content: ""
            }
            .fa-whatsapp:before {
                content: ""
            }
            .fa-server:before {
                content: ""
            }
            .fa-user-plus:before {
                content: ""
            }
            .fa-user-times:before {
                content: ""
            }
            .fa-hotel:before,
            .fa-bed:before {
                content: ""
            }
            .fa-viacoin:before {
                content: ""
            }
            .fa-train:before {
                content: ""
            }
            .fa-subway:before {
                content: ""
            }
            .fa-medium:before {
                content: ""
            }
            .fa-yc:before,
            .fa-y-combinator:before {
                content: ""
            }
            .fa-optin-monster:before {
                content: ""
            }
            .fa-opencart:before {
                content: ""
            }
            .fa-expeditedssl:before {
                content: ""
            }
            .fa-battery-4:before,
            .fa-battery-full:before {
                content: ""
            }
            .fa-battery-3:before,
            .fa-battery-three-quarters:before {
                content: ""
            }
            .fa-battery-2:before,
            .fa-battery-half:before {
                content: ""
            }
            .fa-battery-1:before,
            .fa-battery-quarter:before {
                content: ""
            }
            .fa-battery-0:before,
            .fa-battery-empty:before {
                content: ""
            }
            .fa-mouse-pointer:before {
                content: ""
            }
            .fa-i-cursor:before {
                content: ""
            }
            .fa-object-group:before {
                content: ""
            }
            .fa-object-ungroup:before {
                content: ""
            }
            .fa-sticky-note:before {
                content: ""
            }
            .fa-sticky-note-o:before {
                content: ""
            }
            .fa-cc-jcb:before {
                content: ""
            }
            .fa-cc-diners-club:before {
                content: ""
            }
            .fa-clone:before {
                content: ""
            }
            .fa-balance-scale:before {
                content: ""
            }
            .fa-hourglass-o:before {
                content: ""
            }
            .fa-hourglass-1:before,
            .fa-hourglass-start:before {
                content: ""
            }
            .fa-hourglass-2:before,
            .fa-hourglass-half:before {
                content: ""
            }
            .fa-hourglass-3:before,
            .fa-hourglass-end:before {
                content: ""
            }
            .fa-hourglass:before {
                content: ""
            }
            .fa-hand-grab-o:before,
            .fa-hand-rock-o:before {
                content: ""
            }
            .fa-hand-stop-o:before,
            .fa-hand-paper-o:before {
                content: ""
            }
            .fa-hand-scissors-o:before {
                content: ""
            }
            .fa-hand-lizard-o:before {
                content: ""
            }
            .fa-hand-spock-o:before {
                content: ""
            }
            .fa-hand-pointer-o:before {
                content: ""
            }
            .fa-hand-peace-o:before {
                content: ""
            }
            .fa-trademark:before {
                content: ""
            }
            .fa-registered:before {
                content: ""
            }
            .fa-creative-commons:before {
                content: ""
            }
            .fa-gg:before {
                content: ""
            }
            .fa-gg-circle:before {
                content: ""
            }
            .fa-tripadvisor:before {
                content: ""
            }
            .fa-odnoklassniki:before {
                content: ""
            }
            .fa-odnoklassniki-square:before {
                content: ""
            }
            .fa-get-pocket:before {
                content: ""
            }
            .fa-wikipedia-w:before {
                content: ""
            }
            .fa-safari:before {
                content: ""
            }
            .fa-chrome:before {
                content: ""
            }
            .fa-firefox:before {
                content: ""
            }
            .fa-opera:before {
                content: ""
            }
            .fa-internet-explorer:before {
                content: ""
            }
            .fa-tv:before,
            .fa-television:before {
                content: ""
            }
            .fa-contao:before {
                content: ""
            }
            .fa-500px:before {
                content: ""
            }
            .fa-amazon:before {
                content: ""
            }
            .fa-calendar-plus-o:before {
                content: ""
            }
            .fa-calendar-minus-o:before {
                content: ""
            }
            .fa-calendar-times-o:before {
                content: ""
            }
            .fa-calendar-check-o:before {
                content: ""
            }
            .fa-industry:before {
                content: ""
            }
            .fa-map-pin:before {
                content: ""
            }
            .fa-map-signs:before {
                content: ""
            }
            .fa-map-o:before {
                content: ""
            }
            .fa-map:before {
                content: ""
            }
            .fa-commenting:before {
                content: ""
            }
            .fa-commenting-o:before {
                content: ""
            }
            .fa-houzz:before {
                content: ""
            }
            .fa-vimeo:before {
                content: ""
            }
            .fa-black-tie:before {
                content: ""
            }
            .fa-fonticons:before {
                content: ""
            }
            .fa-reddit-alien:before {
                content: ""
            }
            .fa-edge:before {
                content: ""
            }
            .fa-credit-card-alt:before {
                content: ""
            }
            .fa-codiepie:before {
                content: ""
            }
            .fa-modx:before {
                content: ""
            }
            .fa-fort-awesome:before {
                content: ""
            }
            .fa-usb:before {
                content: ""
            }
            .fa-product-hunt:before {
                content: ""
            }
            .fa-mixcloud:before {
                content: ""
            }
            .fa-scribd:before {
                content: ""
            }
            .fa-pause-circle:before {
                content: ""
            }
            .fa-pause-circle-o:before {
                content: ""
            }
            .fa-stop-circle:before {
                content: ""
            }
            .fa-stop-circle-o:before {
                content: ""
            }
            .fa-shopping-bag:before {
                content: ""
            }
            .fa-shopping-basket:before {
                content: ""
            }
            .fa-hashtag:before {
                content: ""
            }
            .fa-bluetooth:before {
                content: ""
            }
            .fa-bluetooth-b:before {
                content: ""
            }
            .fa-percent:before {
                content: ""
            }
            .fa-gitlab:before {
                content: ""
            }
            .fa-wpbeginner:before {
                content: ""
            }
            .fa-wpforms:before {
                content: ""
            }
            .fa-envira:before {
                content: ""
            }
            .fa-universal-access:before {
                content: ""
            }
            .fa-wheelchair-alt:before {
                content: ""
            }
            .fa-question-circle-o:before {
                content: ""
            }
            .fa-blind:before {
                content: ""
            }
            .fa-audio-description:before {
                content: ""
            }
            .fa-volume-control-phone:before {
                content: ""
            }
            .fa-braille:before {
                content: ""
            }
            .fa-assistive-listening-systems:before {
                content: ""
            }
            .fa-asl-interpreting:before,
            .fa-american-sign-language-interpreting:before {
                content: ""
            }
            .fa-deafness:before,
            .fa-hard-of-hearing:before,
            .fa-deaf:before {
                content: ""
            }
            .fa-glide:before {
                content: ""
            }
            .fa-glide-g:before {
                content: ""
            }
            .fa-signing:before,
            .fa-sign-language:before {
                content: ""
            }
            .fa-low-vision:before {
                content: ""
            }
            .fa-viadeo:before {
                content: ""
            }
            .fa-viadeo-square:before {
                content: ""
            }
            .fa-snapchat:before {
                content: ""
            }
            .fa-snapchat-ghost:before {
                content: ""
            }
            .fa-snapchat-square:before {
                content: ""
            }
            .fa-pied-piper:before {
                content: ""
            }
            .fa-first-order:before {
                content: ""
            }
            .fa-yoast:before {
                content: ""
            }
            .fa-themeisle:before {
                content: ""
            }
            .fa-google-plus-circle:before,
            .fa-google-plus-official:before {
                content: ""
            }
            .fa-fa:before,
            .fa-font-awesome:before {
                content: ""
            }
            .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
            }
            .modal-transparent {
                background: transparent
            }
            .modal-transparent .modal-content {
                background: transparent
            }
            .modal-backdrop.modal-backdrop-transparent {
                background: #fff
            }
            .modal-backdrop.modal-backdrop-transparent.in {
                opacity: .75;
                filter: alpha(opacity=75)
            }
            .modal-fullscreen {
                background: transparent
            }
            .modal-fullscreen .modal-content {
                background: transparent;
                border: 0;
                -webkit-box-shadow: none;
                box-shadow: none
            }
            .modal-backdrop.modal-backdrop-fullscreen {
                background: #000
            }
            .modal-backdrop.modal-backdrop-fullscreen.in {
                opacity: .75;
                filter: alpha(opacity=75)
            }
            .modal-fullscreen .modal-dialog {
                margin: 0;
                margin-right: auto;
                margin-left: auto;
                width: 100%
            }
            @media(min-width:768px) {
                .modal-fullscreen .modal-dialog {
                    width: 400px
                }
            }
            @media(min-width:992px) {
                .modal-fullscreen .modal-dialog {
                    width: 500px
                }
            }
            @media(min-width:1200px) {
                .modal-fullscreen .modal-dialog {
                    width: 600px
                }
            }
        }
        
        div.sticky {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            padding: 5px;
            z-index: 999;
        }
        
        .sabitleme {
            position: fixed-top;
            top: 0;
            width: 100%;
            z-index: 10000;
            width: 100%;
            left: 0;
            right: 0;
            z-index: 99999;
        }