.slick-lightbox {
    background: #000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: opacity .5s ease;
    width: 100%;
    z-index: 9999
}

.slick-lightbox .slick-loading .slick-list {
    background-color: transparent
}

.slick-lightbox .slick-prev {
    left: 15px
}

.slick-lightbox .slick-next {
    right: 15px
}

.slick-lightbox-hide {
    opacity: 0
}

.slick-lightbox-hide.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.slick-lightbox-hide-init {
    opacity: 0;
    position: absolute;
    top: -9999px
}

.slick-lightbox-hide-init.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.slick-lightbox-inner {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.slick-lightbox-slick-item {
    overflow: hidden;
    text-align: center
}

.slick-lightbox-slick-item:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    bottom: 0;
    left: 0;
    margin-bottom: 20px;
    position: absolute;
    text-align: center;
    width: 100%
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    display: block;
    text-align: center
}

.slick-lightbox-slick-item-inner {
    display: inline-block;
    max-height: 90%;
    max-width: 90%;
    vertical-align: middle
}

.slick-lightbox-slick-img {
    display: block;
    margin: 0 auto;
    max-height: 90%;
    max-width: 90%
}

.slick-lightbox-slick-caption {
    color: #fff;
    margin: 10px 0 0
}

.slick-lightbox-close {
    background: transparent;
    border: none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px
}

.slick-lightbox-close:focus {
    outline: none
}

.slick-lightbox-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    content: "×";
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .85
}

@charset "UTF-8";

.select2-container .select2-search--inline .select2-search__field {
    height: 25px !important
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif
}

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: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    :after,
    :before {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: Glyphicons Halflings;
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px
}

.glyphicon-asterisk:before {
    content: "*"
}

.glyphicon-plus:before {
    content: "+"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "€"
}

.glyphicon-minus:before {
    content: "−"
}

.glyphicon-cloud:before {
    content: "☁"
}

.glyphicon-envelope:before {
    content: "✉"
}

.glyphicon-pencil:before {
    content: "✏"
}

.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: "⛺"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "⌛"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-jpy:before,
.glyphicon-yen:before {
    content: "¥"
}

.glyphicon-rub:before,
.glyphicon-ruble:before {
    content: "₽"
}

.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"
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 10px
}

body {
    background-color: #fff;
    color: #333;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143
}

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 > img,
.thumbnail a > img {
    display: block;
    height: auto;
    max-width: 100%
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857143;
    max-width: 100%;
    padding: 4px;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1
}

.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 {
    color: #777;
    font-weight: 400;
    line-height: 1
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-bottom: 10px;
    margin-top: 20px
}

.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-bottom: 10px;
    margin-top: 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 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.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 {
    background-color: #337ab7;
    color: #fff
}

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 {
    border-bottom: 1px solid #eee;
    margin: 40px 0 20px;
    padding-bottom: 9px
}

ol,
ul {
    margin-bottom: 10px;
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-inline,
.list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-inline {
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-bottom: 20px;
    margin-top: 0
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        clear: left;
        float: left;
        overflow: hidden;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 160px
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    border-left: 5px solid #eee;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 20px
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    color: #777;
    display: block;
    font-size: 80%;
    line-height: 1.42857143
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "— "
}

.blockquote-reverse,
blockquote.pull-right {
    border-left: 0;
    border-right: 5px solid #eee;
    padding-left: 0;
    padding-right: 15px;
    text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: " —"
}

address {
    font-style: normal;
    line-height: 1.42857143;
    margin-bottom: 20px
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, Courier New, monospace
}

code {
    background-color: #f9f2f4;
    border-radius: 4px;
    color: #c7254e
}

code,
kbd {
    font-size: 90%;
    padding: 2px 4px
}

kbd {
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    color: #fff
}

kbd kbd {
    box-shadow: none;
    font-size: 100%;
    font-weight: 700;
    padding: 0
}

pre {
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 1.42857143;
    margin: 0 0 10px;
    padding: 9.5px;
    word-break: break-all
}

pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
    white-space: pre-wrap
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row-no-gutters {
    margin-left: 0;
    margin-right: 0
}

.row-no-gutters [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-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-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-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-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-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-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-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
}

table col[class*=col-] {
    display: table-column;
    float: none;
    position: static
}

table td[class*=col-],
table th[class*=col-] {
    display: table-cell;
    float: none;
    position: static
}

caption {
    color: #777;
    padding-bottom: 8px;
    padding-top: 8px
}

caption,
th {
    text-align: left
}

.table {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 1px solid #ddd;
    line-height: 1.42857143;
    padding: 8px;
    vertical-align: top
}

.table > thead > tr > th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover,
.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 {
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        margin-bottom: 15px;
        overflow-y: hidden;
        width: 100%
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }
}

fieldset {
    margin: 0;
    min-width: 0
}

fieldset,
legend {
    border: 0;
    padding: 0
}

legend {
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    display: block;
    font-size: 21px;
    line-height: inherit;
    margin-bottom: 20px;
    width: 100%
}

label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    line-height: normal;
    margin: 4px 0 0;
    margin-top: 1px\9
}

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
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control,
output {
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857143
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    height: 34px;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

.form-control:focus {
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    outline: 0
}

.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
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.checkbox label,
.radio label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 20px;
    padding-left: 20px
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
    margin-left: -20px;
    margin-top: 4px\9;
    position: absolute
}

.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
    vertical-align: middle
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-left: 10px;
    margin-top: 0
}

.form-control-static {
    margin-bottom: 0;
    min-height: 34px;
    padding-bottom: 7px;
    padding-top: 7px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px
}

.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 {
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    min-height: 32px;
    padding: 6px 10px
}

.input-lg {
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px 16px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px 16px
}

.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 {
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    min-height: 38px;
    padding: 11px 16px
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    display: block;
    height: 34px;
    line-height: 34px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 34px;
    z-index: 2
}

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
    height: 46px;
    line-height: 46px;
    width: 46px
}

.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
    height: 30px;
    line-height: 30px;
    width: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
    color: #3c763d
}

.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 {
    background-color: #dff0d8;
    border-color: #3c763d;
    color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
    color: #8a6d3b
}

.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 {
    background-color: #fcf8e3;
    border-color: #8a6d3b;
    color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
    color: #a94442
}

.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 {
    background-color: #f2dede;
    border-color: #a94442;
    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 {
    color: #737373;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    .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-bottom: 0;
        margin-top: 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] {
        margin-left: 0;
        position: relative
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        margin-bottom: 0;
        padding-top: 7px;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        font-size: 18px;
        padding-top: 11px
    }

    .form-horizontal .form-group-sm .control-label {
        font-size: 12px;
        padding-top: 6px
    }
}

.btn {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.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;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    outline: 0
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333
}

.btn-default.focus,
.btn-default:focus {
    background-color: #e6e6e6;
    border-color: #8c8c8c;
    color: #333
}

.btn-default:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
    color: #333
}

.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 {
    background-color: #d4d4d4;
    border-color: #8c8c8c;
    color: #333
}

.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 {
    background-color: #333;
    color: #fff
}

.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #286090;
    border-color: #122b40;
    color: #fff
}

.btn-primary:hover {
    background-color: #286090;
    border-color: #204d74;
    color: #fff
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    background-color: #286090;
    background-image: none;
    border-color: #204d74;
    color: #fff
}

.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 {
    background-color: #204d74;
    border-color: #122b40;
    color: #fff
}

.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 {
    background-color: #fff;
    color: #337ab7
}

.btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff
}

.btn-success.focus,
.btn-success:focus {
    background-color: #449d44;
    border-color: #255625;
    color: #fff
}

.btn-success:hover {
    background-color: #449d44;
    border-color: #398439;
    color: #fff
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    background-color: #449d44;
    background-image: none;
    border-color: #398439;
    color: #fff
}

.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 {
    background-color: #398439;
    border-color: #255625;
    color: #fff
}

.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 {
    background-color: #fff;
    color: #5cb85c
}

.btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff
}

.btn-info.focus,
.btn-info:focus {
    background-color: #31b0d5;
    border-color: #1b6d85;
    color: #fff
}

.btn-info:hover {
    background-color: #31b0d5;
    border-color: #269abc;
    color: #fff
}

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc;
    color: #fff
}

.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 {
    background-color: #269abc;
    border-color: #1b6d85;
    color: #fff
}

.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 {
    background-color: #fff;
    color: #5bc0de
}

.btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff
}

.btn-warning.focus,
.btn-warning:focus {
    background-color: #ec971f;
    border-color: #985f0d;
    color: #fff
}

.btn-warning:hover {
    background-color: #ec971f;
    border-color: #d58512;
    color: #fff
}

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512;
    color: #fff
}

.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 {
    background-color: #d58512;
    border-color: #985f0d;
    color: #fff
}

.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 {
    background-color: #fff;
    color: #f0ad4e
}

.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff
}

.btn-danger.focus,
.btn-danger:focus {
    background-color: #c9302c;
    border-color: #761c19;
    color: #fff
}

.btn-danger:hover {
    background-color: #c9302c;
    border-color: #ac2925;
    color: #fff
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925;
    color: #fff
}

.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 {
    background-color: #ac2925;
    border-color: #761c19;
    color: #fff
}

.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 {
    background-color: #fff;
    color: #d9534f
}

.btn-link {
    border-radius: 0;
    color: #337ab7;
    font-weight: 400
}

.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 {
    background-color: transparent;
    color: #23527c;
    text-decoration: underline
}

.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 {
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.3333333;
    padding: 10px 16px
}

.btn-group-sm > .btn,
.btn-sm {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px
}

.btn-group-xs > .btn,
.btn-xs {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    transition-duration: .35s;
    transition-property: height, visibility;
    transition-timing-function: ease
}

.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000
}

.dropdown-menu.pull-right {
    left: auto;
    right: 0
}

.dropdown-menu .divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden
}

.dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857143;
    padding: 3px 20px;
    white-space: nowrap
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: #f5f5f5;
    color: #262626;
    text-decoration: none
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: #337ab7;
    color: #fff;
    outline: 0;
    text-decoration: none
}

.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 {
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    text-decoration: none
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    color: #777;
    display: block;
    font-size: 12px;
    line-height: 1.42857143;
    padding: 3px 20px;
    white-space: nowrap
}

.dropdown-backdrop {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    left: auto;
    right: 0
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    border-top: 0;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: 100%;
    margin-bottom: 2px;
    top: auto
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.btn-group-vertical > .btn,
.btn-group > .btn {
    float: left;
    position: relative
}

.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-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    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-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 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;
    max-width: 100%;
    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-left: 0;
    margin-top: -1px
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-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 {
    border-collapse: separate;
    display: table;
    table-layout: fixed;
    width: 100%
}

.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-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio] {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute
}

.input-group {
    border-collapse: separate;
    display: table;
    position: relative
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2
}

.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 {
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px 16px
}

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 {
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px
}

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-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%
}

.input-group-addon {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center
}

.input-group-addon.input-sm {
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 10px
}

.input-group-addon.input-lg {
    border-radius: 6px;
    font-size: 18px;
    padding: 10px 16px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.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),
.input-group .form-control:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.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,
.input-group .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn,
.input-group-btn > .btn {
    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 {
    margin-left: -1px;
    z-index: 2
}

.nav {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav > li,
.nav > li > a {
    display: block;
    position: relative
}

.nav > li > a {
    padding: 10px 15px
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #eee;
    text-decoration: none
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    background-color: transparent;
    color: #777;
    cursor: not-allowed;
    text-decoration: none
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden
}

.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 {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 1.42857143;
    margin-right: 2px
}

.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 {
    background-color: #fff;
    border: 1px solid;
    border-color: #ddd #ddd transparent;
    color: #555;
    cursor: default
}

.nav-tabs.nav-justified {
    border-bottom: 0;
    width: 100%
}

.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 {
    left: auto;
    top: 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 {
    border-radius: 4px;
    margin-right: 0
}

.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 {
    background-color: #337ab7;
    color: #fff
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-left: 0;
    margin-top: 2px
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified > .dropdown .dropdown-menu {
    left: auto;
    top: 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 {
    border-radius: 4px;
    margin-right: 0
}

.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 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px
}

.navbar {
    border: 1px solid transparent;
    margin-bottom: 20px;
    min-height: 50px;
    position: relative
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }

    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
    overflow-x: visible;
    padding-left: 15px;
    padding-right: 15px
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        border-top: 0;
        box-shadow: none;
        width: auto
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
        padding-bottom: 0
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.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
    }
}

@media (min-width:768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    border-width: 0 0 1px;
    top: 0
}

.navbar-fixed-bottom {
    border-width: 1px 0 0;
    bottom: 0;
    margin-bottom: 0
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {

    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-left: 0;
        margin-right: 0
    }
}

.navbar-static-top {
    border-width: 0 0 1px;
    z-index: 1000
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-brand {
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    padding: 15px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width:768px) {

    .navbar > .container-fluid .navbar-brand,
    .navbar > .container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px
}

.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 {
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: transparent;
        border: 0;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto
    }

    .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-bottom: 15px;
        padding-top: 15px
    }
}

.navbar-form {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
    margin: 8px -15px;
    padding: 10px 15px
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    .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-bottom: 0;
        margin-top: 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] {
        margin-left: 0;
        position: relative
    }

    .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 {
        border: 0;
        box-shadow: none;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0;
        padding-top: 0;
        width: auto
    }
}

.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 0
}

.navbar-btn {
    margin-bottom: 8px;
    margin-top: 8px
}

.navbar-btn.btn-sm {
    margin-bottom: 10px;
    margin-top: 10px
}

.navbar-btn.btn-xs {
    margin-bottom: 14px;
    margin-top: 14px
}

.navbar-text {
    margin-bottom: 15px;
    margin-top: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }

    .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 {
    background-color: transparent;
    color: #5e5e5e
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #333
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #e7e7e7;
    color: #555
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
    background-color: transparent;
    color: #ccc
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width: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 {
        background-color: transparent;
        color: #333
    }

    .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 {
        background-color: #e7e7e7;
        color: #555
    }

    .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 {
        background-color: transparent;
        color: #ccc
    }
}

.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-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 {
    background-color: transparent;
    color: #fff
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #fff
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    background-color: #080808;
    color: #fff
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
    background-color: transparent;
    color: #444
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #080808;
    color: #fff
}

@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 {
        background-color: transparent;
        color: #fff
    }

    .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 {
        background-color: #080808;
        color: #fff
    }

    .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 {
        background-color: transparent;
        color: #444
    }
}

.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-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 {
    background-color: #f5f5f5;
    border-radius: 4px;
    list-style: none;
    margin-bottom: 20px;
    padding: 8px 15px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    color: #ccc;
    content: "/ ";
    padding: 0 5px
}

.breadcrumb > .active {
    color: #777
}

.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0
}

.pagination > li {
    display: inline
}

.pagination > li > a,
.pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #337ab7;
    float: left;
    line-height: 1.42857143;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background-color: #eee;
    border-color: #ddd;
    color: #23527c;
    z-index: 2
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    cursor: default;
    z-index: 3
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    background-color: #fff;
    border-color: #ddd;
    color: #777;
    cursor: not-allowed
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    font-size: 18px;
    line-height: 1.3333333;
    padding: 10px 16px
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    list-style: none;
    margin: 20px 0;
    padding-left: 0;
    text-align: center
}

.pager li {
    display: inline
}

.pager li > a,
.pager li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 14px
}

.pager li > a:focus,
.pager li > a:hover {
    background-color: #eee;
    text-decoration: none
}

.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 {
    background-color: #fff;
    color: #777;
    cursor: not-allowed
}

.label {
    border-radius: .25em;
    color: #fff;
    display: inline;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: .2em .6em .3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

a.label:focus,
a.label:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.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 {
    background-color: #777;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge,
.btn-xs .badge {
    padding: 1px 5px;
    top: 0
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    background-color: #fff;
    color: #337ab7
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    background-color: #eee;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 30px
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    font-size: 21px;
    font-weight: 200;
    margin-bottom: 15px
}

.jumbotron > hr {
    border-top-color: #d5d5d5
}

.container-fluid .jumbotron,
.container .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-bottom: 48px;
        padding-top: 48px
    }

    .container-fluid .jumbotron,
    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: 1.42857143;
    margin-bottom: 20px;
    padding: 4px;
    transition: border .2s ease-in-out
}

.thumbnail > img,
.thumbnail a > img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    color: #333;
    padding: 9px
}

.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px
}

.alert h4 {
    color: inherit;
    margin-top: 0
}

.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 {
    color: inherit;
    position: relative;
    right: -21px;
    top: -2px
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden
}

.progress-bar {
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width .6s ease;
    width: 0
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, 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, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media > .pull-right {
    padding-left: 10px
}

.media-left,
.media > .pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-bottom: 5px;
    margin-top: 0
}

.media-list {
    list-style: none;
    padding-left: 0
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 0
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    z-index: 2
}

.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
}

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 {
    background-color: #f5f5f5;
    color: #555;
    text-decoration: none
}

button.list-group-item {
    text-align: left;
    width: 100%
}

.list-group-item-success {
    background-color: #dff0d8;
    color: #3c763d
}

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 {
    background-color: #d0e9c6;
    color: #3c763d
}

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 {
    background-color: #3c763d;
    border-color: #3c763d;
    color: #fff
}

.list-group-item-info {
    background-color: #d9edf7;
    color: #31708f
}

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 {
    background-color: #c4e3f3;
    color: #31708f
}

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 {
    background-color: #31708f;
    border-color: #31708f;
    color: #fff
}

.list-group-item-warning {
    background-color: #fcf8e3;
    color: #8a6d3b
}

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 {
    background-color: #faf2cc;
    color: #8a6d3b
}

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 {
    background-color: #8a6d3b;
    border-color: #8a6d3b;
    color: #fff
}

.list-group-item-danger {
    background-color: #f2dede;
    color: #a94442
}

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 {
    background-color: #ebcccc;
    color: #a94442
}

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 {
    background-color: #a94442;
    border-color: #a94442;
    color: #fff
}

.list-group-item-heading {
    margin-bottom: 5px;
    margin-top: 0
}

.list-group-item-text {
    line-height: 1.3;
    margin-bottom: 0
}

.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 20px
}

.panel-body {
    padding: 15px
}

.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px
}

.panel-heading > .dropdown .dropdown-toggle,
.panel-title {
    color: inherit
}

.panel-title {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0
}

.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit
}

.panel-footer {
    background-color: #f5f5f5;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #ddd;
    padding: 10px 15px
}

.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-radius: 0;
    border-width: 1px 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-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0
}

.panel > .panel-collapse > .table caption,
.panel > .table-responsive > .table caption,
.panel > .table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel > .table-responsive:first-child > .table:first-child,
.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,
.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-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,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-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 > 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-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 > 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,
.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-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    border-radius: 4px;
    margin-bottom: 0
}

.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 {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    background-color: #333;
    color: #f5f5f5
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary > .panel-heading {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7
}

.panel-primary > .panel-heading .badge {
    background-color: #fff;
    color: #337ab7
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    background-color: #3c763d;
    color: #dff0d8
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    background-color: #31708f;
    color: #d9edf7
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    background-color: #8a6d3b;
    color: #fcf8e3
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    background-color: #a94442;
    color: #f2dede
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    border-radius: 6px;
    padding: 24px
}

.well-sm {
    border-radius: 3px;
    padding: 9px
}

.close {
    color: #000;
    filter: alpha(opacity=20);
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: .2;
    text-shadow: 0 1px 0 #fff
}

.close:focus,
.close:hover {
    color: #000;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
    text-decoration: none
}

button.close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0
}

.modal,
.modal-open {
    overflow: hidden
}

.modal {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    display: none;
    left: 0;
    outline: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050
}

.modal.fade .modal-dialog {
    transform: translateY(-25%);
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    margin: 10px;
    position: relative;
    width: auto
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0;
    position: relative
}

.modal-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    line-height: 1.42857143;
    margin: 0
}

.modal-body {
    padding: 15px;
    position: relative
}

.modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 15px;
    text-align: right
}

.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 {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

@media (min-width:768px) {
    .modal-dialog {
        margin: 30px auto;
        width: 600px
    }

    .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 {
    word-wrap: normal;
    display: block;
    filter: alpha(opacity=0);
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    opacity: 0;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip.top .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    margin-bottom: -5px
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%
}

.tooltip.left .tooltip-arrow {
    border-left-color: #000;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    margin-top: -5px;
    right: 5px;
    top: 0
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    left: 5px;
    margin-top: -5px;
    top: 0
}

.tooltip-inner {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center
}

.tooltip-arrow {
    border-color: transparent;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0
}

.popover {
    word-wrap: normal;
    background-clip: padding-box;
    background-color: #fff;
    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);
    display: none;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    max-width: 276px;
    padding: 1px;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1060
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow,
.popover > .arrow:after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px;
    left: 50%;
    margin-left: -11px
}

.popover.top > .arrow:after {
    border-bottom-width: 0;
    border-top-color: #fff;
    bottom: 1px;
    content: " ";
    margin-left: -10px
}

.popover.right > .arrow {
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    left: -11px;
    margin-top: -11px;
    top: 50%
}

.popover.right > .arrow:after {
    border-left-width: 0;
    border-right-color: #fff;
    bottom: -10px;
    content: " ";
    left: 1px
}

.popover.bottom > .arrow {
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    border-top-width: 0;
    left: 50%;
    margin-left: -11px;
    top: -11px
}

.popover.bottom > .arrow:after {
    border-bottom-color: #fff;
    border-top-width: 0;
    content: " ";
    margin-left: -10px;
    top: 1px
}

.popover.left > .arrow {
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
    border-right-width: 0;
    margin-top: -11px;
    right: -11px;
    top: 50%
}

.popover.left > .arrow:after {
    border-left-color: #fff;
    border-right-width: 0;
    bottom: -10px;
    content: " ";
    right: 1px
}

.popover-title {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    margin: 0;
    padding: 8px 14px
}

.popover-content {
    padding: 9px 14px
}

.carousel,
.carousel-inner {
    position: relative
}

.carousel-inner {
    overflow: hidden;
    width: 100%
}

.carousel-inner > .item {
    display: none;
    position: relative;
    transition: left .6s ease-in-out
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    line-height: 1
}

@media (-webkit-transform-3d),
(transform-3d) {
    .carousel-inner > .item {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px;
        transition: transform .6s ease-in-out
    }

    .carousel-inner > .item.active.right,
    .carousel-inner > .item.next {
        left: 0;
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner > .item.active.left,
    .carousel-inner > .item.prev {
        left: 0;
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner > .item.active,
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        left: 0;
        transform: translateZ(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 {
    background-color: transparent;
    bottom: 0;
    color: #fff;
    filter: alpha(opacity=50);
    font-size: 20px;
    left: 0;
    opacity: .5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    top: 0;
    width: 15%
}

.carousel-control.left {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, transparent);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1)
}

.carousel-control.right {
    background-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .5));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
    left: auto;
    right: 0
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    filter: alpha(opacity=90);
    opacity: .9;
    outline: 0;
    text-decoration: none
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    display: inline-block;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    z-index: 5
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
    right: 50%
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-family: serif;
    height: 20px;
    line-height: 1;
    width: 20px
}

.carousel-control .icon-prev:before {
    content: "‹"
}

.carousel-control .icon-next:before {
    content: "›"
}

.carousel-indicators {
    bottom: 10px;
    left: 50%;
    list-style: none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 60%;
    z-index: 15
}

.carousel-indicators li {
    background-color: #000\9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    width: 10px
}

.carousel-indicators .active {
    background-color: #fff;
    height: 12px;
    margin: 0;
    width: 12px
}

.carousel-caption {
    bottom: 20px;
    color: #fff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    z-index: 10
}

.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 {
        font-size: 30px;
        height: 30px;
        margin-top: -10px;
        width: 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 {
        left: 20%;
        padding-bottom: 30px;
        right: 20%
    }

    .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 {
    content: " ";
    display: table
}

.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-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width: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
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .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
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .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
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .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
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .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
    }

    .hidden-print {
        display: none !important
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg")
}

.fa {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit
}

.fa-lg {
    font-size: 1.3333333333em;
    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 {
    text-align: center;
    width: 1.2857142857em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.1428571429em;
    padding-left: 0
}

.fa-ul > li {
    position: relative
}

.fa-li {
    left: -2.1428571429em;
    position: absolute;
    text-align: center;
    top: .1428571429em;
    width: 2.1428571429em
}

.fa-li.fa-lg {
    left: -1.8571428571em
}

.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 {
    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 linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scaleY(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-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-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning: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-cogs:before,
.fa-gears: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-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won: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-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-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-futbol-o:before,
.fa-soccer-ball-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-ils:before,
.fa-shekel:before,
.fa-sheqel: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-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc: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,
.fa-battery: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-paper-o:before,
.fa-hand-stop-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-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 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
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    to {
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    to {
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-name: headShake;
    animation-name: headShake;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-animation-name: swing;
    animation-name: swing;
    transform-origin: top center
}

@-webkit-keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        transform: translateZ(0)
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        transform: translateZ(0)
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        transform: translateZ(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    0%,
    11.1%,
    to {
        transform: translateZ(0)
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    0%,
    11.1%,
    to {
        transform: translateZ(0)
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        transform: scale(1)
    }

    14% {
        transform: scale(1.3)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.3)
    }

    70% {
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        transform: scale(1)
    }

    14% {
        transform: scale(1.3)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.3)
    }

    70% {
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }

    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }

    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
    }

    to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

@keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }

    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }

    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
    }

    to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

.animated.flip {
    -webkit-animation-name: flip;
    animation-name: flip;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        opacity: 1;
        transform: perspective(400px) rotateX(10deg)
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        opacity: 1;
        transform: perspective(400px) rotateX(10deg)
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        opacity: 1;
        transform: perspective(400px) rotateY(10deg)
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        opacity: 1;
        transform: perspective(400px) rotateY(10deg)
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg)
    }

    to {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg)
    }

    to {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        transform: perspective(400px) rotateY(-15deg)
    }

    to {
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        transform: perspective(400px) rotateY(-15deg)
    }

    to {
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes lightSpeedIn {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }

    60% {
        opacity: 1;
        transform: skewX(20deg)
    }

    80% {
        transform: skewX(-5deg)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes lightSpeedIn {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }

    60% {
        opacity: 1;
        transform: skewX(20deg)
    }

    80% {
        transform: skewX(-5deg)
    }

    to {
        transform: translateZ(0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        opacity: 0;
        transform: rotate(-200deg);
        transform-origin: center
    }

    to {
        opacity: 1;
        transform: translateZ(0);
        transform-origin: center
    }
}

@keyframes rotateIn {
    0% {
        opacity: 0;
        transform: rotate(-200deg);
        transform-origin: center
    }

    to {
        opacity: 1;
        transform: translateZ(0);
        transform-origin: center
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }

    to {
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

@keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }

    to {
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: right bottom
    }

    to {
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

@keyframes rotateInDownRight {
    0% {
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: right bottom
    }

    to {
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }

    to {
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

@keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }

    to {
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: right bottom
    }

    to {
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

@keyframes rotateInUpRight {
    0% {
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: right bottom
    }

    to {
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        opacity: 1;
        transform-origin: center
    }

    to {
        opacity: 0;
        transform: rotate(200deg);
        transform-origin: center
    }
}

@keyframes rotateOut {
    0% {
        opacity: 1;
        transform-origin: center
    }

    to {
        opacity: 0;
        transform: rotate(200deg);
        transform-origin: center
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
        transform-origin: left bottom
    }

    to {
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
        transform-origin: left bottom
    }

    to {
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1;
        transform-origin: right bottom
    }

    to {
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: right bottom
    }
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1;
        transform-origin: right bottom
    }

    to {
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: right bottom
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
        transform-origin: left bottom
    }

    to {
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
        transform-origin: left bottom
    }

    to {
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1;
        transform-origin: right bottom
    }

    to {
        opacity: 0;
        transform: rotate(90deg);
        transform-origin: right bottom
    }
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1;
        transform-origin: right bottom
    }

    to {
        opacity: 0;
        transform: rotate(90deg);
        transform-origin: right bottom
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        transform-origin: top left
    }

    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        transform: rotate(80deg);
        transform-origin: top left
    }

    40%,
    80% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
        transform: rotate(60deg);
        transform-origin: top left
    }

    to {
        opacity: 0;
        transform: translate3d(0, 700px, 0)
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        transform-origin: top left
    }

    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        transform: rotate(80deg);
        transform-origin: top left
    }

    40%,
    80% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
        transform: rotate(60deg);
        transform-origin: top left
    }

    to {
        opacity: 0;
        transform: translate3d(0, 700px, 0)
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

@keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

@keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

@keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

@keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom
    }
}

@keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom
    }
}

@keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-100%, 0, 0);
        visibility: hidden
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-100%, 0, 0);
        visibility: hidden
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(100%, 0, 0);
        visibility: hidden
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(100%, 0, 0);
        visibility: hidden
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(0, -100%, 0);
        visibility: hidden
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(0, -100%, 0);
        visibility: hidden
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion:reduce),
(print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        transition-duration: 1ms !important
    }
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slick-list,
.slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.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 {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg")
}

