@charset "UTF-8";

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    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] {
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

/* Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        box-shadow: none !important
    }

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

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

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

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

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100% !important
    }

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

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

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}


.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-eur:before,
.glyphicon-euro:before {
    content: "\20AC"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270F"
}

.glyphicon-glass:before {
    content: "\E001"
}

.glyphicon-music:before {
    content: "\E002"
}

.glyphicon-search:before {
    content: "\E003"
}

.glyphicon-heart:before {
    content: "\E005"
}

.glyphicon-star:before {
    content: "\E006"
}

.glyphicon-star-empty:before {
    content: "\E007"
}

.glyphicon-user:before {
    content: "\E008"
}

.glyphicon-film:before {
    content: "\E009"
}

.glyphicon-th-large:before {
    content: "\E010"
}

.glyphicon-th:before {
    content: "\E011"
}

.glyphicon-th-list:before {
    content: "\E012"
}

.glyphicon-ok:before {
    content: "\E013"
}

.glyphicon-remove:before {
    content: "\E014"
}

.glyphicon-zoom-in:before {
    content: "\E015"
}

.glyphicon-zoom-out:before {
    content: "\E016"
}

.glyphicon-off:before {
    content: "\E017"
}

.glyphicon-signal:before {
    content: "\E018"
}

.glyphicon-cog:before {
    content: "\E019"
}

.glyphicon-trash:before {
    content: "\E020"
}

.glyphicon-home:before {
    content: "\E021"
}

.glyphicon-file:before {
    content: "\E022"
}

.glyphicon-time:before {
    content: "\E023"
}

.glyphicon-road:before {
    content: "\E024"
}

.glyphicon-download-alt:before {
    content: "\E025"
}

.glyphicon-download:before {
    content: "\E026"
}

.glyphicon-upload:before {
    content: "\E027"
}

.glyphicon-inbox:before {
    content: "\E028"
}

.glyphicon-play-circle:before {
    content: "\E029"
}

.glyphicon-repeat:before {
    content: "\E030"
}

.glyphicon-refresh:before {
    content: "\E031"
}

.glyphicon-list-alt:before {
    content: "\E032"
}

.glyphicon-lock:before {
    content: "\E033"
}

.glyphicon-flag:before {
    content: "\E034"
}

.glyphicon-headphones:before {
    content: "\E035"
}

.glyphicon-volume-off:before {
    content: "\E036"
}

.glyphicon-volume-down:before {
    content: "\E037"
}

.glyphicon-volume-up:before {
    content: "\E038"
}

.glyphicon-qrcode:before {
    content: "\E039"
}

.glyphicon-barcode:before {
    content: "\E040"
}

.glyphicon-tag:before {
    content: "\E041"
}

.glyphicon-tags:before {
    content: "\E042"
}

.glyphicon-book:before {
    content: "\E043"
}

.glyphicon-bookmark:before {
    content: "\E044"
}

.glyphicon-print:before {
    content: "\E045"
}

.glyphicon-camera:before {
    content: "\E046"
}

.glyphicon-font:before {
    content: "\E047"
}

.glyphicon-bold:before {
    content: "\E048"
}

.glyphicon-italic:before {
    content: "\E049"
}

.glyphicon-text-height:before {
    content: "\E050"
}

.glyphicon-text-width:before {
    content: "\E051"
}

.glyphicon-align-left:before {
    content: "\E052"
}

.glyphicon-align-center:before {
    content: "\E053"
}

.glyphicon-align-right:before {
    content: "\E054"
}

.glyphicon-align-justify:before {
    content: "\E055"
}

.glyphicon-list:before {
    content: "\E056"
}

.glyphicon-indent-left:before {
    content: "\E057"
}

.glyphicon-indent-right:before {
    content: "\E058"
}

.glyphicon-facetime-video:before {
    content: "\E059"
}

.glyphicon-picture:before {
    content: "\E060"
}

.glyphicon-map-marker:before {
    content: "\E062"
}

.glyphicon-adjust:before {
    content: "\E063"
}

.glyphicon-tint:before {
    content: "\E064"
}

.glyphicon-edit:before {
    content: "\E065"
}

.glyphicon-share:before {
    content: "\E066"
}

.glyphicon-check:before {
    content: "\E067"
}

.glyphicon-move:before {
    content: "\E068"
}

.glyphicon-step-backward:before {
    content: "\E069"
}

.glyphicon-fast-backward:before {
    content: "\E070"
}

.glyphicon-backward:before {
    content: "\E071"
}

.glyphicon-play:before {
    content: "\E072"
}

.glyphicon-pause:before {
    content: "\E073"
}

.glyphicon-stop:before {
    content: "\E074"
}

.glyphicon-forward:before {
    content: "\E075"
}

.glyphicon-fast-forward:before {
    content: "\E076"
}

.glyphicon-step-forward:before {
    content: "\E077"
}

.glyphicon-eject:before {
    content: "\E078"
}

.glyphicon-chevron-left:before {
    content: "\E079"
}

.glyphicon-chevron-right:before {
    content: "\E080"
}

.glyphicon-plus-sign:before {
    content: "\E081"
}

.glyphicon-minus-sign:before {
    content: "\E082"
}

.glyphicon-remove-sign:before {
    content: "\E083"
}

.glyphicon-ok-sign:before {
    content: "\E084"
}

.glyphicon-question-sign:before {
    content: "\E085"
}

.glyphicon-info-sign:before {
    content: "\E086"
}

.glyphicon-screenshot:before {
    content: "\E087"
}

.glyphicon-remove-circle:before {
    content: "\E088"
}

.glyphicon-ok-circle:before {
    content: "\E089"
}

.glyphicon-ban-circle:before {
    content: "\E090"
}

.glyphicon-arrow-left:before {
    content: "\E091"
}

.glyphicon-arrow-right:before {
    content: "\E092"
}

.glyphicon-arrow-up:before {
    content: "\E093"
}

.glyphicon-arrow-down:before {
    content: "\E094"
}

.glyphicon-share-alt:before {
    content: "\E095"
}

.glyphicon-resize-full:before {
    content: "\E096"
}

.glyphicon-resize-small:before {
    content: "\E097"
}

.glyphicon-exclamation-sign:before {
    content: "\E101"
}

.glyphicon-gift:before {
    content: "\E102"
}

.glyphicon-leaf:before {
    content: "\E103"
}

.glyphicon-fire:before {
    content: "\E104"
}

.glyphicon-eye-open:before {
    content: "\E105"
}

.glyphicon-eye-close:before {
    content: "\E106"
}

.glyphicon-warning-sign:before {
    content: "\E107"
}

.glyphicon-plane:before {
    content: "\E108"
}

.glyphicon-calendar:before {
    content: "\E109"
}

.glyphicon-random:before {
    content: "\E110"
}

.glyphicon-comment:before {
    content: "\E111"
}

.glyphicon-magnet:before {
    content: "\E112"
}

.glyphicon-chevron-up:before {
    content: "\E113"
}

.glyphicon-chevron-down:before {
    content: "\E114"
}

.glyphicon-retweet:before {
    content: "\E115"
}

.glyphicon-shopping-cart:before {
    content: "\E116"
}

.glyphicon-folder-close:before {
    content: "\E117"
}

.glyphicon-folder-open:before {
    content: "\E118"
}

.glyphicon-resize-vertical:before {
    content: "\E119"
}

.glyphicon-resize-horizontal:before {
    content: "\E120"
}

.glyphicon-hdd:before {
    content: "\E121"
}

.glyphicon-bullhorn:before {
    content: "\E122"
}

.glyphicon-bell:before {
    content: "\E123"
}

.glyphicon-certificate:before {
    content: "\E124"
}

.glyphicon-thumbs-up:before {
    content: "\E125"
}

.glyphicon-thumbs-down:before {
    content: "\E126"
}

.glyphicon-hand-right:before {
    content: "\E127"
}

.glyphicon-hand-left:before {
    content: "\E128"
}

.glyphicon-hand-up:before {
    content: "\E129"
}

.glyphicon-hand-down:before {
    content: "\E130"
}

.glyphicon-circle-arrow-right:before {
    content: "\E131"
}

.glyphicon-circle-arrow-left:before {
    content: "\E132"
}

.glyphicon-circle-arrow-up:before {
    content: "\E133"
}

.glyphicon-circle-arrow-down:before {
    content: "\E134"
}

.glyphicon-globe:before {
    content: "\E135"
}

.glyphicon-wrench:before {
    content: "\E136"
}

.glyphicon-tasks:before {
    content: "\E137"
}

.glyphicon-filter:before {
    content: "\E138"
}

.glyphicon-briefcase:before {
    content: "\E139"
}

.glyphicon-fullscreen:before {
    content: "\E140"
}

.glyphicon-dashboard:before {
    content: "\E141"
}

.glyphicon-paperclip:before {
    content: "\E142"
}

.glyphicon-heart-empty:before {
    content: "\E143"
}

.glyphicon-link:before {
    content: "\E144"
}

.glyphicon-phone:before {
    content: "\E145"
}

.glyphicon-pushpin:before {
    content: "\E146"
}

.glyphicon-usd:before {
    content: "\E148"
}

.glyphicon-gbp:before {
    content: "\E149"
}

.glyphicon-sort:before {
    content: "\E150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\E151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\E152"
}

.glyphicon-sort-by-order:before {
    content: "\E153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\E154"
}

.glyphicon-sort-by-attributes:before {
    content: "\E155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\E156"
}

.glyphicon-unchecked:before {
    content: "\E157"
}

.glyphicon-expand:before {
    content: "\E158"
}

.glyphicon-collapse-down:before {
    content: "\E159"
}

.glyphicon-collapse-up:before {
    content: "\E160"
}

.glyphicon-log-in:before {
    content: "\E161"
}

.glyphicon-flash:before {
    content: "\E162"
}

.glyphicon-log-out:before {
    content: "\E163"
}

.glyphicon-new-window:before {
    content: "\E164"
}

.glyphicon-record:before {
    content: "\E165"
}

.glyphicon-save:before {
    content: "\E166"
}

.glyphicon-open:before {
    content: "\E167"
}

.glyphicon-saved:before {
    content: "\E168"
}

.glyphicon-import:before {
    content: "\E169"
}

.glyphicon-export:before {
    content: "\E170"
}

.glyphicon-send:before {
    content: "\E171"
}

.glyphicon-floppy-disk:before {
    content: "\E172"
}

.glyphicon-floppy-saved:before {
    content: "\E173"
}

.glyphicon-floppy-remove:before {
    content: "\E174"
}

.glyphicon-floppy-save:before {
    content: "\E175"
}

.glyphicon-floppy-open:before {
    content: "\E176"
}

.glyphicon-credit-card:before {
    content: "\E177"
}

.glyphicon-transfer:before {
    content: "\E178"
}

.glyphicon-cutlery:before {
    content: "\E179"
}

.glyphicon-header:before {
    content: "\E180"
}

.glyphicon-compressed:before {
    content: "\E181"
}

.glyphicon-earphone:before {
    content: "\E182"
}

.glyphicon-phone-alt:before {
    content: "\E183"
}

.glyphicon-tower:before {
    content: "\E184"
}

.glyphicon-stats:before {
    content: "\E185"
}

.glyphicon-sd-video:before {
    content: "\E186"
}

.glyphicon-hd-video:before {
    content: "\E187"
}

.glyphicon-subtitles:before {
    content: "\E188"
}

.glyphicon-sound-stereo:before {
    content: "\E189"
}

.glyphicon-sound-dolby:before {
    content: "\E190"
}

.glyphicon-sound-5-1:before {
    content: "\E191"
}

.glyphicon-sound-6-1:before {
    content: "\E192"
}

.glyphicon-sound-7-1:before {
    content: "\E193"
}

.glyphicon-copyright-mark:before {
    content: "\E194"
}

.glyphicon-registration-mark:before {
    content: "\E195"
}

.glyphicon-cloud-download:before {
    content: "\E197"
}

.glyphicon-cloud-upload:before {
    content: "\E198"
}

.glyphicon-tree-conifer:before {
    content: "\E199"
}

.glyphicon-tree-deciduous:before {
    content: "\E200"
}

.glyphicon-cd:before {
    content: "\E201"
}

.glyphicon-save-file:before {
    content: "\E202"
}

.glyphicon-open-file:before {
    content: "\E203"
}

.glyphicon-level-up:before {
    content: "\E204"
}

.glyphicon-copy:before {
    content: "\E205"
}

.glyphicon-paste:before {
    content: "\E206"
}

.glyphicon-alert:before {
    content: "\E209"
}

.glyphicon-equalizer:before {
    content: "\E210"
}

.glyphicon-king:before {
    content: "\E211"
}

.glyphicon-queen:before {
    content: "\E212"
}

.glyphicon-pawn:before {
    content: "\E213"
}

.glyphicon-bishop:before {
    content: "\E214"
}

.glyphicon-knight:before {
    content: "\E215"
}

.glyphicon-baby-formula:before {
    content: "\E216"
}

.glyphicon-tent:before {
    content: "\26FA"
}

.glyphicon-blackboard:before {
    content: "\E218"
}

.glyphicon-bed:before {
    content: "\E219"
}

.glyphicon-apple:before {
    content: "\F8FF"
}

.glyphicon-erase:before {
    content: "\E221"
}

.glyphicon-hourglass:before {
    content: "\231B"
}

.glyphicon-lamp:before {
    content: "\E223"
}

.glyphicon-duplicate:before {
    content: "\E224"
}

.glyphicon-piggy-bank:before {
    content: "\E225"
}

.glyphicon-scissors:before {
    content: "\E226"
}

.glyphicon-bitcoin:before {
    content: "\E227"
}

.glyphicon-btc:before {
    content: "\E227"
}

.glyphicon-xbt:before {
    content: "\E227"
}

.glyphicon-yen:before {
    content: "\A5"
}

.glyphicon-jpy:before {
    content: "\A5"
}

.glyphicon-ruble:before {
    content: "\20BD"
}

.glyphicon-rub:before {
    content: "\20BD"
}

.glyphicon-scale:before {
    content: "\E230"
}

.glyphicon-ice-lolly:before {
    content: "\E231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\E232"
}

.glyphicon-education:before {
    content: "\E233"
}

.glyphicon-option-horizontal:before {
    content: "\E234"
}

.glyphicon-option-vertical:before {
    content: "\E235"
}

.glyphicon-menu-hamburger:before {
    content: "\E236"
}

.glyphicon-modal-window:before {
    content: "\E237"
}

.glyphicon-oil:before {
    content: "\E238"
}

.glyphicon-grain:before {
    content: "\E239"
}

.glyphicon-sunglasses:before {
    content: "\E240"
}

.glyphicon-text-size:before {
    content: "\E241"
}

.glyphicon-text-color:before {
    content: "\E242"
}

.glyphicon-text-background:before {
    content: "\E243"
}

.glyphicon-object-align-top:before {
    content: "\E244"
}

.glyphicon-object-align-bottom:before {
    content: "\E245"
}

.glyphicon-object-align-horizontal:before {
    content: "\E246"
}

.glyphicon-object-align-left:before {
    content: "\E247"
}

.glyphicon-object-align-vertical:before {
    content: "\E248"
}

.glyphicon-object-align-right:before {
    content: "\E249"
}

.glyphicon-triangle-right:before {
    content: "\E250"
}

.glyphicon-triangle-left:before {
    content: "\E251"
}

.glyphicon-triangle-bottom:before {
    content: "\E252"
}

.glyphicon-triangle-top:before {
    content: "\E253"
}

.glyphicon-console:before {
    content: "\E254"
}

.glyphicon-superscript:before {
    content: "\E255"
}

.glyphicon-subscript:before {
    content: "\E256"
}

.glyphicon-menu-left:before {
    content: "\E257"
}

.glyphicon-menu-right:before {
    content: "\E258"
}

.glyphicon-menu-down:before {
    content: "\E259"
}

.glyphicon-menu-up:before {
    content: "\E260"
}

* {
    box-sizing: border-box
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

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

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

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

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

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

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

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

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

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }
}

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

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

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

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

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

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

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

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

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

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014   \A0'
}

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

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

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

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

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

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

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

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

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

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

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

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

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

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

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

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

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

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

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

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

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media(min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

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

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

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

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.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: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

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

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media(min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media(min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media(min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    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);
    box-shadow: none;
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

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

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

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

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

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

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

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

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

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

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

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

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

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

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

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

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

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

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

.open>a {
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn .caret {
    margin-left: 0
}

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

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

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

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

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

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

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

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

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media(min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media(min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media(max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media(min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width:768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media(min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media(min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media(min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media(min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media(min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\A0"
}

.breadcrumb>.active {
    color: #777
}

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

.pagination>li {
    display: inline
}

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

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

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

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

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

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

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

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

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

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

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

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

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

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

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

.label:empty {
    display: none
}

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

.label-default {
    background-color: #777
}

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

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

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

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

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

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

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

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

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

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

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

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

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

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

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

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

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

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

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

    to {
        background-position: 0 0
    }
}

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

    to {
        background-position: 0 0
    }
}

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

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

.progress-bar-striped,
.progress-striped .progress-bar {
    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-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

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

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .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: 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: 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: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

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

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

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

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

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

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

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

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

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

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

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

.modal-open {
    overflow: hidden
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
    position: relative
}

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

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

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-control .icon-next:before {
    content: '\203A'
}

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

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

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

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

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

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -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
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

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

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media(max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}


[class^="pc-"],
[class*=" pc-"] {
    font-family: 'playercontrols' !important;
    speak-as: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pc-back:before {
    content: "\E900"
}

.pc-next:before {
    content: "\E901"
}

.pc-pause:before {
    content: "\E902"
}

.pc-play:before {
    content: "\E903"
}

.pc-playlist:before {
    content: "\E904"
}

.pc-playlist2:before {
    content: "\E905"
}

.pc-volume:before {
    content: "\E906"
}

.pc-mute:before {
    content: "\E907"
}

.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(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

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

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

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

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

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

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

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\F000"
}

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

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

.fa-envelope-o:before {
    content: "\F003"
}

.fa-heart:before {
    content: "\F004"
}

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

.fa-star-o:before {
    content: "\F006"
}

.fa-user:before {
    content: "\F007"
}

.fa-film:before {
    content: "\F008"
}

.fa-th-large:before {
    content: "\F009"
}

.fa-th:before {
    content: "\F00A"
}

.fa-th-list:before {
    content: "\F00B"
}

.fa-check:before {
    content: "\F00C"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\F00D"
}

.fa-search-plus:before {
    content: "\F00E"
}

.fa-search-minus:before {
    content: "\F010"
}

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

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

.fa-gear:before,
.fa-cog:before {
    content: "\F013"
}

.fa-trash-o:before {
    content: "\F014"
}

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

.fa-file-o:before {
    content: "\F016"
}

.fa-clock-o:before {
    content: "\F017"
}

.fa-road:before {
    content: "\F018"
}

.fa-download:before {
    content: "\F019"
}

.fa-arrow-circle-o-down:before {
    content: "\F01A"
}

.fa-arrow-circle-o-up:before {
    content: "\F01B"
}

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

.fa-play-circle-o:before {
    content: "\F01D"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\F01E"
}

.fa-refresh:before {
    content: "\F021"
}

.fa-list-alt:before {
    content: "\F022"
}

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

.fa-flag:before {
    content: "\F024"
}

.fa-headphones:before {
    content: "\F025"
}

.fa-volume-off:before {
    content: "\F026"
}

.fa-volume-down:before {
    content: "\F027"
}

.fa-volume-up:before {
    content: "\F028"
}

.fa-qrcode:before {
    content: "\F029"
}

.fa-barcode:before {
    content: "\F02A"
}

.fa-tag:before {
    content: "\F02B"
}

.fa-tags:before {
    content: "\F02C"
}

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

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

.fa-print:before {
    content: "\F02F"
}

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

.fa-font:before {
    content: "\F031"
}

.fa-bold:before {
    content: "\F032"
}

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

.fa-text-height:before {
    content: "\F034"
}

.fa-text-width:before {
    content: "\F035"
}

.fa-align-left:before {
    content: "\F036"
}

.fa-align-center:before {
    content: "\F037"
}

.fa-align-right:before {
    content: "\F038"
}

.fa-align-justify:before {
    content: "\F039"
}

.fa-list:before {
    content: "\F03A"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\F03B"
}

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

.fa-video-camera:before {
    content: "\F03D"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\F03E"
}

.fa-pencil:before {
    content: "\F040"
}

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

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

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

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\F044"
}

.fa-share-square-o:before {
    content: "\F045"
}

.fa-check-square-o:before {
    content: "\F046"
}

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

.fa-step-backward:before {
    content: "\F048"
}

.fa-fast-backward:before {
    content: "\F049"
}

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

.fa-play:before {
    content: "\F04B"
}

.fa-pause:before {
    content: "\F04C"
}

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

.fa-forward:before {
    content: "\F04E"
}

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

.fa-step-forward:before {
    content: "\F051"
}

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

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

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

.fa-plus-circle:before {
    content: "\F055"
}

.fa-minus-circle:before {
    content: "\F056"
}

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

.fa-check-circle:before {
    content: "\F058"
}

.fa-question-circle:before {
    content: "\F059"
}

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

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

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

.fa-check-circle-o:before {
    content: "\F05D"
}

.fa-ban:before {
    content: "\F05E"
}

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
    content: "\F064"
}

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

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

.fa-plus:before {
    content: "\F067"
}

.fa-minus:before {
    content: "\F068"
}

.fa-asterisk:before {
    content: "\F069"
}

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

.fa-gift:before {
    content: "\F06B"
}

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

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

.fa-eye:before {
    content: "\F06E"
}

.fa-eye-slash:before {
    content: "\F070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\F071"
}

.fa-plane:before {
    content: "\F072"
}

.fa-calendar:before {
    content: "\F073"
}

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

.fa-comment:before {
    content: "\F075"
}

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

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

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

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

.fa-shopping-cart:before {
    content: "\F07A"
}

.fa-folder:before {
    content: "\F07B"
}

.fa-folder-open:before {
    content: "\F07C"
}

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

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\F080"
}

.fa-twitter-square:before {
    content: "\F081"
}

.fa-facebook-square:before {
    content: "\F082"
}

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

.fa-key:before {
    content: "\F084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\F085"
}

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

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

.fa-thumbs-o-down:before {
    content: "\F088"
}

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

.fa-heart-o:before {
    content: "\F08A"
}

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

.fa-linkedin-square:before {
    content: "\F08C"
}

.fa-thumb-tack:before {
    content: "\F08D"
}

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

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

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

.fa-github-square:before {
    content: "\F092"
}

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

.fa-lemon-o:before {
    content: "\F094"
}

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

.fa-square-o:before {
    content: "\F096"
}

.fa-bookmark-o:before {
    content: "\F097"
}

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

.fa-twitter:before {
    content: "\F099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\F09A"
}

.fa-github:before {
    content: "\F09B"
}

.fa-unlock:before {
    content: "\F09C"
}

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

.fa-feed:before,
.fa-rss:before {
    content: "\F09E"
}

.fa-hdd-o:before {
    content: "\F0A0"
}

.fa-bullhorn:before {
    content: "\F0A1"
}

.fa-bell:before {
    content: "\F0F3"
}

.fa-certificate:before {
    content: "\F0A3"
}

.fa-hand-o-right:before {
    content: "\F0A4"
}

.fa-hand-o-left:before {
    content: "\F0A5"
}

.fa-hand-o-up:before {
    content: "\F0A6"
}

.fa-hand-o-down:before {
    content: "\F0A7"
}

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

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

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

.fa-arrow-circle-down:before {
    content: "\F0AB"
}

.fa-globe:before {
    content: "\F0AC"
}

.fa-wrench:before {
    content: "\F0AD"
}

.fa-tasks:before {
    content: "\F0AE"
}

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

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

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

.fa-group:before,
.fa-users:before {
    content: "\F0C0"
}

.fa-chain:before,
.fa-link:before {
    content: "\F0C1"
}

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

.fa-flask:before {
    content: "\F0C3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\F0C4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\F0C5"
}

.fa-paperclip:before {
    content: "\F0C6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\F0C7"
}

.fa-square:before {
    content: "\F0C8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\F0C9"
}

.fa-list-ul:before {
    content: "\F0CA"
}

.fa-list-ol:before {
    content: "\F0CB"
}

.fa-strikethrough:before {
    content: "\F0CC"
}

.fa-underline:before {
    content: "\F0CD"
}

.fa-table:before {
    content: "\F0CE"
}

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

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

.fa-pinterest:before {
    content: "\F0D2"
}

.fa-pinterest-square:before {
    content: "\F0D3"
}

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

.fa-google-plus:before {
    content: "\F0D5"
}

.fa-money:before {
    content: "\F0D6"
}

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

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

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

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

.fa-columns:before {
    content: "\F0DB"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\F0DC"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\F0DD"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\F0DE"
}

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

.fa-linkedin:before {
    content: "\F0E1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\F0E2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\F0E3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\F0E4"
}

.fa-comment-o:before {
    content: "\F0E5"
}

.fa-comments-o:before {
    content: "\F0E6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\F0E7"
}

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

.fa-umbrella:before {
    content: "\F0E9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\F0EA"
}

.fa-lightbulb-o:before {
    content: "\F0EB"
}

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

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

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

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

.fa-stethoscope:before {
    content: "\F0F1"
}

.fa-suitcase:before {
    content: "\F0F2"
}

.fa-bell-o:before {
    content: "\F0A2"
}

.fa-coffee:before {
    content: "\F0F4"
}

.fa-cutlery:before {
    content: "\F0F5"
}

.fa-file-text-o:before {
    content: "\F0F6"
}

.fa-building-o:before {
    content: "\F0F7"
}

.fa-hospital-o:before {
    content: "\F0F8"
}

.fa-ambulance:before {
    content: "\F0F9"
}

.fa-medkit:before {
    content: "\F0FA"
}

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

.fa-beer:before {
    content: "\F0FC"
}

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

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

.fa-angle-double-left:before {
    content: "\F100"
}

.fa-angle-double-right:before {
    content: "\F101"
}

.fa-angle-double-up:before {
    content: "\F102"
}

.fa-angle-double-down:before {
    content: "\F103"
}

.fa-angle-left:before {
    content: "\F104"
}

.fa-angle-right:before {
    content: "\F105"
}

.fa-angle-up:before {
    content: "\F106"
}

.fa-angle-down:before {
    content: "\F107"
}

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

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

.fa-tablet:before {
    content: "\F10A"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\F10B"
}

.fa-circle-o:before {
    content: "\F10C"
}

.fa-quote-left:before {
    content: "\F10D"
}

.fa-quote-right:before {
    content: "\F10E"
}

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

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

.fa-mail-reply:before,
.fa-reply:before {
    content: "\F112"
}

.fa-github-alt:before {
    content: "\F113"
}

.fa-folder-o:before {
    content: "\F114"
}

.fa-folder-open-o:before {
    content: "\F115"
}

.fa-smile-o:before {
    content: "\F118"
}

.fa-frown-o:before {
    content: "\F119"
}

.fa-meh-o:before {
    content: "\F11A"
}

.fa-gamepad:before {
    content: "\F11B"
}

.fa-keyboard-o:before {
    content: "\F11C"
}

.fa-flag-o:before {
    content: "\F11D"
}

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

.fa-terminal:before {
    content: "\F120"
}

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

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\F122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\F123"
}

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

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

.fa-code-fork:before {
    content: "\F126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\F127"
}

.fa-question:before {
    content: "\F128"
}

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

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

.fa-superscript:before {
    content: "\F12B"
}

.fa-subscript:before {
    content: "\F12C"
}

.fa-eraser:before {
    content: "\F12D"
}

.fa-puzzle-piece:before {
    content: "\F12E"
}

.fa-microphone:before {
    content: "\F130"
}

.fa-microphone-slash:before {
    content: "\F131"
}

.fa-shield:before {
    content: "\F132"
}

.fa-calendar-o:before {
    content: "\F133"
}

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

.fa-rocket:before {
    content: "\F135"
}

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

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

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

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

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

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

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

.fa-anchor:before {
    content: "\F13D"
}

.fa-unlock-alt:before {
    content: "\F13E"
}

.fa-bullseye:before {
    content: "\F140"
}

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

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

.fa-rss-square:before {
    content: "\F143"
}

.fa-play-circle:before {
    content: "\F144"
}

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

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

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

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

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

.fa-check-square:before {
    content: "\F14A"
}

.fa-pencil-square:before {
    content: "\F14B"
}

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

.fa-share-square:before {
    content: "\F14D"
}

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

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\F150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\F151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\F152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\F153"
}

.fa-gbp:before {
    content: "\F154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\F155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\F156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\F157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\F158"
}

.fa-won:before,
.fa-krw:before {
    content: "\F159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\F15A"
}

.fa-file:before {
    content: "\F15B"
}

.fa-file-text:before {
    content: "\F15C"
}

.fa-sort-alpha-asc:before {
    content: "\F15D"
}

.fa-sort-alpha-desc:before {
    content: "\F15E"
}

.fa-sort-amount-asc:before {
    content: "\F160"
}

.fa-sort-amount-desc:before {
    content: "\F161"
}

.fa-sort-numeric-asc:before {
    content: "\F162"
}

.fa-sort-numeric-desc:before {
    content: "\F163"
}

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

.fa-thumbs-down:before {
    content: "\F165"
}

.fa-youtube-square:before {
    content: "\F166"
}

.fa-youtube:before {
    content: "\F167"
}

.fa-xing:before {
    content: "\F168"
}

.fa-xing-square:before {
    content: "\F169"
}

.fa-youtube-play:before {
    content: "\F16A"
}

.fa-dropbox:before {
    content: "\F16B"
}

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

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

.fa-flickr:before {
    content: "\F16E"
}

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

.fa-bitbucket:before {
    content: "\F171"
}

.fa-bitbucket-square:before {
    content: "\F172"
}

.fa-tumblr:before {
    content: "\F173"
}

.fa-tumblr-square:before {
    content: "\F174"
}

.fa-long-arrow-down:before {
    content: "\F175"
}

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

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

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

.fa-apple:before {
    content: "\F179"
}

.fa-windows:before {
    content: "\F17A"
}

.fa-android:before {
    content: "\F17B"
}

.fa-linux:before {
    content: "\F17C"
}

.fa-dribbble:before {
    content: "\F17D"
}

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

.fa-foursquare:before {
    content: "\F180"
}

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

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

.fa-male:before {
    content: "\F183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\F184"
}

.fa-sun-o:before {
    content: "\F185"
}

.fa-moon-o:before {
    content: "\F186"
}

.fa-archive:before {
    content: "\F187"
}

.fa-bug:before {
    content: "\F188"
}

.fa-vk:before {
    content: "\F189"
}

.fa-weibo:before {
    content: "\F18A"
}

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

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

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

.fa-arrow-circle-o-right:before {
    content: "\F18E"
}

.fa-arrow-circle-o-left:before {
    content: "\F190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\F191"
}

.fa-dot-circle-o:before {
    content: "\F192"
}

.fa-wheelchair:before {
    content: "\F193"
}

.fa-vimeo-square:before {
    content: "\F194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\F195"
}

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

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

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

.fa-envelope-square:before {
    content: "\F199"
}

.fa-wordpress:before {
    content: "\F19A"
}

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

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\F19C"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\F19D"
}

.fa-yahoo:before {
    content: "\F19E"
}

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

.fa-reddit:before {
    content: "\F1A1"
}

.fa-reddit-square:before {
    content: "\F1A2"
}

.fa-stumbleupon-circle:before {
    content: "\F1A3"
}

.fa-stumbleupon:before {
    content: "\F1A4"
}

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

.fa-digg:before {
    content: "\F1A6"
}

.fa-pied-piper:before {
    content: "\F1A7"
}

.fa-pied-piper-alt:before {
    content: "\F1A8"
}

.fa-drupal:before {
    content: "\F1A9"
}

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

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

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

.fa-building:before {
    content: "\F1AD"
}

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

.fa-paw:before {
    content: "\F1B0"
}

.fa-spoon:before {
    content: "\F1B1"
}

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

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

.fa-behance:before {
    content: "\F1B4"
}

.fa-behance-square:before {
    content: "\F1B5"
}

.fa-steam:before {
    content: "\F1B6"
}

.fa-steam-square:before {
    content: "\F1B7"
}

.fa-recycle:before {
    content: "\F1B8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\F1B9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\F1BA"
}

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

.fa-spotify:before {
    content: "\F1BC"
}

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

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

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

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

.fa-file-word-o:before {
    content: "\F1C2"
}

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

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

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\F1C5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\F1C6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\F1C7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\F1C8"
}

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

.fa-vine:before {
    content: "\F1CA"
}

.fa-codepen:before {
    content: "\F1CB"
}

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

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\F1CD"
}

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

.fa-ra:before,
.fa-rebel:before {
    content: "\F1D0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\F1D1"
}

.fa-git-square:before {
    content: "\F1D2"
}

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\F1D4"
}

.fa-tencent-weibo:before {
    content: "\F1D5"
}

.fa-qq:before {
    content: "\F1D6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\F1D7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\F1D8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\F1D9"
}

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

.fa-circle-thin:before {
    content: "\F1DB"
}

.fa-header:before {
    content: "\F1DC"
}

.fa-paragraph:before {
    content: "\F1DD"
}

.fa-sliders:before {
    content: "\F1DE"
}

.fa-share-alt:before {
    content: "\F1E0"
}

.fa-share-alt-square:before {
    content: "\F1E1"
}

.fa-bomb:before {
    content: "\F1E2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\F1E3"
}

.fa-tty:before {
    content: "\F1E4"
}

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

.fa-plug:before {
    content: "\F1E6"
}

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

.fa-twitch:before {
    content: "\F1E8"
}

.fa-yelp:before {
    content: "\F1E9"
}

.fa-newspaper-o:before {
    content: "\F1EA"
}

.fa-wifi:before {
    content: "\F1EB"
}

.fa-calculator:before {
    content: "\F1EC"
}

.fa-paypal:before {
    content: "\F1ED"
}

.fa-google-wallet:before {
    content: "\F1EE"
}

.fa-cc-visa:before {
    content: "\F1F0"
}

.fa-cc-mastercard:before {
    content: "\F1F1"
}

.fa-cc-discover:before {
    content: "\F1F2"
}

.fa-cc-amex:before {
    content: "\F1F3"
}

.fa-cc-paypal:before {
    content: "\F1F4"
}

.fa-cc-stripe:before {
    content: "\F1F5"
}

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

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

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

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

.fa-at:before {
    content: "\F1FA"
}

.fa-eyedropper:before {
    content: "\F1FB"
}

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

.fa-birthday-cake:before {
    content: "\F1FD"
}

.fa-area-chart:before {
    content: "\F1FE"
}

.fa-pie-chart:before {
    content: "\F200"
}

.fa-line-chart:before {
    content: "\F201"
}

.fa-lastfm:before {
    content: "\F202"
}

.fa-lastfm-square:before {
    content: "\F203"
}

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

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

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

.fa-bus:before {
    content: "\F207"
}

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

.fa-angellist:before {
    content: "\F209"
}

.fa-cc:before {
    content: "\F20A"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\F20B"
}

.fa-meanpath:before {
    content: "\F20C"
}

.fa-buysellads:before {
    content: "\F20D"
}

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

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

.fa-forumbee:before {
    content: "\F211"
}

.fa-leanpub:before {
    content: "\F212"
}

.fa-sellsy:before {
    content: "\F213"
}

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

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

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

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

.fa-cart-arrow-down:before {
    content: "\F218"
}

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

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

.fa-user-secret:before {
    content: "\F21B"
}

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

.fa-street-view:before {
    content: "\F21D"
}

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

.fa-venus:before {
    content: "\F221"
}

.fa-mars:before {
    content: "\F222"
}

.fa-mercury:before {
    content: "\F223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\F224"
}

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

.fa-venus-double:before {
    content: "\F226"
}

.fa-mars-double:before {
    content: "\F227"
}

.fa-venus-mars:before {
    content: "\F228"
}

.fa-mars-stroke:before {
    content: "\F229"
}

.fa-mars-stroke-v:before {
    content: "\F22A"
}

.fa-mars-stroke-h:before {
    content: "\F22B"
}

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

.fa-genderless:before {
    content: "\F22D"
}

.fa-facebook-official:before {
    content: "\F230"
}

.fa-pinterest-p:before {
    content: "\F231"
}

.fa-whatsapp:before {
    content: "\F232"
}

.fa-server:before {
    content: "\F233"
}

.fa-user-plus:before {
    content: "\F234"
}

.fa-user-times:before {
    content: "\F235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\F236"
}

.fa-viacoin:before {
    content: "\F237"
}

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

.fa-subway:before {
    content: "\F239"
}

.fa-medium:before {
    content: "\F23A"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\F23B"
}

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

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

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

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\F240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\F241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\F242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\F243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\F244"
}

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

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

.fa-object-group:before {
    content: "\F247"
}

.fa-object-ungroup:before {
    content: "\F248"
}

.fa-sticky-note:before {
    content: "\F249"
}

.fa-sticky-note-o:before {
    content: "\F24A"
}

.fa-cc-jcb:before {
    content: "\F24B"
}

.fa-cc-diners-club:before {
    content: "\F24C"
}

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

.fa-balance-scale:before {
    content: "\F24E"
}

.fa-hourglass-o:before {
    content: "\F250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\F251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\F252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\F253"
}

.fa-hourglass:before {
    content: "\F254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\F255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\F256"
}

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

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

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

.fa-hand-pointer-o:before {
    content: "\F25A"
}

.fa-hand-peace-o:before {
    content: "\F25B"
}

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

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

.fa-creative-commons:before {
    content: "\F25E"
}

.fa-gg:before {
    content: "\F260"
}

.fa-gg-circle:before {
    content: "\F261"
}

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

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

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

.fa-get-pocket:before {
    content: "\F265"
}

.fa-wikipedia-w:before {
    content: "\F266"
}

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

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

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

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

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

.fa-tv:before,
.fa-television:before {
    content: "\F26C"
}

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

.fa-500px:before {
    content: "\F26E"
}

.fa-amazon:before {
    content: "\F270"
}

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

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

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

.fa-calendar-check-o:before {
    content: "\F274"
}

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

.fa-map-pin:before {
    content: "\F276"
}

.fa-map-signs:before {
    content: "\F277"
}

.fa-map-o:before {
    content: "\F278"
}

.fa-map:before {
    content: "\F279"
}

.fa-commenting:before {
    content: "\F27A"
}

.fa-commenting-o:before {
    content: "\F27B"
}

.fa-houzz:before {
    content: "\F27C"
}

.fa-vimeo:before {
    content: "\F27D"
}

.fa-black-tie:before {
    content: "\F27E"
}

.fa-fonticons:before {
    content: "\F280"
}

.fa-reddit-alien:before {
    content: "\F281"
}

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

.fa-credit-card-alt:before {
    content: "\F283"
}

.fa-codiepie:before {
    content: "\F284"
}

.fa-modx:before {
    content: "\F285"
}

.fa-fort-awesome:before {
    content: "\F286"
}

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

.fa-product-hunt:before {
    content: "\F288"
}

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

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

.fa-pause-circle:before {
    content: "\F28B"
}

.fa-pause-circle-o:before {
    content: "\F28C"
}

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

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

.fa-shopping-bag:before {
    content: "\F290"
}

.fa-shopping-basket:before {
    content: "\F291"
}

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

.fa-bluetooth:before {
    content: "\F293"
}

.fa-bluetooth-b:before {
    content: "\F294"
}

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

body {
    overflow: hidden;
    overflow-y: scroll;
    font-size: 14px;
    color: #20222d
}

.majorWrap {
    overflow: hidden
}

p {
    margin: 0 0 10px
}

hr {
    margin: 10px auto
}

.label {
    color: inherit
}

.container {
    width: 100%;
    max-width: 1190px
}

.pageLoader {
    position: fixed;
    bottom: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: url(../images/ajax-loadera405a405.html?e085384b8857f8c27f864b6ae55f91b1) center center no-repeat #222;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: .5;
    z-index: 999;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -o-transition: All .3s ease
}

.pageLoader.active {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    visibility: visible;
    -ms-filter: "alpha(opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8
}

.lt-ie9 .animated {
    opacity: 1 !important;
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transform: none !important;
    transform: none !important
}

blockquote {
    border: 0;
    margin: 0;
    font-size: 15px;
    line-height: 28px;
    padding: 40px
}

q {
    position: relative;
    margin-left: 30px;
    display: inline-block
}

q:before {
    position: absolute;
    left: -25px;
    top: 0;
    font-size: 40px
}

q:after {
    content: ""
}

img {
    max-width: 100%;
    height: auto
}

ul {
    margin: 0
}

a {
    outline: none !important;
    color: #7cbf1d
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-weight: 700
}

h1 {
    font-size: 25px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 15px
}

h6 {
    font-size: 14px
}

header h2 {
    font-size: 25px
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.btn-default {
    background: #7cbf1d;
    color: #fff
}

.btn {
    padding: 5px 15px;
    border: 0;
    border-radius: 0;
    font-weight: inherit;
    text-transform: inherit
}

.btn-lg {
    padding: 10px 25px
}

.btn-transparent {
    border: 1px solid #7cbf1d;
    border-radius: 3px;
    text-decoration: none !important
}

.btn-transparent-2 {
    background: rgba(255, 255, 255, .4);
    color: #fff;
    border-radius: 2px
}

.btn.btn-transparent-2:hover {
    color: #fff;
    background: rgba(255, 255, 255, .1)
}

.btn-grey {
    background: #e7eaeb;
    color: #a0a0a0
}

.btn-dark {
    background: #2c2c2c;
    color: #a3a3a3
}

.btn-dark:hover {
    color: #fff
}

.btn-yellow {
    background: #ebc826;
    color: #675a1d
}

.btn-wide {
    width: 100%;
    margin: 5px auto;
    padding: 15px
}

.btn-md {
    min-width: 30%
}

.btn:hover {
    text-shadow: 1px 1px rgba(0, 0, 0, .2);
    border-color: #000;
    border-color: rgba(0, 0, 0, .2)
}

.text-extralight {
    font-weight: 100 !important
}

.text-light {
    font-weight: 300 !important
}

.text-semibold {
    font-weight: 600 !important
}

.text-bold {
    font-weight: 700 !important
}

.text-extrabold {
    font-weight: 800 !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.link {
    text-decoration: underline;
    display: inline-block
}

.link-grey {
    color: #c5c8c9
}

.link:hover {
    color: #7cbf1d
}

.validationError {
    margin: 20px auto;
    color: #e83b3b;
    display: none
}

.messageSentSuccess {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin: 30px auto;
    display: none
}

form {
    margin-bottom: 30px
}

form .btn {
    padding-top: 10px;
    padding-bottom: 10px
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
    width: 100%;
    border: 0;
    color: #9ea4a7;
    height: 38px;
    background: #e7eaeb;
    border-radius: 3px;
    height: 45px;
    padding: 10px 35px;
    text-transform: inherit
}

.field-wrap {
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1px
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
    background: #fff;
    border: 1px solid #7cbf1d;
    color: #7cbf1d
}

textarea {
    height: 180px;
    padding: 25px 35px
}

label {
    color: #9ea4a7
}

.field-wrap:hover label {
    color: #7cbf1d
}

.field-wrap {
    margin: 15px auto;
    position: relative
}

.field-wrap label {
    position: absolute;
    left: 35px;
    top: 12px
}

.field-wrap.textarea-wrap label {
    top: 25px
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-100 {
    margin-bottom: 100px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-100 {
    margin-top: 100px
}

.social-list {
    position: relative;
    padding: 0;
    text-align: center;
    margin: 10px auto
}

.social-list li {
    display: inline-block;
    list-style: none
}

.social-list li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    color: #fff !important;
    text-decoration: none !important;
    background: #72b316
}

.social-list.style2 li {
    margin-left: 2px;
    margin-right: 2px
}

.social-list.style2 li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 150%;
    background: #2c2c2c;
    background: rgba(44, 44, 44, .3)
}

.social-list.style2 li a:hover {
    background: #2c2c2c;
    background: rgba(44, 44, 44, 1)
}

.circular.social-list li a {
    border-radius: 50%
}

.social-list li a.fb-bg {
    background: #4d6dbc
}

.social-list li a.tweet-bg {
    background: #8ae1db
}

.social-list li a:hover {
    color: #fff
}

.the-xv-Jplayer {
    background: #232323;
    color: #717171;
    position: absolute;
    right: -255px;
    top: 0;
    width: 430px;
    height: 75px;
    z-index: 999999;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -o-transition: All .3s ease
}

body.playerFullOn .the-xv-Jplayer {
    right: 0
}

.playList-trigger {
    border: 0;
    background: 0;
    width: 30px;
    font-size: 22px;
    line-height: 30px;
    height: 30px;
    margin-left: 15px;
    margin-right: 10px;
    text-align: center
}

.sound-trigger,
.sound-control {
    border: 0;
    background: 0;
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    line-height: 30px;
    display: block
}

.jp-volume-controls {
    position: absolute;
    right: 20px;
    top: 50%;
    height: 30px;
    margin-top: -15px;
    width: 80px
}

.jp-radioPlayer .jp-volume-controls {
    right: 0
}

.open .jp-volume-bar {
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.jp-volume-bar {
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    left: 10px;
    top: 100%;
    background: #fff;
    border-radius: 10px;
    height: 10px;
    width: 100%;
    padding: 2px;
    cursor: pointer;
    display: none
}

.jp-volume-bar-value {
    height: 6px;
    border-radius: 4px;
    background: #80c420
}

.playList-trigger:hover,
.playList-trigger:focus,
.playerFullOn .playList-trigger {
    color: #fff
}

.the-xv-Jplayer .controls {
    width: 170px;
    left: 0;
    top: 50%;
    position: absolute;
    margin-top: -15px
}

.the-xv-Jplayer .controls>div {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 22px;
    cursor: pointer;
    border-radius: 50%
}

.the-xv-Jplayer.jp-state-playing .controls>div.play-pause {
    color: #fff
}

.the-xv-Jplayer .controls>div:hover {
    color: #fff;
    border-color: #fff
}

.the-xv-Jplayer .audio-title {
    color: #f4f4f4;
    font-size: 12px;
    position: absolute;
    left: 180px;
    top: 50%;
    margin: -15px 0 0 0
}

.the-xv-Jplayer .audio-title>span {
    display: block;
    overflow: hidden;
    width: 145px;
    height: 15px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.the-xv-Jplayer .audio-title .jp-artist {
    display: block;
    color: #969696;
    font-size: 10px
}

.jp-playlist-item .jp-artist:before {
    content: "-";
    padding: 0 10px;
    font-weight: 700
}

.jp-playlist {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #232323;
    color: #717171;
    font-size: 14px
}

.jp-playlist ul {
    padding: 0
}

.jp-playlist ul li {
    display: block;
    border-bottom: 1px solid #717171;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.jp-playlist ul li.jp-playlist-current {
    background: #9ad940;
    border-bottom: 0
}

.jp-playlist ul li a:before {
    content: '\F04B';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 40px;
    font-size: 14px;
    text-align: center
}

.jp-playlist ul li.jp-playlist-current a:before {
    content: '\F0A4'
}

.jp-playlist ul li:last-child {
    border: 0
}

.jp-playlist ul li a.jp-playlist-item {
    color: #717171;
    padding: 8px 20px 8px 40px;
    display: block;
    position: relative;
    text-decoration: none
}

.jp-playlist ul li.jp-playlist-current a {
    color: #fff
}

.player-status {
    background: #585858;
    height: 4px;
    left: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer
}

.the-xv-Jplayer .player-status {
    width: 175px
}

body.playerFullOn .the-xv-Jplayer .player-status {
    width: 100%
}

.jp-seek-bar,
.jp-play-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

.jp-play-bar {
    background: #9ad940
}

.post-audio-player {
    background: #eff1f2;
    padding: 20px 50px 40px 55px;
    position: relative;
    border-radius: 3px
}

.post-audio-player .jpcTimeWrap {
    position: absolute;
    right: -10px;
    top: -7px;
    height: 20px;
    width: 20px;
    background: #9ad940;
    border-radius: 1px
}

.post-audio-player .jpcTimeWrap:hover .jp-current-time {
    visibility: visible
}

.post-audio-player .jp-current-time {
    background: #2c2c2c;
    width: 50px;
    height: 20px;
    top: 100%;
    margin-top: 5px;
    border-radius: 2px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    line-height: 21px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    border-radius: 2px;
    visibility: hidden;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -o-transition: All .3s ease
}

.post-audio-player .player-status {
    position: relative;
    left: auto;
    bottom: auto;
    height: 6px;
    background: #b2b5b6
}

.post-audio-player .jp-current-time:before {
    content: " ";
    top: -5px;
    left: 20px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #2c2c2c transparent
}

.post-audio-player .jp-controls-holder {
    position: absolute;
    left: 15px;
    top: 55px
}

.post-audio-player .jp-duration {
    position: absolute;
    right: 18px;
    top: 18px;
    font-weight: 700
}

.post-audio-player .audio-title {
    margin-bottom: 25px
}

.post-audio-player .play-pause {
    cursor: pointer;
    display: inline-block;
    color: #a9abac;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 23px;
    text-align: center;
    font-size: 24px
}

.post-audio-player .play-pause:hover {
    color: #2c2c2c;
    border-color: #2c2c2c
}

.post-audio-player .jp-volume-controls {
    right: -10px;
    margin-top: 0;
    top: 50px;
    color: #a9abac;
    font-size: 22px
}

.post-audio-player .jp-volume-controls:hover {
    color: #2c2c2c
}

.post-audio-player .jp-volume-bar {
    left: auto;
    top: 38px;
    right: 10px;
    right: 30px;
    background: #b2b5b6;
    border-radius: 0
}

.doc-header {
    z-index: 9999;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -o-transition: All .3s ease
}

body.playerFullOn .xv-menuwrapper {
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden
}

#sticktop {
    width: 100%;
    left: 0;
    background: #2c2c2c;
    min-height: 75px;
    position: relative;
    z-index: 9999
}

.sticky-wrapper.is-sticky #sticktop {
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15)
}

.menuTrigger {
    background: #2c2c2c;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 28px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -20px;
    z-index: 9999;
    border: 0;
    padding: 0 10px;
    display: none
}

.dl-trigger-wrapper {
    position: relative
}

.dl-menuwrapper button {
    float: right
}

ul.navbar-nav {
    float: right;
    min-height: 40px
}

.navbar {
    margin-bottom: 0
}

.navbar-default {
    border-radius: 0;
    position: relative
}

.navbar-default>.container {
    padding-left: 15px;
    height: 75px;
    padding-right: 15px;
    position: relative
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: 0
}

.dropdown i {
    padding-left: 2px;
    font-size: 12px
}

a.navbar-brand img {
    padding-right: 15px
}

.navbar-nav>li:hover ul.dropdown-menu {
    display: block
}

.xv-menuwrapper {
    margin-right: 90px;
    float: right;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -o-transition: All .3s ease;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible
}

.radio-style .xv-menuwrapper {
    margin-right: 0
}

.navbar-header {
    float: none;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.navbar-header>a {
    color: #fff;
    font-size: 24px;
    line-height: 20px;
    text-decoration: none;
    display: block
}

.navbar-header a span.slogan {
    display: block;
    font-size: 12px
}

.xv-menuwrapper .dl-trigger {
    display: none
}

.xv-menuwrapper .dl-menu {
    position: static;
    display: block;
    padding: 0;
    text-align: left;
    float: none;
    margin: 0
}

.xv-menuwrapper .dl-menu>li {
    list-style: none;
    display: block;
    float: left;
    height: 100%;
    line-height: 100%;
    position: relative
}

.xv-menuwrapper .dl-menu>li.active>a {
    color: #fff
}

.xv-menuwrapper .dl-menu>li>a {
    text-decoration: none;
    padding: 0 10px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #a0a0a0;
    line-height: 75px;
    position: relative
}

.xv-menuwrapper .dl-menu>li.megamenu.active>a:after {
    bottom: 42px
}

.xv-menuwrapper .dl-menu>li.megamenu.active:after {
    display: none
}

.xv-menuwrapper li.parent {
    position: relative
}

.xv-menuwrapper li.parent.megamenu {
    position: static
}

.xv-menuwrapper li.parent.megamenu>.lg-submenu {
    display: block;
    width: 80%;
    text-align: justify;
    left: auto;
    right: 0;
    padding: 15px 20px 0
}

.xv-menuwrapper li.parent.megamenu.small>.lg-submenu {
    width: 60%
}

.xv-menuwrapper li.parent.megamenu.medium>.lg-submenu img {
    border: 1px solid #f2f2f2;
    padding: 8px
}

.xv-menuwrapper li.parent.megamenu.wide>.lg-submenu {
    width: 100%
}

.xv-menuwrapper li.parent.megamenu>.lg-submenu::after {
    width: 100%;
    display: inline-block;
    content: ".";
    visibility: hidden
}

.xv-menuwrapper li.parent.megamenu>.lg-submenu>li {
    display: inline-block;
    text-align: left;
    vertical-align: top
}

.xv-menuwrapper li.parent.megamenu>.lg-submenu>li>a {
    font-weight: 800;
    color: #13212d;
    margin-bottom: 15px;
    display: block
}

.xv-menuwrapper li.parent.megamenu>.lg-submenu figure {
    overflow: hidden;
    width: 370px;
    height: 340px
}

.xv-menuwrapper li.parent.megamenu>.lg-submenu figure img {
    width: 100%;
    height: auto
}

.xv-menuwrapper .dl-menu>li.parent>ul,
.xv-menuwrapper .dl-menu>li.parent>ul>li.parent>ul {
    padding: 0;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 215px;
    background: #222;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15)
}

.xv-menuwrapper .dl-menu>li.parent>ul>li.parent>ul {
    margin-top: -1px
}

.xv-menuwrapper .dl-menu>li.parent:last-child>ul {
    left: auto;
    right: 0
}

.xv-menuwrapper .dl-menu>li.parent>ul>li,
.xv-menuwrapper .dl-menu>li.parent>ul>li.parent ul li {
    font-family: 'Raleway', sans-serif;
    display: block;
    list-style: none;
    border-top: 1px solid #000;
    border-top: 1px solid rgba(0, 0, 0, .2);
    padding: 8px 15px
}

.xv-menuwrapper .dl-menu>li.parent.megamenu>ul>li,
.xv-menuwrapper .dl-menu>li.parent.megamenu>ul>li.parent ul li {
    border-top: 0
}

.xv-menuwrapper .dl-menu>li.parent.megamenu li {
    list-style: none
}

.xv-menuwrapper .dl-menu>li.parent.megamenu li a {
    color: #13212d;
    line-height: 25px
}

.xv-menuwrapper .dl-menu>li.parent>ul>li>a,
.xv-menuwrapper .dl-menu>li.parent>ul>li.parent ul li a {
    display: block;
    line-height: 30px;
    color: #a0a0a0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none
}

.xv-menuwrapper .dl-menu>li.parent>ul>li.parent:after {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 50px;
    font-family: 'FontAwesome';
    speak-as: none;
    -webkit-font-smoothing: antialiased;
    content: "\F0DA";
    color: #13212d
}

.xv-menuwrapper .dl-menu>li.parent>ul>li.parent ul {
    position: absolute;
    left: 100%;
    top: 0
}

.xv-menuwrapper .dl-menu>li.parent:last-child>ul>li.parent>ul {
    left: auto;
    right: 100%
}

.xv-menuwrapper button:after {
    display: none
}

.xv-menuwrapper .dl-back {
    display: none !important
}

.jp-radioPlayer {
    position: relative;
    background: #9ad940;
    padding: 10px 0;
    color: #fff
}

.jp-radioPlayer .container {
    position: relative
}

.jp-radioPlayer .jp-controls-holder {
    font-size: 30px;
    float: left;
    position: relative;
    z-index: 20;
    padding-left: 0
}

.jp-radioPlayer .jp-controls-holder>div {
    float: left
}

.play-pause {
    cursor: pointer
}

.jp-radioPlayer .sound-trigger {
    margin-right: 0
}

.jp-radioPlayer .jp-title {
    padding: 5px 100px 0;
    margin: 0;
    text-align: center
}

.jp-radioPlayer .jp-volume-bar {
    left: auto;
    right: 60px;
    top: 50%;
    margin-top: -5px
}

.jp-radioPlayer .jp-volume-bar {
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.jp-state-playing .music_pseudo_bars {
    display: block
}

.music_pseudo_bars {
    display: none;
    height: 30px;
    left: 80px;
    margin: -15px 0 0 0;
    position: absolute;
    top: 50%;
    width: 80px
}

.music_pseudo_bar {
    background: #fff;
    bottom: 1px;
    height: 3px;
    position: absolute;
    width: 3px;
    -webkit-animation: sound 0ms -800ms linear infinite alternate;
    animation: sound 0ms -800ms linear infinite alternate
}

@-webkit-keyframes sound {
    0% {
        opacity: .35;
        height: 3px
    }

    100% {
        opacity: 1;
        height: 28px
    }
}

@keyframes sound {
    0% {
        opacity: .35;
        height: 3px
    }

    100% {
        opacity: 1;
        height: 28px
    }
}

.music_pseudo_bar:nth-child(1) {
    left: 1px;
    -webkit-animation-duration: 474ms;
    animation-duration: 474ms
}

.music_pseudo_bar:nth-child(2) {
    left: 5px;
    -webkit-animation-duration: 433ms;
    animation-duration: 433ms
}

.music_pseudo_bar:nth-child(3) {
    left: 9px;
    -webkit-animation-duration: 407ms;
    animation-duration: 407ms
}

.music_pseudo_bar:nth-child(4) {
    left: 13px;
    -webkit-animation-duration: 458ms;
    animation-duration: 458ms
}

.music_pseudo_bar:nth-child(5) {
    left: 17px;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms
}

.music_pseudo_bar:nth-child(6) {
    left: 21px;
    -webkit-animation-duration: 427ms;
    animation-duration: 427ms
}

.music_pseudo_bar:nth-child(7) {
    left: 25px;
    -webkit-animation-duration: 441ms;
    animation-duration: 441ms
}

.music_pseudo_bar:nth-child(8) {
    left: 29px;
    -webkit-animation-duration: 419ms;
    animation-duration: 419ms
}

.music_pseudo_bar:nth-child(9) {
    left: 33px;
    -webkit-animation-duration: 487ms;
    animation-duration: 487ms
}

.music_pseudo_bar:nth-child(10) {
    left: 37px;
    -webkit-animation-duration: 442ms;
    animation-duration: 442ms
}

.music_pseudo_bar:nth-child(11) {
    left: 41px;
    -webkit-animation-duration: 474ms;
    animation-duration: 474ms
}

.music_pseudo_bar:nth-child(12) {
    left: 45px;
    -webkit-animation-duration: 433ms;
    animation-duration: 433ms
}

.music_pseudo_bar:nth-child(13) {
    left: 49px;
    -webkit-animation-duration: 407ms;
    animation-duration: 407ms
}

.music_pseudo_bar:nth-child(14) {
    left: 53px;
    -webkit-animation-duration: 458ms;
    animation-duration: 458ms
}

.music_pseudo_bar:nth-child(15) {
    left: 57px;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms
}

.music_pseudo_bar:nth-child(16) {
    left: 61px;
    -webkit-animation-duration: 427ms;
    animation-duration: 427ms
}

.music_pseudo_bar:nth-child(17) {
    left: 65px;
    -webkit-animation-duration: 441ms;
    animation-duration: 441ms
}

.music_pseudo_bar:nth-child(18) {
    left: 69px;
    -webkit-animation-duration: 419ms;
    animation-duration: 419ms
}

.music_pseudo_bar:nth-child(19) {
    left: 73px;
    -webkit-animation-duration: 487ms;
    animation-duration: 487ms
}

.music_pseudo_bar:nth-child(21) {
    left: 77px;
    -webkit-animation-duration: 442ms;
    animation-duration: 442ms
}

.waveSurferPlayer {
    background: #9ad940;
    padding: 0
}

.WaveControlStuff {
    position: absolute;
    left: 0;
    top: 10px
}

.WaveControlStuff>a {
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    margin-right: 4px;
    color: #fff;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
    text-decoration: none
}

.waveSurferPlayer .waveTitle {
    font-size: 14px;
    color: #fff;
    margin: -10px 0 0;
    text-align: center;
    display: none
}

.waveSurferInner {
    position: relative;
    padding-left: 200px
}

.custome-select {
    width: 100%;
    position: relative;
    height: 38px;
    line-height: 38px;
    text-align: left;
    display: inline-block;
    cursor: pointer
}

.custome-select span {
    width: 100%;
    height: 30px;
    overflow: hidden;
    padding-left: 10px;
    font-size: 15px;
    margin-top: 1px;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 34px
}

.custome-select b {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px
}

.custome-select select {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    color: #000;
    font-size: 14px;
    top: 0;
    height: 38px
}

.multiSearchWrapper-inner {
    background: #f4f5f5;
    padding: 4px;
    position: relative
}

.multiSearchWrapper {
    color: #a0a0a0;
    margin-top: 5px;
    max-width: 85%
}

.multiSearchWrapper .custome-select {
    min-width: 120px;
    width: 28%;
    border-right: 1px solid #a0a0a0
}

.multiSearchWrapper-inner input {
    width: 70%;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    background: #f4f5f5
}

.multiSearchWrapper-inner input:focus {
    border: 0
}

.multiSearchWrapper input[type="submit"],
.multiSearchWrapper button {
    height: 46px;
    width: 12.5%;
    position: absolute;
    top: 4px;
    right: 10px;
    font-size: 18px
}

.search-filters {
    border-top: 1px solid #b2b2b2
}

.search-filters a.link {
    margin-top: 15px;
    margin-bottom: 15px
}

.searched-for:before {
    content: attr(data-before);
    color: #c5c8c9;
    margin-right: 10px
}

.searched-for {
    padding: 15px 0
}

.s-keyword {
    color: #7cbf1d
}

.s-keyword+.s-keyword {
    content: ", "
}

.search-actions ul+ul {
    border-left: 1px solid #b2b2b2
}

.search-actions>ul {
    padding: 15px;
    display: inline-block
}

.search-actions ul li {
    display: inline-block;
    list-style: none;
    margin-left: 5px;
    margin-right: 5px
}

.search-actions ul li a {
    color: #c5c8c9
}

.search-actions ul li.active a,
.search-actions ul li a:focus,
.search-actions ul li a:hover {
    color: #7cbf1d;
    text-decoration: underline
}

.album-grid {
    margin-top: 30px;
    position: relative
}

.album-grid-wrap.loading .albumPopulate {
    min-height: 120px
}

.album-grid-wrap {
    position: relative
}

.album-grid-wrap.loading .album-control {
    visibility: hidden
}

.album-control {
    position: absolute;
    left: .2%;
    top: .5%;
    width: 5.6%;
    height: 49%;
    background: #2c2c2c;
    z-index: 40;
    text-align: center;
    font-size: 40px
}

.album-control.bottom-right {
    left: auto;
    right: .15%;
    top: auto;
    bottom: .5%
}

.album-control:hover {
    background: #7cbf1d
}

.album-control i {
    color: #5c5c5c;
    top: 50%;
    left: 0;
    width: 100%;
    position: absolute;
    margin-top: -20px
}

.album-control:hover i {
    color: #fff
}

.album-unit {
    display: block;
    position: relative;
    width: 23.5%;
    padding: 2px;
    color: #fff;
    float: left
}

.album-unit:hover {
    color: #fff
}

.album-unit:after {
    position: absolute
}

.album-grid-wrap.style3 {
    margin-bottom: 30px
}

.album-grid-wrap.style4 .album-unit {
    width: 11.1111%
}

.album-grid-wrap.style2 .album-unit {
    padding: 5px;
    width: 20%
}

.album-grid-wrap.style3 .album-unit {
    padding: 0;
    width: 16.66%
}

.album-grid-wrap.style2 .album-unit:first-child,
.album-grid-wrap.style2 .album-unit:last-child,
.album-grid-wrap.style3 .album-unit:first-child,
.album-grid-wrap.style3 .album-unit:last-child,
.album-grid-wrap.style4 .album-unit:first-child,
.album-grid-wrap.style4 .album-unit:last-child {
    margin-left: 0
}

.album-unit:first-child {
    margin-left: 6%
}

.album-unit img {
    width: 100%;
    height: auto
}

.album-unit figure {
    position: relative;
    overflow: hidden
}

.album-unit figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #7cbf1d;
    visibility: hidden;
    opacity: .93
}

.album-unit figure:hover:after {
    visibility: visible
}

.album-unit figure>figcaption {
    visibility: hidden;
    padding: 20px 35px 20px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    width: 100%
}

.album-unit figure>figcaption:after {
    font-family: 'playercontrols';
    content: "\E903";
    speak-as: none;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -16px;
    font-size: 26px
}

.album-grid-wrap.style4 .album-unit figure>figcaption {
    width: 100%;
    height: 100%;
    padding: 0
}

.album-grid-wrap.style4 .album-unit figure>figcaption:after {
    right: auto;
    left: 50%;
    top: 50%;
    font-size: 34px;
    margin-left: -17px;
    margin-top: -17px
}

.album-grid-wrap.style2 .album-unit figure>figcaption:after,
.album-grid-wrap.style3 .album-unit figure>figcaption:after {
    top: 100%;
    margin-top: 20px;
    right: 0;
    font-size: 30px;
    width: 100%
}

.album-grid-wrap.style2 .album-unit figure>figcaption,
.album-grid-wrap.style3 .album-unit figure>figcaption {
    bottom: auto;
    top: 20px;
    width: 100%;
    padding: 0;
    text-align: center
}

.album-unit figure>figcaption h3 {
    margin: 0;
    color: #fff
}

.album-unit figure:hover figcaption {
    visibility: visible
}

.album-header {
    height: 320px;
    position: relative;
    padding-top: 50px
}

.album-cover {
    width: 100%;
    height: auto;
    position: relative
}

.noCover .album-cover {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10')
}

.album-cover-wrap {
    overflow: hidden;
    height: 320px;
    position: absolute;
    top: -10px;
    width: 110%;
    left: -5%;
    z-index: 0
}

.album-cover_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 20
}

.cover-content {
    position: relative;
    z-index: 50
}

.cover-content a.backStore {
    font-size: 13px;
    padding: 8px 49px
}

.cover-content a.backStore i {
    margin-right: 10px;
    font-size: 16px
}

.cover-content hr {
    -ms-filter: "alpha(opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    -khtml-opacity: .3;
    opacity: .3
}

.album-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 230px;
    height: auto;
    border: 2px solid rgba(255, 255, 255, .3)
}

.album-thumb img {
    width: 100%
}

.album_overview {
    position: relative;
    padding-left: 260px
}

.album_overview h1 {
    color: #fff;
    margin-top: -5px;
    margin-bottom: 0
}

.album-author {
    display: block;
    font-style: normal;
    font-weight: 700;
    color: #646464
}

.btn-tag {
    padding: 5px 20px;
    border-radius: 0
}

.getitOnBadge {
    background: url(../images/itunesBadge2e032e03.html?448ca14d6edac561c8eb2db2fa23628f) center center no-repeat;
    display: inline-block;
    width: 110px;
    height: 40px
}

.creditsToitunes {
    padding: 20px 0;
    color: #fff;
    font-size: 10px;
    font-style: italic
}

.creditsToitunes em {
    display: block
}

.xv_slider {
    position: relative;
    width: 100%;
    background: #e7eaeb
}

.xv_slider .flex-control-nav {
    position: relative;
    padding-top: 15px
}

.xv_slider.flexslider .slides img {
    width: auto;
    max-width: 100%;
    display: inline-block
}

.xv_slider .xv_slide {
    height: 300px;
    padding-top: 75px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.custom-slider {
    position: relative;
    font-size: 14px;
    color: #fff
}

.custom-slider strong {
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase
}

.custom-slider h2,
.custom-slider h6 {
    color: #f7f7f7;
    color: rgba(247, 247, 247, .5)
}

.custom-slider .about-album {
    padding-top: 40px
}

.custom-slider h2,
.custom-slider h1,
.custom-slider h3,
.custom-slider h4,
.custom-slider h5,
.custom-slider h6 {
    line-height: 1em;
    text-transform: uppercase
}

.flex-caption a.btn {
    background: 0;
    color: #fff;
    border: 1px solid #fff
}

.flex-caption p {
    padding-bottom: 40px;
    margin-top: 25px
}

.flex-caption {
    position: relative
}

.flex-direction-nav a {
    background: 0;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    display: block
}

.flex-caption img {
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .2)
}

.flex-direction-nav .flex-next {
    background: url(../images/right-arrow0a1a0a1a.html?10c7b8658dfd5210aa64aa349a75543e) no-repeat center center rgba(255, 255, 255, .2)
}

.flex-direction-nav .flex-prev {
    background: url(../images/left-arrow10251025.html?f36af79b6005b46f980d585b9b420365) no-repeat center center rgba(255, 255, 255, .2)
}

.flex-control-nav {
    z-index: 99;
    bottom: 0;
    color: #fff
}

.xv_slider .links {
    background: #000;
    background: rgba(0, 0, 0, .1);
    padding-top: 22px;
    padding-bottom: 22px
}

.albumAction {
    padding-top: 22px;
    text-align: right;
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .1)
}

.albumAction a.btn {
    margin-left: 10px;
    font-size: 14px;
    padding: 10px 20px
}

.albumAction a.btn i {
    margin-right: 10px;
    display: inline-block
}

section header {
    padding-bottom: 25px;
    padding-top: 25px
}

section header.style5 {
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    padding: 0;
    margin-bottom: 30px
}

section header.style2 {
    background: #2c2c2c;
    color: #fff
}

section header.style4 {
    padding-bottom: 0;
    margin-bottom: 20px
}

section header.style4 .container {
    border-bottom: 1px solid #b2b2b2
}

section header.style3 {
    background-color: #7cbf1d;
    padding-top: 40px;
    padding-bottom: 100px;
    margin-bottom: -50px
}

section header.parallax {
    color: inherit
}

section header.style3 h2 {
    color: #fff;
    display: inline-block;
    position: relative;
    padding: 0 30px
}

section header.style3 h2:before {
    content: "";
    width: 350px;
    right: 100%;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    height: 5px;
    background: url(../images/ele1ed15ed15.html?bb99eec62f49bf1f4b9a9e5716318d29) left center no-repeat
}

section header.style3 h2:after {
    content: "";
    width: 350px;
    left: 100%;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    height: 5px;
    background: url(../images/ele25e325e32.html?e356da78341f939a0c480df40a4b3543) right center no-repeat
}

section header a {
    text-transform: none;
    text-decoration: underline
}

.column-head {
    background: #fafafa;
    padding: 15px;
    border-bottom: 1px solid #ddd
}

.pricing-column:hover .column-head,
.pricing-column.famous .column-head {
    background: #e83b3b
}

.column-head h3 {
    text-transform: uppercase;
    line-height: 29px;
    margin-bottom: 5px
}

.pricing-column:hover h3,
.pricing-column:hover .price-tag,
.pricing-column.famous h3,
.pricing-column.famous .price-tag {
    color: #fff
}

.column-head .price-tag {
    font-size: 18px;
    line-height: 29px;
    color: #000
}

.pricing-info {
    padding: 29px 16px
}

.pricing-column {
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 2px;
    overflow: hidden
}

.pricing.style2 .pricing-column {
    background: #e1e9ef
}

.pricing-column ul {
    padding: 0;
    margin: 0 0 20px
}

.pricing-column li {
    font-size: 14px;
    line-height: 40px;
    color: #424242;
    border-bottom: 1px solid #eee;
    display: block
}

.pricing-column li:last-child {
    border: 0
}

.pricing-info a:hover {
    background: #e83b3b;
    color: #fff;
    border-color: #e83b3b
}

.pricing-info .btn {
    background: #fafafa;
    color: #222;
    border: 1px solid #ddd
}

.pricing-column.famous {
    position: relative;
    overflow: hidden
}

.pricing-column.famous:before {
    background: #fff;
    color: #222;
    content: attr(data-tag);
    font-size: 10px;
    left: 0;
    line-height: 20px;
    padding: 28px 0 5px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 50%;
    -webkit-transform: rotate(-42deg) translate(-30px, -40px);
    -moz-transform: rotate(-42deg) translate(-30px, -40px);
    -o-transform: rotate(-42deg) translate(-30px, -40px);
    -ms-transform: rotate(-42deg) translate(-30px, -40px);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .5)
}

.tabs-vertical .tab-content {
    border: 0
}

.tabs-vertical .nav-tabs>li {
    background: #fff;
    float: none;
    display: block;
    border: 1px solid #e9e9e9;
    border: 0;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9
}

.tabs-vertical .nav-tabs>li:last-child {
    border-bottom: 0
}

.tabs-vertical .nav-tabs>li:last-child a {
    border-right: 0
}

.tabs-vertical .nav-tabs>li.active:last-child a {
    border-right: 1px solid #2bb7ff
}

.tabs-vertical .nav-tabs>li>a {
    padding: 20px;
    font-size: 12px;
    position: relative;
    padding-left: 50px;
    border-left: 0;
    border-bottom: 1px solid #fdfdfd
}

.tabs-vertical .nav-tabs>li.active>a:focus,
.tabs-vertical .nav-tabs>li.active>a:hover {
    background: 0
}

.tabs-vertical .nav-tabs>li.active>a,
.tabs-vertical .nav-tabs>li.active>a:hover,
.tabs-vertical .nav-tabs>li.active>a:focus {
    border-left: 0;
    border-top: 0
}

.tabs-vertical .nav>li>a:hover,
.tabs-vertical .nav>li>a:focus {
    background: 0;
    border-right-color: #2bb7ff
}

.tabs-vertical .nav-tabs>li.active {
    border-right: 0;
    margin-top: 1px
}

.tabs-vertical .nav-tabs>li.active a {
    color: #2bb7ff;
    background: 0
}

.tabs-vertical .nav-tabs>li>a>span {
    color: #ababab;
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 20px
}

.tabs-vertical .nav-tabs>li.active>a>span {
    color: #2bb7ff
}

.parallax {
    overflow: hidden;
    clear: both;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
    height: 100%;
    width: 100%;
    color: #fff;
    padding: 0;
    background: #78e2dc
}

.parallax_inner {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 250px
}

.parallax_overlay .parallax_inner {
    background: rgba(0, 0, 0, .4)
}

.parallax_one {
    background-color: #b03e00
}

.parallax_two {
    background-image: url(../images/headeraf93af93.html?d6ca9b2ec965524a4e09c33a09d8decd)
}

.parallax_three {
    background-color: #b03e00
}

.parallax_four {
    background-color: #b03e00
}

.parallax_five {
    background-color: #b03e00
}

.parallax_pullUp {
    margin-bottom: -65px
}

.song-list {
    padding-left: 0
}

.song-list li:before {
    color: #414141;
    content: attr(data-before)".";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.song-list li {
    display: block;
    height: 90px;
    padding: 7px;
    position: relative;
    overflow: hidden
}

.song-list li:hover {
    background: #eff1f2
}

.song-list li>span {
    line-height: normal;
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.song-list li>span:before {
    content: attr(data-before);
    color: #a0a0a0;
    padding-right: 20px
}

.song-list li>span.playit:before {
    padding-right: 0
}

.song-list li>span.playit {
    left: 11%;
    font-size: 30px;
    color: #2c2c2c;
    width: 6%;
    opacity: .6;
    cursor: pointer
}

.song-list li>span.song-title {
    left: 17%;
    text-align: left;
    width: 40%
}

.song-list li>span.song-author {
    left: 57%;
    text-align: left;
    width: 23%
}

.song-list li>span.song-time {
    left: 80%;
    text-align: left;
    width: 10%
}

.song-list li>.song-btn {
    left: 90%;
    width: 9%;
    text-align: center;
    position: absolute;
    top: 50%;
    background: #2c2c2c;
    padding: 10px 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-decoration: none
}

.song-list.itunesSongList li>.song-btn,
.song-list.itunesFeaturedAlbum li>.song-btn {
    background: none !important
}

.song-list.itunesSongList li>.song-btn:hover,
.song-list.itunesFeaturedAlbum li>.song-btn:hover {
    color: #9ad940
}

.song-list.itunesSongList li>.song-btn svg,
.song-list.itunesFeaturedAlbum li>.song-btn svg {
    width: 100%;
    height: auto
}

.song-list.itunesSongList li>.song-btn span,
.song-list.itunesFeaturedAlbum li>.song-btn span {
    display: block
}

.song-list li>span.song-vote {
    left: 90%;
    text-align: left;
    width: 10%;
    height: 30px
}

a.vote-down,
a.vote-down:hover,
a.vote-down:focus {
    color: #d03737
}

a.vote-up,
a.vote-up:hover,
a.vote-up:focus {
    color: #7cbf1d
}

.song-list li>span.song-vote a {
    text-decoration: none;
    width: 45%;
    height: 30px;
    font-size: 25px;
    text-align: center;
    position: absolute;
    left: 5%;
    top: 0;
    display: inline-block
}

.song-list li>span.song-vote a+a {
    right: 5%;
    left: auto
}

.song-list li>.song-btn:hover,
.song-list li>.song-btn:focus {
    background: #d03737;
    color: #fff
}

.song-list li>span.playit:hover,
.song-list li.active>span.playit {
    opacity: 1
}

.song-list li>figure {
    background: #000;
    width: 6.5%;
    height: 75px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 4.5%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.singleSongPlayer .audio-progress {
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0
}

.singleSongPlayer .audio-progress .jp-seek-bar,
.singleSongPlayer .jp-seek-bar .jp-play-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    cursor: pointer
}

.singleSongPlayer .jp-seek-bar .jp-play-bar {
    background: #9ad940
}

a.postNavigator {
    background: #dfdfdf;
    color: #464646;
    padding: 10px 15px;
    margin-right: 2px
}

.search-widget {
    width: 100%;
    max-width: 450px;
    float: right;
    position: relative;
    padding-right: 80px
}

.search-widget input[type="text"] {
    background: #f4f5f5;
    border-radius: 0
}

.search-widget button,
.search-widget inputinput[type="submit"] {
    width: 75px;
    background: #7cbf1d;
    color: #fff;
    border: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 18px
}

.blogNavigator,
.search-widget {
    margin-top: 20px
}

.blogNavigator a.btnBackto {
    padding: 10px 20px;
    margin-right: 5px
}

.blogNavigator a.btnBackto .fa {
    margin-right: 10px
}

.blogNavigator a {
    text-transform: uppercase;
    display: block;
    float: left
}

a.postNavigator:hover {
    background: #464646;
    color: #dfdfdf
}

.ele-masonry {
    max-width: 535px;
    width: 50%
}

article {
    border: 1px solid #e7eaeb;
    border-radius: 3px;
    padding: 16px;
    margin-top: 35px;
    margin-bottom: 35px;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1px
}

article.articleSingle {
    border: 0;
    margin-top: 0;
    padding: 0
}

.single article {
    border: 0
}

article .about-article {
    position: relative;
    padding: 20px 70px
}

article.articleSingle .about-article .timeStamp {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 700
}

article.articleSingle .about-article {
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 50px;
    padding-bottom: 10px;
    color: #222
}

article .about-article .social-list {
    position: absolute;
    right: 0;
    top: 12px;
    margin: 0
}

article a {
    text-decoration: underline
}

article.articleSingle a {
    color: #70b312;
    text-decoration: underline
}

article a.btn {
    margin-top: 20px
}

article figure {
    text-align: center;
    max-height: 255px;
    overflow: hidden;
    border-radius: 3px
}

article.articleSingle {
    color: #5f5f5f;
    font-size: 14px;
    line-height: 28px
}

article.articleSingle blockquote {
    background: 0;
    color: inherit;
    border-left: 2px solid #70b312;
    border-radius: 0;
    padding: 20px;
    margin: 20px
}

article.articleSingle figure {
    max-height: none;
    margin-bottom: 40px
}

.single figure,
.single article {
    border-radius: 0
}

.tagcloud {
    margin-top: 30px;
    margin-bottom: 30px
}

article.articleSingle .tagcloud a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    color: #a0a0a0;
    background: #f4f5f5;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block
}

.tagcloud a:hover {
    background: #80c420;
    color: #fff
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    margin: 0 auto
}

article.articleSingle h1,
article.articleSingle h2,
article.articleSingle h3,
article.articleSingle h4,
article.articleSingle h5,
article.articleSingle h6,
.post-audio-player h6,
.post-audio-player h5,
.post-audio-player h4,
.post-audio-player h3,
.post-audio-player h2,
.post-audio-player h1 {
    margin: 15px auto;
    color: #222
}

article h1 a,
article h2 a,
article h3 a,
article h4 a,
article h5 a,
article h6 a {
    color: #222;
    text-decoration: none
}

article h1 a:hover,
article h2 a:hover,
article h3 a:hover,
article h4 a:hover,
article h5 a:hover,
article h6 a:hover {
    color: #9ad940;
    text-decoration: none
}

article h1,
.post-audio-player h1 {
    font-size: 18px
}

article h2,
.post-audio-player h2 {
    font-size: 17px
}

article h3,
.post-audio-player h3 {
    font-size: 16px
}

article h4,
.post-audio-player h4 {
    font-size: 15px
}

article h5,
.post-audio-player h5 {
    font-size: 13px
}

article h6,
.post-audio-player h6 {
    font-size: 12px
}

.single article h1 {
    font-size: 25px
}

.single article h2 {
    font-size: 22px
}

.single article h3 {
    font-size: 18px
}

.single article h4 {
    font-size: 16px
}

.single article h5 {
    font-size: 15px
}

.single article h6 {
    font-size: 14px
}

article .about-article>span {
    color: #ababab
}

article blockquote {
    background: #2c2c2c;
    border-radius: 5px;
    color: #fff;
    font-style: italic
}

.article-slider {
    position: relative
}

.article-slider .owl-nav>div {
    border: 1px solid #2c2c2c;
    color: #2c2c2c;
    height: 32px;
    width: 32px;
    line-height: 29px;
    display: block;
    position: absolute;
    top: 25px;
    z-index: 50;
    text-align: center;
    border-radius: 2px;
    overflow: hidden;
    font-size: 24px
}

.article-slider .owl-nav>div:hover {
    background: #7cbf1d;
    color: #fff;
    border-color: #7cbf1d
}

.article-slider div.owl-prev {
    left: 20px
}

.article-slider div.owl-next {
    left: 60px
}

.blog-wrapper article {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.article-meta {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 30px;
    left: -80px
}

.article-meta li {
    display: block;
    margin-bottom: 18px
}

.article-meta li a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    background: #7cbf1d;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 140%;
    position: relative
}

.article-meta li.no-comments a {
    background: #dfdfdf
}

.comments-count {
    position: absolute;
    font-size: 80%;
    width: 26px;
    height: 26px;
    right: -8px;
    top: -8px;
    border-radius: 50%;
    line-height: 26px;
    background: #2c2c2c
}

.article-url {
    background: #2c2c2c;
    border-radius: 3px;
    font-size: 120%;
    padding: 30px 0;
    text-align: center;
    color: #fff
}

.article-url a {
    color: #fff;
    text-decoration: none
}

.article-url i {
    background: #464646;
    height: 58px;
    width: 58px;
    font-size: 140%;
    margin-right: 10px;
    display: inline-block;
    border-radius: 50%;
    line-height: 58px
}

.single article .about-article {
    padding: 0
}

.single article .about-article h1 {
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 10px;
    padding: 0 70px 10px 70px;
    margin-bottom: 15px
}

.single article .about-article .social-list {
    top: 0
}

.single article .about-article>span {
    font-size: 130%
}

.single figure {
    margin-top: 20px;
    margin-bottom: 40px
}

.tweet li {
    font-size: 25px;
    display: block;
    padding: 20px;
    position: relative
}

.tweet li:before {
    font-family: 'FontAwesome';
    content: '\F079';
    position: absolute;
    left: 0;
    top: 0
}

.tweet li .date {
    display: block;
    font-size: 15px;
    color: #000;
    color: rgba(0, 0, 0, .2);
    width: 40%;
    text-transform: uppercase;
    margin: 30px auto 0;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.parallax-icon {
    font-size: 50px;
    display: block
}

.tweet li a {
    text-decoration: underline;
    color: #fff
}

.navigators {
    margin: 15px auto
}

.navigators a,
.navigators button {
    display: block;
    width: 100%;
    color: #8a8f90;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    background: 0;
    border: 0;
    text-transform: inherit
}

.navigators a.disabled,
.navigators button.disabled {
    display: none
}

.navigators a i,
.navigators button i {
    margin-left: 10px;
    margin-right: 10px
}

.navigators a:hover,
.navigators button:hover {
    background: #7cbf1d;
    color: #fff
}

.event-unit a.eventTitle {
    color: #fff
}

.event-unit-slide {
    padding: 1px 0
}

.event-unit-slide .event-unit {
    margin: 0 !important
}

.event-unit {
    position: relative;
    background: #2c2c2c;
    height: 96px;
    overflow: hidden;
    margin-bottom: 13px
}

.event-unit>div {
    position: absolute;
    height: 100%;
    top: 0
}

.event-unit>div>div,
.event-unit>div>span,
.event-unit>.btn,
.event-unit>div>figure,
.event-unit>div>i {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.event-unit>.btn {
    width: auto;
    left: 88%;
    min-width: 100px;
    padding: 10px 30px
}

.event-unit>div:before {
    content: "";
    height: 4px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: #7cbf1d;
    width: 100%
}

.event-unit>div:after {
    content: "";
    position: absolute;
    width: 1px;
    background: #575757;
    height: 60px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.event-unit .time-date {
    width: 16%;
    max-width: 135px;
    left: 0;
    text-align: center;
    color: #fff
}

.event-unit .event-info {
    left: 16%;
    width: 48%;
    max-width: 510px;
    color: #fff
}

.event-unit .event-venue:after {
    display: none
}

.event-unit .event-venue {
    left: 64%;
    width: 22%;
    max-width: 245px;
    color: #fff
}

.event-unit>div>i {
    color: #7cbf1d;
    font-size: 22px
}

.event-unit>div>div {
    left: 38px;
    color: #fff
}

.event-unit small {
    display: block;
    color: #979797
}

.event-unit .event-info figure {
    width: 42px;
    overflow: hidden;
    left: 0
}

.event-unit .event-info span {
    left: 65px
}

.events-countdown .event {
    color: #fff
}

.events-countdown .event h2,
.events-countdown .event h6 {
    text-transform: uppercase
}

.countdown {
    padding: 0
}

.countdown>li {
    display: block;
    float: left;
    height: 60px;
    width: 60px;
    position: relative;
    top: 50%;
    font-size: 11px;
    text-transform: lowercase;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    border-radius: 50%;
    margin: 0 10px
}

.countdown>li:first-child {
    margin-left: 0
}

.countdown>li:last-child {
    margin-right: 0
}

.countdown>li .text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff
}

.countdown>li span {
    font-size: 15px
}

.countdown>li p {
    margin: 0;
    padding: 0
}

.events-finder header {
    border-bottom: 1px solid #b2b2b2
}

.event-title {
    float: left;
    margin-right: 30px
}

.event-title h3 {
    margin-bottom: 0
}

.event-title h2 {
    margin-top: 0;
    text-transform: uppercase
}

.event-form form {
    margin-bottom: 0;
    margin-top: 9px
}

.event-form .form-input {
    position: relative;
    float: left;
    margin-right: 30px
}

.event-form .form-input input {
    background: #f4f5f5;
    height: 40px;
    width: 240px;
    border-radius: 0
}

.event-form .form-input .icon {
    border: 0;
    color: #c3c8cd;
    cursor: pointer;
    font-size: 16px;
    height: 100%;
    width: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center
}

.form-input.select-date input {
    display: block !important
}

.form-input.select-location .custome-select {
    height: 40px;
    width: 180px;
    position: relative
}

.form-input.select-location .custome-select b.fa {
    border: 0;
    color: #c3c8cd;
    cursor: pointer;
    font-size: 16px;
    height: 100%;
    width: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 1px;
    text-align: center
}

.form-input.select-location .custome-select>span {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0 40px 0 35px;
    line-height: 40px;
    color: #9ea4a7;
    background: #f4f5f5
}

.event-form button {
    height: 40px;
    border: 0;
    padding: 0 20px;
    text-transform: uppercase
}

.event-form button:hover {
    color: #20222d
}

.featured-events {
    margin: 20px 0
}

.featured-events .featured-event {
    margin: 18px 0;
    position: relative
}

.featured-event figure {
    position: relative
}

.featured-event figure figcaption {
    position: absolute;
    left: 6px;
    bottom: 0;
    padding: 7px;
    background: rgba(0, 0, 0, .7);
    color: #fff
}

.featured-event .store-product .product-info {
    text-align: left
}

.photography .xvPackeryItem.w2 {
    width: 50%
}

.photography .xvPackeryItem.featured {
    height: 400px
}

.photography .xvPackeryItem {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    position: relative;
    width: 25%
}

.photography .xvPackeryItem:hover a {
    display: block
}

.photography .xvPackeryItem a {
    background: rgba(131, 184, 31, 0) -webkit-gradient(linear, left top, left bottom, from(rgba(124, 171, 36, .93)), color-stop(65%, rgba(109, 144, 44, .93)), to(rgba(131, 184, 31, .93))) repeat scroll 0 0;
    background: rgba(131, 184, 31, 0) linear-gradient(to bottom, rgba(124, 171, 36, .93) 0, rgba(109, 144, 44, .93) 65%, rgba(131, 184, 31, .93) 100%) repeat scroll 0 0;
    color: #fff;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99
}

.photography .xvPackeryItem a .eventInfo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    text-align: center;
    color: #fff;
    width: 100%
}

.photography .xvPackeryItem a .eventInfo h3 {
    position: relative
}

.photography .xvPackeryItem a .eventInfo h3:after {
    position: absolute;
    top: 100%;
    background: #fff;
    height: 2px;
    width: 20px;
    left: 50%;
    margin-left: -10px;
    margin-top: 4px;
    content: ""
}

.singleEventDetails {
    background: #eaeef2;
    border-radius: 4px;
    padding: 20px
}

.singleEventDetails h3 {
    color: #414952;
    margin-bottom: 20px;
    padding-left: 10px
}

.singleEventDetails h3 span {
    margin-right: 18px
}

.singleEventDetails table {
    color: #9199a2;
    display: block;
    margin-bottom: 20px
}

.singleEventDetails .style {
    color: #414952
}

.singleEventDetails .table>thead>tr>th,
.singleEventDetails .table>tbody>tr>th,
.singleEventDetails .table>tfoot>tr>th,
.singleEventDetails .table>thead>tr>td,
.singleEventDetails .table>tbody>tr>td,
.singleEventDetails .table>tfoot>tr>td {
    border: 0
}

.event-map.maplarge {
    height: 350px;
    margin-top: 0
}

.event-map {
    height: 240px;
    margin-top: 20px;
    width: 100%
}

footer.doc-footer {
    margin-top: 40px;
    color: #90989c;
    font-size: 11px;
    padding-bottom: 50px;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1px
}

footer .social-list {
    margin-bottom: 30px
}

footer strong {
    font-size: 150%;
    font-weight: 600;
    display: block;
    margin-bottom: 10px
}

.store-grid {
    margin-bottom: 15px;
    margin-top: 20px
}

.store-product {
    position: relative;
    width: 20%;
    padding: 6px;
    float: left;
    margin-bottom: 5px
}

.store-grid-slider .store-product {
    width: 100%;
    float: none
}

.store-product h3 {
    font-size: 100%;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px
}

.store-product figure {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    max-height: 220px;
    overflow: hidden
}

.store-product figure>figcaption>.btn {
    padding: 10px 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.store-product figure>figcaption>.btn i {
    margin-right: 5px;
    position: relative;
    top: -2px
}

.store-product figure>figcaption {
    position: absolute;
    left: 0;
    top: 0;
    background: #7cbf1d;
    background: rgba(124, 191, 29, .93);
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0
}

.store-product figure:hover>figcaption {
    visibility: visible;
    opacity: 1
}

.store-product h6 {
    font-size: 80%;
    color: #a0a0a0;
    margin: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 16px
}

.store-product h6 .fa {
    padding-right: 5px
}

.store-product .product-info {
    padding-right: 55px;
    position: relative
}

.product-info .price-tag {
    position: absolute;
    right: 0;
    top: 0;
    color: #a0a0a0
}

.comment-list {
    padding: 0;
    color: #8a8a8a
}

.comment-list ol,
.comment-list>.comment-list {
    padding: 0;
    padding-left: 60px
}

.comment-list li.comment {
    margin-top: 65px;
    position: relative;
    display: block
}

.comment a.author_avatar {
    position: absolute;
    left: 10px;
    top: 0;
    display: block;
    width: 75px;
    height: 75px;
    text-align: center;
    padding: 10px;
    border: 1px solid #dfdfdf;
    z-index: 10;
    border-radius: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.comment a.author_avatar img {
    border-radius: 10px;
    display: block
}

.comment .media-heading {
    color: #80c420;
    margin-top: 0
}

.comment .comment-inner {
    position: relative;
    padding: 15px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    margin-left: 120px
}

.commentTimeStamp {
    position: absolute;
    top: -30px;
    right: 90px;
    text-align: right
}

.commentTimeStamp a,
.media-body .reply a {
    color: #cacbcb;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase
}

.comment .media-body .reply {
    position: absolute;
    top: -30px;
    right: 20px;
    text-align: right
}

ul.pagination:before {
    position: absolute;
    left: 0;
    top: 12px;
    content: attr(data-before);
    color: #c5c8c9;
    font-size: 18px
}

ul.pagination {
    display: block;
    padding: 0;
    margin: 20px auto;
    border-top: 1px solid #b2b2b2;
    text-align: right;
    position: relative
}

.pagination li {
    display: inline-block
}

.pagination li a,
.pagination li>span {
    display: block;
    padding: 10px;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    color: #2c2c2c
}

.pagination li.active a,
.pagination li.active>span,
.pagination li a:hover {
    color: #9ad940
}

.pagination li.active a,
.pagination li.active>span {
    pointer-events: none
}

@media(max-width:1300px) {
    .xv-menuwrapper {
        margin-right: 180px
    }
}

@media(max-width:1199px) {
    .album-cover {
        top: 0 !important;
        max-width: none;
        width: auto;
        height: 100%
    }

    .album-cover-wrap {
        height: 310px
    }

    .album-grid-wrap.style3 .album-unit {
        width: 20%
    }

    .ele-masonry {
        max-width: 470px
    }

    article .about-article {
        text-align: left !important;
        padding-left: 0;
        padding-right: 80px;
        padding-top: 10px
    }

    .single article .about-article h1 {
        padding-left: 0
    }

    .event-unit .event-info {
        width: 40%
    }

    .event-unit .event-venue {
        left: 58%
    }

    .event-unit>.btn {
        left: 85%
    }
}

@media(min-width:993px) {

    .xv-menuwrapper .dl-menu>li.parent:hover>ul,
    .xv-menuwrapper .dl-menu>li.parent>ul>li.parent:hover>ul {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0)
    }

    .gobackLvl {
        display: none !important
    }
}

@media(max-width:992px) {
    .menuTrigger {
        display: block
    }

    .doc-header .sound-trigger {
        float: right
    }

    .store-product {
        width: 25%
    }

    .doc-header .container {
        position: relative
    }

    .xv-menuwrapper .dl-menu>li.parent {
        position: static
    }

    .xv-menuwrapper .dl-menu>li.parent>ul,
    .xv-menuwrapper .dl-menu>li.parent:last-child>ul {
        transition: All .3s ease;
        -webkit-transition: All .3s ease;
        -moz-transition: All .3s ease;
        -o-transition: All .3s ease;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: auto;
        right: -300px;
        width: 300px;
        min-width: 0;
        height: 100%;
        visibility: hidden;
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        background: #222;
        z-index: 20;
        padding-top: 75px
    }

    a.backLvl {
        position: relative
    }

    a.backLvl .fa {
        position: absolute;
        right: 20px;
        line-height: 0;
        top: 50%
    }

    .xv-menuwrapper .dl-menu>li.parent>ul.expand {
        visibility: visible;
        right: 0
    }

    .xv-menuwrapper .dl-menu>li.parent>a {
        position: relative
    }

    .xv-menuwrapper .dl-menu>li.parent>a:after {
        font-family: 'FontAwesome';
        content: "\F0DA";
        position: absolute;
        right: 10px;
        top: 50%;
        color: #a0a0a0;
        line-height: 0;
        font-size: 20px
    }

    .xv-menuwrapper .dl-trigger {
        display: block
    }

    .xv-menuwrapper .dl-menu {
        margin-right: 0;
        position: fixed;
        top: 0;
        left: -400px;
        z-index: 999;
        width: 300px;
        height: 100%;
        visibility: hidden;
        background: #222;
        padding-top: 75px;
        overflow: hidden;
        transition: All .3s ease;
        -webkit-transition: All .3s ease;
        -moz-transition: All .3s ease;
        -o-transition: All .3s ease
    }

    .xv-menuwrapper .dl-menu.xvMenuShow {
        left: 0;
        visibility: visible
    }

    .xv-menuwrapper .dl-menu.backed {
        left: -300px;
        width: 600px
    }

    .xv-menuwrapper .dl-menu>li {
        float: none;
        width: 100%;
        height: auto;
        border-bottom: 1px solid #000;
        border-bottom: 1px solid rgba(0, 0, 0, .3)
    }

    .xv-menuwrapper .dl-menu>li.parent>ul>li,
    .xv-menuwrapper .dl-menu>li.parent>ul>li.parent ul li {
        padding: 0
    }

    .xv-menuwrapper .dl-menu>li.parent>ul>li>a,
    .xv-menuwrapper .dl-menu>li>a {
        line-height: normal;
        padding: 15px;
        text-transform: uppercase
    }

    .xv-menuwrapper .dl-menu>li>a:hover,
    .xv-menuwrapper .dl-menu>li a:hover {
        background: rgba(0, 0, 0, .3)
    }

    .the-xv-Jplayer {
        right: 0;
        position: relative;
        width: 100%
    }

    .the-xv-Jplayer .player-status {
        width: 100%
    }

    .album-grid-wrap.style4 .album-unit {
        width: 16.666%
    }

    .xv_slider .xv_slide {
        padding-top: 0;
        height: 200px
    }

    .ele-masonry {
        max-width: 48%
    }

    .event-unit .event-info {
        width: 40%
    }

    .event-unit>.btn {
        left: 82%
    }

    .event-unit .event-venue {
        left: 56%
    }

    article {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .masonry-container {
        margin-top: 30px;
        padding-bottom: 30px
    }

    .album-grid-wrap.style2 .album-unit,
    .album-grid-wrap.style3 .album-unit {
        width: 25%
    }

    .album-grid-wrap.style3 .album-unit {
        width: 25%
    }

    .song-list li>span:before {
        display: none
    }

    .song-list li>figure {
        width: 10%
    }

    .song-list li>figure img {
        opacity: .65
    }

    .song-list li>span.playit {
        left: 7%;
        width: 5%;
        color: #fff;
        opacity: 1
    }

    .song-list li>span.song-title {
        left: 20%;
        width: 30%
    }
}

@media(max-width:860px) {

    .album-grid-wrap.style2 .album-unit,
    .album-grid-wrap.style3 .album-unit {
        width: 33.33334%
    }
}

@media(min-width:600px) {
    .project .hover {
        transition: All .4s ease-in-out;
        -webkit-transition: All .4s ease-in-out;
        -moz-transition: All .4s ease-in-out;
        -o-transition: All .4s ease-in-out
    }

    .pricing-column h3,
    .price-tag,
    .column-head,
    .member figcaption {
        transition: All .3s ease-in-out;
        -webkit-transition: All .3s ease-in-out;
        -moz-transition: All .3s ease-in-out;
        -o-transition: All .3s ease-in-out
    }

    .flex-control-paging li a {
        transition: All .25s ease-in-out;
        -webkit-transition: All .25s ease-in-out;
        -moz-transition: All .25s ease-in-out;
        -o-transition: All .25s ease-in-out
    }
}

@media(max-width:767px) {
    .store-product {
        width: 33.333333334%
    }

    .search-widget {
        float: none;
        max-width: none
    }

    article.articleSingle {
        font-size: 18px
    }

    .blogNavigator {
        display: none
    }

    .navbar-default>.container {
        height: 55px
    }

    .album_overview {
        padding-left: 0
    }

    .album-header {
        height: auto;
        padding-bottom: 20px
    }

    .album_overview h1 {
        margin-top: 15px
    }

    .album-header .price-tag {
        display: block;
        float: none !important
    }

    .album-cover-wrap {
        height: 100%;
        top: 0;
        left: 0
    }

    .album-thumb {
        position: relative;
        left: auto;
        top: auto
    }

    .singleSongPlayer .audio-progress {
        bottom: auto;
        top: 0
    }

    .album-grid {
        margin-top: 0
    }

    body {
        font-size: 13px
    }

    .xv_slider .xv_slide {
        height: 240px
    }

    .custom-slider .about-album,
    .albumAction {
        text-align: center
    }

    .slide-visual,
    ul.pagination:before,
    .event-unit>div:before,
    .event-unit>div:after {
        display: none
    }

    .search-actions ul+ul {
        border: 0
    }

    .event-unit>div,
    .event-unit>div>div,
    .event-unit>div>span,
    .event-unit>.btn,
    .event-unit>div>figure,
    .event-unit>div>i {
        position: static;
        top: auto;
        height: auto;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0)
    }

    .event-unit {
        position: relative;
        padding: 10px;
        padding-left: 150px;
        height: auto;
        max-width: 400px;
        margin: 5px auto
    }

    .event-unit .event-info,
    .event-unit .event-info span,
    .event-unit .event-venue,
    .event-unit>div>div,
    .event-unit>.btn {
        width: auto
    }

    .event-unit .event-info>figure {
        width: 120px;
        height: 110px;
        position: absolute;
        left: -140px;
        top: 0
    }

    .event-unit .time-date {
        position: absolute;
        left: -130px
    }

    .event-unit .event-venue {
        left: 0;
        margin: 10px 0;
        padding-left: 30px;
        position: relative
    }

    .event-unit .event-venue i {
        position: absolute;
        left: 0
    }

    .navigators a i {
        margin-left: 0;
        margin-right: 0
    }

    .navigators a {
        padding: 10px 0
    }

    .article-meta {
        position: relative;
        left: auto;
        top: auto;
        margin: 20px 0 0
    }

    .article-meta li {
        display: inline-block;
        margin-bottom: 18px
    }

    .article-meta li a {
        border-radius: 3px
    }

    .singleSongPlayer .audio-progress {
        height: 10px
    }

    .song-list {
        margin: 0 -10px
    }

    .song-list li {
        float: left;
        width: 20%;
        height: auto;
        padding: 0
    }

    .song-list li .song-title,
    .song-list li .song-author {
        display: none
    }

    .song-list li>.song-btn {
        max-width: none;
        width: 100%;
        display: block
    }

    .song-list li>figure {
        height: auto
    }

    .song-list li>figure img {
        width: 100%
    }

    .song-list li::before {
        display: none
    }

    .song-list li>span.song-time {
        display: none
    }

    .song-list li>figure,
    .song-list li>span.song-title,
    .song-list li>span.song-author,
    .song-list li>.song-btn {
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0)
    }

    .song-list.itunesFeaturedAlbum li>.song-btn,
    .song-list.itunesSongList li>.song-btn {
        text-align: left
    }

    .song-list li>span {
        display: block
    }

    .song-list li>span.song-title {
        font-size: 16px;
        margin-top: 10px
    }

    .song-list li>span.playit {
        font-size: 40px;
        padding: 40px;
        width: 100%;
        left: 0;
        top: 40%;
        text-align: center
    }

    .comment .comment-inner {
        border-width: 0;
        border-top-width: 1px;
        border-radius: 0;
        margin: 0;
        padding: 0
    }

    .comment a.author_avatar img {
        border-radius: 0
    }

    .comment a.author_avatar {
        height: auto;
        width: auto;
        border: 0;
        position: relative;
        left: auto;
        top: auto;
        padding: 0 0 10px;
        border-radius: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0)
    }

    .comment-list ol,
    .comment-list>.comment-list {
        padding: 0
    }

    .comment-list .comment {
        padding: 20px
    }

    .commentTimeStamp {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        margin-bottom: 10px;
        display: block;
        text-align: left
    }

    .comment-list ol .comment,
    .comment-list>.comment-list .comment {
        padding-left: 0
    }

    .comment-list li.comment {
        margin-top: 15px
    }

    .ele-masonry {
        width: 96%;
        margin-left: 2%;
        max-width: none
    }

    .album-unit {
        width: 50%
    }

    .album-unit:first-child {
        margin-left: 0
    }

    .album-grid-wrap {
        padding-top: 60px
    }

    .album-control,
    .album-control.bottom-right {
        width: 50%;
        height: 50px;
        top: 0;
        bottom: auto
    }

    .search-filters {
        display: none
    }
}

@media(max-width:580px) {
    .store-product {
        width: 50%
    }

    .song-list li {
        width: 33.33334%
    }

    .album-grid-wrap.style4 .album-unit {
        width: 33.333%
    }

    .album-grid-wrap.style2 .album-unit,
    .album-grid-wrap.style3 .album-unit {
        width: 50%
    }

    .ele-masonry {
        width: 98%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        position: relative !important;
        left: auto !important;
        top: auto !important
    }
}

@media(max-width:490px) {
    .song-list li {
        width: 50%
    }

    .jp-playlist {
        font-size: 12px
    }

    .the-xv-Jplayer .audio-title .jp-artist {
        display: none
    }

    .the-xv-Jplayer .audio-title {
        top: 100%;
        margin-top: -30px;
        left: 15px
    }

    .jp-volume-controls {
        margin-top: -30px
    }

    .the-xv-Jplayer .controls {
        margin-top: -30px
    }
}

@media(max-width:360px) {
    .store-product {
        width: 100%
    }

    .song-list li {
        width: 50%
    }

    .album-grid-wrap.style2 .album-unit,
    .album-grid-wrap.style3 .album-unit {
        width: 100%
    }

    .album-grid-wrap.style4 .album-unit {
        width: 49.999%
    }
}

.theDarkSkin {
    color: #acacac;
    background: #2c2c2c
}

.theDarkSkin .articleSingle {
    color: #acacac
}

.theDarkSkin section header.style3 {
    color: #222
}

.theDarkSkin header h2,
.theDarkSkin header h1,
.theDarkSkin header h3,
.theDarkSkin .song-list li>span,
.song-list li:before,
.theDarkSkin .song-list li span.jp-controls-holder,
.theDarkSkin article h1 a,
.theDarkSkin article h2 a,
.theDarkSkin article h3 a,
.theDarkSkin article h4 a,
.theDarkSkin article h5 a,
.theDarkSkin article h6 a,
.theDarkSkin .sound-trigger,
.theDarkSkin .sound-control,
.theDarkSkin .btn:hover,
.theDarkSkin .btn:focus,
.theDarkSkin .btn.focus,
.theDarkSkin article.articleSingle h1,
.theDarkSkin article.articleSingle h2,
.theDarkSkin article.articleSingle h3,
.theDarkSkin article.articleSingle h4,
.theDarkSkin article.articleSingle h5,
.theDarkSkin article.articleSingle h6 {
    color: #fff
}

.song-list li>span.playit {
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.theDarkSkin article,
.theDarkSkin section header.style5,
.theDarkSkin .comment .comment-inner,
.theDarkSkin article.articleSingle .about-article,
.theDarkSkin .search-filters,
.theDarkSkin .search-actions ul+ul,
.theDarkSkin ul.pagination {
    border-color: #464646
}

.theDarkSkin .btn-grey,
.theDarkSkin .song-list li>span:before,
.theDarkSkin a.postNavigator,
.theDarkSkin .pagination li a,
.theDarkSkin .pagination li>span,
.theDarkSkin ul.pagination:before,
.theDarkSkin .searched-for:before,
.theDarkSkin .multiSearchWrapper {
    color: #828282
}

.theDarkSkin a.postNavigator:hover,
.theDarkSkin .comments-count {
    background: #fff;
    color: #2c2c2c
}

.theDarkSkin .xv_slider,
.theDarkSkin .multiSearchWrapper-inner input,
.theDarkSkin .multiSearchWrapper-inner,
.album-control,
.theDarkSkin .btn-grey,
.theDarkSkin .song-list li:hover,
.theDarkSkin .event-unit,
.theDarkSkin input[type="text"],
.theDarkSkin input[type="tel"],
.theDarkSkin input[type="email"],
.theDarkSkin input[type="password"],
.theDarkSkin textarea,
.theDarkSkin .circular.social-list li a,
.theDarkSkin article.articleSingle .tagcloud a,
.theDarkSkin a.postNavigator {
    background: #464646
}

.theDarkSkin .post-audio-player,
.theDarkSkin .singleEventDetails {
    background: #373737
}

.theDarkSkin .singleEventDetails .style {
    color: #fff
}

.theDarkSkin .flex-control-paging li a {
    background: #636363;
    background: rgba(255, 255, 255, .1)
}

.theDarkSkin .flex-control-paging li a.flex-active,
.theDarkSkin input[type="text"]:focus,
.theDarkSkin input[type="tel"]:focus,
.theDarkSkin input[type="email"]:focus,
.theDarkSkin input[type="password"]:focus,
.theDarkSkin textarea:focus,
.theDarkSkin .circular.social-list li a:hover {
    background: #fff
}

.theDarkSkin .event-unit>div:before {
    background: #6f6f6f !important
}

.theDarkSkin .article-meta li.no-comments a {
    background: #828282
}

.theDarkSkin .circular.social-list li a:hover {
    color: #2c2c2c !important
}

.theDarkSkin .s-keyword,
.theDarkSkin .search-actions ul li.active a,
.theDarkSkin .search-actions ul li a:focus,
.theDarkSkin .search-actions ul li a:hover,
.theDarkSkin .btn-transparent {
    color: #fff !important
}

.theDarkSkin .btn-transparent {
    border-color: #fff !important
}

.btn-default,
.album-control:hover,
.album-unit figure:after,
.search-widget button,
.search-widget inputinput[type="submit"],
.article-slider .owl-nav>div:hover,
.article-meta li a,
.navigators a:hover,
.navigators button:hover,
.event-unit>div:before,
.post-audio-player .jpcTimeWrap,
.jp-play-bar,
.jp-radioPlayer,
.waveSurferPlayer,
.singleSongPlayer .jp-seek-bar .jp-play-bar,
.jp-playlist ul li.jp-playlist-current {
    background: #f06c40
}

section header.style3 {
    background-color: #f06c40
}

a,
.search-actions ul li.active a,
.search-actions ul li a:focus,
.search-actions ul li a:hover,
.s-keyword,
.link:hover,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
.field-wrap:hover label,
.s-keyword,
.search-actions ul li.active a,
.search-actions ul li a:focus,
.search-actions ul li a:hover,
a.vote-up,
a.vote-up:hover,
a.vote-up:focus,
.event-unit>div>i,
.song-list.itunesSongList li>.song-btn:hover,
.song-list.itunesFeaturedAlbum li>.song-btn:hover,
article h1 a:hover,
article h2 a:hover,
article h3 a:hover,
article h4 a:hover,
article h5 a:hover,
article h6 a:hover,
.pagination li.active a,
.pagination li.active>span,
.pagination li a:hover {
    color: #f06c40
}

.btn-transparent,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
.article-slider .owl-nav>div:hover {
    border-color: #f06c40
}

.abc {
    border-right-color: #f06c40
}

.abc {
    border-left-color: #f06c40
}

.abc {
    border-bottom-color: #f06c40
}

.abc {
    border-color: #fff
}

.store-product figure>figcaption {
    background: #f06c40;
    background: rgba(240, 108, 64, .93)
}

.abc {
    color: #fff
}

.abc {
    border-color: #fff;
    border-color: rgba(240, 108, 64, .5)
}

.jGrowl {
    z-index: 9999;
    color: #fff;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: fixed
}

.jGrowl.top-left {
    left: 0;
    top: 0
}

.jGrowl.top-right {
    right: 0;
    top: 0
}

.jGrowl.bottom-left {
    left: 0;
    bottom: 0
}

.jGrowl.bottom-right {
    right: 0;
    bottom: 0
}

.jGrowl.center {
    top: 0;
    width: 50%;
    left: 25%
}

.jGrowl.center .jGrowl-closer,
.jGrowl.center .jGrowl-notification {
    margin-left: auto;
    margin-right: auto
}

.jGrowl-notification {
    background-color: #000;
    opacity: .9;
    filter: alpha(opacity=(0.9*100));
    -ms-filter: alpha(opacity=(0.9*100));
    zoom: 1;
    width: 250px;
    padding: 10px;
    margin: 10px;
    text-align: left;
    display: none;
    border-radius: 5px;
    min-height: 40px
}

.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
    border: 1px solid #000;
    background: #000;
    color: #fff
}

.jGrowl-notification .jGrowl-header {
    font-weight: 700;
    font-size: .85em
}

.jGrowl-notification .jGrowl-close {
    background-color: transparent;
    color: inherit;
    border: 0;
    z-index: 99;
    float: right;
    font-weight: 700;
    font-size: 1em;
    cursor: pointer
}

.jGrowl-closer {
    background-color: #000;
    opacity: .9;
    filter: alpha(opacity=(0.9*100));
    -ms-filter: alpha(opacity=(0.9*100));
    zoom: 1;
    width: 250px;
    padding: 10px;
    margin: 10px;
    display: none;
    border-radius: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    font-size: .9em;
    font-weight: 700;
    text-align: center
}

.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
    border: 1px solid #000;
    background: #000;
    color: #fff
}

@media print {
    .jGrowl {
        display: none
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: 0;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: 0;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: 0;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: 0
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: 0
}

.select2-container--classic .select2-dropdown--below {
    border-top: 0
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 2.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

/* HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.hidden {
    display: none !important
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit
}

.invisible {
    visibility: hidden
}

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

.clearfix:after {
    clear: both
}

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

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

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

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

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

    pre {
        white-space: pre-wrap !important
    }

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

    thead {
        display: table-header-group
    }

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

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

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


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

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

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

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

@media(min-width:768px) {
    .text-sm-left {
        text-align: left
    }

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

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

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

@media(min-width:992px) {
    .text-md-left {
        text-align: left
    }

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

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

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

@media(min-width:1200px) {
    .text-lg-left {
        text-align: left
    }

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

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

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


.custom-icon {
    font-family: 'unipin-icons' !important;
    speak-as: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-technical-support:before {
    content: "\E918";
    color: #555
}

.fa-ct-feedback:before {
    content: "\E915"
}

.fa-ct-three-dot:before {
    content: "\E901"
}

.fa-ct-search:before {
    content: "\E902"
}

.fa-ct-hamburger:before {
    content: "\E903"
}

.fa-ct-mail:before {
    content: "\E904"
}

.fa-ct-upstation:before {
    content: "\E909"
}

.fa-ct-faq:before {
    content: "\E90A";
    font-size: .9em
}

.no-padding {
    padding: 0
}

.border-radius-5 {
    border-radius: 5px
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.noScroll {
    overflow: hidden
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

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

html,
body {
    margin: 0;
    padding: 0
}

body {
    font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    margin: 10px 0;
    font-weight: 700
}

.jp-playlist-input {
    outline: 0;
    outline-width: 0
}

.input-line {
    outline: 0;
    outline-width: 0;
    background: 0 0 !important;
    border: none !important;
    border-bottom: 1px solid #b7b8b9 !important;
    border-radius: 0 !important;
    font-weight: 300;
    font-size: 12pt;
    color: #b7b8b9 !important
}

.input-line::-webkit-input-placeholder {
    color: #b7b8b9 !important
}

.input-line::-moz-placeholder {
    color: #b7b8b9 !important
}

.input-line:-ms-input-placeholder {
    color: #b7b8b9 !important
}

.input-line::-ms-input-placeholder {
    color: #b7b8b9 !important
}

.input-line::placeholder {
    color: #b7b8b9 !important
}

.input-wrap {
    margin-top: 15px;
    margin-bottom: 5px
}

.input-helper {
    display: block;
    font-size: 11px;
    color: #b7b8b9;
    margin-top: 5px
}

.clean-inputbox:focus {
    outline: none !important;
    color: #f06c40;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.clean-inputbox {
    border: 1px solid #d0d0d0;
    background: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.clean-inputbox-important:focus {
    color: #f06c40;
    border: 1px solid #ed6c27 !important;
    outline: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.clean-inputbox-important {
    border: 1px solid #d0d0d0 !important;
    background: #fff !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important
}

.clean-inputbox::-webkit-input-placeholder,
.clean-inputbox-important::-webkit-input-placeholder {
    color: #c9c9c9;
    opacity: 1
}

.clean-inputbox::-moz-placeholder,
.clean-inputbox-important::-moz-placeholder {
    color: #c9c9c9;
    opacity: 1
}

.clean-inputbox:-ms-input-placeholder,
.clean-inputbox-important:-ms-input-placeholder {
    color: #c9c9c9;
    opacity: 1
}

.clean-inputbox::-ms-input-placeholder,
.clean-inputbox-important::-ms-input-placeholder {
    color: #c9c9c9;
    opacity: 1
}

.clean-inputbox::placeholder,
.clean-inputbox-important::placeholder {
    color: #c9c9c9;
    opacity: 1
}

.d-sm-block {
    display: none
}

@media(min-width:578px) {
    .d-sm-block {
        display: block
    }
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-60 {
    margin-top: 60px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 30px
}

.mb-50 {
    margin-bottom: 30px
}

.link-plain,
.link-plain:hover,
.link-plain:active,
.link-plain:visited {
    color: initial;
    text-decoration: none;
    cursor: pointer
}

.link-plain-f,
.link-plain-f:hover,
.link-plain-f:active,
.link-plain-f:focus,
.link-plain-f:visited {
    color: initial;
    text-decoration: none !important;
    cursor: pointer
}

.link-inline-block {
    display: inline-block
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.input-group-btn button {
    height: 35px
}

.closing-section-button {
    margin-top: 30px
}

.nopadding {
    padding: 0 !important
}

.c-white {
    color: #fff
}

.c-black {
    color: #000
}

.c-black-2 {
    color: #272727
}

.c-black-2-f {
    color: #272727 !important
}

.c-grey {
    color: #fff
}

.c-grey1 {
    color: #666
}

.c-grey2 {
    color: #c9c9c9
}

.c-grey5 {
    color: #888
}

.c-orange {
    color: #ed6c27
}

.c-orange2 {
    color: #ffa473
}

.c-blue {
    color: #26a1ed
}

.c-positive-green {
    color: #39c144
}

.c-negative-red {
    color: #ef6a6a
}

.c-facebook {
    color: #1877f2
}

.c-twitter {
    color: #1dcaff
}

.c-line {
    color: #00c300
}

.c-youtube {
    color: #db4437
}

.c-instagram {
    color: #dd2a7b
}

.c-whatsapp {
    color: #25d366
}

.c-link {
    color: #888
}

.c-vip-member {
    color: #ff8553
}

.c-vip-silver {
    color: #9bc0e2
}

.c-vip-gold {
    color: #ffd31a
}

.c-vip-platinum {
    color: #05dcd2
}

.cur-pointer {
    cursor: pointer
}

.link-white,
.link-white:hover,
.link-white:active,
.link-white:visited {
    color: #fff
}

.link-black,
.link-black:hover,
.link-black:active,
.link-black:visited {
    color: #000
}

.link-grey .link-grey:hover,
.link-grey:active,
.link-grey:visited {
    color: #888
}

.link-black-2,
.link-black-2:hover,
.link-black-2:active,
.link-black-2:visited {
    color: #272727
}

.link-grey .link-grey:hover,
.link-grey:active,
.link-grey:visited {
    color: #888
}

.link-grey2 .link-grey2:hover,
.link-grey2:active,
.link-grey2:visited {
    color: #c9c9c9
}

.link-orange,
.link-orange:hover,
.link-orange:active,
.link-orange:visited {
    color: #ed6c27
}

.link-orange-f,
.link-orange-f:hover,
.link-orange-f:focus,
.link-orange-f:focus-within,
.link-orange-f:active,
.link-orange-f:visited {
    color: #ed6c27 !important;
    text-decoration: none !important
}

.link-blue .link-blue:hover,
.link-blue:active,
.link-blue:visited {
    color: #26a1ed
}

.link-positive-green .link-positive-green:hover,
.link-positive-green:active,
.link-positive-green:visited {
    color: #26a1ed
}

.link-negative-red .link-negative-red:hover,
.link-negative-red:active,
.link-negative-red:visited {
    color: #ef6a6a
}

.bg-gradient-orange {
    background-image: -webkit-gradient(linear, left top, right top, from(#ff6100), to(#fa0));
    background-image: linear-gradient(to right, #ff6100 0, #fa0 100%);
    background-size: 101%;
    color: #fff
}

.bg-gradient-orange-a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6100), to(#fa0));
    background-image: linear-gradient(to bottom, #ff6100 0, #fa0 100%);
    background-size: 101%;
    color: #fff
}

.btn-gradient-orange-force,
.btn-gradient-orange-force:active,
.btn-gradient-orange-force:focus,
.btn-gradient-orange-force:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#ff6100), to(#fa0)) !important;
    background-image: linear-gradient(to right, #ff6100 0, #fa0 100%) !important;
    background-size: 101%;
    border: 0 !important;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0
}

.btn-gradient-orange-a,
.btn-gradient-orange-a:active,
.btn-gradient-orange-a:focus,
.btn-gradient-orange-a:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6100), to(#fa0)) !important;
    background-image: linear-gradient(to bottom, #ff6100 0, #fa0 100%) !important;
    background-size: 101%;
    border: 0 !important;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0
}

.btn-gradient-orange-a-force,
.btn-gradient-orange-a-force:active,
.btn-gradient-orange-a-force:focus,
.btn-gradient-orange-a-force:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6100), to(#fa0)) !important;
    background-image: linear-gradient(to bottom, #ff6100 0, #fa0 100%) !important;
    background-size: 101%;
    border: 0 !important;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0
}

.btn-gradient-secondary-force,
.btn-gradient-seconndary-force:active,
.btn-gradient-secondary-force:focus,
.btn-gradient-secondary-force:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00dfa9), to(#19c7af)) !important;
    background-image: linear-gradient(to bottom, #00dfa9 0, #19c7af 100%) !important;
    background-size: 101%;
    border: 0 !important;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0
}

.btn-outline-default,
.btn-outline-default:active,
.btn-outline-default:active:focus,
.btn-outline-default:focus,
.btn-outline-default:hover {
    background-color: #0000;
    background-size: 101%;
    border: 1px solid #888 !important;
    color: #888;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none !important
}

.bg-gradient-blue {
    background-image: -webkit-gradient(linear, left top, right top, from(#4468fe), to(#23d8f9));
    background-image: linear-gradient(to right, #4468fe 0, #23d8f9 100%);
    background-size: 101%;
    color: #fff
}

.btn-gradient-blue-force {
    background-image: -webkit-gradient(linear, left top, right top, from(#4468fe), to(#23d8f9)) !important;
    background-image: linear-gradient(to right, #4468fe 0, #23d8f9 100%) !important;
    background-size: 101%;
    border: 0 !important;
    color: #fff;
    outline: 0
}

.body-pale {
    background-color: #f5f5f7
}

.bg-black {
    background-color: #000
}

.bg-black-2 {
    background-color: #272727
}

.bg-grey3 {
    background-color: #141b3b
}

.bg-grey4 {
    background-color: #ededed
}

.bg-facebook {
    background-color: #1877f2
}

.bg-twitter {
    background-color: #1dcaff
}

.bg-line {
    background-color: #00c300
}

.bg-youtube {
    background-color: #db4437
}

.bg-instagram {
    background-color: #dd2a7b
}

.bg-whatsapp {
    background-color: #25d366
}

.bg-facebook-gradient {
    background-image: linear-gradient(205deg, #6bf 0, #2c4cd5 100%);
    background-size: 101%;
    color: #fff
}

.bg-link {
    color: #888
}

.border-facebook {
    border-color: #1877f2
}

.border-twitter {
    border-color: #1dcaff
}

.border-line {
    border-color: #00c300
}

.border-youtube {
    border-color: #db4437
}

.border-instagram {
    border-color: #dd2a7b
}

.border-whatsapp {
    border-color: #25d366
}

.border-link {
    border-color: #888
}

.btn-minwidth-200 {
    min-width: 180px
}

.btn-minwidth-230 {
    min-width: 230px
}

.form-control:focus {
    box-shadow: 0 0 8px rgba(233, 130, 102, .6);
    border-color: #ff9e7c
}

.orange-label {
    border: 1px solid #ed6c27;
    color: #ed6c27;
    box-shadow: 0 1px 3px #0006;
    background-color: #fff;
    padding: 7px 20px;
    border-radius: 5px
}

.grey-label {
    border: 1px solid #888;
    color: #888;
    box-shadow: 0 1px 3px #0006;
    background-color: #fff;
    padding: 7px 20px;
    border-radius: 5px
}

.blue-label {
    border: 1px solid #2197ea;
    color: #2197ea;
    box-shadow: 0 1px 3px #0006;
    background-color: #fff;
    padding: 7px 20px;
    border-radius: 5px
}

.label-link {
    display: inline-block
}

.btn-up-orange {
    color: #FFF;
    background-color: #3a7bfc;
    border-color: #3a7bfc
}

.btn-up-orange:hover,
.btn-up-orange:focus,
.btn-up-orange:active,
.btn-up-orange.active,
.open .dropdown-toggle.btn-up-orange {
    color: #FFF;
    background-color: #1a4fba;
    border-color: #1a4fba
}

.btn-up-orange:active,
.btn-up-orange.active,
.open .dropdown-toggle.btn-up-orange {
    background-image: none
}

.btn-up-orange.disabled,
.btn-up-orange[disabled],
fieldset[disabled] .btn-up-orange,
.btn-up-orange.disabled:hover,
.btn-up-orange[disabled]:hover,
fieldset[disabled] .btn-up-orange:hover,
.btn-up-orange.disabled:focus,
.btn-up-orange[disabled]:focus,
fieldset[disabled] .btn-up-orange:focus,
.btn-up-orange.disabled:active,
.btn-up-orange[disabled]:active,
fieldset[disabled] .btn-up-orange:active,
.btn-up-orange.disabled.active,
.btn-up-orange[disabled].active,
fieldset[disabled] .btn-up-orange.active {
    background-color: #ed6c27;
    border-color: #ed6c27
}

.btn-up-orange .badge {
    color: #ed6c27;
    background-color: #FFF
}

.btn-secondary {
    color: #FFF;
    background-color: #ed6c27;
    border-color: #ed6c27
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
    color: #FFF;
    background-color: #d15410;
    border-color: #ed6c27
}

.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
    background-image: none
}

.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
    background-color: #ed6c27;
    border-color: #ed6c27
}

.btn-secondary .badge {
    color: #ed6c27;
    background-color: #FFF
}

.btn-up-green {
    color: #FFF;
    background-color: #7cd374;
    border-color: #7cd374
}

.btn-up-green:hover,
.btn-up-green:focus,
.btn-up-green:active,
.btn-up-green.active,
.open .dropdown-toggle.btn-up-green {
    color: #FFF;
    background-color: #5cbd53;
    border-color: #7cd374
}

.btn-up-green:active,
.btn-up-green.active,
.open .dropdown-toggle.btn-up-green {
    background-image: none
}

.btn-up-green.disabled,
.btn-up-green[disabled],
fieldset[disabled] .btn-up-green,
.btn-up-green.disabled:hover,
.btn-up-green[disabled]:hover,
fieldset[disabled] .btn-up-green:hover,
.btn-up-green.disabled:focus,
.btn-up-green[disabled]:focus,
fieldset[disabled] .btn-up-green:focus,
.btn-up-green.disabled:active,
.btn-up-green[disabled]:active,
fieldset[disabled] .btn-up-green:active,
.btn-up-green.disabled.active,
.btn-up-green[disabled].active,
fieldset[disabled] .btn-up-green.active {
    background-color: #7cd374;
    border-color: #7cd374
}

.btn-up-green .badge {
    color: #7cd374;
    background-color: #FFF
}

.btn-up-white {
    color: #ed6c27;
    background-color: #FFF;
    border-color: #FFF
}

.btn-up-white:hover,
.btn-up-white:focus,
.btn-up-white:active,
.btn-up-white.active,
.open .dropdown-toggle.btn-up-white {
    color: #ed6c27;
    background-color: #f2f2f2;
    border-color: #FFF
}

.btn-up-white:active,
.btn-up-white.active,
.open .dropdown-toggle.btn-up-white {
    background-image: none
}

.btn-up-white.disabled,
.btn-up-white[disabled],
fieldset[disabled] .btn-up-white,
.btn-up-white.disabled:hover,
.btn-up-white[disabled]:hover,
fieldset[disabled] .btn-up-white:hover,
.btn-up-white.disabled:focus,
.btn-up-white[disabled]:focus,
fieldset[disabled] .btn-up-white:focus,
.btn-up-white.disabled:active,
.btn-up-white[disabled]:active,
fieldset[disabled] .btn-up-white:active,
.btn-up-white.disabled.active,
.btn-up-white[disabled].active,
fieldset[disabled] .btn-up-white.active {
    background-color: #FFF;
    border-color: #FFF
}

.btn-up-white .badge {
    color: #FFF;
    background-color: #ed6c27
}

.btn-up-facebook {
    color: #FFF;
    background-color: #3b5998;
    border-color: #3b5998
}

.btn-up-facebook:hover,
.btn-up-facebook:focus,
.btn-up-facebook:active,
.btn-up-facebook.active,
.open .dropdown-toggle.btn-up-facebook {
    color: #FFF;
    background-color: #2d4375;
    border-color: #3b5998
}

.btn-up-facebook:active,
.btn-up-facebook.active,
.open .dropdown-toggle.btn-up-facebook {
    background-image: none
}

.btn-up-facebook.disabled,
.btn-up-facebook[disabled],
fieldset[disabled] .btn-up-facebook,
.btn-up-facebook.disabled:hover,
.btn-up-facebook[disabled]:hover,
fieldset[disabled] .btn-up-facebook:hover,
.btn-up-facebook.disabled:focus,
.btn-up-facebook[disabled]:focus,
fieldset[disabled] .btn-up-facebook:focus,
.btn-up-facebook.disabled:active,
.btn-up-facebook[disabled]:active,
fieldset[disabled] .btn-up-facebook:active,
.btn-up-facebook.disabled.active,
.btn-up-facebook[disabled].active,
fieldset[disabled] .btn-up-facebook.active {
    background-color: #3b5998;
    border-color: #3b5998
}

.btn-up-facebook .badge {
    color: #3b5998;
    background-color: #FFF
}

.btn-thumb-friendly {
    padding: .8em
}

.btn-thumb-friendly-f {
    padding: .8em !important
}

.btn-gradient-blue-force:hover {
    color: white !important
}

.topbar {
    height: 60px;
    box-shadow: 0 2px 10px #ad480630;
    position: fixed;
    width: 100%;
    background-color: #141b3b;
    z-index: 100
}

.topbar-item-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 60px
}

.topbar-fa-icon {
    font-size: 24px;
    cursor: pointer
}

.topbar-language-icon {
    text-align: center
}

.topbar-language-icon img {
    width: 25px
}

.topbar-user-menu {
    cursor: pointer;
    text-align: center
}

.topbar-usermenu-icon {
    margin-top: 5px;
    width: 28px;
    height: 28px;
    border-radius: 55%;
    background-color: #d7d7d7;
    color: #888;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.topbar-desktop-loginbutton {
    margin-right: 20px
}

.topbar-desktop-language {
    display: none
}

.topbar-mobile-language {
    font-size: 10px
}

.topbar-desktop-usermenu {
    display: none
}

.topbar-offset {
    height: 60px
}

.unipin-logo {
    height: 40px;
    margin: 15px 0
}

.top-menu p {
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
}

.top-menu-left {
    position: absolute;
    text-align: left
}

.top-menu-right {
    position: absolute;
    right: 10px;
    text-align: right
}

.top-menu-center {
    width: 100%;
    text-align: center
}

.language-dropdown-trigger {
    margin-right: 15px;
    cursor: pointer
}

.desktop-language-choice-container .orange-label,
.desktop-language-choice-container .grey-label {
    padding: 4px 10px;
    box-shadow: 0 0 0 #000
}

.desktop-language-choice-container .orange-label:hover,
.desktop-language-choice-container .grey-label:hover {
    box-shadow: 0 2px 5px #0000003b
}

.textarea-survey {
    height: 8em;
    padding: 10px;
    resize: none
}

.textarea-survey:focus {
    color: #333;
    outline: 0
}

@media(min-width:768px) {
    .topbar-user-menu {
        background: #f5f5f5;
        padding: 5px 8px;
        border-radius: 5px
    }

    .topbar-desktop-language {
        margin-right: 7px;
        display: inline
    }

    .topbar-user-menu {
        display: block
    }

    .topbar-desktop-usermenu {
        margin-right: 7px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 75px;
        vertical-align: middle
    }

    .topbar-mobile-language {
        font-size: 10px;
        display: none
    }

    .topbar-mobile-usercaret {
        font-size: 14px;
        margin-left: 2px;
        display: inline
    }

    .language-dropdown-trigger,
    .language-dropdown-trigger p {
        display: inline
    }

    .topbar-language-icon {
        margin-top: 0;
        text-align: center;
        display: inline
    }

    .topbar-usermenu-icon {
        margin-top: 0;
        text-align: center;
        display: -webkit-inline-box;
        display: inline-flex
    }

    .topbar-mobile-language {
        font-size: 10px;
        display: none
    }
}

#language-dropdown-container {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    color: #888;
    margin-top: 60px;
    z-index: 99;
    text-align: center
}

.language-dropdown-inner-container {
    background: #fff;
    box-shadow: 0 2px 10px #622c0775;
    height: 100vh;
    overflow-y: scroll
}

.language-bottom-container-offset {
    content: "";
    height: 170px
}

.language-dropdown-countryicon {
    -webkit-box-flex: 0;
    flex: 0 0 32px
}

.language-countryicon-active {
    border: 2px solid #ed6c27;
    box-shadow: 0 3px 7px #ed6c27
}

.icon-plusx {
    box-sizing: border-box;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 4px;
    background-origin: padding-box
}

.icon-plusx::before {
    content: '';
    display: block;
    width: 20px;
    height: 0;
    border-bottom: solid 2px #a1a1a1;
    position: absolute;
    bottom: 9px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: width .3s;
    transition: width .3s
}

.icon-plusx::after {
    content: '';
    display: block;
    width: 20px;
    height: 0;
    border-bottom: solid 2px #a1a1a1;
    position: absolute;
    bottom: 9px
}

.icon-plusx-active {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.icon-plusx-active::before {
    content: '';
    display: block;
    width: 20px;
    height: 0;
    border-bottom: solid 2px #a1a1a1;
    position: absolute;
    bottom: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.icon-plusx-active::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media(min-width:768px) {
    .icon-plusx {
        display: none
    }
}

.language-region-collapse {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 2px;
    text-align: left;
    font-size: 18px;
    cursor: pointer;
    position: relative
}

.languange-region-collapse-container {
    margin-bottom: 30px;
    display: none
}

.language-region-desktopabsolute {
    border-bottom: 1px solid #d6d6d6;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute
}

@media(min-width:768px) {
    .language-region-collapse {
        border-bottom: 1px solid #d6d6d6
    }

    .languange-region-collapse-container {
        display: grid !important
    }

    .language-region-desktopabsolute {
        position: relative;
        display: none
    }
}

.language-region-choose {
    display: block;
    text-align: left;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: lighter
}

.language-region-closebutton-offset {
    height: 20px
}

.choose-country-caption {
    font-size: 18px;
    width: 85%;
    margin: auto;
    margin-bottom: 15px;
    font-weight: 700
}

.language-country-textlabel {
    display: inline-block;
    margin-left: 20px
}

.language-close-button-container {
    position: absolute;
    right: 0;
    font-size: 30px;
    top: 20px
}

.language-close-button {
    margin-top: 0;
    margin-right: 15px;
    font-size: 24px;
    opacity: .5
}

@media(min-width:768px) {
    .language-region-closebutton-offset {
        height: 15px
    }

    .languange-region-collapse-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }

    .language-region-choose {
        display: -webkit-inline-box;
        display: inline-flex;
        word-break: break-word;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        align-items: center;
        margin-top: 10px;
        margin-right: 25px
    }

    .language-country-textlabel {
        margin-left: 15px
    }

    .language-region-closebutton-offset {
        height: 35px
    }
}

@media(min-width:992px) {
    .languange-region-collapse-container {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr
    }
}

.wearelistening {
    font-size: 12px;
    margin-bottom: 15px
}

.bar-container-flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.bar-section {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.bar-section-left {
    -webkit-box-flex: 1;
    flex: 1
}

.bar-item {
    display: inline-block;
    margin-right: 15px
}

.bar-desktop-searchbar {
    margin-right: 20px;
    width: 100%;
    max-width: 420px
}

.searchbar-outter-container {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 60px
}

#searchbar-container {
    display: none;
    background: #fff;
    box-shadow: 0 3px 8px #00000042;
    padding: 15px 10px;
    height: 64px
}

#searchbar-container input {
    border: 1px solid #ed6c27
}

.searchbar-button {
    width: 42px;
    border-radius: 0 5px 5px 0 !important
}

.searchbar-close-button {
    background: #fff;
    color: #000
}

.searchbar-custom {
    border: 1px solid #ed6c27
}

.searchbar-custom-f {
    border: 1px solid #ed6c27 !important
}

@media(min-width:992px) {
    .searchbar-container {
        padding: 10px 30px
    }

    .searchbar-button {
        width: 60px
    }
}

main {
    min-height: 40vh
}

@media(min-width:768px) {
    main {
        min-height: 60vh
    }
}

@media(min-width:1200px) {
    main {
        min-height: calc(100vh - 330px)
    }
}

.page-caption-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-height: 100px
}

.page-caption {
    color: #fff;
    text-shadow: 1px 1px 8px #5c1b01c9;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.4em
}

.container-shadow {
    padding: 15px;
    background-color: #fff;
    box-shadow: 1px 4px 10px #00000030;
    margin: 30px 0;
    border-radius: 5px
}

@media(min-width:768px) {
    .container-shadow {
        padding: 25px;
        background-color: #fff;
        box-shadow: 1px 4px 10px #00000030;
        margin: 30px 0;
        border-radius: 5px
    }
}

.footer-messageus-item {
    display: inline-block
}

.footer-messageus-item .btn {
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: left !important;
    margin-right: 3px
}

.footer-button {
    width: 180px;
    margin-bottom: 5px !important;
    margin-right: 3px;
    font-size: 11px
}

footer {
    position: relative;
    z-index: 1;
    color: #fff
}

.footer-outter-container {
    background-color: #000;
    padding-top: 20px
}

.footer-caption {
    font-size: 13px;
    font-weight: 700
}

@media(min-width:768px) {
    .footer-caption {
        font-size: 14px
    }
}

.footer-sitemap-caption {
    font-size: 23px;
    margin-bottom: 24px
}

.footer-followuscs-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.footer-socialmedia-container .footer-socialmedia-item {
    border-radius: 50%;
    color: #fff;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 15px 10px 0;
    font-size: 20px
}

.footer-socialmedia-container .footer-socialmedia-item-empty {
    font-size: 12px;
    height: 40px;
    width: auto;
    color: #888
}

.footer-socialmedia-container .footer-socialmedia-item:last-child {
    margin: 0 0 10px 0
}

.footer-cs {
    -webkit-box-flex: 1;
    flex-grow: 1;
    overflow-x: hidden
}

.footer-cs-feedback-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    display: -webkit-box;
    display: flex
}

.footer-paddle {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    font-size: 18px;
    color: #c6c6c6
}

.footer-paddle-left {
    left: 0
}

.footer-paddle-right {
    right: 0
}

@media(max-width:320px) {
    .footer-cs-item {
        font-size: 26px;
        margin-right: 8px
    }
}

.footer-cs-item {
    font-size: 32px;
    border-radius: 20px;
    color: #5d5e5f;
    height: 40px;
    min-width: 31px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 6px
}

.footer-cs-item:hover,
.footer-cs-item:visited,
.footer-cs-item:active {
    color: #5d5e5f
}

.footer-whitebox {
    background-color: #fff;
    padding: 10px 10px 0 10px;
    box-shadow: 0 16px 11px -16px #00000029;
    border-radius: 5px;
    margin-bottom: 12px
}

.footer-whitebox-items {
    display: -webkit-box;
    display: flex;
    padding: 8px 0;
    min-height: 60px;
    -webkit-box-align: center;
    align-items: center;
    position: relative
}

.footer-cs-whitebox-items {
    margin: 0 20px;
    display: -webkit-box;
    display: flex;
    width: 100%;
    overflow: scroll
}

.footer-cs-whitebox-items::-webkit-scrollbar {
    width: 0 !important;
    display: none
}

.footer-cs-whitebox-items {
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none
}

.footer-feedback-button {
    padding: 10px 5px 0 5px;
    box-shadow: 0 16px 11px -12px #00000029;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 12px;
    margin-left: 10px;
    border-radius: 5px;
    -webkit-box-flex: 0;
    flex: 0 0 100px
}

@media(min-width:480px) {
    .footer-feedback-button {
        -webkit-box-flex: 0;
        flex: 0 0 140px
    }
}

.footer-feedback-button .footer-whitebox-items {
    -webkit-box-pack: center;
    justify-content: center
}

.footer-feedback-button .custom-icon {
    font-size: 29px
}

@media(max-width:768px) {
    .footer-feedback-button .custom-icon {
        font-size: 34px
    }
}

.footer-feedback-button:link,
.footer-feedback-button:visited,
.footer-feedback-button:hover,
.footer-feedback-button:active {
    text-decoration: none;
    color: #fff
}

.footer-sitemap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    max-height: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    overflow: hidden
}

.footer-sitemap-item {
    width: 50%;
    margin: 0 5px 5px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center !important;
    align-items: center !important;
    height: 2.1em;
    line-height: 19px;
    color: #707070 !important
}

.footer-copyright-container {
    border-top: 1px solid #707070;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 0;
    padding-bottom: 80px
}

.link-footer-grey {
    color: #707070 !important
}

.footer-language-icon {
    text-align: center;
    margin-left: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.footer-language-icon img {
    width: 25px
}

.footer-language-label {
    display: none
}

@media(min-width:576px) {
    .footer-language-label {
        display: block;
        margin-right: 10px
    }
}

.footer-support-outter-container {
    margin: 25px 0
}

.footer-sitemap-outter-container {
    margin: 25px 0 15px 0
}

@media(min-width:480px) {
    .footer-followuscs-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .footer-sitemap {
        max-height: 150px
    }

    .footer-sitemap-item {
        width: 32%
    }
}

@media(min-width:576px) {
    .footer-support-outter-container {
        max-width: 550px;
        margin: auto;
        margin-top: 25px;
        margin-bottom: 15px
    }
}

@media(min-width:768px) {
    .footer-support-outter-container {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .footer-sitemap {
        max-height: 170px
    }

    .footer-sitemap-item {
        height: 32px
    }
}

@media(min-width:992px) {
    .footer-copyright-container {
        padding-bottom: 20px
    }
}

@media(min-width:1200px) {
    .footer-cs-item {
        font-size: 34px;
        height: 50px;
        width: 50px
    }

    .footer-socialmedia-container .footer-socialmedia-item {
        height: 46px;
        width: 46px;
        font-size: 24px
    }

    .footer-socialmedia-container .footer-socialmedia-item-empty {
        height: 46px;
        width: auto;
        font-size: 12px;
        color: #888
    }
}

#whatsapp-button:focus,
#whatsapp-button:hover,
#whatsapp-button:active,
#whatsapp-button:visited {
    color: #25d366;
    text-decoration: none
}

.whatsapp-outter-popover {
    border: 1px solid #de8f11
}

.wa-operation-container {
    display: -webkit-box;
    display: flex;
    font-size: 11px;
    text-align: center
}

.wa-operation-container .btn {
    font-size: 11px;
    padding: 4px 9px
}

.wa-operation {
    margin-right: 8px
}

.wa-operation:last-child {
    margin: 0
}

.wa-operation-text {
    margin-bottom: 10px
}

.bottombar-outter-container a,
.bottombar-outter-container a:hover .bottombar-outter-container a:visited {
    color: #888
}

.bottombar-outter-container {
    position: fixed;
    background-color: #fff;
    height: 60px;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -2px 6px #0000001a;
    padding: 5px 0;
    z-index: 1000
}

.bottombar-inner-container {
    display: -webkit-box;
    display: flex
}

.bottombar-items {
    text-align: center;
    width: 20%
}

.bottombar-icon {
    width: 35px
}

.bottombar-label {
    font-size: 10px
}

@media(min-width:992px) {
    .bottombar-outter-container {
        display: none
    }
}

.share-mobile-facebook,
.share-mobile-facebook:hover,
.share-mobile-facebook:active,
.share-mobile-facebook:visited {
    border-color: #1877f2;
    color: #1877f2;
    text-decoration: none
}

.border-twitter {
    border-color: #1dcaff
}

.border-line {
    border-color: #00c300
}

.border-youtube {
    border-color: #db4437
}

.border-instagram {
    border-color: #dd2a7b
}

.share-mobile-whatsapp,
.share-mobile-whatsapp:hover,
.share-mobile-whatsapp:active,
.share-mobile-whatsapp:visited {
    border-color: #25d366;
    color: #25d366;
    text-decoration: none
}

.share-mobile-link,
.share-mobile-link:hover,
.share-mobile-link:active,
.share-mobile-link:visited {
    border-color: #888;
    color: #888;
    text-decoration: none
}

.social-list-buttons-label {
    display: inline-block;
    margin-right: 5px
}

.social-list-buttons {
    position: relative;
    padding: 0;
    text-align: center;
    margin: 10px auto
}

.social-list-buttons li {
    display: inline-block
}

.social-list-buttons li a {
    padding: 10px;
    font-size: 22px;
    border-radius: 5px;
    color: #fff;
    background: #888
}

.social-list-buttons li a:hover {
    text-decoration: none
}

.homepage-splash {
    position: absolute;
    background: #fff;
    overflow: hidden;
    height: 250px;
    width: 100%;
    z-index: 0
}

.homepage-splash:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/homepage-splash23ee23ee.html?a553c747c949e4c38c432471ac324f38);
    background-repeat: no-repeat;
    background-size: 130%;
    background-position: 40% 0
}

@media(min-width:768px) {
    .homepage-splash {
        height: 450px
    }

    .homepage-splash:before {
        background-size: 90%
    }
}

@media(min-width:992px) {
    .homepage-splash {
        height: 500px
    }
}

.template-splash {
    position: absolute;
    background: #fff;
    overflow: hidden;
    height: 250px;
    width: 100%;
    z-index: 0
}

.template-splash:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/banner7c027c02.html?2d00128287ed562dddf1ba967b098286);
    background-repeat: no-repeat;
    background-position: 10% 0;
    -ms-background-size: cover;
    background-size: cover
}

@media(min-width:768px) {
    .template-splash {
        height: 450px
    }

    .template-splash:before {
        opacity: 1
    }
}

@media(min-width:992px) {
    .template-splash {
        height: 500px
    }
}

.card {
    box-shadow: 0 1px 4px #7d290038;
    min-height: 126px;
    margin: 7px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff
}

.card:hover {
    box-shadow: 0 8px 14px 0 #d8470038
}

.card img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    cursor: pointer
}

.card-description {
    padding: 5px;
    text-align: left
}

.card-caption-1 {
    font-size: 12px;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    position: relative;
    word-break: break-all
}

.card-caption-2 {
    font-size: 10px;
    height: 1.7em;
    line-height: 2em;
    overflow: hidden;
    position: relative;
    word-break: break-all
}

.card .title .paragraph-end {
    height: 19px;
    width: 45px
}

.paragraph-end {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#00ffffff', EndColorStr='#ffffff');
    bottom: 0;
    height: 1.5em;
    max-height: 100%;
    position: absolute;
    right: 0;
    width: 15px
}

.feature-box-container {
    margin: 15px 0
}

#featured-box {
    box-sizing: border-box;
    -webkit-box-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.featured-box {
    box-sizing: border-box;
    -webkit-box-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

@media(min-width:600px) {
    .featured-box {
        padding: 0 60px
    }
}

@media(min-width:768px) {
    .featured-box {
        padding: 0 100px
    }
}

@media(min-width:1200px) {
    .featured-box {
        padding: 0
    }
}

.card-detail-container {
    padding: 2px 16px
}

.card-sizer {
    width: 33%
}

@media(min-width:480px) {
    .card-sizer {
        width: 25%
    }

    .card {
        min-height: 150px;
        margin: 8px;
        box-shadow: 0 2px 4px #7d290038
    }

    .card-caption-1 {
        font-size: 13px
    }

    .card-caption-2 {
        font-size: 12px
    }
}

@media(min-width:768px) {
    .card-sizer {
        width: 20%
    }

    .card-description {
        padding: 8px
    }

    #featured-box {
        width: 100%
    }
}

/* * jquery-drawer v3.2.2 * Flexible drawer menu using jQuery, iScroll and CSS. * http://git.blivesta.com/drawer * License : MIT * Author : blivesta <design@blivesta.com> (http://blivesta.com/) */
/*------------------------------------*\    Base\*!------------------------------------*/
.drawer-menu {
    touch-action: none
}

.drawer-open {
    overflow: hidden !important
}

.drawer-nav {
    position: fixed;
    z-index: 101;
    top: 0;
    overflow: scroll;
    width: 250px;
    height: 100%;
    color: #888;
    background-color: #fff
}

.drawer-toggle {
    vertical-align: middle
}

@media(min-width:320px) {
    .drawer-nav {
        width: 270px
    }
}

@media(min-width:480px) {
    .drawer-nav {
        width: 400px
    }
}

.drawer-brand {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 3.75rem;
    display: block;
    padding-right: .75rem;
    padding-left: .75rem;
    text-decoration: none;
    color: #222
}

.drawer-close-button {
    background: #d00;
    border-radius: 5px;
    padding: 6px
}

.drawer-close-icon {
    margin: auto
}

.drawer-menu {
    margin: 0;
    padding: 0;
    padding: 0 0 80px
}

.drawer-menu-item {
    font-size: 15px;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #888
}

.drawer-menu-item:hover {
    color: #888;
    background-color: transparent;
    text-decoration: none
}

.drawer-virtual-account {
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px
}

@media(min-width:768px) {
    .drawer-menu-item {
        padding: 11px 20px
    }
}

.drawer-menu li:hover {
    background-color: #ececec
}

/* overlay */
.drawer-overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2)
}

.drawer-open .drawer-overlay {
    display: block
}

.drawer-user-icon-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.drawer-user-icon-background {
    background: #d7d7d7;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 7px
}

.drawer-user-icon {
    line-height: 34px !important;
    margin-left: 9px;
    font-size: 20px
}

.drawer-user-text-container {
    max-width: 190px
}

.drawer-user-profile-actions-container {
    margin-top: 5px;
    display: -webkit-box;
    display: flex;
    justify-content: space-around
}

.drawer-user-profile-actions {
    border: 1px solid #888;
    color: #888;
    background-color: #fff;
    padding: 3px 15px;
    border-radius: 5px;
    font-size: 13px;
    text-align: center;
    width: 46%;
    margin-right: 3px;
    display: inline-block;
    cursor: pointer
}

.link-myprofile .link-myprofile:visited,
.link-myprofile:focus {
    text-decoration: none !important
}

.link-myprofile:hover {
    border: 1px solid #26a1ed;
    color: #26a1ed;
    text-decoration: none !important
}

.link-logout,
.link-logout:visited,
.link-logout:focus {
    text-decoration: none !important
}

.link-logout:hover {
    border: 1px solid #ef6a6a;
    color: #ef6a6a !important;
    text-decoration: none !important
}

.drawer-nav hr {
    margin: 0 15px
}

.drawer-number-container {
    color: #fff;
    padding: 8px 15px;
    margin-bottom: 5px
}

@media(min-width:768px) {
    .drawer-number-container {
        padding: 10px 15px
    }
}

.drawer-number {
    font-size: 18px;
    text-shadow: 0 2px 5px #00000038
}

.drawer-credit {
    position: relative;
    border-radius: 5px
}

.drawer-credit-label {
    display: block;
    font-size: 11px;
    text-shadow: 0 2px 5px #00000038
}

@media(min-width:768px) {
    .drawer-credit-label {
        font-size: 13px
    }

    .drawer-number {
        font-size: 20px
    }
}

.drawer-credit-action {
    position: absolute;
    right: 13px;
    top: 11px;
    font-size: 26px
}

@media(min-width:768px) {
    .drawer-credit-action {
        position: absolute;
        right: 17px;
        top: 15px;
        font-size: 26px
    }
}

.drawer-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-left: 5px
}

/*------------------------------------*\      Top  \*!------------------------------------*/
.drawer--top .drawer-nav {
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-transition: top .6s cubic-bezier(.19, 1, .22, 1);
    transition: top .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer--top.drawer-open .drawer-nav {
    top: 0
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
    right: 0
}

/*------------------------------------*\      Left  \*!------------------------------------*/
.drawer--left .drawer-nav {
    left: -16.25rem;
    -webkit-transition: left .6s cubic-bezier(.19, 1, .22, 1);
    transition: left .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0
}

.drawer--left.drawer-open .drawer-hamburger {
    left: 16.25rem
}

/*------------------------------------*\      Right  \*!------------------------------------*/
.drawer--right .drawer-nav {
    right: -36.25rem;
    -webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
    transition: right .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 250px
}

@media(min-width:320px) {
    .drawer--right.drawer-open .drawer-hamburger {
        right: 270px
    }
}

@media(min-width:480px) {
    .drawer--right.drawer-open .drawer-hamburger {
        right: 400px
    }
}

/*------------------------------------*\      Hamburger  \*!------------------------------------*/
.drawer-hamburger {
    position: fixed;
    z-index: 104;
    top: 0;
    visibility: hidden;
    box-sizing: content-box;
    width: 2rem;
    padding: 0;
    padding-top: 18px;
    padding-right: .75rem;
    padding-bottom: 30px;
    padding-left: .75rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: transparent;
    color: #fff
}

.drawer-open .drawer-hamburger {
    visibility: visible
}

.drawer-close .drawer-hamburger {
    visibility: hidden
}

.drawer-hamburger:hover {
    cursor: pointer;
    background-color: transparent
}

.drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 10px
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
    width: 100%;
    height: 2px;
    background-color: #222
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
    position: absolute;
    top: -10px;
    left: 0;
    content: ' '
}

.drawer-hamburger-icon:after {
    top: 10px
}

.drawer-open .drawer-hamburger-icon {
    background-color: transparent
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
    top: 0
}

.drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

/*------------------------------------*\      accessibility  \*!------------------------------------*/
/*   * Only display content to screen readers   * See: http://a11yproject.com/posts/how-to-hide-content   */
.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

/*   * Use in conjunction with .sr-only to only display content when it's focused.   * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1   * Credit: HTML5 Boilerplate   */
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0
}

/*------------------------------------*\      Sidebar  \*!------------------------------------*/
.drawer--sidebar {
    background-color: #fff
}

.drawer--sidebar .drawer-contents {
    background-color: #fff
}

@media(min-width:64em) {
    .drawer--sidebar .drawer-hamburger {
        display: none;
        visibility: hidden
    }

    .drawer--sidebar .drawer-nav {
        display: block;
        -webkit-transform: none;
        transform: none;
        position: fixed;
        width: 12.5rem;
        height: 100%
    }

    /* Left */
    .drawer--sidebar.drawer--left .drawer-nav {
        left: 0;
        border-right: 1px solid #ddd
    }

    .drawer--sidebar.drawer--left .drawer-contents {
        margin-left: 12.5rem
    }

    /* Right */
    .drawer--sidebar.drawer--right .drawer-nav {
        right: 0;
        border-left: 1px solid #ddd
    }

    .drawer--sidebar.drawer--right .drawer-contents {
        margin-right: 12.5rem
    }

    /* container */
    .drawer--sidebar .drawer-container {
        max-width: 48rem
    }
}

@media(min-width:75em) {
    .drawer--sidebar .drawer-nav {
        width: 16.25rem
    }

    .drawer--sidebar.drawer--left .drawer-contents {
        margin-left: 16.25rem
    }

    .drawer--sidebar.drawer--right .drawer-contents {
        margin-right: 16.25rem
    }

    /* container */
    .drawer--sidebar .drawer-container {
        max-width: 60rem
    }
}

/*------------------------------------*\      Navbar  \*!------------------------------------*/
.drawer--navbarTopGutter {
    padding-top: 3.75rem
}

.drawer-navbar .drawer-navbar-header {
    border-bottom: 1px solid #ddd;
    background-color: #fff
}

.drawer-navbar {
    z-index: 102;
    top: 0;
    width: 100%
}

/* .drawer-navbar modifier */
.drawer-navbar--fixed {
    position: fixed
}

.drawer-navbar-header {
    position: relative;
    z-index: 102;
    box-sizing: border-box;
    width: 100%;
    height: 3.75rem;
    padding: 0 .75rem;
    text-align: center
}

.drawer-navbar .drawer-brand {
    line-height: 3.75rem;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none
}

.drawer-navbar .drawer-brand:hover {
    background-color: transparent
}

.drawer-navbar .drawer-nav {
    padding-top: 3.75rem
}

.drawer-navbar .drawer-menu {
    padding-bottom: 7.5rem
}

@media(min-width:64em) {
    .drawer-navbar {
        height: 3.75rem;
        border-bottom: 1px solid #ddd;
        background-color: #fff
    }

    .drawer-navbar .drawer-navbar-header {
        position: relative;
        display: block;
        float: left;
        width: auto;
        padding: 0;
        border: 0
    }

    .drawer-navbar .drawer-menu--right {
        float: right
    }

    .drawer-navbar .drawer-menu li {
        float: left
    }

    .drawer-navbar .drawer-menu-item {
        line-height: 3.75rem;
        padding-top: 0;
        padding-bottom: 0
    }

    .drawer-navbar .drawer-hamburger {
        display: none
    }

    .drawer-navbar .drawer-nav {
        position: relative;
        left: 0;
        overflow: visible;
        width: auto;
        height: 3.75rem;
        padding-top: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .drawer-navbar .drawer-menu {
        padding: 0
    }

    /* dropdown */
    .drawer-navbar .drawer-dropdown-menu {
        position: absolute;
        width: 16.25rem;
        border: 1px solid #ddd
    }

    .drawer-navbar .drawer-dropdown-menu-item {
        padding-left: .75rem
    }
}

/*------------------------------------*\      Dropdown  \*!------------------------------------*/
.drawer-dropdown-menu {
    display: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff
}

.drawer-dropdown-menu>li {
    width: 100%;
    list-style: none
}

.drawer-dropdown-menu-item {
    line-height: 2.5rem;
    display: block;
    padding: 0;
    padding-right: .75rem;
    padding-left: 1.5rem;
    text-decoration: none;
    color: #222
}

.drawer-dropdown-menu-item:hover {
    text-decoration: none;
    color: #555;
    background-color: transparent
}

/* open */
.drawer-dropdown.open>.drawer-dropdown-menu {
    display: block
}

/* drawer-caret */
.drawer-dropdown .drawer-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

/* open */
.drawer-dropdown.open .drawer-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

/*------------------------------------*\      Container  \*!------------------------------------*/
.drawer-container {
    margin-right: auto;
    margin-left: auto
}

@media(min-width:64em) {
    .drawer-container {
        max-width: 60rem
    }
}

@media(min-width:75em) {
    .drawer-container {
        max-width: 70rem
    }
}

.drawer-vip-status {
    font-size: 16px
}

.drawer-vip-remaining {
    font-size: 11px
}

.partnership-inquiry-bgorange {
    background-image: linear-gradient(40deg, #f57600 0, #ffb727 100%)
}

.partnership-inquiry-title {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px
}

.partnership-inquiry-title-container {
    padding: 20px;
    padding-top: 30px;
    color: #fff;
    border-radius: 5px 5px 0 0
}

.partnership-close-button {
    font-size: 34px;
    position: absolute;
    top: 10px;
    z-index: 9999;
    right: 15px
}

.partnership-inquiry-logo {
    display: none
}

#partnership-inquiry-thankyou {
    width: 100%;
    border-radius: 5px
}

.thankyou-close-button {
    width: 100px
}

.partnership-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

@media(min-width:992px) {
    .partnership-inquiry-title {
        font-size: 29px
    }

    #partnership-inquiry-form.input-wrap {
        margin-top: 12px
    }

    .partnership-inquiry-logo {
        display: block;
        max-width: 100px;
        margin-bottom: 40px
    }

    .partnership-modal-dialog {
        width: 760px
    }

    .partnership-inquiry-title-container {
        height: 100%;
        border-radius: 5px 0 0 5px;
        padding: 35px;
        padding-top: 50px
    }

    .partnership-header-leftdesktop {
        width: 50%
    }

    .partnership-content .modal-body {
        padding: 35px;
        width: 50%
    }

    .partnership-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
}

.login-modal-body {
    padding: 20px 0;
    max-width: 400px;
    margin: auto
}

.login-modal-dialog .modal-content {
    border-radius: 10px
}

.login-buttons-spacing {
    padding-top: 25px
}

#login_modal .nav-tabs>li.active>a,
#login_modal .nav-tabs>li.active>a:focus,
#login_modal .nav-tabs>li.active>a:hover {
    color: #ed6c27;
    cursor: default;
    background-color: #fff;
    border: 0 solid #ddd;
    border-bottom: 1px solid #ed6c27
}

#login_modal .nav-tabs {
    display: -webkit-box;
    display: flex;
    border-bottom: 0 solid #ddd
}

#login_modal .nav>li {
    float: none;
    display: block;
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center
}

#login_modal .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #888;
    font-size: 18px
}

.theme1-slider-container {
    border: 0 solid #000;
    border-radius: 5px;
    box-shadow: 0 2px 5px #ffa95f73
}

.theme1-slider-container div {
    border-radius: 5px
}

.home-guide-topcaption {
    margin: 36px 15px;
    line-height: 1.6em;
    font-weight: 700;
    font-size: 20px
}

.home-guide-description {
    font-size: 11px
}

.home-guide-container {
    display: -webkit-box;
    display: flex
}

.home-guide-image {
    width: 120px
}

@media(min-width:480px) {
    .home-guide-topcaption {
        margin: 10px 0 20px 0;
        line-height: 1.6em;
        font-weight: 700;
        font-size: 22px
    }

    .home-guide-outtermost-container {
        padding: 30px
    }

    .home-guide-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        text-align: center
    }

    .home-guide-image {
        margin: auto;
        width: 150px
    }

    .home-guide-description {
        font-size: 12px
    }
}

@media(min-width:768px) {
    .home-guide-description {
        font-size: 11px
    }
}

@media(min-width:992px) {
    .home-guide-description {
        font-size: 12px
    }
}

.inner-menu-bar {
    box-shadow: 0 4px 6px #0000001a;
    margin-bottom: 25px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.inner-menu-tab {
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding-top: .7em;
    padding-bottom: .7em;
    font-size: 12px;
    color: #888;
    background: #f4f4f4;
    border: 1px solid #e9e9e9;
    min-width: 6em;
    -webkit-box-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.inner-allgame-bar {
    box-shadow: 0 4px 6px #0000001a;
    margin-bottom: 10px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.inner-allgame-tab {
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding-top: .7em;
    padding-bottom: .7em;
    font-size: 10px;
    color: #888;
    background: #f4f4f4;
    border: 1px solid #e9e9e9;
    -webkit-box-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.inner-alphabet-tab {
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding-top: .7em;
    padding-bottom: .7em;
    font-size: 10px;
    color: #888;
    font-weight: 700;
    background: #ddd;
    border: 1px solid #d7d7d7;
    -webkit-box-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.inner-menu-tab,
.inner-menu-tab:hover,
.inner-menu-tab:active,
.inner-menu-tab:focus,
.inner-menu-tab:visited {
    color: initial;
    text-decoration: none !important
}

.inner-menu-tab-active {
    color: white !important;
    background-color: #ed6c27;
    border: 1px solid #ed6c27
}

.news-content-container {
    margin-top: 30px;
    margin-bottom: 50px
}

.news-recommendation-panel {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    justify-content: left;
    padding: 0 7px
}

.news-recommendation-sizer .news-item {
    margin: 0
}

.news-recommendation-header {
    font-size: 25px;
    margin-bottom: 20px;
    color: #ed6c27;
    text-shadow: none
}

.news-recommendation-sizer {
    display: inline-block;
    padding-bottom: 15px
}

.news-recommendation-morebutton {
    margin-top: 25px;
    width: 100%
}

@media(min-width:768px) {
    .news-recommendation-sizer {
        padding: 10px;
        width: 50%
    }
}

@media(min-width:992px) {
    .news-recommendation-header {
        color: #fff;
        text-shadow: 1px 1px 8px #5c1b01c9
    }
}

@media(min-width:1200px) {
    .news-recommendation-sizer {
        padding: 0 0 20px 0;
        width: 100%
    }
}

.news-item-container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    justify-content: left;
    padding: 0 7px
}

.news-item-sizer {
    width: 100%;
    display: -webkit-box;
    display: flex
}

.news-item {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 6px #7d290038;
    margin: 10px 7px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%
}

.news-item:hover {
    box-shadow: 0 8px 14px 0 #d8470038
}

.news-item-caption-container {
    padding: 0 10px 0 10px
}

.news-item-caption {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 2px;
    max-height: 3em;
    color: #ed6c27;
    overflow-y: hidden
}

@media(min-width:768px) {
    .news-item-caption {
        font-size: 17px
    }
}

.news-item-caption-description {
    position: relative;
    margin-bottom: 10px;
    font-size: 13px;
    max-height: 1.4em;
    overflow: hidden;
    word-break: break-all
}

.news-item-banner-img {
    border-radius: 5px 5px 0 0;
    width: 100%
}

.news-item-label {
    display: inline-block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 10px;
    padding: .7em 1.5em
}

.news-social-list {
    margin: 0
}

.social-list-buttons-label {
    display: inline-block;
    margin-right: 5px
}

.social-list-buttons {
    position: relative;
    padding: 0;
    text-align: center;
    margin: 10px auto
}

.social-list-buttons li {
    display: inline-block;
    list-style: none
}

.social-list-buttons li a {
    padding: 10px;
    font-size: 22px;
    border-radius: 5px;
    color: #fff;
    background: #888
}

.social-list-buttons li a:hover {
    text-decoration: none
}

.share-container-section {
    padding: 15px 10px
}

.news-promo-title {
    line-height: 1.5em;
    margin-bottom: 20px;
    text-shadow: 0 1px 4px #00000045;
    font-size: 21px
}

@media(min-width:768px) {
    .news-promo-title {
        font-size: 33px
    }
}

.news-item-caption-description {
    font-size: 14px
}

.news-item-bottom {
    padding: 0 10px 7px 10px
}

.news-detail-bannerimage {
    border-radius: 5px;
    box-shadow: 0 2px 10px #bc5400c2;
    background-color: #cecece54;
    width: 100%
}

.news-promo-calltoaction {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    max-width: 700px;
    margin: 30px auto;
    margin-bottom: 60px;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 1px 2px #afafaf75;
    border-radius: 5px;
    -webkit-transition: all .2s cubic-bezier(.165, .84, .44, 1);
    transition: all .2s cubic-bezier(.165, .84, .44, 1)
}

.news-promo-calltoaction::after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 10px #97470675;
    opacity: 0;
    -webkit-transition: all .2s cubic-bezier(.165, .84, .44, 1);
    transition: all .2s cubic-bezier(.165, .84, .44, 1)
}

.news-promo-calltoaction:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    text-decoration: none
}

.news-promo-calltoaction:active,
.news-promo-calltoaction:visited,
.news-promo-calltoaction:focus {
    text-decoration: none
}

.news-promo-calltoaction:hover::after {
    opacity: 1
}

.icon-calltoaction {
    height: 70px;
    border-radius: 5px 0 0 5px
}

.text-calltoaction {
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 14px;
    font-weight: 700;
    max-height: 70px;
    padding: 5px
}

.news-promo-calltoaction i {
    width: 25px;
    display: block;
    font-size: 20px
}

@media(min-width:768px) {
    .news-item-sizer {
        width: 50%
    }

    .news-item-caption-description {
        font-size: 12px
    }

    .icon-calltoaction {
        height: 90px
    }

    .text-calltoaction {
        font-size: 20px;
        max-height: 70px;
        padding: 5px
    }
}

.bottombar-outter-container-promo {
    position: fixed;
    background-color: #fff;
    height: 70px;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -2px 6px #0000001a;
    padding: 5px 10px;
    z-index: 1000;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: space-around
}

.bottombar-promo-buttons {
    display: -webkit-box;
    display: flex
}

.bottombar-promo-sharebutton {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 20px;
    height: 35px;
    width: 35px;
    border-width: 2px;
    border-style: solid;
    border-radius: 8px;
    margin-right: 8px
}

.bottombar-promo-calltoaction {
    font-size: 12px;
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

@media(min-width:430px) {
    .bottombar-promo-calltoaction {
        font-size: 14px
    }
}

@media(min-width:992px) {
    .bottombar-outter-container-promo {
        display: none
    }
}

.profile-reload-panel-body {
    padding: 10px 7px
}

@media(min-width:768px) {
    .profile-reload-panel-body {
        padding: 15px
    }
}

.profile-reload-serial1 {
    width: 2em !important
}

.profile-reload-serial2 {
    width: 8em !important
}

.profile-reload-pin {
    width: 4em !important
}

.container-shadow-reloaduc {
    padding: 8px
}

@media(max-height:500px) {
    .bottombar-outter-container {
        height: 5px
    }
}

.profile-form-body {
    padding: 35px 0
}

.profile-panel-heading {
    padding: 17px
}

.profile-info {
    font-weight: 700;
    text-shadow: 0 0 5px #fff
}

.reward-floating-inner1 {
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 1px 9px #23b4dde6
}

.reward-redeem-button {
    font-size: 10px;
    box-shadow: 0 0 9px #ff9a38
}

.fade-away-fromwhite {
    position: absolute;
    height: 75%;
    top: 0;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffffff00));
    background-image: linear-gradient(to bottom, #fff 0, #ffffff00 100%)
}

.position-relative {
    position: relative
}

.calltoaction-container {
    height: 230px
}

@media(min-width:480px) {
    .calltoaction-container {
        height: 200px
    }
}

.vip-availablepoints-container {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 101;
    background-color: #fff;
    box-shadow: 0 2px 4px #2f2f2f38;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 10px 0
}

@media(min-width:768px) {
    .vip-availablepoints-container {
        position: relative;
        margin-top: 15px;
        border-radius: 5px;
        z-index: 1
    }
}

.vip-availablepoints-back {
    padding-left: 15px;
    color: #888;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 20px
}

.vip-trophy-container {
    border-radius: 50%;
    background-color: #f2f6f7;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 45px;
    width: 45px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: #ed6c27;
    margin-left: 15px
}

.vip-trophy-icon {
    width: 18px
}

.vip-trophy-label {
    text-align: center;
    font-size: 8px;
    font-weight: 700;
    margin-top: 2px
}

.vip-points-info {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    margin-left: 15px
}

.vip-points-label {
    font-size: 10px;
    color: #888
}

.vip-points {
    font-size: 18px;
    color: #888
}

.vip-reward-history-icon {
    width: 25px
}

.vip-availablepoints-leftitem {
    display: -webkit-box;
    display: flex
}

.vip-availablepoints-rightitem {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 20px
}

.vip-deals-thumbnail {
    border-radius: 5px
}

.vip-specialdeals-container {
    position: relative
}

.vip-deal-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700
}

.vip-deals-carrousel-flexbox {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none
}

.vip-deals-carrousel-flexbox .vip-deals-card {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-left: 15px
}

.vip-deals-carrousel-flexbox .vip-deals-card:last-child {
    margin-right: 15px
}

.vip-deals-carrousel-flexbox .vip-deals-card:last-child::after {
    content: ' ';
    display: inline-block
}

.vip-deals-card {
    width: 200px
}

@media(min-width:768px) {
    .vip-deals-card {
        width: 200px
    }
}

.vip-deals-carrousel,
.vip-deals-carrousel-flexbox {
    width: 100%;
    -webkit-overflow-scrolling: touch
}

.vip-deals-carrousel::-webkit-scrollbar,
.vip-deals-carrousel-flexbox::-webkit-scrollbar {
    display: none
}

.vip-deals-title {
    margin-top: 8px;
    font-size: 18px;
    max-height: 3em;
    overflow: hidden
}

.vip-deal-points {
    font-size: 12px
}

.deals-paddle {
    height: 30px;
    width: 30px;
    line-height: 26px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 4px solid #2f2f2f96;
    border: 1px solid #DDD;
    margin: auto;
    position: absolute;
    opacity: .5
}

.deals-paddle:focus {
    outline: 0
}

.deals-paddle:active {
    border-style: solid;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.deals-scroll-left {
    top: 0;
    left: 5px;
    bottom: 0
}

.deals-scroll-right {
    top: 0;
    bottom: 0;
    right: 5px
}

.vip-deals-carrousel-section {
    padding: 0
}

.vip-deals-carrousel-section .vip-deal-title {
    margin-left: 15px
}

@media(min-width:768px) {
    .deals-paddle {
        display: block;
        opacity: 1
    }

    .vip-deals-carrousel-section {
        padding-left: 15px;
        padding-right: 15px
    }
}

.vip-deals-whitewrap {
    background-color: #fff;
    padding-top: 15px;
    margin-top: 15px
}

.vip-deals-seeall {
    display: block;
    font-size: 18px;
    font-weight: 700;
    border-top: 1px solid #DDD;
    text-align: center;
    padding: 10px
}

.vip-membership-outter-container {
    padding: 0
}

.vip-membership-inner-container {
    padding: 15px 15px 30px 15px
}

@media(min-width:768px) {
    .vip-membership-outter-container {
        padding: 0 15px
    }

    .vip-membership-inner-container {
        padding: 15px 15px 30px 15px
    }
}

.vip-youravaiable-points-label {
    margin-top: 10px
}

.vip-youravailable-points {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px
}

.vip-progressbar-icon {
    width: 17px
}

.bg-gradient-navy {
    background-image: radial-gradient(circle at 180px -280px, #0ff, #023d54 360px);
    background-size: 101%;
    color: #fff
}

.vip-progressbar-container {
    position: relative
}

.vip-progress {
    height: 3px;
    background-color: #0000007d;
    margin: 10px 30px 10px 0
}

.vip-progress-bar {
    background-color: #fff
}

.vip-progressbar-trophy-container {
    border-radius: 50%;
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: -15px
}

.vip-drawerinfoandexpire-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.vip-membershipstatus-left,
.vip-membershipstatus-right {
    -webkit-box-flex: 1;
    flex: 1
}

.vip-membershipstatus-right {
    background-color: #fff;
    border: 1px solid #DDD;
    color: #888
}

.vip-membership-expire-container {
    background-color: #fff;
    border: 1px solid #DDD;
    color: #888;
    padding: 15px 10px
}

.vip-expirepoint-date {
    margin-bottom: 4px;
    font-size: 12px
}

@media(min-width:768px) {
    .vip-drawerinfoandexpire-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .vip-membershipstatus-left {
        margin-right: 7px
    }

    .vip-membershipstatus-right {
        margin-left: 8px
    }
}

.vip-benefit-container {
    background-color: #fff;
    border-top: 1px solid #DDD;
    margin-bottom: 30px
}

#vip_benefit_tab,
#vip_benefit_tab_dropdown {
    display: -webkit-box;
    display: flex
}

.vip-benefit-container .nav-tabs>li.active>a,
.vip-benefit-container .nav-tabs>li.active>a:focus,
.vip-benefit-container .nav-tabs>li.active>a:hover {
    color: #ed6c27;
    cursor: default;
    background-color: #fff;
    border: 0 solid #ddd;
    border-bottom: 1px solid #ed6c27
}

.vip-benefit-container .nav-tabs {
    border-bottom: 0 solid #ddd
}

.vip-benefit-container .nav>li {
    float: none;
    display: block;
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center
}

.vip-benefit-container .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #888
}

.vip-benefit-container .tab-pane {
    padding: 20px
}

.vip-history-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: inherit;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #f2f6f7;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    width: 500px !important
}

.vip-dropdown-infogreyborder {
    border-top: 1px solid #DDD;
    padding: 15px
}

.vip-dropdown-memberinfo {
    margin: 0;
    padding: 0;
    border-radius: 0;
    width: 100% !important;
    overflow-y: scroll;
    height: calc(100vh - 105px);
    border: 0;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.vip-dropdown-memberinfo::-webkit-scrollbar {
    width: 0;
    height: 0
}

.vip-history-dropdown-menu {
    margin: 0;
    border-radius: 0;
    width: 100% !important;
    overflow-y: scroll;
    height: calc(100vh - 125px);
    border: 0
}

@media(min-width:768px) {

    .vip-dropdown-memberinfo,
    .vip-history-dropdown-menu {
        margin: 0;
        border-radius: 5px;
        width: 500px !important;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .6)
    }

    .vip-dropdown-memberinfo {
        left: 30px
    }

    .vip-history-dropdown-menu {
        background-color: #fff;
        height: 500px
    }
}

.vip-history-producticon {
    width: 35px;
    height: 35px
}

.vip-history-title {
    color: #000;
    font-size: 13px;
    margin-bottom: 8px
}

.vip-history-timestamp {
    font-size: 10px
}

.vip-history-status-label {
    padding: 3px 20px;
    font-size: 8px;
    background-color: #f5f5f7;
    text-transform: uppercase;
    border-radius: 10px;
    display: inline-block
}

.vip-history-item {
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    padding: 10px;
    margin: 10px;
    box-shadow: 0 2px 3px #b3b3b39c
}

.vip-history-titletime-container {
    padding: 5px 10px 0 10px
}

@media(min-width:768px) {
    .vip-history-item {
        border-bottom: 1px solid #DDD
    }

    .vip-history-item {
        background-color: #fff;
        padding: 10px 10px 10px 25px;
        margin: 0;
        box-shadow: none
    }

    .vip-history-titletime-container {
        padding: 10px 20px 0 20px
    }

    .vip-history-status-label {
        padding: 3px 25px;
        font-size: 12px
    }
}

.vip-history-labelcontainer {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    margin-left: auto
}

.vip-reward-history-caption {
    margin-left: 15px
}

.vipdetail-container {
    background-color: #f5f5f7;
    padding: 0
}

.vipdetail-headdetails-container {
    padding: 0
}

.vip-headdetails {
    padding: 0 15px 15px 15px
}

.vipdetail-title {
    font-weight: 700
}

.vipdetail-publisher {
    font-weight: 700;
    margin-bottom: 10px
}

.vipdetail-thumbnail-container {
    position: relative;
    width: 100%;
    z-index: 1000;
    top: 0
}

.vipdetail-backbutton {
    position: absolute;
    z-index: 10;
    color: #fff;
    font-size: 15px;
    padding: 15px
}

.vipdetail-reward-thumbnail {
    width: 100%;
    position: relative
}

.vipdetail-reward-thumbnail-icon {
    position: absolute;
    z-index: 0;
    height: 35px;
    width: 35px;
    bottom: 15px;
    left: 15px;
    z-index: 2
}

.vipdetail-thumbnail-blackoverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00000000), to(#0000009c));
    background-image: linear-gradient(to bottom, #00000000, #0000009c);
    z-index: 1
}

.vipdetail-topborder-container {
    border-top: 1px solid #DDD;
    padding: 15px
}

.vipdetail-mobile-redeem {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0 !important;
    z-index: 2
}

.vipdetail-mobile-bottomoffset {
    height: 40px
}

@media(min-width:576px) {
    .vipdetail-headdetails-container {
        display: -webkit-box;
        display: flex;
        padding: 15px
    }

    .vip-headdetails {
        padding: 0 0 0 15px;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        flex: 1
    }

    .vipdetails-point-button {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .vipdetails-headdetails-pointlabel {
        font-size: 12px
    }

    .vipdetail-thumbnail-container {
        width: 170px;
        z-index: 0
    }

    .vipdetail-backbutton {
        display: none
    }

    .vipdetail-mobile-redeem {
        position: relative;
        width: 170px;
        font-size: 14px;
        height: 35px;
        border-radius: 5px !important
    }
}

@media(min-width:768px) {
    .vipdetail-thumbnail-container {
        width: 220px
    }
}

#redeemDetailModal.fade .modal-dialog {
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

#redeemDetailModal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

#redeemDetailModal .modal-dialog {
    margin: 0;
    bottom: 0;
    position: absolute;
    width: 100vw
}

#redeemDetailModal .modal-dialog .modal-content {
    border-radius: 5px 5px 0 0
}

#redeemDetailModal .modal-body {
    padding-bottom: 30px
}

.vipdetail-actionbuttons {
    display: -webkit-box;
    display: flex;
    padding: 15px
}

.vipdetail-actionbuttons .btn {
    width: 100%;
    border-radius: 5px
}

.vip-action-cancel {
    margin-right: 8px
}

.vip-action-confirm {
    margin-left: 7px
}

.vipdetails-confirm-thumbnail {
    display: none
}

@media(min-width:768px) {
    .vipdetails-confirm-thumbnail {
        display: block;
        max-width: 200px;
        margin: auto;
        border-radius: 5px;
        box-shadow: 0 2px 4px #2f2f2f38
    }

    #redeemDetailModal .modal-dialog {
        margin: 30px auto;
        margin-top: 70px;
        bottom: inherit;
        position: relative;
        width: 350px;
        margin-top: 70px
    }

    #redeemDetailModal .modal-dialog .modal-content {
        border-radius: 5px;
        padding-top: 20px;
        padding-bottom: 20px
    }

    #redeemDetailModal .modal-body {
        padding-bottom: 0;
        text-align: center
    }

    .vipdetail-confirm-paragraph {
        height: 90px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center
    }
}

.vip-detail-bar {
    position: relative;
    z-index: 3
}

@media(min-width:576px) {
    .vip-detail-bar .vip-availablepoints-container {
        position: relative;
        margin-top: 15px
    }
}

.more-trigger {
    font-size: 16px;
    font-weight: 700;
    color: #ed6c27
}

.box-shadow-1 {
    box-shadow: 0 1px 5px #0006
}

.box-shadow-3 {
    box-shadow: 0 3px 10px #0006
}

.payment-game-title-container {
    margin-right: -15px
}

.payment-game-title {
    margin: 10px 0 10px 0
}

.payment-game-title-1 {
    margin-top: 20px;
    font-size: 18px
}

.payment-game-title-2 {
    font-size: 15px
}

.payment-game-title-3 {
    font-size: 12px
}

.payment-game-image {
    margin-top: 20px;
    border-radius: 5px;
    width: 100px;
    background-color: #fff;
    box-shadow: 0 1px 19px #47474766
}

@media(min-width:480px) {
    .payment-game-title-1 {
        margin-top: 20px;
        font-size: 18px
    }

    .payment-game-title-2 {
        font-size: 15px
    }

    .payment-game-title-3 {
        font-size: 13px
    }

    .payment-game-title-container {
        margin-right: inherit
    }
}

@media(min-width:992px) {
    .payment-game-image {
        margin-top: 20px;
        width: 160px;
        margin: auto
    }

    .payment-game-image-container {
        text-align: center;
        margin: 20px 0
    }

    .payment-game-title-1 {
        margin-top: 20px;
        font-size: 30px
    }

    .payment-game-title-2 {
        font-size: 22px
    }

    .payment-game-title-3 {
        font-size: 18px
    }
}

.payment-game-description {
    text-align: justify;
    margin-top: 10px
}

.payment-game-description p {
    font-size: 11px
}

.payment-readmore {
    text-decoration: underline;
    cursor: pointer;
    text-align: center
}

.payment-readmore {
    text-decoration: underline;
    cursor: pointer;
    text-align: center
}

.payment-readmore i {
    font-size: 17px
}

.payment-caption-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 5px
}

.payment-step-outter-container {
    margin-top: 15px
}

.payment-wanttobuyother {
    margin: 5px 0 5px 0;
    font-size: 11px
}

.payment-client-button {
    padding: 4px 5px;
    margin-bottom: 5px;
    margin-right: 2px;
    min-width: 80px;
    font-size: 10px
}

.payment-client-button i {
    font-size: 13px
}

@media(min-width:768px) {
    .payment-step-outter-container {
        margin-top: 30px
    }

    .payment-gameinfo-container {
        margin-top: 10px
    }

    .payment-wanttobuyother {
        margin-top: 6px;
        margin-bottom: 6px;
        font-size: 12px
    }
}

.border-rad-5 {
    border-radius: 4px !important
}

.payment-step-container {
    background: #141b3b;
    box-shadow: 0 2px 10px #fff;
    margin-bottom: 20px;
    padding: 5px 10px
}

.container-nobgnoshadow {
    box-shadow: none;
    background: 0;
    padding-top: 0 !important
}

.payment-unipinvoucher-partner {
    width: 150px;
    margin-bottom: 15px;
    margin-right: 15px
}

.payment-step-bullet {
    display: inline-block;
    background-color: #3a7bfc;
    color: #fff;
    font-size: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px
}

.form-inline-nomargin {
    margin: 0 !important
}

.form-bracket-type-1 {
    width: 10em !important;
    text-align: center
}

.form-bracket-type-2 {
    width: 5.8em !important;
    text-align: center
}

.form-normal-type-1 {
    width: 16em !important
}

.help-block-id {
    font-size: 9px;
    margin-top: 7px;
    margin-bottom: 7px
}

.payment-caption {
    display: inline-block
}

.help-block {
    font-size: 11px
}

.form-input-id {
    display: inline;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px
}

.payment-otheritem-container {
    font-size: 11px;
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height 2s ease-out;
    transition: max-height 2s ease-out;
    height: 30px;
    max-height: 30px;
    border-radius: 5px
}

.otheritem-container-animate {
    -webkit-animation-name: cssAnimation;
    animation-name: cssAnimation;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes cssAnimation {
    0% {
        background-color: #ffbb5400
    }

    50% {
        background-color: #ffbb54
    }

    100% {
        background-color: #ffbb5400
    }
}

@keyframes cssAnimation {
    0% {
        background-color: #ffbb5400
    }

    50% {
        background-color: #ffbb54
    }

    100% {
        background-color: #ffbb5400
    }
}

.payment-otheritem-container.collapsing {
    height: auto;
    max-height: 600px;
    -webkit-transition: max-height 2s ease-out;
    transition: max-height 2s ease-out
}

.payment-otheritem-item {
    padding: 4px 15px;
    margin-right: 3px;
    margin-bottom: 5px;
    box-shadow: 0 0
}

#other-product-trigger {
    display: none
}

@media(min-width:992px) {
    .payment-otheritem-item {
        width: 275px;
        text-align: left
    }

    .payment-otheritem-container {
        text-align: center;
        height: auto;
        max-height: none
    }

    #other-product-trigger {
        display: none
    }
}

.payment-otheritem-item-more {
    position: absolute;
    padding: 5px 10px 5px 10px;
    border: 0 solid #2197ea;
    color: #fff;
    box-shadow: 0 0 0 #0006;
    background-color: #2197ea;
    border-radius: 0 5px 5px 0;
    right: 0;
    top: 0;
    height: 25px
}

.payment-otheritem-item-more .paragraph-end {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #2197ea);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#2197ea));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #2197ea);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#00ffffff', EndColorStr='#ffffff');
    bottom: 0;
    height: 100%;
    max-height: 100%;
    position: absolute;
    left: -10px;
    width: 11px
}

.payment-denom-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: left;
    justify-content: left;
    flex-wrap: wrap;
    margin: 0 -5px
}

.payment-denom-number {
    display: none;
    color: #eb8d5a;
    font-weight: 700
}

.payment-denom-button-sizer {
    width: 50%
}

.payment-denom-button {
    width: 30%;
    font-size: 12px;
    text-align: center;
    margin: 4px;
    padding: 8px 3px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative
}

.payment-denom-button:hover {
    background-color: #ffc3a3;
    border: 1px solid #ffc3a3;
    color: #fff
}

.payment-denom-button-active,
.payment-denom-button-active .payment-denom-number {
    color: #fff;
    background-color: #ed6c27;
    border: 1px solid #ed6c27;
    box-shadow: 0 1px 3px #ff9b66
}

.payment-denom-button-disabled,
.payment-denom-button-disabled:active,
.payment-denom-button-disabled:hover {
    cursor: not-allowed;
    border: 0;
    background: #fafafa;
    color: #d2d2d2;
    box-shadow: 0 0
}

@media(min-width:480px) {
    .payment-denom-button {
        width: 23%
    }

    .payment-denom-button-sizer {
        width: 33.33%
    }

    .payment-caption-container {
        margin-bottom: 10px
    }

    .payment-step-container {
        padding: 15px
    }

    .help-block-id {
        font-size: 12px
    }
}

@media(min-width:768px) {
    .payment-denom-button-sizer {
        width: 25%
    }

    .payment-denom-button {
        font-size: 14px;
        margin: 7px;
        padding: 8px
    }
}

@media(min-width:992px) {
    .payment-denom-button {
        width: 22%
    }
}

.payment-denom-promodescription {
    background-color: #61ca6a;
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 11px;
    text-align: center;
    width: 100%
}

.payment-denom-warningdescription {
    background-color: #ffec6f;
    border-radius: 5px;
    color: #b3972d;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 11px;
    text-align: center;
    width: 100%
}

.payment-denom-syarat {
    font-style: italic;
    font-weight: 700
}

.payment-denom-promolabel {
    position: absolute;
    top: -4px;
    right: -3px;
    background-color: #2197ea;
    padding: 0 5px;
    border-radius: 2px;
    color: #fff;
    font-size: 10px
}

@media(min-width:992px) {
    .payment-denom-promolabel {
        top: -6px;
        font-size: 12px
    }
}

@-webkit-keyframes glowing {
    0% {
        box-shadow: 0 0 -5px #2197ea
    }

    30% {
        box-shadow: 0 0 5px #2197ea
    }

    70% {
        box-shadow: 0 0 5px #2197ea
    }

    100% {
        box-shadow: 0 0 -5px #2197ea
    }
}

@keyframes glowing {
    0% {
        box-shadow: 0 0 -5px #2197ea
    }

    30% {
        box-shadow: 0 0 5px #2197ea
    }

    70% {
        box-shadow: 0 0 5px #2197ea
    }

    100% {
        box-shadow: 0 0 -5px #2197ea
    }
}

.button-glow {
    -webkit-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite
}

.payment-channel-button-container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 3px;
    margin-bottom: 7px
}

.payment-channel-container {
    margin-left: -5px;
    margin-right: -5px
}

.payment-channel-dropdown-container {
    margin-left: -2px;
    margin-right: -2px
}

.payment-recommendation-caption {
    font-style: italic;
    font-weight: 700;
    margin-left: 7px
}

.payment-channel-button-sizer {
    width: 50%
}

.payment-channel-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    margin: 4px;
    cursor: pointer;
    position: relative
}

.payment-channel-disable-absolute {
    display: none
}

.payment-channel-button.disabled .payment-channel-disable-absolute {
    position: absolute;
    z-index: 2;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    background: #f3f3f3d4;
    color: #5f5f5f;
    padding: 10px;
    text-align: right;
    font-weight: 700;
    font-size: 10px
}

@media(min-width:480px) {
    .payment-channel-button-sizer {
        width: 33%
    }
}

@media(min-width:768px) {
    .payment-channel-button-sizer {
        width: 25%
    }
}

@media(min-width:992px) {
    .payment-channel-button-sizer {
        width: 33%
    }
}

.payment-channel-button:hover {
    background: #ffe6d9;
    border: 1px solid #ffcc7e
}

.payment-channel-button:hover .payment-channel-name {
    background: #fff
}

.payment-icon-nominal {
    display: -webkit-box;
    display: flex;
    padding: 3px
}

.payment-icon {
    display: block;
    max-width: 65px;
    border-radius: 4px
}

.payment-icon-image-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.payment-nominal {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 3px 5px;
    font-size: 11px;
    width: 50%
}

@media(min-width:768px) {
    .payment-icon-image-container {
        margin-left: 7px
    }

    .payment-nominal {
        margin-left: 8px
    }
}

.payment-nominal-wrap1 {
    width: 100%
}

.payment-nominal-wrap2 {
    overflow-wrap: break-word;
    font-weight: 700
}

.payment-channel-name {
    background: #f4f4f4;
    padding: 1px 5px;
    font-size: 11px;
    border-radius: 0 0 5px 5px
}

@media(min-width:768px) {
    .payment-icon-nominal {
        display: -webkit-box;
        display: flex;
        padding: 3px 5px
    }
}

.payment-panel-body {
    padding: 0;
    padding-bottom: 10px
}

.panel-default>.payment-panel-heading {
    color: #888;
    background-color: #fff;
    border: 0;
    padding: 5px 5px;
    border-top: 1px solid #f2f2f2;
    position: relative;
    border-radius: 0
}

.panel-default>.payment-panel-heading a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.panel-default {
    color: #888;
    background-color: #fff;
    border: 0
}

.payment-panel-default-category {
    margin: 0 !important;
    position: relative;
    box-shadow: none
}

.payment-panel-disabled-absolute {
    display: none;
    position: absolute;
    z-index: 2;
    width: 100%;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    color: #5f5f5f;
    background: #f3f3f3d4;
    font-weight: 700;
    padding: 15px;
    padding-left: 172px;
    text-align: right
}

.payment-panel-default-category.disabled .payment-panel-disabled-absolute {
    display: -webkit-box;
    display: flex
}

.payment-panel-heading .panel-title {
    font-weight: 700;
    width: 67%;
    font-size: 12px
}

.payment-category-price-preview {
    font-size: 11px
}

@media(min-width:480px) {
    .payment-panel-heading .panel-title {
        font-size: 15px
    }

    .payment-category-price-preview {
        font-size: 12px
    }
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0
}

.payment-category-icon {
    width: 45px;
    height: 35px;
    margin: 3px;
    margin-right: 14px;
    margin-left: 7px
}

@media(min-width:768px) {
    .payment-category-icon {
        width: 50px;
        height: 40px;
        margin: 6px
    }
}

.payment-category-caret {
    right: 19px;
    position: absolute;
    top: 15px;
    font-size: 23px
}

.payment-feedback-link-container div {
    display: block;
    margin-bottom: 5px
}

@media(min-width:992px) {
    .payment-feedback-link-container div {
        display: inline-block;
        margin-bottom: 0
    }

    .feedback-payment-text {
        margin-right: 10px
    }
}

.promo-animation {
    -webkit-animation: promoFrames ease 2s;
    animation: promoFrames ease 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

@-webkit-keyframes promoFrames {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    11% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    37% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes promoFrames {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    11% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    37% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.promo-corner {
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    border-top: 33px solid #ff4949;
    border-left: 33px solid #d43e3e00
}

.promo-corner-category {
    top: 0
}

.promo-corner .promo-text {
    position: absolute;
    top: -26px;
    width: 40px;
    left: -32px;
    text-align: center;
    font-weight: 700;
    font-size: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    color: #fff
}

.modal-payment-image-container {
    width: 75px;
    height: 40px;
    display: -webkit-box;
    display: flex;
    float: left;
    margin-right: 20px;
    -webkit-box-align: center;
    align-items: center
}

.modal-payment-title1 {
    font-size: 12px
}

.modal-payment-title2 {
    font-size: 15px;
    margin-bottom: 0
}

.payment-modal-listlabel {
    font-size: 12px
}

.payment-modal-listvalue {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 7px;
    color: #666
}

.payment-panel-container {
    box-shadow: 0 0 0 #000;
    padding: 15px
}

.channel-desc-bold1 {
    border-radius: 5px;
    margin-bottom: 10px
}

@media(min-width:768px) {
    .payment-panel-container {
        box-shadow: 0 2px 6px #6c6c6c3b;
        padding: 15px;
        margin-top: 15px
    }

    .channel-desc-bold1 {
        margin: 15px !important;
        margin-bottom: 20px
    }
}

.payment-modal-body {
    padding: 0 15px 0 15px
}

.hr-total {
    margin-bottom: 5px;
    margin-top: 5px
}

.modal-header-disablebottom {
    padding-bottom: 10px;
    border: 0 solid #000
}

.total-item-container {
    margin: auto;
    max-width: 450px;
    padding-left: 15px;
    padding-right: 15px
}

.payment-modal-customer-support {
    font-size: 13px;
    padding: 8px;
    background: #ececec;
    margin: 0 15px 15px 15px;
    border-radius: 5px
}

@media(min-width:480px) {
    .payment-modal-customer-support {
        padding: 15px
    }
}

.modal-title-max450 {
    margin: auto;
    max-width: 450px
}

.transaction-feedback-button {
    box-shadow: 0 2px 8px #0000004d;
    height: 50px;
    width: 50px;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    cursor: pointer
}

.transaction-feedback-button:hover {
    background-color: #eee
}

.transaction-feedback-button i {
    line-height: 50px
}

#transaction-feedback-successbutton {
    margin-right: 20px;
    border-color: #39c144
}

#transaction-feedback-failedbutton {
    border-color: #ef6a6a
}

.transaction-button-active {
    background-color: #fffce4;
    border-width: 1px;
    border-style: solid
}

.transaction-status-symbol {
    width: 70px
}

.trx-outter-container {
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    max-width: 450px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #f4b696
}

.trx-section {
    border-bottom: 1px solid #DDD;
    padding: 15px
}

.trx-section:last-child {
    border-bottom: 0
}

.trx-header {
    margin: auto;
    max-width: 450px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #5d5e5f
}

.trx-payment-title-1 {
    font-size: 12px
}

.trx-payment-title-2 {
    font-size: 15px;
    margin-bottom: 0
}

.trx-payment-image-container {
    width: 75px;
    height: 40px;
    display: -webkit-box;
    display: flex;
    float: left;
    margin-right: 20px;
    -webkit-box-align: center;
    align-items: center
}

@media(min-width:768px) {
    .trx-payment-image-container {
        width: 100px
    }
}

.trx-status-symbol {
    width: 70px;
    margin-bottom: 10px
}

.trx-status-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px
}

.trx-status-desc {
    font-size: 12px
}

.c-trx-processing {
    color: #26a1ed
}

.c-trx-success {
    color: #39c144
}

.c-trx-failed {
    color: #ef6a6a
}

.trx-row-detail {
    margin-bottom: 10px
}

.trx-row-label {
    font-size: 12px;
    color: #9f9f9f
}

.trx-row-value {
    font-weight: 700;
    font-size: 14px;
    color: #5d5e5f
}

.trx-row-value-username {
    color: #ed6c27;
    font-size: 16px;
    font-weight: 700
}

.trx-row-value-total {
    color: #ed6c27;
    font-size: 16px;
    font-weight: 700
}

.trx-row-point-value {
    color: #5d5e5f;
    font-size: 20px;
    font-weight: 700
}

.channel-desc-bold1 {
    border-radius: 5px;
    margin-bottom: 10px
}

@media(min-width:768px) {
    .payment-panel-container {
        box-shadow: 0 2px 6px #6c6c6c3b;
        padding: 15px;
        margin-top: 15px
    }

    .channel-desc-bold1 {
        margin: 15px !important;
        margin-bottom: 20px
    }
}

.unibox-main-fullminheight {
    min-height: 100vh
}

.payment-arrow-right {
    text-align: right
}

.unibox-payment-icon {
    max-width: 80px
}

.unibox-payment-panel-heading .panel-title {
    font-size: 13px
}

.unibox-centering-paymentlogo {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.unibox-total-item-container {
    padding: 0
}

.unibox-payment-panel-body {
    padding: 8px
}

@media(min-width:768px) {
    .unibox-channel-desc {
        padding: 10px !important;
        margin: 0 !important
    }
}

.ip2location-flag-32 {
    display: inline-block;
    background: url(../images/all_countries_32_5c216c216.html?047b1a2d5afc05bf077fcbece34f1b3a) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    border-radius: 50%
}

.ip2location-flag-32.flag-ad {
    background-position: -1px 0
}

.ip2location-flag-32.flag-ae {
    background-position: -34px 0
}

.ip2location-flag-32.flag-af {
    background-position: -67px 0
}

.ip2location-flag-32.flag-ag {
    background-position: -100px 0
}

.ip2location-flag-32.flag-ai {
    background-position: -133px 0
}

.ip2location-flag-32.flag-al {
    background-position: -166px 0
}

.ip2location-flag-32.flag-am {
    background-position: -199px 0
}

.ip2location-flag-32.flag-ao {
    background-position: -232px 0
}

.ip2location-flag-32.flag-aq {
    background-position: -265px 0
}

.ip2location-flag-32.flag-ar {
    background-position: -298px 0
}

.ip2location-flag-32.flag-as {
    background-position: -331px 0
}

.ip2location-flag-32.flag-at {
    background-position: -364px 0
}

.ip2location-flag-32.flag-au {
    background-position: -397px 0
}

.ip2location-flag-32.flag-aw {
    background-position: -430px 0
}

.ip2location-flag-32.flag-ax {
    background-position: -463px 0
}

.ip2location-flag-32.flag-az {
    background-position: -1px -33px
}

.ip2location-flag-32.flag-ba {
    background-position: -34px -33px
}

.ip2location-flag-32.flag-bb {
    background-position: -67px -33px
}

.ip2location-flag-32.flag-bd {
    background-position: -100px -33px
}

.ip2location-flag-32.flag-be {
    background-position: -133px -33px
}

.ip2location-flag-32.flag-bf {
    background-position: -166px -33px
}

.ip2location-flag-32.flag-bg {
    background-position: -199px -33px
}

.ip2location-flag-32.flag-bh {
    background-position: -232px -33px
}

.ip2location-flag-32.flag-bi {
    background-position: -265px -33px
}

.ip2location-flag-32.flag-bj {
    background-position: -298px -33px
}

.ip2location-flag-32.flag-bl {
    background-position: -331px -33px
}

.ip2location-flag-32.flag-bm {
    background-position: -364px -33px
}

.ip2location-flag-32.flag-bn {
    background-position: -397px -33px
}

.ip2location-flag-32.flag-bo {
    background-position: -430px -33px
}

.ip2location-flag-32.flag-bq {
    background-position: -463px -33px
}

.ip2location-flag-32.flag-br {
    background-position: -1px -66px
}

.ip2location-flag-32.flag-bs {
    background-position: -34px -66px
}

.ip2location-flag-32.flag-bt {
    background-position: -67px -66px
}

.ip2location-flag-32.flag-bv {
    background-position: -100px -66px
}

.ip2location-flag-32.flag-bw {
    background-position: -133px -66px
}

.ip2location-flag-32.flag-by {
    background-position: -166px -66px
}

.ip2location-flag-32.flag-bz {
    background-position: -199px -66px
}

.ip2location-flag-32.flag-ca {
    background-position: -232px -66px
}

.ip2location-flag-32.flag-cc {
    background-position: -265px -66px
}

.ip2location-flag-32.flag-cd {
    background-position: -298px -66px
}

.ip2location-flag-32.flag-cf {
    background-position: -331px -66px
}

.ip2location-flag-32.flag-cg {
    background-position: -364px -66px
}

.ip2location-flag-32.flag-ch {
    background-position: -397px -66px
}

.ip2location-flag-32.flag-ci {
    background-position: -430px -66px
}

.ip2location-flag-32.flag-ck {
    background-position: -463px -66px
}

.ip2location-flag-32.flag-cl {
    background-position: -1px -99px
}

.ip2location-flag-32.flag-cm {
    background-position: -34px -99px
}

.ip2location-flag-32.flag-cn {
    background-position: -67px -99px
}

.ip2location-flag-32.flag-co {
    background-position: -100px -99px
}

.ip2location-flag-32.flag-cr {
    background-position: -133px -99px
}

.ip2location-flag-32.flag-cu {
    background-position: -166px -99px
}

.ip2location-flag-32.flag-cv {
    background-position: -199px -99px
}

.ip2location-flag-32.flag-cw {
    background-position: -232px -99px
}

.ip2location-flag-32.flag-cx {
    background-position: -265px -99px
}

.ip2location-flag-32.flag-cy {
    background-position: -298px -99px
}

.ip2location-flag-32.flag-cz {
    background-position: -331px -99px
}

.ip2location-flag-32.flag-de {
    background-position: -364px -99px
}

.ip2location-flag-32.flag-dj {
    background-position: -397px -99px
}

.ip2location-flag-32.flag-dk {
    background-position: -430px -99px
}

.ip2location-flag-32.flag-dm {
    background-position: -463px -99px
}

.ip2location-flag-32.flag-do {
    background-position: -1px -132px
}

.ip2location-flag-32.flag-dz {
    background-position: -34px -132px
}

.ip2location-flag-32.flag-ec {
    background-position: -67px -132px
}

.ip2location-flag-32.flag-ee {
    background-position: -100px -132px
}

.ip2location-flag-32.flag-eg {
    background-position: -133px -132px
}

.ip2location-flag-32.flag-eh {
    background-position: -166px -132px
}

.ip2location-flag-32.flag-er {
    background-position: -199px -132px
}

.ip2location-flag-32.flag-es {
    background-position: -232px -132px
}

.ip2location-flag-32.flag-et {
    background-position: -265px -132px
}

.ip2location-flag-32.flag-fi {
    background-position: -298px -132px
}

.ip2location-flag-32.flag-fj {
    background-position: -331px -132px
}

.ip2location-flag-32.flag-fk {
    background-position: -364px -132px
}

.ip2location-flag-32.flag-fm {
    background-position: -397px -132px
}

.ip2location-flag-32.flag-fo {
    background-position: -430px -132px
}

.ip2location-flag-32.flag-fr {
    background-position: -463px -132px
}

.ip2location-flag-32.flag-ga {
    background-position: -1px -165px
}

.ip2location-flag-32.flag-gb {
    background-position: -34px -165px
}

.ip2location-flag-32.flag-gd {
    background-position: -67px -165px
}

.ip2location-flag-32.flag-ge {
    background-position: -100px -165px
}

.ip2location-flag-32.flag-gf {
    background-position: -133px -165px
}

.ip2location-flag-32.flag-gg {
    background-position: -166px -165px
}

.ip2location-flag-32.flag-gh {
    background-position: -199px -165px
}

.ip2location-flag-32.flag-gi {
    background-position: -232px -165px
}

.ip2location-flag-32.flag-gl {
    background-position: -265px -165px
}

.ip2location-flag-32.flag-gm {
    background-position: -298px -165px
}

.ip2location-flag-32.flag-gn {
    background-position: -331px -165px
}

.ip2location-flag-32.flag-gp {
    background-position: -364px -165px
}

.ip2location-flag-32.flag-gq {
    background-position: -397px -165px
}

.ip2location-flag-32.flag-gr {
    background-position: -430px -165px
}

.ip2location-flag-32.flag-gs {
    background-position: -463px -165px
}

.ip2location-flag-32.flag-gt {
    background-position: -1px -198px
}

.ip2location-flag-32.flag-gu {
    background-position: -34px -198px
}

.ip2location-flag-32.flag-gw {
    background-position: -67px -198px
}

.ip2location-flag-32.flag-gy {
    background-position: -100px -198px
}

.ip2location-flag-32.flag-hk {
    background-position: -133px -198px
}

.ip2location-flag-32.flag-hm {
    background-position: -166px -198px
}

.ip2location-flag-32.flag-hn {
    background-position: -199px -198px
}

.ip2location-flag-32.flag-hr {
    background-position: -232px -198px
}

.ip2location-flag-32.flag-ht {
    background-position: -265px -198px
}

.ip2location-flag-32.flag-hu {
    background-position: -298px -198px
}

.ip2location-flag-32.flag-id {
    background-position: -331px -198px
}

.ip2location-flag-32.flag-ie {
    background-position: -364px -198px
}

.ip2location-flag-32.flag-il {
    background-position: -397px -198px
}

.ip2location-flag-32.flag-im {
    background-position: -430px -198px
}

.ip2location-flag-32.flag-in {
    background-position: -463px -198px
}

.ip2location-flag-32.flag-io {
    background-position: -1px -231px
}

.ip2location-flag-32.flag-iq {
    background-position: -34px -231px
}

.ip2location-flag-32.flag-ir {
    background-position: -67px -231px
}

.ip2location-flag-32.flag-is {
    background-position: -100px -231px
}

.ip2location-flag-32.flag-it {
    background-position: -133px -231px
}

.ip2location-flag-32.flag-je {
    background-position: -166px -231px
}

.ip2location-flag-32.flag-jm {
    background-position: -199px -231px
}

.ip2location-flag-32.flag-jo {
    background-position: -232px -231px
}

.ip2location-flag-32.flag-jp {
    background-position: -265px -231px
}

.ip2location-flag-32.flag-ke {
    background-position: -298px -231px
}

.ip2location-flag-32.flag-kg {
    background-position: -331px -231px
}

.ip2location-flag-32.flag-kh {
    background-position: -364px -231px
}

.ip2location-flag-32.flag-ki {
    background-position: -397px -231px
}

.ip2location-flag-32.flag-km {
    background-position: -430px -231px
}

.ip2location-flag-32.flag-kn {
    background-position: -463px -231px
}

.ip2location-flag-32.flag-kp {
    background-position: -1px -264px
}

.ip2location-flag-32.flag-kr {
    background-position: -34px -264px
}

.ip2location-flag-32.flag-kw {
    background-position: -67px -264px
}

.ip2location-flag-32.flag-ky {
    background-position: -100px -264px
}

.ip2location-flag-32.flag-kz {
    background-position: -133px -264px
}

.ip2location-flag-32.flag-la {
    background-position: -166px -264px
}

.ip2location-flag-32.flag-lb {
    background-position: -199px -264px
}

.ip2location-flag-32.flag-lc {
    background-position: -232px -264px
}

.ip2location-flag-32.flag-li {
    background-position: -265px -264px
}

.ip2location-flag-32.flag-lk {
    background-position: -298px -264px
}

.ip2location-flag-32.flag-lr {
    background-position: -331px -264px
}

.ip2location-flag-32.flag-ls {
    background-position: -364px -264px
}

.ip2location-flag-32.flag-lt {
    background-position: -397px -264px
}

.ip2location-flag-32.flag-lu {
    background-position: -430px -264px
}

.ip2location-flag-32.flag-lv {
    background-position: -463px -264px
}

.ip2location-flag-32.flag-ly {
    background-position: -1px -297px
}

.ip2location-flag-32.flag-ma {
    background-position: -34px -297px
}

.ip2location-flag-32.flag-mc {
    background-position: -67px -297px
}

.ip2location-flag-32.flag-md {
    background-position: -100px -297px
}

.ip2location-flag-32.flag-me {
    background-position: -133px -297px
}

.ip2location-flag-32.flag-mf {
    background-position: -166px -297px
}

.ip2location-flag-32.flag-mg {
    background-position: -199px -297px
}

.ip2location-flag-32.flag-mh {
    background-position: -232px -297px
}

.ip2location-flag-32.flag-mk {
    background-position: -265px -297px
}

.ip2location-flag-32.flag-ml {
    background-position: -298px -297px
}

.ip2location-flag-32.flag-mm {
    background-position: -331px -297px
}

.ip2location-flag-32.flag-mn {
    background-position: -364px -297px
}

.ip2location-flag-32.flag-mo {
    background-position: -397px -297px
}

.ip2location-flag-32.flag-mp {
    background-position: -430px -297px
}

.ip2location-flag-32.flag-mq {
    background-position: -463px -297px
}

.ip2location-flag-32.flag-mr {
    background-position: -1px -330px
}

.ip2location-flag-32.flag-ms {
    background-position: -34px -330px
}

.ip2location-flag-32.flag-mt {
    background-position: -67px -330px
}

.ip2location-flag-32.flag-mu {
    background-position: -100px -330px
}

.ip2location-flag-32.flag-mv {
    background-position: -133px -330px
}

.ip2location-flag-32.flag-mw {
    background-position: -166px -330px
}

.ip2location-flag-32.flag-mx {
    background-position: -199px -330px
}

.ip2location-flag-32.flag-my {
    background-position: -232px -330px
}

.ip2location-flag-32.flag-mz {
    background-position: -265px -330px
}

.ip2location-flag-32.flag-na {
    background-position: -298px -330px
}

.ip2location-flag-32.flag-nc {
    background-position: -331px -330px
}

.ip2location-flag-32.flag-ne {
    background-position: -364px -330px
}

.ip2location-flag-32.flag-nf {
    background-position: -397px -330px
}

.ip2location-flag-32.flag-ng {
    background-position: -430px -330px
}

.ip2location-flag-32.flag-ni {
    background-position: -463px -330px
}

.ip2location-flag-32.flag-nl {
    background-position: -1px -363px
}

.ip2location-flag-32.flag-no {
    background-position: -34px -363px
}

.ip2location-flag-32.flag-np {
    background-position: -67px -363px
}

.ip2location-flag-32.flag-nr {
    background-position: -100px -363px
}

.ip2location-flag-32.flag-nu {
    background-position: -133px -363px
}

.ip2location-flag-32.flag-nz {
    background-position: -166px -363px
}

.ip2location-flag-32.flag-om {
    background-position: -199px -363px
}

.ip2location-flag-32.flag-pa {
    background-position: -232px -363px
}

.ip2location-flag-32.flag-pe {
    background-position: -265px -363px
}

.ip2location-flag-32.flag-pf {
    background-position: -298px -363px
}

.ip2location-flag-32.flag-pg {
    background-position: -331px -363px
}

.ip2location-flag-32.flag-ph {
    background-position: -364px -363px
}

.ip2location-flag-32.flag-pk {
    background-position: -397px -363px
}

.ip2location-flag-32.flag-pl {
    background-position: -430px -363px
}

.ip2location-flag-32.flag-pm {
    background-position: -463px -363px
}

.ip2location-flag-32.flag-pn {
    background-position: -1px -396px
}

.ip2location-flag-32.flag-pr {
    background-position: -34px -396px
}

.ip2location-flag-32.flag-ps {
    background-position: -67px -396px
}

.ip2location-flag-32.flag-pt {
    background-position: -100px -396px
}

.ip2location-flag-32.flag-pw {
    background-position: -133px -396px
}

.ip2location-flag-32.flag-py {
    background-position: -166px -396px
}

.ip2location-flag-32.flag-qa {
    background-position: -199px -396px
}

.ip2location-flag-32.flag-re {
    background-position: -232px -396px
}

.ip2location-flag-32.flag-ro {
    background-position: -265px -396px
}

.ip2location-flag-32.flag-rs {
    background-position: -298px -396px
}

.ip2location-flag-32.flag-ru {
    background-position: -331px -396px
}

.ip2location-flag-32.flag-rw {
    background-position: -364px -396px
}

.ip2location-flag-32.flag-sa {
    background-position: -397px -396px
}

.ip2location-flag-32.flag-sb {
    background-position: -430px -396px
}

.ip2location-flag-32.flag-sc {
    background-position: -463px -396px
}

.ip2location-flag-32.flag-sd {
    background-position: -1px -429px
}

.ip2location-flag-32.flag-se {
    background-position: -34px -429px
}

.ip2location-flag-32.flag-sg {
    background-position: -67px -429px
}

.ip2location-flag-32.flag-sh {
    background-position: -100px -429px
}

.ip2location-flag-32.flag-si {
    background-position: -133px -429px
}

.ip2location-flag-32.flag-sj {
    background-position: -166px -429px
}

.ip2location-flag-32.flag-sk {
    background-position: -199px -429px
}

.ip2location-flag-32.flag-sl {
    background-position: -232px -429px
}

.ip2location-flag-32.flag-sm {
    background-position: -265px -429px
}

.ip2location-flag-32.flag-sn {
    background-position: -298px -429px
}

.ip2location-flag-32.flag-so {
    background-position: -331px -429px
}

.ip2location-flag-32.flag-sr {
    background-position: -364px -429px
}

.ip2location-flag-32.flag-ss {
    background-position: -397px -429px
}

.ip2location-flag-32.flag-st {
    background-position: -430px -429px
}

.ip2location-flag-32.flag-sv {
    background-position: -463px -429px
}

.ip2location-flag-32.flag-sx {
    background-position: -1px -462px
}

.ip2location-flag-32.flag-sy {
    background-position: -34px -462px
}

.ip2location-flag-32.flag-sz {
    background-position: -67px -462px
}

.ip2location-flag-32.flag-tc {
    background-position: -100px -462px
}

.ip2location-flag-32.flag-td {
    background-position: -133px -462px
}

.ip2location-flag-32.flag-tf {
    background-position: -166px -462px
}

.ip2location-flag-32.flag-tg {
    background-position: -199px -462px
}

.ip2location-flag-32.flag-th {
    background-position: -232px -462px
}

.ip2location-flag-32.flag-tj {
    background-position: -265px -462px
}

.ip2location-flag-32.flag-tk {
    background-position: -298px -462px
}

.ip2location-flag-32.flag-tl {
    background-position: -331px -462px
}

.ip2location-flag-32.flag-tm {
    background-position: -364px -462px
}

.ip2location-flag-32.flag-tn {
    background-position: -397px -462px
}

.ip2location-flag-32.flag-to {
    background-position: -430px -462px
}

.ip2location-flag-32.flag-tr {
    background-position: -463px -462px
}

.ip2location-flag-32.flag-tt {
    background-position: -1px -495px
}

.ip2location-flag-32.flag-tv {
    background-position: -34px -495px
}

.ip2location-flag-32.flag-tw {
    background-position: -67px -495px
}

.ip2location-flag-32.flag-tz {
    background-position: -100px -495px
}

.ip2location-flag-32.flag-ua {
    background-position: -133px -495px
}

.ip2location-flag-32.flag-ug {
    background-position: -166px -495px
}

.ip2location-flag-32.flag-um {
    background-position: -199px -495px
}

.ip2location-flag-32.flag-us {
    background-position: -232px -495px
}

.ip2location-flag-32.flag-uy {
    background-position: -265px -495px
}

.ip2location-flag-32.flag-uz {
    background-position: -298px -495px
}

.ip2location-flag-32.flag-va {
    background-position: -331px -495px
}

.ip2location-flag-32.flag-vc {
    background-position: -364px -495px
}

.ip2location-flag-32.flag-ve {
    background-position: -397px -495px
}

.ip2location-flag-32.flag-vg {
    background-position: -430px -495px
}

.ip2location-flag-32.flag-vi {
    background-position: -463px -495px
}

.ip2location-flag-32.flag-vn {
    background-position: -1px -528px
}

.ip2location-flag-32.flag-vu {
    background-position: -34px -528px
}

.ip2location-flag-32.flag-wf {
    background-position: -67px -528px
}

.ip2location-flag-32.flag-ws {
    background-position: -100px -528px
}

.ip2location-flag-32.flag-ye {
    background-position: -133px -528px
}

.ip2location-flag-32.flag-yt {
    background-position: -166px -528px
}

.ip2location-flag-32.flag-za {
    background-position: -199px -528px
}

.ip2location-flag-32.flag-zm {
    background-position: -232px -528px
}

.ip2location-flag-32.flag-zw {
    background-position: -265px -528px
}

.center-slider {
    display: none
}

.center-slider.slick-initialized {
    display: block
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.banner-container {
    width: 100%;
    display: block
}

.banner-img-inside {
    width: 100%
}

.slick-track {
    display: -webkit-box !important;
    display: flex !important
}

.slick-slide {
    align-self: center
}

@media(min-width:768px) {
    .banner-img-inside {
        border-radius: 8px
    }

    .banner-container {
        position: relative;
        margin: 0 auto;
        width: 100%
    }

    .banner-img {
        background: #fff;
        color: #3498db;
        font-size: 36px;
        line-height: 100px;
        margin: 10px;
        position: relative;
        text-align: center;
        box-shadow: 0 2px 3px #49140040;
        border-radius: 8px;
        width: 768px
    }

    .banner-img:focus {
        outline: 0
    }

    .center .slick-center .banner-img {
        -webkit-transform: scale(1);
        transform: scale(1);
        color: #e67e22;
        opacity: 1
    }

    .center .banner-img {
        opacity: .8;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        bottom: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

.slick-loading .slick-list {
    background: #fff url(../images/ajax-loadera405a405.html?e085384b8857f8c27f864b6ae55f91b1) center center no-repeat
}

.slick-prev,
.slick-next {
    font-family: 'Font Awesome 5 Free';
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: 0;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    line-height: 1;
    opacity: .80;
    color: #fff;
    text-shadow: 1px 2px 6px #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: 15px;
    z-index: 10
}

[dir='rtl'] .slick-prev {
    right: 15px;
    left: auto
}

.slick-prev:before {
    font-family: 'Font Awesome 5 Free';
    content: "\F137"
}

[dir='rtl'] .slick-prev:before {
    font-family: 'Font Awesome 5 Free';
    content: "\F137"
}

.slick-next {
    right: 15px;
    z-index: 10
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 15px
}

.slick-next:before {
    content: "\F138"
}

[dir='rtl'] .slick-next:before {
    content: "\F138"
}

@media(min-width:768px) {

    .slick-next,
    .slick-prev {
        width: 35px;
        height: 35px
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 30px
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: 0
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-size: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '\2022';
    text-align: center;
    opacity: .25;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #ed6c27
}

.inquiry-country-select {
    display: block !important;
    border-radius: 3px;
    height: 35px;
    padding: 0 10px;
    text-transform: inherit;
    margin-bottom: 0
}

.cc-picker {
    overflow: hidden;
    display: inline-block;
    cursor: default;
    padding-right: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    height: 35px;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    z-index: 10
}

.cc-picker-flag {
    margin-left: 12px;
    display: inline-block;
    position: relative;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.cc-picker-code {
    display: inline-block;
    min-width: 30px;
    margin-left: 7px
}

.cc-picker-code-select-enabled::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 14px;
    right: 4px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #512b2b
}

.cc-picker-code-select-enabled {
    cursor: pointer;
    padding-right: 18px;
    position: relative
}

.cc-picker-code-list .cc-picker-code {
    color: gray;
    width: 38px
}

.cc-picker-code-list {
    list-style: none;
    padding: 5px;
    max-height: 200px;
    overflow-y: scroll;
    border: 1px solid #dad8d8;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px
}

.cc-picker-code-filter {
    margin: 4px;
    padding: 1px;
    display: block;
    height: 33px;
    border: 1px solid #dad8d8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-radius: 4px
}

.cc-picker-code-filter:focus {
    outline: 0
}

input[class=cc-picker-code-filter]::-webkit-input-placeholder {
    color: gray;
    font-style: italic
}

input[class=cc-picker-code-filter]:-moz-placeholder {
    color: gray;
    font-style: italic
}

input[class=cc-picker-code-filter]::-moz-placeholder {
    color: gray;
    font-style: italic
}

input[class=cc-picker-code-filter]:-ms-input-placeholder {
    color: gray;
    font-style: italic
}

.cc-picker-code-list>li:hover {
    background-color: #e1e1e1
}

.cc-picker-code-list>li.cc-picker-selected-country {
    background-color: #f0f0f0
}

.cc-picker-code-list>li {
    cursor: pointer;
    padding: 3px 15px 3px 3px
}

.cc-search-container {
    position: absolute;
    min-width: 250px;
    box-shadow: 0 3px 11px #0000007d;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    display: -webkit-box;
    display: flex;
    background-color: #fff
}

.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -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(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

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

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

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

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

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

.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

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

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

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\F26E"
}

.fa-accessible-icon:before {
    content: "\F368"
}

.fa-accusoft:before {
    content: "\F369"
}

.fa-acquisitions-incorporated:before {
    content: "\F6AF"
}

.fa-ad:before {
    content: "\F641"
}

.fa-address-book:before {
    content: "\F2B9"
}

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

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

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

.fa-adobe:before {
    content: "\F778"
}

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

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

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

.fa-algolia:before {
    content: "\F36C"
}

.fa-align-center:before {
    content: "\F037"
}

.fa-align-justify:before {
    content: "\F039"
}

.fa-align-left:before {
    content: "\F036"
}

.fa-align-right:before {
    content: "\F038"
}

.fa-alipay:before {
    content: "\F642"
}

.fa-allergies:before {
    content: "\F461"
}

.fa-amazon:before {
    content: "\F270"
}

.fa-amazon-pay:before {
    content: "\F42C"
}

.fa-ambulance:before {
    content: "\F0F9"
}

.fa-american-sign-language-interpreting:before {
    content: "\F2A3"
}

.fa-amilia:before {
    content: "\F36D"
}

.fa-anchor:before {
    content: "\F13D"
}

.fa-android:before {
    content: "\F17B"
}

.fa-angellist:before {
    content: "\F209"
}

.fa-angle-double-down:before {
    content: "\F103"
}

.fa-angle-double-left:before {
    content: "\F100"
}

.fa-angle-double-right:before {
    content: "\F101"
}

.fa-angle-double-up:before {
    content: "\F102"
}

.fa-angle-down:before {
    content: "\F107"
}

.fa-angle-left:before {
    content: "\F104"
}

.fa-angle-right:before {
    content: "\F105"
}

.fa-angle-up:before {
    content: "\F106"
}

.fa-angry:before {
    content: "\F556"
}

.fa-angrycreative:before {
    content: "\F36E"
}

.fa-angular:before {
    content: "\F420"
}

.fa-ankh:before {
    content: "\F644"
}

.fa-app-store:before {
    content: "\F36F"
}

.fa-app-store-ios:before {
    content: "\F370"
}

.fa-apper:before {
    content: "\F371"
}

.fa-apple:before {
    content: "\F179"
}

.fa-apple-alt:before {
    content: "\F5D1"
}

.fa-apple-pay:before {
    content: "\F415"
}

.fa-archive:before {
    content: "\F187"
}

.fa-archway:before {
    content: "\F557"
}

.fa-arrow-alt-circle-down:before {
    content: "\F358"
}

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

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

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

.fa-arrow-circle-down:before {
    content: "\F0AB"
}

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

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

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

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

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

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

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

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

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

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

.fa-artstation:before {
    content: "\F77A"
}

.fa-assistive-listening-systems:before {
    content: "\F2A2"
}

.fa-asterisk:before {
    content: "\F069"
}

.fa-asymmetrik:before {
    content: "\F372"
}

.fa-at:before {
    content: "\F1FA"
}

.fa-atlas:before {
    content: "\F558"
}

.fa-atlassian:before {
    content: "\F77B"
}

.fa-atom:before {
    content: "\F5D2"
}

.fa-audible:before {
    content: "\F373"
}

.fa-audio-description:before {
    content: "\F29E"
}

.fa-autoprefixer:before {
    content: "\F41C"
}

.fa-avianex:before {
    content: "\F374"
}

.fa-aviato:before {
    content: "\F421"
}

.fa-award:before {
    content: "\F559"
}

.fa-aws:before {
    content: "\F375"
}

.fa-baby:before {
    content: "\F77C"
}

.fa-baby-carriage:before {
    content: "\F77D"
}

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

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

.fa-balance-scale:before {
    content: "\F24E"
}

.fa-ban:before {
    content: "\F05E"
}

.fa-band-aid:before {
    content: "\F462"
}

.fa-bandcamp:before {
    content: "\F2D5"
}

.fa-barcode:before {
    content: "\F02A"
}

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

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

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

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

.fa-battery-empty:before {
    content: "\F244"
}

.fa-battery-full:before {
    content: "\F240"
}

.fa-battery-half:before {
    content: "\F242"
}

.fa-battery-quarter:before {
    content: "\F243"
}

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

.fa-bed:before {
    content: "\F236"
}

.fa-beer:before {
    content: "\F0FC"
}

.fa-behance:before {
    content: "\F1B4"
}

.fa-behance-square:before {
    content: "\F1B5"
}

.fa-bell:before {
    content: "\F0F3"
}

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

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

.fa-bible:before {
    content: "\F647"
}

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

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

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

.fa-biohazard:before {
    content: "\F780"
}

.fa-birthday-cake:before {
    content: "\F1FD"
}

.fa-bitbucket:before {
    content: "\F171"
}

.fa-bitcoin:before {
    content: "\F379"
}

.fa-bity:before {
    content: "\F37A"
}

.fa-black-tie:before {
    content: "\F27E"
}

.fa-blackberry:before {
    content: "\F37B"
}

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

.fa-blender-phone:before {
    content: "\F6B6"
}

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

.fa-blog:before {
    content: "\F781"
}

.fa-blogger:before {
    content: "\F37C"
}

.fa-blogger-b:before {
    content: "\F37D"
}

.fa-bluetooth:before {
    content: "\F293"
}

.fa-bluetooth-b:before {
    content: "\F294"
}

.fa-bold:before {
    content: "\F032"
}

.fa-bolt:before {
    content: "\F0E7"
}

.fa-bomb:before {
    content: "\F1E2"
}

.fa-bone:before {
    content: "\F5D7"
}

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

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

.fa-book-dead:before {
    content: "\F6B7"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-bug:before {
    content: "\F188"
}

.fa-building:before {
    content: "\F1AD"
}

.fa-bullhorn:before {
    content: "\F0A1"
}

.fa-bullseye:before {
    content: "\F140"
}

.fa-burn:before {
    content: "\F46A"
}

.fa-buromobelexperte:before {
    content: "\F37F"
}

.fa-bus:before {
    content: "\F207"
}

.fa-bus-alt:before {
    content: "\F55E"
}

.fa-business-time:before {
    content: "\F64A"
}

.fa-buysellads:before {
    content: "\F20D"
}

.fa-calculator:before {
    content: "\F1EC"
}

.fa-calendar:before {
    content: "\F133"
}

.fa-calendar-alt:before {
    content: "\F073"
}

.fa-calendar-check:before {
    content: "\F274"
}

.fa-calendar-day:before {
    content: "\F783"
}

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

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

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

.fa-calendar-week:before {
    content: "\F784"
}

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

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

.fa-campground:before {
    content: "\F6BB"
}

.fa-canadian-maple-leaf:before {
    content: "\F785"
}

.fa-candy-cane:before {
    content: "\F786"
}

.fa-cannabis:before {
    content: "\F55F"
}

.fa-capsules:before {
    content: "\F46B"
}

.fa-car:before {
    content: "\F1B9"
}

.fa-car-alt:before {
    content: "\F5DE"
}

.fa-car-battery:before {
    content: "\F5DF"
}

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

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

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

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

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

.fa-caret-square-down:before {
    content: "\F150"
}

.fa-caret-square-left:before {
    content: "\F191"
}

.fa-caret-square-right:before {
    content: "\F152"
}

.fa-caret-square-up:before {
    content: "\F151"
}

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

.fa-carrot:before {
    content: "\F787"
}

.fa-cart-arrow-down:before {
    content: "\F218"
}

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

.fa-cash-register:before {
    content: "\F788"
}

.fa-cat:before {
    content: "\F6BE"
}

.fa-cc-amazon-pay:before {
    content: "\F42D"
}

.fa-cc-amex:before {
    content: "\F1F3"
}

.fa-cc-apple-pay:before {
    content: "\F416"
}

.fa-cc-diners-club:before {
    content: "\F24C"
}

.fa-cc-discover:before {
    content: "\F1F2"
}

.fa-cc-jcb:before {
    content: "\F24B"
}

.fa-cc-mastercard:before {
    content: "\F1F1"
}

.fa-cc-paypal:before {
    content: "\F1F4"
}

.fa-cc-stripe:before {
    content: "\F1F5"
}

.fa-cc-visa:before {
    content: "\F1F0"
}

.fa-centercode:before {
    content: "\F380"
}

.fa-centos:before {
    content: "\F789"
}

.fa-certificate:before {
    content: "\F0A3"
}

.fa-chair:before {
    content: "\F6C0"
}

.fa-chalkboard:before {
    content: "\F51B"
}

.fa-chalkboard-teacher:before {
    content: "\F51C"
}

.fa-charging-station:before {
    content: "\F5E7"
}

.fa-chart-area:before {
    content: "\F1FE"
}

.fa-chart-bar:before {
    content: "\F080"
}

.fa-chart-line:before {
    content: "\F201"
}

.fa-chart-pie:before {
    content: "\F200"
}

.fa-check:before {
    content: "\F00C"
}

.fa-check-circle:before {
    content: "\F058"
}

.fa-check-double:before {
    content: "\F560"
}

.fa-check-square:before {
    content: "\F14A"
}

.fa-chess:before {
    content: "\F439"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-city:before {
    content: "\F64F"
}

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

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

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

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

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

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

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

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

.fa-cloud-meatball:before {
    content: "\F73B"
}

.fa-cloud-moon:before {
    content: "\F6C3"
}

.fa-cloud-moon-rain:before {
    content: "\F73C"
}

.fa-cloud-rain:before {
    content: "\F73D"
}

.fa-cloud-showers-heavy:before {
    content: "\F740"
}

.fa-cloud-sun:before {
    content: "\F6C4"
}

.fa-cloud-sun-rain:before {
    content: "\F743"
}

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

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

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

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

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

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

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

.fa-codepen:before {
    content: "\F1CB"
}

.fa-codiepie:before {
    content: "\F284"
}

.fa-coffee:before {
    content: "\F0F4"
}

.fa-cog:before {
    content: "\F013"
}

.fa-cogs:before {
    content: "\F085"
}

.fa-coins:before {
    content: "\F51E"
}

.fa-columns:before {
    content: "\F0DB"
}

.fa-comment:before {
    content: "\F075"
}

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

.fa-comment-dollar:before {
    content: "\F651"
}

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

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

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

.fa-comments-dollar:before {
    content: "\F653"
}

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

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

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

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

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

.fa-confluence:before {
    content: "\F78D"
}

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

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

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

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

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

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

.fa-couch:before {
    content: "\F4B8"
}

.fa-cpanel:before {
    content: "\F388"
}

.fa-creative-commons:before {
    content: "\F25E"
}

.fa-creative-commons-by:before {
    content: "\F4E7"
}

.fa-creative-commons-nc:before {
    content: "\F4E8"
}

.fa-creative-commons-nc-eu:before {
    content: "\F4E9"
}

.fa-creative-commons-nc-jp:before {
    content: "\F4EA"
}

.fa-creative-commons-nd:before {
    content: "\F4EB"
}

.fa-creative-commons-pd:before {
    content: "\F4EC"
}

.fa-creative-commons-pd-alt:before {
    content: "\F4ED"
}

.fa-creative-commons-remix:before {
    content: "\F4EE"
}

.fa-creative-commons-sa:before {
    content: "\F4EF"
}

.fa-creative-commons-sampling:before {
    content: "\F4F0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\F4F1"
}

.fa-creative-commons-share:before {
    content: "\F4F2"
}

.fa-creative-commons-zero:before {
    content: "\F4F3"
}

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

.fa-critical-role:before {
    content: "\F6C9"
}

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

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

.fa-cross:before {
    content: "\F654"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-democrat:before {
    content: "\F747"
}

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

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

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

.fa-dev:before {
    content: "\F6CC"
}

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

.fa-dharmachakra:before {
    content: "\F655"
}

.fa-dhl:before {
    content: "\F790"
}

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

.fa-diaspora:before {
    content: "\F791"
}

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

.fa-dice-d20:before {
    content: "\F6CF"
}

.fa-dice-d6:before {
    content: "\F6D1"
}

.fa-dice-five:before {
    content: "\F523"
}

.fa-dice-four:before {
    content: "\F524"
}

.fa-dice-one:before {
    content: "\F525"
}

.fa-dice-six:before {
    content: "\F526"
}

.fa-dice-three:before {
    content: "\F527"
}

.fa-dice-two:before {
    content: "\F528"
}

.fa-digg:before {
    content: "\F1A6"
}

.fa-digital-ocean:before {
    content: "\F391"
}

.fa-digital-tachograph:before {
    content: "\F566"
}

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

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

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

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

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

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

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

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

.fa-dog:before {
    content: "\F6D3"
}

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

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

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

.fa-donate:before {
    content: "\F4B9"
}

.fa-door-closed:before {
    content: "\F52A"
}

.fa-door-open:before {
    content: "\F52B"
}

.fa-dot-circle:before {
    content: "\F192"
}

.fa-dove:before {
    content: "\F4BA"
}

.fa-download:before {
    content: "\F019"
}

.fa-draft2digital:before {
    content: "\F396"
}

.fa-drafting-compass:before {
    content: "\F568"
}

.fa-dragon:before {
    content: "\F6D5"
}

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

.fa-dribbble:before {
    content: "\F17D"
}

.fa-dribbble-square:before {
    content: "\F397"
}

.fa-dropbox:before {
    content: "\F16B"
}

.fa-drum:before {
    content: "\F569"
}

.fa-drum-steelpan:before {
    content: "\F56A"
}

.fa-drumstick-bite:before {
    content: "\F6D7"
}

.fa-drupal:before {
    content: "\F1A9"
}

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

.fa-dumpster:before {
    content: "\F793"
}

.fa-dumpster-fire:before {
    content: "\F794"
}

.fa-dungeon:before {
    content: "\F6D9"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-envelope-square:before {
    content: "\F199"
}

.fa-envira:before {
    content: "\F299"
}

.fa-equals:before {
    content: "\F52C"
}

.fa-eraser:before {
    content: "\F12D"
}

.fa-erlang:before {
    content: "\F39D"
}

.fa-ethereum:before {
    content: "\F42E"
}

.fa-ethernet:before {
    content: "\F796"
}

.fa-etsy:before {
    content: "\F2D7"
}

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

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

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

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

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

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

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

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

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

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

.fa-eye:before {
    content: "\F06E"
}

.fa-eye-dropper:before {
    content: "\F1FB"
}

.fa-eye-slash:before {
    content: "\F070"
}

.fa-facebook:before {
    content: "\F09A"
}

.fa-facebook-f:before {
    content: "\F39E"
}

.fa-facebook-messenger:before {
    content: "\F39F"
}

.fa-facebook-square:before {
    content: "\F082"
}

.fa-fantasy-flight-games:before {
    content: "\F6DC"
}

.fa-fast-backward:before {
    content: "\F049"
}

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

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

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

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

.fa-fedex:before {
    content: "\F797"
}

.fa-fedora:before {
    content: "\F798"
}

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

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

.fa-figma:before {
    content: "\F799"
}

.fa-file:before {
    content: "\F15B"
}

.fa-file-alt:before {
    content: "\F15C"
}

.fa-file-archive:before {
    content: "\F1C6"
}

.fa-file-audio:before {
    content: "\F1C7"
}

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

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

.fa-file-csv:before {
    content: "\F6DD"
}

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

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

.fa-file-export:before {
    content: "\F56E"
}

.fa-file-image:before {
    content: "\F1C5"
}

.fa-file-import:before {
    content: "\F56F"
}

.fa-file-invoice:before {
    content: "\F570"
}

.fa-file-invoice-dollar:before {
    content: "\F571"
}

.fa-file-medical:before {
    content: "\F477"
}

.fa-file-medical-alt:before {
    content: "\F478"
}

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

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

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

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

.fa-file-upload:before {
    content: "\F574"
}

.fa-file-video:before {
    content: "\F1C8"
}

.fa-file-word:before {
    content: "\F1C2"
}

.fa-fill:before {
    content: "\F575"
}

.fa-fill-drip:before {
    content: "\F576"
}

.fa-film:before {
    content: "\F008"
}

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

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

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

.fa-fire-alt:before {
    content: "\F7E4"
}

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

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

.fa-first-aid:before {
    content: "\F479"
}

.fa-first-order:before {
    content: "\F2B0"
}

.fa-first-order-alt:before {
    content: "\F50A"
}

.fa-firstdraft:before {
    content: "\F3A1"
}

.fa-fish:before {
    content: "\F578"
}

.fa-fist-raised:before {
    content: "\F6DE"
}

.fa-flag:before {
    content: "\F024"
}

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

.fa-flag-usa:before {
    content: "\F74D"
}

.fa-flask:before {
    content: "\F0C3"
}

.fa-flickr:before {
    content: "\F16E"
}

.fa-flipboard:before {
    content: "\F44D"
}

.fa-flushed:before {
    content: "\F579"
}

.fa-fly:before {
    content: "\F417"
}

.fa-folder:before {
    content: "\F07B"
}

.fa-folder-minus:before {
    content: "\F65D"
}

.fa-folder-open:before {
    content: "\F07C"
}

.fa-folder-plus:before {
    content: "\F65E"
}

.fa-font:before {
    content: "\F031"
}

.fa-font-awesome:before {
    content: "\F2B4"
}

.fa-font-awesome-alt:before {
    content: "\F35C"
}

.fa-font-awesome-flag:before {
    content: "\F425"
}

.fa-font-awesome-logo-full:before {
    content: "\F4E6"
}

.fa-fonticons:before {
    content: "\F280"
}

.fa-fonticons-fi:before {
    content: "\F3A2"
}

.fa-football-ball:before {
    content: "\F44E"
}

.fa-fort-awesome:before {
    content: "\F286"
}

.fa-fort-awesome-alt:before {
    content: "\F3A3"
}

.fa-forumbee:before {
    content: "\F211"
}

.fa-forward:before {
    content: "\F04E"
}

.fa-foursquare:before {
    content: "\F180"
}

.fa-free-code-camp:before {
    content: "\F2C5"
}

.fa-freebsd:before {
    content: "\F3A4"
}

.fa-frog:before {
    content: "\F52E"
}

.fa-frown:before {
    content: "\F119"
}

.fa-frown-open:before {
    content: "\F57A"
}

.fa-fulcrum:before {
    content: "\F50B"
}

.fa-funnel-dollar:before {
    content: "\F662"
}

.fa-futbol:before {
    content: "\F1E3"
}

.fa-galactic-republic:before {
    content: "\F50C"
}

.fa-galactic-senate:before {
    content: "\F50D"
}

.fa-gamepad:before {
    content: "\F11B"
}

.fa-gas-pump:before {
    content: "\F52F"
}

.fa-gavel:before {
    content: "\F0E3"
}

.fa-gem:before {
    content: "\F3A5"
}

.fa-genderless:before {
    content: "\F22D"
}

.fa-get-pocket:before {
    content: "\F265"
}

.fa-gg:before {
    content: "\F260"
}

.fa-gg-circle:before {
    content: "\F261"
}

.fa-ghost:before {
    content: "\F6E2"
}

.fa-gift:before {
    content: "\F06B"
}

.fa-gifts:before {
    content: "\F79C"
}

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

.fa-git-square:before {
    content: "\F1D2"
}

.fa-github:before {
    content: "\F09B"
}

.fa-github-alt:before {
    content: "\F113"
}

.fa-github-square:before {
    content: "\F092"
}

.fa-gitkraken:before {
    content: "\F3A6"
}

.fa-gitlab:before {
    content: "\F296"
}

.fa-gitter:before {
    content: "\F426"
}

.fa-glass-cheers:before {
    content: "\F79F"
}

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

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

.fa-glass-whiskey:before {
    content: "\F7A0"
}

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

.fa-glide:before {
    content: "\F2A5"
}

.fa-glide-g:before {
    content: "\F2A6"
}

.fa-globe:before {
    content: "\F0AC"
}

.fa-globe-africa:before {
    content: "\F57C"
}

.fa-globe-americas:before {
    content: "\F57D"
}

.fa-globe-asia:before {
    content: "\F57E"
}

.fa-globe-europe:before {
    content: "\F7A2"
}

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

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

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

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

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

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

.fa-google-play:before {
    content: "\F3AB"
}

.fa-google-plus:before {
    content: "\F2B3"
}

.fa-google-plus-g:before {
    content: "\F0D5"
}

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

.fa-google-wallet:before {
    content: "\F1EE"
}

.fa-gopuram:before {
    content: "\F664"
}

.fa-graduation-cap:before {
    content: "\F19D"
}

.fa-gratipay:before {
    content: "\F184"
}

.fa-grav:before {
    content: "\F2D6"
}

.fa-greater-than:before {
    content: "\F531"
}

.fa-greater-than-equal:before {
    content: "\F532"
}

.fa-grimace:before {
    content: "\F57F"
}

.fa-grin:before {
    content: "\F580"
}

.fa-grin-alt:before {
    content: "\F581"
}

.fa-grin-beam:before {
    content: "\F582"
}

.fa-grin-beam-sweat:before {
    content: "\F583"
}

.fa-grin-hearts:before {
    content: "\F584"
}

.fa-grin-squint:before {
    content: "\F585"
}

.fa-grin-squint-tears:before {
    content: "\F586"
}

.fa-grin-stars:before {
    content: "\F587"
}

.fa-grin-tears:before {
    content: "\F588"
}

.fa-grin-tongue:before {
    content: "\F589"
}

.fa-grin-tongue-squint:before {
    content: "\F58A"
}

.fa-grin-tongue-wink:before {
    content: "\F58B"
}

.fa-grin-wink:before {
    content: "\F58C"
}

.fa-grip-horizontal:before {
    content: "\F58D"
}

.fa-grip-lines:before {
    content: "\F7A4"
}

.fa-grip-lines-vertical:before {
    content: "\F7A5"
}

.fa-grip-vertical:before {
    content: "\F58E"
}

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

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

.fa-guitar:before {
    content: "\F7A6"
}

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

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

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

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

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

.fa-hammer:before {
    content: "\F6E3"
}

.fa-hamsa:before {
    content: "\F665"
}

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

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

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

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

.fa-hand-paper:before {
    content: "\F256"
}

.fa-hand-peace:before {
    content: "\F25B"
}

.fa-hand-point-down:before {
    content: "\F0A7"
}

.fa-hand-point-left:before {
    content: "\F0A5"
}

.fa-hand-point-right:before {
    content: "\F0A4"
}

.fa-hand-point-up:before {
    content: "\F0A6"
}

.fa-hand-pointer:before {
    content: "\F25A"
}

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

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

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

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

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

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

.fa-hanukiah:before {
    content: "\F6E6"
}

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

.fa-hat-wizard:before {
    content: "\F6E8"
}

.fa-haykal:before {
    content: "\F666"
}

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

.fa-heading:before {
    content: "\F1DC"
}

.fa-headphones:before {
    content: "\F025"
}

.fa-headphones-alt:before {
    content: "\F58F"
}

.fa-headset:before {
    content: "\F590"
}

.fa-heart:before {
    content: "\F004"
}

.fa-heart-broken:before {
    content: "\F7A9"
}

.fa-heartbeat:before {
    content: "\F21E"
}

.fa-helicopter:before {
    content: "\F533"
}

.fa-highlighter:before {
    content: "\F591"
}

.fa-hiking:before {
    content: "\F6EC"
}

.fa-hippo:before {
    content: "\F6ED"
}

.fa-hips:before {
    content: "\F452"
}

.fa-hire-a-helper:before {
    content: "\F3B0"
}

.fa-history:before {
    content: "\F1DA"
}

.fa-hockey-puck:before {
    content: "\F453"
}

.fa-holly-berry:before {
    content: "\F7AA"
}

.fa-home:before {
    content: "\F015"
}

.fa-hooli:before {
    content: "\F427"
}

.fa-hornbill:before {
    content: "\F592"
}

.fa-horse:before {
    content: "\F6F0"
}

.fa-horse-head:before {
    content: "\F7AB"
}

.fa-hospital:before {
    content: "\F0F8"
}

.fa-hospital-alt:before {
    content: "\F47D"
}

.fa-hospital-symbol:before {
    content: "\F47E"
}

.fa-hot-tub:before {
    content: "\F593"
}

.fa-hotel:before {
    content: "\F594"
}

.fa-hotjar:before {
    content: "\F3B1"
}

.fa-hourglass:before {
    content: "\F254"
}

.fa-hourglass-end:before {
    content: "\F253"
}

.fa-hourglass-half:before {
    content: "\F252"
}

.fa-hourglass-start:before {
    content: "\F251"
}

.fa-house-damage:before {
    content: "\F6F1"
}

.fa-houzz:before {
    content: "\F27C"
}

.fa-hryvnia:before {
    content: "\F6F2"
}

.fa-html5:before {
    content: "\F13B"
}

.fa-hubspot:before {
    content: "\F3B2"
}

.fa-i-cursor:before {
    content: "\F246"
}

.fa-icicles:before {
    content: "\F7AD"
}

.fa-id-badge:before {
    content: "\F2C1"
}

.fa-id-card:before {
    content: "\F2C2"
}

.fa-id-card-alt:before {
    content: "\F47F"
}

.fa-igloo:before {
    content: "\F7AE"
}

.fa-image:before {
    content: "\F03E"
}

.fa-images:before {
    content: "\F302"
}

.fa-imdb:before {
    content: "\F2D8"
}

.fa-inbox:before {
    content: "\F01C"
}

.fa-indent:before {
    content: "\F03C"
}

.fa-industry:before {
    content: "\F275"
}

.fa-infinity:before {
    content: "\F534"
}

.fa-info:before {
    content: "\F129"
}

.fa-info-circle:before {
    content: "\F05A"
}

.fa-instagram:before {
    content: "\F16D"
}

.fa-intercom:before {
    content: "\F7AF"
}

.fa-internet-explorer:before {
    content: "\F26B"
}

.fa-invision:before {
    content: "\F7B0"
}

.fa-ioxhost:before {
    content: "\F208"
}

.fa-italic:before {
    content: "\F033"
}

.fa-itunes:before {
    content: "\F3B4"
}

.fa-itunes-note:before {
    content: "\F3B5"
}

.fa-java:before {
    content: "\F4E4"
}

.fa-jedi:before {
    content: "\F669"
}

.fa-jedi-order:before {
    content: "\F50E"
}

.fa-jenkins:before {
    content: "\F3B6"
}

.fa-jira:before {
    content: "\F7B1"
}

.fa-joget:before {
    content: "\F3B7"
}

.fa-joint:before {
    content: "\F595"
}

.fa-joomla:before {
    content: "\F1AA"
}

.fa-journal-whills:before {
    content: "\F66A"
}

.fa-js:before {
    content: "\F3B8"
}

.fa-js-square:before {
    content: "\F3B9"
}

.fa-jsfiddle:before {
    content: "\F1CC"
}

.fa-kaaba:before {
    content: "\F66B"
}

.fa-kaggle:before {
    content: "\F5FA"
}

.fa-key:before {
    content: "\F084"
}

.fa-keybase:before {
    content: "\F4F5"
}

.fa-keyboard:before {
    content: "\F11C"
}

.fa-keycdn:before {
    content: "\F3BA"
}

.fa-khanda:before {
    content: "\F66D"
}

.fa-kickstarter:before {
    content: "\F3BB"
}

.fa-kickstarter-k:before {
    content: "\F3BC"
}

.fa-kiss:before {
    content: "\F596"
}

.fa-kiss-beam:before {
    content: "\F597"
}

.fa-kiss-wink-heart:before {
    content: "\F598"
}

.fa-kiwi-bird:before {
    content: "\F535"
}

.fa-korvue:before {
    content: "\F42F"
}

.fa-landmark:before {
    content: "\F66F"
}

.fa-language:before {
    content: "\F1AB"
}

.fa-laptop:before {
    content: "\F109"
}

.fa-laptop-code:before {
    content: "\F5FC"
}

.fa-laravel:before {
    content: "\F3BD"
}

.fa-lastfm:before {
    content: "\F202"
}

.fa-lastfm-square:before {
    content: "\F203"
}

.fa-laugh:before {
    content: "\F599"
}

.fa-laugh-beam:before {
    content: "\F59A"
}

.fa-laugh-squint:before {
    content: "\F59B"
}

.fa-laugh-wink:before {
    content: "\F59C"
}

.fa-layer-group:before {
    content: "\F5FD"
}

.fa-leaf:before {
    content: "\F06C"
}

.fa-leanpub:before {
    content: "\F212"
}

.fa-lemon:before {
    content: "\F094"
}

.fa-less:before {
    content: "\F41D"
}

.fa-less-than:before {
    content: "\F536"
}

.fa-less-than-equal:before {
    content: "\F537"
}

.fa-level-down-alt:before {
    content: "\F3BE"
}

.fa-level-up-alt:before {
    content: "\F3BF"
}

.fa-life-ring:before {
    content: "\F1CD"
}

.fa-lightbulb:before {
    content: "\F0EB"
}

.fa-line:before {
    content: "\F3C0"
}

.fa-link:before {
    content: "\F0C1"
}

.fa-linkedin:before {
    content: "\F08C"
}

.fa-linkedin-in:before {
    content: "\F0E1"
}

.fa-linode:before {
    content: "\F2B8"
}

.fa-linux:before {
    content: "\F17C"
}

.fa-lira-sign:before {
    content: "\F195"
}

.fa-list:before {
    content: "\F03A"
}

.fa-list-alt:before {
    content: "\F022"
}

.fa-list-ol:before {
    content: "\F0CB"
}

.fa-list-ul:before {
    content: "\F0CA"
}

.fa-location-arrow:before {
    content: "\F124"
}

.fa-lock:before {
    content: "\F023"
}

.fa-lock-open:before {
    content: "\F3C1"
}

.fa-long-arrow-alt-down:before {
    content: "\F309"
}

.fa-long-arrow-alt-left:before {
    content: "\F30A"
}

.fa-long-arrow-alt-right:before {
    content: "\F30B"
}

.fa-long-arrow-alt-up:before {
    content: "\F30C"
}

.fa-low-vision:before {
    content: "\F2A8"
}

.fa-luggage-cart:before {
    content: "\F59D"
}

.fa-lyft:before {
    content: "\F3C3"
}

.fa-magento:before {
    content: "\F3C4"
}

.fa-magic:before {
    content: "\F0D0"
}

.fa-magnet:before {
    content: "\F076"
}

.fa-mail-bulk:before {
    content: "\F674"
}

.fa-mailchimp:before {
    content: "\F59E"
}

.fa-male:before {
    content: "\F183"
}

.fa-mandalorian:before {
    content: "\F50F"
}

.fa-map:before {
    content: "\F279"
}

.fa-map-marked:before {
    content: "\F59F"
}

.fa-map-marked-alt:before {
    content: "\F5A0"
}

.fa-map-marker:before {
    content: "\F041"
}

.fa-map-marker-alt:before {
    content: "\F3C5"
}

.fa-map-pin:before {
    content: "\F276"
}

.fa-map-signs:before {
    content: "\F277"
}

.fa-markdown:before {
    content: "\F60F"
}

.fa-marker:before {
    content: "\F5A1"
}

.fa-mars:before {
    content: "\F222"
}

.fa-mars-double:before {
    content: "\F227"
}

.fa-mars-stroke:before {
    content: "\F229"
}

.fa-mars-stroke-h:before {
    content: "\F22B"
}

.fa-mars-stroke-v:before {
    content: "\F22A"
}

.fa-mask:before {
    content: "\F6FA"
}

.fa-mastodon:before {
    content: "\F4F6"
}

.fa-maxcdn:before {
    content: "\F136"
}

.fa-medal:before {
    content: "\F5A2"
}

.fa-medapps:before {
    content: "\F3C6"
}

.fa-medium:before {
    content: "\F23A"
}

.fa-medium-m:before {
    content: "\F3C7"
}

.fa-medkit:before {
    content: "\F0FA"
}

.fa-medrt:before {
    content: "\F3C8"
}

.fa-meetup:before {
    content: "\F2E0"
}

.fa-megaport:before {
    content: "\F5A3"
}

.fa-meh:before {
    content: "\F11A"
}

.fa-meh-blank:before {
    content: "\F5A4"
}

.fa-meh-rolling-eyes:before {
    content: "\F5A5"
}

.fa-memory:before {
    content: "\F538"
}

.fa-mendeley:before {
    content: "\F7B3"
}

.fa-menorah:before {
    content: "\F676"
}

.fa-mercury:before {
    content: "\F223"
}

.fa-meteor:before {
    content: "\F753"
}

.fa-microchip:before {
    content: "\F2DB"
}

.fa-microphone:before {
    content: "\F130"
}

.fa-microphone-alt:before {
    content: "\F3C9"
}

.fa-microphone-alt-slash:before {
    content: "\F539"
}

.fa-microphone-slash:before {
    content: "\F131"
}

.fa-microscope:before {
    content: "\F610"
}

.fa-microsoft:before {
    content: "\F3CA"
}

.fa-minus:before {
    content: "\F068"
}

.fa-minus-circle:before {
    content: "\F056"
}

.fa-minus-square:before {
    content: "\F146"
}

.fa-mitten:before {
    content: "\F7B5"
}

.fa-mix:before {
    content: "\F3CB"
}

.fa-mixcloud:before {
    content: "\F289"
}

.fa-mizuni:before {
    content: "\F3CC"
}

.fa-mobile:before {
    content: "\F10B"
}

.fa-mobile-alt:before {
    content: "\F3CD"
}

.fa-modx:before {
    content: "\F285"
}

.fa-monero:before {
    content: "\F3D0"
}

.fa-money-bill:before {
    content: "\F0D6"
}

.fa-money-bill-alt:before {
    content: "\F3D1"
}

.fa-money-bill-wave:before {
    content: "\F53A"
}

.fa-money-bill-wave-alt:before {
    content: "\F53B"
}

.fa-money-check:before {
    content: "\F53C"
}

.fa-money-check-alt:before {
    content: "\F53D"
}

.fa-monument:before {
    content: "\F5A6"
}

.fa-moon:before {
    content: "\F186"
}

.fa-mortar-pestle:before {
    content: "\F5A7"
}

.fa-mosque:before {
    content: "\F678"
}

.fa-motorcycle:before {
    content: "\F21C"
}

.fa-mountain:before {
    content: "\F6FC"
}

.fa-mouse-pointer:before {
    content: "\F245"
}

.fa-mug-hot:before {
    content: "\F7B6"
}

.fa-music:before {
    content: "\F001"
}

.fa-napster:before {
    content: "\F3D2"
}

.fa-neos:before {
    content: "\F612"
}

.fa-network-wired:before {
    content: "\F6FF"
}

.fa-neuter:before {
    content: "\F22C"
}

.fa-newspaper:before {
    content: "\F1EA"
}

.fa-nimblr:before {
    content: "\F5A8"
}

.fa-nintendo-switch:before {
    content: "\F418"
}

.fa-node:before {
    content: "\F419"
}

.fa-node-js:before {
    content: "\F3D3"
}

.fa-not-equal:before {
    content: "\F53E"
}

.fa-notes-medical:before {
    content: "\F481"
}

.fa-npm:before {
    content: "\F3D4"
}

.fa-ns8:before {
    content: "\F3D5"
}

.fa-nutritionix:before {
    content: "\F3D6"
}

.fa-object-group:before {
    content: "\F247"
}

.fa-object-ungroup:before {
    content: "\F248"
}

.fa-odnoklassniki:before {
    content: "\F263"
}

.fa-odnoklassniki-square:before {
    content: "\F264"
}

.fa-oil-can:before {
    content: "\F613"
}

.fa-old-republic:before {
    content: "\F510"
}

.fa-om:before {
    content: "\F679"
}

.fa-opencart:before {
    content: "\F23D"
}

.fa-openid:before {
    content: "\F19B"
}

.fa-opera:before {
    content: "\F26A"
}

.fa-optin-monster:before {
    content: "\F23C"
}

.fa-osi:before {
    content: "\F41A"
}

.fa-otter:before {
    content: "\F700"
}

.fa-outdent:before {
    content: "\F03B"
}

.fa-page4:before {
    content: "\F3D7"
}

.fa-pagelines:before {
    content: "\F18C"
}

.fa-paint-brush:before {
    content: "\F1FC"
}

.fa-paint-roller:before {
    content: "\F5AA"
}

.fa-palette:before {
    content: "\F53F"
}

.fa-palfed:before {
    content: "\F3D8"
}

.fa-pallet:before {
    content: "\F482"
}

.fa-paper-plane:before {
    content: "\F1D8"
}

.fa-paperclip:before {
    content: "\F0C6"
}

.fa-parachute-box:before {
    content: "\F4CD"
}

.fa-paragraph:before {
    content: "\F1DD"
}

.fa-parking:before {
    content: "\F540"
}

.fa-passport:before {
    content: "\F5AB"
}

.fa-pastafarianism:before {
    content: "\F67B"
}

.fa-paste:before {
    content: "\F0EA"
}

.fa-patreon:before {
    content: "\F3D9"
}

.fa-pause:before {
    content: "\F04C"
}

.fa-pause-circle:before {
    content: "\F28B"
}

.fa-paw:before {
    content: "\F1B0"
}

.fa-paypal:before {
    content: "\F1ED"
}

.fa-peace:before {
    content: "\F67C"
}

.fa-pen:before {
    content: "\F304"
}

.fa-pen-alt:before {
    content: "\F305"
}

.fa-pen-fancy:before {
    content: "\F5AC"
}

.fa-pen-nib:before {
    content: "\F5AD"
}

.fa-pen-square:before {
    content: "\F14B"
}

.fa-pencil-alt:before {
    content: "\F303"
}

.fa-pencil-ruler:before {
    content: "\F5AE"
}

.fa-penny-arcade:before {
    content: "\F704"
}

.fa-people-carry:before {
    content: "\F4CE"
}

.fa-percent:before {
    content: "\F295"
}

.fa-percentage:before {
    content: "\F541"
}

.fa-periscope:before {
    content: "\F3DA"
}

.fa-person-booth:before {
    content: "\F756"
}

.fa-phabricator:before {
    content: "\F3DB"
}

.fa-phoenix-framework:before {
    content: "\F3DC"
}

.fa-phoenix-squadron:before {
    content: "\F511"
}

.fa-phone:before {
    content: "\F095"
}

.fa-phone-slash:before {
    content: "\F3DD"
}

.fa-phone-square:before {
    content: "\F098"
}

.fa-phone-volume:before {
    content: "\F2A0"
}

.fa-php:before {
    content: "\F457"
}

.fa-pied-piper:before {
    content: "\F2AE"
}

.fa-pied-piper-alt:before {
    content: "\F1A8"
}

.fa-pied-piper-hat:before {
    content: "\F4E5"
}

.fa-pied-piper-pp:before {
    content: "\F1A7"
}

.fa-piggy-bank:before {
    content: "\F4D3"
}

.fa-pills:before {
    content: "\F484"
}

.fa-pinterest:before {
    content: "\F0D2"
}

.fa-pinterest-p:before {
    content: "\F231"
}

.fa-pinterest-square:before {
    content: "\F0D3"
}

.fa-place-of-worship:before {
    content: "\F67F"
}

.fa-plane:before {
    content: "\F072"
}

.fa-plane-arrival:before {
    content: "\F5AF"
}

.fa-plane-departure:before {
    content: "\F5B0"
}

.fa-play:before {
    content: "\F04B"
}

.fa-play-circle:before {
    content: "\F144"
}

.fa-playstation:before {
    content: "\F3DF"
}

.fa-plug:before {
    content: "\F1E6"
}

.fa-plus:before {
    content: "\F067"
}

.fa-plus-circle:before {
    content: "\F055"
}

.fa-plus-square:before {
    content: "\F0FE"
}

.fa-podcast:before {
    content: "\F2CE"
}

.fa-poll:before {
    content: "\F681"
}

.fa-poll-h:before {
    content: "\F682"
}

.fa-poo:before {
    content: "\F2FE"
}

.fa-poo-storm:before {
    content: "\F75A"
}

.fa-poop:before {
    content: "\F619"
}

.fa-portrait:before {
    content: "\F3E0"
}

.fa-pound-sign:before {
    content: "\F154"
}

.fa-power-off:before {
    content: "\F011"
}

.fa-pray:before {
    content: "\F683"
}

.fa-praying-hands:before {
    content: "\F684"
}

.fa-prescription:before {
    content: "\F5B1"
}

.fa-prescription-bottle:before {
    content: "\F485"
}

.fa-prescription-bottle-alt:before {
    content: "\F486"
}

.fa-print:before {
    content: "\F02F"
}

.fa-procedures:before {
    content: "\F487"
}

.fa-product-hunt:before {
    content: "\F288"
}

.fa-project-diagram:before {
    content: "\F542"
}

.fa-pushed:before {
    content: "\F3E1"
}

.fa-puzzle-piece:before {
    content: "\F12E"
}

.fa-python:before {
    content: "\F3E2"
}

.fa-qq:before {
    content: "\F1D6"
}

.fa-qrcode:before {
    content: "\F029"
}

.fa-question:before {
    content: "\F128"
}

.fa-question-circle:before {
    content: "\F059"
}

.fa-quidditch:before {
    content: "\F458"
}

.fa-quinscape:before {
    content: "\F459"
}

.fa-quora:before {
    content: "\F2C4"
}

.fa-quote-left:before {
    content: "\F10D"
}

.fa-quote-right:before {
    content: "\F10E"
}

.fa-quran:before {
    content: "\F687"
}

.fa-r-project:before {
    content: "\F4F7"
}

.fa-radiation:before {
    content: "\F7B9"
}

.fa-radiation-alt:before {
    content: "\F7BA"
}

.fa-rainbow:before {
    content: "\F75B"
}

.fa-random:before {
    content: "\F074"
}

.fa-raspberry-pi:before {
    content: "\F7BB"
}

.fa-ravelry:before {
    content: "\F2D9"
}

.fa-react:before {
    content: "\F41B"
}

.fa-reacteurope:before {
    content: "\F75D"
}

.fa-readme:before {
    content: "\F4D5"
}

.fa-rebel:before {
    content: "\F1D0"
}

.fa-receipt:before {
    content: "\F543"
}

.fa-recycle:before {
    content: "\F1B8"
}

.fa-red-river:before {
    content: "\F3E3"
}

.fa-reddit:before {
    content: "\F1A1"
}

.fa-reddit-alien:before {
    content: "\F281"
}

.fa-reddit-square:before {
    content: "\F1A2"
}

.fa-redhat:before {
    content: "\F7BC"
}

.fa-redo:before {
    content: "\F01E"
}

.fa-redo-alt:before {
    content: "\F2F9"
}

.fa-registered:before {
    content: "\F25D"
}

.fa-renren:before {
    content: "\F18B"
}

.fa-reply:before {
    content: "\F3E5"
}

.fa-reply-all:before {
    content: "\F122"
}

.fa-replyd:before {
    content: "\F3E6"
}

.fa-republican:before {
    content: "\F75E"
}

.fa-researchgate:before {
    content: "\F4F8"
}

.fa-resolving:before {
    content: "\F3E7"
}

.fa-restroom:before {
    content: "\F7BD"
}

.fa-retweet:before {
    content: "\F079"
}

.fa-rev:before {
    content: "\F5B2"
}

.fa-ribbon:before {
    content: "\F4D6"
}

.fa-ring:before {
    content: "\F70B"
}

.fa-road:before {
    content: "\F018"
}

.fa-robot:before {
    content: "\F544"
}

.fa-rocket:before {
    content: "\F135"
}

.fa-rocketchat:before {
    content: "\F3E8"
}

.fa-rockrms:before {
    content: "\F3E9"
}

.fa-route:before {
    content: "\F4D7"
}

.fa-rss:before {
    content: "\F09E"
}

.fa-rss-square:before {
    content: "\F143"
}

.fa-ruble-sign:before {
    content: "\F158"
}

.fa-ruler:before {
    content: "\F545"
}

.fa-ruler-combined:before {
    content: "\F546"
}

.fa-ruler-horizontal:before {
    content: "\F547"
}

.fa-ruler-vertical:before {
    content: "\F548"
}

.fa-running:before {
    content: "\F70C"
}

.fa-rupee-sign:before {
    content: "\F156"
}

.fa-sad-cry:before {
    content: "\F5B3"
}

.fa-sad-tear:before {
    content: "\F5B4"
}

.fa-safari:before {
    content: "\F267"
}

.fa-sass:before {
    content: "\F41E"
}

.fa-satellite:before {
    content: "\F7BF"
}

.fa-satellite-dish:before {
    content: "\F7C0"
}

.fa-save:before {
    content: "\F0C7"
}

.fa-schlix:before {
    content: "\F3EA"
}

.fa-school:before {
    content: "\F549"
}

.fa-screwdriver:before {
    content: "\F54A"
}

.fa-scribd:before {
    content: "\F28A"
}

.fa-scroll:before {
    content: "\F70E"
}

.fa-sd-card:before {
    content: "\F7C2"
}

.fa-search:before {
    content: "\F002"
}

.fa-search-dollar:before {
    content: "\F688"
}

.fa-search-location:before {
    content: "\F689"
}

.fa-search-minus:before {
    content: "\F010"
}

.fa-search-plus:before {
    content: "\F00E"
}

.fa-searchengin:before {
    content: "\F3EB"
}

.fa-seedling:before {
    content: "\F4D8"
}

.fa-sellcast:before {
    content: "\F2DA"
}

.fa-sellsy:before {
    content: "\F213"
}

.fa-server:before {
    content: "\F233"
}

.fa-servicestack:before {
    content: "\F3EC"
}

.fa-shapes:before {
    content: "\F61F"
}

.fa-share:before {
    content: "\F064"
}

.fa-share-alt:before {
    content: "\F1E0"
}

.fa-share-alt-square:before {
    content: "\F1E1"
}

.fa-share-square:before {
    content: "\F14D"
}

.fa-shekel-sign:before {
    content: "\F20B"
}

.fa-shield-alt:before {
    content: "\F3ED"
}

.fa-ship:before {
    content: "\F21A"
}

.fa-shipping-fast:before {
    content: "\F48B"
}

.fa-shirtsinbulk:before {
    content: "\F214"
}

.fa-shoe-prints:before {
    content: "\F54B"
}

.fa-shopping-bag:before {
    content: "\F290"
}

.fa-shopping-basket:before {
    content: "\F291"
}

.fa-shopping-cart:before {
    content: "\F07A"
}

.fa-shopware:before {
    content: "\F5B5"
}

.fa-shower:before {
    content: "\F2CC"
}

.fa-shuttle-van:before {
    content: "\F5B6"
}

.fa-sign:before {
    content: "\F4D9"
}

.fa-sign-in-alt:before {
    content: "\F2F6"
}

.fa-sign-language:before {
    content: "\F2A7"
}

.fa-sign-out-alt:before {
    content: "\F2F5"
}

.fa-signal:before {
    content: "\F012"
}

.fa-signature:before {
    content: "\F5B7"
}

.fa-sim-card:before {
    content: "\F7C4"
}

.fa-simplybuilt:before {
    content: "\F215"
}

.fa-sistrix:before {
    content: "\F3EE"
}

.fa-sitemap:before {
    content: "\F0E8"
}

.fa-sith:before {
    content: "\F512"
}

.fa-skating:before {
    content: "\F7C5"
}

.fa-sketch:before {
    content: "\F7C6"
}

.fa-skiing:before {
    content: "\F7C9"
}

.fa-skiing-nordic:before {
    content: "\F7CA"
}

.fa-skull:before {
    content: "\F54C"
}

.fa-skull-crossbones:before {
    content: "\F714"
}

.fa-skyatlas:before {
    content: "\F216"
}

.fa-skype:before {
    content: "\F17E"
}

.fa-slack:before {
    content: "\F198"
}

.fa-slack-hash:before {
    content: "\F3EF"
}

.fa-slash:before {
    content: "\F715"
}

.fa-sleigh:before {
    content: "\F7CC"
}

.fa-sliders-h:before {
    content: "\F1DE"
}

.fa-slideshare:before {
    content: "\F1E7"
}

.fa-smile:before {
    content: "\F118"
}

.fa-smile-beam:before {
    content: "\F5B8"
}

.fa-smile-wink:before {
    content: "\F4DA"
}

.fa-smog:before {
    content: "\F75F"
}

.fa-smoking:before {
    content: "\F48D"
}

.fa-smoking-ban:before {
    content: "\F54D"
}

.fa-sms:before {
    content: "\F7CD"
}

.fa-snapchat:before {
    content: "\F2AB"
}

.fa-snapchat-ghost:before {
    content: "\F2AC"
}

.fa-snapchat-square:before {
    content: "\F2AD"
}

.fa-snowboarding:before {
    content: "\F7CE"
}

.fa-snowflake:before {
    content: "\F2DC"
}

.fa-snowman:before {
    content: "\F7D0"
}

.fa-snowplow:before {
    content: "\F7D2"
}

.fa-socks:before {
    content: "\F696"
}

.fa-solar-panel:before {
    content: "\F5BA"
}

.fa-sort:before {
    content: "\F0DC"
}

.fa-sort-alpha-down:before {
    content: "\F15D"
}

.fa-sort-alpha-up:before {
    content: "\F15E"
}

.fa-sort-amount-down:before {
    content: "\F160"
}

.fa-sort-amount-up:before {
    content: "\F161"
}

.fa-sort-down:before {
    content: "\F0DD"
}

.fa-sort-numeric-down:before {
    content: "\F162"
}

.fa-sort-numeric-up:before {
    content: "\F163"
}

.fa-sort-up:before {
    content: "\F0DE"
}

.fa-soundcloud:before {
    content: "\F1BE"
}

.fa-sourcetree:before {
    content: "\F7D3"
}

.fa-spa:before {
    content: "\F5BB"
}

.fa-space-shuttle:before {
    content: "\F197"
}

.fa-speak-asap:before {
    content: "\F3F3"
}

.fa-spider:before {
    content: "\F717"
}

.fa-spinner:before {
    content: "\F110"
}

.fa-splotch:before {
    content: "\F5BC"
}

.fa-spotify:before {
    content: "\F1BC"
}

.fa-spray-can:before {
    content: "\F5BD"
}

.fa-square:before {
    content: "\F0C8"
}

.fa-square-full:before {
    content: "\F45C"
}

.fa-square-root-alt:before {
    content: "\F698"
}

.fa-squarespace:before {
    content: "\F5BE"
}

.fa-stack-exchange:before {
    content: "\F18D"
}

.fa-stack-overflow:before {
    content: "\F16C"
}

.fa-stamp:before {
    content: "\F5BF"
}

.fa-star:before {
    content: "\F005"
}

.fa-star-and-crescent:before {
    content: "\F699"
}

.fa-star-half:before {
    content: "\F089"
}

.fa-star-half-alt:before {
    content: "\F5C0"
}

.fa-star-of-david:before {
    content: "\F69A"
}

.fa-star-of-life:before {
    content: "\F621"
}

.fa-staylinked:before {
    content: "\F3F5"
}

.fa-steam:before {
    content: "\F1B6"
}

.fa-steam-square:before {
    content: "\F1B7"
}

.fa-steam-symbol:before {
    content: "\F3F6"
}

.fa-step-backward:before {
    content: "\F048"
}

.fa-step-forward:before {
    content: "\F051"
}

.fa-stethoscope:before {
    content: "\F0F1"
}

.fa-sticker-mule:before {
    content: "\F3F7"
}

.fa-sticky-note:before {
    content: "\F249"
}

.fa-stop:before {
    content: "\F04D"
}

.fa-stop-circle:before {
    content: "\F28D"
}

.fa-stopwatch:before {
    content: "\F2F2"
}

.fa-store:before {
    content: "\F54E"
}

.fa-store-alt:before {
    content: "\F54F"
}

.fa-strava:before {
    content: "\F428"
}

.fa-stream:before {
    content: "\F550"
}

.fa-street-view:before {
    content: "\F21D"
}

.fa-strikethrough:before {
    content: "\F0CC"
}

.fa-stripe:before {
    content: "\F429"
}

.fa-stripe-s:before {
    content: "\F42A"
}

.fa-stroopwafel:before {
    content: "\F551"
}

.fa-studiovinari:before {
    content: "\F3F8"
}

.fa-stumbleupon:before {
    content: "\F1A4"
}

.fa-stumbleupon-circle:before {
    content: "\F1A3"
}

.fa-subscript:before {
    content: "\F12C"
}

.fa-subway:before {
    content: "\F239"
}

.fa-suitcase:before {
    content: "\F0F2"
}

.fa-suitcase-rolling:before {
    content: "\F5C1"
}

.fa-sun:before {
    content: "\F185"
}

.fa-superpowers:before {
    content: "\F2DD"
}

.fa-superscript:before {
    content: "\F12B"
}

.fa-supple:before {
    content: "\F3F9"
}

.fa-surprise:before {
    content: "\F5C2"
}

.fa-suse:before {
    content: "\F7D6"
}

.fa-swatchbook:before {
    content: "\F5C3"
}

.fa-swimmer:before {
    content: "\F5C4"
}

.fa-swimming-pool:before {
    content: "\F5C5"
}

.fa-synagogue:before {
    content: "\F69B"
}

.fa-sync:before {
    content: "\F021"
}

.fa-sync-alt:before {
    content: "\F2F1"
}

.fa-syringe:before {
    content: "\F48E"
}

.fa-table:before {
    content: "\F0CE"
}

.fa-table-tennis:before {
    content: "\F45D"
}

.fa-tablet:before {
    content: "\F10A"
}

.fa-tablet-alt:before {
    content: "\F3FA"
}

.fa-tablets:before {
    content: "\F490"
}

.fa-tachometer-alt:before {
    content: "\F3FD"
}

.fa-tag:before {
    content: "\F02B"
}

.fa-tags:before {
    content: "\F02C"
}

.fa-tape:before {
    content: "\F4DB"
}

.fa-tasks:before {
    content: "\F0AE"
}

.fa-taxi:before {
    content: "\F1BA"
}

.fa-teamspeak-as:before {
    content: "\F4F9"
}

.fa-teeth:before {
    content: "\F62E"
}

.fa-teeth-open:before {
    content: "\F62F"
}

.fa-telegram:before {
    content: "\F2C6"
}

.fa-telegram-plane:before {
    content: "\F3FE"
}

.fa-temperature-high:before {
    content: "\F769"
}

.fa-temperature-low:before {
    content: "\F76B"
}

.fa-tencent-weibo:before {
    content: "\F1D5"
}

.fa-tenge:before {
    content: "\F7D7"
}

.fa-terminal:before {
    content: "\F120"
}

.fa-text-height:before {
    content: "\F034"
}

.fa-text-width:before {
    content: "\F035"
}

.fa-th:before {
    content: "\F00A"
}

.fa-th-large:before {
    content: "\F009"
}

.fa-th-list:before {
    content: "\F00B"
}

.fa-the-red-yeti:before {
    content: "\F69D"
}

.fa-theater-masks:before {
    content: "\F630"
}

.fa-themeco:before {
    content: "\F5C6"
}

.fa-themeisle:before {
    content: "\F2B2"
}

.fa-thermometer:before {
    content: "\F491"
}

.fa-thermometer-empty:before {
    content: "\F2CB"
}

.fa-thermometer-full:before {
    content: "\F2C7"
}

.fa-thermometer-half:before {
    content: "\F2C9"
}

.fa-thermometer-quarter:before {
    content: "\F2CA"
}

.fa-thermometer-three-quarters:before {
    content: "\F2C8"
}

.fa-think-peaks:before {
    content: "\F731"
}

.fa-thumbs-down:before {
    content: "\F165"
}

.fa-thumbs-up:before {
    content: "\F164"
}

.fa-thumbtack:before {
    content: "\F08D"
}

.fa-ticket-alt:before {
    content: "\F3FF"
}

.fa-times:before {
    content: "\F00D"
}

.fa-times-circle:before {
    content: "\F057"
}

.fa-tint:before {
    content: "\F043"
}

.fa-tint-slash:before {
    content: "\F5C7"
}

.fa-tired:before {
    content: "\F5C8"
}

.fa-toggle-off:before {
    content: "\F204"
}

.fa-toggle-on:before {
    content: "\F205"
}

.fa-toilet:before {
    content: "\F7D8"
}

.fa-toilet-paper:before {
    content: "\F71E"
}

.fa-toolbox:before {
    content: "\F552"
}

.fa-tools:before {
    content: "\F7D9"
}

.fa-tooth:before {
    content: "\F5C9"
}

.fa-torah:before {
    content: "\F6A0"
}

.fa-torii-gate:before {
    content: "\F6A1"
}

.fa-tractor:before {
    content: "\F722"
}

.fa-trade-federation:before {
    content: "\F513"
}

.fa-trademark:before {
    content: "\F25C"
}

.fa-traffic-light:before {
    content: "\F637"
}

.fa-train:before {
    content: "\F238"
}

.fa-tram:before {
    content: "\F7DA"
}

.fa-transgender:before {
    content: "\F224"
}

.fa-transgender-alt:before {
    content: "\F225"
}

.fa-trash:before {
    content: "\F1F8"
}

.fa-trash-alt:before {
    content: "\F2ED"
}

.fa-tree:before {
    content: "\F1BB"
}

.fa-trello:before {
    content: "\F181"
}

.fa-tripadvisor:before {
    content: "\F262"
}

.fa-trophy:before {
    content: "\F091"
}

.fa-truck:before {
    content: "\F0D1"
}

.fa-truck-loading:before {
    content: "\F4DE"
}

.fa-truck-monster:before {
    content: "\F63B"
}

.fa-truck-moving:before {
    content: "\F4DF"
}

.fa-truck-pickup:before {
    content: "\F63C"
}

.fa-tshirt:before {
    content: "\F553"
}

.fa-tty:before {
    content: "\F1E4"
}

.fa-tumblr:before {
    content: "\F173"
}

.fa-tumblr-square:before {
    content: "\F174"
}

.fa-tv:before {
    content: "\F26C"
}

.fa-twitch:before {
    content: "\F1E8"
}

.fa-twitter:before {
    content: "\F099"
}

.fa-twitter-square:before {
    content: "\F081"
}

.fa-typo3:before {
    content: "\F42B"
}

.fa-uber:before {
    content: "\F402"
}

.fa-ubuntu:before {
    content: "\F7DF"
}

.fa-uikit:before {
    content: "\F403"
}

.fa-umbrella:before {
    content: "\F0E9"
}

.fa-umbrella-beach:before {
    content: "\F5CA"
}

.fa-underline:before {
    content: "\F0CD"
}

.fa-undo:before {
    content: "\F0E2"
}

.fa-undo-alt:before {
    content: "\F2EA"
}

.fa-uniregistry:before {
    content: "\F404"
}

.fa-universal-access:before {
    content: "\F29A"
}

.fa-university:before {
    content: "\F19C"
}

.fa-unlink:before {
    content: "\F127"
}

.fa-unlock:before {
    content: "\F09C"
}

.fa-unlock-alt:before {
    content: "\F13E"
}

.fa-untappd:before {
    content: "\F405"
}

.fa-upload:before {
    content: "\F093"
}

.fa-ups:before {
    content: "\F7E0"
}

.fa-usb:before {
    content: "\F287"
}

.fa-user:before {
    content: "\F007"
}

.fa-user-alt:before {
    content: "\F406"
}

.fa-user-alt-slash:before {
    content: "\F4FA"
}

.fa-user-astronaut:before {
    content: "\F4FB"
}

.fa-user-check:before {
    content: "\F4FC"
}

.fa-user-circle:before {
    content: "\F2BD"
}

.fa-user-clock:before {
    content: "\F4FD"
}

.fa-user-cog:before {
    content: "\F4FE"
}

.fa-user-edit:before {
    content: "\F4FF"
}

.fa-user-friends:before {
    content: "\F500"
}

.fa-user-graduate:before {
    content: "\F501"
}

.fa-user-injured:before {
    content: "\F728"
}

.fa-user-lock:before {
    content: "\F502"
}

.fa-user-md:before {
    content: "\F0F0"
}

.fa-user-minus:before {
    content: "\F503"
}

.fa-user-ninja:before {
    content: "\F504"
}

.fa-user-plus:before {
    content: "\F234"
}

.fa-user-secret:before {
    content: "\F21B"
}

.fa-user-shield:before {
    content: "\F505"
}

.fa-user-slash:before {
    content: "\F506"
}

.fa-user-tag:before {
    content: "\F507"
}

.fa-user-tie:before {
    content: "\F508"
}

.fa-user-times:before {
    content: "\F235"
}

.fa-users:before {
    content: "\F0C0"
}

.fa-users-cog:before {
    content: "\F509"
}

.fa-usps:before {
    content: "\F7E1"
}

.fa-ussunnah:before {
    content: "\F407"
}

.fa-utensil-spoon:before {
    content: "\F2E5"
}

.fa-utensils:before {
    content: "\F2E7"
}

.fa-vaadin:before {
    content: "\F408"
}

.fa-vector-square:before {
    content: "\F5CB"
}

.fa-venus:before {
    content: "\F221"
}

.fa-venus-double:before {
    content: "\F226"
}

.fa-venus-mars:before {
    content: "\F228"
}

.fa-viacoin:before {
    content: "\F237"
}

.fa-viadeo:before {
    content: "\F2A9"
}

.fa-viadeo-square:before {
    content: "\F2AA"
}

.fa-vial:before {
    content: "\F492"
}

.fa-vials:before {
    content: "\F493"
}

.fa-viber:before {
    content: "\F409"
}

.fa-video:before {
    content: "\F03D"
}

.fa-video-slash:before {
    content: "\F4E2"
}

.fa-vihara:before {
    content: "\F6A7"
}

.fa-vimeo:before {
    content: "\F40A"
}

.fa-vimeo-square:before {
    content: "\F194"
}

.fa-vimeo-v:before {
    content: "\F27D"
}

.fa-vine:before {
    content: "\F1CA"
}

.fa-vk:before {
    content: "\F189"
}

.fa-vnv:before {
    content: "\F40B"
}

.fa-volleyball-ball:before {
    content: "\F45F"
}

.fa-volume-down:before {
    content: "\F027"
}

.fa-volume-mute:before {
    content: "\F6A9"
}

.fa-volume-off:before {
    content: "\F026"
}

.fa-volume-up:before {
    content: "\F028"
}

.fa-vote-yea:before {
    content: "\F772"
}

.fa-vr-cardboard:before {
    content: "\F729"
}

.fa-vuejs:before {
    content: "\F41F"
}

.fa-walking:before {
    content: "\F554"
}

.fa-wallet:before {
    content: "\F555"
}

.fa-warehouse:before {
    content: "\F494"
}

.fa-water:before {
    content: "\F773"
}

.fa-weebly:before {
    content: "\F5CC"
}

.fa-weibo:before {
    content: "\F18A"
}

.fa-weight:before {
    content: "\F496"
}

.fa-weight-hanging:before {
    content: "\F5CD"
}

.fa-weixin:before {
    content: "\F1D7"
}

.fa-whatsapp:before {
    content: "\F232"
}

.fa-whatsapp-square:before {
    content: "\F40C"
}

.fa-wheelchair:before {
    content: "\F193"
}

.fa-whmcs:before {
    content: "\F40D"
}

.fa-wifi:before {
    content: "\F1EB"
}

.fa-wikipedia-w:before {
    content: "\F266"
}

.fa-wind:before {
    content: "\F72E"
}

.fa-window-close:before {
    content: "\F410"
}

.fa-window-maximize:before {
    content: "\F2D0"
}

.fa-window-minimize:before {
    content: "\F2D1"
}

.fa-window-restore:before {
    content: "\F2D2"
}

.fa-windows:before {
    content: "\F17A"
}

.fa-wine-bottle:before {
    content: "\F72F"
}

.fa-wine-glass:before {
    content: "\F4E3"
}

.fa-wine-glass-alt:before {
    content: "\F5CE"
}

.fa-wix:before {
    content: "\F5CF"
}

.fa-wizards-of-the-coast:before {
    content: "\F730"
}

.fa-wolf-pack-battalion:before {
    content: "\F514"
}

.fa-won-sign:before {
    content: "\F159"
}

.fa-wordpress:before {
    content: "\F19A"
}

.fa-wordpress-simple:before {
    content: "\F411"
}

.fa-wpbeginner:before {
    content: "\F297"
}

.fa-wpexplorer:before {
    content: "\F2DE"
}

.fa-wpforms:before {
    content: "\F298"
}

.fa-wpressr:before {
    content: "\F3E4"
}

.fa-wrench:before {
    content: "\F0AD"
}

.fa-x-ray:before {
    content: "\F497"
}

.fa-xbox:before {
    content: "\F412"
}

.fa-xing:before {
    content: "\F168"
}

.fa-xing-square:before {
    content: "\F169"
}

.fa-y-combinator:before {
    content: "\F23B"
}

.fa-yahoo:before {
    content: "\F19E"
}

.fa-yandex:before {
    content: "\F413"
}

.fa-yandex-international:before {
    content: "\F414"
}

.fa-yarn:before {
    content: "\F7E3"
}

.fa-yelp:before {
    content: "\F1E9"
}

.fa-yen-sign:before {
    content: "\F157"
}

.fa-yin-yang:before {
    content: "\F6AD"
}

.fa-yoast:before {
    content: "\F2B1"
}

.fa-youtube:before {
    content: "\F167"
}

.fa-youtube-square:before {
    content: "\F431"
}

.fa-zhihu:before {
    content: "\F63F"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.fab {
    font-family: "Font Awesome 5 Brands"
}


.far {
    font-weight: 400
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
    font-weight: 900
}

body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%
}

.cursor-pointer {
    cursor: pointer !important
}

.underline {
    text-decoration: underline !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-5 {
    margin-top: 5px !important
}

.font-light {
    font-weight: 300
}

.font-normal {
    font-weight: 400
}

.font-primary {
    color: #f06c40 !important
}

.background-primary {
    background-color: #f06c40 !important
}

.games-search-filters-mobile {
    margin: 0;
    padding: 0
}

.font-white {
    color: #fff !important
}

.label-value {
    color: #000;
    font-weight: 400
}

.btn-fb {
    background: #3b5998;
    color: #fff;
    letter-spacing: 0
}

.btn-fb:hover {
    background: #355298;
    color: #fff
}

.btn-radius {
    border-radius: 20px
}

.btn-radius-2 {
    border-radius: 5px
}

.btn-radius-3 {
    border-radius: 3px
}

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.loading:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.loading:not(:required):after {
    content: "";
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: .5em;
    box-shadow: rgba(0, 0, 0, .75) 1.5em 0 0 0, rgba(0, 0, 0, .75) 1.1em 1.1em 0 0, rgba(0, 0, 0, .75) 0 1.5em 0 0, rgba(0, 0, 0, .75) -1.1em 1.1em 0 0, rgba(0, 0, 0, .75) -1.5em 0 0 0, rgba(0, 0, 0, .75) -1.1em -1.1em 0 0, rgba(0, 0, 0, .75) 0 -1.5em 0 0, rgba(0, 0, 0, .75) 1.1em -1.1em 0 0
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.profile-nav {
    padding: 0 100px 0 100px
}

.nav-justified>li {
    border: #fcf9f8 1px solid
}

.nav-justified>li>a {
    color: grey
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #f06c40
}

ul.nav.nav-pills.nav-justified {
    background-color: #fff
}

.signin-container {
    margin: 30px 10px 10px;
    background: #fff;
    padding: 20px;
    border-top: 6px solid #ed6b26;
    color: #888;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #00000061
}

.signin-container-simple {
    margin: 10px;
    background: #fff;
    padding: 20px;
    border-bottom: 5px solid #f06c40;
    color: #666;
    font-size: 14px;
    border-radius: 10px
}

.btn-sm2 {
    font-size: 11px;
    padding: 2px 10px
}

.btn-primary {
    background: #f06c40;
    color: #fff
}

.btn-primary:hover {
    background: orangered
}

.btn-default {
    background: #666;
    color: #fff
}

.btn-default-2 {
    background: #eee;
    color: #333
}

.btn-transparent {
    border: 1px solid #f06c40;
    border-radius: 20px;
    color: #f06c40;
    background: 0
}

.btn-transparent:hover {
    color: #fff;
    background: #f06c40
}

.btn-transparent-info {
    border: 1px solid #8eb4cb;
    border-radius: 20px;
    color: #8eb4cb;
    background: 0
}

.btn-transparent-info:hover {
    color: #fff;
    background: #8eb4cb
}

.btn-transparent-success {
    border: 1px solid green;
    border-radius: 20px;
    color: green;
    background: 0
}

.btn-transparent-success:hover {
    color: #fff;
    background: green
}

.btn-transparent-danger {
    border: 1px solid red;
    border-radius: 20px;
    color: red;
    background: 0
}

.btn-transparent-danger:hover {
    color: #fff;
    background: red
}

.btn-transparent-default {
    border: 1px solid #999;
    border-radius: 20px;
    color: #999;
    background: 0
}

.btn-transparent-default:hover {
    color: #fff;
    background: #999
}

.title-small-1 {
    text-align: left;
    margin-left: 5px;
    color: #aaa;
    font-weight: 300;
    margin-bottom: 5px
}

.navbar-default>.container {
    height: 85px
}

.xv-menuwrapper {
    width: 550px;
    margin: 0 auto;
    float: none
}

.xv-menuwrapper .dl-menu {
    padding-top: 0
}

.xv-menuwrapper .dl-menu>li>a {
    font-weight: 300;
    padding: 0 20px;
    height: 85px;
    line-height: 85px;
    color: #fff
}

.xv-menuwrapper .dl-menu>li>a:hover {
    color: #f06c40
}

.xv-menuwrapper .dl-menu>li.active>a {
    color: #f06c40
}

.navbar-default {
    background-color: transparent;
    border: 0
}

.the-xv-Jplayer {
    border-bottom: 5px solid #f06c40;
    width: 450px;
    right: -200px;
    height: 85px
}

.jp-playlist {
    border-bottom: 5px solid #f06c40
}

.the-xv-Jplayer .controls {
    top: 0;
    margin-top: 7px;
    width: 230px
}

.jp-controls-holder {
    margin-left: 20px
}

.jp-controls-holder a {
    text-decoration: none
}

.jp-controls-holder a>span {
    padding: 1px 13px 3px;
    background-color: #222;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer
}

#login_modal .modal-content {
    background-color: #fff;
    border-top: 6px solid #ed6b26;
    border-radius: 5px;
    color: #888;
    box-shadow: 0 2px 5px #00000061
}

#login_modal .close {
    text-shadow: none;
    font-size: 21pt
}

#login_modal .modal-header {
    border: 0;
    text-align: center
}

.the-xv-Jplayer-guest {
    border-bottom: 0;
    background-color: #2c2c2c
}

.player-link span.login-btn {
    color: #fff;
    background-color: #f06c40;
    margin-left: 35px;
    margin-top: 27px
}

a.player-link span {
    border: 1px solid #f06c40;
    border-radius: 20px;
    font-size: 9pt;
    font-weight: 300;
    margin: 25px 6px 0;
    padding: 1px 25px 2px
}

a.player-link:hover {
    color: #fff
}

.the-xv-Jplayer .audio-title {
    font-size: 16pt;
    color: #666;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: -1
}

.the-xv-Jplayer .close-trigger {
    float: right;
    padding: 23px 20px 10px;
    cursor: pointer
}

.jp-controls-holder a.country-trigger {
    position: absolute;
    right: 12px
}

.jp-controls-holder a.country-trigger-guest {
    right: 25px;
    text-align: center;
    line-height: 13px;
    font-size: 8pt;
    color: #777;
    margin-top: 20px
}

.xv_slider .xv_slide {
    padding-top: 0 !important;
    background: #fff;
    height: 253px
}

@media(min-width:400px) and (max-width:499px) {
    .xv_slider .xv_slide {
        height: 315px
    }
}

@media(min-width:500px) and (max-width:767px) {
    .xv_slider .xv_slide {
        height: 400px
    }
}

@media(min-width:500px) and (max-width:767px) {
    .xv_slider .xv_slide {
        height: 400px
    }
}

@media(min-width:1000px) and (max-width:1199px) {
    .xv_slider .xv_slide {
        height: 300px
    }
}

.field-wrap label {
    left: 15px;
    top: 8px
}

.xv-menuwrapper .dl-menu>li.parent>ul>li>a,
.xv-menuwrapper .dl-menu>li.parent>ul>li.parent ul li a {
    font-weight: 300
}

.xv-menuwrapper .dl-menu>li.Jplayer-bar,
.xv-menuwrapper .dl-menu>li.dl-menu-mobile-list {
    display: none
}

.xv-menuwrapper .dl-menu>li.Jplayer-bar .greeting {
    text-align: left;
    color: #f06c40;
    font-weight: 700;
    padding: 10px 10px 0
}

.xv-menuwrapper .dl-menu>li.Jplayer-bar .user-info {
    text-align: left;
    color: #999;
    padding: 0 10px;
    font-weight: 300;
    line-height: 13pt
}

#mobile-country-nav-container {
    display: none
}

@media(max-width:1300px) {
    .xv-menuwrapper {
        margin: 0 auto
    }
}

@media(max-width:1200px) {
    .profile-nav {
        padding: 0 10px 0 10px
    }
}

@media(max-width:992px) {
    .xv-menuwrapper .dl-menu>li>a {
        padding: 25px 15px;
        height: 0;
        line-height: 0
    }

    .the-xv-Jplayer {
        display: none
    }

    .xv-menuwrapper .dl-menu>li.Jplayer-bar {
        display: block;
        text-align: center
    }

    .xv-menuwrapper .dl-menu>li.dl-menu-mobile-list {
        display: block
    }

    .xv-menuwrapper .dl-menu>li.Jplayer-bar>a {
        text-align: center
    }

    .xv-menuwrapper .dl-menu>li.Jplayer-bar>a.country-unit {
        display: inline-block;
        padding: 0;
        margin: 5px;
        margin-bottom: 45px
    }

    .player-link span.login-btn {
        margin: 0
    }

    .jp-playlist {
        border-bottom: 3px solid #f06c40
    }

    .the-xv-Jplayer .controls {
        width: 100%
    }

    .jp-controls-holder {
        margin-left: 0
    }

    .jp-controls-holder a.country-trigger {
        right: 5px
    }

    .jp-controls-holder a.country-trigger img {
        width: 30px
    }

    .jp-controls-holder a>span {
        margin-top: 0;
        padding: 1px 10px 3px
    }

    .jp-controls-holder a.player-link span {
        margin-top: 3px
    }

    .the-xv-Jplayer .close-trigger {
        padding-top: 7px;
        padding-right: 7px
    }

    #mobile-country-nav-container {
        display: inline-block;
        position: absolute;
        right: 80px;
        top: 50%;
        margin-top: -20px;
        background: rgba(0, 0, 0, .2);
        padding: 9px 10px;
        text-align: center
    }

    #mobile-country-nav-container #dropdownMenuButton {
        background: 0;
        padding: 0
    }

    #mobile-country-nav-container .dropdown-menu {
        background-color: #000;
        width: 130px;
        min-width: 130px
    }

    #mobile-country-nav-container .dropdown-item {
        display: block;
        padding: 5px 10px;
        border-bottom: 1px solid #666
    }

    #mobile-country-nav-container .dropdown-item:hover {
        text-decoration: none
    }

    #mobile-country-nav-container .dropdown-item {
        color: #fff;
        font-weight: 100
    }

    #mobile-country-nav-container .language-link {
        padding: 2px 10px;
        font-size: 10pt;
        display: inline-block
    }

    #mobile-country-nav-container .language-link:last-child {
        padding-right: 5px
    }
}

.jp-login,
.jp-register,
.jp-country,
.jp-reload,
.jp-profile,
.jp-history {
    padding: 5px 20px 20px
}

a.help-link,
input.help-link {
    font-size: 9pt;
    color: #666;
    background: 0;
    padding: 0;
    border: 0;
    font-weight: 300
}

.jp-country .country-unit,
.jp-reload .channel-unit {
    border: 2px solid #232323;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer
}

.jp-reload .channel-unit {
    background: #fff;
    padding: 5px 10px
}

.jp-country .country-unit:hover,
.jp-reload .channel-unit:hover {
    border: 2px solid #f06c40
}

.language-link {
    font-size: 9pt
}

.jp-profile .table-profile {
    width: 100%
}

.jp-profile .table-profile tr {
    border: 3px solid #f06c40
}

.jp-profile .table-profile tr.break {
    border: 0
}

.jp-profile .table-profile tr.break a {
    position: relative;
    top: 20px;
    right: 5px
}

.jp-profile .table-profile td.title {
    width: 110px;
    background-color: #f06c40;
    padding: 5px;
    color: #000;
    text-align: center
}

.jp-profile .table-profile td span {
    font-size: 3.5em;
    font-weight: 100;
    line-height: 1em;
    display: block
}

.jp-profile .table-profile td.value {
    text-align: right;
    font-size: 2em;
    padding: 5px 10px;
    color: #fff
}

.jp-history table {
    width: 100%;
    background: #333;
    color: #aaa
}

.jp-history table td {
    padding: 3px 5px
}

.jp-history table tr.active {
    background-color: #444;
    color: #fff
}

.jp-history table td.date {
    padding: 10px 5px 1px;
    background: #222;
    border-bottom: 2px solid #f06c40;
    color: #fff
}

.jp-history table td span.in {
    color: green
}

.jp-history table td span.out {
    color: red
}

.game-unit {
    margin: 2px 7px 10px;
    border-radius: 3px;
    min-height: 175px;
    width: 150px;
    display: inline-block;
    text-decoration: none;
    color: #333;
    vertical-align: top;
    line-height: 10pt;
    box-shadow: 1px 1px 4px #999;
    font-size: .75em
}

.game-unit .game-icon {
    width: 100%;
    border-radius: 3px
}

.game-unit .game-icon:hover {
    opacity: .7
}

.game-unit figcaption {
    padding: 3px 0
}

.game-unit .title,
.game-unit .title-for-mobile {
    text-align: center;
    padding: 5px;
    color: #f06c40;
    font-weight: 400
}

.game-unit .title-for-mobile {
    display: none
}

.highlight-unit {
    margin: 6px;
    width: 114px;
    display: inline-block
}

.highlight-unit-small {
    width: 100px
}

.highlight-unit .highlight-icon {
    width: 100%;
    padding: 3px;
    border-radius: 15px
}

.slyScroll {
    display: none
}

.slyScroll ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.slyScroll ul li {
    float: left
}

.highlight-unit .highlight-icon-game {
    border: 2px solid #f06c40
}

.highlight-unit .highlight-icon-promo {
    border: 2px solid red
}

.highlight-unit .highlight-icon-event {
    border: 2px solid #11f5e3
}

.highlight-unit .highlight-icon-news {
    border: 2px solid #84f10c
}

.highlight-unit .highlight-badge-game {
    background-color: #f06c40
}

.highlight-unit .highlight-badge-promo {
    background-color: red
}

.highlight-unit .highlight-badge-event {
    background-color: #11f5e3
}

.highlight-unit .highlight-badge-news {
    background-color: #84f10c
}

.highlight-unit:hover {
    text-decoration: none
}

.highlight-unit span {
    color: #fff;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 6pt;
    position: relative;
    top: -13px;
    letter-spacing: 1px
}

.highlight-unit .highlight-icon:hover {
    opacity: .7
}

.text-gradient {
    background: #000;
    background: -webkit-gradient(linear, left top, right top, from(black), color-stop(black), color-stop(black), to(white));
    background: linear-gradient(to right, black, black, black, white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.game-unit:hover {
    cursor: pointer;
    background-color: #f9f9f9;
    text-decoration: none
}

.song-list li {
    background-color: #f9f9f9;
    margin: 2px
}

.song-list li:before {
    content: ""
}

.song-list li:hover {
    background-color: #eee
}

.song-list li>span.song-title {
    width: 60%
}

.song-list li>figure {
    background: 0
}

.event_news_row {
    margin: 15px 0
}

.event_news_row h3 {
    margin: 0;
    text-transform: uppercase
}

.event_news_row h3 a {
    color: #000
}

@media(max-width:992px) {
    .song-list li>figure img {
        opacity: 1
    }

    .song-list li>span.song-title {
        left: 17%
    }
}

@media(max-width:767px) {
    .song-list {
        margin: 0
    }

    .song-list li {
        width: 15%
    }
}

@media(max-width:580px) {
    .song-list li {
        width: 19%
    }
}

@media(max-width:490px) {
    .song-list li {
        width: 31%
    }

    .custom-slider {
        display: none
    }

    .hidden-mobile {
        display: none !important
    }
}

.payment-channel-wrapper img {
    padding: 5px
}

.payment-channel-section {
    margin-top: 30px;
    background: #f9f9f9;
    padding-bottom: 20px
}

.pc-item-container {
    text-align: center
}

.pc-item-container img {
    margin: 5px 10px;
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 0 2px #eee
}

@media(max-width:490px) {
    .payment-channel-section {
        display: none
    }
}

@media(max-width:767px) {
    .payment-channel-wrapper img {
        width: 60px
    }

    section header.style3 {
        padding-bottom: 50px;
        padding-top: 10px
    }

    section header.style3 h2 {
        margin-bottom: 2px
    }
}

@media(max-width:490px) {
    .games-list-wrapper .game-unit {
        text-align: center;
        width: 150px;
        min-height: 185px
    }

    .games-list-wrapper .game-unit .game-icon {
        width: 150px;
        float: left
    }

    .games-list-wrapper .game-unit figcaption {
        height: 80px;
        padding-top: 10px
    }

    .games-list-wrapper .game-unit .title {
        display: none
    }

    .games-list-wrapper .game-unit .title-for-mobile {
        display: block;
        font-size: 1.2em;
        font-weight: 700;
        padding-top: 150px !important
    }
}

.album-thumb {
    margin: auto
}

.purchase-item-list li {
    border: 0;
    width: 100%;
    padding-left: 5px
}

.song-list li>.softpin-item-btn {
    left: 80%;
    width: 19%
}

.reload-box {
    background-color: #eee;
    padding: 15px 20px;
    font-weight: 100;
    font-size: 13pt;
    margin-bottom: 20px
}

@media(max-width:767px) {
    .album_overview {
        text-align: center
    }

    .song-list li>span {
        margin-right: 63px
    }
}

@media(max-width:490px) {
    .purchase-item-list li {
        border: 0;
        width: 100%
    }
}

#search-form .input-group-addon {
    cursor: pointer;
    background: #f06c40;
    color: #fff;
    padding: 0 50px
}

.game-category-bar {
    display: none;
    box-shadow: 0 1px 2px #666;
    height: 25px
}

.game-category-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: .9em
}

.game-category-bar ul li {
    float: left;
    width: 25%;
    background-color: #f06c40;
    padding: 4px 2px 2px;
    border-bottom: 2px solid #f06c40;
    margin-bottom: 10px;
    height: 25px
}

.game-category-bar ul li a {
    color: #fff;
    opacity: .6
}

.game-category-bar ul li.active {
    border-bottom: 2px solid #fff;
    font-weight: 700
}

.game-category-bar ul li.active a {
    opacity: 1
}

.games-search-filters {
    border-bottom: 1px solid #ccc
}

.games-search-filters ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.games-search-filters ul li {
    float: left;
    padding: 0 15px 5px
}

.games-search-filters ul li a {
    color: darkgray;
    text-decoration: none
}

.games-search-filters ul li.active a {
    color: #000
}

.games-search-filters ul li.active {
    border-bottom: 1px solid #ccc
}

@media(max-width:767px) {
    .game-category-bar {
        display: block
    }

    .games-search-filters {
        display: none
    }

    #search-form .input-group-addon {
        padding: 0 20px
    }
}

.validationError {
    display: block;
    margin: 0
}

.field-wrap {
    margin: 5px auto
}

.font-gray-light {
    color: #aaa
}

.font-gray {
    color: #666
}

.font-gray-2 {
    color: #999
}

.pb-10 {
    padding-bottom: 10px
}

.pb-0 {
    padding-bottom: 0
}

.white {
    color: #fff
}

.black {
    color: #000
}

.jgrowl-custom {
    background-color: #f06c40;
    color: #fff;
    font-size: 1.1em
}

ul.pagination {
    margin: 5px auto;
    border: 0
}

.pagination>li>a,
.pagination>li>span {
    border: 0
}

.pagination>li.active span {
    background: 0
}

.pagination>li>a:hover {
    background: 0
}

.order-bg {
    width: 60px;
    position: relative;
    top: -25px
}

.order-number {
    font-size: 18pt;
    font-weight: 300;
    color: #fff;
    position: relative;
    top: -20px;
    left: -45px
}

.order-title {
    font-size: 18pt;
    font-weight: 300;
    position: relative;
    top: -15px
}

.nav>li>a.short-icon>img {
    width: 50px
}

.dropdown-menu {
    width: 250px
}

.dropdown-menu>li>a>img {
    width: 50px
}

.dropdown-menu>li {
    float: left;
    margin: 3px 5px;
    background: #f0f0f0
}

.nav>li>a>img {
    width: 70px
}

label.remember-me {
    float: right
}

.no-found {
    background: #eee;
    padding: 30px 50px;
    text-align: center;
    margin: 20px 10px 50px
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
textarea,
select {
    width: 100%;
    border: 1px solid #e1e9ef;
    color: #333;
    background: #f9f9f9;
    border-radius: 3px;
    height: 35px;
    padding: 0 10px;
    text-transform: inherit;
    margin-bottom: 0
}

.jp-playlist-input {
    background: none !important;
    border: none !important;
    border-bottom: 1px solid #666 !important;
    border-radius: 0 !important;
    font-weight: 300;
    font-size: 12pt;
    color: #888 !important
}

.form-group {
    margin-bottom: 7px
}

.form-group label {
    text-align: right;
    margin-top: 5px
}

.form-group .form-control-inline {
    display: inline;
    margin-bottom: 5px
}

.input-error {
    color: red;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: .9em
}

.control-label {
    text-align: right;
    padding: 7px 0
}

.input-serial {
    width: 150px !important
}

.input-pin {
    width: 70px !important
}

@media(max-width:767px) {
    .control-label {
        padding-bottom: 0
    }
}

@media(max-width:490px) {
    .input-pin {
        width: 50px !important;
        padding: 0 !important
    }

    .input-serial {
        width: 100px !important
    }
}

.game_detail_table_header {
    height: 120px;
    border-bottom: 1px solid #eee
}

.game_detail_table_header h2 {
    margin-bottom: 3px
}

.payment_channel {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 3px 6px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    display: inline-block;
    width: 23%;
    margin-right: 1.5%;
    vertical-align: top;
    box-shadow: 0 0 5px rgba(100, 100, 100, .2)
}

.payment_channel:hover {
    background: #eee
}

.payment_channel.disabled {
    border: 0;
    border-radius: 3px;
    cursor: not-allowed;
    color: #aaa;
    opacity: .5;
    box-shadow: none
}

.fav_payment_channel {
    width: 15%;
    margin-right: 1%;
    font-size: 8pt
}

.channel-desc {
    background: #f9f9f9;
    padding: 5px;
    text-align: center;
    font-weight: 300
}

.channel-desc .header {
    font-size: 14pt
}

.channel-desc .row-data {
    text-align: left;
    margin-bottom: 5px
}

.channel-desc .row-data-result {
    text-align: center;
    margin-bottom: 5px
}

.channel-remark {
    display: inline-block;
    background: #fff2ee;
    border-radius: 5px;
    font-size: 9pt;
    padding: 10px;
    color: #666;
    text-align: left
}

#checkoutModal .modal-body {
    padding: 0
}

.payment_channel_groups {
    clear: both;
    text-align: center;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center
}

.payment_channel_group {
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px;
    text-align: center;
    display: inline-block;
    width: 18%;
    margin-right: 1.5%;
    vertical-align: top;
    margin-bottom: 15px;
    box-shadow: 0 0 5px rgba(100, 100, 100, .2);
    background: #fff
}

.payment_channel_group.disabled,
.payment_channel_group.disabled:hover {
    border: 0;
    cursor: not-allowed;
    opacity: .5;
    box-shadow: none
}

.payment_channel_group.disabled small span,
.payment_channel.disabled small span {
    display: none
}

.payment_channel_group small,
.payment_channel small {
    display: inherit;
    font-size: 8pt
}

.payment_channel_group small span,
.payment_channel small span,
.denom-title span {
    display: block;
    font-size: 8pt
}

.fav_payment_channel small span {
    font-size: 7pt;
    font-weight: 400
}

.payment_channel_groups>div.active {
    background: #ddd
}

.payment_channel_group:hover {
    background: #eee
}

.panel-payment-channels {
    width: 100%;
    position: relative;
    top: -18px;
    display: none;
    margin-bottom: 0;
    box-shadow: 0 2px 4px #bbb
}

.panel-payment-channels>.panel-heading {
    background: #fff
}

#payment-channel-container {
    background: rgba(0, 0, 0, .7);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 85px;
    z-index: 51;
    padding: 20px 30px 100px;
    display: none;
    overflow: scroll
}

.pcc-close-btn {
    margin: 10px 20px 20px
}

@media(max-width:992px) {
    .pcc-close-btn {
        margin-top: 40px
    }
}

@media(max-width:767px) {
    .payment_channel_group {
        width: 23%
    }

    .pcc-close-btn {
        margin-top: 10px
    }

    #payment-channel-container {
        padding: 5vh 20vh
    }

    .fav-channel-col {
        display: inline-block;
        width: 33%
    }
}

@media(max-width:490px) {
    .game_detail_table_header h2 {
        font-size: 18px
    }

    .payment_channel {
        width: 30%
    }

    .payment_channel_group {
        width: 30%;
        margin-right: 2%
    }

    #payment-channel-container {
        padding: 5vh 10vh
    }

    .fav-channel-col {
        display: inline-block;
        width: 32%
    }
}

.articleGameSingle {
    color: #333;
    font-size: 14px;
    line-height: 24px;
    border: 0;
    margin-top: 0;
    padding: 0;
    text-align: justify
}

.game-purchase-box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #999;
    margin-top: 20px;
    padding: 5px 10px
}

.game-purchase-box-order-img {
    position: relative;
    top: -20px;
    float: left;
    width: 50px
}

.game-purchase-box-order-number {
    color: #fff;
    position: relative;
    left: -30px;
    float: left
}

.game-denoms {
    clear: both
}

.denom {
    vertical-align: top;
    display: inline-block;
    width: 23%;
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 5px;
    text-align: center;
    margin-right: 1.5%;
    margin-bottom: 15px;
    box-shadow: 0 0 5px rgba(100, 100, 100, .2)
}

.denom:hover {
    background: #eee
}

.denom-ofs,
.denom-ofs:hover {
    cursor: not-allowed;
    border: 0;
    background: #e8e8e8;
    color: #999
}

.denom-gray {
    background: #f9f9f9;
    border-color: #eee
}

.denom-amt {
    font-size: 8pt
}

.denom.selected {
    background: #f06c40;
    border-color: orangered;
    color: #fff
}

.game_item_container {
    background: #f9f9f9;
    border-radius: 5px;
    padding: 15px 10px
}

.album-author {
    color: #bcb9b9;
    text-shadow: 1px 1px #000
}

@media(max-width:490px) {
    .display-xs-block {
        display: block
    }

    .denom,
    .denom-ofs {
        width: 30%
    }
}

ul.pagination {
    text-align: center
}

.pagination>li>a,
.pagination>li>span {
    color: #c5c8c9;
    font-size: 15px;
    font-weight: 300
}

.social-list li a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    background: #999
}

.footer-contact-desc a {
    color: #999;
    text-decoration: underline
}

.footer-contact-desc a:hover {
    color: #000
}

.form-inline {
    clear: both
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
}

.form-inline .form-group .form-control {
    display: inline-block
}

.tooltip-container {
    background: #f06c40;
    color: #fff;
    width: 10%;
    display: inline-block;
    float: right;
    border-radius: 5px;
    text-align: center;
    padding: 10px 5px
}

.display-mobile {
    display: none
}

.display-tablet {
    display: none
}

.ui-menu-item {
    list-style: none;
    border: 1px solid #eee;
    background: #f9f9f9;
    padding: 10px 0;
    cursor: pointer;
    width: 100%;
    height: 70px;
    font-size: 14pt;
    font-weight: 300;
    line-height: 14pt
}

.ui-menu-item:hover {
    background: #fff
}

.ui-menu-item a {
    text-decoration: none;
    color: #000
}

.ui-menu-item img {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    float: left;
    width: 50px;
    margin: 0 10px
}

.ui-menu-item small {
    color: #aaa;
    font-size: 10pt
}

.ui-menu-item:last-child {
    background: #eee;
    height: 30px;
    text-align: right;
    font-size: 10pt;
    padding-top: 5px;
    font-weight: 400;
    padding-right: 10px
}

.ui-menu-item:last-child img,
.ui-menu-item:last-child small {
    display: none
}

.list_item_container {
    height: 50px
}

ul.ui-autocomplete {
    padding-left: 0;
    z-index: 100 !important
}

.ui-helper-hidden-accessible {
    display: none
}

.top_title {
    padding: 15px 50px 10px;
    color: #666;
    font-weight: 700;
    font-size: 24pt;
    border-bottom: 1px solid #f9f9f9
}

.webtopup-direct-container {
    background: #f9f9f9;
    padding: 40px
}

.webtopup-direct-category-link {
    color: #666;
    font-weight: 300;
    font-size: 18pt;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-decoration: none !important;
    border-bottom: 1px solid #eee
}

.webtopup-direct-category-link:last-child {
    border: 0
}

.webtopup-direct-category-link.active {
    font-weight: 400
}

.webtopup-direct-game img {
    border-radius: 10px;
    box-shadow: 0 10px 15px #aaa;
    background: #fff
}

.social-list.style2 li {
    text-align: center
}

.unibox-row {
    background: #fff;
    padding: 3px 20px 20px;
    box-shadow: 0 2px 10px #ccc;
    margin-bottom: 20px
}

.unibox-denom {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    padding: 10px;
    color: #000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px
}

.unibox-denom small {
    display: block;
    font-weight: 300;
    padding-top: 3px
}

.unibox-denom i.fa {
    display: none;
    color: #999
}

.unibox-denom:hover {
    text-decoration: none;
    background: #f9f9f9
}

@media(max-width:767px) {
    .unibox-denom {
        text-align: left;
        margin-bottom: 0
    }

    .unibox-denom small {
        display: inline-block;
        float: right;
        padding-top: 5px
    }

    .unibox-denom i.fa {
        display: inline;
        float: right;
        padding-left: 10px
    }
}

.result-icon-container {
    text-align: right;
    line-height: 0;
    padding-top: 10px
}

.result-icon-container i {
    font-size: 80pt
}

.result-header-container {
    text-align: left;
    font-size: 14pt;
    padding-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
    border-bottom: 1px solid #eee
}

.modal-backdrop {
    opacity: .8 !important
}

.game-alert-container {
    background-color: #eee;
    font-size: 13pt;
    font-weight: 300;
    padding: 10px;
    text-transform: uppercase;
    color: red;
    text-align: center
}

.mcf {
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: 1px solid #eee
}

.mcf:last-child {
    border-bottom: 0
}

.flow {
    display: none
}

.flow_see_more_btn_container {
    padding-top: 10px
}

.flow_desc_container {
    margin-bottom: 10px
}

.flow_desc_container p {
    font-weight: 300;
    font-size: 12pt
}

.unipin-voucher-label {
    color: #aaa !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important
}

.unipin-voucher-textbox {
    color: black !important;
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 1px solid #aaa !important;
    border-radius: 0 !important;
    padding: 0 !important;
    text-align: center !important
}

.unipin-voucher-pin-dash {
    float: left;
    padding-top: 7px;
    color: #aaa;
    margin: 0 5px
}

@media(max-width:767px) {
    .flow_see_more_btn_container {
        text-align: center
    }
}

.blink {
    -webkit-animation: blinker 1s linear infinite;
    animation: blinker 1s linear infinite
}

@-webkit-keyframes blinker {
    50% {
        opacity: 0
    }
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

@media(max-width:767px) {
    .result-header-container {
        padding-top: 5px;
        font-size: 12pt;
        text-align: center
    }

    .result-icon-container {
        padding-top: 0;
        text-align: center
    }

    .result-icon-container i {
        font-size: 48pt
    }
}

@media(max-width:992px) {
    .display-tablet {
        display: block
    }

    .hidden-tablet {
        display: none
    }
}

@media(max-width:490px) {
    .display-mobile {
        display: block
    }
}

@media(max-width:767px) {
    .label-value {
        margin-top: 0 !important
    }
}

.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
    background: 0
}

.flex-direction-nav a {
    border: 0
}

.reloaduc-panel-body {
    padding: 5px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center
}

/* * jquery-confirm v3.3.2 (http://craftpip.github.io/jquery-confirm/) * Author: boniface pereira * Website: www.craftpip.com * Contact: hey@craftpip.com * * Copyright 2013-2017 jquery-confirm * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE) */
@-webkit-keyframes jconfirm-spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes jconfirm-spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

body[class*=jconfirm-no-scroll-] {
    overflow: hidden !important
}

.jconfirm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    font-family: inherit;
    overflow: hidden
}

.jconfirm .jconfirm-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.jconfirm .jconfirm-bg.jconfirm-bg-h {
    opacity: 0 !important
}

.jconfirm .jconfirm-scrollpane {
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-perspective-origin: center;
    perspective-origin: center;
    display: table;
    width: 100%;
    height: 100%
}

.jconfirm .jconfirm-row {
    display: table-row;
    width: 100%
}

.jconfirm .jconfirm-cell {
    display: table-cell;
    vertical-align: middle
}

.jconfirm .jconfirm-holder {
    max-height: 100%;
    padding: 50px 0
}

.jconfirm .jconfirm-box-container {
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    transition: transform;
    transition: transform, -webkit-transform
}

.jconfirm .jconfirm-box-container.jconfirm-no-transition {
    -webkit-transition: none !important;
    transition: none !important
}

.jconfirm .jconfirm-box {
    background: #fff;
    border-radius: 4px;
    position: relative;
    outline: 0;
    padding: 15px 15px 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

@-webkit-keyframes type-blue {

    1%,
    100% {
        border-color: #3498db
    }

    50% {
        border-color: #5faee3
    }
}

@keyframes type-blue {

    1%,
    100% {
        border-color: #3498db
    }

    50% {
        border-color: #5faee3
    }
}

@-webkit-keyframes type-green {

    1%,
    100% {
        border-color: #2ecc71
    }

    50% {
        border-color: #54d98c
    }
}

@keyframes type-green {

    1%,
    100% {
        border-color: #2ecc71
    }

    50% {
        border-color: #54d98c
    }
}

@-webkit-keyframes type-red {

    1%,
    100% {
        border-color: #e74c3c
    }

    50% {
        border-color: #ed7669
    }
}

@keyframes type-red {

    1%,
    100% {
        border-color: #e74c3c
    }

    50% {
        border-color: #ed7669
    }
}

@-webkit-keyframes type-orange {

    1%,
    100% {
        border-color: #f1c40f
    }

    50% {
        border-color: #f4d03f
    }
}

@keyframes type-orange {

    1%,
    100% {
        border-color: #f1c40f
    }

    50% {
        border-color: #f4d03f
    }
}

@-webkit-keyframes type-purple {

    1%,
    100% {
        border-color: #9b59b6
    }

    50% {
        border-color: #b07cc6
    }
}

@keyframes type-purple {

    1%,
    100% {
        border-color: #9b59b6
    }

    50% {
        border-color: #b07cc6
    }
}

@-webkit-keyframes type-dark {

    1%,
    100% {
        border-color: #34495e
    }

    50% {
        border-color: #46627f
    }
}

@keyframes type-dark {

    1%,
    100% {
        border-color: #34495e
    }

    50% {
        border-color: #46627f
    }
}

.jconfirm .jconfirm-box.jconfirm-type-animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.jconfirm .jconfirm-box.jconfirm-type-blue {
    border-top: solid 7px #3498db;
    -webkit-animation-name: type-blue;
    animation-name: type-blue
}

.jconfirm .jconfirm-box.jconfirm-type-green {
    border-top: solid 7px #2ecc71;
    -webkit-animation-name: type-green;
    animation-name: type-green
}

.jconfirm .jconfirm-box.jconfirm-type-red {
    border-top: solid 7px #e74c3c;
    -webkit-animation-name: type-red;
    animation-name: type-red
}

.jconfirm .jconfirm-box.jconfirm-type-orange {
    border-top: solid 7px #f1c40f;
    -webkit-animation-name: type-orange;
    animation-name: type-orange
}

.jconfirm .jconfirm-box.jconfirm-type-purple {
    border-top: solid 7px #9b59b6;
    -webkit-animation-name: type-purple;
    animation-name: type-purple
}

.jconfirm .jconfirm-box.jconfirm-type-dark {
    border-top: solid 7px #34495e;
    -webkit-animation-name: type-dark;
    animation-name: type-dark
}

.jconfirm .jconfirm-box.loading {
    height: 120px
}

.jconfirm .jconfirm-box.loading:before {
    content: '';
    position: absolute;
    left: 0;
    background: #fff;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: 1
}

.jconfirm .jconfirm-box.loading:after {
    opacity: .6;
    content: '';
    height: 30px;
    width: 30px;
    border: solid 3px transparent;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    border-radius: 50%;
    -webkit-animation: jconfirm-spin 1s infinite linear;
    animation: jconfirm-spin 1s infinite linear;
    border-bottom-color: dodgerblue;
    top: 50%;
    margin-top: -15px;
    z-index: 2
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: .6;
    text-align: center;
    font-size: 27px !important;
    line-height: 14px !important;
    display: none;
    z-index: 1
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
    display: none
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
    font-size: 16px
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon {
    font-size: 16px
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
    font-size: 16px
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
    opacity: 1
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
    display: block;
    font-size: 22px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    padding-bottom: 15px
}

.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
    cursor: move
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    font-size: inherit;
    display: inline-block;
    vertical-align: middle
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
    vertical-align: middle
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
    display: none
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: inherit;
    font-family: inherit;
    display: inline-block;
    vertical-align: middle
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
    display: none
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 15px;
    height: auto;
    -webkit-transition: height .4s ease-in;
    transition: height .4s ease-in;
    display: inline-block;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto
}

.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
    overflow-y: hidden
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
    width: 3px
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .1)
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 3px
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: auto
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
    max-width: 100%;
    height: auto
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
    display: none
}

.jconfirm .jconfirm-box .jconfirm-buttons {
    padding-bottom: 11px
}

.jconfirm .jconfirm-box .jconfirm-buttons>button {
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    min-height: 1em;
    -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    -webkit-tap-highlight-color: transparent;
    border: 0;
    background-image: none
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
    background-color: #3498db;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
    background-color: #2980b9;
    color: #FFF
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
    background-color: #2ecc71;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
    background-color: #27ae60;
    color: #FFF
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
    background-color: #e74c3c;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
    background-color: #c0392b;
    color: #FFF
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
    background-color: #f1c40f;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {
    background-color: #f39c12;
    color: #FFF
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
    background-color: #ecf0f1;
    color: #000;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background-color: #bdc3c7;
    color: #000
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {
    background-color: #9b59b6;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {
    background-color: #8e44ad;
    color: #FFF
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
    background-color: #34495e;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
    background-color: #2c3e50;
    color: #FFF
}

.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
    color: #e74c3c !important
}

.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
    color: #3498db !important
}

.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
    color: #2ecc71 !important
}

.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {
    color: #9b59b6 !important
}

.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
    color: #f1c40f !important
}

.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {
    color: #34495e !important
}

.jconfirm .jconfirm-clear {
    clear: both
}

.jconfirm.jconfirm-rtl {
    direction: rtl
}

.jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
    left: 5px;
    right: auto
}

.jconfirm.jconfirm-white .jconfirm-bg,
.jconfirm.jconfirm-light .jconfirm-bg {
    background-color: #444;
    opacity: .2
}

.jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    border-radius: 5px
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
    float: right
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-shadow: none
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background: #ddd
}

.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0
}

.jconfirm.jconfirm-black .jconfirm-bg,
.jconfirm.jconfirm-dark .jconfirm-bg {
    background-color: darkslategray;
    opacity: .4
}

.jconfirm.jconfirm-black .jconfirm-box,
.jconfirm.jconfirm-dark .jconfirm-box {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    background: #444;
    border-radius: 5px;
    color: #fff
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {
    float: right
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
    border: 0;
    background-image: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-shadow: none;
    -webkit-transition: background .1s;
    transition: background .1s;
    color: #fff
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background: 0
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background: #666
}

.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0
}

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
    -webkit-animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
    animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
    -webkit-animation: glow .82s cubic-bezier(.36, .07, .19, .97) both;
    animation: glow .82s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@-webkit-keyframes shake {

    10%,
    90% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0)
    }

    20%,
    80% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }

    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-8px, 0, 0);
        transform: translate3d(-8px, 0, 0)
    }

    40%,
    60% {
        -webkit-transform: translate3d(8px, 0, 0);
        transform: translate3d(8px, 0, 0)
    }
}

@keyframes shake {

    10%,
    90% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0)
    }

    20%,
    80% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }

    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-8px, 0, 0);
        transform: translate3d(-8px, 0, 0)
    }

    40%,
    60% {
        -webkit-transform: translate3d(8px, 0, 0);
        transform: translate3d(8px, 0, 0)
    }
}

@-webkit-keyframes glow {

    0%,
    100% {
        -webkit-box-shadow: 0 0 0 red;
        box-shadow: 0 0 0 red
    }

    50% {
        -webkit-box-shadow: 0 0 30px red;
        box-shadow: 0 0 30px red
    }
}

@keyframes glow {

    0%,
    100% {
        -webkit-box-shadow: 0 0 0 red;
        box-shadow: 0 0 0 red
    }

    50% {
        -webkit-box-shadow: 0 0 30px red;
        box-shadow: 0 0 30px red
    }
}

.jconfirm {
    -webkit-perspective: 400px;
    perspective: 400px
}

.jconfirm .jconfirm-box {
    opacity: 1;
    -webkit-transition-property: all;
    transition-property: all
}

.jconfirm .jconfirm-box.jconfirm-animation-top,
.jconfirm .jconfirm-box.jconfirm-animation-left,
.jconfirm .jconfirm-box.jconfirm-animation-right,
.jconfirm .jconfirm-box.jconfirm-animation-bottom,
.jconfirm .jconfirm-box.jconfirm-animation-opacity,
.jconfirm .jconfirm-box.jconfirm-animation-zoom,
.jconfirm .jconfirm-box.jconfirm-animation-scale,
.jconfirm .jconfirm-box.jconfirm-animation-none,
.jconfirm .jconfirm-box.jconfirm-animation-rotate,
.jconfirm .jconfirm-box.jconfirm-animation-rotatex,
.jconfirm .jconfirm-box.jconfirm-animation-rotatey,
.jconfirm .jconfirm-box.jconfirm-animation-scaley,
.jconfirm .jconfirm-box.jconfirm-animation-scalex {
    opacity: 0
}

.jconfirm .jconfirm-box.jconfirm-animation-rotate {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatex {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatey {
    -webkit-transform: rotatey(90deg);
    transform: rotatey(90deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
    -webkit-transform: rotatey(-90deg);
    transform: rotatey(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-scaley {
    -webkit-transform: scaley(1.5);
    transform: scaley(1.5);
    -webkit-transform-origin: center;
    transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-scalex {
    -webkit-transform: scalex(1.5);
    transform: scalex(1.5);
    -webkit-transform-origin: center;
    transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-top {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px)
}

.jconfirm .jconfirm-box.jconfirm-animation-left {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0)
}

.jconfirm .jconfirm-box.jconfirm-animation-right {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0)
}

.jconfirm .jconfirm-box.jconfirm-animation-bottom {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px)
}

.jconfirm .jconfirm-box.jconfirm-animation-zoom {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.jconfirm .jconfirm-box.jconfirm-animation-scale {
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.jconfirm .jconfirm-box.jconfirm-animation-none {
    visibility: hidden
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
    background-color: rgba(54, 70, 93, .95)
}

.jconfirm.jconfirm-supervan .jconfirm-box {
    background-color: transparent
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue {
    border: 0
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green {
    border: 0
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red {
    border: 0
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange {
    border: 0
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple {
    border: 0
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark {
    border: 0
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
    color: #fff
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 400
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c>* {
    padding-bottom: 25px
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 25px
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
    text-align: center;
    color: #fff
}

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
    text-align: center
}

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
    font-size: 16px;
    border-radius: 2px;
    background: #303f53;
    text-shadow: none;
    border: 0;
    color: #fff;
    padding: 10px;
    min-width: 100px
}

.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0
}

.jconfirm.jconfirm-material .jconfirm-bg {
    background-color: rgba(0, 0, 0, .67)
}

.jconfirm.jconfirm-material .jconfirm-box {
    background-color: #fff;
    -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12);
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12);
    padding: 30px 25px 10px 25px
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, .87)
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, .87);
    font-size: 22px;
    font-weight: 700
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
    color: rgba(0, 0, 0, .87)
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
    text-align: right
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
    text-transform: uppercase;
    font-weight: 500
}

.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0
}

.jconfirm.jconfirm-bootstrap .jconfirm-bg {
    background-color: rgba(0, 0, 0, .21)
}

.jconfirm.jconfirm-bootstrap .jconfirm-box {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2);
    border: solid 1px rgba(0, 0, 0, .4);
    padding: 15px 0 0
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, .87)
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, .87);
    font-size: 22px;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
    color: rgba(0, 0, 0, .87);
    padding: 0 15px
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
    text-align: right;
    padding: 10px;
    margin: -5px 0 0;
    border-top: solid 1px #ddd;
    overflow: hidden;
    border-radius: 0 0 4px 4px
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
    font-weight: 500
}

.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0
}

.jconfirm.jconfirm-modern .jconfirm-bg {
    background-color: slategray;
    opacity: .6
}

.jconfirm.jconfirm-modern .jconfirm-box {
    background-color: #fff;
    -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12);
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12);
    padding: 30px 30px 15px
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, .87);
    top: 15px;
    right: 15px
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, .87);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: block;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 69px;
    color: #aaa
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
    text-align: center;
    font-size: 15px;
    color: #777;
    margin-bottom: 25px
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
    text-align: center
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: background .1s;
    transition: background .1s;
    padding: 10px 20px
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button+button {
    margin-left: 4px
}

.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    -webkit-transform: scale(1);
    transform: scale(1)
}

/* * Datetimepicker for Bootstrap 3 * version : 4.17.47 * https://github.com/Eonasdan/bootstrap-datetimepicker/ */
.bootstrap-datetimepicker-widget {
    list-style: none
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    width: 19em
}

@media(min-width:768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media(min-width:992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media(min-width:1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    top: -7px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 8px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, .2);
    bottom: -7px;
    left: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -6px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

.bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens"
}

.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: 0;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month"
}

.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month"
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px
}

.bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #777
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #eee;
    cursor: pointer
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
    color: #777
}

.bootstrap-datetimepicker-widget table td.today {
    position: relative
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #337ab7;
    border-top-color: rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 4px;
    right: 4px
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: 0;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget table td span.old {
    color: #777
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: 0;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'footable';
        font-weight: 400;
        font-style: normal
    }
}

.footable {
    width: 100%
}

.footable.breakpoint>tbody>tr.footable-detail-show>td {
    border-bottom: 0
}

.footable.breakpoint>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e001"
}

.footable.breakpoint>tbody>tr:hover:not(.footable-row-detail) {
    cursor: pointer
}

.footable.breakpoint>tbody>tr>td.footable-cell-detail {
    background: #eee;
    border-top: 0
}

.footable.breakpoint>tbody>tr>td>span.footable-toggle {
    display: inline-block;
    font-family: 'footable';
    speak-as: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    padding-right: 5px;
    font-size: 14px;
    color: #888
}

.footable.breakpoint>tbody>tr>td>span.footable-toggle:before {
    content: "\e000"
}

.footable.breakpoint.toggle-circle>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e005"
}

.footable.breakpoint.toggle-circle>tbody>tr>td>span.footable-toggle:before {
    content: "\e004"
}

.footable.breakpoint.toggle-circle-filled>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e003"
}

.footable.breakpoint.toggle-circle-filled>tbody>tr>td>span.footable-toggle:before {
    content: "\e002"
}

.footable.breakpoint.toggle-square>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e007"
}

.footable.breakpoint.toggle-square>tbody>tr>td>span.footable-toggle:before {
    content: "\e006"
}

.footable.breakpoint.toggle-square-filled>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e009"
}

.footable.breakpoint.toggle-square-filled>tbody>tr>td>span.footable-toggle:before {
    content: "\e008"
}

.footable.breakpoint.toggle-arrow>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e00f"
}

.footable.breakpoint.toggle-arrow>tbody>tr>td>span.footable-toggle:before {
    content: "\e011"
}

.footable.breakpoint.toggle-arrow-small>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e013"
}

.footable.breakpoint.toggle-arrow-small>tbody>tr>td>span.footable-toggle:before {
    content: "\e015"
}

.footable.breakpoint.toggle-arrow-circle>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e01b"
}

.footable.breakpoint.toggle-arrow-circle>tbody>tr>td>span.footable-toggle:before {
    content: "\e01d"
}

.footable.breakpoint.toggle-arrow-circle-filled>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e00b"
}

.footable.breakpoint.toggle-arrow-circle-filled>tbody>tr>td>span.footable-toggle:before {
    content: "\e00d"
}

.footable.breakpoint.toggle-arrow-tiny>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e01f"
}

.footable.breakpoint.toggle-arrow-tiny>tbody>tr>td>span.footable-toggle:before {
    content: "\e021"
}

.footable.breakpoint.toggle-arrow-alt>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e017"
}

.footable.breakpoint.toggle-arrow-alt>tbody>tr>td>span.footable-toggle:before {
    content: "\e019"
}

.footable.breakpoint.toggle-medium>tbody>tr>td>span.footable-toggle {
    font-size: 18px
}

.footable.breakpoint.toggle-large>tbody>tr>td>span.footable-toggle {
    font-size: 24px
}

.footable>thead>tr>th {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none
}

.footable>thead>tr>th.footable-sortable:hover {
    cursor: pointer
}

.footable>thead>tr>th.footable-sorted>span.footable-sort-indicator:before {
    content: "\e013"
}

.footable>thead>tr>th.footable-sorted-desc>span.footable-sort-indicator:before {
    content: "\e012"
}

.footable>thead>tr>th>span.footable-sort-indicator {
    display: inline-block;
    font-family: 'footable';
    speak-as: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    padding-left: 5px
}

.footable>thead>tr>th>span.footable-sort-indicator:before {
    content: "\e022"
}

.footable>tfoot .pagination {
    margin: 0
}

.footable.no-paging .hide-if-no-paging {
    display: none
}

.footable-row-detail-inner {
    display: table
}

.footable-row-detail-row {
    display: table-row;
    line-height: 1.5em
}

.footable-row-detail-group {
    display: block;
    line-height: 2em;
    font-size: 1.2em;
    font-weight: 700
}

.footable-row-detail-name {
    display: table-cell;
    font-weight: 700;
    padding-right: .5em
}

.footable-row-detail-value {
    display: table-cell
}

.footable-odd {
    background-color: #f7f7f7
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}