.slick-next,
.slick-prev {
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0px;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -25px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.slick-dots li {
    display: inline-block;
    padding: 0;
    position: relative
}

.slick-dots li,
.slick-dots li button {
    cursor: pointer;
    height: 20px;
    width: 20px
}

.slick-dots li button {
    background: transparent;
    border: 0;
    color: transparent;
    display: block;
    font-size: 0;
    line-height: 0px;
    outline: none;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    content: "•";
    font-family: slick;
    font-size: 6px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: .25;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    touch-action: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.noUi-target {
    direction: ltr;
    position: relative
}

.noUi-base,
.noUi-connects {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect,
.noUi-origin {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: 0 0;
    width: 100%;
    will-change: transform;
    z-index: 1
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    position: absolute
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    height: 28px;
    left: -17px;
    top: -6px;
    width: 34px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    height: 34px;
    left: -6px;
    top: -17px;
    width: 28px
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    left: auto;
    right: -17px
}

.noUi-target {
    background: #fafafa;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3fb8af
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    cursor: default
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
    background: #e8e7e6;
    content: "";
    display: block;
    height: 14px;
    left: 14px;
    position: absolute;
    top: 6px;
    width: 1px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    height: 1px;
    left: 6px;
    top: 14px;
    width: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled].noUi-handle,
[disabled] .noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    box-sizing: border-box
}

.noUi-pips {
    color: #999;
    position: absolute
}

.noUi-value {
    position: absolute;
    text-align: center;
    white-space: nowrap
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    background: #ccc;
    position: absolute
}

.noUi-marker-large,
.noUi-marker-sub {
    background: #aaa
}

.noUi-pips-horizontal {
    height: 80px;
    left: 0;
    padding: 10px 0;
    top: 100%;
    width: 100%
}

.noUi-value-horizontal {
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    height: 5px;
    margin-left: -1px;
    width: 2px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    height: 100%;
    left: 100%;
    padding: 0 10px;
    top: 0
}

.noUi-value-vertical {
    padding-left: 25px;
    transform: translate(0, -50%, 0)
}

.noUi-rtl .noUi-value-vertical {
    transform: translateY(50%)
}

.noUi-marker-vertical.noUi-marker {
    height: 2px;
    margin-top: -1px;
    width: 5px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    color: #000;
    display: block;
    padding: 5px;
    position: absolute;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    bottom: 120%;
    left: 50%;
    transform: translate(-50%)
}

.noUi-vertical .noUi-tooltip {
    right: 120%;
    top: 50%;
    transform: translateY(-50%)
}

a:active,
a:focus,
a:visited,
div:active,
div:focus,
div:visited {
    outline: 0
}

a {
    transition: .2s ease-in-out
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #555;
    font-family: Rubik, sans-serif;
    font-weight: 400
}

h1 {
    font-size: 36px;
    line-height: 44px
}

h2 {
    font-size: 30px;
    line-height: 36px
}

h3 {
    font-size: 24px;
    line-height: 29px
}

h4 {
    font-size: 21px;
    line-height: 26px
}

h5 {
    font-size: 18px;
    line-height: 22px
}

h6 {
    line-height: 20px
}

h6,
p {
    font-size: 16px
}

p {
    color: #626060;
    letter-spacing: .2px;
    line-height: 26px
}

button {
    font-family: Rubik, sans-serif;
    outline: 0
}

label {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 600
}

.theme-black label,
.theme-blue label,
.theme-marrs-green label,
.theme-navy-blue label,
.theme-pink label,
.theme-red label,
.theme-sky-blue label,
.theme-violet label {
    color: #555
}

label span {
    margin-left: 4px
}

.theme-black label span,
.theme-blue label span,
.theme-marrs-green label span,
.theme-navy-blue label span,
.theme-pink label span,
.theme-red label span,
.theme-sky-blue label span,
.theme-violet label span {
    color: #f36
}

label i {
    cursor: pointer;
    margin-left: 5px;
    transition: .2s ease-in-out
}

.theme-blue label:hover i {
    color: #0068e1
}

.theme-violet label:hover i {
    color: #783392
}

.theme-red label:hover i {
    color: #e30047
}

.theme-sky-blue label:hover i {
    color: #2ba1c0
}

.theme-marrs-green label:hover i {
    color: #0a6f75
}

.theme-navy-blue label:hover i {
    color: #31629f
}

.theme-pink label:hover i {
    color: #f15497
}

.theme-black label:hover i {
    color: #333645
}

.theme-black .form-control,
.theme-blue .form-control,
.theme-marrs-green .form-control,
.theme-navy-blue .form-control,
.theme-pink .form-control,
.theme-red .form-control,
.theme-sky-blue .form-control,
.theme-violet .form-control {
    border-color: #d9d9d9
}

.form-control + .input-icon {
    font-size: 21px;
    left: 5px;
    position: absolute;
    text-align: center;
    top: 33px;
    transition: .2s ease-in-out;
    width: 30px
}

.theme-black .form-control + .input-icon,
.theme-blue .form-control + .input-icon,
.theme-marrs-green .form-control + .input-icon,
.theme-navy-blue .form-control + .input-icon,
.theme-pink .form-control + .input-icon,
.theme-red .form-control + .input-icon,
.theme-sky-blue .form-control + .input-icon,
.theme-violet .form-control + .input-icon {
    color: #555
}

.form-control:focus {
    box-shadow: none
}

.theme-blue .form-control:focus {
    border-color: #0068e1
}

.theme-violet .form-control:focus {
    border-color: #783392
}

.theme-red .form-control:focus {
    border-color: #e30047
}

.theme-sky-blue .form-control:focus {
    border-color: #2ba1c0
}

.theme-marrs-green .form-control:focus {
    border-color: #0a6f75
}

.theme-navy-blue .form-control:focus {
    border-color: #31629f
}

.theme-pink .form-control:focus {
    border-color: #f15497
}

.theme-black .form-control:focus {
    border-color: #333645
}

.theme-blue .form-control:focus + .input-icon {
    color: #0068e1
}

.theme-violet .form-control:focus + .input-icon {
    color: #783392
}

.theme-red .form-control:focus + .input-icon {
    color: #e30047
}

.theme-sky-blue .form-control:focus + .input-icon {
    color: #2ba1c0
}

.theme-marrs-green .form-control:focus + .input-icon {
    color: #0a6f75
}

.theme-navy-blue .form-control:focus + .input-icon {
    color: #31629f
}

.theme-pink .form-control:focus + .input-icon {
    color: #f15497
}

.theme-black .form-control:focus + .input-icon {
    color: #333645
}

.theme-black .has-error .form-control,
.theme-black .has-error .form-control:focus,
.theme-black .has-error input,
.theme-black .has-error input:focus,
.theme-black .has-error select,
.theme-black .has-error select:focus,
.theme-black .has-error textarea,
.theme-black .has-error textarea:focus,
.theme-blue .has-error .form-control,
.theme-blue .has-error .form-control:focus,
.theme-blue .has-error input,
.theme-blue .has-error input:focus,
.theme-blue .has-error select,
.theme-blue .has-error select:focus,
.theme-blue .has-error textarea,
.theme-blue .has-error textarea:focus,
.theme-marrs-green .has-error .form-control,
.theme-marrs-green .has-error .form-control:focus,
.theme-marrs-green .has-error input,
.theme-marrs-green .has-error input:focus,
.theme-marrs-green .has-error select,
.theme-marrs-green .has-error select:focus,
.theme-marrs-green .has-error textarea,
.theme-marrs-green .has-error textarea:focus,
.theme-navy-blue .has-error .form-control,
.theme-navy-blue .has-error .form-control:focus,
.theme-navy-blue .has-error input,
.theme-navy-blue .has-error input:focus,
.theme-navy-blue .has-error select,
.theme-navy-blue .has-error select:focus,
.theme-navy-blue .has-error textarea,
.theme-navy-blue .has-error textarea:focus,
.theme-pink .has-error .form-control,
.theme-pink .has-error .form-control:focus,
.theme-pink .has-error input,
.theme-pink .has-error input:focus,
.theme-pink .has-error select,
.theme-pink .has-error select:focus,
.theme-pink .has-error textarea,
.theme-pink .has-error textarea:focus,
.theme-red .has-error .form-control,
.theme-red .has-error .form-control:focus,
.theme-red .has-error input,
.theme-red .has-error input:focus,
.theme-red .has-error select,
.theme-red .has-error select:focus,
.theme-red .has-error textarea,
.theme-red .has-error textarea:focus,
.theme-sky-blue .has-error .form-control,
.theme-sky-blue .has-error .form-control:focus,
.theme-sky-blue .has-error input,
.theme-sky-blue .has-error input:focus,
.theme-sky-blue .has-error select,
.theme-sky-blue .has-error select:focus,
.theme-sky-blue .has-error textarea,
.theme-sky-blue .has-error textarea:focus,
.theme-violet .has-error .form-control,
.theme-violet .has-error .form-control:focus,
.theme-violet .has-error input,
.theme-violet .has-error input:focus,
.theme-violet .has-error select,
.theme-violet .has-error select:focus,
.theme-violet .has-error textarea,
.theme-violet .has-error textarea:focus {
    border-color: #f36
}

.theme-black .has-error .form-control + .input-icon,
.theme-blue .has-error .form-control + .input-icon,
.theme-marrs-green .has-error .form-control + .input-icon,
.theme-navy-blue .has-error .form-control + .input-icon,
.theme-pink .has-error .form-control + .input-icon,
.theme-red .has-error .form-control + .input-icon,
.theme-sky-blue .has-error .form-control + .input-icon,
.theme-violet .has-error .form-control + .input-icon {
    color: #f36
}

.has-error .help-block {
    margin-bottom: 0
}

.theme-black .has-error .help-block,
.theme-blue .has-error .help-block,
.theme-marrs-green .has-error .help-block,
.theme-navy-blue .has-error .help-block,
.theme-pink .has-error .help-block,
.theme-red .has-error .help-block,
.theme-sky-blue .has-error .help-block,
.theme-violet .has-error .help-block {
    color: #f36
}

.help-block {
    font-size: 15px;
    margin-bottom: 5px
}

input:not([type=checkbox]):not([type=select-multiple]) {
    font-size: 16px;
    height: 44px !important
}

input,
select,
textarea {
    border-radius: 3px !important;
    box-shadow: none !important
}

.theme-black input,
.theme-black select,
.theme-black textarea,
.theme-blue input,
.theme-blue select,
.theme-blue textarea,
.theme-marrs-green input,
.theme-marrs-green select,
.theme-marrs-green textarea,
.theme-navy-blue input,
.theme-navy-blue select,
.theme-navy-blue textarea,
.theme-pink input,
.theme-pink select,
.theme-pink textarea,
.theme-red input,
.theme-red select,
.theme-red textarea,
.theme-sky-blue input,
.theme-sky-blue select,
.theme-sky-blue textarea,
.theme-violet input,
.theme-violet select,
.theme-violet textarea {
    border: 1px solid #d9d9d9
}

input:focus,
select:focus,
textarea:focus {
    outline: 0
}

.theme-blue input:focus,
.theme-blue select:focus,
.theme-blue textarea:focus {
    border-color: #0068e1
}

.theme-violet input:focus,
.theme-violet select:focus,
.theme-violet textarea:focus {
    border-color: #783392
}

.theme-red input:focus,
.theme-red select:focus,
.theme-red textarea:focus {
    border-color: #e30047
}

.theme-sky-blue input:focus,
.theme-sky-blue select:focus,
.theme-sky-blue textarea:focus {
    border-color: #2ba1c0
}

.theme-marrs-green input:focus,
.theme-marrs-green select:focus,
.theme-marrs-green textarea:focus {
    border-color: #0a6f75
}

.theme-navy-blue input:focus,
.theme-navy-blue select:focus,
.theme-navy-blue textarea:focus {
    border-color: #31629f
}

.theme-pink input:focus,
.theme-pink select:focus,
.theme-pink textarea:focus {
    border-color: #f15497
}

.theme-black input:focus,
.theme-black select:focus,
.theme-black textarea:focus {
    border-color: #333645
}

.theme-pink .form-control:focus,
.theme-pink input:focus,
.theme-pink select:focus,
.theme-pink textarea:focus,
.theme-red .form-control:focus,
.theme-red input:focus,
.theme-red select:focus,
.theme-red textarea:focus {
    border-color: #9a9a9a
}

textarea {
    border-radius: 3px;
    font-size: 16px;
    padding: 6px 12px;
    resize: vertical;
    transition: border .15s ease-in-out;
    vertical-align: bottom;
    width: 100%
}

select {
    background: #fff;
    padding-right: 26px;
    text-align: left !important
}

.alert {
    border: none;
    border-radius: 3px;
    padding: 12px 15px
}

.alert .close {
    color: #626060;
    font-weight: 400;
    opacity: .5;
    outline: 0;
    position: relative;
    right: 0;
    text-shadow: none;
    top: 4px;
    transition: .2s ease-in-out
}

.alert .close:hover {
    opacity: .9
}

.alert .alert-icon {
    border-radius: 50%;
    display: table;
    float: left;
    height: 30px;
    text-align: center;
    width: 30px
}

.alert .alert-icon > i {
    display: table-cell;
    font-size: 18px;
    vertical-align: middle
}

.alert .alert-text {
    color: #626060;
    display: block;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    margin: 5px 20px 0 45px
}

.alert-success {
    background: #deedee;
    border-left: 3px solid #37bc9b
}

.alert-success .alert-icon {
    background: #c5e6e2
}

.alert-success .alert-icon > i {
    color: #37bc9b
}

.alert-danger {
    background: #f2e8ee;
    border-left: 3px solid #f36
}

.alert-danger .alert-icon {
    background: #f4ced5
}

.alert-danger .alert-icon > i {
    color: #f36
}

.custom-select-black,
.custom-select-white {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url(../images/arrow-white.png) no-repeat right 8px center;
    background-size: 12px
}

.custom-select-black {
    background: transparent url(../images/arrow-black.png) no-repeat right 8px center
}

::-webkit-input-placeholder {
    font-size: 15px !important
}

:-moz-placeholder,
::-moz-placeholder {
    font-size: 15px !important
}

textarea::-webkit-input-placeholder {
    color: #999 !important
}

textarea:-moz-placeholder,
textarea::-moz-placeholder {
    color: #999 !important
}

textarea:-ms-input-placeholder {
    color: #999 !important
}

.theme-black .checkbox label,
.theme-blue .checkbox label,
.theme-marrs-green .checkbox label,
.theme-navy-blue .checkbox label,
.theme-pink .checkbox label,
.theme-red .checkbox label,
.theme-sky-blue .checkbox label,
.theme-violet .checkbox label {
    color: #626060
}

.checkbox input[type=checkbox] {
    left: -9999px;
    opacity: 0;
    position: absolute
}

.checkbox input[type=checkbox].checked + label,
.checkbox input[type=checkbox]:not(.checked) + label {
    cursor: pointer;
    display: inline-block;
    padding-left: 28px;
    position: relative;
    text-align: left
}

.checkbox input[type=checkbox].checked + label:before,
.checkbox input[type=checkbox]:not(.checked) + label:before {
    border-radius: 3px;
    content: "";
    height: 17px;
    left: 0;
    position: absolute;
    top: 2px;
    transition: .2s ease-in-out;
    width: 17px
}

.theme-black .checkbox input[type=checkbox].checked + label:before,
.theme-black .checkbox input[type=checkbox]:not(.checked) + label:before,
.theme-blue .checkbox input[type=checkbox].checked + label:before,
.theme-blue .checkbox input[type=checkbox]:not(.checked) + label:before,
.theme-marrs-green .checkbox input[type=checkbox].checked + label:before,
.theme-marrs-green .checkbox input[type=checkbox]:not(.checked) + label:before,
.theme-navy-blue .checkbox input[type=checkbox].checked + label:before,
.theme-navy-blue .checkbox input[type=checkbox]:not(.checked) + label:before,
.theme-pink .checkbox input[type=checkbox].checked + label:before,
.theme-pink .checkbox input[type=checkbox]:not(.checked) + label:before,
.theme-red .checkbox input[type=checkbox].checked + label:before,
.theme-red .checkbox input[type=checkbox]:not(.checked) + label:before,
.theme-sky-blue .checkbox input[type=checkbox].checked + label:before,
.theme-sky-blue .checkbox input[type=checkbox]:not(.checked) + label:before,
.theme-violet .checkbox input[type=checkbox].checked + label:before,
.theme-violet .checkbox input[type=checkbox]:not(.checked) + label:before {
    background: #e9e9e9
}

.checkbox input[type=checkbox].checked + label:after,
.checkbox input[type=checkbox]:not(.checked) + label:after {
    color: #fff;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    left: 2px;
    position: absolute;
    top: 2px;
    transition: .2s ease-in-out
}

.theme-blue .checkbox input[type=checkbox].checked + label:after,
.theme-blue .checkbox input[type=checkbox]:not(.checked) + label:after {
    -webkit-text-stroke: 1px #0068e1
}

.theme-violet .checkbox input[type=checkbox].checked + label:after,
.theme-violet .checkbox input[type=checkbox]:not(.checked) + label:after {
    -webkit-text-stroke: 1px #783392
}

.theme-red .checkbox input[type=checkbox].checked + label:after,
.theme-red .checkbox input[type=checkbox]:not(.checked) + label:after {
    -webkit-text-stroke: 1px #e30047
}

.theme-sky-blue .checkbox input[type=checkbox].checked + label:after,
.theme-sky-blue .checkbox input[type=checkbox]:not(.checked) + label:after {
    -webkit-text-stroke: 1px #2ba1c0
}

.theme-marrs-green .checkbox input[type=checkbox].checked + label:after,
.theme-marrs-green .checkbox input[type=checkbox]:not(.checked) + label:after {
    -webkit-text-stroke: 1px #0a6f75
}

.theme-navy-blue .checkbox input[type=checkbox].checked + label:after,
.theme-navy-blue .checkbox input[type=checkbox]:not(.checked) + label:after {
    -webkit-text-stroke: 1px #31629f
}

.theme-pink .checkbox input[type=checkbox].checked + label:after,
.theme-pink .checkbox input[type=checkbox]:not(.checked) + label:after {
    -webkit-text-stroke: 1px #f15497
}

.theme-black .checkbox input[type=checkbox].checked + label:after,
.theme-black .checkbox input[type=checkbox]:not(.checked) + label:after {
    -webkit-text-stroke: 1px #333645
}

.theme-blue .checkbox input[type=checkbox].checked + label:before {
    background: #0068e1
}

.theme-violet .checkbox input[type=checkbox].checked + label:before {
    background: #783392
}

.theme-red .checkbox input[type=checkbox].checked + label:before {
    background: #e30047
}

.theme-sky-blue .checkbox input[type=checkbox].checked + label:before {
    background: #2ba1c0
}

.theme-marrs-green .checkbox input[type=checkbox].checked + label:before {
    background: #0a6f75
}

.theme-navy-blue .checkbox input[type=checkbox].checked + label:before {
    background: #31629f
}

.theme-pink .checkbox input[type=checkbox].checked + label:before {
    background: #f15497
}

.theme-black .checkbox input[type=checkbox].checked + label:before {
    background: #333645
}

.checkbox input[type=checkbox]:not(.checked) + label:after {
    opacity: 0;
    transform: scale(0)
}

.checkbox input[type=checkbox].checked + label:after {
    opacity: 1;
    transform: scale(1)
}

.theme-blue .checkbox input[type=checkbox].checked + label:after {
    -webkit-text-stroke: 1px #0068e1
}

.theme-violet .checkbox input[type=checkbox].checked + label:after {
    -webkit-text-stroke: 1px #783392
}

.theme-red .checkbox input[type=checkbox].checked + label:after {
    -webkit-text-stroke: 1px #e30047
}

.theme-sky-blue .checkbox input[type=checkbox].checked + label:after {
    -webkit-text-stroke: 1px #2ba1c0
}

.theme-marrs-green .checkbox input[type=checkbox].checked + label:after {
    -webkit-text-stroke: 1px #0a6f75
}

.theme-navy-blue .checkbox input[type=checkbox].checked + label:after {
    -webkit-text-stroke: 1px #31629f
}

.theme-pink .checkbox input[type=checkbox].checked + label:after {
    -webkit-text-stroke: 1px #f15497
}

.theme-black .checkbox input[type=checkbox].checked + label:after {
    -webkit-text-stroke: 1px #333645
}

.radio {
    overflow: hidden;
    text-align: left
}

.radio input:not([type=checkbox]):not([type=select-multiple]) {
    height: auto !important
}

.theme-black .radio label,
.theme-blue .radio label,
.theme-marrs-green .radio label,
.theme-navy-blue .radio label,
.theme-pink .radio label,
.theme-red .radio label,
.theme-sky-blue .radio label,
.theme-violet .radio label {
    color: #626060
}

.radio input[type=radio]:checked,
.radio input[type=radio]:not(:checked) {
    left: -9999px;
    position: absolute
}

.radio input[type=radio]:checked + label,
.radio input[type=radio]:not(:checked) + label {
    cursor: pointer;
    display: inline-block;
    line-height: 22px;
    padding-left: 28px;
    position: relative
}

.radio input[type=radio]:checked + label:before,
.radio input[type=radio]:not(:checked) + label:before {
    background: #fff;
    border-radius: 100%;
    content: "";
    height: 19px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 19px
}

.theme-black .radio input[type=radio]:checked + label:before,
.theme-black .radio input[type=radio]:not(:checked) + label:before,
.theme-blue .radio input[type=radio]:checked + label:before,
.theme-blue .radio input[type=radio]:not(:checked) + label:before,
.theme-marrs-green .radio input[type=radio]:checked + label:before,
.theme-marrs-green .radio input[type=radio]:not(:checked) + label:before,
.theme-navy-blue .radio input[type=radio]:checked + label:before,
.theme-navy-blue .radio input[type=radio]:not(:checked) + label:before,
.theme-pink .radio input[type=radio]:checked + label:before,
.theme-pink .radio input[type=radio]:not(:checked) + label:before,
.theme-red .radio input[type=radio]:checked + label:before,
.theme-red .radio input[type=radio]:not(:checked) + label:before,
.theme-sky-blue .radio input[type=radio]:checked + label:before,
.theme-sky-blue .radio input[type=radio]:not(:checked) + label:before,
.theme-violet .radio input[type=radio]:checked + label:before,
.theme-violet .radio input[type=radio]:not(:checked) + label:before {
    border: 1px solid #d9d9d9
}

.radio input[type=radio]:checked + label:after {
    border-radius: 100%;
    content: "";
    height: 13px;
    left: 3px;
    position: absolute;
    top: 5px;
    transition: .2s ease-in-out;
    width: 13px
}

.theme-blue .radio input[type=radio]:checked + label:after {
    background: #0068e1
}

.theme-violet .radio input[type=radio]:checked + label:after {
    background: #783392
}

.theme-red .radio input[type=radio]:checked + label:after {
    background: #e30047
}

.theme-sky-blue .radio input[type=radio]:checked + label:after {
    background: #2ba1c0
}

.theme-marrs-green .radio input[type=radio]:checked + label:after {
    background: #0a6f75
}

.theme-navy-blue .radio input[type=radio]:checked + label:after {
    background: #31629f
}

.theme-pink .radio input[type=radio]:checked + label:after {
    background: #f15497
}

.theme-black .radio input[type=radio]:checked + label:after {
    background: #333645
}

.radio input[type=radio]:not(:checked) + label:after {
    border-radius: 100%;
    content: "";
    height: 14px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 3px;
    transform: scale(0);
    transition: .2s ease-in-out;
    width: 14px
}

.theme-blue .radio input[type=radio]:not(:checked) + label:after {
    background: #0068e1
}

.theme-violet .radio input[type=radio]:not(:checked) + label:after {
    background: #783392
}

.theme-red .radio input[type=radio]:not(:checked) + label:after {
    background: #e30047
}

.theme-sky-blue .radio input[type=radio]:not(:checked) + label:after {
    background: #2ba1c0
}

.theme-marrs-green .radio input[type=radio]:not(:checked) + label:after {
    background: #0a6f75
}

.theme-navy-blue .radio input[type=radio]:not(:checked) + label:after {
    background: #31629f
}

.theme-pink .radio input[type=radio]:not(:checked) + label:after {
    background: #f15497
}

.theme-black .radio input[type=radio]:not(:checked) + label:after {
    background: #333645
}

.radio input[type=radio]:checked + label:after {
    opacity: 1;
    transform: scale(1)
}

.switch {
    display: inline-block;
    height: 23px;
    margin: 0;
    position: relative;
    width: 50px
}

.switch input[type=checkbox] {
    height: 0;
    opacity: 0;
    width: 0
}

.theme-blue .switch input[type=checkbox].checked + .switch-slider {
    background: #0068e1
}

.theme-violet .switch input[type=checkbox].checked + .switch-slider {
    background: #783392
}

.theme-red .switch input[type=checkbox].checked + .switch-slider {
    background: #e30047
}

.theme-sky-blue .switch input[type=checkbox].checked + .switch-slider {
    background: #2ba1c0
}

.theme-marrs-green .switch input[type=checkbox].checked + .switch-slider {
    background: #0a6f75
}

.theme-navy-blue .switch input[type=checkbox].checked + .switch-slider {
    background: #31629f
}

.theme-pink .switch input[type=checkbox].checked + .switch-slider {
    background: #f15497
}

.theme-black .switch input[type=checkbox].checked + .switch-slider {
    background: #333645
}

.switch input[type=checkbox].checked + .switch-slider:before {
    transform: translateX(25px)
}

.switch .switch-slider {
    background: #c2c2c2;
    border-radius: 34px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s ease-in-out
}

.switch .switch-slider:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 17px;
    left: 4px;
    position: absolute;
    top: 3px;
    transition: .3s ease-in-out;
    width: 17px
}

.theme-black .nav-tabs,
.theme-blue .nav-tabs,
.theme-marrs-green .nav-tabs,
.theme-navy-blue .nav-tabs,
.theme-pink .nav-tabs,
.theme-red .nav-tabs,
.theme-sky-blue .nav-tabs,
.theme-violet .nav-tabs {
    border-bottom-color: #d9d9d9
}

.nav-tabs > li > a {
    background: transparent;
    border: none;
    border-radius: 0;
    font-size: 16px;
    margin: 0;
    padding: 14px 20px;
    position: relative;
    transition: .2s ease-in-out
}

.theme-black .nav-tabs > li > a,
.theme-blue .nav-tabs > li > a,
.theme-marrs-green .nav-tabs > li > a,
.theme-navy-blue .nav-tabs > li > a,
.theme-pink .nav-tabs > li > a,
.theme-red .nav-tabs > li > a,
.theme-sky-blue .nav-tabs > li > a,
.theme-violet .nav-tabs > li > a {
    color: #626060
}

.nav-tabs > li > a:hover {
    background: transparent
}

.theme-black .nav-tabs > li > a:hover,
.theme-blue .nav-tabs > li > a:hover,
.theme-marrs-green .nav-tabs > li > a:hover,
.theme-navy-blue .nav-tabs > li > a:hover,
.theme-pink .nav-tabs > li > a:hover,
.theme-red .nav-tabs > li > a:hover,
.theme-sky-blue .nav-tabs > li > a:hover,
.theme-violet .nav-tabs > li > a:hover {
    color: #292929
}

.nav-tabs > li > a:hover:after {
    width: 60%
}

.nav-tabs > li > a:focus {
    background: transparent
}

.nav-tabs > li > a:after {
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: .2s ease-in-out;
    width: 0
}

.theme-blue .nav-tabs > li > a:after {
    background: #0068e1
}

.theme-violet .nav-tabs > li > a:after {
    background: #783392
}

.theme-red .nav-tabs > li > a:after {
    background: #e30047
}

.theme-sky-blue .nav-tabs > li > a:after {
    background: #2ba1c0
}

.theme-marrs-green .nav-tabs > li > a:after {
    background: #0a6f75
}

.theme-navy-blue .nav-tabs > li > a:after {
    background: #31629f
}

.theme-pink .nav-tabs > li > a:after {
    background: #f15497
}

.theme-black .nav-tabs > li > a:after {
    background: #333645
}

.nav-tabs > li.active > a {
    border: none !important
}

.theme-black .nav-tabs > li.active > a,
.theme-blue .nav-tabs > li.active > a,
.theme-marrs-green .nav-tabs > li.active > a,
.theme-navy-blue .nav-tabs > li.active > a,
.theme-pink .nav-tabs > li.active > a,
.theme-red .nav-tabs > li.active > a,
.theme-sky-blue .nav-tabs > li.active > a,
.theme-violet .nav-tabs > li.active > a {
    color: #292929
}

.nav-tabs > li.active > a:after {
    width: 100%
}

.theme-black .nav-tabs > li.active.error > a,
.theme-blue .nav-tabs > li.active.error > a,
.theme-marrs-green .nav-tabs > li.active.error > a,
.theme-navy-blue .nav-tabs > li.active.error > a,
.theme-pink .nav-tabs > li.active.error > a,
.theme-red .nav-tabs > li.active.error > a,
.theme-sky-blue .nav-tabs > li.active.error > a,
.theme-violet .nav-tabs > li.active.error > a {
    color: #f36
}

.theme-black .nav-tabs > li.active.error > a:after,
.theme-blue .nav-tabs > li.active.error > a:after,
.theme-marrs-green .nav-tabs > li.active.error > a:after,
.theme-navy-blue .nav-tabs > li.active.error > a:after,
.theme-pink .nav-tabs > li.active.error > a:after,
.theme-red .nav-tabs > li.active.error > a:after,
.theme-sky-blue .nav-tabs > li.active.error > a:after,
.theme-violet .nav-tabs > li.active.error > a:after {
    background: #f36
}

.btn-close {
    background: transparent;
    border: none;
    color: #626060;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    line-height: 15px;
    opacity: .4;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    text-shadow: none;
    top: 10px;
    transition: .2s ease-in-out;
    z-index: 999
}

.btn-close:hover {
    color: #f36;
    opacity: .9
}

.btn-close:focus {
    outline: 0
}

.btn-edit {
    color: #626060;
    display: inline-block;
    height: 18px;
    transition: .2s ease-in-out;
    width: 18px
}

.theme-blue .btn-edit:hover {
    color: #0068e1
}

.theme-violet .btn-edit:hover {
    color: #783392
}

.theme-red .btn-edit:hover {
    color: #e30047
}

.theme-sky-blue .btn-edit:hover {
    color: #2ba1c0
}

.theme-marrs-green .btn-edit:hover {
    color: #0a6f75
}

.theme-navy-blue .btn-edit:hover {
    color: #31629f
}

.theme-pink .btn-edit:hover {
    color: #f15497
}

.theme-black .btn-edit:hover {
    color: #333645
}

.table {
    margin-bottom: 0
}

.table > thead > tr > th {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 600
}

.theme-black .table > thead > tr > th,
.theme-blue .table > thead > tr > th,
.theme-marrs-green .table > thead > tr > th,
.theme-navy-blue .table > thead > tr > th,
.theme-pink .table > thead > tr > th,
.theme-red .table > thead > tr > th,
.theme-sky-blue .table > thead > tr > th,
.theme-violet .table > thead > tr > th {
    border-bottom: 1px solid #e9e9e9;
    color: #626060
}

.table-responsive {
    margin-bottom: 0;
    overflow: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        border: none !important
    }
}

.dropdown-backdrop {
    display: none
}

.slick-track {
    float: left
        /*!rtl:right*/
}

.slick-dotted.slick-slider {
    margin: 0
}

.slick-next,
.slick-prev {
    height: auto;
    z-index: 3
}

.slick-next:before,
.slick-prev:before {
    color: #626060;
    font-family: FontAwesome;
    font-size: 40px;
    line-height: normal;
    transition: .2s ease-in-out
}

.rtl .slick-next,
.rtl .slick-prev {
    transform: translateY(-50%) rotateY(180deg)
}

.slick-prev:before {
    content: "\f104"
}

.slick-next:before {
    content: "\f105"
}

.slick-dots {
    bottom: 0
}

.slick-dots li {
    margin: 0 5px;
    padding: 10px 0;
    width: auto
}

.slick-dots li button {
    height: 2px;
    padding: 0;
    position: relative;
    width: 25px
}

.slick-dots li button:before {
    content: "";
    height: 2px;
    opacity: 1;
    width: 25px
}

.theme-black .slick-dots li button:before,
.theme-blue .slick-dots li button:before,
.theme-marrs-green .slick-dots li button:before,
.theme-navy-blue .slick-dots li button:before,
.theme-pink .slick-dots li button:before,
.theme-red .slick-dots li button:before,
.theme-sky-blue .slick-dots li button:before,
.theme-violet .slick-dots li button:before {
    background: #c2c2c2
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    transform: scale(1.1)
}

.theme-blue .slick-dots li.slick-active button:before {
    background: #0068e1
}

.theme-violet .slick-dots li.slick-active button:before {
    background: #783392
}

.theme-red .slick-dots li.slick-active button:before {
    background: #e30047
}

.theme-sky-blue .slick-dots li.slick-active button:before {
    background: #2ba1c0
}

.theme-marrs-green .slick-dots li.slick-active button:before {
    background: #0a6f75
}

.theme-navy-blue .slick-dots li.slick-active button:before {
    background: #31629f
}

.theme-pink .slick-dots li.slick-active button:before {
    background: #f15497
}

.theme-black .slick-dots li.slick-active button:before {
    background: #333645
}

.slick-arrow .slick-next,
.slick-arrow .slick-prev {
    left: auto;
    top: -42px
}

.slick-arrow .slick-next:before,
.slick-arrow .slick-prev:before {
    font-size: 30px
}

.slick-arrow .slick-prev {
    right: 40px
}

.slick-arrow .slick-next {
    right: 15px
}

.slick-lightbox {
    background: #fff !important
}

.slick-lightbox .slick-lightbox-close {
    height: 34px;
    width: 30px
}

.slick-lightbox .slick-lightbox-close:before {
    -webkit-text-stroke: 4px #fff;
    color: #626060;
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 34px;
    font-weight: 400;
    opacity: .75;
    transition: .2s ease-in-out
}

.slick-lightbox .slick-lightbox-close:focus:before,
.slick-lightbox .slick-lightbox-close:hover:before {
    opacity: 1
}

.top-nav {
    padding: 5px 0 6px
}

.theme-blue .top-nav {
    background: #0051ca
}

.theme-violet .top-nav {
    background: #641f7e
}

.theme-red .top-nav {
    background: #d10035
}

.theme-sky-blue .top-nav {
    background: #178dac
}

.theme-marrs-green .top-nav {
    background: #006066
}

.theme-navy-blue .top-nav {
    background: #1f508d
}

.theme-pink .top-nav {
    background: #df4285
}

.theme-black .top-nav {
    background: #262938
}

.top-nav ul li {
    padding: 0
}

.top-nav ul li a {
    font-size: 15px;
    transition: .2s ease-in-out
}

.theme-black .top-nav ul li a,
.theme-blue .top-nav ul li a,
.theme-marrs-green .top-nav ul li a,
.theme-navy-blue .top-nav ul li a,
.theme-pink .top-nav ul li a,
.theme-red .top-nav ul li a,
.theme-sky-blue .top-nav ul li a,
.theme-violet .top-nav ul li a {
    color: #f1f1f1
}

.top-nav ul li a:hover {
    color: #fff
}

.top-nav .supported_locales.dropdown a.dropdown-toggle {
    border: none;
    color: #fafafa;
    font-size: 14px
}

.top-nav .supported_locales.dropdown a.dropdown-toggle:focus,
.top-nav .supported_locales.dropdown a.dropdown-toggle:hover {
    background-color: inherit
}

.top-nav .supported_locales.dropdown ul li > a {
    color: #333
}

.top-nav .supported_locales.dropdown ul li.active > a {
    color: #fff
}

.top-nav .supported_locales.dropdown li.dropdown.open a.dropdown-toggle {
    background-color: inherit
}

.rtl .top-nav ul li a > span {
    float: right;
    margin-left: 3px
}

.top-nav-right ul li {
    margin-right: 15px
}

.top-nav-right ul li:last-child {
    margin-right: 0
}

@media screen and (max-width:700px) {

    .top-nav-left,
    .top-nav-right {
        float: none !important;
        text-align: center
    }

    .top-nav-right {
        margin-top: 5px
    }
}

.header-wrapper {
    height: 92px
}

.theme-blue .header-wrapper {
    background: #0068e1
}

.theme-violet .header-wrapper {
    background: #783392
}

.theme-red .header-wrapper {
    background: #e30047
}

.theme-sky-blue .header-wrapper {
    background: #2ba1c0
}

.theme-marrs-green .header-wrapper {
    background: #0a6f75
}

.theme-navy-blue .header-wrapper {
    background: #31629f
}

.theme-pink .header-wrapper {
    background: #f15497
}

.theme-black .header-wrapper {
    background: #333645
}

.header-inner {
    padding: 20px 0;
    position: relative;
    transition: .2s ease-in-out
}

.theme-blue .header-inner {
    background: #0068e1
}

.theme-violet .header-inner {
    background: #783392
}

.theme-red .header-inner {
    background: #e30047
}

.theme-sky-blue .header-inner {
    background: #2ba1c0
}

.theme-marrs-green .header-inner {
    background: #0a6f75
}

.theme-navy-blue .header-inner {
    background: #31629f
}

.theme-pink .header-inner {
    background: #f15497
}

.theme-black .header-inner {
    background: #333645
}

.header-inner.sticky {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .4);
    left: 0;
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1091
}

.header-inner .website-logo {
    align-items: center;
    display: flex;
    height: 52px;
    overflow: hidden;
    text-decoration: none;
    /*width: 162px*/
}

.header-inner .website-logo .brand-name{
    margin-left: 10px;
}

.header-inner .website-logo h2 {
    color: #fafafa
}

.header-inner .website-logo img {
    max-height: 100%;
    max-width: 100%
}

.header-inner .navbar-toggle {
    margin: 13px 0 0
}

.header-inner .navbar-toggle .icon-bar {
    height: 3px;
    transition: .4s ease-in-out;
    width: 22px
}

.theme-black .header-inner .navbar-toggle .icon-bar,
.theme-blue .header-inner .navbar-toggle .icon-bar,
.theme-marrs-green .header-inner .navbar-toggle .icon-bar,
.theme-navy-blue .header-inner .navbar-toggle .icon-bar,
.theme-pink .header-inner .navbar-toggle .icon-bar,
.theme-red .header-inner .navbar-toggle .icon-bar,
.theme-sky-blue .header-inner .navbar-toggle .icon-bar,
.theme-violet .header-inner .navbar-toggle .icon-bar {
    background: #fafafa
}

.header-inner .navbar-toggle .navbar-toggle .top-bar {
    transform: rotate(0)
}

.header-inner .navbar-toggle .navbar-toggle .middle-bar {
    opacity: 1;
    transform: translateX(0)
}

.header-inner .navbar-toggle .navbar-toggle .bottom-bar {
    transform: rotate(0)
}

.header-inner .mobile-search > .dropdown > .dropdown-menu {
    border: none;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .15);
    display: initial;
    opacity: 0;
    transform: scale(1.02);
    transition: .2s ease-in-out;
    visibility: hidden
}

.header-inner .mobile-search > .dropdown > .dropdown-menu:after {
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-top-width: 0;
    content: "";
    position: absolute;
    right: 40px;
    top: -9px
}

.header-inner .mobile-search > .dropdown.open > .dropdown-menu {
    opacity: 1;
    transform: scale(1);
    visibility: visible
}

.header-inner .mobile-search > .dropdown > .dropdown-menu {
    right: -50px
}

.header-inner .mobile-search > .dropdown > .dropdown-menu:after {
    right: 53px
}

.header-inner .profile-icon a.dropdown-toggle {
    border: none;
    color: #fafafa;
    font-size: 30px;
    margin-left: 10px;
    padding: 5px 0
}

.header-inner .profile-icon a.dropdown-toggle img {
    border: 2px solid;
    border-radius: 50%;
    width: 35px
}

.header-inner .profile-icon a.dropdown-toggle:focus,
.header-inner .profile-icon a.dropdown-toggle:hover {
    background-color: inherit
}

.header-inner .profile-icon ul li > a {
    color: #333
}

.header-inner .profile-icon li.dropdown.open a.dropdown-toggle {
    background-color: inherit
}

.offcanvas .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%
}

.offcanvas .middle-bar {
    opacity: 0;
    transform: translateX(-80px)
}

.offcanvas .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: left center
}

.search-area {
    float: left;
    margin-left: 56px;
    margin-top: 2px;
    width: 50%
}

.search-area .mobile-search {
    cursor: pointer
}

.search-area .mobile-search .dropdown .dropdown-toggle > i {
    font-size: 28px
}

.theme-black .search-area .mobile-search .dropdown .dropdown-toggle > i,
.theme-blue .search-area .mobile-search .dropdown .dropdown-toggle > i,
.theme-marrs-green .search-area .mobile-search .dropdown .dropdown-toggle > i,
.theme-navy-blue .search-area .mobile-search .dropdown .dropdown-toggle > i,
.theme-pink .search-area .mobile-search .dropdown .dropdown-toggle > i,
.theme-red .search-area .mobile-search .dropdown .dropdown-toggle > i,
.theme-sky-blue .search-area .mobile-search .dropdown .dropdown-toggle > i,
.theme-violet .search-area .mobile-search .dropdown .dropdown-toggle > i {
    color: #fafafa
}

.search-area .mobile-search .dropdown-menu {
    left: auto;
    margin-top: 13px;
    min-width: 310px;
    padding: 5px;
    right: -24px
}

.search-area .mobile-search .search-box {
    height: 45px
}

.search-area .mobile-search .search-box-input {
    height: 40px !important
}

.search-area .mobile-search .search-box-button .search-box-btn {
    height: 45px
}

.search-area .mobile-search .search-box-button .search-box-btn i {
    font-size: 20px;
    margin-top: 0
}

.search-box {
    background: #eff1f3;
    border: 2px solid #dce0e8;
    border-left: none;
    border-radius: 3px;
    display: flex;
    height: 48px;
    position: relative;
    width: 100%
}

.search-box input.search-box-input {
    background: #eff1f3;
    border-left: 2px solid #dce0e8;
    flex-grow: 1;
    font-size: 16px;
    padding-left: 10px
}

.search-box .search-box-button {
    flex-grow: 0
}

.search-box .search-box-button .search-box-btn {
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    display: block;
    float: right;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    height: 48px;
    margin: -2px -3px -2px 0;
    padding: 0 25px
}

.theme-blue .search-box .search-box-button .search-box-btn {
    background: #0051ca;
    color: #fafafa
}

.theme-violet .search-box .search-box-button .search-box-btn {
    background: #641f7e;
    color: #fafafa
}

.theme-red .search-box .search-box-button .search-box-btn {
    background: #d10035;
    color: #fafafa
}

.theme-sky-blue .search-box .search-box-button .search-box-btn {
    background: #178dac;
    color: #fafafa
}

.theme-marrs-green .search-box .search-box-button .search-box-btn {
    background: #006066;
    color: #fafafa
}

.theme-navy-blue .search-box .search-box-button .search-box-btn {
    background: #1f508d;
    color: #fafafa
}

.theme-pink .search-box .search-box-button .search-box-btn {
    background: #df4285;
    color: #fafafa
}

.theme-black .search-box .search-box-button .search-box-btn {
    background: #262938;
    color: #fafafa
}

.theme-blue .search-box .search-box-button .search-box-btn:hover {
    background: #1a86ff
}

.theme-violet .search-box .search-box-button .search-box-btn:hover {
    background: #9d44be
}

.theme-red .search-box .search-box-button .search-box-btn:hover {
    background: #ff2167
}

.theme-sky-blue .search-box .search-box-button .search-box-btn:hover {
    background: #3bb4d3
}

.theme-marrs-green .search-box .search-box-button .search-box-btn:hover {
    background: #0c858c
}

.theme-navy-blue .search-box .search-box-button .search-box-btn:hover {
    background: #3b75be
}

.theme-pink .search-box .search-box-button .search-box-btn:hover {
    background: #f36ca5
}

.theme-black .search-box .search-box-button .search-box-btn:hover {
    background: #494d62
}

.search-box .search-box-button .search-box-btn > i {
    font-size: 14px;
    margin-right: 2px;
    margin-top: 3px;
    padding: 0;
    vertical-align: top
}

.search-box .search-box-btn,
.search-box .search-box-input,
.search-box .search-box-select {
    border: none;
    outline: 0
}

.search-box .search-box-btn,
.search-box .search-box-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.search-box .search-box-select {
    -webkit-margin-before: 11px;
    border-radius: 0 !important;
    font-size: 15px;
    letter-spacing: .25px;
    margin-top: 9px;
    padding-left: 10px
}

.theme-black .search-box .search-box-select,
.theme-blue .search-box .search-box-select,
.theme-marrs-green .search-box .search-box-select,
.theme-navy-blue .search-box .search-box-select,
.theme-pink .search-box .search-box-select,
.theme-red .search-box .search-box-select,
.theme-sky-blue .search-box .search-box-select,
.theme-violet .search-box .search-box-select {
    border-left: 1px solid #e9e9e9;
    color: #626060
}

@media screen and (max-width:991px) {
    .header-wrapper {
        height: 73px;
        margin-bottom: 20px
    }

    .header-inner {
        padding: 5px 0
    }

    .header-inner.sticky {
        padding: 0
    }

    .header-inner .website-logo {
        margin: 5px 0
    }

    .search-area {
        float: right !important;
        margin: 11px 10px 0 0;
        width: auto
    }
}

@media screen and (max-width:767px) {
    .header-wrapper {
        margin-bottom: 20px
    }

    .profile-icon a.dropdown-toggle img {
        width: 30px !important
    }

    .profile-icon a.dropdown-toggle i {
        display: inline-block;
        padding-top: 10px
    }

    .search-area {
        margin-top: 16px
    }

    .search-area .mobile-search .dropdown .dropdown-toggle > i {
        font-size: 25px
    }
}

@media screen and (max-width:350px) {
    .header-inner .website-logo {
        width: 140px
    }
}

.megamenu-wrapper {
    margin-bottom: 20px;
    position: relative;
    z-index: 100
}

.theme-blue .megamenu-wrapper {
    background: #0068e1
}

.theme-violet .megamenu-wrapper {
    background: #783392
}

.theme-red .megamenu-wrapper {
    background: #e30047
}

.theme-sky-blue .megamenu-wrapper {
    background: #2ba1c0
}

.theme-marrs-green .megamenu-wrapper {
    background: #0a6f75
}

.theme-navy-blue .megamenu-wrapper {
    background: #31629f
}

.theme-pink .megamenu-wrapper {
    background: #f15497
}

.theme-black .megamenu-wrapper {
    background: #333645
}

.navbar-default {
    border: none;
    border-radius: 0;
    margin: 0
}

.theme-blue .navbar-default {
    background: #0068e1
}

.theme-violet .navbar-default {
    background: #783392
}

.theme-red .navbar-default {
    background: #e30047
}

.theme-sky-blue .navbar-default {
    background: #2ba1c0
}

.theme-marrs-green .navbar-default {
    background: #0a6f75
}

.theme-navy-blue .navbar-default {
    background: #31629f
}

.theme-pink .navbar-default {
    background: #f15497
}

.theme-black .navbar-default {
    background: #333645
}

.navbar-default .navbar-nav {
    margin-left: 15px
}

.navbar-default .navbar-nav > li:nth-child(n+8) {
    display: none
}

.theme-black .navbar-default .navbar-nav > li > a,
.theme-blue .navbar-default .navbar-nav > li > a,
.theme-marrs-green .navbar-default .navbar-nav > li > a,
.theme-navy-blue .navbar-default .navbar-nav > li > a,
.theme-pink .navbar-default .navbar-nav > li > a,
.theme-red .navbar-default .navbar-nav > li > a,
.theme-sky-blue .navbar-default .navbar-nav > li > a,
.theme-violet .navbar-default .navbar-nav > li > a {
    color: #f1f1f1
}

.navbar-default .navbar-nav > .fluid-menu > .dropdown-menu {
    left: 277px;
    right: 0
}

.navbar-default .fluid-menu {
    position: static
}

.navbar-default .fluid-menu > .dropdown-menu {
    padding: 0
}

.navbar-default .fluid-menu > .dropdown-menu > li {
    cursor: auto
}

.navbar-default .fluid-menu-content {
    padding: 30px 15px
}

.navbar-default .fluid-menu-content > .row {
    margin-bottom: 30px
}

.navbar-default .fluid-menu-content > .row:last-child {
    margin-bottom: 0
}

.navbar-default .fluid-menu-content .title {
    font-size: 16px;
    font-weight: 600
}

.theme-black .navbar-default .fluid-menu-content .title,
.theme-blue .navbar-default .fluid-menu-content .title,
.theme-marrs-green .navbar-default .fluid-menu-content .title,
.theme-navy-blue .navbar-default .fluid-menu-content .title,
.theme-pink .navbar-default .fluid-menu-content .title,
.theme-red .navbar-default .fluid-menu-content .title,
.theme-sky-blue .navbar-default .fluid-menu-content .title,
.theme-violet .navbar-default .fluid-menu-content .title {
    color: #555
}

.theme-blue .navbar-default .fluid-menu-content .title:hover {
    color: #0068e1
}

.theme-violet .navbar-default .fluid-menu-content .title:hover {
    color: #783392
}

.theme-red .navbar-default .fluid-menu-content .title:hover {
    color: #e30047
}

.theme-sky-blue .navbar-default .fluid-menu-content .title:hover {
    color: #2ba1c0
}

.theme-marrs-green .navbar-default .fluid-menu-content .title:hover {
    color: #0a6f75
}

.theme-navy-blue .navbar-default .fluid-menu-content .title:hover {
    color: #31629f
}

.theme-pink .navbar-default .fluid-menu-content .title:hover {
    color: #f15497
}

.theme-black .navbar-default .fluid-menu-content .title:hover {
    color: #333645
}

.navbar-default .fluid-menu-content ul li {
    display: block
}

.navbar-default .fluid-menu-content ul li a {
    display: inline-block;
    padding: 4px 10px;
    transition: .2s ease-in-out
}

.theme-blue .navbar-default .fluid-menu-content ul li a:hover {
    color: #0068e1
}

.theme-violet .navbar-default .fluid-menu-content ul li a:hover {
    color: #783392
}

.theme-red .navbar-default .fluid-menu-content ul li a:hover {
    color: #e30047
}

.theme-sky-blue .navbar-default .fluid-menu-content ul li a:hover {
    color: #2ba1c0
}

.theme-marrs-green .navbar-default .fluid-menu-content ul li a:hover {
    color: #0a6f75
}

.theme-navy-blue .navbar-default .fluid-menu-content ul li a:hover {
    color: #31629f
}

.theme-pink .navbar-default .fluid-menu-content ul li a:hover {
    color: #f15497
}

.theme-black .navbar-default .fluid-menu-content ul li a:hover {
    color: #333645
}

.theme-black .navbar-default li:hover > a,
.theme-blue .navbar-default li:hover > a,
.theme-marrs-green .navbar-default li:hover > a,
.theme-navy-blue .navbar-default li:hover > a,
.theme-pink .navbar-default li:hover > a,
.theme-red .navbar-default li:hover > a,
.theme-sky-blue .navbar-default li:hover > a,
.theme-violet .navbar-default li:hover > a {
    color: #fafafa
}

.navbar-default .dropdown-toggle,
.navbar-default li a {
    font-size: 15px
}

.navbar-default .dropdown-toggle > i {
    float: right;
    margin: 3px 0 0 4px
}

.navbar-default .dropdown .dropdown-menu {
    border: none;
    border-radius: 3px !important;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .15);
    display: initial;
    margin: 0;
    max-height: calc(100vh - 90px);
    min-width: 240px;
    opacity: 0;
    overflow: auto;
    transform: scale(1.02);
    transition: .2s ease-in-out;
    visibility: hidden
}

.theme-black .navbar-default .dropdown .dropdown-menu a,
.theme-blue .navbar-default .dropdown .dropdown-menu a,
.theme-marrs-green .navbar-default .dropdown .dropdown-menu a,
.theme-navy-blue .navbar-default .dropdown .dropdown-menu a,
.theme-pink .navbar-default .dropdown .dropdown-menu a,
.theme-red .navbar-default .dropdown .dropdown-menu a,
.theme-sky-blue .navbar-default .dropdown .dropdown-menu a,
.theme-violet .navbar-default .dropdown .dropdown-menu a {
    color: #626060
}

.navbar-default .dropdown:hover > .dropdown-menu {
    opacity: 1;
    transform: scale(1);
    visibility: visible
}

.navbar-default .multi-level {
    padding: 5px 0
}

.navbar-default .multi-level li a {
    display: block;
    padding: 9px 15px
}

.navbar-default .multi-level li a:hover {
    background: transparent;
    text-decoration: underline
}

.theme-blue .navbar-default .multi-level li a:hover {
    color: #0068e1
}

.theme-violet .navbar-default .multi-level li a:hover {
    color: #783392
}

.theme-red .navbar-default .multi-level li a:hover {
    color: #e30047
}

.theme-sky-blue .navbar-default .multi-level li a:hover {
    color: #2ba1c0
}

.theme-marrs-green .navbar-default .multi-level li a:hover {
    color: #0a6f75
}

.theme-navy-blue .navbar-default .multi-level li a:hover {
    color: #31629f
}

.theme-pink .navbar-default .multi-level li a:hover {
    color: #f15497
}

.theme-black .navbar-default .multi-level li a:hover {
    color: #333645
}

.navbar-default .multi-level .dropdown-submenu {
    position: relative
}

.navbar-default .multi-level .dropdown-submenu:hover > a {
    background: transparent;
    text-decoration: underline
}

.theme-blue .navbar-default .multi-level .dropdown-submenu:hover > a {
    color: #0068e1
}

.theme-violet .navbar-default .multi-level .dropdown-submenu:hover > a {
    color: #783392
}

.theme-red .navbar-default .multi-level .dropdown-submenu:hover > a {
    color: #e30047
}

.theme-sky-blue .navbar-default .multi-level .dropdown-submenu:hover > a {
    color: #2ba1c0
}

.theme-marrs-green .navbar-default .multi-level .dropdown-submenu:hover > a {
    color: #0a6f75
}

.theme-navy-blue .navbar-default .multi-level .dropdown-submenu:hover > a {
    color: #31629f
}

.theme-pink .navbar-default .multi-level .dropdown-submenu:hover > a {
    color: #f15497
}

.theme-black .navbar-default .multi-level .dropdown-submenu:hover > a {
    color: #333645
}

.theme-blue .navbar-default .multi-level .dropdown-submenu:hover > a:after {
    color: #0068e1
}

.theme-violet .navbar-default .multi-level .dropdown-submenu:hover > a:after {
    color: #783392
}

.theme-red .navbar-default .multi-level .dropdown-submenu:hover > a:after {
    color: #e30047
}

.theme-sky-blue .navbar-default .multi-level .dropdown-submenu:hover > a:after {
    color: #2ba1c0
}

.theme-marrs-green .navbar-default .multi-level .dropdown-submenu:hover > a:after {
    color: #0a6f75
}

.theme-navy-blue .navbar-default .multi-level .dropdown-submenu:hover > a:after {
    color: #31629f
}

.theme-pink .navbar-default .multi-level .dropdown-submenu:hover > a:after {
    color: #f15497
}

.theme-black .navbar-default .multi-level .dropdown-submenu:hover > a:after {
    color: #333645
}

.navbar-default .multi-level .dropdown-submenu > .dropdown-menu {
    left: 230px;
    margin-left: -1px;
    margin-top: 0;
    top: 0
}

.navbar-default .multi-level .dropdown-submenu:hover > .dropdown-menu {
    left: 239px;
    opacity: 1;
    transform: scale(1);
    visibility: visible
}

.navbar-default .multi-level .dropdown-submenu > .dropdown-toggle > i {
    transform: rotate(-90deg)
}

.navbar-default .title {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px 10px
}

.theme-black .navbar-default .title,
.theme-blue .navbar-default .title,
.theme-marrs-green .navbar-default .title,
.theme-navy-blue .navbar-default .title,
.theme-pink .navbar-default .title,
.theme-red .navbar-default .title,
.theme-sky-blue .navbar-default .title,
.theme-violet .navbar-default .title {
    color: #555
}

.theme-blue .navbar-default .title:hover {
    color: #0068e1
}

.theme-violet .navbar-default .title:hover {
    color: #783392
}

.theme-red .navbar-default .title:hover {
    color: #e30047
}

.theme-sky-blue .navbar-default .title:hover {
    color: #2ba1c0
}

.theme-marrs-green .navbar-default .title:hover {
    color: #0a6f75
}

.theme-navy-blue .navbar-default .title:hover {
    color: #31629f
}

.theme-pink .navbar-default .title:hover {
    color: #f15497
}

.theme-black .navbar-default .title:hover {
    color: #333645
}

.navbar-default .dropdown-header {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 0
}

.theme-black .navbar-default .dropdown-header,
.theme-blue .navbar-default .dropdown-header,
.theme-marrs-green .navbar-default .dropdown-header,
.theme-navy-blue .navbar-default .dropdown-header,
.theme-pink .navbar-default .dropdown-header,
.theme-red .navbar-default .dropdown-header,
.theme-sky-blue .navbar-default .dropdown-header,
.theme-violet .navbar-default .dropdown-header {
    color: #555
}

.navbar-default .dropdown-header:hover {
    background: transparent;
    text-decoration: underline
}

.navbar-default .vertical-mega-menu .multi-level {
    left: 100.4%;
    top: 0
}

.navbar-default .vertical-mega-menu > .fluid-menu > .dropdown-menu {
    left: 261px;
    right: auto;
    top: 0;
    width: 800px
}

.sidebar {
    background: #f4f6f8
}

.sidebar .category_menu_title {
    border-top: 1px solid;
    font-weight: 500;
    padding: 15px
}

.sidebar-content {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1
}

.sidebar-content > li.active {
    background: #f4f6f8
}

.theme-blue .sidebar-content > li.active > a {
    color: #0068e1
}

.theme-violet .sidebar-content > li.active > a {
    color: #783392
}

.theme-red .sidebar-content > li.active > a {
    color: #e30047
}

.theme-sky-blue .sidebar-content > li.active > a {
    color: #2ba1c0
}

.theme-marrs-green .sidebar-content > li.active > a {
    color: #0a6f75
}

.theme-navy-blue .sidebar-content > li.active > a {
    color: #31629f
}

.theme-pink .sidebar-content > li.active > a {
    color: #f15497
}

.theme-black .sidebar-content > li.active > a {
    color: #333645
}

.sidebar-content > li.active > i {
    transform: rotateX(180deg)
}

.theme-blue .sidebar-content > li.active > i {
    color: #0068e1
}

.theme-violet .sidebar-content > li.active > i {
    color: #783392
}

.theme-red .sidebar-content > li.active > i {
    color: #e30047
}

.theme-sky-blue .sidebar-content > li.active > i {
    color: #2ba1c0
}

.theme-marrs-green .sidebar-content > li.active > i {
    color: #0a6f75
}

.theme-navy-blue .sidebar-content > li.active > i {
    color: #31629f
}

.theme-pink .sidebar-content > li.active > i {
    color: #f15497
}

.theme-black .sidebar-content > li.active > i {
    color: #333645
}

.sidebar-content > li > i {
    transform: rotateX(0deg)
}

.sidebar-content li {
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    list-style: none;
    position: relative;
    transition: .2s ease-in-out;
    width: 100%
}

.sidebar-content li:hover {
    background: #f4f6f8
}

.theme-blue .sidebar-content li:hover > a,
.theme-blue .sidebar-content li:hover > i {
    color: #0068e1
}

.theme-violet .sidebar-content li:hover > a,
.theme-violet .sidebar-content li:hover > i {
    color: #783392
}

.theme-red .sidebar-content li:hover > a,
.theme-red .sidebar-content li:hover > i {
    color: #e30047
}

.theme-sky-blue .sidebar-content li:hover > a,
.theme-sky-blue .sidebar-content li:hover > i {
    color: #2ba1c0
}

.theme-marrs-green .sidebar-content li:hover > a,
.theme-marrs-green .sidebar-content li:hover > i {
    color: #0a6f75
}

.theme-navy-blue .sidebar-content li:hover > a,
.theme-navy-blue .sidebar-content li:hover > i {
    color: #31629f
}

.theme-pink .sidebar-content li:hover > a,
.theme-pink .sidebar-content li:hover > i {
    color: #f15497
}

.theme-black .sidebar-content li:hover > a,
.theme-black .sidebar-content li:hover > i {
    color: #333645
}

.sidebar-content li a {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .4px;
    margin: 14px 15px
}

.theme-black .sidebar-content li a,
.theme-blue .sidebar-content li a,
.theme-marrs-green .sidebar-content li a,
.theme-navy-blue .sidebar-content li a,
.theme-pink .sidebar-content li a,
.theme-red .sidebar-content li a,
.theme-sky-blue .sidebar-content li a,
.theme-violet .sidebar-content li a {
    color: #555
}

.sidebar-content li i {
    font-size: 14px;
    margin: 17px 15px 0 0;
    transform: rotateX(0deg);
    transition: .2s ease-in-out
}

.theme-black .sidebar-content li i,
.theme-blue .sidebar-content li i,
.theme-marrs-green .sidebar-content li i,
.theme-navy-blue .sidebar-content li i,
.theme-pink .sidebar-content li i,
.theme-red .sidebar-content li i,
.theme-sky-blue .sidebar-content li i,
.theme-violet .sidebar-content li i {
    color: #555
}

.sidebar-content li ul {
    background: #f1f3f5;
    display: none;
    overflow: hidden;
    padding: 0
}

.sidebar-content li ul li.active,
.sidebar-content li ul li:hover {
    background: #eff1f3
}

.sidebar-content li ul li a {
    padding-left: 10px
}

.sidebar-content li ul li ul {
    background: #eceef0
}

.sidebar-content li ul li ul li.active,
.sidebar-content li ul li ul li:hover {
    background: #eaecee
}

.sidebar-content li ul li ul li a {
    padding-left: 20px
}

.sidebar-content li ul li ul li ul li a {
    padding-left: 30px
}

.sidebar-content .submenu > i {
    transform: rotateX(0deg);
    transition: .2s ease-in-out
}

.theme-blue .sidebar-content .submenu.active > a {
    color: #0068e1
}

.theme-violet .sidebar-content .submenu.active > a {
    color: #783392
}

.theme-red .sidebar-content .submenu.active > a {
    color: #e30047
}

.theme-sky-blue .sidebar-content .submenu.active > a {
    color: #2ba1c0
}

.theme-marrs-green .sidebar-content .submenu.active > a {
    color: #0a6f75
}

.theme-navy-blue .sidebar-content .submenu.active > a {
    color: #31629f
}

.theme-pink .sidebar-content .submenu.active > a {
    color: #f15497
}

.theme-black .sidebar-content .submenu.active > a {
    color: #333645
}

.sidebar-content .submenu.active > i {
    transform: rotateX(180deg)
}

.theme-blue .sidebar-content .submenu.active > i {
    color: #0068e1
}

.theme-violet .sidebar-content .submenu.active > i {
    color: #783392
}

.theme-red .sidebar-content .submenu.active > i {
    color: #e30047
}

.theme-sky-blue .sidebar-content .submenu.active > i {
    color: #2ba1c0
}

.theme-marrs-green .sidebar-content .submenu.active > i {
    color: #0a6f75
}

.theme-navy-blue .sidebar-content .submenu.active > i {
    color: #31629f
}

.theme-pink .sidebar-content .submenu.active > i {
    color: #f15497
}

.theme-black .sidebar-content .submenu.active > i {
    color: #333645
}

.category-menu-wrapper {
    width: 262px
}

.category-menu-wrapper .category-menu-dropdown {
    background: transparent;
    border: none;
    border-radius: 3px 3px 0 0;
    color: #fafafa;
    cursor: pointer;
    font-family: Open Sans, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .2px;
    min-height: 50px;
    outline: 0;
    padding: 13px 35px 13px 48px;
    position: relative;
    text-align: left;
    width: 100%
}

.theme-blue .category-menu-wrapper .category-menu-dropdown {
    background: #0051ca
}

.theme-violet .category-menu-wrapper .category-menu-dropdown {
    background: #641f7e
}

.theme-red .category-menu-wrapper .category-menu-dropdown {
    background: #d10035
}

.theme-sky-blue .category-menu-wrapper .category-menu-dropdown {
    background: #178dac
}

.theme-marrs-green .category-menu-wrapper .category-menu-dropdown {
    background: #006066
}

.theme-navy-blue .category-menu-wrapper .category-menu-dropdown {
    background: #1f508d
}

.theme-pink .category-menu-wrapper .category-menu-dropdown {
    background: #df4285
}

.theme-black .category-menu-wrapper .category-menu-dropdown {
    background: #262938
}

.category-menu-wrapper .category-menu-dropdown .fa-bars {
    float: none;
    font-size: 20px;
    left: 17px;
    margin: 0;
    position: absolute;
    top: 15px
}

.theme-blue .category-menu-wrapper .category-menu-dropdown .fa-bars {
    -webkit-text-stroke: 1px #0051ca
}

.theme-violet .category-menu-wrapper .category-menu-dropdown .fa-bars {
    -webkit-text-stroke: 1px #641f7e
}

.theme-red .category-menu-wrapper .category-menu-dropdown .fa-bars {
    -webkit-text-stroke: 1px #d10035
}

.theme-sky-blue .category-menu-wrapper .category-menu-dropdown .fa-bars {
    -webkit-text-stroke: 1px #178dac
}

.theme-marrs-green .category-menu-wrapper .category-menu-dropdown .fa-bars {
    -webkit-text-stroke: 1px #006066
}

.theme-navy-blue .category-menu-wrapper .category-menu-dropdown .fa-bars {
    -webkit-text-stroke: 1px #1f508d
}

.theme-pink .category-menu-wrapper .category-menu-dropdown .fa-bars {
    -webkit-text-stroke: 1px #df4285
}

.theme-black .category-menu-wrapper .category-menu-dropdown .fa-bars {
    -webkit-text-stroke: 1px #262938
}

.category-menu-wrapper .category-menu-dropdown .fa-angle-down {
    float: none;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 17px
}

.category-menu-wrapper > .vertical-mega-menu {
    background: #fff;
    border-radius: 0 0 3px 3px;
    border-style: solid;
    border-width: 0 1px 1px;
    box-shadow: none;
    float: none;
    height: 415px;
    margin: 0;
    padding: 0;
    width: 262px
}

.theme-black .category-menu-wrapper > .vertical-mega-menu,
.theme-blue .category-menu-wrapper > .vertical-mega-menu,
.theme-marrs-green .category-menu-wrapper > .vertical-mega-menu,
.theme-navy-blue .category-menu-wrapper > .vertical-mega-menu,
.theme-pink .category-menu-wrapper > .vertical-mega-menu,
.theme-red .category-menu-wrapper > .vertical-mega-menu,
.theme-sky-blue .category-menu-wrapper > .vertical-mega-menu,
.theme-violet .category-menu-wrapper > .vertical-mega-menu {
    border-color: #e9e9e9
}

.category-menu-wrapper > .vertical-mega-menu > li {
    cursor: pointer;
    display: block;
    float: none;
    padding: 0 15px
}

.category-menu-wrapper > .vertical-mega-menu > li:nth-child(9) > a {
    border-bottom: none !important
}

.category-menu-wrapper > .vertical-mega-menu > li:nth-child(n+10) {
    display: none
}

.category-menu-wrapper > .vertical-mega-menu > li > a {
    color: #737373;
    display: block;
    padding: 12px 0
}

.theme-black .category-menu-wrapper > .vertical-mega-menu > li > a,
.theme-blue .category-menu-wrapper > .vertical-mega-menu > li > a,
.theme-marrs-green .category-menu-wrapper > .vertical-mega-menu > li > a,
.theme-navy-blue .category-menu-wrapper > .vertical-mega-menu > li > a,
.theme-pink .category-menu-wrapper > .vertical-mega-menu > li > a,
.theme-red .category-menu-wrapper > .vertical-mega-menu > li > a,
.theme-sky-blue .category-menu-wrapper > .vertical-mega-menu > li > a,
.theme-violet .category-menu-wrapper > .vertical-mega-menu > li > a {
    border-bottom: 1px solid #f1f1f1
}

.category-menu-wrapper > .vertical-mega-menu > li:last-child > a {
    border-bottom: none
}

.category-menu-wrapper > .vertical-mega-menu > li:hover > a {
    background: transparent
}

.theme-blue .category-menu-wrapper > .vertical-mega-menu > li:hover > a {
    color: #0068e1
}

.theme-violet .category-menu-wrapper > .vertical-mega-menu > li:hover > a {
    color: #783392
}

.theme-red .category-menu-wrapper > .vertical-mega-menu > li:hover > a {
    color: #e30047
}

.theme-sky-blue .category-menu-wrapper > .vertical-mega-menu > li:hover > a {
    color: #2ba1c0
}

.theme-marrs-green .category-menu-wrapper > .vertical-mega-menu > li:hover > a {
    color: #0a6f75
}

.theme-navy-blue .category-menu-wrapper > .vertical-mega-menu > li:hover > a {
    color: #31629f
}

.theme-pink .category-menu-wrapper > .vertical-mega-menu > li:hover > a {
    color: #f15497
}

.theme-black .category-menu-wrapper > .vertical-mega-menu > li:hover > a {
    color: #333645
}

.category-menu-wrapper > .vertical-mega-menu > .dropdown > .dropdown-toggle > i {
    transform: rotate(-90deg)
}

@media screen and (max-width:1199px) {
    .navbar-default .vertical-mega-menu > .fluid-menu > .dropdown-menu {
        left: 212px;
        width: 700px
    }

    .navbar-default .navbar-nav > .fluid-menu > .dropdown-menu {
        left: 227px
    }

    .category-menu-wrapper,
    .category-menu-wrapper .vertical-mega-menu {
        width: 213px
    }
}

@media screen and (min-width:991px) {
    .category-menu-wrapper.visible .category-menu-dropdown {
        cursor: auto
    }

    .category-menu-wrapper.visible > .dropdown-menu {
        display: block
    }
}

@media screen and (max-width:991px) {
    .navbar-default .navbar-nav {
        margin-left: 0
    }

    .navbar-default .navbar-nav > .fluid-menu > .dropdown-menu {
        left: 0
    }
}

@media screen and (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        background: #fff
    }
}

.breadcrumb {
    background: transparent;
    margin: -10px 0 10px;
    padding: 0
}

.breadcrumb ul {
    display: inline-block
}

.breadcrumb ul li {
    position: relative;
    vertical-align: middle
}

.breadcrumb ul li:after {
    content: "\f105";
    font-family: Fontawesome;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.theme-black .breadcrumb ul li:after,
.theme-blue .breadcrumb ul li:after,
.theme-marrs-green .breadcrumb ul li:after,
.theme-navy-blue .breadcrumb ul li:after,
.theme-pink .breadcrumb ul li:after,
.theme-red .breadcrumb ul li:after,
.theme-sky-blue .breadcrumb ul li:after,
.theme-violet .breadcrumb ul li:after {
    color: #626060
}

.breadcrumb ul li:first-child {
    padding-left: 0
}

.breadcrumb ul li:first-child a {
    font-size: 18px;
    transition: .2s ease-in-out
}

.theme-blue .breadcrumb ul li:first-child a {
    color: #0068e1
}

.theme-violet .breadcrumb ul li:first-child a {
    color: #783392
}

.theme-red .breadcrumb ul li:first-child a {
    color: #e30047
}

.theme-sky-blue .breadcrumb ul li:first-child a {
    color: #2ba1c0
}

.theme-marrs-green .breadcrumb ul li:first-child a {
    color: #0a6f75
}

.theme-navy-blue .breadcrumb ul li:first-child a {
    color: #31629f
}

.theme-pink .breadcrumb ul li:first-child a {
    color: #f15497
}

.theme-black .breadcrumb ul li:first-child a {
    color: #333645
}

.theme-blue .breadcrumb ul li:first-child a:hover {
    color: #1a86ff
}

.theme-violet .breadcrumb ul li:first-child a:hover {
    color: #9d44be
}

.theme-red .breadcrumb ul li:first-child a:hover {
    color: #ff2167
}

.theme-sky-blue .breadcrumb ul li:first-child a:hover {
    color: #3bb4d3
}

.theme-marrs-green .breadcrumb ul li:first-child a:hover {
    color: #0c858c
}

.theme-navy-blue .breadcrumb ul li:first-child a:hover {
    color: #3b75be
}

.theme-pink .breadcrumb ul li:first-child a:hover {
    color: #f36ca5
}

.theme-black .breadcrumb ul li:first-child a:hover {
    color: #494d62
}

.breadcrumb ul li:last-child:after {
    content: ""
}

.breadcrumb ul li.active {
    font-size: 15px
}

.theme-black .breadcrumb ul li.active,
.theme-blue .breadcrumb ul li.active,
.theme-marrs-green .breadcrumb ul li.active,
.theme-navy-blue .breadcrumb ul li.active,
.theme-pink .breadcrumb ul li.active,
.theme-red .breadcrumb ul li.active,
.theme-sky-blue .breadcrumb ul li.active,
.theme-violet .breadcrumb ul li.active {
    color: #9a9a9a
}

.breadcrumb ul li a {
    display: inline-block;
    font-size: 15px;
    padding: 5px 15px 5px 5px;
    transition: .2s ease-in-out
}

.theme-black .breadcrumb ul li a,
.theme-blue .breadcrumb ul li a,
.theme-marrs-green .breadcrumb ul li a,
.theme-navy-blue .breadcrumb ul li a,
.theme-pink .breadcrumb ul li a,
.theme-red .breadcrumb ul li a,
.theme-sky-blue .breadcrumb ul li a,
.theme-violet .breadcrumb ul li a {
    color: #626060
}

.theme-blue .breadcrumb ul li a:hover {
    color: #0068e1
}

.theme-violet .breadcrumb ul li a:hover {
    color: #783392
}

.theme-red .breadcrumb ul li a:hover {
    color: #e30047
}

.theme-sky-blue .breadcrumb ul li a:hover {
    color: #2ba1c0
}

.theme-marrs-green .breadcrumb ul li a:hover {
    color: #0a6f75
}

.theme-navy-blue .breadcrumb ul li a:hover {
    color: #31629f
}

.theme-pink .breadcrumb ul li a:hover {
    color: #f15497
}

.theme-black .breadcrumb ul li a:hover {
    color: #333645
}

.default .home-slider {
    margin: -5px 0 15px -8px
}

.slider_with_banners .home-slider {
    margin: -5px 0 15px
}

.home-slider {
    border-radius: 3px;
    overflow: hidden
}

.home-slider.slick-dotted.slick-slider {
    margin: 0
}

.home-slider .slick-slide {
    float: left
}

.home-slider .slick-prev {
    left: 15px;
    right: auto
}

.home-slider .slick-next {
    left: auto;
    right: 15px
}

.home-slider .slick-active .slider-image {
    transform: scale(1)
}

.home-slider .slick-dots {
    bottom: 0
}

.theme-black .home-slider .slick-dots button:before,
.theme-blue .home-slider .slick-dots button:before,
.theme-marrs-green .home-slider .slick-dots button:before,
.theme-navy-blue .home-slider .slick-dots button:before,
.theme-pink .home-slider .slick-dots button:before,
.theme-red .home-slider .slick-dots button:before,
.theme-sky-blue .home-slider .slick-dots button:before,
.theme-violet .home-slider .slick-dots button:before {
    background: #555
}

.home-slider .slider-content {
    height: 400px
}

.slide {
    display: none;
    position: relative;
    vertical-align: bottom
}

.slide .slick-initialized,
.slide:first-child {
    display: block
}

.slide .slider-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(1.25);
    transition: .5s cubic-bezier(.7, 0, .3, 1);
    width: 100%;
    z-index: -1
}

.slide .caption {
    font-family: Rubik, sans-serif;
    text-align: left
}

.slide .caption-lg {
    font-size: 50px;
    font-weight: 500;
    line-height: 1
}

.slide .caption-md {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 9px
}

.slide .caption-sm {
    font-size: 24px;
    line-height: 1;
    margin-top: 10px
}

.slide .btn-slider {
    font-size: 15px;
    margin-top: 16px;
    padding: 10px 25px
}

@media screen and (max-width:991px) {
    .default .home-slider {
        margin-left: 0
    }

    .slide .slider-content {
        height: 350px
    }
}

@media screen and (max-width:767px) {
    .home-slider {
        margin-bottom: 0
    }

    .home-slider .slick-arrow {
        display: none !important
    }

    .slide .slider-content {
        height: 300px
    }

    .slide .caption-lg {
        font-size: 44px
    }

    .slide .caption-md {
        font-size: 28px;
        margin-bottom: 4px
    }

    .slide .caption-sm {
        font-size: 18px;
        margin-top: 7px
    }

    .slide .btn-slider {
        margin-top: 12px
    }
}

.slider-banner {
    margin: -5px 0 10px -15px
}

.slider-banner .banner {
    height: 192px
}

.slider-banner .banner .banner-content {
    margin: 0 20px
}

.slider-banner .banner:nth-child(2) {
    margin-top: 16px
}

.slider-banner .main_slider_banner {
    height: 400px
}

.slider-banner .main_slider_banner .banner-content {
    margin: 0 20px
}

.slider-banner .main_slider_banner:nth-child(2) {
    margin-top: 16px
}

.banners-wrapper {
    margin-top: 50px
}

.banners-wrapper.banners-group {
    margin-top: 30px
}

.banner {
    background: no-repeat 50%;
    background-size: cover;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.banner:active,
.banner:focus,
.banner:hover {
    text-decoration: none
}

.banner:nth-child(2) {
    margin-top: 15px
}

.banner .overlay {
    background: hsla(0, 0%, 100%, .45);
    border-radius: 3px;
    bottom: 10px;
    left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    transform: scale(.9);
    transition: .2s ease-in;
    z-index: -1
}

.banner:hover .overlay {
    opacity: 1;
    transform: scale(1)
}

.banner .banner-content > p {
    font-size: 15px;
    margin-top: 3px
}

.banner .banner-content > span {
    display: inline-block;
    font-weight: 600;
    margin-top: 20px;
    transition: .2s ease-in-out
}

.theme-blue .banner .banner-content > span {
    color: #0068e1
}

.theme-violet .banner .banner-content > span {
    color: #783392
}

.theme-red .banner .banner-content > span {
    color: #e30047
}

.theme-sky-blue .banner .banner-content > span {
    color: #2ba1c0
}

.theme-marrs-green .banner .banner-content > span {
    color: #0a6f75
}

.theme-navy-blue .banner .banner-content > span {
    color: #31629f
}

.theme-pink .banner .banner-content > span {
    color: #f15497
}

.theme-black .banner .banner-content > span {
    color: #333645
}

.theme-blue .banner .banner-content > span:hover {
    color: #1a86ff
}

.theme-violet .banner .banner-content > span:hover {
    color: #9d44be
}

.theme-red .banner .banner-content > span:hover {
    color: #ff2167
}

.theme-sky-blue .banner .banner-content > span:hover {
    color: #3bb4d3
}

.theme-marrs-green .banner .banner-content > span:hover {
    color: #0c858c
}

.theme-navy-blue .banner .banner-content > span:hover {
    color: #3b75be
}

.theme-pink .banner .banner-content > span:hover {
    color: #f36ca5
}

.theme-black .banner .banner-content > span:hover {
    color: #494d62
}

.banner .banner-content > span:hover > i {
    transform: translateX(8px)
}

.banner .banner-content > span > i {
    margin-left: 2px;
    transition: .1s ease-in-out
}

.banner.banner-lg {
    height: 200px;
    margin-top: 50px
}

.banner.banner-lg .banner-content {
    margin: auto;
    text-align: center;
    width: 70%
}

.banner.banner-md,
.banner.banner-sm {
    height: 200px
}

.banner.banner-md .banner-content,
.banner.banner-sm .banner-content {
    margin-left: 30px
}

.banner.banner-md .banner-content {
    width: 70%
}

.banner.banner-sm .banner-content {
    width: 80%
}

.banner.banner-vr {
    height: 415px;
    margin-left: -15px
}

.banner.banner-vr .banner-content {
    bottom: 30px;
    left: 30px;
    position: absolute;
    right: 30px
}

.rtl .banner .banner-content > span > i {
    transform: translateX(0) rotateY(180deg)
}

.rtl .banner .banner-content > span:hover > i {
    transform: translateX(8px) rotateY(180deg)
}

@media screen and (max-width:991px) {
    .banners-wrapper > .row > .col-md-7 .banner-md {
        margin-top: 15px
    }

    .banner.banner-sm .banner-content {
        width: 70%
    }

    .banner.banner-vr {
        height: 350px;
        margin: 15px 0 0
    }
}

@media screen and (max-width:767px) {
    .banner.banner-lg .banner-content {
        width: 90%
    }

    .banner.banner-md .banner-content,
    .banner.banner-sm .banner-content {
        margin-left: 20px;
        width: 80%
    }
}

.ad-wrapper {
    margin: 15px 0;
    padding: 10px 0;
    text-align: center
}

.features-wrapper {
    border-radius: 3px;
    padding: 10px 0
}

.theme-black .features-wrapper,
.theme-blue .features-wrapper,
.theme-marrs-green .features-wrapper,
.theme-navy-blue .features-wrapper,
.theme-pink .features-wrapper,
.theme-red .features-wrapper,
.theme-sky-blue .features-wrapper,
.theme-violet .features-wrapper {
    border: 1px solid #e9e9e9
}

.single-feature {
    padding: 20px 0
}

.single-feature .feature-icon {
    margin-top: 7px;
    text-align: center;
    width: 60px
}

.theme-blue .single-feature .feature-icon {
    border-right: 1px solid #0068e1
}

.theme-violet .single-feature .feature-icon {
    border-right: 1px solid #783392
}

.theme-red .single-feature .feature-icon {
    border-right: 1px solid #e30047
}

.theme-sky-blue .single-feature .feature-icon {
    border-right: 1px solid #2ba1c0
}

.theme-marrs-green .single-feature .feature-icon {
    border-right: 1px solid #0a6f75
}

.theme-navy-blue .single-feature .feature-icon {
    border-right: 1px solid #31629f
}

.theme-pink .single-feature .feature-icon {
    border-right: 1px solid #f15497
}

.theme-black .single-feature .feature-icon {
    border-right: 1px solid #333645
}

.single-feature .feature-icon i {
    font-size: 35px
}

.theme-blue .single-feature .feature-icon i {
    color: #0068e1
}

.theme-violet .single-feature .feature-icon i {
    color: #783392
}

.theme-red .single-feature .feature-icon i {
    color: #e30047
}

.theme-sky-blue .single-feature .feature-icon i {
    color: #2ba1c0
}

.theme-marrs-green .single-feature .feature-icon i {
    color: #0a6f75
}

.theme-navy-blue .single-feature .feature-icon i {
    color: #31629f
}

.theme-pink .single-feature .feature-icon i {
    color: #f15497
}

.theme-black .single-feature .feature-icon i {
    color: #333645
}

.single-feature .feature-details {
    margin-left: 70px
}

.single-feature .feature-details p {
    font-size: 14px
}

.theme-black .single-feature .feature-details p,
.theme-blue .single-feature .feature-details p,
.theme-marrs-green .single-feature .feature-details p,
.theme-navy-blue .single-feature .feature-details p,
.theme-pink .single-feature .feature-details p,
.theme-red .single-feature .feature-details p,
.theme-sky-blue .single-feature .feature-details p,
.theme-violet .single-feature .feature-details p {
    color: #626060
}

@media screen and (max-width:767px) {
    .features-wrapper {
        margin-top: 15px
    }
}

.scroll-top {
    border: 1px solid;
    bottom: 70px;
    display: table;
    padding: 0 7px;
    position: fixed;
    right: 40px;
    text-align: center;
    transform: scale(0);
    transition: .6s;
    visibility: hidden;
    z-index: 999
}

.scroll-top i {
    font-size: 35px;
    transition: .2s ease-in-out
}

.theme-blue .scroll-top i {
    color: #0068e1
}

.theme-violet .scroll-top i {
    color: #783392
}

.theme-red .scroll-top i {
    color: #e30047
}

.theme-sky-blue .scroll-top i {
    color: #2ba1c0
}

.theme-marrs-green .scroll-top i {
    color: #0a6f75
}

.theme-navy-blue .scroll-top i {
    color: #31629f
}

.theme-pink .scroll-top i {
    color: #f15497
}

.theme-black .scroll-top i {
    color: #333645
}

.theme-blue .scroll-top i:hover {
    color: #1a86ff
}

.theme-violet .scroll-top i:hover {
    color: #9d44be
}

.theme-red .scroll-top i:hover {
    color: #ff2167
}

.theme-sky-blue .scroll-top i:hover {
    color: #3bb4d3
}

.theme-marrs-green .scroll-top i:hover {
    color: #0c858c
}

.theme-navy-blue .scroll-top i:hover {
    color: #3b75be
}

.theme-pink .scroll-top i:hover {
    color: #f36ca5
}

.theme-black .scroll-top i:hover {
    color: #494d62
}

.scroll-top.active {
    transform: scale(1);
    visibility: visible
}

.theme-black .scroll-top i {
    color: #0068e1
}

.theme-black .scroll-top i:hover {
    color: #1a86ff
}

.modal-open .modal {
    overflow-y: scroll
}

.modal {
    padding-right: 0 !important;
    z-index: 1093
}

.modal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    width: 60%
}

.modal .modal-dialog.modal-sm {
    width: 35%
}

.modal .modal-dialog.modal-sm .modal-form {
    padding: 0 15px
}

.modal .modal-dialog.modal-sm .modal-form .form-group label {
    float: left
}

.modal .modal-content {
    float: none;
    margin: 0 auto;
    overflow: visible !important;
    padding: 0
}

.theme-black .modal .modal-content,
.theme-blue .modal .modal-content,
.theme-marrs-green .modal .modal-content,
.theme-navy-blue .modal .modal-content,
.theme-pink .modal .modal-content,
.theme-red .modal .modal-content,
.theme-sky-blue .modal .modal-content,
.theme-violet .modal .modal-content {
    box-shadow: 0 2px 5px 0 #555
}

.modal .modal-body {
    margin-right: -1px;
    padding: 20px 5px
}

.modal.fade .modal-dialog {
    opacity: 0;
    transform: scale(.8);
    transition: .2s ease-in-out
}

.modal.fade.in .modal-dialog {
    opacity: 1;
    transform: scale(1)
}

.modal-backdrop {
    z-index: 1092
}

@media screen and (max-width:1199px) {
    .modal .modal-dialog {
        width: 65%
    }

    .modal .modal-dialog.modal-sm {
        width: 40%
    }

    .modal .quick-view-info {
        margin-top: 25px
    }
}

@media screen and (max-width:1100px) {
    .modal .modal-dialog {
        width: 70%
    }

    .modal .modal-dialog.modal-sm {
        width: 50%
    }
}

@media screen and (max-width:767px) {

    .modal .modal-dialog,
    .modal .modal-dialog.modal-sm {
        width: 95%
    }
}

@media screen and (max-width:380px) {
    .modal .modal-body {
        padding: 30px 0 15px
    }
}

.tab-ebooks {
    margin-top: 50px
}

.tab-ebooks .nav-tabs {
    border-bottom: none
}

.tab-ebooks .tab-content {
    margin-top: 20px
}

.tab-ebooks .tab-ebook-slider {
    padding-bottom: 30px
}

.tab-ebooks .slick-active .ebook-card:before {
    height: 250px
}

@media screen and (max-width:991px) {
    .tab-ebooks .section-header h3 {
        display: table;
        float: none !important;
        margin-bottom: 15px
    }

    .tab-ebooks .nav-tabs {
        float: none !important;
        text-align: center
    }

    .tab-ebooks .nav-tabs li {
        display: inline-block;
        float: none
    }

    .tab-ebooks .tab-ebook-slider {
        padding-bottom: 0
    }

    .tab-ebooks .slick-dots {
        display: none !important
    }
}

.grid-ebooks {
    display: grid
}

.grid-ebooks .ebook-card {
    margin-top: 40px;
    padding: 0 15px
}

.grid-ebooks .ebook-card:before {
    height: 250px
}

.recent-ebooks {
    overflow: hidden
}

.recent-ebooks .grid-ebooks {
    grid-template-columns: repeat(4, 25%)
}

@media screen and (min-width:1200px) {
    .recent-ebooks .grid-ebooks .ebook-card:nth-child(-n+4) {
        margin-top: 20px
    }
}

@media screen and (max-width:1199px) {
    .recent-ebooks .grid-ebooks {
        grid-template-columns: repeat(4, 25%)
    }
}

@media screen and (min-width:992px) {
    .recent-ebooks .grid-ebooks .ebook-card:nth-child(-n+4) {
        margin-top: 20px
    }
}

@media screen and (max-width:991px) {
    .recent-ebooks .grid-ebooks {
        grid-template-columns: repeat(3, 33.3333333333%)
    }
}

@media screen and (min-width:681px) {
    .recent-ebooks .grid-ebooks .ebook-card:nth-child(-n+3) {
        margin-top: 20px
    }
}

@media screen and (max-width:680px) {
    .recent-ebooks .grid-ebooks {
        grid-template-columns: repeat(2, 50%)
    }
}

@media screen and (min-width:501px) {
    .recent-ebooks .grid-ebooks .ebook-card:nth-child(-n+2) {
        margin-top: 20px
    }
}

@media screen and (max-width:500px) {
    .recent-ebooks .grid-ebooks {
        grid-template-columns: repeat(1, 100%)
    }

    .recent-ebooks .grid-ebooks .ebook-card:first-child {
        margin-top: 20px
    }
}

.base-image {
    border-radius: 3px;
    position: relative
}

.base-image .base-image-inner {
    cursor: auto;
    display: block;
    height: 320px;
    overflow: hidden;
    position: relative
}

.base-image .base-image-inner img {
    height: auto;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.base-image .image-placeholder {
    height: 320px
}

.base-image .image-placeholder > i {
    font-size: 120px
}

.social-share-btn {
    border-top: 1px solid #e9e9e9;
    margin-top: 10px;
    text-align: center
}

.social-share-btn .social-links {
    margin-left: 0
}

.social-share-btn .social-links > li {
    margin: 0 5px;
    padding: 0
}

.ebook-image .ebook-ribbon {
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 2
}

.ebook-image .ebook-ribbon > li {
    display: block;
    padding: 0
}

.ebook-image .ebook-ribbon > li .ribbon {
    color: #fff;
    display: block;
    float: right;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 4px 5px 3px;
    position: relative
}

.ebook-image .ebook-ribbon > li .ribbon:after {
    border-style: solid;
    border-width: 12px 5px 15px 6px;
    content: "";
    position: absolute;
    right: 100%;
    top: 0
}

.theme-black .ebook-image .ebook-ribbon .ribbon.bg-green:after,
.theme-blue .ebook-image .ebook-ribbon .ribbon.bg-green:after,
.theme-marrs-green .ebook-image .ebook-ribbon .ribbon.bg-green:after,
.theme-navy-blue .ebook-image .ebook-ribbon .ribbon.bg-green:after,
.theme-pink .ebook-image .ebook-ribbon .ribbon.bg-green:after,
.theme-red .ebook-image .ebook-ribbon .ribbon.bg-green:after,
.theme-sky-blue .ebook-image .ebook-ribbon .ribbon.bg-green:after,
.theme-violet .ebook-image .ebook-ribbon .ribbon.bg-green:after {
    border-color: transparent #37bc9b #37bc9b transparent
}

.theme-black .ebook-image .ebook-ribbon .ribbon.bg-red:after,
.theme-blue .ebook-image .ebook-ribbon .ribbon.bg-red:after,
.theme-marrs-green .ebook-image .ebook-ribbon .ribbon.bg-red:after,
.theme-navy-blue .ebook-image .ebook-ribbon .ribbon.bg-red:after,
.theme-pink .ebook-image .ebook-ribbon .ribbon.bg-red:after,
.theme-red .ebook-image .ebook-ribbon .ribbon.bg-red:after,
.theme-sky-blue .ebook-image .ebook-ribbon .ribbon.bg-red:after,
.theme-violet .ebook-image .ebook-ribbon .ribbon.bg-red:after {
    border-color: transparent #f36 #f36 transparent
}

.ebook-details {
    margin-top: 10px
}

.ebook-details .image-placeholder img {
    border-radius: 50%;
    height: 50px;
    margin-right: 10px;
    width: 50px
}

.ebook-details .default-placeholder i {
    font-size: 50px;
    margin-right: 10px
}

.ebook-details .ebook-view {
    margin-right: 10px
}

.ebook-details .ebook-rating {
    float: left;
    margin: 1px 10px 0 0
}

.ebook-details .ebook-rating > i {
    margin-top: 2px
}

.ebook-details .ebook-review {
    display: inline-block;
    font-size: 16px;
    margin-right: 20px
}

.theme-black .ebook-details .ebook-review,
.theme-blue .ebook-details .ebook-review,
.theme-marrs-green .ebook-details .ebook-review,
.theme-navy-blue .ebook-details .ebook-review,
.theme-pink .ebook-details .ebook-review,
.theme-red .ebook-details .ebook-review,
.theme-sky-blue .ebook-details .ebook-review,
.theme-violet .ebook-details .ebook-review {
    color: #555
}

.ebook-details .ebook-authors,
.ebook-details .ebook-incat,
.ebook-details .ebook-isbn-number,
.ebook-details .ebook-on,
.ebook-details .ebook-publisher,
.ebook-details .ebook-user {
    margin: 0 10px 5px 0
}

.ebook-details .ebook-incat {
    display: block
}

.ebook-details .ebook-brief {
    color: #737373;
    margin-bottom: 15px
}

.ebook-details .ebook-details-footer {
    border-top: 1px solid #e9e9e9;
    margin-top: 10px;
    padding-top: 5px
}

.rtl .ebook-details .ebook-rating i {
    transform: rotateY(180deg)
}

.ebook-tab {
    margin-top: 30px
}

.ebook-tab .description {
    padding: 30px 0 0
}

.ebook-tab .reviews {
    padding-top: 30px
}

.ebook-tab .rating {
    display: inline-block
}

.ebook-tab .user-review h3 {
    margin-bottom: 20px;
    padding-bottom: 30px
}

.theme-black .ebook-tab .user-review h3,
.theme-blue .ebook-tab .user-review h3,
.theme-marrs-green .ebook-tab .user-review h3,
.theme-navy-blue .ebook-tab .user-review h3,
.theme-pink .ebook-tab .user-review h3,
.theme-red .ebook-tab .user-review h3,
.theme-sky-blue .ebook-tab .user-review h3,
.theme-violet .ebook-tab .user-review h3 {
    border-bottom: 1px solid #e9e9e9
}

.ebook-tab .user-review .pagination {
    margin-top: 0
}

.average-rating {
    text-align: center
}

.average-rating .average {
    display: table;
    height: 80px;
    margin-right: 15px;
    text-align: center;
    width: 80px
}

.theme-black .average-rating .average,
.theme-blue .average-rating .average,
.theme-marrs-green .average-rating .average,
.theme-navy-blue .average-rating .average,
.theme-pink .average-rating .average,
.theme-red .average-rating .average,
.theme-sky-blue .average-rating .average,
.theme-violet .average-rating .average {
    border: 2px solid #f1f1f1
}

.average-rating .average span {
    display: table-cell;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    vertical-align: middle
}

.average-rating .ebook-rating {
    justify-content: center;
    margin-top: 10px
}

.average-rating .ebook-rating i {
    font-size: 24px
}

.average-rating .rate-of-average {
    display: block;
    font-weight: 600;
    margin-top: 8px
}

.average-rating .reviews-total {
    display: block;
    margin-top: 5px
}

.rtl .average-rating .ebook-rating i {
    transform: rotateY(180deg)
}

.rating .rating-bars-wrapper {
    margin-top: 25px;
    text-align: center
}

.rating .rating-bar {
    display: table;
    margin: 0 auto 15px;
    overflow: auto
}

.rating .rating-bar:last-child {
    margin-bottom: 0
}

.rating .rating-bar .rating-label {
    float: left;
    font-size: 17px;
    margin-right: 15px;
    text-align: left;
    width: 60px
}

.theme-black .rating .rating-bar .rating-label,
.theme-blue .rating .rating-bar .rating-label,
.theme-marrs-green .rating .rating-bar .rating-label,
.theme-navy-blue .rating .rating-bar .rating-label,
.theme-pink .rating .rating-bar .rating-label,
.theme-red .rating .rating-bar .rating-label,
.theme-sky-blue .rating .rating-bar .rating-label,
.theme-violet .rating .rating-bar .rating-label {
    color: #242424
}

.rating .rating-bar .progress {
    border-radius: 3px;
    box-shadow: none;
    float: left;
    height: 13px;
    margin: 6px 0 0;
    width: 200px
}

.theme-black .rating .rating-bar .progress,
.theme-blue .rating .rating-bar .progress,
.theme-marrs-green .rating .rating-bar .progress,
.theme-navy-blue .rating .rating-bar .progress,
.theme-pink .rating .rating-bar .progress,
.theme-red .rating .rating-bar .progress,
.theme-sky-blue .rating .rating-bar .progress,
.theme-violet .rating .rating-bar .progress {
    background: #c2c2c2
}

.theme-blue .rating .rating-bar .progress .progress-bar {
    background: #0068e1
}

.theme-violet .rating .rating-bar .progress .progress-bar {
    background: #783392
}

.theme-red .rating .rating-bar .progress .progress-bar {
    background: #e30047
}

.theme-sky-blue .rating .rating-bar .progress .progress-bar {
    background: #2ba1c0
}

.theme-marrs-green .rating .rating-bar .progress .progress-bar {
    background: #0a6f75
}

.theme-navy-blue .rating .rating-bar .progress .progress-bar {
    background: #31629f
}

.theme-pink .rating .rating-bar .progress .progress-bar {
    background: #f15497
}

.theme-black .rating .rating-bar .progress .progress-bar {
    background: #333645
}

.rating .rating-bar .rating-percentage {
    float: left;
    font-size: 17px;
    margin-left: 20px;
    text-align: left;
    width: 50px
}

.theme-black .rating .rating-bar .rating-percentage,
.theme-blue .rating .rating-bar .rating-percentage,
.theme-marrs-green .rating .rating-bar .rating-percentage,
.theme-navy-blue .rating .rating-bar .rating-percentage,
.theme-pink .rating .rating-bar .rating-percentage,
.theme-red .rating .rating-bar .rating-percentage,
.theme-sky-blue .rating .rating-bar .rating-percentage,
.theme-violet .rating .rating-bar .rating-percentage {
    color: #242424
}

.comment {
    margin-bottom: 20px;
    padding-bottom: 20px
}

.theme-black .comment,
.theme-blue .comment,
.theme-marrs-green .comment,
.theme-navy-blue .comment,
.theme-pink .comment,
.theme-red .comment,
.theme-sky-blue .comment,
.theme-violet .comment {
    border-bottom: 1px solid #e9e9e9
}

.comment .comment-details .user-name {
    font-weight: 500
}

.comment .comment-details .time {
    display: table;
    font-size: 15px;
    font-style: italic;
    margin: 5px 0 7px
}

.theme-black .comment .comment-details .time,
.theme-blue .comment .comment-details .time,
.theme-marrs-green .comment .comment-details .time,
.theme-navy-blue .comment .comment-details .time,
.theme-pink .comment .comment-details .time,
.theme-red .comment .comment-details .time,
.theme-sky-blue .comment .comment-details .time,
.theme-violet .comment .comment-details .time {
    color: #9a9a9a
}

.comment .comment-details .user-text {
    margin-top: 7px
}

.review-form {
    margin-top: 10px
}

.review-form form > span {
    display: inline-block;
    font-size: 16px;
    margin-top: 9px
}

.theme-black .review-form form > span,
.theme-blue .review-form form > span,
.theme-marrs-green .review-form form > span,
.theme-navy-blue .review-form form > span,
.theme-pink .review-form form > span,
.theme-red .review-form form > span,
.theme-sky-blue .review-form form > span,
.theme-violet .review-form form > span {
    color: #242424
}

.review-form .rating {
    display: inline-block;
    margin: 8px 0 5px
}

.review-form .rating > input {
    display: none
}

.review-form .rating > label {
    float: right;
    margin: 0;
    padding-right: 4px;
    transition: .2s ease-in-out
}

.theme-black .review-form .rating > label,
.theme-blue .review-form .rating > label,
.theme-marrs-green .review-form .rating > label,
.theme-navy-blue .review-form .rating > label,
.theme-pink .review-form .rating > label,
.theme-red .review-form .rating > label,
.theme-sky-blue .review-form .rating > label,
.theme-violet .review-form .rating > label {
    color: #d9d9d9
}

.review-form .rating > label:before {
    content: "\f006";
    cursor: pointer;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 400
}

.theme-black .review-form .rating > input:checked ~ label,
.theme-blue .review-form .rating > input:checked ~ label,
.theme-marrs-green .review-form .rating > input:checked ~ label,
.theme-navy-blue .review-form .rating > input:checked ~ label,
.theme-pink .review-form .rating > input:checked ~ label,
.theme-red .review-form .rating > input:checked ~ label,
.theme-sky-blue .review-form .rating > input:checked ~ label,
.theme-violet .review-form .rating > input:checked ~ label {
    color: #feca29
}

.review-form .rating > input:checked ~ label:before {
    content: "\f005"
}

.theme-black .review-form .rating:not(:checked) > label:hover,
.theme-blue .review-form .rating:not(:checked) > label:hover,
.theme-marrs-green .review-form .rating:not(:checked) > label:hover,
.theme-navy-blue .review-form .rating:not(:checked) > label:hover,
.theme-pink .review-form .rating:not(:checked) > label:hover,
.theme-red .review-form .rating:not(:checked) > label:hover,
.theme-sky-blue .review-form .rating:not(:checked) > label:hover,
.theme-violet .review-form .rating:not(:checked) > label:hover {
    color: #feca29
}

.review-form .rating:not(:checked) > label:hover:before {
    content: "\f005"
}

.theme-black .review-form .rating:not(:checked) > label:hover ~ label,
.theme-blue .review-form .rating:not(:checked) > label:hover ~ label,
.theme-marrs-green .review-form .rating:not(:checked) > label:hover ~ label,
.theme-navy-blue .review-form .rating:not(:checked) > label:hover ~ label,
.theme-pink .review-form .rating:not(:checked) > label:hover ~ label,
.theme-red .review-form .rating:not(:checked) > label:hover ~ label,
.theme-sky-blue .review-form .rating:not(:checked) > label:hover ~ label,
.theme-violet .review-form .rating:not(:checked) > label:hover ~ label {
    color: #feca29
}

.review-form .rating:not(:checked) > label:hover ~ label:before {
    content: "\f005"
}

.review-form .rating > input:checked + label:hover,
.review-form .rating > input:checked ~ label:hover,
.review-form .rating > input:checked ~ label:hover ~ label,
.review-form .rating > label:hover ~ input:checked ~ label {
    opacity: .6
}

.review-form .rating + .help-block {
    margin-bottom: 15px;
    margin-top: -10px
}

.theme-black .review-form .rating + .help-block,
.theme-blue .review-form .rating + .help-block,
.theme-marrs-green .review-form .rating + .help-block,
.theme-navy-blue .review-form .rating + .help-block,
.theme-pink .review-form .rating + .help-block,
.theme-red .review-form .rating + .help-block,
.theme-sky-blue .review-form .rating + .help-block,
.theme-violet .review-form .rating + .help-block {
    color: #f36
}

.review-form .rating-required {
    font-weight: 600
}

.theme-black .review-form .rating-required,
.theme-blue .review-form .rating-required,
.theme-marrs-green .review-form .rating-required,
.theme-navy-blue .review-form .rating-required,
.theme-pink .review-form .rating-required,
.theme-red .review-form .rating-required,
.theme-sky-blue .review-form .rating-required,
.theme-violet .review-form .rating-required {
    color: #f36
}

.review-form .note {
    margin-bottom: 0
}

.theme-black .review-form .note,
.theme-blue .review-form .note,
.theme-marrs-green .review-form .note,
.theme-navy-blue .review-form .note,
.theme-pink .review-form .note,
.theme-red .review-form .note,
.theme-sky-blue .review-form .note,
.theme-violet .review-form .note {
    color: #ff7070
}

.review-form .review-submit {
    margin: 0 15px 15px
}

@media screen and (max-width:1200px) {
    .base-image .base-image-inner {
        height: 245px
    }
}

@media screen and (max-width:991px) {

    .base-image .base-image-inner,
    .base-image .image-placeholder {
        height: 260px
    }

    .base-image .image-placeholder > i {
        font-size: 100px
    }

    .ebook-details {
        min-height: 0
    }

    .ebook-details .ebook-name {
        font-size: 30px;
        line-height: 36px
    }

    .reviews .rating {
        padding-right: 0
    }

    .ebook-tab .review-form {
        margin-left: 0
    }
}

@media screen and (max-width:767px) {
    .ebook-details-wrapper .row > .col-sm-5.col-xs-7 {
        width: 320px
    }

    .ebook-details {
        margin-top: 30px
    }
}

@media screen and (max-width:480px) {
    .ebook-details .ebook-brief {
        margin-bottom: 10px
    }
}

@media screen and (max-width:450px) {
    .ebook-details .availability {
        clear: both;
        float: none !important;
        margin: 0 0 10px
    }

    .ebook-tab .comment .comment-details {
        clear: both;
        margin-left: 0
    }
}

@media screen and (max-width:420px) {
    .ebook-details .add-to a:last-child {
        display: table;
        margin-left: 0
    }

    .rating .rating-bar .progress {
        width: 170px
    }
}

@media screen and (max-width:380px) {
    .ebook-details-wrapper .row > .col-sm-5.col-xs-7 {
        width: 100%
    }
}

.ebook-slider-wrapper {
    margin-top: 50px
}

.ebook-slider,
.ebook-slider-2 {
    margin-top: 20px
}

.ebook-slider-2 .slick-active .ebook-card:before,
.ebook-slider .slick-active .ebook-card:before {
    height: 250px
}

.ebook-card {
    display: block;
    position: relative;
    transition: .2s ease-in-out
}

.ebook-card:focus,
.ebook-card:hover {
    text-decoration: none
}

.ebook-card .div-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ebook-card .ebook-card-inner {
    overflow: hidden;
    position: relative
}

.ebook-card .ebook-image {
    position: relative
}

.ebook-card .image-holder,
.ebook-card .image-placeholder {
    height: 300px;
    transform: scale(1);
    transition: .2s ease-in-out
}

.ebook-card .image-placeholder > i {
    font-size: 70px
}

.ebook-card .ebook-ribbon {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 2
}

.ebook-card .ebook-ribbon > li {
    display: block;
    padding: 0
}

.ebook-card .ebook-ribbon > li .ribbon {
    color: #fff;
    display: block;
    float: right;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 4px 5px 3px;
    position: relative
}

.ebook-card .ebook-ribbon > li .ribbon:after {
    border-style: solid;
    border-width: 12px 5px 15px 6px;
    content: "";
    position: absolute;
    right: 100%;
    top: 0
}

.ebook-card .ribbon.bg-green:after {
    border-color: transparent rgba(55, 188, 155, .9) rgba(55, 188, 155, .9) transparent
}

.ebook-card .ribbon.bg-red:after {
    border-color: transparent rgba(255, 51, 102, .9) rgba(255, 51, 102, .9) transparent
}

.ebook-card .hover-action {
    display: none;
    left: 10px;
    position: absolute;
    top: 10px;
    transition: all .5s
}

.ebook-card .user-avatar {
    left: -12px;
    position: absolute;
    top: -12px;
    transition: .2s ease-in-out;
    z-index: 1
}

.ebook-card .user-avatar img {
    background: #fff;
    border-radius: 50%;
    height: 60px;
    width: 60px
}

.ebook-card .user-avatar i {
    background: #fff;
    border-radius: 50%;
    font-size: 60px
}

.ebook-card .ebook-category {
    margin-left: 10px
}

.ebook-card .ebook-content {
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 12px 5px 0;
    position: relative;
    transition: .2s ease-in-out
}

.ebook-card .ebook-content .ebook-name {
    display: block;
    font-family: Rubik, sans-serif;
    font-size: 15px;
    margin-top: 5px;
    text-align: left;
    transition: .2s ease-in-out
}

.theme-black .ebook-card .ebook-content .ebook-name,
.theme-blue .ebook-card .ebook-content .ebook-name,
.theme-marrs-green .ebook-card .ebook-content .ebook-name,
.theme-navy-blue .ebook-card .ebook-content .ebook-name,
.theme-pink .ebook-card .ebook-content .ebook-name,
.theme-red .ebook-card .ebook-content .ebook-name,
.theme-sky-blue .ebook-card .ebook-content .ebook-name,
.theme-violet .ebook-card .ebook-content .ebook-name {
    color: #626060
}

.ebook-card .ebook-content .ebook-name:hover {
    text-decoration: underline
}

.theme-black .ebook-card .ebook-content .ebook-name:hover,
.theme-blue .ebook-card .ebook-content .ebook-name:hover,
.theme-marrs-green .ebook-card .ebook-content .ebook-name:hover,
.theme-navy-blue .ebook-card .ebook-content .ebook-name:hover,
.theme-pink .ebook-card .ebook-content .ebook-name:hover,
.theme-red .ebook-card .ebook-content .ebook-name:hover,
.theme-sky-blue .ebook-card .ebook-content .ebook-name:hover,
.theme-violet .ebook-card .ebook-content .ebook-name:hover {
    color: #292929
}

.ebook-card .ebook-content .ebook-authors:hover,
.ebook-card .ebook-content .ebook-category:hover {
    text-decoration: none
}

.ebook-card .other-details ul.user-name {
    list-style: none;
    padding: 0 5px
}

.ebook-card .other-details ul.user-name li {
    font-size: 15px;
    width: 100%
}

.ebook-card:hover .btn-favorite > i {
    transform: translateY(0)
}

.ebook-card:hover .ebook-content {
    background: hsla(0, 0%, 100%, .9);
    transform: translateY(-35px)
}

.ebook-card:hover .more-details-wrapper {
    z-index: 1
}

.ebook-card:hover .user-avatar {
    transform: translateY(0)
}

.ebook-card:hover .ebook-category,
.ebook-card:hover .hover-action {
    display: block !important
}

.ebook-card .btn-favorite {
    background: transparent;
    font-size: 18px;
    padding: 0 0 0 5px;
    transition: .2s ease-in-out
}

.theme-black .ebook-card .btn-favorite,
.theme-blue .ebook-card .btn-favorite,
.theme-marrs-green .ebook-card .btn-favorite,
.theme-navy-blue .ebook-card .btn-favorite,
.theme-pink .ebook-card .btn-favorite,
.theme-red .ebook-card .btn-favorite,
.theme-sky-blue .ebook-card .btn-favorite,
.theme-violet .ebook-card .btn-favorite {
    color: #626060
}

.ebook-card .btn-favorite > i {
    margin: 0;
    transform: translateY(40px);
    transition: .2s ease-in-out
}

.theme-blue .ebook-card .btn-favorite:hover {
    color: #0068e1
}

.theme-violet .ebook-card .btn-favorite:hover {
    color: #783392
}

.theme-red .ebook-card .btn-favorite:hover {
    color: #e30047
}

.theme-sky-blue .ebook-card .btn-favorite:hover {
    color: #2ba1c0
}

.theme-marrs-green .ebook-card .btn-favorite:hover {
    color: #0a6f75
}

.theme-navy-blue .ebook-card .btn-favorite:hover {
    color: #31629f
}

.theme-pink .ebook-card .btn-favorite:hover {
    color: #f15497
}

.theme-black .ebook-card .btn-favorite:hover {
    color: #333645
}

.ebook-card .btn-favorite {
    border: none;
    margin-right: 10px
}

.ebook-card .more-details-wrapper {
    align-items: center;
    bottom: 10px;
    display: flex;
    justify-content: left;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1
}

.ebook-card .more-details-wrapper > form {
    display: inline-block
}

.ebook-card .more-details-wrapper > ul li {
    float: left;
    width: 50%
}

.rtl .ebook-card .btn-favorite + .tooltip.left .tooltip-arrow {
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
    left: 0;
    right: auto
}

@media screen and (max-width:991px) {
    .ebook-slider-wrapper-2 {
        margin-top: 50px
    }
}

.page-error {
    margin: 200px 0 140px;
    position: relative
}

.page-error > span {
    font-size: 250px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: -1
}

.theme-black .page-error > span,
.theme-blue .page-error > span,
.theme-marrs-green .page-error > span,
.theme-navy-blue .page-error > span,
.theme-pink .page-error > span,
.theme-red .page-error > span,
.theme-sky-blue .page-error > span,
.theme-violet .page-error > span {
    color: #f1f1f1
}

.page-error > span > span {
    display: inline-block;
    transform: rotateY(180deg)
}

.page-error .error-text > h4 {
    color: #737373;
    margin-top: 2px
}

.rtl .page-error > span > span {
    float: left
}

@media screen and (max-width:767px) {
    .page-error {
        margin: 150px 0 90px
    }
}

@media screen and (max-width:480px) {
    .page-error > span {
        font-size: 170px
    }
}

.login-form .form-inner {
    padding-bottom: 15px
}

.login-form .login .register {
    background: #fff;
    border-radius: 100%;
    height: 50px;
    position: absolute;
    right: 40px;
    text-align: center;
    top: -25px;
    transition: .2s ease-in-out;
    width: 50px
}

.theme-blue .login-form .login .register {
    border: 4px solid #0068e1;
    color: #555
}

.theme-violet .login-form .login .register {
    border: 4px solid #783392;
    color: #555
}

.theme-red .login-form .login .register {
    border: 4px solid #e30047;
    color: #555
}

.theme-sky-blue .login-form .login .register {
    border: 4px solid #2ba1c0;
    color: #555
}

.theme-marrs-green .login-form .login .register {
    border: 4px solid #0a6f75;
    color: #555
}

.theme-navy-blue .login-form .login .register {
    border: 4px solid #31629f;
    color: #555
}

.theme-pink .login-form .login .register {
    border: 4px solid #f15497;
    color: #555
}

.theme-black .login-form .login .register {
    border: 4px solid #333645;
    color: #555
}

.theme-blue .login-form .login .register:hover {
    color: #0068e1
}

.theme-violet .login-form .login .register:hover {
    color: #783392
}

.theme-red .login-form .login .register:hover {
    color: #e30047
}

.theme-sky-blue .login-form .login .register:hover {
    color: #2ba1c0
}

.theme-marrs-green .login-form .login .register:hover {
    color: #0a6f75
}

.theme-navy-blue .login-form .login .register:hover {
    color: #31629f
}

.theme-pink .login-form .login .register:hover {
    color: #f15497
}

.theme-black .login-form .login .register:hover {
    color: #333645
}

.login-form .login .register > i {
    font-size: 24px;
    margin-left: 3px;
    margin-top: 9px
}

.login-form .login .btn-login {
    margin: 5px auto 8px;
    padding: 11px 60px
}

.login-form .forgot-password {
    font-size: 16px;
    margin-top: 10px;
    transition: .2s ease-in-out
}

.theme-blue .login-form .forgot-password {
    color: #0068e1
}

.theme-violet .login-form .forgot-password {
    color: #783392
}

.theme-red .login-form .forgot-password {
    color: #e30047
}

.theme-sky-blue .login-form .forgot-password {
    color: #2ba1c0
}

.theme-marrs-green .login-form .forgot-password {
    color: #0a6f75
}

.theme-navy-blue .login-form .forgot-password {
    color: #31629f
}

.theme-pink .login-form .forgot-password {
    color: #f15497
}

.theme-black .login-form .forgot-password {
    color: #333645
}

.theme-blue .login-form .forgot-password:hover {
    color: #1a86ff
}

.theme-violet .login-form .forgot-password:hover {
    color: #9d44be
}

.theme-red .login-form .forgot-password:hover {
    color: #ff2167
}

.theme-sky-blue .login-form .forgot-password:hover {
    color: #3bb4d3
}

.theme-marrs-green .login-form .forgot-password:hover {
    color: #0c858c
}

.theme-navy-blue .login-form .forgot-password:hover {
    color: #3b75be
}

.theme-pink .login-form .forgot-password:hover {
    color: #f36ca5
}

.theme-black .login-form .forgot-password:hover {
    color: #494d62
}

.form-wrapper .social-login-buttons {
    margin-top: 15px
}

.form-wrapper .social-login-buttons > span {
    display: block;
    font-weight: 600;
    margin-bottom: 10px
}

.form-wrapper .social-login-buttons .hline {
    line-height: .2em;
    margin: 20px 0;
    text-align: center;
    width: 100%
}

.form-wrapper .social-login-buttons .hline-innertext {
    border-radius: 50%;
    padding: 8px 10px
}

.form-wrapper .social-login-buttons .btn-facebook {
    background: #4267b2;
    border-radius: 10px;
    color: #fff;
    opacity: .85;
    padding: 10px;
    transition: .2s ease-in-out;
    width: 75%
}

.form-wrapper .social-login-buttons .btn-facebook:hover {
    opacity: 1
}

.form-wrapper .social-login-buttons .btn-google {
    background: #dd4b39;
    border-radius: 10px;
    color: #fff;
    opacity: .85;
    padding: 10px;
    transition: .2s ease-in-out;
    width: 75%
}

.form-wrapper .social-login-buttons .btn-google:hover {
    opacity: 1
}

@media screen and (max-width:415px) {
    .login-form .checkbox {
        display: table;
        float: none !important;
        margin: 15px auto 0
    }

    .login-form .forgot-password {
        display: table;
        float: none !important;
        margin: 10px auto
    }
}

.reset-password .form-group .input-icon {
    top: 6px !important
}

.reset-password .btn-reset {
    margin-bottom: 10px
}

.register-wrapper {
    margin-top: 30px
}

.register-wrapper > .col-lg-6.col-md-7 {
    float: none;
    margin: auto
}

.register-form .form-inner {
    padding-bottom: 15px
}

.register-form .form-group {
    margin-bottom: 20px
}

.register-form .checkbox {
    display: inline-block;
    margin: 10px 0 15px 15px;
    transition: .2s ease-in-out
}

.theme-blue .register-form .checkbox a {
    color: #0068e1
}

.theme-violet .register-form .checkbox a {
    color: #783392
}

.theme-red .register-form .checkbox a {
    color: #e30047
}

.theme-sky-blue .register-form .checkbox a {
    color: #2ba1c0
}

.theme-marrs-green .register-form .checkbox a {
    color: #0a6f75
}

.theme-navy-blue .register-form .checkbox a {
    color: #31629f
}

.theme-pink .register-form .checkbox a {
    color: #f15497
}

.theme-black .register-form .checkbox a {
    color: #333645
}

.theme-blue .register-form .checkbox a:hover {
    color: #1a86ff
}

.theme-violet .register-form .checkbox a:hover {
    color: #9d44be
}

.theme-red .register-form .checkbox a:hover {
    color: #ff2167
}

.theme-sky-blue .register-form .checkbox a:hover {
    color: #3bb4d3
}

.theme-marrs-green .register-form .checkbox a:hover {
    color: #0c858c
}

.theme-navy-blue .register-form .checkbox a:hover {
    color: #3b75be
}

.theme-pink .register-form .checkbox a:hover {
    color: #f36ca5
}

.theme-black .register-form .checkbox a:hover {
    color: #494d62
}

.register-form .btn-register {
    margin: 0 15px
}

@media screen and (max-width:480px) {
    .register-form .checkbox {
        margin-top: 0
    }

    .register-form .btn-register {
        display: table;
        float: none !important;
        margin-bottom: 5px
    }
}

.contact-wrapper {
    margin-top: 30px
}

.contact-left {
    padding-bottom: 20px
}

.contact-left textarea {
    height: 160px
}

.contact-left .btn-submit {
    margin-top: 5px
}

.contact-right .contact-info {
    margin-bottom: 30px
}

.contact-right .contact-info:last-child {
    margin-bottom: 0
}

.contact-right .contact-info > i {
    font-size: 24px
}

.theme-blue .contact-right .contact-info > i {
    color: #0068e1
}

.theme-violet .contact-right .contact-info > i {
    color: #783392
}

.theme-red .contact-right .contact-info > i {
    color: #e30047
}

.theme-sky-blue .contact-right .contact-info > i {
    color: #2ba1c0
}

.theme-marrs-green .contact-right .contact-info > i {
    color: #0a6f75
}

.theme-navy-blue .contact-right .contact-info > i {
    color: #31629f
}

.theme-pink .contact-right .contact-info > i {
    color: #f15497
}

.theme-black .contact-right .contact-info > i {
    color: #333645
}

.contact-right .contact-text {
    margin-left: 40px
}

.contact-right .contact-text > h4 {
    margin-bottom: 5px
}

.contact-right .contact-text > span {
    color: #737373;
    white-space: pre-wrap;
    word-break: break-all
}

@media screen and (max-width:991px) {
    .contact-right {
        margin-top: 50px
    }
}

.my-account .sidebar-menu {
    margin-top: 1px
}

.my-account .sidebar-menu ul {
    margin: 0
}

.my-account .sidebar-menu li {
    display: block
}

.theme-black .my-account .sidebar-menu li,
.theme-blue .my-account .sidebar-menu li,
.theme-marrs-green .my-account .sidebar-menu li,
.theme-navy-blue .my-account .sidebar-menu li,
.theme-pink .my-account .sidebar-menu li,
.theme-red .my-account .sidebar-menu li,
.theme-sky-blue .my-account .sidebar-menu li,
.theme-violet .my-account .sidebar-menu li {
    border-bottom: 1px solid #e9e9e9
}

.theme-black .my-account .sidebar-menu li:first-child,
.theme-blue .my-account .sidebar-menu li:first-child,
.theme-marrs-green .my-account .sidebar-menu li:first-child,
.theme-navy-blue .my-account .sidebar-menu li:first-child,
.theme-pink .my-account .sidebar-menu li:first-child,
.theme-red .my-account .sidebar-menu li:first-child,
.theme-sky-blue .my-account .sidebar-menu li:first-child,
.theme-violet .my-account .sidebar-menu li:first-child {
    border-top: 1px solid #e9e9e9
}

.my-account .sidebar-menu li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0;
    position: relative;
    transition: .2s ease-in-out
}

.theme-black .my-account .sidebar-menu li a,
.theme-blue .my-account .sidebar-menu li a,
.theme-marrs-green .my-account .sidebar-menu li a,
.theme-navy-blue .my-account .sidebar-menu li a,
.theme-pink .my-account .sidebar-menu li a,
.theme-red .my-account .sidebar-menu li a,
.theme-sky-blue .my-account .sidebar-menu li a,
.theme-violet .my-account .sidebar-menu li a {
    color: #555
}

.theme-blue .my-account .sidebar-menu li a:hover {
    color: #0068e1
}

.theme-violet .my-account .sidebar-menu li a:hover {
    color: #783392
}

.theme-red .my-account .sidebar-menu li a:hover {
    color: #e30047
}

.theme-sky-blue .my-account .sidebar-menu li a:hover {
    color: #2ba1c0
}

.theme-marrs-green .my-account .sidebar-menu li a:hover {
    color: #0a6f75
}

.theme-navy-blue .my-account .sidebar-menu li a:hover {
    color: #31629f
}

.theme-pink .my-account .sidebar-menu li a:hover {
    color: #f15497
}

.theme-black .my-account .sidebar-menu li a:hover {
    color: #333645
}

.theme-blue .my-account .sidebar-menu li a:hover i {
    color: #0068e1
}

.theme-violet .my-account .sidebar-menu li a:hover i {
    color: #783392
}

.theme-red .my-account .sidebar-menu li a:hover i {
    color: #e30047
}

.theme-sky-blue .my-account .sidebar-menu li a:hover i {
    color: #2ba1c0
}

.theme-marrs-green .my-account .sidebar-menu li a:hover i {
    color: #0a6f75
}

.theme-navy-blue .my-account .sidebar-menu li a:hover i {
    color: #31629f
}

.theme-pink .my-account .sidebar-menu li a:hover i {
    color: #f15497
}

.theme-black .my-account .sidebar-menu li a:hover i {
    color: #333645
}

.my-account .sidebar-menu li a i {
    margin-right: 5px;
    transition: .2s ease-in-out
}

.theme-black .my-account .sidebar-menu li a i,
.theme-blue .my-account .sidebar-menu li a i,
.theme-marrs-green .my-account .sidebar-menu li a i,
.theme-navy-blue .my-account .sidebar-menu li a i,
.theme-pink .my-account .sidebar-menu li a i,
.theme-red .my-account .sidebar-menu li a i,
.theme-sky-blue .my-account .sidebar-menu li a i,
.theme-violet .my-account .sidebar-menu li a i {
    color: #626060
}

.theme-blue .my-account .sidebar-menu li.active a {
    color: #0068e1
}

.theme-violet .my-account .sidebar-menu li.active a {
    color: #783392
}

.theme-red .my-account .sidebar-menu li.active a {
    color: #e30047
}

.theme-sky-blue .my-account .sidebar-menu li.active a {
    color: #2ba1c0
}

.theme-marrs-green .my-account .sidebar-menu li.active a {
    color: #0a6f75
}

.theme-navy-blue .my-account .sidebar-menu li.active a {
    color: #31629f
}

.theme-pink .my-account .sidebar-menu li.active a {
    color: #f15497
}

.theme-black .my-account .sidebar-menu li.active a {
    color: #333645
}

.theme-blue .my-account .sidebar-menu li.active a i {
    color: #0068e1
}

.theme-violet .my-account .sidebar-menu li.active a i {
    color: #783392
}

.theme-red .my-account .sidebar-menu li.active a i {
    color: #e30047
}

.theme-sky-blue .my-account .sidebar-menu li.active a i {
    color: #2ba1c0
}

.theme-marrs-green .my-account .sidebar-menu li.active a i {
    color: #0a6f75
}

.theme-navy-blue .my-account .sidebar-menu li.active a i {
    color: #31629f
}

.theme-pink .my-account .sidebar-menu li.active a i {
    color: #f15497
}

.theme-black .my-account .sidebar-menu li.active a i {
    color: #333645
}

.index-table {
    border-radius: 3px;
    padding: 10px 15px 5px
}

.theme-black .index-table,
.theme-blue .index-table,
.theme-marrs-green .index-table,
.theme-navy-blue .index-table,
.theme-pink .index-table,
.theme-red .index-table,
.theme-sky-blue .index-table,
.theme-violet .index-table {
    border: 1px solid #e9e9e9
}

.index-table > h3 {
    margin: 25px 0 30px
}

.index-table .table-responsive td:first-child,
.index-table .table-responsive th:first-child {
    padding-left: 0;
    width: 105px
}

.index-table .table-responsive td {
    padding: 12px 8px;
    vertical-align: middle
}

.index-table .table-responsive td:first-child .image-holder,
.index-table .table-responsive td:first-child .image-placeholder {
    margin: 5px 0
}

.index-table .table-responsive td:nth-child(2) a {
    font-size: 16px
}

.theme-black .index-table .table-responsive td:nth-child(2) a,
.theme-blue .index-table .table-responsive td:nth-child(2) a,
.theme-marrs-green .index-table .table-responsive td:nth-child(2) a,
.theme-navy-blue .index-table .table-responsive td:nth-child(2) a,
.theme-pink .index-table .table-responsive td:nth-child(2) a,
.theme-red .index-table .table-responsive td:nth-child(2) a,
.theme-sky-blue .index-table .table-responsive td:nth-child(2) a,
.theme-violet .index-table .table-responsive td:nth-child(2) a {
    color: #555
}

.theme-blue .index-table .table-responsive td:nth-child(2) a:hover {
    color: #0068e1
}

.theme-violet .index-table .table-responsive td:nth-child(2) a:hover {
    color: #783392
}

.theme-red .index-table .table-responsive td:nth-child(2) a:hover {
    color: #e30047
}

.theme-sky-blue .index-table .table-responsive td:nth-child(2) a:hover {
    color: #2ba1c0
}

.theme-marrs-green .index-table .table-responsive td:nth-child(2) a:hover {
    color: #0a6f75
}

.theme-navy-blue .index-table .table-responsive td:nth-child(2) a:hover {
    color: #31629f
}

.theme-pink .index-table .table-responsive td:nth-child(2) a:hover {
    color: #f15497
}

.theme-black .index-table .table-responsive td:nth-child(2) a:hover {
    color: #333645
}

.index-table .table-responsive td.action a {
    display: inline-block
}

.theme-black .index-table .table-favorite td,
.theme-blue .index-table .table-favorite td,
.theme-marrs-green .index-table .table-favorite td,
.theme-navy-blue .index-table .table-favorite td,
.theme-pink .index-table .table-favorite td,
.theme-red .index-table .table-favorite td,
.theme-sky-blue .index-table .table-favorite td,
.theme-violet .index-table .table-favorite td {
    border-top: 1px solid #f1f1f1
}

.index-table .image-placeholder {
    border-radius: 3px;
    height: 70px;
    width: 75px
}

.theme-black .index-table .image-placeholder,
.theme-blue .index-table .image-placeholder,
.theme-marrs-green .index-table .image-placeholder,
.theme-navy-blue .index-table .image-placeholder,
.theme-pink .index-table .image-placeholder,
.theme-red .index-table .image-placeholder,
.theme-sky-blue .index-table .image-placeholder,
.theme-violet .index-table .image-placeholder {
    border: 1px solid #e9e9e9
}

.index-table .image-placeholder > i {
    font-size: 36px
}

.index-table .image-holder {
    height: 70px;
    width: 75px
}

.account-details {
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 10px 15px 5px
}

.theme-black .account-details,
.theme-blue .account-details,
.theme-marrs-green .account-details,
.theme-navy-blue .account-details,
.theme-pink .account-details,
.theme-red .account-details,
.theme-sky-blue .account-details,
.theme-violet .account-details {
    border: 1px solid #e9e9e9
}

.account-details .account {
    margin-bottom: 15px
}

.account-details h4 {
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 5px
}

.theme-black .account-details h4,
.theme-blue .account-details h4,
.theme-marrs-green .account-details h4,
.theme-navy-blue .account-details h4,
.theme-pink .account-details h4,
.theme-red .account-details h4,
.theme-sky-blue .account-details h4,
.theme-violet .account-details h4 {
    border-bottom: 1px solid #d9d9d9
}

@media screen and (max-width:991px) {
    .my-account .sidebar-menu {
        margin-bottom: 30px;
        margin-top: 0
    }
}

.my-dashboard .table > tbody > tr > td:first-child,
.my-dashboard .table > thead > tr > th:first-child {
    padding-left: 0
}

.my-dashboard .account-information {
    border-radius: 3px;
    padding: 15px
}

.theme-black .my-dashboard .account-information,
.theme-blue .my-dashboard .account-information,
.theme-marrs-green .my-dashboard .account-information,
.theme-navy-blue .my-dashboard .account-information,
.theme-pink .my-dashboard .account-information,
.theme-red .my-dashboard .account-information,
.theme-sky-blue .my-dashboard .account-information,
.theme-violet .my-dashboard .account-information {
    border: 1px solid #e9e9e9
}

.my-dashboard .account-information h4 {
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 5px
}

.theme-black .my-dashboard .account-information h4,
.theme-blue .my-dashboard .account-information h4,
.theme-marrs-green .my-dashboard .account-information h4,
.theme-navy-blue .my-dashboard .account-information h4,
.theme-pink .my-dashboard .account-information h4,
.theme-red .my-dashboard .account-information h4,
.theme-sky-blue .my-dashboard .account-information h4,
.theme-violet .my-dashboard .account-information h4 {
    border-bottom: 1px solid #d9d9d9
}

.my-dashboard .account-information span {
    display: block;
    font-size: 16px;
    padding: 4px 0
}

.my-dashboard .account-information a {
    display: table;
    padding: 4px 0;
    transition: .2s ease-in-out
}

.theme-blue .my-dashboard .account-information a {
    color: #0068e1
}

.theme-violet .my-dashboard .account-information a {
    color: #783392
}

.theme-red .my-dashboard .account-information a {
    color: #e30047
}

.theme-sky-blue .my-dashboard .account-information a {
    color: #2ba1c0
}

.theme-marrs-green .my-dashboard .account-information a {
    color: #0a6f75
}

.theme-navy-blue .my-dashboard .account-information a {
    color: #31629f
}

.theme-pink .my-dashboard .account-information a {
    color: #f15497
}

.theme-black .my-dashboard .account-information a {
    color: #333645
}

.theme-blue .my-dashboard .account-information a:hover {
    color: #1a86ff
}

.theme-violet .my-dashboard .account-information a:hover {
    color: #9d44be
}

.theme-red .my-dashboard .account-information a:hover {
    color: #ff2167
}

.theme-sky-blue .my-dashboard .account-information a:hover {
    color: #3bb4d3
}

.theme-marrs-green .my-dashboard .account-information a:hover {
    color: #0c858c
}

.theme-navy-blue .my-dashboard .account-information a:hover {
    color: #3b75be
}

.theme-pink .my-dashboard .account-information a:hover {
    color: #f36ca5
}

.theme-black .my-dashboard .account-information a:hover {
    color: #494d62
}

.my-dashboard .dot {
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    width: 10px
}

.my-dashboard .red {
    background-color: #fc4b4b
}

.my-dashboard .green {
    background-color: #37bc9b
}

.theme-black .ebook-list-header,
.theme-blue .ebook-list-header,
.theme-marrs-green .ebook-list-header,
.theme-navy-blue .ebook-list-header,
.theme-pink .ebook-list-header,
.theme-red .ebook-list-header,
.theme-sky-blue .ebook-list-header,
.theme-violet .ebook-list-header {
    border-bottom: 1px solid #d9d9d9
}

.theme-black .ebook-list-header .search-result-title span,
.theme-blue .ebook-list-header .search-result-title span,
.theme-marrs-green .ebook-list-header .search-result-title span,
.theme-navy-blue .ebook-list-header .search-result-title span,
.theme-pink .ebook-list-header .search-result-title span,
.theme-red .ebook-list-header .search-result-title span,
.theme-sky-blue .ebook-list-header .search-result-title span,
.theme-violet .ebook-list-header .search-result-title span {
    color: #9a9a9a
}

.ebook-list-header .nav-tabs {
    border: none;
    margin-right: 10px
}

.theme-blue .ebook-list-header .nav-tabs > li.active a {
    color: #0068e1 !important
}

.theme-violet .ebook-list-header .nav-tabs > li.active a {
    color: #783392 !important
}

.theme-red .ebook-list-header .nav-tabs > li.active a {
    color: #e30047 !important
}

.theme-sky-blue .ebook-list-header .nav-tabs > li.active a {
    color: #2ba1c0 !important
}

.theme-marrs-green .ebook-list-header .nav-tabs > li.active a {
    color: #0a6f75 !important
}

.theme-navy-blue .ebook-list-header .nav-tabs > li.active a {
    color: #31629f !important
}

.theme-pink .ebook-list-header .nav-tabs > li.active a {
    color: #f15497 !important
}

.theme-black .ebook-list-header .nav-tabs > li.active a {
    color: #333645 !important
}

.ebook-list-header .nav-tabs > li > a {
    font-size: 20px;
    margin-top: 9px;
    padding: 0 8px
}

.theme-black .ebook-list-header .nav-tabs > li > a,
.theme-blue .ebook-list-header .nav-tabs > li > a,
.theme-marrs-green .ebook-list-header .nav-tabs > li > a,
.theme-navy-blue .ebook-list-header .nav-tabs > li > a,
.theme-pink .ebook-list-header .nav-tabs > li > a,
.theme-red .ebook-list-header .nav-tabs > li > a,
.theme-sky-blue .ebook-list-header .nav-tabs > li > a,
.theme-violet .ebook-list-header .nav-tabs > li > a {
    color: #c2c2c2
}

.ebook-list-header .nav-tabs > li > a:after {
    height: 0;
    width: 0
}

.theme-black .ebook-list-header .nav-tabs > li > a:hover,
.theme-blue .ebook-list-header .nav-tabs > li > a:hover,
.theme-marrs-green .ebook-list-header .nav-tabs > li > a:hover,
.theme-navy-blue .ebook-list-header .nav-tabs > li > a:hover,
.theme-pink .ebook-list-header .nav-tabs > li > a:hover,
.theme-red .ebook-list-header .nav-tabs > li > a:hover,
.theme-sky-blue .ebook-list-header .nav-tabs > li > a:hover,
.theme-violet .ebook-list-header .nav-tabs > li > a:hover {
    color: #9a9a9a
}

.ebook-list-header .nav-tabs > li > a i {
    -webkit-text-stroke: .5px #fff
}

.ebook-list-header .search-result-right {
    display: flex
}

.user-details-section {
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
    padding: 15px
}

.user-details-section .date,
.user-details-section .role {
    display: block;
    font-size: 12px
}

.user-details-section .details-section {
    border-top: 1px solid #000;
    font-size: 12px;
    margin-top: 10px;
    padding-top: 10px;
    text-align: justify
}

.user-details-section .image-placeholder img {
    border-radius: 50%;
    height: 150px;
    margin-bottom: 10px;
    width: 150px
}

.user-details-section .default-placeholder i {
    font-size: 100px;
    margin-bottom: 10px
}

.user-details {
    text-align: center
}

.user-details .social-links > li a {
    display: table;
    font-size: 20px;
    height: 40px;
    text-align: center;
    transition: .2s ease-in-out;
    width: 25px
}

.filter-section {
    margin-bottom: 20px
}

.filter-section:last-child {
    border-bottom: none
}

.filter-section:last-child .filter-options:last-child {
    padding-bottom: 0
}

.filter-section .filter-category {
    margin: 0;
    padding: 6px 15px
}

.theme-black .filter-section .filter-category,
.theme-blue .filter-section .filter-category,
.theme-marrs-green .filter-section .filter-category,
.theme-navy-blue .filter-section .filter-category,
.theme-pink .filter-section .filter-category,
.theme-red .filter-section .filter-category,
.theme-sky-blue .filter-section .filter-category,
.theme-violet .filter-section .filter-category {
    border-right: 1px solid #e9e9e9
}

.filter-section .filter-category li {
    display: block;
    padding: 0
}

.filter-section .filter-category li > ul {
    display: none
}

.theme-blue .filter-section .filter-category li.active > a {
    color: #0068e1
}

.theme-violet .filter-section .filter-category li.active > a {
    color: #783392
}

.theme-red .filter-section .filter-category li.active > a {
    color: #e30047
}

.theme-sky-blue .filter-section .filter-category li.active > a {
    color: #2ba1c0
}

.theme-marrs-green .filter-section .filter-category li.active > a {
    color: #0a6f75
}

.theme-navy-blue .filter-section .filter-category li.active > a {
    color: #31629f
}

.theme-pink .filter-section .filter-category li.active > a {
    color: #f15497
}

.theme-black .filter-section .filter-category li.active > a {
    color: #333645
}

.theme-black .filter-section .filter-category > li,
.theme-blue .filter-section .filter-category > li,
.theme-marrs-green .filter-section .filter-category > li,
.theme-navy-blue .filter-section .filter-category > li,
.theme-pink .filter-section .filter-category > li,
.theme-red .filter-section .filter-category > li,
.theme-sky-blue .filter-section .filter-category > li,
.theme-violet .filter-section .filter-category > li {
    border-bottom: 1px solid #f1f1f1
}

.filter-section .filter-category > li:last-child {
    border-bottom: none
}

.filter-section .filter-category > li > i {
    margin-top: 13px
}

.filter-section .filter-category > li > a {
    padding: 10px 0
}

.filter-section .filter-category > li ul li i {
    margin-top: 7px
}

.filter-section .filter-category > li ul li a {
    padding: 5px 0
}

.filter-section .filter-category > li ul li:first-child i {
    margin-top: 3px
}

.filter-section .filter-category > li ul li:first-child a {
    padding-top: 0
}

.filter-section .filter-category a {
    display: block;
    margin-left: 18px;
    transition: .2s ease-in-out
}

.theme-black .filter-section .filter-category a,
.theme-blue .filter-section .filter-category a,
.theme-marrs-green .filter-section .filter-category a,
.theme-navy-blue .filter-section .filter-category a,
.theme-pink .filter-section .filter-category a,
.theme-red .filter-section .filter-category a,
.theme-sky-blue .filter-section .filter-category a,
.theme-violet .filter-section .filter-category a {
    color: #626060
}

.theme-blue .filter-section .filter-category a:hover {
    color: #0068e1
}

.theme-violet .filter-section .filter-category a:hover {
    color: #783392
}

.theme-red .filter-section .filter-category a:hover {
    color: #e30047
}

.theme-sky-blue .filter-section .filter-category a:hover {
    color: #2ba1c0
}

.theme-marrs-green .filter-section .filter-category a:hover {
    color: #0a6f75
}

.theme-navy-blue .filter-section .filter-category a:hover {
    color: #31629f
}

.theme-pink .filter-section .filter-category a:hover {
    color: #f15497
}

.theme-black .filter-section .filter-category a:hover {
    color: #333645
}

.filter-section .filter-category i {
    cursor: pointer;
    transform: rotate(0deg);
    transition: .2s ease-in-out
}

.filter-section .filter-category i.open {
    transform: rotate(90deg)
}

.filter-section .filter-category ul {
    list-style: none;
    margin: 0 0 5px 15px
}

.filter-section .filter-category ul ul {
    margin: 0 0 0 20px
}

.filter-section .sub-category > i {
    transform: rotate(0deg);
    transition: .2s ease-in-out
}

.filter-section .sub-category.active > i {
    transform: rotate(90deg)
}

.filter-section .form-group {
    margin-bottom: 0;
    overflow: auto
}

.filter-section h4 {
    margin-bottom: 8px
}

.theme-black .filter-section h4,
.theme-blue .filter-section h4,
.theme-marrs-green .filter-section h4,
.theme-navy-blue .filter-section h4,
.theme-pink .filter-section h4,
.theme-red .filter-section h4,
.theme-sky-blue .filter-section h4,
.theme-violet .filter-section h4 {
    border-bottom: 2px solid #e9e9e9;
    color: #626060
}

.filter-section .checkbox {
    float: left;
    margin-bottom: 5px
}

.filter-section .checkbox:first-child {
    margin-top: 5px
}

.filter-section .checkbox:last-child {
    margin-bottom: 10px
}

.filter-section .checkbox > label {
    font-size: 15px;
    word-break: break-all
}

.rtl .filter-section .filter-category i {
    cursor: pointer;
    transform: rotate(0deg) rotateY(180deg);
    transition: .2s ease-in-out
}

.rtl .filter-section .filter-category i.open {
    transform: rotate(90deg) rotateY(180deg)
}

.btn-filter {
    margin-top: 30px
}

.ebook-list-result {
    padding-bottom: 20px
}

.theme-black .ebook-list-result,
.theme-blue .ebook-list-result,
.theme-marrs-green .ebook-list-result,
.theme-navy-blue .ebook-list-result,
.theme-pink .ebook-list-result,
.theme-red .ebook-list-result,
.theme-sky-blue .ebook-list-result,
.theme-violet .ebook-list-result {
    border-bottom: 1px solid #d9d9d9
}

.ebook-list-result .grid-ebooks {
    grid-template-columns: repeat(3, 33.3333333333%)
}

.ebook-list-result .tab-pane h3 {
    grid-column: 1/-1;
    margin: 35px 0 15px;
    text-align: center
}

#grid-view {
    overflow: hidden
}

.ebook-card-list {
    margin-bottom: 20px;
    padding-bottom: 20px
}

.theme-black .ebook-card-list,
.theme-blue .ebook-card-list,
.theme-marrs-green .ebook-card-list,
.theme-navy-blue .ebook-card-list,
.theme-pink .ebook-card-list,
.theme-red .ebook-card-list,
.theme-sky-blue .ebook-card-list,
.theme-violet .ebook-card-list {
    border-bottom: 1px solid #e9e9e9
}

.ebook-card-list:first-child {
    margin-top: 20px
}

.ebook-card-list:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.ebook-card-list .ebook-image {
    position: relative
}

.ebook-card-list .image-holder {
    height: 280px;
    width: 240px
}

.ebook-card-list .image-placeholder {
    border-radius: 3px;
    height: 140px;
    width: 180px
}

.theme-black .ebook-card-list .image-placeholder,
.theme-blue .ebook-card-list .image-placeholder,
.theme-marrs-green .ebook-card-list .image-placeholder,
.theme-navy-blue .ebook-card-list .image-placeholder,
.theme-pink .ebook-card-list .image-placeholder,
.theme-red .ebook-card-list .image-placeholder,
.theme-sky-blue .ebook-card-list .image-placeholder,
.theme-violet .ebook-card-list .image-placeholder {
    border: 1px solid #e9e9e9
}

.ebook-card-list .image-placeholder > i {
    font-size: 70px
}

.ebook-card-list .ebook-ribbon {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 2
}

.ebook-card-list .ebook-ribbon > li {
    display: block;
    padding: 0
}

.ebook-card-list .ebook-ribbon > li .ribbon {
    color: #fff;
    display: block;
    float: right;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 4px 5px 3px;
    position: relative
}

.ebook-card-list .ebook-ribbon > li .ribbon:after {
    border-style: solid;
    border-width: 12px 5px 15px 6px;
    content: "";
    position: absolute;
    right: 100%;
    top: 0
}

.theme-black .ebook-card-list .ribbon.bg-green:after,
.theme-blue .ebook-card-list .ribbon.bg-green:after,
.theme-marrs-green .ebook-card-list .ribbon.bg-green:after,
.theme-navy-blue .ebook-card-list .ribbon.bg-green:after,
.theme-pink .ebook-card-list .ribbon.bg-green:after,
.theme-red .ebook-card-list .ribbon.bg-green:after,
.theme-sky-blue .ebook-card-list .ribbon.bg-green:after,
.theme-violet .ebook-card-list .ribbon.bg-green:after {
    border-color: transparent #37bc9b #37bc9b transparent
}

.theme-black .ebook-card-list .ribbon.bg-red:after,
.theme-blue .ebook-card-list .ribbon.bg-red:after,
.theme-marrs-green .ebook-card-list .ribbon.bg-red:after,
.theme-navy-blue .ebook-card-list .ribbon.bg-red:after,
.theme-pink .ebook-card-list .ribbon.bg-red:after,
.theme-red .ebook-card-list .ribbon.bg-red:after,
.theme-sky-blue .ebook-card-list .ribbon.bg-red:after,
.theme-violet .ebook-card-list .ribbon.bg-red:after {
    border-color: transparent #f36 #f36 transparent
}

.ebook-card-list .ebook-content {
    margin-left: 260px
}

.ebook-card-list .user-avatar img {
    border-radius: 50%;
    height: 50px;
    margin: 10px;
    width: 50px
}

.ebook-card-list .user-avatar i {
    border-radius: 50%;
    font-size: 50px;
    margin: 10px
}

.ebook-card-list ul.user-name {
    list-style: none;
    padding: 0 5px
}

.ebook-card-list ul.user-name li {
    font-size: 15px;
    width: 100%
}

.ebook-card-list .ebook-name {
    display: inline-block
}

.ebook-card-list .ebook-name > h5 {
    transition: .2s ease-in-out
}

.theme-black .ebook-card-list .ebook-name > h5,
.theme-blue .ebook-card-list .ebook-name > h5,
.theme-marrs-green .ebook-card-list .ebook-name > h5,
.theme-navy-blue .ebook-card-list .ebook-name > h5,
.theme-pink .ebook-card-list .ebook-name > h5,
.theme-red .ebook-card-list .ebook-name > h5,
.theme-sky-blue .ebook-card-list .ebook-name > h5,
.theme-violet .ebook-card-list .ebook-name > h5 {
    color: #626060
}

.theme-black .ebook-card-list .ebook-name > h5:hover,
.theme-blue .ebook-card-list .ebook-name > h5:hover,
.theme-marrs-green .ebook-card-list .ebook-name > h5:hover,
.theme-navy-blue .ebook-card-list .ebook-name > h5:hover,
.theme-pink .ebook-card-list .ebook-name > h5:hover,
.theme-red .ebook-card-list .ebook-name > h5:hover,
.theme-sky-blue .ebook-card-list .ebook-name > h5:hover,
.theme-violet .ebook-card-list .ebook-name > h5:hover {
    color: #292929
}

.ebook-card-list p {
    margin-top: 6px
}

.ebook-card-list .ebook-card-buttons {
    display: flex;
    margin-top: 12px
}

.ebook-card-list .ebook-card-buttons a.btn {
    border: 1px solid #d9d9d9;
    margin: 0 5px;
    padding: 9px 15px
}

.ebook-card-list .btn-favorite {
    background: transparent;
    border-radius: 3px;
    margin-right: 8px;
    padding: 10px 0;
    text-align: center;
    width: 48px
}

.theme-black .ebook-card-list .btn-favorite,
.theme-blue .ebook-card-list .btn-favorite,
.theme-marrs-green .ebook-card-list .btn-favorite,
.theme-navy-blue .ebook-card-list .btn-favorite,
.theme-pink .ebook-card-list .btn-favorite,
.theme-red .ebook-card-list .btn-favorite,
.theme-sky-blue .ebook-card-list .btn-favorite,
.theme-violet .ebook-card-list .btn-favorite {
    border: 1px solid #d9d9d9
}

.theme-blue .ebook-card-list .btn-favorite:hover {
    border-color: #0068e1;
    color: #0068e1
}

.theme-violet .ebook-card-list .btn-favorite:hover {
    border-color: #783392;
    color: #783392
}

.theme-red .ebook-card-list .btn-favorite:hover {
    border-color: #e30047;
    color: #e30047
}

.theme-sky-blue .ebook-card-list .btn-favorite:hover {
    border-color: #2ba1c0;
    color: #2ba1c0
}

.theme-marrs-green .ebook-card-list .btn-favorite:hover {
    border-color: #0a6f75;
    color: #0a6f75
}

.theme-navy-blue .ebook-card-list .btn-favorite:hover {
    border-color: #31629f;
    color: #31629f
}

.theme-pink .ebook-card-list .btn-favorite:hover {
    border-color: #f15497;
    color: #f15497
}

.theme-black .ebook-card-list .btn-favorite:hover {
    border-color: #333645;
    color: #333645
}

@media screen and (max-width:991px) {
    .ebook-list-header {
        margin-top: 40px
    }
}

@media screen and (max-width:480px) {
    .ebook-list .pagination {
        margin-top: 15px
    }
}

@media screen and (min-width:681px) {
    .ebook-list-result .grid-ebooks .ebook-card:nth-child(-n+3) {
        margin-top: 20px
    }
}

@media screen and (max-width:680px) {
    .ebook-list-result .grid-ebooks {
        grid-template-columns: repeat(2, 50%)
    }
}

@media screen and (max-width:650px) {
    .ebook-list-header .search-result-title {
        display: block;
        float: none !important
    }

    .ebook-list-header .search-result-right {
        float: left !important;
        margin-top: 10px
    }
}

@media screen and (max-width:520px) {
    .ebook-card-list .ebook-image {
        display: table;
        float: none !important
    }

    .ebook-card-list .ebook-content {
        clear: both;
        display: block;
        margin: 12px 0 0
    }
}

@media screen and (min-width:501px) {
    .ebook-list-result .grid-ebooks .ebook-card:nth-child(-n+2) {
        margin-top: 20px
    }
}

@media screen and (max-width:500px) {
    .ebook-list-result .grid-ebooks {
        grid-template-columns: repeat(1, 100%)
    }
}

.confirmation {
    margin-top: 30px
}

.confirmation i {
    -webkit-text-stroke: 9px #fff;
    font-size: 100px
}

.theme-black .confirmation i,
.theme-blue .confirmation i,
.theme-marrs-green .confirmation i,
.theme-navy-blue .confirmation i,
.theme-pink .confirmation i,
.theme-red .confirmation i,
.theme-sky-blue .confirmation i,
.theme-violet .confirmation i {
    color: #37bc9b
}

.confirmation p {
    display: block;
    font-size: 17px;
    line-height: 28px;
    margin-top: 10px
}

.confirmation p > span {
    font-weight: 600
}

.footer {
    background: #333645
}

.footer .footer-top .footer-logo {
    align-items: center;
    display: flex;
    height: 64px;
    text-decoration: none;
    width: 200px
}

.footer .footer-top .footer-logo h2 {
    color: #fafafa
}

.footer .footer-top .footer-logo img {
    max-height: 100%;
    max-width: 100%
}

.footer .footer-top .footer-brief {
    margin-top: 10px
}

.theme-black .footer .footer-top .footer-brief,
.theme-black .footer .footer-top .footer-two > *,
.theme-blue .footer .footer-top .footer-brief,
.theme-blue .footer .footer-top .footer-two > *,
.theme-marrs-green .footer .footer-top .footer-brief,
.theme-marrs-green .footer .footer-top .footer-two > *,
.theme-navy-blue .footer .footer-top .footer-brief,
.theme-navy-blue .footer .footer-top .footer-two > *,
.theme-pink .footer .footer-top .footer-brief,
.theme-pink .footer .footer-top .footer-two > *,
.theme-red .footer .footer-top .footer-brief,
.theme-red .footer .footer-top .footer-two > *,
.theme-sky-blue .footer .footer-top .footer-brief,
.theme-sky-blue .footer .footer-top .footer-two > *,
.theme-violet .footer .footer-top .footer-brief,
.theme-violet .footer .footer-top .footer-two > * {
    color: #c2c2c2
}

.footer .footer-top .footer-two h4.title {
    margin-bottom: 5px;
    padding: 8px 0
}

.theme-black .footer .footer-top .footer-two h4.title,
.theme-blue .footer .footer-top .footer-two h4.title,
.theme-marrs-green .footer .footer-top .footer-two h4.title,
.theme-navy-blue .footer .footer-top .footer-two h4.title,
.theme-pink .footer .footer-top .footer-two h4.title,
.theme-red .footer .footer-top .footer-two h4.title,
.theme-sky-blue .footer .footer-top .footer-two h4.title,
.theme-violet .footer .footer-top .footer-two h4.title {
    color: #f1f1f1
}

.footer .footer-top .contact {
    background: rgba(38, 41, 56, .4);
    border-radius: 3px;
    margin-top: 15px;
    padding: 15px 18px
}

.footer .footer-top .contact .list-inline > li {
    display: block;
    font-size: 15px;
    line-height: 25px;
    white-space: nowrap
}

.theme-black .footer .footer-top .contact .list-inline > li,
.theme-blue .footer .footer-top .contact .list-inline > li,
.theme-marrs-green .footer .footer-top .contact .list-inline > li,
.theme-navy-blue .footer .footer-top .contact .list-inline > li,
.theme-pink .footer .footer-top .contact .list-inline > li,
.theme-red .footer .footer-top .contact .list-inline > li,
.theme-sky-blue .footer .footer-top .contact .list-inline > li,
.theme-violet .footer .footer-top .contact .list-inline > li {
    color: #c2c2c2
}

.footer .footer-top .contact .list-inline > li > i {
    float: left;
    margin-top: 5px
}

.theme-blue .footer .footer-top .contact .list-inline > li > i {
    color: #0068e1
}

.theme-violet .footer .footer-top .contact .list-inline > li > i {
    color: #783392
}

.theme-red .footer .footer-top .contact .list-inline > li > i {
    color: #e30047
}

.theme-sky-blue .footer .footer-top .contact .list-inline > li > i {
    color: #2ba1c0
}

.theme-marrs-green .footer .footer-top .contact .list-inline > li > i {
    color: #0a6f75
}

.theme-navy-blue .footer .footer-top .contact .list-inline > li > i {
    color: #31629f
}

.theme-pink .footer .footer-top .contact .list-inline > li > i {
    color: #f15497
}

.theme-black .footer .footer-top .contact .list-inline > li > i {
    color: #333645
}

.footer .footer-top .contact .contact-info {
    display: block;
    margin-left: 25px;
    white-space: pre-wrap;
    word-break: break-all
}

.footer .footer-top .links h4 {
    margin-bottom: 5px;
    padding: 8px 0;
    position: relative;
    transition: .2s ease-in-out
}

.theme-black .footer .footer-top .links h4,
.theme-blue .footer .footer-top .links h4,
.theme-marrs-green .footer .footer-top .links h4,
.theme-navy-blue .footer .footer-top .links h4,
.theme-pink .footer .footer-top .links h4,
.theme-red .footer .footer-top .links h4,
.theme-sky-blue .footer .footer-top .links h4,
.theme-violet .footer .footer-top .links h4 {
    color: #f1f1f1
}

.footer .footer-top .links .list-inline {
    overflow: hidden
}

.footer .footer-top .links .list-inline > li {
    display: block
}

.footer .footer-top .links .list-inline > li > a {
    display: inline-block;
    font-size: 15px;
    line-height: 32px;
    transition: .2s ease-in-out
}

.theme-black .footer .footer-top .links .list-inline > li > a,
.theme-blue .footer .footer-top .links .list-inline > li > a,
.theme-marrs-green .footer .footer-top .links .list-inline > li > a,
.theme-navy-blue .footer .footer-top .links .list-inline > li > a,
.theme-pink .footer .footer-top .links .list-inline > li > a,
.theme-red .footer .footer-top .links .list-inline > li > a,
.theme-sky-blue .footer .footer-top .links .list-inline > li > a,
.theme-violet .footer .footer-top .links .list-inline > li > a {
    color: #c2c2c2
}

.theme-blue .footer .footer-top .links .list-inline > li > a:hover {
    color: #0068e1
}

.theme-violet .footer .footer-top .links .list-inline > li > a:hover {
    color: #783392
}

.theme-red .footer .footer-top .links .list-inline > li > a:hover {
    color: #e30047
}

.theme-sky-blue .footer .footer-top .links .list-inline > li > a:hover {
    color: #2ba1c0
}

.theme-marrs-green .footer .footer-top .links .list-inline > li > a:hover {
    color: #0a6f75
}

.theme-navy-blue .footer .footer-top .links .list-inline > li > a:hover {
    color: #31629f
}

.theme-pink .footer .footer-top .links .list-inline > li > a:hover {
    color: #f15497
}

.theme-black .footer .footer-top .links .list-inline > li > a:hover {
    color: #333645
}

.footer .footer-top .links .show {
    margin-bottom: 10px
}

.footer .footer-top .links.ebook-tag .list-inline {
    margin-top: 14px
}

.footer .footer-top .links.ebook-tag .list-inline li {
    float: left
}

.footer .footer-top .links.ebook-tag .list-inline li > a {
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px
}

.theme-black .footer .footer-top .links.ebook-tag .list-inline li > a,
.theme-blue .footer .footer-top .links.ebook-tag .list-inline li > a,
.theme-marrs-green .footer .footer-top .links.ebook-tag .list-inline li > a,
.theme-navy-blue .footer .footer-top .links.ebook-tag .list-inline li > a,
.theme-pink .footer .footer-top .links.ebook-tag .list-inline li > a,
.theme-red .footer .footer-top .links.ebook-tag .list-inline li > a,
.theme-sky-blue .footer .footer-top .links.ebook-tag .list-inline li > a,
.theme-violet .footer .footer-top .links.ebook-tag .list-inline li > a {
    border: 1px solid #333
}

.footer .footer-top .links.ebook-tag .list-inline li > a:hover {
    border-style: solid;
    text-decoration: none
}

.theme-black .footer .footer-top .links.ebook-tag .list-inline li > a:hover,
.theme-blue .footer .footer-top .links.ebook-tag .list-inline li > a:hover,
.theme-marrs-green .footer .footer-top .links.ebook-tag .list-inline li > a:hover,
.theme-navy-blue .footer .footer-top .links.ebook-tag .list-inline li > a:hover,
.theme-pink .footer .footer-top .links.ebook-tag .list-inline li > a:hover,
.theme-red .footer .footer-top .links.ebook-tag .list-inline li > a:hover,
.theme-sky-blue .footer .footer-top .links.ebook-tag .list-inline li > a:hover,
.theme-violet .footer .footer-top .links.ebook-tag .list-inline li > a:hover {
    border-color: #fafafa
}

.footer .footer-middle {
    border-top: 1px solid hsla(0, 0%, 100%, .05)
}

.footer .footer-middle .subscribe {
    display: inline-block
}

.footer .footer-middle .subscribe .form-group {
    display: inline-block;
    margin: 0;
    vertical-align: bottom
}

.footer .footer-middle .subscribe .form-group .form-control {
    width: 300px
}

.footer .footer-middle .subscribe button {
    margin-left: 15px
}

.footer .footer-middle .subscribe input {
    border-radius: 3px;
    height: 42px
}

.theme-black .footer .footer-middle .subscribe input,
.theme-blue .footer .footer-middle .subscribe input,
.theme-marrs-green .footer .footer-middle .subscribe input,
.theme-navy-blue .footer .footer-middle .subscribe input,
.theme-pink .footer .footer-middle .subscribe input,
.theme-red .footer .footer-middle .subscribe input,
.theme-sky-blue .footer .footer-middle .subscribe input,
.theme-violet .footer .footer-middle .subscribe input {
    background: #242424;
    border: 1px solid #333;
    color: #c2c2c2
}

.footer .footer-middle .subscribe input:focus {
    box-shadow: none
}

.theme-blue .footer .footer-middle .subscribe input:focus {
    border-color: #0068e1
}

.theme-violet .footer .footer-middle .subscribe input:focus {
    border-color: #783392
}

.theme-red .footer .footer-middle .subscribe input:focus {
    border-color: #e30047
}

.theme-sky-blue .footer .footer-middle .subscribe input:focus {
    border-color: #2ba1c0
}

.theme-marrs-green .footer .footer-middle .subscribe input:focus {
    border-color: #0a6f75
}

.theme-navy-blue .footer .footer-middle .subscribe input:focus {
    border-color: #31629f
}

.theme-pink .footer .footer-middle .subscribe input:focus {
    border-color: #f15497
}

.theme-black .footer .footer-middle .subscribe input:focus {
    border-color: #333645
}

.footer .footer-bottom {
    background: #262938;
    color: #c2c2c2
}

.footer .footer-bottom .copyright {
    margin-top: 3px
}

.footer .footer-bottom .copyright > a {
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    transition: .2s ease-in-out
}

.theme-blue .footer .footer-bottom .copyright > a {
    color: #0068e1
}

.theme-violet .footer .footer-bottom .copyright > a {
    color: #783392
}

.theme-red .footer .footer-bottom .copyright > a {
    color: #e30047
}

.theme-sky-blue .footer .footer-bottom .copyright > a {
    color: #2ba1c0
}

.theme-marrs-green .footer .footer-bottom .copyright > a {
    color: #0a6f75
}

.theme-navy-blue .footer .footer-bottom .copyright > a {
    color: #31629f
}

.theme-pink .footer .footer-bottom .copyright > a {
    color: #f15497
}

.theme-black .footer .footer-bottom .copyright > a {
    color: #333645
}

.theme-blue .footer .footer-bottom .copyright > a:hover {
    color: #1a86ff
}

.theme-violet .footer .footer-bottom .copyright > a:hover {
    color: #9d44be
}

.theme-red .footer .footer-bottom .copyright > a:hover {
    color: #ff2167
}

.theme-sky-blue .footer .footer-bottom .copyright > a:hover {
    color: #3bb4d3
}

.theme-marrs-green .footer .footer-bottom .copyright > a:hover {
    color: #0c858c
}

.theme-navy-blue .footer .footer-bottom .copyright > a:hover {
    color: #3b75be
}

.theme-pink .footer .footer-bottom .copyright > a:hover {
    color: #f36ca5
}

.theme-black .footer .footer-bottom .copyright > a:hover {
    color: #494d62
}

.social-links {
    display: inline-block;
    margin-left: -15px;
    margin-top: 2px;
    vertical-align: top
}

.social-links > li {
    vertical-align: middle
}

.social-links > li a {
    display: table;
    font-size: 20px;
    text-align: center;
    transition: .2s ease-in-out
}

.theme-black .social-links > li a,
.theme-blue .social-links > li a,
.theme-marrs-green .social-links > li a,
.theme-navy-blue .social-links > li a,
.theme-pink .social-links > li a,
.theme-red .social-links > li a,
.theme-sky-blue .social-links > li a,
.theme-violet .social-links > li a {
    color: #c2c2c2
}

.social-links > li a:focus,
.social-links > li a:hover {
    text-decoration: none
}

.theme-black .social-links > li a:focus,
.theme-black .social-links > li a:hover,
.theme-blue .social-links > li a:focus,
.theme-blue .social-links > li a:hover,
.theme-marrs-green .social-links > li a:focus,
.theme-marrs-green .social-links > li a:hover,
.theme-navy-blue .social-links > li a:focus,
.theme-navy-blue .social-links > li a:hover,
.theme-pink .social-links > li a:focus,
.theme-pink .social-links > li a:hover,
.theme-red .social-links > li a:focus,
.theme-red .social-links > li a:hover,
.theme-sky-blue .social-links > li a:focus,
.theme-sky-blue .social-links > li a:hover,
.theme-violet .social-links > li a:focus,
.theme-violet .social-links > li a:hover {
    opacity: .7
}

.social-links > li a > i {
    display: table-cell;
    vertical-align: middle
}

.theme-black .footer .footer-top .contact .list-inline > li > i,
.theme-black .footer .footer-top .links .list-inline > li > a:hover {
    color: #0068e1
}

.theme-black .footer .footer-top .links.ebook-tag .list-inline li > a:hover {
    border-color: #0068e1
}

.theme-black .footer .footer-bottom .copyright > a,
.theme-black .footer .footer-middle .social-links > li a:focus,
.theme-black .footer .footer-middle .social-links > li a:hover {
    color: #0068e1
}

.theme-black .footer .footer-bottom .copyright > a:hover {
    color: #1a86ff
}

@media screen and (max-width:991px) {
    .footer .footer-top .contact {
        margin-bottom: 20px
    }

    .footer .footer-middle .subscribe .form-group .form-control {
        width: 280px
    }
}

@media screen and (max-width:767px) {
    .footer .footer-top .links .mobile-collapse h4 {
        cursor: pointer;
        position: relative
    }

    .footer .footer-top .links .mobile-collapse h4:before {
        content: "\f107";
        font-family: Fontawesome;
        position: absolute;
        right: 10px;
        top: 10px;
        transition: .2s ease-in-out
    }

    .theme-black .footer .footer-top .links .mobile-collapse h4:hover,
    .theme-blue .footer .footer-top .links .mobile-collapse h4:hover,
    .theme-marrs-green .footer .footer-top .links .mobile-collapse h4:hover,
    .theme-navy-blue .footer .footer-top .links .mobile-collapse h4:hover,
    .theme-pink .footer .footer-top .links .mobile-collapse h4:hover,
    .theme-red .footer .footer-top .links .mobile-collapse h4:hover,
    .theme-sky-blue .footer .footer-top .links .mobile-collapse h4:hover,
    .theme-violet .footer .footer-top .links .mobile-collapse h4:hover {
        color: #fafafa
    }

    .footer .footer-top .links .mobile-collapse.active h4:before {
        transform: rotateX(180deg)
    }

    .social-links {
        display: block !important;
        margin: 0;
        text-align: center
    }

    .footer .footer-middle .subscribe {
        display: block !important;
        float: none !important;
        margin-top: 10px;
        text-align: center
    }

    .footer .footer-middle .subscribe .form-group .form-control {
        width: 300px
    }

    .copyright {
        display: block;
        float: none !important;
        text-align: center
    }
}

@media screen and (max-width:520px) {
    .footer .footer-middle .subscribe .form-control {
        width: 100% !important
    }

    .footer .footer-middle .subscribe button {
        float: none !important;
        margin: 15px 0 0
    }
}

.cookie-bar-wrap {
    background: #262938;
    bottom: -200px;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, .1);
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    transform: translateY(0);
    transition: .6s ease;
    visibility: hidden;
    z-index: 50
}

.cookie-bar-wrap.show {
    opacity: 1;
    transform: translateY(-200px);
    visibility: visible
}

.cookie-bar {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 15px 0
}

.cookie-bar .cookie-bar-text {
    font-size: 14px;
    margin-right: 100px
}

.theme-black .cookie-bar .cookie-bar-text,
.theme-blue .cookie-bar .cookie-bar-text,
.theme-marrs-green .cookie-bar .cookie-bar-text,
.theme-navy-blue .cookie-bar .cookie-bar-text,
.theme-pink .cookie-bar .cookie-bar-text,
.theme-red .cookie-bar .cookie-bar-text,
.theme-sky-blue .cookie-bar .cookie-bar-text,
.theme-violet .cookie-bar .cookie-bar-text {
    color: #fafafa
}

.cookie-bar .cookie-bar-action {
    display: flex;
    white-space: nowrap
}

.cookie-bar .cookie-bar-action .btn-accept {
    padding: 5px 24px
}

@media screen and (max-width:1200px) {
    .cookie-bar {
        flex-direction: column;
        padding: 16px 0 20px
    }

    .cookie-bar .cookie-bar-text {
        margin: 0 0 14px;
        text-align: center
    }
}

.btn {
    border: 1px solid;
    border-radius: 3px;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    letter-spacing: .2px;
    outline: 0 !important;
    transition: .2s ease-in-out
}

.theme-blue .btn-primary {
    background: #0068e1;
    border-color: #0068e1;
    color: #fafafa
}

.theme-violet .btn-primary {
    background: #783392;
    border-color: #783392;
    color: #fafafa
}

.theme-red .btn-primary {
    background: #e30047;
    border-color: #e30047;
    color: #fafafa
}

.theme-sky-blue .btn-primary {
    background: #2ba1c0;
    border-color: #2ba1c0;
    color: #fafafa
}

.theme-marrs-green .btn-primary {
    background: #0a6f75;
    border-color: #0a6f75;
    color: #fafafa
}

.theme-navy-blue .btn-primary {
    background: #31629f;
    border-color: #31629f;
    color: #fafafa
}

.theme-pink .btn-primary {
    background: #f15497;
    border-color: #f15497;
    color: #fafafa
}

.theme-black .btn-primary {
    background: #333645;
    border-color: #333645;
    color: #fafafa
}

.theme-blue .btn-primary:active,
.theme-blue .btn-primary:active:focus,
.theme-blue .btn-primary:focus,
.theme-blue .btn-primary:hover {
    background: #1a86ff;
    border-color: #1a86ff
}

.theme-violet .btn-primary:active,
.theme-violet .btn-primary:active:focus,
.theme-violet .btn-primary:focus,
.theme-violet .btn-primary:hover {
    background: #9d44be;
    border-color: #9d44be
}

.theme-red .btn-primary:active,
.theme-red .btn-primary:active:focus,
.theme-red .btn-primary:focus,
.theme-red .btn-primary:hover {
    background: #ff2167;
    border-color: #ff2167
}

.theme-sky-blue .btn-primary:active,
.theme-sky-blue .btn-primary:active:focus,
.theme-sky-blue .btn-primary:focus,
.theme-sky-blue .btn-primary:hover {
    background: #3bb4d3;
    border-color: #3bb4d3
}

.theme-marrs-green .btn-primary:active,
.theme-marrs-green .btn-primary:active:focus,
.theme-marrs-green .btn-primary:focus,
.theme-marrs-green .btn-primary:hover {
    background: #0c858c;
    border-color: #0c858c
}

.theme-navy-blue .btn-primary:active,
.theme-navy-blue .btn-primary:active:focus,
.theme-navy-blue .btn-primary:focus,
.theme-navy-blue .btn-primary:hover {
    background: #3b75be;
    border-color: #3b75be
}

.theme-pink .btn-primary:active,
.theme-pink .btn-primary:active:focus,
.theme-pink .btn-primary:focus,
.theme-pink .btn-primary:hover {
    background: #f36ca5;
    border-color: #f36ca5
}

.theme-black .btn-primary:active,
.theme-black .btn-primary:active:focus,
.theme-black .btn-primary:focus,
.theme-black .btn-primary:hover {
    background: #494d62;
    border-color: #494d62
}

.theme-blue .btn-primary.disabled:focus,
.theme-blue .btn-primary.disabled:hover,
.theme-blue .btn-primary.disabled:hover:focus,
.theme-blue .btn-primary[disabled]:focus,
.theme-blue .btn-primary[disabled]:hover,
.theme-blue .btn-primary[disabled]:hover:focus {
    background: #0068e1
}

.theme-violet .btn-primary.disabled:focus,
.theme-violet .btn-primary.disabled:hover,
.theme-violet .btn-primary.disabled:hover:focus,
.theme-violet .btn-primary[disabled]:focus,
.theme-violet .btn-primary[disabled]:hover,
.theme-violet .btn-primary[disabled]:hover:focus {
    background: #783392
}

.theme-red .btn-primary.disabled:focus,
.theme-red .btn-primary.disabled:hover,
.theme-red .btn-primary.disabled:hover:focus,
.theme-red .btn-primary[disabled]:focus,
.theme-red .btn-primary[disabled]:hover,
.theme-red .btn-primary[disabled]:hover:focus {
    background: #e30047
}

.theme-sky-blue .btn-primary.disabled:focus,
.theme-sky-blue .btn-primary.disabled:hover,
.theme-sky-blue .btn-primary.disabled:hover:focus,
.theme-sky-blue .btn-primary[disabled]:focus,
.theme-sky-blue .btn-primary[disabled]:hover,
.theme-sky-blue .btn-primary[disabled]:hover:focus {
    background: #2ba1c0
}

.theme-marrs-green .btn-primary.disabled:focus,
.theme-marrs-green .btn-primary.disabled:hover,
.theme-marrs-green .btn-primary.disabled:hover:focus,
.theme-marrs-green .btn-primary[disabled]:focus,
.theme-marrs-green .btn-primary[disabled]:hover,
.theme-marrs-green .btn-primary[disabled]:hover:focus {
    background: #0a6f75
}

.theme-navy-blue .btn-primary.disabled:focus,
.theme-navy-blue .btn-primary.disabled:hover,
.theme-navy-blue .btn-primary.disabled:hover:focus,
.theme-navy-blue .btn-primary[disabled]:focus,
.theme-navy-blue .btn-primary[disabled]:hover,
.theme-navy-blue .btn-primary[disabled]:hover:focus {
    background: #31629f
}

.theme-pink .btn-primary.disabled:focus,
.theme-pink .btn-primary.disabled:hover,
.theme-pink .btn-primary.disabled:hover:focus,
.theme-pink .btn-primary[disabled]:focus,
.theme-pink .btn-primary[disabled]:hover,
.theme-pink .btn-primary[disabled]:hover:focus {
    background: #f15497
}

.theme-black .btn-primary.disabled:focus,
.theme-black .btn-primary.disabled:hover,
.theme-black .btn-primary.disabled:hover:focus,
.theme-black .btn-primary[disabled]:focus,
.theme-black .btn-primary[disabled]:hover,
.theme-black .btn-primary[disabled]:hover:focus {
    background: #333645
}

.btn-default {
    background: #fff
}

.theme-black .btn-default,
.theme-blue .btn-default,
.theme-marrs-green .btn-default,
.theme-navy-blue .btn-default,
.theme-pink .btn-default,
.theme-red .btn-default,
.theme-sky-blue .btn-default,
.theme-violet .btn-default {
    border-color: #c2c2c2
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:focus,
.btn-default:hover {
    background: #f4f6f8
}

.theme-black .btn-default:active,
.theme-black .btn-default:active:focus,
.theme-black .btn-default:focus,
.theme-black .btn-default:hover,
.theme-blue .btn-default:active,
.theme-blue .btn-default:active:focus,
.theme-blue .btn-default:focus,
.theme-blue .btn-default:hover,
.theme-marrs-green .btn-default:active,
.theme-marrs-green .btn-default:active:focus,
.theme-marrs-green .btn-default:focus,
.theme-marrs-green .btn-default:hover,
.theme-navy-blue .btn-default:active,
.theme-navy-blue .btn-default:active:focus,
.theme-navy-blue .btn-default:focus,
.theme-navy-blue .btn-default:hover,
.theme-pink .btn-default:active,
.theme-pink .btn-default:active:focus,
.theme-pink .btn-default:focus,
.theme-pink .btn-default:hover,
.theme-red .btn-default:active,
.theme-red .btn-default:active:focus,
.theme-red .btn-default:focus,
.theme-red .btn-default:hover,
.theme-sky-blue .btn-default:active,
.theme-sky-blue .btn-default:active:focus,
.theme-sky-blue .btn-default:focus,
.theme-sky-blue .btn-default:hover,
.theme-violet .btn-default:active,
.theme-violet .btn-default:active:focus,
.theme-violet .btn-default:focus,
.theme-violet .btn-default:hover {
    border-color: #d9d9d9
}

.theme-black .btn-success,
.theme-blue .btn-success,
.theme-marrs-green .btn-success,
.theme-navy-blue .btn-success,
.theme-pink .btn-success,
.theme-red .btn-success,
.theme-sky-blue .btn-success,
.theme-violet .btn-success {
    background: #37bc9b
}

.theme-black .btn-danger,
.theme-blue .btn-danger,
.theme-marrs-green .btn-danger,
.theme-navy-blue .btn-danger,
.theme-pink .btn-danger,
.theme-red .btn-danger,
.theme-sky-blue .btn-danger,
.theme-violet .btn-danger {
    background: #f36
}

.theme-black .btn-danger:active,
.theme-black .btn-danger:active:focus,
.theme-black .btn-danger:focus,
.theme-black .btn-danger:hover,
.theme-blue .btn-danger:active,
.theme-blue .btn-danger:active:focus,
.theme-blue .btn-danger:focus,
.theme-blue .btn-danger:hover,
.theme-marrs-green .btn-danger:active,
.theme-marrs-green .btn-danger:active:focus,
.theme-marrs-green .btn-danger:focus,
.theme-marrs-green .btn-danger:hover,
.theme-navy-blue .btn-danger:active,
.theme-navy-blue .btn-danger:active:focus,
.theme-navy-blue .btn-danger:focus,
.theme-navy-blue .btn-danger:hover,
.theme-pink .btn-danger:active,
.theme-pink .btn-danger:active:focus,
.theme-pink .btn-danger:focus,
.theme-pink .btn-danger:hover,
.theme-red .btn-danger:active,
.theme-red .btn-danger:active:focus,
.theme-red .btn-danger:focus,
.theme-red .btn-danger:hover,
.theme-sky-blue .btn-danger:active,
.theme-sky-blue .btn-danger:active:focus,
.theme-sky-blue .btn-danger:focus,
.theme-sky-blue .btn-danger:hover,
.theme-violet .btn-danger:active,
.theme-violet .btn-danger:active:focus,
.theme-violet .btn-danger:focus,
.theme-violet .btn-danger:hover {
    background: #ff7070
}

.theme-black .btn-danger.disabled:focus,
.theme-black .btn-danger.disabled:hover,
.theme-black .btn-danger.disabled:hover:focus,
.theme-black .btn-danger[disabled]:focus,
.theme-black .btn-danger[disabled]:hover,
.theme-black .btn-danger[disabled]:hover:focus,
.theme-blue .btn-danger.disabled:focus,
.theme-blue .btn-danger.disabled:hover,
.theme-blue .btn-danger.disabled:hover:focus,
.theme-blue .btn-danger[disabled]:focus,
.theme-blue .btn-danger[disabled]:hover,
.theme-blue .btn-danger[disabled]:hover:focus,
.theme-marrs-green .btn-danger.disabled:focus,
.theme-marrs-green .btn-danger.disabled:hover,
.theme-marrs-green .btn-danger.disabled:hover:focus,
.theme-marrs-green .btn-danger[disabled]:focus,
.theme-marrs-green .btn-danger[disabled]:hover,
.theme-marrs-green .btn-danger[disabled]:hover:focus,
.theme-navy-blue .btn-danger.disabled:focus,
.theme-navy-blue .btn-danger.disabled:hover,
.theme-navy-blue .btn-danger.disabled:hover:focus,
.theme-navy-blue .btn-danger[disabled]:focus,
.theme-navy-blue .btn-danger[disabled]:hover,
.theme-navy-blue .btn-danger[disabled]:hover:focus,
.theme-pink .btn-danger.disabled:focus,
.theme-pink .btn-danger.disabled:hover,
.theme-pink .btn-danger.disabled:hover:focus,
.theme-pink .btn-danger[disabled]:focus,
.theme-pink .btn-danger[disabled]:hover,
.theme-pink .btn-danger[disabled]:hover:focus,
.theme-red .btn-danger.disabled:focus,
.theme-red .btn-danger.disabled:hover,
.theme-red .btn-danger.disabled:hover:focus,
.theme-red .btn-danger[disabled]:focus,
.theme-red .btn-danger[disabled]:hover,
.theme-red .btn-danger[disabled]:hover:focus,
.theme-sky-blue .btn-danger.disabled:focus,
.theme-sky-blue .btn-danger.disabled:hover,
.theme-sky-blue .btn-danger.disabled:hover:focus,
.theme-sky-blue .btn-danger[disabled]:focus,
.theme-sky-blue .btn-danger[disabled]:hover,
.theme-sky-blue .btn-danger[disabled]:hover:focus,
.theme-violet .btn-danger.disabled:focus,
.theme-violet .btn-danger.disabled:hover,
.theme-violet .btn-danger.disabled:hover:focus,
.theme-violet .btn-danger[disabled]:focus,
.theme-violet .btn-danger[disabled]:hover,
.theme-violet .btn-danger[disabled]:hover:focus {
    background: #f36
}

.btn-view {
    display: inline-block;
    transition: .2s ease-in-out
}

.theme-black .btn-view,
.theme-blue .btn-view,
.theme-marrs-green .btn-view,
.theme-navy-blue .btn-view,
.theme-pink .btn-view,
.theme-red .btn-view,
.theme-sky-blue .btn-view,
.theme-violet .btn-view {
    color: #555
}

.theme-blue .btn-view:hover {
    color: #0068e1
}

.theme-violet .btn-view:hover {
    color: #783392
}

.theme-red .btn-view:hover {
    color: #e30047
}

.theme-sky-blue .btn-view:hover {
    color: #2ba1c0
}

.theme-marrs-green .btn-view:hover {
    color: #0a6f75
}

.theme-navy-blue .btn-view:hover {
    color: #31629f
}

.theme-pink .btn-view:hover {
    color: #f15497
}

.theme-black .btn-view:hover {
    color: #333645
}

.go-back-link {
    border-radius: 3px;
    display: table;
    margin: 20px auto 0;
    padding: 10px 20px;
    transition: .2s ease-in-out
}

.theme-blue .go-back-link {
    border: 1px solid #0068e1;
    color: #0068e1
}

.theme-violet .go-back-link {
    border: 1px solid #783392;
    color: #783392
}

.theme-red .go-back-link {
    border: 1px solid #e30047;
    color: #e30047
}

.theme-sky-blue .go-back-link {
    border: 1px solid #2ba1c0;
    color: #2ba1c0
}

.theme-marrs-green .go-back-link {
    border: 1px solid #0a6f75;
    color: #0a6f75
}

.theme-navy-blue .go-back-link {
    border: 1px solid #31629f;
    color: #31629f
}

.theme-pink .go-back-link {
    border: 1px solid #f15497;
    color: #f15497
}

.theme-black .go-back-link {
    border: 1px solid #333645;
    color: #333645
}

.go-back-link:focus,
.go-back-link:hover {
    color: #fff;
    text-decoration: none
}

.theme-blue .go-back-link:focus,
.theme-blue .go-back-link:hover {
    background: #0068e1
}

.theme-violet .go-back-link:focus,
.theme-violet .go-back-link:hover {
    background: #783392
}

.theme-red .go-back-link:focus,
.theme-red .go-back-link:hover {
    background: #e30047
}

.theme-sky-blue .go-back-link:focus,
.theme-sky-blue .go-back-link:hover {
    background: #2ba1c0
}

.theme-marrs-green .go-back-link:focus,
.theme-marrs-green .go-back-link:hover {
    background: #0a6f75
}

.theme-navy-blue .go-back-link:focus,
.theme-navy-blue .go-back-link:hover {
    background: #31629f
}

.theme-pink .go-back-link:focus,
.theme-pink .go-back-link:hover {
    background: #f15497
}

.theme-black .go-back-link:focus,
.theme-black .go-back-link:hover {
    background: #333645
}

.go-back-link > i {
    margin-right: 2px
}

.p-tb-50 {
    padding-bottom: 50px;
    padding-top: 50px
}

.p-tb-40 {
    padding-bottom: 40px;
    padding-top: 40px
}

.p-tb-30 {
    padding-bottom: 30px;
    padding-top: 30px
}

.p-l-30 {
    padding-left: 30px
}

.p-tb-20 {
    padding-bottom: 20px;
    padding-top: 20px
}

.p-tb-10 {
    padding-bottom: 10px;
    padding-top: 10px
}

.p-t-15 {
    padding-top: 15px
}

.p-r-15 {
    padding-right: 15px
}

.p-b-10 {
    padding-bottom: 10px
}

.p-l-15 {
    padding-left: 15px
}

.p-l-0 {
    padding-left: 0
}

.p-r-0 {
    padding-right: 0
}

.m-t-40 {
    margin-top: 40px
}

.m-t-35 {
    margin-top: 35px
}

.m-t-20 {
    margin-top: 20px
}

.m-t-15 {
    margin-top: 15px
}

.m-t-10 {
    margin-top: 10px
}

.m-t-0 {
    margin-top: 0
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-l--15 {
    margin-left: -15px
}

.m-r--15 {
    margin-right: -15px
}

.theme-black .bg-black,
.theme-blue .bg-black,
.theme-marrs-green .bg-black,
.theme-navy-blue .bg-black,
.theme-pink .bg-black,
.theme-red .bg-black,
.theme-sky-blue .bg-black,
.theme-violet .bg-black {
    background: #555
}

.theme-black .bg-black-lite,
.theme-blue .bg-black-lite,
.theme-marrs-green .bg-black-lite,
.theme-navy-blue .bg-black-lite,
.theme-pink .bg-black-lite,
.theme-red .bg-black-lite,
.theme-sky-blue .bg-black-lite,
.theme-violet .bg-black-lite {
    background: #292929
}

.theme-black .bg-black-dark,
.theme-blue .bg-black-dark,
.theme-marrs-green .bg-black-dark,
.theme-navy-blue .bg-black-dark,
.theme-pink .bg-black-dark,
.theme-red .bg-black-dark,
.theme-sky-blue .bg-black-dark,
.theme-violet .bg-black-dark {
    background: #242424
}

.bg-white {
    background: #fff
}

.bg-gray {
    background: #f1f1f1
}

.bg-green {
    background: rgba(55, 188, 155, .9)
}

.bg-red {
    background: rgba(255, 51, 102, .9)
}

.display-table {
    display: table;
    height: 100%;
    width: 100%
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle
}

.center {
    float: none;
    margin: auto
}

.theme-blue .color-primary {
    color: #0068e1
}

.theme-violet .color-primary {
    color: #783392
}

.theme-red .color-primary {
    color: #e30047
}

.theme-sky-blue .color-primary {
    color: #2ba1c0
}

.theme-marrs-green .color-primary {
    color: #0a6f75
}

.theme-navy-blue .color-primary {
    color: #31629f
}

.theme-pink .color-primary {
    color: #f15497
}

.theme-black .color-primary {
    color: #333645
}

.color-white {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.theme-black .color-white,
.theme-blue .color-white,
.theme-marrs-green .color-white,
.theme-navy-blue .color-white,
.theme-pink .color-white,
.theme-red .color-white,
.theme-sky-blue .color-white,
.theme-violet .color-white {
    color: #fafafa
}

.color-black {
    text-shadow: 0 1px 2px hsla(0, 0%, 100%, .2)
}

.theme-black .color-black,
.theme-blue .color-black,
.theme-marrs-green .color-black,
.theme-navy-blue .color-black,
.theme-pink .color-black,
.theme-red .color-black,
.theme-sky-blue .color-black,
.theme-violet .color-black {
    color: #555
}

.theme-black .color-black-lite,
.theme-blue .color-black-lite,
.theme-marrs-green .color-black-lite,
.theme-navy-blue .color-black-lite,
.theme-pink .color-black-lite,
.theme-red .color-black-lite,
.theme-sky-blue .color-black-lite,
.theme-violet .color-black-lite {
    color: #292929
}

.theme-black .color-black-dark,
.theme-blue .color-black-dark,
.theme-marrs-green .color-black-dark,
.theme-navy-blue .color-black-dark,
.theme-pink .color-black-dark,
.theme-red .color-black-dark,
.theme-sky-blue .color-black-dark,
.theme-violet .color-black-dark {
    color: #242424
}

.no-margin {
    margin: 0
}

.no-padding {
    padding: 0
}

.separator .slick-active .ebook-card:before,
.separator .slick-active .single-ebook:before {
    content: "";
    left: -16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.theme-black .separator .slick-active .ebook-card:before,
.theme-black .separator .slick-active .single-ebook:before,
.theme-blue .separator .slick-active .ebook-card:before,
.theme-blue .separator .slick-active .single-ebook:before,
.theme-marrs-green .separator .slick-active .ebook-card:before,
.theme-marrs-green .separator .slick-active .single-ebook:before,
.theme-navy-blue .separator .slick-active .ebook-card:before,
.theme-navy-blue .separator .slick-active .single-ebook:before,
.theme-pink .separator .slick-active .ebook-card:before,
.theme-pink .separator .slick-active .single-ebook:before,
.theme-red .separator .slick-active .ebook-card:before,
.theme-red .separator .slick-active .single-ebook:before,
.theme-sky-blue .separator .slick-active .ebook-card:before,
.theme-sky-blue .separator .slick-active .single-ebook:before,
.theme-violet .separator .slick-active .ebook-card:before,
.theme-violet .separator .slick-active .single-ebook:before {
    background: #e9e9e9
}

.separator .ebook-card:before {
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.theme-black .separator .ebook-card:before,
.theme-blue .separator .ebook-card:before,
.theme-marrs-green .separator .ebook-card:before,
.theme-navy-blue .separator .ebook-card:before,
.theme-pink .separator .ebook-card:before,
.theme-red .separator .ebook-card:before,
.theme-sky-blue .separator .ebook-card:before,
.theme-violet .separator .ebook-card:before {
    background: #e9e9e9
}

.ebook-rating {
    display: flex
}

.ebook-rating i {
    font-size: 18px;
    margin: 2px 3px 0 0
}

.theme-black .ebook-rating i,
.theme-blue .ebook-rating i,
.theme-marrs-green .ebook-rating i,
.theme-navy-blue .ebook-rating i,
.theme-pink .ebook-rating i,
.theme-red .ebook-rating i,
.theme-sky-blue .ebook-rating i,
.theme-violet .ebook-rating i {
    color: #d9d9d9
}

.theme-black .rated,
.theme-blue .rated,
.theme-marrs-green .rated,
.theme-navy-blue .rated,
.theme-pink .rated,
.theme-red .rated,
.theme-sky-blue .rated,
.theme-violet .rated {
    color: #feca29 !important
}

.section-wrapper {
    margin-top: 50px
}

.section-title {
    display: table;
    margin: 0 auto 30px;
    padding-bottom: 8px;
    position: relative;
    text-align: center
}

.section-title:before {
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 34px
}

.theme-blue .section-title:before {
    background: #0068e1
}

.theme-violet .section-title:before {
    background: #783392
}

.theme-red .section-title:before {
    background: #e30047
}

.theme-sky-blue .section-title:before {
    background: #2ba1c0
}

.theme-marrs-green .section-title:before {
    background: #0a6f75
}

.theme-navy-blue .section-title:before {
    background: #31629f
}

.theme-pink .section-title:before {
    background: #f15497
}

.theme-black .section-title:before {
    background: #333645
}

.section-title:after {
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100px
}

.theme-blue .section-title:after {
    background: #0068e1
}

.theme-violet .section-title:after {
    background: #783392
}

.theme-red .section-title:after {
    background: #e30047
}

.theme-sky-blue .section-title:after {
    background: #2ba1c0
}

.theme-marrs-green .section-title:after {
    background: #0a6f75
}

.theme-navy-blue .section-title:after {
    background: #31629f
}

.theme-pink .section-title:after {
    background: #f15497
}

.theme-black .section-title:after {
    background: #333645
}

.theme-black .section-header,
.theme-blue .section-header,
.theme-marrs-green .section-header,
.theme-navy-blue .section-header,
.theme-pink .section-header,
.theme-red .section-header,
.theme-sky-blue .section-header,
.theme-violet .section-header {
    border-top: 1px solid #d9d9d9
}

.section-header h3 {
    display: inline-block;
    margin-bottom: -1px;
    padding: 5px
}

.theme-blue .section-header h3 {
    border-bottom: 2px solid #0068e1;
    border-top: 2px solid #0068e1
}

.theme-violet .section-header h3 {
    border-bottom: 2px solid #783392;
    border-top: 2px solid #783392
}

.theme-red .section-header h3 {
    border-bottom: 2px solid #e30047;
    border-top: 2px solid #e30047
}

.theme-sky-blue .section-header h3 {
    border-bottom: 2px solid #2ba1c0;
    border-top: 2px solid #2ba1c0
}

.theme-marrs-green .section-header h3 {
    border-bottom: 2px solid #0a6f75;
    border-top: 2px solid #0a6f75
}

.theme-navy-blue .section-header h3 {
    border-bottom: 2px solid #31629f;
    border-top: 2px solid #31629f
}

.theme-pink .section-header h3 {
    border-bottom: 2px solid #f15497;
    border-top: 2px solid #f15497
}

.theme-black .section-header h3 {
    border-bottom: 2px solid #333645;
    border-top: 2px solid #333645
}

.error-message {
    display: block;
    font-family: Rubik, sans-serif;
    font-size: 14px;
    margin-top: 2px
}

.theme-black .error-message,
.theme-blue .error-message,
.theme-marrs-green .error-message,
.theme-navy-blue .error-message,
.theme-pink .error-message,
.theme-red .error-message,
.theme-sky-blue .error-message,
.theme-violet .error-message {
    color: #f36
}

.theme-black .error,
.theme-blue .error,
.theme-marrs-green .error,
.theme-navy-blue .error,
.theme-pink .error,
.theme-red .error,
.theme-sky-blue .error,
.theme-violet .error {
    border-color: #f36
}

.form-wrapper {
    display: table;
    margin: 30px auto 0;
    width: 450px
}

@media screen and (max-width:410px) {
    .form-wrapper {
        width: 100%
    }
}

.form-group select {
    height: 44px;
    padding-left: 15px;
    width: 100%
}

.theme-blue .form.form-overlay-layer {
    background: #0068e1
}

.theme-violet .form.form-overlay-layer {
    background: #783392
}

.theme-red .form.form-overlay-layer {
    background: #e30047
}

.theme-sky-blue .form.form-overlay-layer {
    background: #2ba1c0
}

.theme-marrs-green .form.form-overlay-layer {
    background: #0a6f75
}

.theme-navy-blue .form.form-overlay-layer {
    background: #31629f
}

.theme-pink .form.form-overlay-layer {
    background: #f15497
}

.theme-black .form.form-overlay-layer {
    background: #333645
}

.form.form-overlay-layer .top-overlay {
    background: linear-gradient(hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, .5));
    height: 80px;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px
}

.form {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .15);
    margin: auto;
    padding: 15px
}

.form,
.form .form-inner {
    border-radius: 3px;
    position: relative
}

.form .form-inner {
    background: #fff;
    margin-top: 20px;
    padding: 20px 15px 10px
}

.theme-black .form .form-inner,
.theme-blue .form .form-inner,
.theme-marrs-green .form .form-inner,
.theme-navy-blue .form .form-inner,
.theme-pink .form .form-inner,
.theme-red .form .form-inner,
.theme-sky-blue .form .form-inner,
.theme-violet .form .form-inner {
    border: 1px solid #e9e9e9
}

.form .form-inner h3 {
    margin-bottom: 14px;
    text-align: center
}

.form .form-inner p {
    margin-bottom: 20px;
    text-align: center
}

.theme-black .form .form-inner p,
.theme-blue .form .form-inner p,
.theme-marrs-green .form .form-inner p,
.theme-navy-blue .form .form-inner p,
.theme-pink .form .form-inner p,
.theme-red .form .form-inner p,
.theme-sky-blue .form .form-inner p,
.theme-violet .form .form-inner p {
    color: #626060
}

.form .form-group {
    position: relative
}

.form .form-group .form-control {
    padding-left: 36px
}

.form.no-lp-form-control .form-group .form-control {
    padding-left: 6px
}

.btn-center {
    display: table;
    margin-left: auto;
    margin-right: auto
}

.box-wrapper {
    border: 1px solid #e9e9e9;
    border-radius: 3px
}

.box-header {
    background: #f4f6f7;
    border-radius: 3px 3px 0 0;
    margin-bottom: 15px;
    padding: 15px
}

.theme-black .box-header,
.theme-blue .box-header,
.theme-marrs-green .box-header,
.theme-navy-blue .box-header,
.theme-pink .box-header,
.theme-red .box-header,
.theme-sky-blue .box-header,
.theme-violet .box-header {
    border-bottom: 1px solid #e9e9e9
}

.italic {
    font-style: italic
}

.pagination {
    margin-bottom: 0
}

.pagination > li {
    float: left;
    margin-left: -1px;
    padding: 0;
    transition: .2s ease-in-out
}

.theme-black .pagination > li,
.theme-blue .pagination > li,
.theme-marrs-green .pagination > li,
.theme-navy-blue .pagination > li,
.theme-pink .pagination > li,
.theme-red .pagination > li,
.theme-sky-blue .pagination > li,
.theme-violet .pagination > li {
    border: 1px solid #e9e9e9
}

.pagination > li:hover {
    cursor: pointer
}

.theme-black .pagination > li:hover,
.theme-blue .pagination > li:hover,
.theme-marrs-green .pagination > li:hover,
.theme-navy-blue .pagination > li:hover,
.theme-pink .pagination > li:hover,
.theme-red .pagination > li:hover,
.theme-sky-blue .pagination > li:hover,
.theme-violet .pagination > li:hover {
    background: #f1f1f1
}

.pagination > li:first-child {
    border-radius: 3px 0 0 3px;
    margin-left: 0
}

.pagination > li:first-child a {
    border-radius: 3px 0 0 3px
}

.pagination > li:last-child,
.pagination > li:last-child a {
    border-radius: 0 3px 3px 0
}

.pagination > li.disabled {
    cursor: not-allowed !important
}

.pagination > li.disabled:hover {
    background: transparent
}

.pagination > li > a {
    background: transparent !important;
    border: none;
    display: block;
    font-family: Rubik, sans-serif;
    padding: 10px 15px;
    text-decoration: none
}

.theme-blue .pagination > li > a {
    color: #0068e1
}

.theme-violet .pagination > li > a {
    color: #783392
}

.theme-red .pagination > li > a {
    color: #e30047
}

.theme-sky-blue .pagination > li > a {
    color: #2ba1c0
}

.theme-marrs-green .pagination > li > a {
    color: #0a6f75
}

.theme-navy-blue .pagination > li > a {
    color: #31629f
}

.theme-pink .pagination > li > a {
    color: #f15497
}

.theme-black .pagination > li > a {
    color: #333645
}

.pagination > li > a:hover {
    background: transparent
}

.theme-blue .pagination > li > a:focus,
.theme-blue .pagination > li > a:hover {
    color: #0068e1
}

.theme-violet .pagination > li > a:focus,
.theme-violet .pagination > li > a:hover {
    color: #783392
}

.theme-red .pagination > li > a:focus,
.theme-red .pagination > li > a:hover {
    color: #e30047
}

.theme-sky-blue .pagination > li > a:focus,
.theme-sky-blue .pagination > li > a:hover {
    color: #2ba1c0
}

.theme-marrs-green .pagination > li > a:focus,
.theme-marrs-green .pagination > li > a:hover {
    color: #0a6f75
}

.theme-navy-blue .pagination > li > a:focus,
.theme-navy-blue .pagination > li > a:hover {
    color: #31629f
}

.theme-pink .pagination > li > a:focus,
.theme-pink .pagination > li > a:hover {
    color: #f15497
}

.theme-black .pagination > li > a:focus,
.theme-black .pagination > li > a:hover {
    color: #333645
}

.pagination > li > span {
    border: none;
    display: block;
    font-family: Rubik, sans-serif;
    padding: 10px 15px
}

.pagination > .active {
    cursor: default !important
}

.theme-blue .pagination > .active {
    background: #0068e1;
    border-color: #0068e1
}

.theme-violet .pagination > .active {
    background: #783392;
    border-color: #783392
}

.theme-red .pagination > .active {
    background: #e30047;
    border-color: #e30047
}

.theme-sky-blue .pagination > .active {
    background: #2ba1c0;
    border-color: #2ba1c0
}

.theme-marrs-green .pagination > .active {
    background: #0a6f75;
    border-color: #0a6f75
}

.theme-navy-blue .pagination > .active {
    background: #31629f;
    border-color: #31629f
}

.theme-pink .pagination > .active {
    background: #f15497;
    border-color: #f15497
}

.theme-black .pagination > .active {
    background: #333645;
    border-color: #333645
}

.theme-blue .pagination > .active:hover {
    background: #0068e1
}

.theme-violet .pagination > .active:hover {
    background: #783392
}

.theme-red .pagination > .active:hover {
    background: #e30047
}

.theme-sky-blue .pagination > .active:hover {
    background: #2ba1c0
}

.theme-marrs-green .pagination > .active:hover {
    background: #0a6f75
}

.theme-navy-blue .pagination > .active:hover {
    background: #31629f
}

.theme-pink .pagination > .active:hover {
    background: #f15497
}

.theme-black .pagination > .active:hover {
    background: #333645
}

.pagination > .active > a,
.pagination > .active > span {
    background: transparent !important
}

.image-holder {
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    transition: .2s ease-in-out
}

.image-holder img {
/*
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
*/
    width: 100%;
}

.image-placeholder {
    position: relative;
    transition: .2s ease-in-out;
    vertical-align: bottom
}

.image-placeholder > i {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.theme-black .image-placeholder > i,
.theme-blue .image-placeholder > i,
.theme-marrs-green .image-placeholder > i,
.theme-navy-blue .image-placeholder > i,
.theme-pink .image-placeholder > i,
.theme-red .image-placeholder > i,
.theme-sky-blue .image-placeholder > i,
.theme-violet .image-placeholder > i {
    color: #e9e9e9
}

.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6,
.page-wrapper h1,
.page-wrapper h2,
.page-wrapper h3,
.page-wrapper h4,
.page-wrapper h5,
.page-wrapper h6 {
    margin-bottom: 8px
}

.description > ol,
.description > ul,
.page-wrapper > ol,
.page-wrapper > ul {
    margin-left: 18px
}

.description > ol > li,
.description > ul > li,
.page-wrapper > ol > li,
.page-wrapper > ul > li {
    line-height: 26px
}

.page-wrapper {
    margin-top: 30px
}

.category-tab {
    margin-top: 50px
}

.category-tab .nav-tabs {
    border-bottom: none
}

.category-tab .tab-content {
    margin-top: 20px
}

.category-tab .tab-ebook-slider {
    padding-bottom: 30px
}

.category-tab .slick-active .ebook-card:before {
    height: 250px
}

@media screen and (max-width:991px) {
    .category-tab .section-header h3 {
        display: table;
        float: none !important;
        margin-bottom: 15px
    }

    .category-tab .nav-tabs {
        float: none !important;
        text-align: center
    }

    .category-tab .nav-tabs li {
        display: inline-block;
        float: none
    }

    .category-tab .tab-ebook-slider {
        padding-bottom: 0
    }

    .category-tab .slick-dots {
        display: none !important
    }
}

.btn-loading {
    color: transparent !important;
    position: relative
}

.btn-loading:after {
    -webkit-animation: spinAround .6s linear infinite;
    animation: spinAround .6s linear infinite;
    border-color: transparent transparent #fff #fff;
    border-radius: 100%;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    content: "";
    height: 16px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px
}

.btn-loading.btn-default:after {
    border-color: transparent transparent #0068e1 #0068e1;
    border-style: solid;
    border-width: 2px
}

@-webkit-keyframes spinAround {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

@keyframes spinAround {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, .06) !important;
    border: 0 !important;
    box-shadow: inset 0 0 12px 4px #fff;
    visibility: visible !important
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder:after {
    content: "!";
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.selectize-dropdown-header {
    background: #f8f8f8;
    border-bottom: 1px solid #d0d0d0;
    border-radius: 3px 3px 0 0;
    padding: 5px 8px;
    position: relative
}

.selectize-dropdown-header-close {
    color: #303030;
    font-size: 20px !important;
    line-height: 20px;
    margin-top: -12px;
    opacity: .4;
    position: absolute;
    right: 8px;
    top: 50%
}

.selectize-dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0;
    box-sizing: border-box;
    float: left
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0
}

.selectize-control.plugin-remove_button [data-value] {
    padding-right: 24px !important;
    position: relative
}

.selectize-control.plugin-remove_button [data-value] .remove {
    border-left: 1px solid #d0d0d0;
    border-radius: 0 2px 2px 0;
    bottom: 0;
    box-sizing: border-box;
    color: inherit;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    vertical-align: middle;
    width: 17px;
    z-index: 1
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, .05)
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #fff
}

.selectize-control.plugin-remove_button .remove-single {
    font-size: 23px;
    position: absolute;
    right: 0;
    top: 0
}

.selectize-control {
    position: relative
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    -webkit-font-smoothing: inherit;
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px
}

.selectize-control.single .selectize-input.input-active,
.selectize-input {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #d0d0d0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    padding: 8px;
    position: relative;
    width: 100%;
    z-index: 1
}

.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important
}

.selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15)
}

.selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0
}

.selectize-input > * {
    zoom: 1;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: baseline
}

.selectize-control.multi .selectize-input > div {
    background: #f2f2f2;
    border: 0 solid #d0d0d0;
    color: #303030;
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px
}

.selectize-control.multi .selectize-input > div.active {
    background: #e8e8e8;
    border: 0 solid #cacaca;
    color: #303030
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
    background: #fff;
    border: 0 solid #fff;
    color: #7d7d7d
}

.selectize-input > input {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    display: inline-block !important;
    line-height: inherit !important;
    margin: 0 2px 0 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
    -webkit-user-select: auto !important
}

.selectize-input > input::-ms-clear {
    display: none
}

.selectize-input > input:focus {
    outline: none !important
}

.selectize-input:after {
    clear: left;
    content: " ";
    display: block
}

.selectize-input.dropdown-active:before {
    background: #f0f0f0;
    bottom: 0;
    content: " ";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0
}

.selectize-dropdown {
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 0 0 3px 3px;
    border-top: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    margin: -1px 0 0;
    position: absolute;
    z-index: 10
}

.selectize-dropdown [data-selectable] {
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, .2);
    border-radius: 1px
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown .option {
    padding: 5px 8px
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: .5
}

.selectize-dropdown [data-selectable].option {
    opacity: 1
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0
}

.selectize-dropdown .optgroup-header {
    background: #fff;
    color: #303030;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68
}

.selectize-dropdown .active.create {
    color: #495c68
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, .5)
}

.selectize-dropdown-content {
    -webkit-overflow-scrolling: touch;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    border-color: grey transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: " ";
    display: block;
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 0
}

.selectize-control.single .selectize-input.dropdown-active:after {
    border-color: transparent transparent grey;
    border-width: 0 5px 5px;
    margin-top: -4px
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto
}

.selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important
}

.selectize-control .selectize-input.disabled {
    background-color: #fafafa;
    opacity: .5
}

.selectize-control:not(.multi) .selectize-dropdown .option,
.selectize-control:not(.multi) .selectize-input .item {
    font-size: 14px
}

.selectize-control:not(.multi) .plugin-remove_button [data-value] {
    padding-right: 0 !important
}

.selectize-control.multi .selectize-input > div {
    padding: 4px 8px
}

.selectize-control.plugin-remove_button [data-value] .remove {
    padding-top: 4px
}

.selectize-input {
    border-color: #d9d9d9;
    border-radius: 3px;
    box-shadow: none !important;
    min-height: 40px;
    transition: .2s ease-in-out;
    vertical-align: bottom
}

.selectize-input .dropdown-active {
    border-radius: 0
}

.selectize-input > input {
    margin-top: 2px !important
}

.selectize-input input {
    font-size: 15px;
    transition: 0ms !important
}

.selectize-input input::-moz-placeholder {
    color: #999;
    opacity: 1
}

.selectize-input input:-ms-input-placeholder {
    color: #999
}

.selectize-input input::-webkit-input-placeholder {
    color: #999
}

.selectize-input.focus {
    box-shadow: 0 0 2px rgba(30, 140, 190, .8)
}

.theme-blue .selectize-input.focus {
    border-color: #0068e1
}

.theme-violet .selectize-input.focus {
    border-color: #783392
}

.theme-red .selectize-input.focus {
    border-color: #e30047
}

.theme-sky-blue .selectize-input.focus {
    border-color: #2ba1c0
}

.theme-marrs-green .selectize-input.focus {
    border-color: #0a6f75
}

.theme-navy-blue .selectize-input.focus {
    border-color: #31629f
}

.theme-pink .selectize-input.focus {
    border-color: #f15497
}

.theme-black .selectize-input.focus {
    border-color: #333645
}

.selectize-input .item {
    border-radius: 3px
}

.selectize-dropdown [data-selectable] {
    cursor: pointer
}

.selectize-dropdown .active {
    background-color: #f9f9f9
}

.selectize-dropdown .selectize-dropdown-content .create strong {
    font-family: Open Sans, sans-serif;
    font-weight: 600
}

.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;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 20px;
    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-left: 20px;
    padding-right: 8px
}

.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 {
    border: none;
    box-sizing: border-box;
    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;
    left: -100000px;
    position: absolute;
    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: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    box-sizing: border-box;
    padding: 4px;
    width: 100%
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    background-color: #fff;
    border: 0;
    display: block;
    filter: alpha(opacity=0);
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 99
}

.select2-hidden-accessible {
    clip: rect(0 0 0 0) !important;
    border: 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;
    white-space: nowrap !important;
    width: 1px !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;
    right: 1px;
    top: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    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;
    border-width: 0 4px 5px
}

.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-right: 10px;
    margin-top: 5px;
    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-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    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: 1px solid #000;
    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--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    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 {
    -webkit-appearance: textfield;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: 0
}

.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;
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
    border: 1px solid #aaa;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
    outline: 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;
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
    border: none;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
    height: 26px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    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: none;
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #aaa;
    border-top-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: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    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: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    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 {
    box-shadow: none;
    outline: 0
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.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
}

.our-author {
    background-color: #f7f5ec;
    border-radius: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px 0 40px;
    position: relative;
    text-align: center
}

.our-author .picture {
    display: inline-block;
    height: 130px;
    margin-bottom: 50px;
    position: relative;
    width: 130px;
    z-index: 1
}

.our-author .picture img {
    border-radius: 50%;
    height: 100%;
    transform: scale(1);
    transition: all .9s ease 0s;
    width: 100%
}

.our-author .picture:before {
    border-radius: 50%;
    bottom: 135%;
    content: "";
    height: 0;
    left: 0;
    opacity: .9;
    position: absolute;
    right: 0;
    transform: scale(3);
    transition: all .3s linear 0s;
    width: 100%
}

.theme-blue .our-author .picture:before {
    background-color: #0068e1
}

.theme-violet .our-author .picture:before {
    background-color: #783392
}

.theme-red .our-author .picture:before {
    background-color: #e30047
}

.theme-sky-blue .our-author .picture:before {
    background-color: #2ba1c0
}

.theme-marrs-green .our-author .picture:before {
    background-color: #0a6f75
}

.theme-navy-blue .our-author .picture:before {
    background-color: #31629f
}

.theme-pink .our-author .picture:before {
    background-color: #f15497
}

.theme-black .our-author .picture:before {
    background-color: #333645
}

.our-author .picture:after {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.theme-blue .our-author .picture:after {
    background-color: #0068e1
}

.theme-violet .our-author .picture:after {
    background-color: #783392
}

.theme-red .our-author .picture:after {
    background-color: #e30047
}

.theme-sky-blue .our-author .picture:after {
    background-color: #2ba1c0
}

.theme-marrs-green .our-author .picture:after {
    background-color: #0a6f75
}

.theme-navy-blue .our-author .picture:after {
    background-color: #31629f
}

.theme-pink .our-author .picture:after {
    background-color: #f15497
}

.theme-black .our-author .picture:after {
    background-color: #333645
}

.our-author .total {
    color: #4e5052;
    display: block;
    font-size: 15px;
    text-transform: capitalize
}

.our-author .social {
    bottom: -100px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    transition: all .5s ease 0s;
    width: 100%
}

.theme-blue .our-author .social {
    background-color: #0068e1
}

.theme-violet .our-author .social {
    background-color: #783392
}

.theme-red .our-author .social {
    background-color: #e30047
}

.theme-sky-blue .our-author .social {
    background-color: #2ba1c0
}

.theme-marrs-green .our-author .social {
    background-color: #0a6f75
}

.theme-navy-blue .our-author .social {
    background-color: #31629f
}

.theme-pink .our-author .social {
    background-color: #f15497
}

.theme-black .our-author .social {
    background-color: #333645
}

.our-author .social li {
    display: inline-block
}

.our-author .social li > a {
    color: #fff;
    display: block;
    font-size: 17px;
    padding: 10px;
    text-decoration: none;
    transition: all .3s ease 0s
}

.our-author .social li > a:hover {
    background-color: #f7f5ec
}

.theme-blue .our-author .social li > a:hover {
    color: #0068e1
}

.theme-violet .our-author .social li > a:hover {
    color: #783392
}

.theme-red .our-author .social li > a:hover {
    color: #e30047
}

.theme-sky-blue .our-author .social li > a:hover {
    color: #2ba1c0
}

.theme-marrs-green .our-author .social li > a:hover {
    color: #0a6f75
}

.theme-navy-blue .our-author .social li > a:hover {
    color: #31629f
}

.theme-pink .our-author .social li > a:hover {
    color: #f15497
}

.theme-black .our-author .social li > a:hover {
    color: #333645
}

.our-author:hover .picture img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(.7)
}

.our-author:hover .picture:before {
    height: 100%
}

.our-author:hover .social {
    bottom: 0
}

.newsletter-wrap .modal-dialog {
    max-width: none;
    width: 850px
}

.newsletter-wrap .modal-dialog .modal-body {
    padding: 0
}

.newsletter-inner {
    display: flex;
    position: relative
}

.newsletter-inner .close {
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 5px;
    transition: .15s ease-in-out
}

.theme-black .newsletter-inner .close:hover,
.theme-blue .newsletter-inner .close:hover,
.theme-marrs-green .newsletter-inner .close:hover,
.theme-navy-blue .newsletter-inner .close:hover,
.theme-pink .newsletter-inner .close:hover,
.theme-red .newsletter-inner .close:hover,
.theme-sky-blue .newsletter-inner .close:hover,
.theme-violet .newsletter-inner .close:hover {
    color: #555
}

.newsletter-left {
    padding: 41px 50px 37px;
    width: 63%
}

.newsletter-left .title {
    font-weight: 400;
    margin-bottom: 16px
}

.newsletter-left .sub-title {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 45px
}

.theme-black .newsletter-left .sub-title,
.theme-blue .newsletter-left .sub-title,
.theme-marrs-green .newsletter-left .sub-title,
.theme-navy-blue .newsletter-left .sub-title,
.theme-pink .newsletter-left .sub-title,
.theme-red .newsletter-left .sub-title,
.theme-sky-blue .newsletter-left .sub-title,
.theme-violet .newsletter-left .sub-title {
    color: #555
}

.newsletter-left .newsletter-form {
    margin-bottom: 26px
}

.newsletter-left .newsletter-form .form-group {
    display: flex;
    margin-bottom: 0
}

.newsletter-left .newsletter-form .form-group .error-message {
    display: none;
    text-align: left
}

.newsletter-left .newsletter-form > .error-message {
    text-align: left
}

.newsletter-left .btn-subscribe {
    font-weight: 400;
    margin-left: 10px;
    padding: 7px 30px;
    white-space: nowrap
}

.newsletter-left .btn-subscribe > i {
    margin-right: 4px
}

.newsletter-left .info-text {
    font-size: 14px;
    margin-bottom: 18px
}

.theme-black .newsletter-left .info-text,
.theme-blue .newsletter-left .info-text,
.theme-marrs-green .newsletter-left .info-text,
.theme-navy-blue .newsletter-left .info-text,
.theme-pink .newsletter-left .info-text,
.theme-red .newsletter-left .info-text,
.theme-sky-blue .newsletter-left .info-text,
.theme-violet .newsletter-left .info-text {
    color: #555
}

.theme-blue .newsletter-left .info-text a {
    color: #0068e1
}

.theme-violet .newsletter-left .info-text a {
    color: #783392
}

.theme-red .newsletter-left .info-text a {
    color: #e30047
}

.theme-sky-blue .newsletter-left .info-text a {
    color: #2ba1c0
}

.theme-marrs-green .newsletter-left .info-text a {
    color: #0a6f75
}

.theme-navy-blue .newsletter-left .info-text a {
    color: #31629f
}

.theme-pink .newsletter-left .info-text a {
    color: #f15497
}

.theme-black .newsletter-left .info-text a {
    color: #333645
}

.theme-blue .newsletter-left .info-text a:hover {
    color: #1a86ff
}

.theme-violet .newsletter-left .info-text a:hover {
    color: #9d44be
}

.theme-red .newsletter-left .info-text a:hover {
    color: #ff2167
}

.theme-sky-blue .newsletter-left .info-text a:hover {
    color: #3bb4d3
}

.theme-marrs-green .newsletter-left .info-text a:hover {
    color: #0c858c
}

.theme-navy-blue .newsletter-left .info-text a:hover {
    color: #3b75be
}

.theme-pink .newsletter-left .info-text a:hover {
    color: #f36ca5
}

.theme-black .newsletter-left .info-text a:hover {
    color: #494d62
}

.newsletter-left .newsletter-checkbox {
    margin-bottom: 0
}

.newsletter-right {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 37%
}

@media screen and (max-width:1200px) {
    .newsletter-wrap .modal-dialog {
        width: 550px
    }

    .newsletter-left {
        padding: 33px 40px 27px;
        text-align: center;
        width: 100%
    }

    .newsletter-left .title {
        font-size: 28px;
        line-height: 36px
    }

    .newsletter-left .sub-title {
        font-size: 17px
    }

    .newsletter-right {
        display: none
    }
}

@media screen and (max-width:600px) {
    .newsletter-wrap .modal-dialog {
        width: calc(100% - 30px)
    }
}

@media screen and (max-width:500px) {
    .newsletter-left {
        padding: 28px 30px 22px
    }

    .newsletter-left .sub-title {
        margin-bottom: 35px
    }

    .newsletter-left .newsletter-form .form-group {
        flex-direction: column
    }

    .newsletter-left .newsletter-form .form-group .error-message {
        display: block
    }

    .newsletter-left .newsletter-form > .error-message {
        display: none
    }

    .newsletter-left .btn-subscribe {
        margin: 15px 0 0
    }
}

.theme-blue .subscribe-wrap {
    background: #0051ca
}

.theme-violet .subscribe-wrap {
    background: #641f7e
}

.theme-red .subscribe-wrap {
    background: #d10035
}

.theme-sky-blue .subscribe-wrap {
    background: #178dac
}

.theme-marrs-green .subscribe-wrap {
    background: #006066
}

.theme-navy-blue .subscribe-wrap {
    background: #1f508d
}

.theme-pink .subscribe-wrap {
    background: #df4285
}

.theme-black .subscribe-wrap {
    background: #262938
}

.subscribe {
    display: flex;
    justify-content: center;
    padding: 30px 0 25px
}

.subscribe > .row {
    width: 100%
}

.subscribe .subscribe-text .sub-title,
.subscribe .subscribe-text .title {
    display: block
}

.theme-black .subscribe .subscribe-text .sub-title,
.theme-black .subscribe .subscribe-text .title,
.theme-blue .subscribe .subscribe-text .sub-title,
.theme-blue .subscribe .subscribe-text .title,
.theme-marrs-green .subscribe .subscribe-text .sub-title,
.theme-marrs-green .subscribe .subscribe-text .title,
.theme-navy-blue .subscribe .subscribe-text .sub-title,
.theme-navy-blue .subscribe .subscribe-text .title,
.theme-pink .subscribe .subscribe-text .sub-title,
.theme-pink .subscribe .subscribe-text .title,
.theme-red .subscribe .subscribe-text .sub-title,
.theme-red .subscribe .subscribe-text .title,
.theme-sky-blue .subscribe .subscribe-text .sub-title,
.theme-sky-blue .subscribe .subscribe-text .title,
.theme-violet .subscribe .subscribe-text .sub-title,
.theme-violet .subscribe .subscribe-text .title {
    color: #fafafa
}

.subscribe .subscribe-text .title {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px
}

.subscribe .subscribe-text .sub-title {
    line-height: 24px;
    margin-top: 10px
}

.subscribe .subscribe-field {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

.subscribe .subscribe-field .form-group {
    margin-bottom: 0;
    position: relative
}

.subscribe .subscribe-field .form-group > input {
    border: none;
    height: 50px;
    padding: 12px 147px 10px 20px;
    width: 450px
}

.subscribe .subscribe-field .form-group > .btn-subscribe {
    border-radius: 0 3px 3px 0;
    font-weight: 400;
    position: absolute;
    right: 5px;
    top: 5px
}

@media screen and (max-width:1300px) {
    .subscribe .subscribe-field .form-group > input {
        width: 400px
    }
}

@media screen and (max-width:1200px) {
    .subscribe {
        padding-bottom: 34px
    }

    .subscribe .subscribe-text {
        text-align: center
    }

    .subscribe .subscribe-field {
        justify-content: center;
        margin-top: 25px
    }
}

@media screen and (max-width:500px) {

    .subscribe .subscribe-field .form-group > input,
    .subscribe .subscribe-field > form {
        width: 100%
    }
}

.all-categories-wrap {
    margin-top: 44px
}

.all-categories-wrap .empty-message {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
    text-align: center
}

.all-categories-wrap .empty-message svg {
    height: 100px;
    margin-bottom: 22px;
    width: 100px
}

.all-categories-wrap .empty-message svg path {
    fill: #0068e1;
    fill: var(--color-primary)
}

.single-category {
    margin-bottom: 30px
}

.single-category:last-child {
    margin-bottom: 0
}

.single-category .section-title-categories {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 24px;
    margin-left: 0;
    padding-bottom: 13px
}

.single-category .section-title-categories > a {
    color: #191919;
    text-decoration: none
}

.single-category .section-title-categories > a:hover {
    color: #0068e1
}

.single-category-list {
    -moz-column-count: 6;
    column-count: 6;
    -moz-column-fill: initial;
    column-fill: initial;
    -moz-column-gap: 40px;
    column-gap: 40px
}

.single-category-list li {
    display: inline-block;
    padding: 2px 0;
    width: 100%
}

.single-category-list li a {
    color: #6e6e6e;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.single-category-list li a:hover {
    color: #0068e1;
    text-decoration: none
}

.single-category-list .sub-category-list {
    margin-left: 10px;
    padding-top: 2px
}

.single-category-list .sub-category-list li {
    padding: 1px 0
}

.single-category-list .sub-category-list li a {
    font-size: 13px;
    font-weight: 400
}

@media screen and (max-width:1199px) {
    .single-category-list {
        -moz-column-count: 4;
        column-count: 4
    }
}

@media screen and (max-width:991px) {
    .single-category-list {
        -moz-column-count: 3;
        column-count: 3
    }
}

@media screen and (max-width:576px) {
    .single-category-list {
        -moz-column-count: 2;
        column-count: 2
    }
}

.section-title-categories {
    position: relative
}

.section-title-categories:before {
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    width: 34px
}

.section-title-categories:after {
    border-bottom: 2px solid #0068e1;
    bottom: -1px;
    content: "";
    left: 0;
    position: absolute;
    width: 50px
}

.theme-blue .section-title-categories:after {
    background: #0068e1
}

.theme-violet .section-title-categories:after {
    background: #783392
}

.theme-red .section-title-categories:after {
    background: #e30047
}

.theme-sky-blue .section-title-categories:after {
    background: #2ba1c0
}

.theme-marrs-green .section-title-categories:after {
    background: #0a6f75
}

.theme-navy-blue .section-title-categories:after {
    background: #31629f
}

.theme-pink .section-title-categories:after {
    background: #f15497
}

.theme-black .section-title-categories:after {
    background: #333645
}

html {
    direction: ltr;
    min-width: 320px
}

body {
    font-family: Open Sans, sans-serif;
    font-size: 16px
}

.main,
body {
    overflow-x: hidden
}

.main,
.wrapper {
    position: relative
}

.wrapper {
    transition: .2s ease-in-out
}

.theme-black .wrapper,
.theme-blue .wrapper,
.theme-marrs-green .wrapper,
.theme-navy-blue .wrapper,
.theme-pink .wrapper,
.theme-red .wrapper,
.theme-sky-blue .wrapper,
.theme-violet .wrapper {
    color: #555
}

.wrapper .sidebar {
    bottom: 0;
    left: -250px;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transition: .2s ease-in-out;
    width: 250px
}

.wrapper.offcanvas {
    margin: 0 -250px 0 250px
}

.wrapper.offcanvas .sidebar {
    left: 0
}

.wrapper.offcanvas .header-inner.sticky {
    left: 250px
}

.content-wrapper {
    padding-bottom: 50px
}

.header-wrapper + .content-wrapper {
    margin-top: 20px
}

.autocomplete-suggestions {
    background: #fff;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    max-height: none !important;
    padding-bottom: 10px;
    top: 103px !important
}

.autocomplete-suggestions.sticky {
    position: fixed !important;
    top: 60px !important
}

.autocomplete-suggestions .autocomplete-suggestion {
    cursor: pointer;
    padding: 4px 10px
}

.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
    background: #f1f3f7
}

.autocomplete-suggestions.mobile-search-suggestions,
.autocomplete-suggestions.mobile-search-suggestions.sticky {
    left: 6px !important;
    top: 50px !important
}

.rtl .slimScrollBar {
    left: auto !important;
    right: 1px
}

.captcha-input {
    padding: 6px 12px
}

.cookie-wrapper {
    background: #262938;
    bottom: 0;
    box-shadow: 0 1px 4px 2px rgba(0, 0, 0, .4);
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1000
}

.cookie-wrapper .cookie {
    align-items: center;
    display: flex;
    padding: 15px 0
}

.cookie-wrapper .cookie-text {
    color: #c2c2c2;
    flex-grow: 1
}

.cookie-wrapper .cookie-text > span {
    margin-right: 20px
}

.cookie-wrapper .cookie-button {
    flex-grow: 0
}

.cookie-wrapper .btn-cookie {
    padding: 6px 20px
}

.theme-black .my-account .sidebar-menu li.active a {
    opacity: .6
}

.right-actions-overlay {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2
}

.right-actions {
    background: #fff;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    display: block;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: fixed;
    right: -400px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
    transition: all .5s;
    width: 400px;
    z-index: 9999
}

.right-actions.full-width {
    right: -95%;
    width: 95%
}

.right-actions.open {
    right: 0 !important
}

.right-actions .action-toggle {
    align-items: center;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: -5px 5px 20px rgba(69, 65, 78, .21);
    color: #fff;
    cursor: pointer;
    display: none;
    height: 45px;
    justify-content: center;
    left: -45px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 45px
}

.theme-blue .right-actions .action-toggle {
    background: #0051ca
}

.theme-violet .right-actions .action-toggle {
    background: #641f7e
}

.theme-red .right-actions .action-toggle {
    background: #d10035
}

.theme-sky-blue .right-actions .action-toggle {
    background: #178dac
}

.theme-marrs-green .right-actions .action-toggle {
    background: #006066
}

.theme-navy-blue .right-actions .action-toggle {
    background: #1f508d
}

.theme-pink .right-actions .action-toggle {
    background: #df4285
}

.theme-black .right-actions .action-toggle {
    background: #262938
}

.right-actions.open .action-toggle {
    display: flex
}

.right-actions .action-toggle i {
    font-size: 20px
}

.right-actions .title {
    border-bottom: 1px solid #ebedf2;
    border-top-left-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
    text-align: left
}

.theme-blue .right-actions .title {
    background: #0051ca
}

.theme-violet .right-actions .title {
    background: #641f7e
}

.theme-red .right-actions .title {
    background: #d10035
}

.theme-sky-blue .right-actions .title {
    background: #178dac
}

.theme-marrs-green .right-actions .title {
    background: #006066
}

.theme-navy-blue .right-actions .title {
    background: #1f508d
}

.theme-pink .right-actions .title {
    background: #df4285
}

.theme-black .right-actions .title {
    background: #262938
}

.right-actions .action-content {
    max-height: calc(100vh - 90px);
    overflow: auto;
    padding: 20px 15px
}

@media screen and (max-width:991px) {
    .cookie-wrapper .cookie {
        display: block;
        padding: 20px 0
    }

    .cookie-wrapper .cookie-text {
        flex-grow: 0;
        text-align: center
    }

    .cookie-wrapper .cookie-text > span {
        margin-right: 0
    }

    .cookie-wrapper .btn-cookie {
        display: table;
        margin: 15px auto 0
    }
}

@media screen and (max-width:767px) {
    .content-wrapper > .container > .col-lg-9.col-lg-offset-3 ~ .alert {
        margin: 15px 0 5px
    }

    .right-actions.full-width {
        right: -90%;
        width: 90%
    }
}

/*# sourceMappingURL=app.css.map*/
