@import url(https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400,400i,600,600i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap);

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 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 {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

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

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

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

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

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

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

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

    pre,
    blockquote {
        border: 1px solid #999;

        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

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

    img {
        max-width: 100% !important;
    }

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

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

    .navbar {
        display: none;
    }

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

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

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

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

@font-face {
    font-family: 'arif';
    src: url(fonts/glyphicons-halflings-regular.eot);
    src: url(fonts/glyphicons-halflings-regular.eot) 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) format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'arif';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "*";
}

.glyphicon-plus:before {
    content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20AC";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
    box-sizing: border-box;
}

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

html {
    font-size: 10px;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

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

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

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

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

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

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

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

[role="button"] {
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

p {
    margin: 0 0 10px;
}

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

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

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

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

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

.text-success {
    color: #3c763d;
}

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

.text-info {
    color: #31708f;
}

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

.text-warning {
    color: #8a6d3b;
}

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

.text-danger {
    color: #a94442;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
}

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

th {
    text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type="file"] {
    display: block;
}

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

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

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

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

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

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

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

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

textarea.form-control {
    height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    box-shadow: none;
    opacity: .65;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].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 {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height, visibility;
}

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

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

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

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

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

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

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

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

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

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

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

.open > a {
    outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

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

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

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

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

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

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

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

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

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

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

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].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 {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

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

.input-group-addon:first-child {
    border-right: 0;
}

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

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

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

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.nav > li.disabled > a {
    color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
}

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

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li {
    float: none;
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    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:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        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:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified > li {
    float: none;
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    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:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand > img {
    display: block;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

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

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

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

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

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

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

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

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

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

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

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #080808;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\A0";
}

.breadcrumb > .active {
    color: #777;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}

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

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron > hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border .2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

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

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

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

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

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

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

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #337ab7;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;

    line-break: auto;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

    line-break: auto;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    content: "";
    border-width: 10px;
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        transition: transform .6s ease-in-out;

        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px;
    }

    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        transform: translate3d(100%, 0, 0);
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        transform: translate3d(-100%, 0, 0);
    }

    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        left: 0;
        transform: translate3d(0, 0, 0);
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203A';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/*# sourceMappingURL=bootstrap.css.map */
/*!
 * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden, select.selectpicker {
    display: none !important
}

.bootstrap-select {
    width: 220px \9
}

.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #999
}

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none
}

.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2
}

.error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}

.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right, .row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%
}

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
    cursor: not-allowed
}

.bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {
    outline: 0 !important
}

.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    box-sizing: border-box
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    box-sizing: border-box
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, .2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
    display: block
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

/*!
 *  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';
    src: url(fonts/fontawesome-webfont.eot);
    src: url(fonts/fontawesome-webfont.eot) format('embedded-opentype'),
    url(fonts/fontawesome-webfont.woff2) format('woff2'),
    url(fonts/fontawesome-webfont.woff) format('woff'),
    url(fonts/fontawesome-webfont.ttf) format('truetype'),
    url(fonts/fontawesome-webfont.svg) format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

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

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

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

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        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: scale(-1, 1)
}

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

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

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

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\F000"
}

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

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

.fa-envelope-o:before {
    content: "\F003"
}

.fa-heart:before {
    content: "\F004"
}

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

.fa-star-o:before {
    content: "\F006"
}

.fa-user:before {
    content: "\F007"
}

.fa-film:before {
    content: "\F008"
}

.fa-th-large:before {
    content: "\F009"
}

.fa-th:before {
    content: "\F00A"
}

.fa-th-list:before {
    content: "\F00B"
}

.fa-check:before {
    content: "\F00C"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\F00D"
}

.fa-search-plus:before {
    content: "\F00E"
}

.fa-search-minus:before {
    content: "\F010"
}

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

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

.fa-gear:before, .fa-cog:before {
    content: "\F013"
}

.fa-trash-o:before {
    content: "\F014"
}

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

.fa-file-o:before {
    content: "\F016"
}

.fa-clock-o:before {
    content: "\F017"
}

.fa-road:before {
    content: "\F018"
}

.fa-download:before {
    content: "\F019"
}

.fa-arrow-circle-o-down:before {
    content: "\F01A"
}

.fa-arrow-circle-o-up:before {
    content: "\F01B"
}

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

.fa-play-circle-o:before {
    content: "\F01D"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\F01E"
}

.fa-refresh:before {
    content: "\F021"
}

.fa-list-alt:before {
    content: "\F022"
}

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

.fa-flag:before {
    content: "\F024"
}

.fa-headphones:before {
    content: "\F025"
}

.fa-volume-off:before {
    content: "\F026"
}

.fa-volume-down:before {
    content: "\F027"
}

.fa-volume-up:before {
    content: "\F028"
}

.fa-qrcode:before {
    content: "\F029"
}

.fa-barcode:before {
    content: "\F02A"
}

.fa-tag:before {
    content: "\F02B"
}

.fa-tags:before {
    content: "\F02C"
}

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

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

.fa-print:before {
    content: "\F02F"
}

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

.fa-font:before {
    content: "\F031"
}

.fa-bold:before {
    content: "\F032"
}

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

.fa-text-height:before {
    content: "\F034"
}

.fa-text-width:before {
    content: "\F035"
}

.fa-align-left:before {
    content: "\F036"
}

.fa-align-center:before {
    content: "\F037"
}

.fa-align-right:before {
    content: "\F038"
}

.fa-align-justify:before {
    content: "\F039"
}

.fa-list:before {
    content: "\F03A"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\F03B"
}

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

.fa-video-camera:before {
    content: "\F03D"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\F03E"
}

.fa-pencil:before {
    content: "\F040"
}

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

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

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

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\F044"
}

.fa-share-square-o:before {
    content: "\F045"
}

.fa-check-square-o:before {
    content: "\F046"
}

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

.fa-step-backward:before {
    content: "\F048"
}

.fa-fast-backward:before {
    content: "\F049"
}

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

.fa-play:before {
    content: "\F04B"
}

.fa-pause:before {
    content: "\F04C"
}

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

.fa-forward:before {
    content: "\F04E"
}

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

.fa-step-forward:before {
    content: "\F051"
}

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

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

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

.fa-plus-circle:before {
    content: "\F055"
}

.fa-minus-circle:before {
    content: "\F056"
}

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

.fa-check-circle:before {
    content: "\F058"
}

.fa-question-circle:before {
    content: "\F059"
}

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

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

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

.fa-check-circle-o:before {
    content: "\F05D"
}

.fa-ban:before {
    content: "\F05E"
}

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

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

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

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

.fa-mail-forward:before, .fa-share:before {
    content: "\F064"
}

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

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

.fa-plus:before {
    content: "\F067"
}

.fa-minus:before {
    content: "\F068"
}

.fa-asterisk:before {
    content: "\F069"
}

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

.fa-gift:before {
    content: "\F06B"
}

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

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

.fa-eye:before {
    content: "\F06E"
}

.fa-eye-slash:before {
    content: "\F070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\F071"
}

.fa-plane:before {
    content: "\F072"
}

.fa-calendar:before {
    content: "\F073"
}

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

.fa-comment:before {
    content: "\F075"
}

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

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

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

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

.fa-shopping-cart:before {
    content: "\F07A"
}

.fa-folder:before {
    content: "\F07B"
}

.fa-folder-open:before {
    content: "\F07C"
}

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

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

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\F080"
}

.fa-twitter-square:before {
    content: "\F081"
}

.fa-facebook-square:before {
    content: "\F082"
}

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

.fa-key:before {
    content: "\F084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\F085"
}

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

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

.fa-thumbs-o-down:before {
    content: "\F088"
}

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

.fa-heart-o:before {
    content: "\F08A"
}

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

.fa-linkedin-square:before {
    content: "\F08C"
}

.fa-thumb-tack:before {
    content: "\F08D"
}

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

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

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

.fa-github-square:before {
    content: "\F092"
}

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

.fa-lemon-o:before {
    content: "\F094"
}

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

.fa-square-o:before {
    content: "\F096"
}

.fa-bookmark-o:before {
    content: "\F097"
}

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

.fa-twitter:before {
    content: "\F099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\F09A"
}

.fa-github:before {
    content: "\F09B"
}

.fa-unlock:before {
    content: "\F09C"
}

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

.fa-feed:before, .fa-rss:before {
    content: "\F09E"
}

.fa-hdd-o:before {
    content: "\F0A0"
}

.fa-bullhorn:before {
    content: "\F0A1"
}

.fa-bell:before {
    content: "\F0F3"
}

.fa-certificate:before {
    content: "\F0A3"
}

.fa-hand-o-right:before {
    content: "\F0A4"
}

.fa-hand-o-left:before {
    content: "\F0A5"
}

.fa-hand-o-up:before {
    content: "\F0A6"
}

.fa-hand-o-down:before {
    content: "\F0A7"
}

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

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

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

.fa-arrow-circle-down:before {
    content: "\F0AB"
}

.fa-globe:before {
    content: "\F0AC"
}

.fa-wrench:before {
    content: "\F0AD"
}

.fa-tasks:before {
    content: "\F0AE"
}

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

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

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

.fa-group:before, .fa-users:before {
    content: "\F0C0"
}

.fa-chain:before, .fa-link:before {
    content: "\F0C1"
}

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

.fa-flask:before {
    content: "\F0C3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\F0C4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\F0C5"
}

.fa-paperclip:before {
    content: "\F0C6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\F0C7"
}

.fa-square:before {
    content: "\F0C8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\F0C9"
}

.fa-list-ul:before {
    content: "\F0CA"
}

.fa-list-ol:before {
    content: "\F0CB"
}

.fa-strikethrough:before {
    content: "\F0CC"
}

.fa-underline:before {
    content: "\F0CD"
}

.fa-table:before {
    content: "\F0CE"
}

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

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

.fa-pinterest:before {
    content: "\F0D2"
}

.fa-pinterest-square:before {
    content: "\F0D3"
}

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

.fa-google-plus:before {
    content: "\F0D5"
}

.fa-money:before {
    content: "\F0D6"
}

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

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

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

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

.fa-columns:before {
    content: "\F0DB"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\F0DC"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\F0DD"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\F0DE"
}

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

.fa-linkedin:before {
    content: "\F0E1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\F0E2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\F0E3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\F0E4"
}

.fa-comment-o:before {
    content: "\F0E5"
}

.fa-comments-o:before {
    content: "\F0E6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\F0E7"
}

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

.fa-umbrella:before {
    content: "\F0E9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\F0EA"
}

.fa-lightbulb-o:before {
    content: "\F0EB"
}

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

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

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

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

.fa-stethoscope:before {
    content: "\F0F1"
}

.fa-suitcase:before {
    content: "\F0F2"
}

.fa-bell-o:before {
    content: "\F0A2"
}

.fa-coffee:before {
    content: "\F0F4"
}

.fa-cutlery:before {
    content: "\F0F5"
}

.fa-file-text-o:before {
    content: "\F0F6"
}

.fa-building-o:before {
    content: "\F0F7"
}

.fa-hospital-o:before {
    content: "\F0F8"
}

.fa-ambulance:before {
    content: "\F0F9"
}

.fa-medkit:before {
    content: "\F0FA"
}

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

.fa-beer:before {
    content: "\F0FC"
}

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

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

.fa-angle-double-left:before {
    content: "\F100"
}

.fa-angle-double-right:before {
    content: "\F101"
}

.fa-angle-double-up:before {
    content: "\F102"
}

.fa-angle-double-down:before {
    content: "\F103"
}

.fa-angle-left:before {
    content: "\F104"
}

.fa-angle-right:before {
    content: "\F105"
}

.fa-angle-up:before {
    content: "\F106"
}

.fa-angle-down:before {
    content: "\F107"
}

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

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

.fa-tablet:before {
    content: "\F10A"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\F10B"
}

.fa-circle-o:before {
    content: "\F10C"
}

.fa-quote-left:before {
    content: "\F10D"
}

.fa-quote-right:before {
    content: "\F10E"
}

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

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

.fa-mail-reply:before, .fa-reply:before {
    content: "\F112"
}

.fa-github-alt:before {
    content: "\F113"
}

.fa-folder-o:before {
    content: "\F114"
}

.fa-folder-open-o:before {
    content: "\F115"
}

.fa-smile-o:before {
    content: "\F118"
}

.fa-frown-o:before {
    content: "\F119"
}

.fa-meh-o:before {
    content: "\F11A"
}

.fa-gamepad:before {
    content: "\F11B"
}

.fa-keyboard-o:before {
    content: "\F11C"
}

.fa-flag-o:before {
    content: "\F11D"
}

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

.fa-terminal:before {
    content: "\F120"
}

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

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\F122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\F123"
}

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

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

.fa-code-fork:before {
    content: "\F126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\F127"
}

.fa-question:before {
    content: "\F128"
}

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

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

.fa-superscript:before {
    content: "\F12B"
}

.fa-subscript:before {
    content: "\F12C"
}

.fa-eraser:before {
    content: "\F12D"
}

.fa-puzzle-piece:before {
    content: "\F12E"
}

.fa-microphone:before {
    content: "\F130"
}

.fa-microphone-slash:before {
    content: "\F131"
}

.fa-shield:before {
    content: "\F132"
}

.fa-calendar-o:before {
    content: "\F133"
}

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

.fa-rocket:before {
    content: "\F135"
}

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

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

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

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

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

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

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

.fa-anchor:before {
    content: "\F13D"
}

.fa-unlock-alt:before {
    content: "\F13E"
}

.fa-bullseye:before {
    content: "\F140"
}

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

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

.fa-rss-square:before {
    content: "\F143"
}

.fa-play-circle:before {
    content: "\F144"
}

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

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

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

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

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

.fa-check-square:before {
    content: "\F14A"
}

.fa-pencil-square:before {
    content: "\F14B"
}

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

.fa-share-square:before {
    content: "\F14D"
}

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

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\F150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\F151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\F152"
}

.fa-euro:before, .fa-eur:before {
    content: "\F153"
}

.fa-gbp:before {
    content: "\F154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\F155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\F156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\F157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\F158"
}

.fa-won:before, .fa-krw:before {
    content: "\F159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\F15A"
}

.fa-file:before {
    content: "\F15B"
}

.fa-file-text:before {
    content: "\F15C"
}

.fa-sort-alpha-asc:before {
    content: "\F15D"
}

.fa-sort-alpha-desc:before {
    content: "\F15E"
}

.fa-sort-amount-asc:before {
    content: "\F160"
}

.fa-sort-amount-desc:before {
    content: "\F161"
}

.fa-sort-numeric-asc:before {
    content: "\F162"
}

.fa-sort-numeric-desc:before {
    content: "\F163"
}

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

.fa-thumbs-down:before {
    content: "\F165"
}

.fa-youtube-square:before {
    content: "\F166"
}

.fa-youtube:before {
    content: "\F167"
}

.fa-xing:before {
    content: "\F168"
}

.fa-xing-square:before {
    content: "\F169"
}

.fa-youtube-play:before {
    content: "\F16A"
}

.fa-dropbox:before {
    content: "\F16B"
}

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

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

.fa-flickr:before {
    content: "\F16E"
}

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

.fa-bitbucket:before {
    content: "\F171"
}

.fa-bitbucket-square:before {
    content: "\F172"
}

.fa-tumblr:before {
    content: "\F173"
}

.fa-tumblr-square:before {
    content: "\F174"
}

.fa-long-arrow-down:before {
    content: "\F175"
}

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

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

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

.fa-apple:before {
    content: "\F179"
}

.fa-windows:before {
    content: "\F17A"
}

.fa-android:before {
    content: "\F17B"
}

.fa-linux:before {
    content: "\F17C"
}

.fa-dribbble:before {
    content: "\F17D"
}

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

.fa-foursquare:before {
    content: "\F180"
}

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

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

.fa-male:before {
    content: "\F183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\F184"
}

.fa-sun-o:before {
    content: "\F185"
}

.fa-moon-o:before {
    content: "\F186"
}

.fa-archive:before {
    content: "\F187"
}

.fa-bug:before {
    content: "\F188"
}

.fa-vk:before {
    content: "\F189"
}

.fa-weibo:before {
    content: "\F18A"
}

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

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

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

.fa-arrow-circle-o-right:before {
    content: "\F18E"
}

.fa-arrow-circle-o-left:before {
    content: "\F190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\F191"
}

.fa-dot-circle-o:before {
    content: "\F192"
}

.fa-wheelchair:before {
    content: "\F193"
}

.fa-vimeo-square:before {
    content: "\F194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\F195"
}

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

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

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

.fa-envelope-square:before {
    content: "\F199"
}

.fa-wordpress:before {
    content: "\F19A"
}

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

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\F19C"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\F19D"
}

.fa-yahoo:before {
    content: "\F19E"
}

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

.fa-reddit:before {
    content: "\F1A1"
}

.fa-reddit-square:before {
    content: "\F1A2"
}

.fa-stumbleupon-circle:before {
    content: "\F1A3"
}

.fa-stumbleupon:before {
    content: "\F1A4"
}

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

.fa-digg:before {
    content: "\F1A6"
}

.fa-pied-piper-pp:before {
    content: "\F1A7"
}

.fa-pied-piper-alt:before {
    content: "\F1A8"
}

.fa-drupal:before {
    content: "\F1A9"
}

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

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

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

.fa-building:before {
    content: "\F1AD"
}

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

.fa-paw:before {
    content: "\F1B0"
}

.fa-spoon:before {
    content: "\F1B1"
}

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

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

.fa-behance:before {
    content: "\F1B4"
}

.fa-behance-square:before {
    content: "\F1B5"
}

.fa-steam:before {
    content: "\F1B6"
}

.fa-steam-square:before {
    content: "\F1B7"
}

.fa-recycle:before {
    content: "\F1B8"
}

.fa-automobile:before, .fa-car:before {
    content: "\F1B9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\F1BA"
}

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

.fa-spotify:before {
    content: "\F1BC"
}

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

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

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

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

.fa-file-word-o:before {
    content: "\F1C2"
}

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

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

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\F1C5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\F1C6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\F1C7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\F1C8"
}

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

.fa-vine:before {
    content: "\F1CA"
}

.fa-codepen:before {
    content: "\F1CB"
}

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

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\F1CD"
}

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

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\F1D0"
}

.fa-ge:before, .fa-empire:before {
    content: "\F1D1"
}

.fa-git-square:before {
    content: "\F1D2"
}

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

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\F1D4"
}

.fa-tencent-weibo:before {
    content: "\F1D5"
}

.fa-qq:before {
    content: "\F1D6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\F1D7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\F1D8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\F1D9"
}

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

.fa-circle-thin:before {
    content: "\F1DB"
}

.fa-header:before {
    content: "\F1DC"
}

.fa-paragraph:before {
    content: "\F1DD"
}

.fa-sliders:before {
    content: "\F1DE"
}

.fa-share-alt:before {
    content: "\F1E0"
}

.fa-share-alt-square:before {
    content: "\F1E1"
}

.fa-bomb:before {
    content: "\F1E2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\F1E3"
}

.fa-tty:before {
    content: "\F1E4"
}

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

.fa-plug:before {
    content: "\F1E6"
}

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

.fa-twitch:before {
    content: "\F1E8"
}

.fa-yelp:before {
    content: "\F1E9"
}

.fa-newspaper-o:before {
    content: "\F1EA"
}

.fa-wifi:before {
    content: "\F1EB"
}

.fa-calculator:before {
    content: "\F1EC"
}

.fa-paypal:before {
    content: "\F1ED"
}

.fa-google-wallet:before {
    content: "\F1EE"
}

.fa-cc-visa:before {
    content: "\F1F0"
}

.fa-cc-mastercard:before {
    content: "\F1F1"
}

.fa-cc-discover:before {
    content: "\F1F2"
}

.fa-cc-amex:before {
    content: "\F1F3"
}

.fa-cc-paypal:before {
    content: "\F1F4"
}

.fa-cc-stripe:before {
    content: "\F1F5"
}

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

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

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

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

.fa-at:before {
    content: "\F1FA"
}

.fa-eyedropper:before {
    content: "\F1FB"
}

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

.fa-birthday-cake:before {
    content: "\F1FD"
}

.fa-area-chart:before {
    content: "\F1FE"
}

.fa-pie-chart:before {
    content: "\F200"
}

.fa-line-chart:before {
    content: "\F201"
}

.fa-lastfm:before {
    content: "\F202"
}

.fa-lastfm-square:before {
    content: "\F203"
}

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

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

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

.fa-bus:before {
    content: "\F207"
}

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

.fa-angellist:before {
    content: "\F209"
}

.fa-cc:before {
    content: "\F20A"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\F20B"
}

.fa-meanpath:before {
    content: "\F20C"
}

.fa-buysellads:before {
    content: "\F20D"
}

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

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

.fa-forumbee:before {
    content: "\F211"
}

.fa-leanpub:before {
    content: "\F212"
}

.fa-sellsy:before {
    content: "\F213"
}

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

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

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

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

.fa-cart-arrow-down:before {
    content: "\F218"
}

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

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

.fa-user-secret:before {
    content: "\F21B"
}

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

.fa-street-view:before {
    content: "\F21D"
}

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

.fa-venus:before {
    content: "\F221"
}

.fa-mars:before {
    content: "\F222"
}

.fa-mercury:before {
    content: "\F223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\F224"
}

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

.fa-venus-double:before {
    content: "\F226"
}

.fa-mars-double:before {
    content: "\F227"
}

.fa-venus-mars:before {
    content: "\F228"
}

.fa-mars-stroke:before {
    content: "\F229"
}

.fa-mars-stroke-v:before {
    content: "\F22A"
}

.fa-mars-stroke-h:before {
    content: "\F22B"
}

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

.fa-genderless:before {
    content: "\F22D"
}

.fa-facebook-official:before {
    content: "\F230"
}

.fa-pinterest-p:before {
    content: "\F231"
}

.fa-whatsapp:before {
    content: "\F232"
}

.fa-server:before {
    content: "\F233"
}

.fa-user-plus:before {
    content: "\F234"
}

.fa-user-times:before {
    content: "\F235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\F236"
}

.fa-viacoin:before {
    content: "\F237"
}

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

.fa-subway:before {
    content: "\F239"
}

.fa-medium:before {
    content: "\F23A"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\F23B"
}

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

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

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

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\F240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\F241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\F242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\F243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\F244"
}

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

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

.fa-object-group:before {
    content: "\F247"
}

.fa-object-ungroup:before {
    content: "\F248"
}

.fa-sticky-note:before {
    content: "\F249"
}

.fa-sticky-note-o:before {
    content: "\F24A"
}

.fa-cc-jcb:before {
    content: "\F24B"
}

.fa-cc-diners-club:before {
    content: "\F24C"
}

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

.fa-balance-scale:before {
    content: "\F24E"
}

.fa-hourglass-o:before {
    content: "\F250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\F251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\F252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\F253"
}

.fa-hourglass:before {
    content: "\F254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\F255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\F256"
}

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

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

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

.fa-hand-pointer-o:before {
    content: "\F25A"
}

.fa-hand-peace-o:before {
    content: "\F25B"
}

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

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

.fa-creative-commons:before {
    content: "\F25E"
}

.fa-gg:before {
    content: "\F260"
}

.fa-gg-circle:before {
    content: "\F261"
}

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

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

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

.fa-get-pocket:before {
    content: "\F265"
}

.fa-wikipedia-w:before {
    content: "\F266"
}

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

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

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

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

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

.fa-tv:before, .fa-television:before {
    content: "\F26C"
}

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

.fa-500px:before {
    content: "\F26E"
}

.fa-amazon:before {
    content: "\F270"
}

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

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

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

.fa-calendar-check-o:before {
    content: "\F274"
}

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

.fa-map-pin:before {
    content: "\F276"
}

.fa-map-signs:before {
    content: "\F277"
}

.fa-map-o:before {
    content: "\F278"
}

.fa-map:before {
    content: "\F279"
}

.fa-commenting:before {
    content: "\F27A"
}

.fa-commenting-o:before {
    content: "\F27B"
}

.fa-houzz:before {
    content: "\F27C"
}

.fa-vimeo:before {
    content: "\F27D"
}

.fa-black-tie:before {
    content: "\F27E"
}

.fa-fonticons:before {
    content: "\F280"
}

.fa-reddit-alien:before {
    content: "\F281"
}

.fa-edge:before {
    content: "\F282"
}

.fa-credit-card-alt:before {
    content: "\F283"
}

.fa-codiepie:before {
    content: "\F284"
}

.fa-modx:before {
    content: "\F285"
}

.fa-fort-awesome:before {
    content: "\F286"
}

.fa-usb:before {
    content: "\F287"
}

.fa-product-hunt:before {
    content: "\F288"
}

.fa-mixcloud:before {
    content: "\F289"
}

.fa-scribd:before {
    content: "\F28A"
}

.fa-pause-circle:before {
    content: "\F28B"
}

.fa-pause-circle-o:before {
    content: "\F28C"
}

.fa-stop-circle:before {
    content: "\F28D"
}

.fa-stop-circle-o:before {
    content: "\F28E"
}

.fa-shopping-bag:before {
    content: "\F290"
}

.fa-shopping-basket:before {
    content: "\F291"
}

.fa-hashtag:before {
    content: "\F292"
}

.fa-bluetooth:before {
    content: "\F293"
}

.fa-bluetooth-b:before {
    content: "\F294"
}

.fa-percent:before {
    content: "\F295"
}

.fa-gitlab:before {
    content: "\F296"
}

.fa-wpbeginner:before {
    content: "\F297"
}

.fa-wpforms:before {
    content: "\F298"
}

.fa-envira:before {
    content: "\F299"
}

.fa-universal-access:before {
    content: "\F29A"
}

.fa-wheelchair-alt:before {
    content: "\F29B"
}

.fa-question-circle-o:before {
    content: "\F29C"
}

.fa-blind:before {
    content: "\F29D"
}

.fa-audio-description:before {
    content: "\F29E"
}

.fa-volume-control-phone:before {
    content: "\F2A0"
}

.fa-braille:before {
    content: "\F2A1"
}

.fa-assistive-listening-systems:before {
    content: "\F2A2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\F2A3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\F2A4"
}

.fa-glide:before {
    content: "\F2A5"
}

.fa-glide-g:before {
    content: "\F2A6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\F2A7"
}

.fa-low-vision:before {
    content: "\F2A8"
}

.fa-viadeo:before {
    content: "\F2A9"
}

.fa-viadeo-square:before {
    content: "\F2AA"
}

.fa-snapchat:before {
    content: "\F2AB"
}

.fa-snapchat-ghost:before {
    content: "\F2AC"
}

.fa-snapchat-square:before {
    content: "\F2AD"
}

.fa-pied-piper:before {
    content: "\F2AE"
}

.fa-first-order:before {
    content: "\F2B0"
}

.fa-yoast:before {
    content: "\F2B1"
}

.fa-themeisle:before {
    content: "\F2B2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\F2B3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\F2B4"
}

.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-vcard:before, .fa-address-card:before {
    content: "\F2BB"
}

.fa-vcard-o:before, .fa-address-card-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:before, .fa-thermometer-full: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-bathtub:before, .fa-s15:before, .fa-bath: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 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}


/*========================Themify Icons================*/
@font-face {
    font-family: 'themify';
    src: url(fonts/themify.eot);
    src: url(fonts/themify.eot) format('embedded-opentype'),
    url(fonts/themify.woff) format('woff'),
    url(fonts/themify.ttf) format('truetype'),
    url(fonts/themify.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="ti-"], [class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
    content: "\E600";
}

.ti-volume:before {
    content: "\E601";
}

.ti-user:before {
    content: "\E602";
}

.ti-unlock:before {
    content: "\E603";
}

.ti-unlink:before {
    content: "\E604";
}

.ti-trash:before {
    content: "\E605";
}

.ti-thought:before {
    content: "\E606";
}

.ti-target:before {
    content: "\E607";
}

.ti-tag:before {
    content: "\E608";
}

.ti-tablet:before {
    content: "\E609";
}

.ti-star:before {
    content: "\E60A";
}

.ti-spray:before {
    content: "\E60B";
}

.ti-signal:before {
    content: "\E60C";
}

.ti-shopping-cart:before {
    content: "\E60D";
}

.ti-shopping-cart-full:before {
    content: "\E60E";
}

.ti-settings:before {
    content: "\E60F";
}

.ti-search:before {
    content: "\E610";
}

.ti-zoom-in:before {
    content: "\E611";
}

.ti-zoom-out:before {
    content: "\E612";
}

.ti-cut:before {
    content: "\E613";
}

.ti-ruler:before {
    content: "\E614";
}

.ti-ruler-pencil:before {
    content: "\E615";
}

.ti-ruler-alt:before {
    content: "\E616";
}

.ti-bookmark:before {
    content: "\E617";
}

.ti-bookmark-alt:before {
    content: "\E618";
}

.ti-reload:before {
    content: "\E619";
}

.ti-plus:before {
    content: "\E61A";
}

.ti-pin:before {
    content: "\E61B";
}

.ti-pencil:before {
    content: "\E61C";
}

.ti-pencil-alt:before {
    content: "\E61D";
}

.ti-paint-roller:before {
    content: "\E61E";
}

.ti-paint-bucket:before {
    content: "\E61F";
}

.ti-na:before {
    content: "\E620";
}

.ti-mobile:before {
    content: "\E621";
}

.ti-minus:before {
    content: "\E622";
}

.ti-medall:before {
    content: "\E623";
}

.ti-medall-alt:before {
    content: "\E624";
}

.ti-marker:before {
    content: "\E625";
}

.ti-marker-alt:before {
    content: "\E626";
}

.ti-arrow-up:before {
    content: "\E627";
}

.ti-arrow-right:before {
    content: "\E628";
}

.ti-arrow-left:before {
    content: "\E629";
}

.ti-arrow-down:before {
    content: "\E62A";
}

.ti-lock:before {
    content: "\E62B";
}

.ti-location-arrow:before {
    content: "\E62C";
}

.ti-link:before {
    content: "\E62D";
}

.ti-layout:before {
    content: "\E62E";
}

.ti-layers:before {
    content: "\E62F";
}

.ti-layers-alt:before {
    content: "\E630";
}

.ti-key:before {
    content: "\E631";
}

.ti-import:before {
    content: "\E632";
}

.ti-image:before {
    content: "\E633";
}

.ti-heart:before {
    content: "\E634";
}

.ti-heart-broken:before {
    content: "\E635";
}

.ti-hand-stop:before {
    content: "\E636";
}

.ti-hand-open:before {
    content: "\E637";
}

.ti-hand-drag:before {
    content: "\E638";
}

.ti-folder:before {
    content: "\E639";
}

.ti-flag:before {
    content: "\E63A";
}

.ti-flag-alt:before {
    content: "\E63B";
}

.ti-flag-alt-2:before {
    content: "\E63C";
}

.ti-eye:before {
    content: "\E63D";
}

.ti-export:before {
    content: "\E63E";
}

.ti-exchange-vertical:before {
    content: "\E63F";
}

.ti-desktop:before {
    content: "\E640";
}

.ti-cup:before {
    content: "\E641";
}

.ti-crown:before {
    content: "\E642";
}

.ti-comments:before {
    content: "\E643";
}

.ti-comment:before {
    content: "\E644";
}

.ti-comment-alt:before {
    content: "\E645";
}

.ti-close:before {
    content: "\E646";
}

.ti-clip:before {
    content: "\E647";
}

.ti-angle-up:before {
    content: "\E648";
}

.ti-angle-right:before {
    content: "\E649";
}

.ti-angle-left:before {
    content: "\E64A";
}

.ti-angle-down:before {
    content: "\E64B";
}

.ti-check:before {
    content: "\E64C";
}

.ti-check-box:before {
    content: "\E64D";
}

.ti-camera:before {
    content: "\E64E";
}

.ti-announcement:before {
    content: "\E64F";
}

.ti-brush:before {
    content: "\E650";
}

.ti-briefcase:before {
    content: "\E651";
}

.ti-bolt:before {
    content: "\E652";
}

.ti-bolt-alt:before {
    content: "\E653";
}

.ti-blackboard:before {
    content: "\E654";
}

.ti-bag:before {
    content: "\E655";
}

.ti-move:before {
    content: "\E656";
}

.ti-arrows-vertical:before {
    content: "\E657";
}

.ti-arrows-horizontal:before {
    content: "\E658";
}

.ti-fullscreen:before {
    content: "\E659";
}

.ti-arrow-top-right:before {
    content: "\E65A";
}

.ti-arrow-top-left:before {
    content: "\E65B";
}

.ti-arrow-circle-up:before {
    content: "\E65C";
}

.ti-arrow-circle-right:before {
    content: "\E65D";
}

.ti-arrow-circle-left:before {
    content: "\E65E";
}

.ti-arrow-circle-down:before {
    content: "\E65F";
}

.ti-angle-double-up:before {
    content: "\E660";
}

.ti-angle-double-right:before {
    content: "\E661";
}

.ti-angle-double-left:before {
    content: "\E662";
}

.ti-angle-double-down:before {
    content: "\E663";
}

.ti-zip:before {
    content: "\E664";
}

.ti-world:before {
    content: "\E665";
}

.ti-wheelchair:before {
    content: "\E666";
}

.ti-view-list:before {
    content: "\E667";
}

.ti-view-list-alt:before {
    content: "\E668";
}

.ti-view-grid:before {
    content: "\E669";
}

.ti-uppercase:before {
    content: "\E66A";
}

.ti-upload:before {
    content: "\E66B";
}

.ti-underline:before {
    content: "\E66C";
}

.ti-truck:before {
    content: "\E66D";
}

.ti-timer:before {
    content: "\E66E";
}

.ti-ticket:before {
    content: "\E66F";
}

.ti-thumb-up:before {
    content: "\E670";
}

.ti-thumb-down:before {
    content: "\E671";
}

.ti-text:before {
    content: "\E672";
}

.ti-stats-up:before {
    content: "\E673";
}

.ti-stats-down:before {
    content: "\E674";
}

.ti-split-v:before {
    content: "\E675";
}

.ti-split-h:before {
    content: "\E676";
}

.ti-smallcap:before {
    content: "\E677";
}

.ti-shine:before {
    content: "\E678";
}

.ti-shift-right:before {
    content: "\E679";
}

.ti-shift-left:before {
    content: "\E67A";
}

.ti-shield:before {
    content: "\E67B";
}

.ti-notepad:before {
    content: "\E67C";
}

.ti-server:before {
    content: "\E67D";
}

.ti-quote-right:before {
    content: "\E67E";
}

.ti-quote-left:before {
    content: "\E67F";
}

.ti-pulse:before {
    content: "\E680";
}

.ti-printer:before {
    content: "\E681";
}

.ti-power-off:before {
    content: "\E682";
}

.ti-plug:before {
    content: "\E683";
}

.ti-pie-chart:before {
    content: "\E684";
}

.ti-paragraph:before {
    content: "\E685";
}

.ti-panel:before {
    content: "\E686";
}

.ti-package:before {
    content: "\E687";
}

.ti-music:before {
    content: "\E688";
}

.ti-music-alt:before {
    content: "\E689";
}

.ti-mouse:before {
    content: "\E68A";
}

.ti-mouse-alt:before {
    content: "\E68B";
}

.ti-money:before {
    content: "\E68C";
}

.ti-microphone:before {
    content: "\E68D";
}

.ti-menu:before {
    content: "\E68E";
}

.ti-menu-alt:before {
    content: "\E68F";
}

.ti-map:before {
    content: "\E690";
}

.ti-map-alt:before {
    content: "\E691";
}

.ti-loop:before {
    content: "\E692";
}

.ti-location-pin:before {
    content: "\E693";
}

.ti-list:before {
    content: "\E694";
}

.ti-light-bulb:before {
    content: "\E695";
}

.ti-Italic:before {
    content: "\E696";
}

.ti-info:before {
    content: "\E697";
}

.ti-infinite:before {
    content: "\E698";
}

.ti-id-badge:before {
    content: "\E699";
}

.ti-hummer:before {
    content: "\E69A";
}

.ti-home:before {
    content: "\E69B";
}

.ti-help:before {
    content: "\E69C";
}

.ti-headphone:before {
    content: "\E69D";
}

.ti-harddrives:before {
    content: "\E69E";
}

.ti-harddrive:before {
    content: "\E69F";
}

.ti-gift:before {
    content: "\E6A0";
}

.ti-game:before {
    content: "\E6A1";
}

.ti-filter:before {
    content: "\E6A2";
}

.ti-files:before {
    content: "\E6A3";
}

.ti-file:before {
    content: "\E6A4";
}

.ti-eraser:before {
    content: "\E6A5";
}

.ti-envelope:before {
    content: "\E6A6";
}

.ti-download:before {
    content: "\E6A7";
}

.ti-direction:before {
    content: "\E6A8";
}

.ti-direction-alt:before {
    content: "\E6A9";
}

.ti-dashboard:before {
    content: "\E6AA";
}

.ti-control-stop:before {
    content: "\E6AB";
}

.ti-control-shuffle:before {
    content: "\E6AC";
}

.ti-control-play:before {
    content: "\E6AD";
}

.ti-control-pause:before {
    content: "\E6AE";
}

.ti-control-forward:before {
    content: "\E6AF";
}

.ti-control-backward:before {
    content: "\E6B0";
}

.ti-cloud:before {
    content: "\E6B1";
}

.ti-cloud-up:before {
    content: "\E6B2";
}

.ti-cloud-down:before {
    content: "\E6B3";
}

.ti-clipboard:before {
    content: "\E6B4";
}

.ti-car:before {
    content: "\E6B5";
}

.ti-calendar:before {
    content: "\E6B6";
}

.ti-book:before {
    content: "\E6B7";
}

.ti-bell:before {
    content: "\E6B8";
}

.ti-basketball:before {
    content: "\E6B9";
}

.ti-bar-chart:before {
    content: "\E6BA";
}

.ti-bar-chart-alt:before {
    content: "\E6BB";
}

.ti-back-right:before {
    content: "\E6BC";
}

.ti-back-left:before {
    content: "\E6BD";
}

.ti-arrows-corner:before {
    content: "\E6BE";
}

.ti-archive:before {
    content: "\E6BF";
}

.ti-anchor:before {
    content: "\E6C0";
}

.ti-align-right:before {
    content: "\E6C1";
}

.ti-align-left:before {
    content: "\E6C2";
}

.ti-align-justify:before {
    content: "\E6C3";
}

.ti-align-center:before {
    content: "\E6C4";
}

.ti-alert:before {
    content: "\E6C5";
}

.ti-alarm-clock:before {
    content: "\E6C6";
}

.ti-agenda:before {
    content: "\E6C7";
}

.ti-write:before {
    content: "\E6C8";
}

.ti-window:before {
    content: "\E6C9";
}

.ti-widgetized:before {
    content: "\E6CA";
}

.ti-widget:before {
    content: "\E6CB";
}

.ti-widget-alt:before {
    content: "\E6CC";
}

.ti-wallet:before {
    content: "\E6CD";
}

.ti-video-clapper:before {
    content: "\E6CE";
}

.ti-video-camera:before {
    content: "\E6CF";
}

.ti-vector:before {
    content: "\E6D0";
}

.ti-themify-logo:before {
    content: "\E6D1";
}

.ti-themify-favicon:before {
    content: "\E6D2";
}

.ti-themify-favicon-alt:before {
    content: "\E6D3";
}

.ti-support:before {
    content: "\E6D4";
}

.ti-stamp:before {
    content: "\E6D5";
}

.ti-split-v-alt:before {
    content: "\E6D6";
}

.ti-slice:before {
    content: "\E6D7";
}

.ti-shortcode:before {
    content: "\E6D8";
}

.ti-shift-right-alt:before {
    content: "\E6D9";
}

.ti-shift-left-alt:before {
    content: "\E6DA";
}

.ti-ruler-alt-2:before {
    content: "\E6DB";
}

.ti-receipt:before {
    content: "\E6DC";
}

.ti-pin2:before {
    content: "\E6DD";
}

.ti-pin-alt:before {
    content: "\E6DE";
}

.ti-pencil-alt2:before {
    content: "\E6DF";
}

.ti-palette:before {
    content: "\E6E0";
}

.ti-more:before {
    content: "\E6E1";
}

.ti-more-alt:before {
    content: "\E6E2";
}

.ti-microphone-alt:before {
    content: "\E6E3";
}

.ti-magnet:before {
    content: "\E6E4";
}

.ti-line-double:before {
    content: "\E6E5";
}

.ti-line-dotted:before {
    content: "\E6E6";
}

.ti-line-dashed:before {
    content: "\E6E7";
}

.ti-layout-width-full:before {
    content: "\E6E8";
}

.ti-layout-width-default:before {
    content: "\E6E9";
}

.ti-layout-width-default-alt:before {
    content: "\E6EA";
}

.ti-layout-tab:before {
    content: "\E6EB";
}

.ti-layout-tab-window:before {
    content: "\E6EC";
}

.ti-layout-tab-v:before {
    content: "\E6ED";
}

.ti-layout-tab-min:before {
    content: "\E6EE";
}

.ti-layout-slider:before {
    content: "\E6EF";
}

.ti-layout-slider-alt:before {
    content: "\E6F0";
}

.ti-layout-sidebar-right:before {
    content: "\E6F1";
}

.ti-layout-sidebar-none:before {
    content: "\E6F2";
}

.ti-layout-sidebar-left:before {
    content: "\E6F3";
}

.ti-layout-placeholder:before {
    content: "\E6F4";
}

.ti-layout-menu:before {
    content: "\E6F5";
}

.ti-layout-menu-v:before {
    content: "\E6F6";
}

.ti-layout-menu-separated:before {
    content: "\E6F7";
}

.ti-layout-menu-full:before {
    content: "\E6F8";
}

.ti-layout-media-right-alt:before {
    content: "\E6F9";
}

.ti-layout-media-right:before {
    content: "\E6FA";
}

.ti-layout-media-overlay:before {
    content: "\E6FB";
}

.ti-layout-media-overlay-alt:before {
    content: "\E6FC";
}

.ti-layout-media-overlay-alt-2:before {
    content: "\E6FD";
}

.ti-layout-media-left-alt:before {
    content: "\E6FE";
}

.ti-layout-media-left:before {
    content: "\E6FF";
}

.ti-layout-media-center-alt:before {
    content: "\E700";
}

.ti-layout-media-center:before {
    content: "\E701";
}

.ti-layout-list-thumb:before {
    content: "\E702";
}

.ti-layout-list-thumb-alt:before {
    content: "\E703";
}

.ti-layout-list-post:before {
    content: "\E704";
}

.ti-layout-list-large-image:before {
    content: "\E705";
}

.ti-layout-line-solid:before {
    content: "\E706";
}

.ti-layout-grid4:before {
    content: "\E707";
}

.ti-layout-grid3:before {
    content: "\E708";
}

.ti-layout-grid2:before {
    content: "\E709";
}

.ti-layout-grid2-thumb:before {
    content: "\E70A";
}

.ti-layout-cta-right:before {
    content: "\E70B";
}

.ti-layout-cta-left:before {
    content: "\E70C";
}

.ti-layout-cta-center:before {
    content: "\E70D";
}

.ti-layout-cta-btn-right:before {
    content: "\E70E";
}

.ti-layout-cta-btn-left:before {
    content: "\E70F";
}

.ti-layout-column4:before {
    content: "\E710";
}

.ti-layout-column3:before {
    content: "\E711";
}

.ti-layout-column2:before {
    content: "\E712";
}

.ti-layout-accordion-separated:before {
    content: "\E713";
}

.ti-layout-accordion-merged:before {
    content: "\E714";
}

.ti-layout-accordion-list:before {
    content: "\E715";
}

.ti-ink-pen:before {
    content: "\E716";
}

.ti-info-alt:before {
    content: "\E717";
}

.ti-help-alt:before {
    content: "\E718";
}

.ti-headphone-alt:before {
    content: "\E719";
}

.ti-hand-point-up:before {
    content: "\E71A";
}

.ti-hand-point-right:before {
    content: "\E71B";
}

.ti-hand-point-left:before {
    content: "\E71C";
}

.ti-hand-point-down:before {
    content: "\E71D";
}

.ti-gallery:before {
    content: "\E71E";
}

.ti-face-smile:before {
    content: "\E71F";
}

.ti-face-sad:before {
    content: "\E720";
}

.ti-credit-card:before {
    content: "\E721";
}

.ti-control-skip-forward:before {
    content: "\E722";
}

.ti-control-skip-backward:before {
    content: "\E723";
}

.ti-control-record:before {
    content: "\E724";
}

.ti-control-eject:before {
    content: "\E725";
}

.ti-comments-smiley:before {
    content: "\E726";
}

.ti-brush-alt:before {
    content: "\E727";
}

.ti-youtube:before {
    content: "\E728";
}

.ti-vimeo:before {
    content: "\E729";
}

.ti-twitter:before {
    content: "\E72A";
}

.ti-time:before {
    content: "\E72B";
}

.ti-tumblr:before {
    content: "\E72C";
}

.ti-skype:before {
    content: "\E72D";
}

.ti-share:before {
    content: "\E72E";
}

.ti-share-alt:before {
    content: "\E72F";
}

.ti-rocket:before {
    content: "\E730";
}

.ti-pinterest:before {
    content: "\E731";
}

.ti-new-window:before {
    content: "\E732";
}

.ti-microsoft:before {
    content: "\E733";
}

.ti-list-ol:before {
    content: "\E734";
}

.ti-linkedin:before {
    content: "\E735";
}

.ti-layout-sidebar-2:before {
    content: "\E736";
}

.ti-layout-grid4-alt:before {
    content: "\E737";
}

.ti-layout-grid3-alt:before {
    content: "\E738";
}

.ti-layout-grid2-alt:before {
    content: "\E739";
}

.ti-layout-column4-alt:before {
    content: "\E73A";
}

.ti-layout-column3-alt:before {
    content: "\E73B";
}

.ti-layout-column2-alt:before {
    content: "\E73C";
}

.ti-instagram:before {
    content: "\E73D";
}

.ti-google:before {
    content: "\E73E";
}

.ti-github:before {
    content: "\E73F";
}

.ti-flickr:before {
    content: "\E740";
}

.ti-facebook:before {
    content: "\E741";
}

.ti-dropbox:before {
    content: "\E742";
}

.ti-dribbble:before {
    content: "\E743";
}

.ti-apple:before {
    content: "\E744";
}

.ti-android:before {
    content: "\E745";
}

.ti-save:before {
    content: "\E746";
}

.ti-save-alt:before {
    content: "\E747";
}

.ti-yahoo:before {
    content: "\E748";
}

.ti-wordpress:before {
    content: "\E749";
}

.ti-vimeo-alt:before {
    content: "\E74A";
}

.ti-twitter-alt:before {
    content: "\E74B";
}

.ti-tumblr-alt:before {
    content: "\E74C";
}

.ti-trello:before {
    content: "\E74D";
}

.ti-stack-overflow:before {
    content: "\E74E";
}

.ti-soundcloud:before {
    content: "\E74F";
}

.ti-sharethis:before {
    content: "\E750";
}

.ti-sharethis-alt:before {
    content: "\E751";
}

.ti-reddit:before {
    content: "\E752";
}

.ti-pinterest-alt:before {
    content: "\E753";
}

.ti-microsoft-alt:before {
    content: "\E754";
}

.ti-linux:before {
    content: "\E755";
}

.ti-jsfiddle:before {
    content: "\E756";
}

.ti-joomla:before {
    content: "\E757";
}

.ti-html5:before {
    content: "\E758";
}

.ti-flickr-alt:before {
    content: "\E759";
}

.ti-email:before {
    content: "\E75A";
}

.ti-drupal:before {
    content: "\E75B";
}

.ti-dropbox-alt:before {
    content: "\E75C";
}

.ti-css3:before {
    content: "\E75D";
}

.ti-rss:before {
    content: "\E75E";
}

.ti-rss-alt:before {
    content: "\E75F";
}

/*=======================Line Icons=====================*/
@font-face {
    font-family: 'et-line';
    src: url(/fonts/et-line.eot?26ec3c7d0366e0825d705c6e224a8803);
    src: url(/fonts/et-line.eot?26ec3c7d0366e0825d705c6e224a8803?#iefix) format('embedded-opentype'),
    url(/fonts/et-line.woff?b01ff252761958325faab1535c90c87f) format('woff'),
    url(/fonts/et-line.ttf?98126e3e1238b0f3b941ad285320ce28) format('truetype'),
    url(/fonts/et-line.svg?569bd9082c15cc30fa6e05626abdd505#et-line) format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'et-line';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
    font-family: 'et-line';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

.icon-mobile:before {
    content: "\E000";
}

.icon-laptop:before {
    content: "\E001";
}

.icon-desktop:before {
    content: "\E002";
}

.icon-tablet:before {
    content: "\E003";
}

.icon-phone:before {
    content: "\E004";
}

.icon-document:before {
    content: "\E005";
}

.icon-documents:before {
    content: "\E006";
}

.icon-search:before {
    content: "\E007";
}

.icon-clipboard:before {
    content: "\E008";
}

.icon-newspaper:before {
    content: "\E009";
}

.icon-notebook:before {
    content: "\E00A";
}

.icon-book-open:before {
    content: "\E00B";
}

.icon-browser:before {
    content: "\E00C";
}

.icon-calendar:before {
    content: "\E00D";
}

.icon-presentation:before {
    content: "\E00E";
}

.icon-picture:before {
    content: "\E00F";
}

.icon-pictures:before {
    content: "\E010";
}

.icon-video:before {
    content: "\E011";
}

.icon-camera:before {
    content: "\E012";
}

.icon-printer:before {
    content: "\E013";
}

.icon-toolbox:before {
    content: "\E014";
}

.icon-briefcase:before {
    content: "\E015";
}

.icon-wallet:before {
    content: "\E016";
}

.icon-gift:before {
    content: "\E017";
}

.icon-bargraph:before {
    content: "\E018";
}

.icon-grid:before {
    content: "\E019";
}

.icon-expand:before {
    content: "\E01A";
}

.icon-focus:before {
    content: "\E01B";
}

.icon-edit:before {
    content: "\E01C";
}

.icon-adjustments:before {
    content: "\E01D";
}

.icon-ribbon:before {
    content: "\E01E";
}

.icon-hourglass:before {
    content: "\E01F";
}

.icon-lock:before {
    content: "\E020";
}

.icon-megaphone:before {
    content: "\E021";
}

.icon-shield:before {
    content: "\E022";
}

.icon-trophy:before {
    content: "\E023";
}

.icon-flag:before {
    content: "\E024";
}

.icon-map:before {
    content: "\E025";
}

.icon-puzzle:before {
    content: "\E026";
}

.icon-basket:before {
    content: "\E027";
}

.icon-envelope:before {
    content: "\E028";
}

.icon-streetsign:before {
    content: "\E029";
}

.icon-telescope:before {
    content: "\E02A";
}

.icon-gears:before {
    content: "\E02B";
}

.icon-key:before {
    content: "\E02C";
}

.icon-paperclip:before {
    content: "\E02D";
}

.icon-attachment:before {
    content: "\E02E";
}

.icon-pricetags:before {
    content: "\E02F";
}

.icon-lightbulb:before {
    content: "\E030";
}

.icon-layers:before {
    content: "\E031";
}

.icon-pencil:before {
    content: "\E032";
}

.icon-tools:before {
    content: "\E033";
}

.icon-tools-2:before {
    content: "\E034";
}

.icon-scissors:before {
    content: "\E035";
}

.icon-paintbrush:before {
    content: "\E036";
}

.icon-magnifying-glass:before {
    content: "\E037";
}

.icon-circle-compass:before {
    content: "\E038";
}

.icon-linegraph:before {
    content: "\E039";
}

.icon-mic:before {
    content: "\E03A";
}

.icon-strategy:before {
    content: "\E03B";
}

.icon-beaker:before {
    content: "\E03C";
}

.icon-caution:before {
    content: "\E03D";
}

.icon-recycle:before {
    content: "\E03E";
}

.icon-anchor:before {
    content: "\E03F";
}

.icon-profile-male:before {
    content: "\E040";
}

.icon-profile-female:before {
    content: "\E041";
}

.icon-bike:before {
    content: "\E042";
}

.icon-wine:before {
    content: "\E043";
}

.icon-hotairballoon:before {
    content: "\E044";
}

.icon-globe:before {
    content: "\E045";
}

.icon-genius:before {
    content: "\E046";
}

.icon-map-pin:before {
    content: "\E047";
}

.icon-dial:before {
    content: "\E048";
}

.icon-chat:before {
    content: "\E049";
}

.icon-heart:before {
    content: "\E04A";
}

.icon-cloud:before {
    content: "\E04B";
}

.icon-upload:before {
    content: "\E04C";
}

.icon-download:before {
    content: "\E04D";
}

.icon-target:before {
    content: "\E04E";
}

.icon-hazardous:before {
    content: "\E04F";
}

.icon-piechart:before {
    content: "\E050";
}

.icon-speedometer:before {
    content: "\E051";
}

.icon-global:before {
    content: "\E052";
}

.icon-compass:before {
    content: "\E053";
}

.icon-lifesaver:before {
    content: "\E054";
}

.icon-clock:before {
    content: "\E055";
}

.icon-aperture:before {
    content: "\E056";
}

.icon-quote:before {
    content: "\E057";
}

.icon-scope:before {
    content: "\E058";
}

.icon-alarmclock:before {
    content: "\E059";
}

.icon-refresh:before {
    content: "\E05A";
}

.icon-happy:before {
    content: "\E05B";
}

.icon-sad:before {
    content: "\E05C";
}

.icon-facebook:before {
    content: "\E05D";
}

.icon-twitter:before {
    content: "\E05E";
}

.icon-googleplus:before {
    content: "\E05F";
}

.icon-rss:before {
    content: "\E060";
}

.icon-tumblr:before {
    content: "\E061";
}

.icon-linkedin:before {
    content: "\E062";
}

.icon-dribbble:before {
    content: "\E063";
}

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.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.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scaleX(1.25) scaleY(0.75);
    }

    40% {
        transform: scaleX(0.75) scaleY(1.25);
    }

    60% {
        transform: scaleX(1.15) scaleY(0.85);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes rubberBand {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scaleX(1.25) scaleY(0.75);
    }

    40% {
        transform: scaleX(0.75) scaleY(1.25);
    }

    60% {
        transform: scaleX(1.15) scaleY(0.85);
    }

    100% {
        transform: scale(1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.swing {
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        transform: scale(1);
    }

    10%, 20% {
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        transform: scale(1);
    }

    10%, 20% {
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    0% {
        transform: translateX(0%);
    }

    15% {
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0%);
    }

    15% {
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        transform: translateX(0%);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        transform: translateY(30px);
    }

    80% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        transform: translateY(30px);
    }

    80% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        transform: translateX(30px);
    }

    80% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        transform: translateX(30px);
    }

    80% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        transform: translateX(-30px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        transform: translateX(-30px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        transform: translateY(-30px);
    }

    80% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        transform: translateY(-30px);
    }

    80% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        transform: scale(.3);
    }
}

@keyframes bounceOut {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        transform: scale(.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    0% {
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    0% {
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    0% {
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    0% {
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(20px);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    100% {
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    100% {
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    100% {
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}

@keyframes slideOutDown {
    0% {
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        transform: rotate(60deg) translateY(0);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        transform: rotate(60deg) translateY(0);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        transform: translateX(100%) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        transform: translateX(100%) rotate(120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale(.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        transform: scale(.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale(.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        transform: scale(.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale(.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale(.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0;
        transform: scale(.3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0;
        transform: scale(.3);
    }

    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        transform: scale(.1) translateY(2000px);
        transform-origin: center bottom;
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        transform: scale(.1) translateY(2000px);
        transform-origin: center bottom;
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale(.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        transform: scale(.1) translateX(-2000px);
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale(.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        transform: scale(.1) translateX(-2000px);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale(.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        transform: scale(.1) translateX(2000px);
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale(.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        transform: scale(.1) translateX(2000px);
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        transform: scale(.1) translateY(-2000px);
        transform-origin: center top;
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        transform: scale(.1) translateY(-2000px);
        transform-origin: center top;
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

/* ==============================================================

Template name : Bootsnav - Multi Purpose Header
Categorie : Bootstrap Menu in CSS
Author : adamnurdin01
Version : v.1.1
Created : 2016-06-02
Last update : 2016-06-11

============================================================== */

/* MEGAMENU STYLE
=================================*/
nav.bootsnav .dropdown.megamenu-fw {
    position: static;
}

nav.bootsnav .container {
    position: relative;
}

nav.bootsnav .megamenu-fw .dropdown-menu {
    left: auto;
}

nav.bootsnav .megamenu-content {
    padding: 15px;
    width: 100% !important;
}

nav.bootsnav .megamenu-content .title {
    margin-top: 0;
}

nav.bootsnav .dropdown.megamenu-fw .dropdown-menu {
    left: 0;
    right: 0;
}

/* Navbar
=================================*/
nav.navbar.bootsnav {
    margin-bottom: 0;
    border-radius: 0px;
    background-color: #fff;
    z-index: 999;
    border: none;
}

nav.navbar.bootsnav.nav-shadow, nav.navbar.bootsnav {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

nav.navbar.bootsnav.nav-shadow.no-background, nav.navbar.bootsnav.no-background {
    box-shadow: none;
    -webkit-box-shadow: none;
}

nav.navbar.bootsnav ul.nav > li > a {
    color: #6f6f6f;
    background-color: transparent !important;
}

nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover,
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus,
nav.navbar.bootsnav ul.nav li.active > a:hover,
nav.navbar.bootsnav ul.nav li.active > a:focus,
nav.navbar.bootsnav ul.nav li.active > a {
    background-color: transparent;
}

nav.navbar.bootsnav .navbar-toggle {
    background-color: #fff !important;
    border: none;
    padding: 0;
    font-size: 18px;
    position: relative;
    top: 5px;
}

nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
}

nav.navbar.bootsnav ul.nav ul.dropdown-menu > li > a {
    white-space: normal;
}


ul.menu-col {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.menu-col li a {
    color: #6f6f6f;
}

ul.menu-col li a:hover,
ul.menu-col li a:focus {
    text-decoration: none;
}

/* Navbar Full
=================================*/
nav.bootsnav.navbar-full {
    padding-bottom: 10px;
    padding-top: 10px;
}

nav.bootsnav.navbar-full .navbar-header {
    display: block;
    width: 100%;
}

nav.bootsnav.navbar-full .navbar-toggle {
    display: inline-block;
    margin-right: 0;
    position: relative;
    top: 0;
    font-size: 30px;
    transition: all 1s ease-in-out;
}

nav.bootsnav.navbar-full .navbar-collapse {
    position: fixed;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    padding: 0;
    display: none !important;
    z-index: 9;
}

nav.bootsnav.navbar-full .navbar-collapse.in {
    display: block !important;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full {
    overflow: auto;
}

nav.bootsnav.navbar-full .navbar-collapse .wrap-full-menu {
    display: table-cell;
    vertical-align: middle;
    background-color: #fff;
    overflow: auto;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full::-webkit-scrollbar {
    width: 0;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full::-moz-scrollbar {
    width: 0;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full::-ms-scrollbar {
    width: 0;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full::-o-scrollbar {
    width: 0;
}


nav.bootsnav.navbar-full .navbar-collapse ul.nav {
    display: block;
    width: 100%;
    overflow: auto;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav a:hover,
nav.bootsnav.navbar-full .navbar-collapse ul.nav a:focus,
nav.bootsnav.navbar-full .navbar-collapse ul.nav a {
    background-color: transparent;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav > li {
    float: none;
    display: block;
    text-align: center;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav > li > a {
    display: table;
    margin: auto;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 24px;
    padding: 10px 15px;
}

li.close-full-menu > a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

li.close-full-menu {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

/* Atribute Navigation
=================================*/
.attr-nav {
    float: right;
    display: inline-block;
    margin-left: 13px;
    margin-right: -15px;
}

.attr-nav > ul {
    padding: 0;
    margin: 0 0 -7px 0;
    list-style: none;
    display: inline-block;
}

.attr-nav > ul > li {
    float: left;
    display: block;
}

.attr-nav > ul > li > a {
    color: #6f6f6f;
    display: block;
    padding: 28px 15px;
    position: relative;
}

.attr-nav > ul > li > a span.badge {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 5px;
    font-size: 10px;
    padding: 0;
    width: 15px;
    height: 15px;
    padding-top: 2px;
}

.attr-nav > ul > li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    border: solid 1px #e0e0e0;
}

ul.cart-list {
    padding: 0 !important;
    width: 250px !important;
}

ul.cart-list > li {
    position: relative;
    border-bottom: solid 1px #efefef;
    padding: 15px 15px 23px 15px !important;
}

ul.cart-list > li > a.photo {
    padding: 0 !important;
    margin-right: 15px;
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    left: 15px;
    top: 15px;
}

ul.cart-list > li img {
    width: 50px;
    height: 50px;
    border: solid 1px #efefef;
}

ul.cart-list > li > h6 {
    margin: 0;
}

ul.cart-list > li > h6 > a.photo {
    padding: 0 !important;
    display: block;
}

ul.cart-list > li > p {
    margin-bottom: 0;
}

ul.cart-list > li.total {
    background-color: #f5f5f5;
    padding-bottom: 15px !important;
}

ul.cart-list > li.total > .btn {
    display: inline-block;
    border-bottom: solid 1px #efefef !important;
}

ul.cart-list > li .price {
    font-weight: bold;
}

ul.cart-list > li.total > span {
    padding-top: 8px;
}

/* Top Search
=================================*/
.top-search {
    background-color: #333;
    padding: 10px 0;
    display: none;
}

.top-search input.form-control {
    background-color: transparent;
    border: none;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    color: #fff;
    height: 40px;
    padding: 0 15px;
}

.top-search .input-group-addon {
    background-color: transparent;
    border: none;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}

.top-search .input-group-addon.close-search {
    cursor: pointer;
}

/* Side Menu
=================================*/
body {
    transition: all 0.3s ease-in-out;
}

body.on-side {
    margin-left: -280px;
}

.side {
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: -280px;
    width: 280px;
    padding: 25px 30px;
    height: 100%;
    display: block;
    background-color: #333;
    transition: all 0.3s ease-in-out;
    z-index: 9;
}

.side.on {
    right: 0;
}

.side .close-side {
    float: right;
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 16px;
}

.side .widget {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.side .widget .title {
    color: #fff;
    margin-bottom: 15px;
}

.side .widget ul.link {
    padding: 0;
    margin: 0;
    list-style: none;
}

.side .widget ul.link li a {
    color: #9f9f9f;
    letter-spacing: 1px;
}

.side .widget ul.link li a:focus,
.side .widget ul.link li a:hover {
    color: #fff;
    text-decoration: none;
}

/* Share
=================================*/
nav.navbar.bootsnav .share {
    padding: 0 30px;
    margin-bottom: 30px;
}

nav.navbar.bootsnav .share ul {
    display: inline-block;
    padding: 0;
    margin: 0 0 -7px 0;
    list-style: none;
}

nav.navbar.bootsnav .share ul > li {
    float: left;
    display: block;
    margin-right: 5px;
}

nav.navbar.bootsnav .share ul > li > a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #cfcfcf;
    color: #fff;
}

/* Transparent
=================================*/
nav.navbar.bootsnav.navbar-fixed {
    position: fixed;
    display: block;
    width: 100%;
}

nav.navbar.bootsnav.no-background {
    transition: all 1s ease-in-out;
}

/* Navbar Sticky
=================================*/
.wrap-sticky {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.wrap-sticky nav.navbar.bootsnav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.wrap-sticky nav.navbar.bootsnav.sticked {
    position: fixed;
    transition: all 0.2s ease-in-out;
}

body.on-side .wrap-sticky nav.navbar.bootsnav.sticked {
    left: -280px;
}

/* Navbar Responsive
=================================*/
@media (min-width: 1024px) and (max-width: 1400px) {
    body.wrap-nav-sidebar .wrapper .container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1024px) {
    /* General Navbar
    =================================*/
    nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu {
        margin-top: -2px;
    }

    nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu {
        left: -200px;
    }

    nav.navbar.bootsnav ul.nav > li > a {
        padding: 24px 15px;
    }

    nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
        font-family: 'FontAwesome';
        content: "\F107";
        margin-left: 5px;
        margin-top: 2px;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        -o-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        border-radius: 0px;
        padding: 0;
        width: 200px;
        background: #fff;
        border: solid 1px #e0e0e0;
        border-top: solid 5px;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover,
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover {
        background-color: transparent;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
        padding: 10px 15px;
        border-bottom: solid 1px #eee;
        color: #808c9a;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li:last-child > a {
        border-bottom: none;
    }

    nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
        text-align: right;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before {
        font-family: 'FontAwesome';
        float: right;
        content: "\F105";
        margin-top: 0;
    }

    nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before {
        font-family: 'FontAwesome';
        float: left;
        content: "\F104";
        margin-top: 0;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
        top: -3px;
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content {
        padding: 0 15px !important;
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content > li {
        padding: 25px 0 20px;
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content.tabbed {
        padding: 0;
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content.tabbed > li {
        padding: 0;
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu {
        padding: 0 30px;
        margin: 0 -0.5px;
        border-left: solid 1px #f0f0f0;
        border-right: solid 1px #f0f0f0;
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu:first-child {
        border-left: none;
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu:last-child {
        border-right: none;
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content {
        display: none;
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
        text-align: left;
        padding: 5px 0;
        display: block;
        width: 100%;
        margin-bottom: 0;
        border-bottom: none;
        color: #6f6f6f;
    }

    nav.navbar.bootsnav.on ul.dropdown-menu.megamenu-content .content {
        display: block !important;
        height: auto !important;
    }

    /* Navbar Transparent
    =================================*/
    nav.navbar.bootsnav.no-background {
        background-color: transparent;
        border: none;
    }

    nav.navbar.bootsnav.navbar-transparent .attr-nav {
        padding-left: 15px;
        margin-left: 30px;
    }

    nav.navbar.bootsnav.navbar-transparent.white {
        background-color: rgba(255, 255, 255, 0.3);
        border-bottom: solid 1px #bbb;
    }

    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
    nav.navbar.bootsnav.navbar-transparent.dark {
        background-color: rgba(0, 0, 0, 0.3);
        border-bottom: solid 1px #555;
    }

    nav.navbar.bootsnav.navbar-transparent.white .attr-nav {
        border-left: solid 1px #bbb;
    }

    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav,
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav {
        border-left: solid 1px #555;
    }

    nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a,
    nav.navbar.bootsnav.no-background.white ul.nav > li > a {
        color: #fff;
    }

    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a {
        color: #eee;
    }

    nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-scrolled,
    nav.navbar.bootsnav.navbar-fixed.no-background .logo-scrolled {
        display: none;
    }

    nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-display,
    nav.navbar.bootsnav.navbar-fixed.no-background .logo-display {
        display: block;
    }

    nav.navbar.bootsnav.navbar-fixed .logo-display {
        display: none;
    }

    nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
        display: block;
    }

    /* Atribute Navigation
    =================================*/
    .attr-nav > ul > li.dropdown ul.dropdown-menu {
        margin-top: 0;
        margin-left: 55px;
        width: 250px;
        left: -250px;
    }

    /* Menu Center
    =================================*/
    nav.navbar.bootsnav.menu-center .container {
        position: relative;
    }

    nav.navbar.bootsnav.menu-center ul.nav.navbar-center {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }

    nav.navbar.bootsnav.menu-center .navbar-header,
    nav.navbar.bootsnav.menu-center .attr-nav {
        position: absolute;
    }

    nav.navbar.bootsnav.menu-center .attr-nav {
        right: 15px;
    }

    /* Navbar Brand top
    =================================*/
    nav.bootsnav.navbar-brand-top .navbar-header {
        display: block;
        width: 100%;
        text-align: center;
    }

    nav.bootsnav.navbar-brand-top ul.nav > li.dropdown > ul.dropdown-menu {
        margin-top: 2px;
    }

    nav.bootsnav.navbar-brand-top ul.nav > li.dropdown.megamenu-fw > ul.dropdown-menu {
        margin-top: 0;
    }

    nav.bootsnav.navbar-brand-top .navbar-header .navbar-brand {
        display: inline-block;
        float: none;
        margin: 0;
    }

    nav.bootsnav.navbar-brand-top .navbar-collapse {
        text-align: center;
    }

    nav.bootsnav.navbar-brand-top ul.nav {
        display: inline-block;
        float: none;
        margin: 0 0 -5px 0;
    }

    /* Navbar Center
    =================================*/
    nav.bootsnav.brand-center .navbar-header {
        display: block;
        width: 100%;
        position: absolute;
        text-align: center;
        top: 0;
        left: 0;
    }

    nav.bootsnav.brand-center .navbar-brand {
        display: inline-block;
        float: none;
    }

    nav.bootsnav.brand-center .navbar-collapse {
        text-align: center;
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
    }

    nav.bootsnav.brand-center ul.nav > li.dropdown > ul.dropdown-menu {
        margin-top: 2px;
    }

    nav.bootsnav.brand-center ul.nav > li.dropdown.megamenu-fw > ul.dropdown-menu {
        margin-top: 0;
    }

    nav.bootsnav.brand-center .navbar-collapse .col-half {
        width: 50%;
        float: left;
        display: block;
    }

    nav.bootsnav.brand-center .navbar-collapse .col-half.left {
        text-align: right;
        padding-right: 100px;
    }

    nav.bootsnav.brand-center .navbar-collapse .col-half.right {
        text-align: left;
        padding-left: 100px;
    }

    nav.bootsnav.brand-center ul.nav {
        float: none !important;
        margin-bottom: -5px !important;
        display: inline-block !important;
    }

    nav.bootsnav.brand-center ul.nav.navbar-right {
        margin: 0;
    }

    nav.bootsnav.brand-center.center-side .navbar-collapse .col-half.left {
        text-align: left;
        padding-right: 100px;
    }

    nav.bootsnav.brand-center.center-side .navbar-collapse .col-half.right {
        text-align: right;
        padding-left: 100px;
    }

    /* Navbar Sidebar
    =================================*/
    body.wrap-nav-sidebar .wrapper {
        padding-left: 260px;
        overflow-x: hidden;
    }

    nav.bootsnav.navbar-sidebar {
        position: fixed;
        width: 260px;
        overflow: hidden;
        left: 0;
        padding: 0 0 0 0 !important;
        background: #fff;
        -o-box-shadow: 1px 0px 1px 0px #eee;
        box-shadow: 1px 0px 1px 0px #eee;
    }

    nav.bootsnav.navbar-sidebar .scroller {
        width: 280px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    nav.bootsnav.navbar-sidebar .container-fluid,
    nav.bootsnav.navbar-sidebar .container {
        padding: 0 !important;
    }

    nav.bootsnav.navbar-sidebar .navbar-header {
        float: none;
        display: block;
        width: 260px;
        padding: 10px 15px;
        margin: 10px 0 0 0 !important;
    }

    nav.bootsnav.navbar-sidebar .navbar-collapse {
        padding: 0 !important;
        width: 260px;
    }

    nav.bootsnav.navbar-sidebar ul.nav {
        float: none;
        display: block;
        width: 100%;
        padding: 0 15px !important;
        margin: 0 0 30px 0;
    }

    nav.bootsnav.navbar-sidebar ul.nav li {
        float: none !important;
    }

    nav.bootsnav.navbar-sidebar ul.nav > li > a {
        padding: 10px 15px;
        font-weight: bold;
    }

    nav.bootsnav.navbar-sidebar ul.nav > li.dropdown > a:after {
        float: right;
    }

    nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu {
        left: 100%;
        top: 0;
        position: relative !important;
        left: 0 !important;
        width: 100% !important;
        height: auto !important;
        background-color: transparent;
        border: none !important;
        padding: 0;
        -o-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
    }

    nav.bootsnav.navbar-sidebar ul.nav .megamenu-content .col-menu {
        border: none !important;
    }

    nav.bootsnav.navbar-sidebar ul.nav > li.dropdown > ul.dropdown-menu {
        margin-bottom: 15px;
    }

    nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu {
        padding-left: 0;
        float: none;
        margin-bottom: 0;
    }

    nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a {
        padding: 5px 15px;
        color: #6f6f6f;
        border: none;
    }

    nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu ul.dropdown-menu {
        padding-left: 15px;
        margin-top: 0;
    }

    nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li.dropdown > a:before {
        font-family: 'FontAwesome';
        content: "\F105";
        float: right;
    }

    nav.bootsnav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a:before {
        content: "\F107";
    }

    nav.bootsnav.navbar-sidebar ul.dropdown-menu.megamenu-content > li {
        padding: 0 !important;
    }

    nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu {
        display: block;
        float: none !important;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .title {
        padding: 7px 0;
        text-transform: none;
        font-weight: 400;
        letter-spacing: 0px;
        margin-bottom: 0;
        cursor: pointer;
        color: #6f6f6f;
    }

    nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .title:before {
        font-family: 'FontAwesome';
        content: "\F105";
        float: right;
    }

    nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title:before {
        content: "\F107";
    }

    nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu {
        border: none;
    }

    nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .content {
        padding: 0 0 0 15px;
    }

    nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu ul.menu-col li a {
        padding: 3px 0 !important;
    }
}

@media (max-width: 992px) {
    /* Navbar Responsive
    =================================*/
    nav.navbar.bootsnav .navbar-brand {
        display: inline-block;
        float: none !important;
        margin: 0 !important;
    }

    nav.navbar.bootsnav .navbar-header {
        float: none;
        display: block;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
    }

    nav.navbar.bootsnav .navbar-toggle {
        display: inline-block;
        float: left;
        margin-right: -200px;
        margin-top: 10px;
    }

    nav.navbar.bootsnav .navbar-collapse {
        border: none;
        margin-bottom: 0;
    }

    nav.navbar.bootsnav.no-full .navbar-collapse {
        max-height: 350px;
        overflow-y: auto !important;
    }

    nav.navbar.bootsnav .navbar-collapse.collapse {
        display: none !important;
    }

    nav.navbar.bootsnav .navbar-collapse.collapse.in {
        display: block !important;
    }

    nav.navbar.bootsnav .navbar-nav {
        float: none !important;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0px -15px;
    }

    nav.navbar.bootsnav .navbar-nav > li {
        float: none;
    }

    nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
        font-family: 'FontAwesome';
        content: "\F105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
    }

    nav.navbar.bootsnav li.dropdown.on > a.dropdown-toggle:before {
        content: "\F107";
    }

    nav.navbar.bootsnav .navbar-nav > li > a {
        display: block;
        width: 100%;
        border-bottom: solid 1px #e0e0e0;
        padding: 10px 0;
        border-top: solid 1px #e0e0e0;
        margin-bottom: -1px;
    }

    nav.navbar.bootsnav .navbar-nav > li:first-child > a {
        border-top: none;
    }

    nav.navbar.bootsnav ul.navbar-nav.navbar-left > li:last-child > ul.dropdown-menu {
        border-bottom: solid 1px #e0e0e0;
    }

    nav.navbar.bootsnav ul.nav li.dropdown li a.dropdown-toggle {
        float: none !important;
        position: relative;
        display: block;
        width: 100%;
    }

    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
        width: 100%;
        position: relative !important;
        background-color: transparent;
        float: none;
        border: none;
        padding: 0 0 0 15px !important;
        margin: 0 0 -1px 0 !important;
        -o-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        border-radius: 0px 0px 0px;
    }

    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
        display: block;
        width: 100%;
        border-bottom: solid 1px #e0e0e0;
        padding: 10px 0;
        color: #6f6f6f;
    }

    nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:hover,
    nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:focus {
        background-color: transparent;
    }

    nav.navbar.bootsnav ul.nav ul.dropdown-menu ul.dropdown-menu {
        float: none !important;
        left: 0;
        padding: 0 0 0 15px;
        position: relative;
        background: transparent;
        width: 100%;
    }

    nav.navbar.bootsnav ul.nav ul.dropdown-menu li.dropdown.on > ul.dropdown-menu {
        display: inline-block;
        margin-top: -10px;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:after {
        display: none;
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title {
        padding: 10px 15px 10px 0;
        line-height: 24px;
        text-transform: none;
        font-weight: 400;
        letter-spacing: 0px;
        margin-bottom: 0;
        cursor: pointer;
        border-bottom: solid 1px #e0e0e0;
        color: #6f6f6f;
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu ul > li > a {
        display: block;
        width: 100%;
        border-bottom: solid 1px #e0e0e0;
        padding: 8px 0;
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title:before {
        font-family: 'FontAwesome';
        content: "\F105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
        position: relative;
        right: -15px;
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu:last-child .title {
        border-bottom: none;
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu.on:last-child .title {
        border-bottom: solid 1px #e0e0e0;
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu:last-child ul.menu-col li:last-child a {
        border-bottom: none;
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu.on .title:before {
        content: "\F107";
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .content {
        padding: 0 0 0 15px;
    }

    nav.bootsnav.brand-center .navbar-collapse {
        display: block;
    }

    nav.bootsnav.brand-center ul.nav {
        margin-bottom: 0px !important;
    }

    nav.bootsnav.brand-center .navbar-collapse .col-half {
        width: 100%;
        float: none;
        display: block;
    }

    nav.bootsnav.brand-center .navbar-collapse .col-half.left {
        margin-bottom: 0;
    }

    nav.bootsnav .megamenu-content {
        padding: 0;
    }

    nav.bootsnav .megamenu-content .col-menu {
        padding-bottom: 0;
    }

    nav.bootsnav .megamenu-content .title {
        cursor: pointer;
        display: block;
        padding: 10px 15px;
        margin-bottom: 0;
        font-weight: normal;
    }

    nav.bootsnav .megamenu-content .content {
        display: none;
    }

    .attr-nav {
        position: absolute;
        right: 60px;
    }

    .attr-nav > ul {
        padding: 0;
        margin: 0 -15px -7px 0;
    }

    .attr-nav > ul > li > a {
        padding: 16px 15px 15px;
    }

    .attr-nav > ul > li.dropdown > a.dropdown-toggle:before {
        display: none;
    }

    .attr-nav > ul > li.dropdown ul.dropdown-menu {
        margin-top: 2px;
        margin-left: 55px;
        width: 250px;
        left: -250px;
        border-top: solid 5px;
    }

    .top-search .container {
        padding: 0 45px;
    }

    /* Navbar full Responsive
    =================================*/
    nav.bootsnav.navbar-full ul.nav {
        margin-left: 0;
    }

    nav.bootsnav.navbar-full ul.nav > li > a {
        border: none;
    }

    nav.bootsnav.navbar-full .navbar-brand {
        float: left !important;
        padding-left: 0;
    }

    nav.bootsnav.navbar-full .navbar-toggle {
        display: inline-block;
        float: right;
        margin-right: 0;
        margin-top: 10px;
    }

    nav.bootsnav.navbar-full .navbar-header {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Navbar Sidebar
    =================================*/
    nav.navbar.bootsnav.navbar-sidebar .share {
        padding: 30px 15px;
        margin-bottom: 0;
    }

    /* Tabs
    =================================*/
    nav.navbar.bootsnav .megamenu-content.tabbed {
        padding-left: 0 ! mportant;
    }

    nav.navbar.bootsnav .tabbed > li {
        padding: 25px 0;
        margin-left: -15px !important;
    }

    /* Mobile Navigation
    =================================*/
    body > .wrapper {
        transition: all 0.3s ease-in-out;
    }

    body.side-right > .wrapper {
        margin-left: 280px;
        margin-right: -280px !important;
    }

    nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
        position: fixed;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        display: block;
        background: #fff;
        z-index: 99;
        width: 280px;
        height: 100% !important;
        left: -280px;
        top: 0;
        padding: 0;
        transition: all 0.3s ease-in-out;
    }

    nav.navbar.bootsnav.navbar-mobile .navbar-collapse.in {
        left: 0;
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav {
        width: 293px;
        padding-right: 0;
        padding-left: 15px;
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav > li > a {
        padding: 15px 15px;
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu > li > a {
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
        padding-right: 30px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }

    nav.navbar.bootsnav.navbar-mobile .navbar-collapse [class*=' col-'] {
        width: 100%;
    }

    nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
        display: block !important;
    }

    nav.navbar.bootsnav.navbar-fixed .logo-display {
        display: none !important;
    }

    nav.navbar.bootsnav.navbar-mobile .tab-menu,
    nav.navbar.bootsnav.navbar-mobile .tab-content {
        width: 100%;
        display: block;
    }
}

@media (max-width: 767px) {
    nav.navbar.bootsnav .navbar-header {
        padding-left: 15px;
        padding-right: 15px;
    }

    nav.navbar.bootsnav .navbar-nav {
        padding-left: 15px;
        padding-right: 15px;
    }

    .attr-nav {
        right: 30px;
    }

    .attr-nav > ul {
        margin-right: -10px;
    }

    .attr-nav > ul > li > a {
        padding: 16px 10px 15px;
        padding-left: 0 !important;
    }

    .attr-nav > ul > li.dropdown ul.dropdown-menu {
        left: -275px;
    }

    .top-search .container {
        padding: 0 15px;
    }

    nav.bootsnav.navbar-full .navbar-collapse {
        left: 15px;
    }

    nav.bootsnav.navbar-full .navbar-header {
        padding-right: 0;
    }

    nav.bootsnav.navbar-full .navbar-toggle {
        margin-right: -15px;
    }

    nav.bootsnav.navbar-full ul.nav > li > a {
        font-size: 18px !important;
        line-height: 24px !important;
        padding: 5px 10px !important;
    }

    /* Navbar Sidebar
    =================================*/
    nav.navbar.bootsnav.navbar-sidebar .share {
        padding: 30px 15px !important;
    }

    /* Navbar Sidebar
    =================================*/
    nav.navbar.bootsnav.navbar-sidebar .share {
        padding: 30px 0 !important;
        margin-bottom: 0;
    }

    nav.navbar.bootsnav.navbar-mobile.navbar-sidebar .share {
        padding: 30px 15px !important;
        margin-bottom: 0;
    }

    /* Mobile Navigation
    =================================*/
    body.side-right > .wrapper {
        margin-left: 280px;
        margin-right: -280px !important;
    }

    nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
        margin-left: 0;
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav {
        margin-left: -15px;
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav {
        border-top: solid 1px #fff;
    }

    li.close-full-menu {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}

@media (min-width: 480px) and (max-width: 640px) {
    nav.bootsnav.navbar-full ul.nav {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translate(0)
}

[data-aos=fade-up] {
    transform: translateY(100px)
}

[data-aos=fade-down] {
    transform: translateY(-100px)
}

[data-aos=fade-right] {
    transform: translate(-100px)
}

[data-aos=fade-left] {
    transform: translate(100px)
}

[data-aos=fade-up-right] {
    transform: translate(-100px, 100px)
}

[data-aos=fade-up-left] {
    transform: translate(100px, 100px)
}

[data-aos=fade-down-right] {
    transform: translate(-100px, -100px)
}

[data-aos=fade-down-left] {
    transform: translate(100px, -100px)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate(0) scale(1)
}

[data-aos=zoom-in] {
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    transform: translateY(100px) scale(.6)
}

[data-aos=zoom-in-down] {
    transform: translateY(-100px) scale(.6)
}

[data-aos=zoom-in-right] {
    transform: translate(-100px) scale(.6)
}

[data-aos=zoom-in-left] {
    transform: translate(100px) scale(.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translateY(100px) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translateY(-100px) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate(-100px) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate(100px) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translate(0)
}

[data-aos=slide-up] {
    transform: translateY(100%)
}

[data-aos=slide-down] {
    transform: translateY(-100%)
}

[data-aos=slide-right] {
    transform: translateX(-100%)
}

[data-aos=slide-left] {
    transform: translateX(100%)
}

[data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

/*# sourceMappingURL=aos.css.map*//* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*-----------------------------------------
* Theme Name: Jobvivo
* Author: Themez Hub
* Version: 1.0
* Last Change: March 5 2018
  Author URI    : http://www.themezhub.com/
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
# Font Style
# general setting
# Global Settings
# Navigation Start
# Home Banner Settings
# All Job Components
# Job Detail Page Styles
# UI Element Style
# Blog Page Style
# Icons Style
# Footer Style
# Dashboard Style
-----------------------------------------------*/

/*=====================================================================
 Font Style
====================================================================*/


/* ==========================================================================
general setting
========================================================================== */
/*------ General: Common Style ---------*/
html {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    position: relative;
    font-size: 14px;
    color: #707f8c;
    line-height: 24px;
    overflow-x: hidden;
}

.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}

p {
    position: relative;

    line-height: 1.8;
    font-family: 'Montserrat', sans-serif;
    transition: .2s ease-in;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: .25em;
    color: #0047ab;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.red-skin h1, .green-skin h1, .yellow-skin h1, .purple-skin h1, .cyan-skin h1,
.red-skin h2, .green-skin h2, .yellow-skin h2, .purple-skin h2, .cyan-skin h2,
.red-skin h3, .green-skin h3, .yellow-skin h3, .purple-skin h3, .cyan-skin h3,
.red-skin h4, .green-skin h4, .yellow-skin h4, .purple-skin h4, .cyan-skin h4,
.red-skin h5, .green-skin h5, .yellow-skin h5, .purple-skin h5, .cyan-skin h5,
.red-skin h6, .green-skin h6, .yellow-skin h6, .purple-skin h6, .cyan-skin h6 {
    color: #1f2936;
}

p a {
    color: #ff7c39;
}

a {
    color: #0047ab;
}

a,
a:active,
a:focus,
a:hover {
    color: #0047ab;
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.red-skin a, .red-skin a:active, .red-skin a:focus, .red-skin a:hover,
.green-skin a, .greed-skin a:active, .green-skin a:focus, .green-skin a:hover,
.yellow-skin a, .yellow-skin a:active, .yellow-skin a:focus, .yellow-skin a:hover,
.purple-skin a, .purple-skin a:active, .purple-skin a:focus, .purple-skin a:hover,
.cyan-skin a, .cyan-skin a:active, .cyan-skin a:focus, .cyan-skin a:hover {
    color: #1f2936;
}

.clear {
    clear: both;
}

.centered {
    display: table;
    margin: 0 auto;
}

.badge {
    font-weight: 600;
}

.text-center {
    text-align: center;
}

.text-center img {
    margin: 5px auto;
    float: none;
    display: table;
}

section {
    padding: 4em 0 3em 0;
    background: #ffffff;
}

.small-pad {
    padding: 1em 0 1.5em 0;
}

.light-gray {
    background: #F5F7F8;
}

.light-bg {
    background: #ffffff;
}

a.btn.call-btn {
    background: #ffffff;
    border-radius: 4px;
    padding: 0.8em 2em;
    color: #ff7c39;
    text-transform: capitalize;
}

.d-block {
    display: block;
    margin-bottom: 10px;
}

.no-shadow, .no-shadow:hover, .no-shadow:focus {
    box-shadow: none !important;
}

/*----------- General: Heading ------------*/
.heading {
    padding: 0px 0 25px 0;
    text-align: center;
}

.heading h2 {
    font-weight: 500;
    margin-top: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.heading p {
    line-height: 1.8;
    font-size: 15px;
}

.heading.light h2, .heading.light p {
    color: #ffffff;
}

/*----------- General: Page Title ------------*/
.page-title {
    background: #f6f7f9;
    height: 200px;
    padding-top: 90px;
}

.page-title.light {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}

.page-title.light:before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #036 8%, rgb(72 71 59) 98%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.page-title.light h2, .page-title.light p {
    color: #ffffff;
    z-index: 2;
}

.page-caption {
    position: relative;
    z-index: 8;
}

/*--------- General: Form and Button ------------*/
button:hover, input:hover, input:focus, button:focus {
    outline: none;
}

.btn {
    border-radius: 2px;
    box-shadow: none;
    font-weight: 400;
    position: relative;
    border: 1px solid;
    background-image: none;
    padding: 10px 15px;
    transition: all ease 0.4s;
}

.btn-m {
    padding: 14px 30px;
    font-size: 16px;
}

.radius-0 {
    border-radius: 0;
}

.btn-l {
    padding: 16px 35px;
    font-size: 17px;
}

.btn-xl {
    padding: 20px 40px;
    font-size: 18px;
}

.btn-square {
    width: 44px;
    height: 42px;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    border-radius: 2px;
    margin: 5px;
    transition: all ease 0.4s;
}

.btn-square-large {
    width: 55px;
    height: 55px;
    display: inline-block;
    text-align: center;
    line-height: 55px;
    font-size: 18px;
    border-radius: 2px;
    margin: 7px;
}

.light-gray-btn {
    background: #e8edf1;
    border: 1px solid #e5eaef;
}

.light-gray-btn:hover, .light-gray-btn:focus {
    color: #ffffff;
    background: #78909C;
    border: 1px solid #78909C;
}

.btn-general-white-bg {
    background: #ffffff;
    color: #ff7c39;
    border-color: #ffffff;
}

.btn-general-white-bg:hover, .btn-general-white-bg:focus {
    background: #ff7c39;
    color: #ffffff;
    border-color: #ff7c39;
}

.btn-general-theme-bg {
    background: #ff7c39;
    color: #ffffff;
    border-color: #ff7c39;
}

.btn-general-theme-bg:hover, .btn-general-theme-bg:focus {
    background: #ffffff;
    color: #ff7c39;
    border-color: #ffffff;
}

.btn-general-theme-trans-bg {
    background: rgba(255, 58, 114, 0.1);
    border-color: #ff7c39;
    color: #ff7c39;
}

.btn-general-theme-trans-bg:hover, .btn-general-theme-trans-bg:focus {
    background: rgba(255, 58, 114, 1);
    border-color: #ff7c39;
    color: #ffffff;
}

.full-width {
    width: 100%;
}

.btn-width-200 {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.btn-radius {
    border-radius: 50px;
}

.form-control {
    height: 50px;
    border: 1px solid #dde6ef;
    margin-bottom: 10px;
    box-shadow: none;
    border-radius: 0;
    background: #fbfdff;
    font-size: 15px;
    color: #6b7c8a;
    font-weight: 400;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    margin-bottom: 10px;
    border: 1px solid #dde6ef;
}

.form-control:hover, .form-control:focus {
    border: 1px solid #ff7c39;
    box-shadow: 0 1px 1px rgba(7, 177, 7, .075);
    outline: none;
}

.form-control .btn.dropdown-toggle.btn-default:hover, .form-control .btn.dropdown-toggle.btn-default:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

span.input-group-addon {
    color: #677782;
    border-color: #dde6ef;
    background: #fbfdff;
    border-left: 0;
}

nav.navbar.navbar-default.navbar-fixed.white.bootsnav.shadow.on.menu-center.no-full {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

.bootstrap-select button.btn.dropdown-toggle.bs-placeholder.btn-default {
    background: transparent;
    height: 46px;
    border: 1px solid transparent;
    color: #445461;
    text-shadow: none;
    border-radius: 0px;
    box-shadow: none;
}

.btn.btn-primary {
    border: 1px solid #ff7c39;
    border-radius: 0px;
    width: 100%;
    height: 46px;
    background: #ff7c39;
    text-transform: capitalize;
    font-size: 16px;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    border: 1px solid #ff7c39;
    border-radius: 0px;
    width: 100%;
    height: 46px;
    background: #ff7c39;
    text-transform: capitalize;
    font-size: 16px;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    height: 46px;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    outline: none !important;
    outline-offset: 0 !important;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    padding: 8px 10px;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover {
    box-shadow: none;
    background: #ff7c39;
    color: #ffffff;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #445461;
    background-color: transparent;
    border-color: transparent;
}

button.btn.dropdown-toggle.btn-default {
    background: transparent;
    border: none;
    box-shadow: none;
    height: 46px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #ff7c39;
}

/*------ general: Choosen Select Box ----*/
.chosen-container-single .chosen-single {
    background: #fbfdff;
    border: 1px solid #dde6ef;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
    color: #445461;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}

.chosen-container-single .chosen-single div {
    top: 8px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #fff;
    border: 1px solid #dde6ef;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.chosen-container-single .chosen-search input[type="text"] {
    border: 1px solid #dde6ef;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
    margin: 1px 0;
    padding: 4px 20px 4px 4px;
    width: 100%;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #f4f5f7;
    background-image: none;
    color: #445661;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -15px 7px;
}

.chosen-container .chosen-drop {
    background: #fff;
    border: 1px solid #dde6ef;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 2px 10px 0 #d8dde6;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: -9000px;
    z-index: 1060;
}

/*-------- general: Bootstrap Editor ---------*/
.wysihtml5-toolbar a.btn {
    background: #fbfdff;
    color: #35434e;
    margin-right: 5px;
    border-color: #dde6ef;
}

.btn-group [class^="icon-"], .bootstrap-wysihtml5-insert-link-modal [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;

    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.btn-group .icon-indent-left {
    background-position: -384px -48px;
}

.btn .icon-share {
    background-position: -120px -72px;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;

    background-repeat: no-repeat;
}

.btn-group .icon-indent-right {
    background-position: -408px -48px;
}

.btn-group .icon-th-list {
    background-position: -264px 0;
}

.btn-group .icon-list {
    background-position: -360px -48px;
}

.form-control.textarea {
    height: 180px;
    border-radius: 4px;
}

/*------------ general: box-style------------*/
.box {
    position: relative;
    border-top: 0;
    margin-bottom: 40px;
    width: 100%;
    background: #fff;
    border-radius: 0;
    padding: 0px;
    transition: .5s;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 15px 0 rgba(41, 128, 185, 0.1);
    -webkit-box-shadow: 0 5px 15px 0 rgba(41, 128, 185, 0.1);
}

.box-header {
    background: transparent;
    border-bottom: 0px;
    padding: .85rem 1.25rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeff5;
}

.box-body {
    padding: 3em 2em;
    border-radius: 0 0 0px 0px;
    flex: 1 1 auto;
}

.box-hover-shadow:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
}

.box-body > *:last-child {
    margin-bottom: 0;
}

/*---------- General: Pagination -------------*/
.pagination {
    display: table;
    padding-left: 0;
    border-radius: 4px;
    margin: 20px auto 0;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 0;
    margin: 5px;
    line-height: 1.42857143;
    color: #5a6f7c;
    text-decoration: none;
    background-color: #fff;
    border-radius: 50px;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    border: 1px solid #eaeff5;
    box-shadow: 0 2px 10px 0 #d8dde6;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination > li > a:hover, .pagination > li > a:focus {
    z-index: 2;
    color: #ff7c39;
    cursor: pointer;
    background-color: #ffffff;
    border-color: #ffffff;
}

.pagination li:first-child a {
    background: #ff7c39;
    border: 1px solid #ff7c39;
    border-radius: 50px;
    color: #ffffff;
}

.pagination li:last-child a {
    background: #499AF7;
    border: 1px solid #499AF7;
    border-radius: 50px;
    color: #ffffff;
}

/*------------- General: Custom Datedropper ----------------*/
div.datedropper.my-style {
    border-radius: 8px;
    width: 180px
}

div.datedropper.my-style .picker {
    border-radius: 8px;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, .1)
}

div.datedropper.my-style .pick-l {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

div.datedropper.my-style .pick-lg-b .pick-sl:before,
div.datedropper.my-style .pick-lg-h,
div.datedropper.my-style .pick-m,
div.datedropper.my-style .pick-submit,
div.datedropper.my-style:before {
    background-color: #1cc100
}

div.datedropper.my-style .pick-l,
div.datedropper.my-style .picker,
div.datedropper.my-style.picker-tiny .pick-m,
div.datedropper.my-style.picker-tiny:before {
    background-color: #FFF
}

div.datedropper.my-style .pick li span,
div.datedropper.my-style .pick-btn,
div.datedropper.my-style .pick-lg-b .pick-wke,
div.datedropper.my-style .pick-y.pick-jump {
    color: #1cc100
}

div.datedropper.my-style .pick-arw,
div.datedropper.my-style .pick-l,
div.datedropper.my-style .picker {
    color: #3a465e
}

div.datedropper.my-style .pick-lg-b .pick-sl,
div.datedropper.my-style .pick-lg-h,
div.datedropper.my-style .pick-m,
div.datedropper.my-style .pick-m .pick-arw,
div.datedropper.my-style .pick-submit {
    color: #FFF
}

div.datedropper.my-style.picker-tiny .pick-m,
div.datedropper.my-style.picker-tiny .pick-m .pick-arw {
    color: #3a465e
}

div.datedropper.my-style.picker-lkd .pick-submit {
    background-color: #FFF;
    color: #3a465e
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ffffff;
    opacity: 1;
}

/*------------ General: Table Style  ---------------------*/
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    background: #ffffff;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid transparent;
    border-top: 0px !important;
}

table.table.table-lg tr th, table.table tr td {
    border-color: #eaeff5;
    padding: 15px 15px;
    vertical-align: middle;
    font-size: 14px;
}

.table-hover tbody tr:hover {
    background-color: #f4f5f7;
}

table.table td a {
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
}

table.table td img {
    margin-right: 10px;
}

table.table td .label {
    padding: 5px 15px;
}

/* ==========================================================================
    Global Settings
========================================================================== */
.theme-bg {
    background: #0684fe;
    color: #ffffff;
}

.theme-bg p {
    color: #ffffff;
}

.dark-bg {
    background: #2a3646;
}

.light-bg {
    background: #ffffff;
}

.gray-bg {
    background: #f1f4fb;
}

.gray {
    background: #f6fafd;
}

.theme-cl {
    color: #ff7c39;
}

.theme-overlap {

    background-position: center !important;
    background-size: cover !important;
    position: relative;
}

.theme-overlap:before {
    background: #ff7c39;
}

.theme-overlap:before {
    opacity: 0.8;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/*---------- Global Settings: Custom Button -----------*/
.btn-radius {
    border-radius: 50px;
}

.theme-btn {
    background: #ff7c39;
    border: 1px solid #ff7c39;
    color: #ffffff !important;
    text-transform: capitalize;
}

.theme-btn:hover, .theme-btn:focus {
    color: #ffffff;
    background: #ff7c39;
    border: 1px solid #ff7c39;
}

.btn.theme-btn-outlined, a.theme-btn-outlined {
    background: transparent;
    border: 1px solid #ff7c39;
    color: #ff7c39;
}

.btn.theme-btn-outlined:hover, a.theme-btn-outlined:hover, .btn.theme-btn-outlined:focus, a.theme-btn-outlined:focus {
    background: #ff7c39;
    border-color: #ff7c39;
    color: #ffffff;
}

.btn.theme-btn-trans-radius, a.theme-btn-trans-radius {
    background: rgba(255, 58, 114, 0.1);
    color: #ff7c39;
    border-radius: 50px;
    border: 1px solid #ff7c39;
}

.btn.theme-btn-trans-radius:hover, a.theme-btn-trans-radius:hover, .btn.theme-btn-trans-radius:focus, a.theme-btn-trans-radius:focus {
    background: rgba(255, 58, 114, 1);
    color: #ffffff;
    border-radius: 50px;
    border: 1px solid #ff7c39;
}

.btn.theme-btn-trans, a.theme-btn-trans {
    background: rgba(255, 58, 114, 0.1);
    color: #ff7c39;
    border-radius: 2px;
    border: 1px solid #ff7c39;
}

.btn.theme-btn-trans:hover, a.theme-btn-trans:hover, .btn.theme-btn-trans:focus, a.theme-btn-trans:focus {
    background: rgba(255, 58, 114, 1);
    color: #ffffff;
    border-radius: 2px;
    border: 1px solid #ff7c39;
}

.btn.btn-light-outlined, a.btn-light-outlined {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #ffffff;
    color: #ffffff;
}

.btn.btn-light-outlined:hover, a.btn-light-outlined:hover, .btn.btn-light-outlined:focus, a.btn-light-outlined:focus {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #ffffff;
    color: #ff7c39;
}

.btn.light-btn, a.light-btn {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #ff7c39;
}

.btn.light-btn:hover, .btn.light-btn:focus, a.light-btn:hover, a.light-btn:focus {
    background: #ff7c39;
    border: 1px solid #ff7c39;
    color: #ffffff;
}

/*------- Global Settings: Padding Style ----------*/
html body .padd-0 {
    padding: 0px;
}

html body .padd-5 {
    padding: 5px;
}

html body .padd-10 {
    padding: 10px;
}

html body .padd-15 {
    padding: 15px;
}

html body .padd-20 {
    padding: 20px;
}

html body .padd-l-0 {
    padding-left: 0px;
}

html body .padd-l-5 {
    padding-left: 5px;
}

html body .padd-l-10 {
    padding-left: 10px;
}

html body .padd-l-15 {
    padding-left: 15px;
}

html body .padd-r-0 {
    padding-right: 0px;
}

html body .padd-r-5 {
    padding-right: 5px;
}

html body .padd-r-10 {
    padding-right: 10px;
}

html body .padd-r-10 {
    padding-right: 15px;
}

html body .padd-top-0 {
    padding-top: 0px;
}

html body .padd-top-5 {
    padding-top: 5px;
}

html body .padd-top-10 {
    padding-top: 10px;
}

html body .padd-top-15 {
    padding-top: 15px;
}

html body .padd-top-20 {
    padding-top: 20px;
}

html body .padd-top-25 {
    padding-top: 25px;
}

html body .padd-top-30 {
    padding-top: 30px;
}

html body .padd-top-40 {
    padding-top: 40px;
}

html body .padd-bot-0 {
    padding-bottom: 0px;
}

html body .padd-bot-5 {
    padding-bottom: 5px;
}

html body .padd-bot-10 {
    padding-bottom: 10px;
}

html body .padd-bot-15 {
    padding-bottom: 15px;
}

html body .padd-bot-20 {
    padding-bottom: 20px;
}

html body .padd-bot-25 {
    padding-bottom: 25px;
}

html body .padd-bot-30 {
    padding-bottom: 30px;
}

html body .padd-bot-40 {
    padding-bottom: 40px;
}

/*------- Global Settings: Margin Style ----------*/
html body .mrg-0 {
    margin: 0px;
}

html body .mrg-5 {
    margin: 5px;
}

html body .mrg-10 {
    margin: 10px;
}

html body .mrg-15 {
    margin: 15px;
}

html body .mrg-20 {
    margin: 20px;
}

html body .mrg-l-0 {
    margin-left: 0px;
}

html body .mrg-l-5 {
    margin-left: 5px;
}

html body .mrg-l-10 {
    margin-left: 10px;
}

html body .mrg-l-15 {
    margin-left: 15px;
}

html body .mrg-r-0 {
    margin-right: 0px;
}

html body .mrg-r-5 {
    margin-right: 5px;
}

html body .mrg-r-10 {
    margin-right: 10px;
}

html body .mrg-r-15 {
    margin-right: 15px;
}

html body .mrg-top-0 {
    margin-top: 0px;
}

html body .mrg-top-5 {
    margin-top: 5px;
}

html body .mrg-top-10 {
    margin-top: 10px;
}

html body .mrg-top-15 {
    margin-top: 15px;
}

html body .mrg-top-20 {
    margin-top: 20px;
}

html body .mrg-top-25 {
    margin-top: 25px;
}

html body .mrg-top-30 {
    margin-top: 30px;
}

html body .mrg-top-40 {
    margin-top: 40px;
}

html body .mrg-bot-0 {
    margin-bottom: 0px;
}

html body .mrg-bot-5 {
    margin-bottom: 5px;
}

html body .mrg-bot-10 {
    margin-bottom: 10px;
}

html body .mrg-bot-15 {
    margin-bottom: 15px;
}

html body .mrg-bot-20 {
    margin-bottom: 20px;
}

html body .mrg-bot-25 {
    margin-bottom: 25px;
}

html body .mrg-bot-30 {
    margin-bottom: 30px;
}

html body .mrg-bot-40 {
    margin-bottom: 40px;
}

html body .extra-mrg-5 {
    margin: 0 -5px;
}

html body .extra-mrg-10 {
    margin: 0 -10px;
}

html body .extra-mrg-15 {
    margin: 0 -15px;
}

html body .extra-mrg-20 {
    margin: 0 -20px;
}

/*------- Global Settings: Background Style ----------*/
html body .bg-white {
    background: #ffffff !important;
}

html body .bg-dark {
    background: #11161c !important;
}

html body .bg-light-dark {
    background: #151c26 !important;
}

html body .bg-info {
    background: #01b2ac !important;
}

html body .bg-primary {
    background: #1194f7 !important;
}

html body .bg-danger {
    background: #f21136 !important;
}

html body .bg-warning {
    background: #ff9800 !important;
}

html body .bg-success {
    background: #0fb76b !important;
}

html body .bg-purple {
    background: #c580ff !important;
}

html body .bg-default {
    background: #283447 !important;
}

html body .bg-info-light {
    background: rgba(1, 178, 172, 0.1) !important;
    color: #01b2ac !important;
}

html body .bg-primary-light {
    background: rgba(17, 148, 247, 0.1) !important;
    color: #1194f7 !important;
}

html body .bg-danger-light {
    background: rgba(255, 17, 54, 0.1) !important;
    color: #f21136 !important;
}

html body .bg-warning-light {
    background: rgba(255, 152, 0, 0.1) !important;
    color: #ff9800 !important;
}

html body .bg-success-light {
    background: rgba(15, 183, 107, 0.1) !important;
    color: #0fb76b !important;
}

html body .bg-purple-light {
    background: rgba(197, 128, 255, 0.1) !important;
    color: #c580ff !important;
}

html body .bg-default-light {
    background: rgba(40, 52, 71, 0.1) !important;
    color: #283447 !important;
}

/*------- Global Settings: Transparent Background Style ----------*/
html body .bg-trans-info {
    background: rgba(2, 182, 179, 0.12);
}

html body .bg-trans-primary {
    background: rgba(17, 148, 247, 0.12);
}

html body .bg-trans-danger {
    background: rgba(242, 17, 54, 0.12);
}

html body .bg-trans-warning {
    background: rgba(255, 152, 0, 0.12);
}

html body .bg-trans-success {
    background: rgba(15, 183, 107, 0.12);
}

html body .bg-trans-purple {
    background: rgba(197, 128, 255, 0.12);
}

html body .bg-trans-default {
    background: rgba(40, 52, 71, 0.12);
}

/*------- Global Settings: Transparent Background with border Style ----------*/
html body .bg-info-br {
    border: 1px solid #01b2ac;
    background: rgba(2, 182, 179, 0.12);
}

html body .bg-primary-br {
    border: 1px solid #1194f7;
    background: rgba(17, 148, 247, 0.12);
}

html body .bg-danger-br {
    border: 1px solid #f21136;
    background: rgba(242, 17, 54, 0.12);
}

html body .bg-warning-br {
    border: 1px solid #ff9800;
    background: rgba(255, 152, 0, 0.12);
}

html body .bg-success-br {
    border: 1px solid #0fb76b;
    background: rgba(15, 183, 107, 0.12);
}

html body .bg-purple-br {
    border: 1px solid #c580ff;
    background: rgba(197, 128, 255, 0.12);
}

html body .bg-default-br {
    border: 1px solid #283447;
    background: rgba(40, 52, 71, 0.12);
}

/*------- Global Settings: Color Style ----------*/
html body .cl-info {
    color: #01b2ac;
}

html body .cl-primary {
    color: #1194f7;
}

html body .cl-danger {
    color: #f21136;
}

html body .cl-warning {
    color: #ff9800;
}

html body .cl-success {
    color: #0fb76b;
}

html body .cl-purple {
    color: #c580ff;
}

html body .cl-default {
    color: #283447;
}

html body .cl-white {
    color: #ffffff;
}

/*------- Global Settings: Border Color Style ----------*/
html body .br-light {
    border-color: #eaeff5 !important;
}

html body .br-info {
    border-color: #01b2ac;
}

html body .br-primary {
    border-color: #1194f7;
}

html body .br-danger {
    border-color: #f21136;
}

html body .br-warning {
    border-color: #ff9800;
}

html body .br-success {
    border-color: #0fb76b;
}

html body .br-purple {
    border-color: #c580ff;
}

html body .br-default {
    border-color: #283447;
}

/*------------ Global Settings: Status BG Style --------------*/
html body .bg-online {
    background: #68c70b;
}

html body .bg-offline {
    background: #e02b0d;
}

html body .bg-busy {
    background: #2196f3;
}

html body .bg-working {
    background: #ff9800;
}

/*---------- Global Settings: Height ----------*/
html body .normal-height {
    height: 46px;
}

html body .height-10 {
    height: 10px;
}

html body .height-20 {
    height: 20px;
}

html body .height-30 {
    height: 30px;
}

html body .height-40 {
    height: 40px;
}

html body .height-50 {
    height: 50px;
}

html body .height-60 {
    height: 60px;
}

html body .height-70 {
    height: 70px;
}

html body .height-80 {
    height: 80px;
}

html body .height-90 {
    height: 90px;
}

html body .height-100 {
    height: 100px;
}

html body .height-110 {
    height: 110px;
}

html body .height-120 {
    height: 120px;
}

html body .height-130 {
    height: 130px;
}

html body .height-140 {
    height: 140px;
}

html body .height-150 {
    height: 150px;
}

html body .height-160 {
    height: 160px;
}

html body .height-170 {
    height: 170px;
}

html body .height-180 {
    height: 180px;
}

html body .height-190 {
    height: 190px;
}

html body .height-200 {
    height: 200px;
}

html body .height-210 {
    height: 210px;
}

html body .height-220 {
    height: 220px;
}

html body .height-230 {
    height: 230px;
}

html body .height-240 {
    height: 240px;
}

html body .height-250 {
    height: 250px;
}

html body .height-260 {
    height: 260px;
}

html body .height-270 {
    height: 270px;
}

html body .height-280 {
    height: 280px;
}

html body .height-290 {
    height: 290px;
}

html body .height-300 {
    height: 300px;
}

html body .height-350 {
    height: 350px;
}

html body .height-400 {
    height: 400px;
}

html body .height-450 {
    height: 450px;
}

/*----------- Global Settings: Width Style -----------*/
html body .full-width {
    width: 100%;
}

html body .width-30 {
    width: 30px;
}

html body .width-40 {
    width: 40px;
}

html body .width-50 {
    width: 50px;
}

html body .width-60 {
    width: 60px;
}

html body .width-70 {
    width: 70px;
}

html body .width-80 {
    width: 80px;
}

html body .width-90 {
    width: 90px;
}

html body .width-100 {
    width: 100px;
}

html body .width-110 {
    width: 110px;
}

html body .width-120 {
    width: 20px;
}

html body .width-130 {
    width: 130px;
}

html body .width-140 {
    width: 140px;
}

html body .width-150 {
    width: 150px;
}

html body .width-160 {
    width: 160px;
}

html body .width-170 {
    width: 170px;
}

html body .width-180 {
    width: 180px;
}

html body .width-190 {
    width: 190px;
}

html body .width-200 {
    width: 200px;
}

html body .width-210 {
    width: 210px;
}

html body .width-220 {
    width: 220px;
}

html body .width-230 {
    width: 230px;
}

html body .width-240 {
    width: 240px;
}

html body .width-250 {
    width: 250px;
}

html body .width-260 {
    width: 260px;
}

html body .width-270 {
    width: 270px;
}

html body .width-280 {
    width: 280px;
}

html body .width-290 {
    width: 290px;
}

html body .width-300 {
    width: 300px;
}

/*---------- Global Settings: Line Height ---------*/
html body .line-height-10 {
    line-height: 10px;
}

html body .line-height-12 {
    line-height: 12px;
}

html body .line-height-14 {
    line-height: 14px;
}

html body .line-height-16 {
    line-height: 16px;
}

html body .line-height-18 {
    line-height: 18px;
}

html body .line-height-20 {
    line-height: 20px;
}

html body .line-height-22 {
    line-height: 22px;
}

html body .line-height-24 {
    line-height: 24px;
}

html body .line-height-26 {
    line-height: 26px;
}

html body .line-height-28 {
    line-height: 28px;
}

html body .line-height-30 {
    line-height: 30px;
}

html body .line-height-32 {
    line-height: 32px;
}

html body .line-height-34 {
    line-height: 34px;
}

html body .line-height-36 {
    line-height: 36px;
}

html body .line-height-38 {
    line-height: 38px;
}

html body .line-height-40 {
    line-height: 40px;
}

html body .line-height-42 {
    line-height: 42px;
}

html body .line-height-44 {
    line-height: 44px;
}

html body .line-height-46 {
    line-height: 46px;
}

html body .line-height-48 {
    line-height: 48px;
}

html body .line-height-50 {
    line-height: 50px;
}

html body .line-height-60 {
    line-height: 60px;
}

html body .line-height-70 {
    line-height: 70px;
}

html body .line-height-80 {
    line-height: 80px;
}

html body .line-height-90 {
    line-height: 90px;
}

html body .line-height-100 {
    line-height: 100px;
}

html body .line-height-110 {
    line-height: 110px;
}

html body .line-height-120 {
    line-height: 120px;
}

html body .line-height-130 {
    line-height: 130px;
}

html body .line-height-140 {
    line-height: 140px;
}

html body .line-height-150 {
    line-height: 150px;
}

html body .line-height-160 {
    line-height: 160px;
}

html body .line-height-170 {
    line-height: 170px;
}

html body .line-height-180 {
    line-height: 180px;
}

html body .line-height-190 {
    line-height: 190px;
}

html body .line-height-200 {
    line-height: 200px;
}

html body .line-height-210 {
    line-height: 210px;
}

html body .line-height-220 {
    line-height: 220px;
}

html body .line-height-230 {
    line-height: 230px;
}

html body .line-height-240 {
    line-height: 240px;
}

html body .line-height-250 {
    line-height: 250px;
}

html body .line-height-260 {
    line-height: 260px;
}

html body .line-height-270 {
    line-height: 270px;
}

html body .line-height-280 {
    line-height: 280px;
}

html body .line-height-290 {
    line-height: 290px;
}

html body .line-height-300 {
    line-height: 300px;
}

html body .line-height-350 {
    line-height: 350px;
}

html body .line-height-400 {
    line-height: 400px;
}

html body .line-height-450 {
    line-height: 450px;
}

/*-------------- Global Settings: Avatar ------------*/
.avatar {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: #f5f6f7;
    color: #fff;
    text-transform: uppercase;
}

.avatar-dxl {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 2rem;
}

.avatar-xl {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 1.5rem;
}

.avatar-lg {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 1.125rem;
}

.avatar-sm {
    width: 29px;
    height: 29px;
    line-height: 29px;
    font-size: 0.75rem;
}

.avatar img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.avatar-bordered {
    border: 4px solid rgba(255, 255, 255, 0.27);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

/*-------------------- Global Settings: Social Color -----------------*/
.facebook-cl {
    color: #3c66c4;
}

.twitter-cl {
    color: #00aced;
}

.google-plus-cl {
    color: #dc473a;
}

.linkedin-cl {
    color: #1895c3;
}

.instagram-cl {
    color: #bc44bd;
}

.pinterest-cl {
    color: #bd081c;
}

.facebook-bg {
    background: #3c66c4;
    color: #ffffff;
}

.twitter-bg {
    background: #00aced;
    color: #ffffff;
}

.googl-plus-bg {
    background: #dc473a;
    color: #ffffff;
}

.linkedin-bg {
    background: #1895c3;
    color: #ffffff;
}

.instagram-bg {
    background: #bc44bd;
    color: #ffffff;
}

.pinterest-bg {
    background: #bd081c;
    color: #ffffff;
}

/*---------- Global Settings: Font Size ----------*/
html body .font-10 {
    font-size: 10px;
}

html body .font-12 {
    font-size: 12px;
}

html body .font-13 {
    font-size: 13px;
}

html body .font-16 {
    font-size: 16px;
}

html body .font-18 {
    font-size: 18px;
}

html body .font-15 {
    font-size: 15px;
}

html body .font-20 {
    font-size: 20px;
}

html body .font-25 {
    font-size: 25px;
}

html body .font-30 {
    font-size: 30px;
}

html body .font-35 {
    font-size: 35px;
}

html body .font-40 {
    font-size: 40px;
}

html body .font-45 {
    font-size: 45px;
}

html body .font-50 {
    font-size: 50px;
}

html body .font-60 {
    font-size: 60px;
}

html body .font-70 {
    font-size: 70px;
}

html body .font-80 {
    font-size: 80px;
}

html body .font-90 {
    font-size: 90px;
}

html body .font-100 {
    font-size: 100px;
}

html body .font-bold {
    font-weight: bold;
}

html body .font-normal {
    font-weight: 400;
}

html body .font-midium {
    font-weight: 500;
}

html body .font-light {
    font-weight: 300;
}

html body .font-italic {
    font-style: italic;
}

/*---------- Global Settings: Label Background ----------*/
html body .label-info {
    background: #01b2ac;
}

html body .label-primary {
    background: #1194f7;
}

html body .label-danger {
    background: #f21136;
}

html body .label-warning {
    background: #ff9800;
}

html body .label-success {
    background: #0fb76b;
}

html body .label-purple {
    background: #c580ff;
}

html body .label-default {
    background: #283447;
}

/*----------- Global Settings: Custom checkbox -----------*/
.custom-checkbox {
    position: relative;
}

.custom-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    margin: 5px 0 0 3px;
    z-index: 9;
}

.custom-checkbox label:before {
    width: 15px;
    height: 15px;
}

.custom-checkbox label:before {
    content: '';
    margin-right: 5px;
    display: inline-block;
    vertical-align: text-top;
    background: #ffffff;
    border: 2px solid #eee;
    border-radius: 2px;
    box-sizing: border-box;
    z-index: 2;
}

.custom-checkbox input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 4px;
    width: 4px;
    height: 8px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: inherit;
    z-index: 3;
    transform: rotateZ(45deg);
}

.custom-checkbox input[type="checkbox"]:checked + label:before {
    border-color: #ff7c39;
    background: #ff7c39;
}

.custom-checkbox input[type="checkbox"]:checked + label:after {
    border-color: #fff;
}

.custom-checkbox input[type="checkbox"]:disabled + label:before {
    color: #b8b8b8;
    cursor: auto;
    box-shadow: none;
    background: #ddd;
}

/*----------- Global Settings: Custom Radio Button -----------*/
.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    width: 25px;
    height: 9px;
}

.custom-radio [type="radio"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #ff7c39;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    transition: all 0.2s ease;
}

.custom-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}


/*--------------- Global Settings: Custom Upload Button -------------------*/
.custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.custom-file-upload {
    display: block;
    width: auto;
    font-size: 16px;
    border: 1px solid #dde6ef;
    height: 50px;
}

.file-upload-input {
    width: 120px;
    color: #fff;
    font-size: 16px;
    padding: 11px 17px;
    border: none;
    background-color: red;
    background-color: red;
    outline: none;
}

.file-upload-button {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 11px 20px;
    border: none;
    margin-left: -1px;
    background-color: red;
    float: left;
}

.custom-file-upload input[type="file"] {
    -webkit-appearance: none;
    text-align: left;
    -webkit-rtl-ordering: left;
    width: 100%;
}

.custom-file-upload input[type="file"]::-webkit-file-upload-button {
    -webkit-appearance: none;
    float: right;
    margin: 0 0 0 10px;
    border: none;
    height: 48px;
    border-left: 1px solid #dde6ef;
    border-radius: 0px;
    background-image: -moz-linear-gradient(90deg, #fbfdff 0%, #fbfdff 100%);
}

/*------------ Global Setting: Multiple Bg Color For Category ---------*/
html body .bg-a {
    background: #f73d51;
}

html body .bg-b {
    background: #8a7cd9;
}

html body .bg-c {
    background: #ffb390;
}

html body .bg-d {
    background: #37b475;
}

html body .bg-e {
    background: #4b5e6c;
}

html body .bg-f {
    background: #f5b83b;
}

html body .bg-g {
    background: #5565d0;
}

html body .bg-h {
    background: #18bad9;
}

html body .bg-i {
    background: #433c63;
}

html body .bg-j {
    background: #ad4f87;
}

html body .bg-k {
    background: #ee7d4e;
}

html body .bg-l {
    background: #ff465a;
}

html body .bg-m {
    background: #f5b83b;
}

html body .bg-o {
    background: #18bad9;
}

html body .bg-p {
    background: #6877de;
}

html body .bg-q {
    background: #14af69;
}

html body .bg-r {
    background: #576977;
    color: #576977;
}

html body .bg-s {
    background: #fd5c05;
}

html body .bg-t {
    background: #8a7cd9;
}

html body .bg-u {
    background: #ff465a;
}

html body .bg-v {
    background: #8a7cd9;
}

html body .bg-x {
    background: #18bad9;
}

html body .bg-y {
    background: #f5b83b;
}

html body .bg-z {
    background: #ff8645;
}

/*-------- Global Settings: Border Styles --------------*/
.br-0 {
    border: none !important;
}

.b-1 {
    border: 1px solid #dde6ef !important;
}

.b-2 {
    border: 3px solid #dde6ef !important;
}

.b-3 {
    border: 3px solid #dde6ef !important;
}

.b-4 {
    border: 4px solid #dde6ef !important;
}

.bl-1 {
    border-left: 1px solid #dde6ef !important;
}

.bl-2 {
    border-left: 2px solid #dde6ef !important;
}

.bl-3 {
    border-left: 3px solid #dde6ef !important;
}

.bl-4 {
    border-left: 4px solid #dde6ef !important;
}

.br-1 {
    border-right: 1px solid #dde6ef !important;
}

.br-2 {
    border-right: 2px solid #dde6ef !important;
}

.br-3 {
    border-right: 3px solid #dde6ef !important;
}

.br-4 {
    border-right: 4px solid #dde6ef !important;
}

.bt-1 {
    border-top: 1px solid #dde6ef !important;
}

.bt-2 {
    border-top: 2px solid #dde6ef !important;
}

.bt-3 {
    border-top: 3px solid #dde6ef !important;
}

.bt-4 {
    border-top: 4px solid #dde6ef !important;
}

.bb-1 {
    border-bottom: 1px solid #dde6ef !important;
}

.bb-2 {
    border-bottom: 2px solid #dde6ef !important;
}

.bb-3 {
    border-bottom: 3px solid #dde6ef !important;
}

.bb-4 {
    border-bottom: 4px solid #dde6ef !important;
}

.br-info {
    border-color: #01b2ac !important
}

.br-primary {
    border-color: #1194f7 !important
}

.br-danger {
    border-color: #f21136 !important
}

.br-warning {
    border-color: #ff9800 !important
}

.br-success {
    border-color: #0fb76b !important
}

.br-purple {
    border-color: #c580ff !important
}

.br-default {
    border-color: #283447 !important
}

/*---------- Global Settings: Listing & Blockquote Style ---------------*/
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
}

ol.check-job > li, ul.check-job > li {
    position: relative;
    letter-spacing: -0.2px;
    list-style: none;
}

ol.check-job > li:before, ul.check-job > li:before {
    content: "\F00C";
    font-family: 'FontAwesome';
    font-size: 1em;
    margin-right: 7px;
    color: #ff7c39;
}

.quote-card {
    background: #fff;
    padding: 20px;
    padding-left: 50px;
    box-sizing: border-box;
    position: relative;
    min-height: 100px;
    border-left: none;
}

.quote-card p {
    font-size: 22px;
    line-height: 1.5;
    margin: 0;
    max-width: 90%;
}

.quote-card cite {
    font-size: 16px;
    margin-top: 10px;
    display: block;
    font-weight: 400;
    color: #ff7c39;
}

.quote-card:before {
    font-family: Georgia, serif;
    content: "\201C";
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 50px;
    color: #ff7c39;
    font-weight: normal;
}

/*================================================
	Navigation Start
=================================================*/
nav.navbar.bootsnav ul.nav > li > a {
    color: #35497f;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    background-color: transparent !important;
    /* text-transform: uppercase; */
}

nav.navbar.bootsnav ul.nav > li > a:hover {
    color: #ff7c39;
}

nav.navbar.bootsnav ul.nav > li.active > a {
    color: #0CAA41;
}

@media (min-width: 1024px) {
    nav.navbar li.dropdown ul.dropdown-menu {
        border: none !important;
        border-radius: 0px 0px 4px 4px !important;
        -webkit-border-radius: 0px 0px 4px 4px !important;
        box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1) !important;
        -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1) !important;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
        padding: 15px 15px;
        border-bottom: solid 1px #eef4f9;
        color: #808c9a;
    }
}

.nav > li > a > img {
    float: left;
    position: relative;
    top: -4px;
    margin-right: 5px;
    max-width: 30px;
}

/*--------- Create Account Button  Style----------*/
nav.navbar.bootsnav ul.nav > li > a.btn-signup.red-btn {
    background: #ff7c39;
    padding: 11px 20px;
    color: #ffffff !important;
    border-radius: 2px;
    margin-top: 13px;
}

nav.navbar.bootsnav ul.nav > li > a.btn-signup.red-btn span {
    margin-right: 7px;
}

i.login-icon {
    margin-right: 10px;
}

/*===============================================
	Home Banner Settings
==============================================*/
.banner,
.main-banner {
    background-size: cover !important;
    background-position: center !important;
    margin: 0;
    position: relative
}

.freelancer.banner {
    background: #ffffff;
}

.freelancer.banner .container {
    display: flex;
    padding: 80px 0;
    flex-wrap: wrap;
    min-height: 550px;
    align-items: center;
}

.banner {
    color: #fff
}

.main-banner {
    padding: 60px 0;
}

.main-banner h2 {
    color: #ffffff;
    font-weight: 400;
    display: block;
    margin-bottom: 12px;
}

.main-banner.text-dark h2 {
    color: #283a50;
}

[data-overlay] {
    position: relative;
}

[data-overlay]:before {
    position: absolute;
    content: '';
    background: #1e83f7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.do-light[data-overlay]:before {
    position: absolute;
    content: '';
    background: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay].image--light:before {
    background: #fff;
}

[data-overlay].bg--primary:before {
    background: #4a90e2;
}

[data-overlay="1"]:before {
    opacity: 0.1;
}

[data-overlay="2"]:before {
    opacity: 0.2;
}

[data-overlay="3"]:before {
    opacity: 0.3;
}

[data-overlay="4"]:before {
    opacity: 0.4;
}

[data-overlay="5"]:before {
    opacity: 0.5;
}

[data-overlay="6"]:before {
    opacity: 0.6;
}

[data-overlay="7"]:before {
    opacity: 0.7;
}

[data-overlay="8"]:before {
    opacity: 0.8;
}

[data-overlay="9"]:before {
    opacity: 0.9;
}

[data-overlay="10"]:before {
    opacity: 1;
}

[data-overlay="0"]:before {
    opacity: 0;
}

.main-banner fieldset .form-control, .main-banner fieldset .seub-btn, .main-banner fieldset select.selectpicker {
    width: 100%;
    padding: 19px 15px;
    border: none;
    border-radius: 0;
    height: auto;
    line-height: 1.5;
    font-size: 15px;
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.main-banner fieldset select.selectpicker:focus, .main-banner fieldset .form-control:focus, .main-banner fieldset .seub-btn:focus {
    outline: none;
}

.text-center {
    text-align: center;
}

.page-title fieldset .seub-btn, .main-banner fieldset .seub-btn {
    justify-content: center;
}

.main-banner p {
    margin-bottom: 40px;
}

.main-banner .seub-btn {
    text-align: center;
    justify-content: center;
}

/*---------------- Freelancer Banner Style ------------------*/
.freelancer.banner h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.1;
}

.freelancer.banner p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #8492af;
    font-size: 17px;
    margin-bottom: 20px;
}

.freelancer.banner .no-br {
    border: none !important;
}

.freelancer.banner .input-group {
    padding: 5px;
    /* border: 1px solid #d6dce4; */
    border-radius: 4px;
    max-width: 540px;
    box-shadow: 0 5px 10px 0 rgba(41, 128, 185, .18);
}

.freelancer.banner .input-group .form-control {
    height: 50px;
    background: transparent;
}

.freelancer.banner .input-group-btn:last-child > .btn, .freelancer.banner .input-group-btn:last-child > .btn-group {
    margin-left: 0;
    border-radius: 4px;
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    background: #0684fe;
}

.freelancer.banner .banner-btn:hover, .freelancer.banner .banner-btn:focus {
    color: #ffffff;
    background: #0684fe;
}

/*-------------- Home Search Form ---------*/
.home-form-1 {
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 10px;
    border-radius: 6px;
    margin-bottom: 20px;
    width: 100%;
}

.home-form-2 {
    margin-top: 20px;
    background: #ffffff;
    padding: 10px 10px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.home-form-1 .form-control {
    margin-bottom: 0;
}

.main-banner .form-group {
    margin-bottom: 0px;
}

.choose-opt {
    position: relative;
    margin: 30px 0;
}

.choose-opt-box {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
}

.choose-opt-box span {
    position: relative;
    color: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.15);
}

.choose-opt-box span:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    left: 46px;
    top: 20px;
    display: block;
    background: rgba(255, 255, 255, 0.3);
}

.choose-opt-box span:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    right: 46px;
    top: 20px;
    display: block;
    background: rgba(255, 255, 255, 0.3);
}

.btn-hiring {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #ffffff;
    color: #ffffff;
}

.btn-hiring:hover, .btn-hiring:focus {
    background: #ffffff;
    color: #ff7c39;
}

/*------------ Home Form Icon Field --------------*/
.icon-addon {
    position: relative;
    display: block;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa, .icon-addon i {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}

.icon-addon.addon-lg .form-control {
    padding-left: 40px;
}

.icon-addon.addon-sm .form-control {
    font-size: 12px;
    line-height: 1.5;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon,
.icon-addon.addon-lg i {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 17px;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}

.icon-addon.addon-sm .fa {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px
}

.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
    color: #a0afbb;
}

/*------------- cmp-overview -----------*/
.cmp-overview {
    width: 100%;
    display: flex;
    margin-top: 2.5em;
    color: #ffffff;
    align-items: center;
    justify-content: center;
}

.cmp-overview .cmp-icon {
    width: 55px;
    height: auto;
    float: left;
    position: relative;
}

.cmp-overview .cmp-icon .cmp-i {
    font-size: 55px;
}

.cmp-overview .cmp-icon i.fa {
    position: absolute;
    right: -10px;
    bottom: -5px;
    width: 22px;
    height: 22px;
    background: #ff7c39;
    border-radius: 50%;
    line-height: 20px;
    font-size: 12px;
}

.cmp-overview .cmp-icon i.fa:before {
    left: 4px;
    top: 1px;
    position: relative;
}

.cmp-detail {
    margin-left: 20px;
    display: inline-block;
    text-align: left;
}

.cmp-detail h3 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 25px;
}

.cmp-detail span {
    font-size: 13px;
    opacity: 0.8;
    float: left;
}

.cmp-overview {
    margin-top: 5.5em;
}

.vrt-job-act {
    margin-top: 2.5em;
}

/*==============================================================
	All Job Components
================================================================*/
/*--------------Job in Grid-------------*/
.grid-job-widget {
    background-color: #fff;
    padding: 60px 0 50px 0;
    box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
    -webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
    border-radius: 6px;
    text-align: center;
    overflow: hidden;
    transition: .7s;
    margin-top: 30px;
    position: relative;
}

.grid-job-widget .u-img {
    margin-bottom: -42px;
    height: 150px;
}

.grid-job-widget .u-content {
    padding: 0 1.25rem 1.25rem;
}

.grid-job-widget .avatar {
    margin: 0 auto 2rem auto;
    position: relative;
    display: block;
    max-width: 80px;
    width: 80px;
    height: 80px;
    border-radius: 0;
    background: #ffffff;
    overflow: hidden;
}

.grid-job-widget .avatar img {
    max-width: 75px;
    margin: 3px;
    border-radius: 0;
}

.u-content h5 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
}

.grid-job-widget .job-type {
    padding: 3px 25px;
    border-radius: 50px;
    font-size: 11px;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #eaeff5;
    position: absolute;
    top: 15px;
    left: 15px
}

.table .job-type {
    padding: 5px 25px;
    border-radius: 50px;
    font-size: 11px;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #eaeff5;
}

.grid-job-widget .text-muted,
.text-muted {
    color: #8492af;
    font-size: 13px
}

.job-browse-btn {
    font-size: 12px
}

.full-type {
    color: #1fb650 !important;
    border-color: rgba(31, 182, 80, 0.12) !important;
    background: rgba(31, 182, 80, 0.12);
}

.part-type {
    color: #feb801 !important;
    border-color: rgba(254, 184, 1, 0.1) !important;
    background: rgba(254, 184, 1, 0.1);
}

.internship-type {
    color: #f21136 !important;
    border-color: rgba(242, 17, 54, 0.1) !important;
    background: rgba(242, 17, 54, 0.1);
}

.freelancer-type {
    color: #09bdc7 !important;
    border-color: rgba(9, 189, 199, 0.1) !important;
    background: rgba(9, 189, 199, 0.1);
}

.job-verticle-list .urgent {
    position: absolute;
    top: 13px;
    right: -26px;
    background: #ec3962;
    color: #fff;
    display: inline-block;
    padding: 0 25px;
    transform: rotate(45deg);
}

.job-verticle-list .featured {
    position: absolute;
    top: 18px;
    right: -29px;
    background: #ff5722;
    color: #fff;
    display: inline-block;
    padding: 0 25px;
    transform: rotate(45deg);
}

.job-like {
    position: absolute;
    top: 20px;
    right: 35px;
}

.toggler {
    color: #e6edf5;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
}

.toggler [type=checkbox]:checked, .toggler [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.toggler input {
    display: none;
}

.toggler input:checked + i {
    color: #ff526c;
}

.job-featured {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;

    background-size: cover;
}

/*------------ All Job Components: Vertical Job ------------*/
.job-verticle-list {
    display: block;
    width: 100%;
    margin-top: 30px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    padding: 0 25px;
    border: 1px solid #eef4f9;
}

.vertical-job-card {
    width: 100%;
}

.vertical-job-body {
    border-top: 1px solid #eaeff5;
    border-bottom: 1px solid #eaeff5;
    padding: 15px 0;
    width: 100%;
}

.vertical-job-header {
    display: inline-block;
    width: 100%;
    padding: 12px 0 10px 0;
    align-items: center;
}

.vrt-job-cmp-logo {
    max-width: 55px;
    float: left;
}

.vertical-job-header h4, .com-tagline {
    margin-left: 75px;
}

.vertical-job-header h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 1;
    margin-top: 7px;
}

.vertical-job-header .com-tagline {
    font-size: 13px;
    margin-bottom: 2px;
    display: block;
}

.vertical-job-card ul {
    margin: 0;
    padding: 0;
}

.vertical-job-card ul li {
    list-style: none;
}

.vertical-job-body ul li {
    padding: 8px 0;
}

.vrt-job-act {
    text-align: center;
    display: table;
}

.btn-job {
    display: inline-block;
    min-width: 140px;
    text-align: center;
    border-radius: 50px;
    padding: 6px 20px;
    border: 1px solid transparent;
    margin: 6px auto;
}

.vertical-job-footer {
    padding: 15px 0;
}

.cmp-job-rating ul li, .cmp-job-review ul li {
    font-size: 13px;
    display: inline-block;
    margin-right: 20px;
}

.cmp-job-review ul li i {
    margin-left: 10px;
}

.cmp-job-rating .rate {
    color: #f7874e;
}

.cmp-job-rating i {
    color: #b1c1d0;
}

.cmp-job-rating ul li strong {
    margin-right: 7px;
}

.cmp-job-rating .rating-counter {
    margin-left: 10px;
}

.cmp-job-rating ul li a, .cmp-job-review ul li a {
    color: #8492af;
}

.cmp-job-review {
    float: right;
}

.vertical-job-body ul.can-skils li strong {
    width: 150px;
    display: inline-block;
}

.skill-tag {
    background-color: #eaedf3;
    border-radius: 0 2px 2px 0;
    color: #8492af;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2727272727;
    margin: 2px 15px 2px 0px;
    padding: 3px 7px;
    position: relative;
    text-transform: uppercase;
}

.skill-tag:before {
    border-top: 10px solid transparent;
    border-left: 9px solid #eaedf3;
    border-bottom: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    right: -8px;
    width: 0;
}

.skill-tag:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    top: 8px;
    right: -2px;
    width: 4px;
}

.flex-middle {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}

.job-verticle-list .job-bottom-tags {
    padding: 9px 0;
}

.job-tags strong {
    margin-right: 15px;
}

.job-tags a {
    background-color: #ecf0f9;
    display: inline-block;
    border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -ms-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2727272727;
    margin-right: 15px;
    padding: 3px 7px;
    position: relative;
    color: #8492af;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}

.job-tags a:before {
    content: '';
    transition: all 0.3s ease-in-out 0s;
    border-top: 10px solid #fff !important;
    border-left: 9px solid #ecf0f9;
    border-bottom: 10px solid #fff !important;
    border-right: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -8px;
    width: 0;
}

.job-tags a:after {
    content: '';
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 4px;
    position: absolute;
    top: 8px;
    right: -2px;
    width: 4px;
}

.flex-middle .ali-right {
    margin-left: auto;
}

.wrapper-shortlist {
    position: relative;
}

.btn-action-job {
    transition: all 0.35s ease-in-out 0s;
    font-size: 20px;
    position: relative;
    color: #e6edf5;
    line-height: 1;
}

span.pull-right.vacancy-no {
    position: absolute;
    right: 50px;
    top: 25px;
}

span.pull-right.vacancy-no span.v-count {
    background: rgba(255, 124, 57, 0.1);
    color: #ff7c39;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 4px;
    border: 1px solid #ff7c39;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 28px;
}

.vertical-job-body ul.can-skils li i {
    margin-right: 12px;
    font-size: 20px;
}

span.pull-right.job-type {
    position: absolute;
    right: 40px;
    top: 25px;
    padding: 1px 22px;
    border-radius: 50px;
    border: 1px solid #eaeff5;
    font-size: 11px
}

/*----------- All Job Components: Job category box --------*/
.category-box {
    position: relative;
    height: 250px;
    background: #fff;
    box-shadow: 0 5px 25px 0 rgba(41, 128, 185, .15);
    -webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, .15);
    border-radius: 5px;
    text-align: center;
    padding: 0px 30px;
    box-sizing: border-box;
    margin-top: 30px;
    overflow: hidden;
    transition: .6s linear;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.category-box .category-desc {
    z-index: 2;
}

.category-box .category-desc .category-icon {
    font-size: 40px;
    color: #ff7c39;
    margin-bottom: 10px;
    transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
}

.category-box .category-desc i {
    font-size: 40px;
    color: #ff7c39;
    margin-bottom: 7px;
    transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
}

.category-box .category-desc .category-detail h4 {
    font-weight: 500;
    margin-bottom: 5px;
}

.category-box .category-desc .category-detail p {
    margin-bottom: 5px;
}

.category-box .category-desc .category-detail span {
    font-weight: 400;
    font-size: 14px;
}

a.btn.width-170 {
    width: 150px;
    box-shadow: 0 2px 10px 0 #d8dde6;
    border: 1px solid #f9f9f9;
    background: #ffffff;
    padding: 10px;
    border-radius: 50px;
    color: #ff7c39;
    font-size: 16px;
    font-weight: 500;
    transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
}

.category-box .category-desc i.abs-icon {
    position: absolute;
    bottom: 5px;
    left: 5px;
    opacity: 0;
    transition: all ease-in 0.4s;
    color: #eff1f3;
}

.category-box:hover i.abs-icon {
    position: absolute;
    bottom: 25px;
    left: 25px;
    opacity: 1;
    color: #eff1f3;
}

/*-------------- All Job Components: Employer-------------*/
.employer-widget {
    background-color: #fff;
    padding: 50px 0 50px 0;
    box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
    -webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
    border-radius: 6px;
    text-align: center;
    overflow: hidden;
    transition: .7s;
    margin-top: 30px;
    position: relative;
}

.slick-list .employer-widget {
    margin: 15px 10px;
}

.employer-widget .u-img {
    margin-bottom: -42px;
    height: 150px;
}

.employer-widget .u-content {
    padding: 0 1.25rem 1.25rem;
}

.employer-widget .avatar {
    margin: 0 auto 2rem auto;
    position: relative;
    display: block;
    max-width: 85px;
    width: 80px;
    height: 80px;
    border-radius: 0;
    background: #ffffff;
    overflow: hidden;
}

.employer-widget .avatar img {
    max-width: 75px;
    margin: 3px;
}

.u-content h5 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
}

.employer-browse-btn {
    font-size: 12px;
    border: 1px solid #f9f9f9;
    padding: 8px 15px;
    text-transform: uppercase;
}

/*------------ All Job Components: How It Works -----------------*/
.work-process {
    text-align: center;
    position: relative;
}

.process-icon {
    float: none;
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    line-height: 98px;
    font-size: 35px;
    text-align: center;
    color: #ff7c39;
    background: #f5f9fc;
    border-color: #f5f9fc;
}

span.process-count {
    position: absolute;
    right: 0;
    bottom: 5px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background: #ff7c39;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
}

.work-process h4 {
    margin: 10px 0;
}

.work-process:before {
    position: absolute;
    left: 50%;
    top: 60px;
    width: 270px;
    height: 36px;

    content: "";
    z-index: 1;
    margin-left: 61px;
}

.work-process.step-2:before {

    top: 13px;
}

.work-process.step-3:before {
    background-image: none;
    top: 13px;
}

/*--------------- All Job Components: Features Style-----------------*/
.features-content {
    border: 1px solid #d4d9e3;
    padding: 20px 15px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0px rgba(107, 121, 124, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(107, 121, 124, 0.2);
}

.features-content h3 {
    font-weight: 400;
    color: #475052;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.features-content p {
    font-weight: 300;
    color: #6b797c;
    line-height: 1.8;
    font-size: 14px;
}

.features-content span {
    font-size: 45px;
    margin-bottom: 25px;
    color: #0CAA41;
}

/*-------------- All Job Components: Half Screen Box Style --------------*/
.half-box {
    padding: 80px 20px;
    background-size: cover;
    position: relative;
    background-position: center;
}

.half-box h2, .half-box p {
    color: #ffffff;
    position: relative;
}

.half-box a {
    position: relative;
    display: inline-block;
    margin-top: 20px;
}

.employer-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    right: 0;
    display: block;
    opacity: 0.7;
    background: #1491de;
    background: -webkit-gradient(left, rgba(20, 145, 222, 1) 0%, rgba(185, 57, 208, 1) 100%);
    background: linear-gradient(left, rgba(20, 145, 222, 1) 0%, rgba(185, 57, 208, 1) 100%);
}

.candidate-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    background: #1d2c3e;
    opacity: 0.8;
}

/*------------- All Job Components: Job List Design ------------------*/
.apply-job-btn {
    padding: 10px 30px;
}

/*------------ All Job Components: Place Job Box --------------------*/
.place-box {
    height: 350px;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 90;
    margin: 10px 0;
    border-radius: 6px;
}

.job-count {
    padding: 3px 25px;
    background: rgba(255, 255, 255, .2);
    position: absolute;
    top: 25px;
    left: 20px;
    z-index: 1;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    border: 1px solid #fff;
}

.place-box-content {
    text-align: center;
    top: 50%;
    margin: 0 auto;
    z-index: 101;
    transform: translate(0, -50.5%);
}

.place-box-bg, .place-box-bg:before, .place-box-content {
    width: 100%;
    position: absolute;
}

.place-box-bg:before {
    height: 100%;
    background: rgba(12, 12, 12, .3);
}

.place-box-bg {
    top: 0;
    left: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: transform .35s ease-out;
}

.place-box-content h4 {
    font-size: 27px;
    line-height: 35px;
    color: #fff;
    margin: 0;
}

.place-box-content span {
    color: #fff;
}

.place-box:hover .place-box-bg {
    transform: scale(1.07);
}

/*----------- All Job Components: Manage Job, Company & Resume ---------------*/
.mng-jb {
    display: table;
    margin-left: 60px;
    position: relative;
    bottom: 12px;
    font-size: 12px;
    opacity: 0.8;
}

/*------------ All Job Components: Filter Search Form ---------------------*/
.search-form {
    background: #ffffff;
    border-radius: 6px;
    padding: 15px 15px 10px 15px;
    box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
    -webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15); /* IE 9 */ /* Safari */
    transform: translatey(-30px);
    position: relative;
    z-index: +99;
}

.search-wide {
    min-width: 50px;
    float: left;
    margin: 5px;
}

.search-wide.full {
    min-width: 150px;
    float: left;
    margin: 5px;
}

.fl-right {
    float: right;
}

.search-wide .form-control {
    height: 40px;
    padding: 2px 10px;
    line-height: 35px;
    font-size: 13px;
    background: #ffffff;
}

.side-list ul li span.custom-checkbox {
    float: none;
}

/*----------- All Job Components: Candidate & Employer Box Style -----------*/
.contact-box {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eef4f9;
    border-radius: .25rem;
    padding-top: 25px;
    margin-top: 25px;
}

.top-box {
    width: 100%;
    padding: 7px 12px;
    position: relative;
}

.contact-img {
    max-width: 90px;
    display: table;
    margin: 15px auto;
    border-radius: 50%;
    border: 2px dashed #eef4f9;
    padding: 5px;
}

.contact-caption {
    text-align: center;
    padding-bottom: 20px;
}

.contact-caption h4 {
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 500;
}

.contact-footer {
    padding: 0 10px;
    border-top: 1px solid #eef4f9;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.contact-footer a.col-half {
    width: 50%;
    float: left;
    padding: 12px 0;
    font-size: 13px;
    text-align: center;
}

.contact-footer a.col-half i {
    margin-right: 5px;
}

.contact-action {
    text-align: center;
    margin-bottom: 20px;
}

.contact-action a {
    margin: 5px;
}

/*----------- All Job Components: Browse Candidate & Employer ----------------*/
.filter-wraps {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    padding: 20px 25px;
    border: 1px solid #eef4f9;
    align-items: center;
    flex-wrap: wrap;
}

.filter-wraps-one {
    flex: 1;
}

.filter-wraps-one ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-left: 1.5rem;
}

.filter-wraps-one ul li {
    display: inline-block;
    padding-right: 10px;
    list-style: none;
}

.filter-wraps h5 {
    margin: 0;
}

.filter-wraps-one ul li a {
    font-size: 12px;
    background: #ecf0f7;
    padding: 5px 10px;
    border-radius: 2px;
    color: #566788;
}

.filter-wraps-one ul li a i {
    margin-left: 4px;
}

.candidate-list-layout, .newjob-list-layout {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    padding: 20px 25px;
    border: 1px solid #eef4f9;
    align-items: center;
    flex-wrap: wrap;
}

.cll-caption h4 span.jb-status {
    padding: 3px 12px;
    background: #1f86ef;
    border-radius: 2px;
    color: #ffffff;
    margin-left: 1rem;
    border: none;
    position: relative;
    top: -2px;
}

.cll-caption h4 span.jb-status.full-time {
    background: #03a84e;
}

.cll-caption h4 span.jb-status.part-time {
    background: #f7790a;
}

.cll-caption h4 span.jb-status.freelancer-time {
    background: #f31143;
}

.cll-caption h4 span.jb-status.contract-time {
    background: #71bd20;
}

.cll-caption h4 span.jb-status.internship-time {
    background: #964ed6;
}

.newjob-list-layout h4 a {
    padding-right: 8px;
}

.cll-wrap {
    flex: 1;
}

.cll-thumb {
    max-width: 80px;
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    height: 80px;
    float: left;
}

.cll-thumb img {
    max-width: 80px;
}

.newjob-list-layout .cll-thumb {
    max-width: 60px;
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    height: 60px;
    float: left;
    margin-top: 6px;
}

.newjob-list-layout .cll-thumb img {
    max-width: 60px;
}

.cll-caption {
    display: inline-block;
    padding-left: 2rem;
    margin-top: 1.4rem;
}

.newjob-list-layout .cll-caption {
    display: inline-block;
    padding-left: 2rem;
    margin-top: 1rem;
}

.cll-caption i {
    margin-right: 5px;
}

.cll-caption h4 {
    padding-top: 0;
    margin-top: 0;
    font-size: 17px;
}

.cll-caption h4 span {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #dbe6ef;
    font-size: 14px;
    font-weight: 400;
    color: #8596b3;
}

.cll-caption ul {
    margin: 0;
    padding: 0;
    margin-top: 1rem;
}

.cll-caption ul li {
    display: inline-block;
    list-style: none;
    padding-right: 1rem;
}

.cll-caption ul li {
    display: inline-block;
    list-style: none;
    padding-right: 1rem;
    border-right: 1px solid #dbe6ef;
    padding-left: 5px;
}

.cll-caption ul li:first-child {
    padding-left: 0px;
}

.cll-caption ul li:last-child {
    border-right: none;
}

.btn.theme-btn.btn-shortlist {
    text-transform: capitalize;
}

.btn.theme-btn.btn-shortlist i {
    margin-right: 10px;
}

.btn.btn-opening {
    background: #28b446;
    border-color: #28b446;
    color: #ffffff;
    padding: 6px 15px;
}

.jv-featured {
    background-color: #e81a1a;
    float: left;
    position: absolute;
    transform: rotate(45deg);
    right: -77px;
    top: 11px;
    text-align: center;
    width: 200px;
    font-size: 12px;
    margin: 0;
    z-index: 999;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
}

.filter-alphabetical {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    padding: 20px 15px;
    border: 1px solid #eef4f9;
    align-items: center;
    flex-wrap: wrap;
}

.filter-alphabetical ul {
    padding: 0;
    margin: 0;
}

.filter-alphabetical ul li {
    padding: 4px 0px;
    display: inline-block;
    text-align: center;
    list-style: none;
}

.filter-alphabetical ul li a {
    text-transform: uppercase;
    width: 32px;
    height: 32px;
    display: inline-block;
    background: #f4f5f7;
    line-height: 32px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
}

/*----- All Job Components: Like Button ----*/
.toggler {
    color: #e6edf5;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
}

.toggler [type=checkbox]:checked, .toggler [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.toggler input {
    display: none;
}

.toggler input:checked + i {
    color: #ff526c;
}

.toggler input:checked + i.fa-check {
    color: #4caf50;
}

/*-------------- All Job Components: Payment Option Style --------------*/
.panel-default {
    border-color: #eaeff5;
    box-shadow: 0px 0px 10px 0px rgba(88, 96, 109, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(88, 96, 109, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(88, 96, 109, 0.1);
}

.panel-group .panel {
    margin-bottom: 10px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eaeff5;
}

.panel-default > .panel-heading {
    color: #0047ab;
    padding: 14px 15px;
    background-color: #ffffff;
    border-color: #eaeff5;
}

.panel-default > .panel-heading img {
    position: relative;
    max-width: 80px;
    float: right;
    top: -6px;
    max-height: 30px;
}

label {
    font-weight: 500;
}

/*----------- Job Payment Option ------------*/
.payment-box {
    border: 1px solid #eaeff5;
    display: inline-block;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
}

.pay-box-footer {
    padding: 5px;
    display: inline-block;
    width: 100%;
}

/*----------- Employer Detail-------------*/
.emp-detail ul {
    width: 100%;
    display: flex;
}

.emp-detail ul li {
    width: 33.6666%;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
}

.emp-detail ul li span {
    font-size: 35px;
    display: block;
    margin-bottom: 10px;
}

.custom.dropdown {
    margin-bottom: 10px;
}

.custom .dropdown-menu > li > a {
    padding: 10px 15px;
    color: #6c7580;
}

/*==============================================
Job Detail Page Styles
=============================================*/
.detail-section {
    position: relative;
    color: #fff;
    background-size: cover !important;
    background-position: center !important;
    height: 510px;
}

.detail-section .overlay {
    -webkit-backface-visibility: hidden;
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: .4;
    background-color: #242429;
    transition: opacity .3s ease-in-out;
}

.profile-cover-content {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: right;
    z-index: 10;
}

.cover-buttons > ul > li {
    float: left;
    position: relative;
    padding-left: 5px;
    list-style: none;
}

.buttons {
    font-size: 13px;
    font-weight: 400;
    padding: 15px 30px;
    display: inline-block;
    transition: all .2s ease;
    overflow: hidden;
    border-radius: 2px;
    line-height: 16px;
    transition: all .2s ease;
}

.cover-buttons {
    float: right;
}

.cover-buttons .button-outlined, .cover-buttons .button-plain {
    padding: 14px 18px !important;
    font-weight: 400;
}

.cover-buttons .btn-outlined {
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, .5);
}

.cover-buttons .btn-outlined:hover, .cover-buttons .btn-outlined:focus {
    color: #ff7c39;
    background: #ffffff;
    border: 1px solid #ffffff;
}

.cover-buttons .btn-outlined i, .buttons i, .cover-buttons .button-plain i {
    margin-right: 8px;
    font-size: 17px;
}

.job-rating {
    font-size: 16px;
    line-height: 1.2;
}

.job-owner {
    position: absolute;
    min-width: 310px;
    bottom: -50px;
    left: 5%;
}

.job-owner-avater {
    max-width: 80px;
    display: inline-block;
    float: left;
}

.job-owner-detail {
    text-align: left;
    margin-left: 0px;
    padding: 16px 0 8px 90px;
    border-radius: 50px;
    height: 80px;
    background: #ffffff;
    margin-top: 0px;
    border: 1px solid #eef4f9;
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
}

.job-owner-detail h4 {
    margin-bottom: 1px;
    font-size: 17px;
    margin-top: 0;
}

.job-owner-detail span {
    font-size: 13px;
}

/*--------- Job Detail Page: Detail Wrapper ------------------*/
.detail-wrapper {
    width: 100%;
    display: table;
    border-radius: 6px;
    margin-bottom: 40px;
    border: 1px solid #eef4f9;
    background: #ffffff;
}

.white-box {
    background: #ffffff;
    border-radius: 6px;
}

.white-shadow {
    border: 1px solid #eaeff5;
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
}

.detail-wrapper-body {
    padding: 1.5em 1em 1.5em 1.5em;
}

.detail-wrapper-header {
    padding: 1em 1em 1em 1.5em;
    border-bottom: 1px solid #eef4f9;
}

.detail-wrapper-header h4 {
    margin: 0;
}

.detail-list-rating {
    float: left;
    margin-right: 15px;
}

.detail-list-rating i {
    color: #ffc107;
}

span.job-tag {
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 50px;
    top: -3px;
    position: relative;
}

.detail-wrapper-body ul.detail-check {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-table;
}

.detail-wrapper-body ul.detail-check li {
    list-style: none;
    display: inline-block;
    width: 33.333333%;
    padding: 6px 0 5px 30px;
    position: relative;
}

.detail-wrapper-body ul.detail-check li:before {
    width: 19px;
    height: 19px;
    position: relative;
    content: "\F00C";
    font-family: "FontAwesome";
    font-size: 12px;
    color: #ffffff;
    display: inline-block;
    left: 0;
    top: 8px;
    text-align: center;
    line-height: 16px;
    background-color: #ff7c39;
    border: 2px solid transparent;
    transition: border-color 0s;
    border-radius: 4px;
    position: absolute;
    border: 1px solid #eaeff5;
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
}

button.btn.remove-field.light-gray-btn {
    margin-left: 15px;
}

.detail-list {
    margin: 0 0 20px 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.detail-list li {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 0px;
    position: relative;
    padding-left: 23px;
    line-height: 22px;
    margin-bottom: 12px;
    font-size: 14px;
}

.detail-list li::before {
    position: absolute;
    left: 0;
    top: 13px;
    width: 10px;
    height: 1px;
    content: "";
    background: #677782;
}

/*------------- Job Detail Page: Resume Detail Timeline ---------------*/
.edu-history {
    float: left;
    width: 100%;
    display: table;
    position: relative;
    padding-left: 40px;
    margin-bottom: 24px;
    padding-bottom: 0;
}

.edu-history:before {
    position: absolute;
    left: 7px;
    top: 20px;
    width: 2px;
    height: 100%;
    content: "";
    background: #eaeff5;
}

.edu-history:last-child:before {
    display: none;
}

.edu-history > i {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #ff7c39;
    content: "";
    border-radius: 50%;
}

.edu-history.success > i {
    border-color: #0fb76b;
}

.edu-history.danger > i {
    border-color: #f21136;
}

.edu-history.warning > i {
    border-color: #ff9800;
}

.edu-history.info > i {
    border-color: #01b2ac;
}

.detail-info {
    display: table-cell;
    vertical-align: top;
}

.detail-info > h3 {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #ff7c39;
    margin: 0;
    margin-top: 0px;
    margin-top: 10px;
}

.detail-info > i {
    float: left;
    width: 100%;
    font-style: normal;
    font-size: 14px;
    margin-top: 7px;
}

.detail-info > p {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    margin-top: 10px;
}

/*------------ Job Detail Page: Popup Style --------------*/
.modal-content img {
    margin-bottom: 25px;
}

/*----------- Job Detail Page: Sidebar --------------*/
.widget-boxed {
    background-color: #fff;
    border-radius: 6px;
    padding: 0 12px 32px 12px;
    transform: translate3d(0, 0, 0);
    z-index: 1;
    margin-bottom: 35px;
    position: relative;
    border: 1px solid #eef4f9;
}

.widget-boxed-header {
    padding: 14px 0;
    border-bottom: 1px solid #eaeff5;
}

.widget-boxed-header h4 {
    margin: 0;
}

.widget-boxed-body {
    padding: 0px 0 0;
}

.widget-boxed-body.collapse.in {
    padding: 0px 0 0;
}

.side-list ul {
    margin: 0;
    padding: 0;
}

.side-list ul li {
    list-style: none;
    padding: 10px 5px;
    display: inline-block;
    width: 100%;
}

.jv-side .side-list ul li {
    list-style: none;
    padding: 8px 5px 5px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #eaeff5;
}

.side-list ul.category-list li a {
    color: #707f8c;
}

ul.side-list-inline.social-side li {
    display: inline-block;
    width: auto;
    padding: 10px 0 10px 3px;
}

.side-list ul li span {
    float: right;
}

.side-list ul li:last-child {
    border-bottom: none;
}

ul.side-list-inline.social-side li a i {
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    border-radius: 0.4rem;
    transition: all ease .4s;
    border: 1px solid #eef4f9;
}

ul.side-list-inline.social-side li a :hover, ul.side-list-inline.social-side li a :focus {
    background: #ff7c39;
    color: #ffffff;
}

.widget-boxed-body a.full-width i {
    margin-right: 5px;
}

/*===========================================================
	UI Element Style
============================================================*/
/*-------------- UI Element Style: Testimonial Style ------------------------*/
.testimonial-detail {
    padding: 40px;
    border-radius: 6px;
    margin-bottom: 40px;
    position: relative;
    margin: 20px 50px;
    box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
    -webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
}

.testimonial-detail .pic {
    position: absolute;
    top: -10px;
    left: -10px;
}

.testimonial-detail h3.user-testimonial-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.testimonial-detail .user-description {
    line-height: 1.7;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Josefin Sans', sans-serif;
    font-style: italic;
}

.testimonial-detail .client-rating {
    position: absolute;
    top: 20px;
    right: 20px;
}

.testimonial-detail .client-rating i {
    font-size: 12px;
    color: #ff7c39;
}

.slick-initialized .slick-slide:focus {
    outline: none;
}

/*------------ UI Element Style: Accordion 1 -------*/
.style-1#accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 10px;
}

.style-1#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 10px;
}

.style-1#accordion .panel-title a {
    display: block;
    padding: 15px 35px;
    font-size: 20px;
    font-weight: 600;
    color: #0047ab;
    background: #ffffff;
    border: none;
    position: relative;
    transition: all 0.3s ease 0s;
    border: 1px solid #eaeff5;
}

.style-1#accordion .panel-title a:after,
.style-1#accordion .panel-title a.collapsed:after {
    content: "\F068";
    font-family: fontawesome;
    width: 32px;
    height: 32px;
    line-height: 25px;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    font-size: 14px;
    color: #ff7c39;
    border: 4px solid #eaeff5;
    position: absolute;
    top: 10px;
    left: -20px;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
}

.style-1#accordion .panel-title a.collapsed:after {
    content: "\F067";
}

.style-1#accordion .panel-title a:hover:after,
.style-1#accordion .panel-title a.collapsed:hover:after {
    transform: rotate(360deg);
}

.style-1#accordion .panel-body {
    padding: 15px 25px;
    background: #fff;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 25px;
    border-top: none;
    position: relative;
}

/*------------ UI Element Style: Accordion 2 -------*/
#accordion2 .panel {
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 10px;
}

#accordion2 .panel-heading {
    padding: 0;
    border: none;
    border-radius: 10px;
}

#accordion2 .panel-title a {
    display: block;
    padding: 15px 35px;
    font-size: 20px;
    font-weight: 600;
    color: #0047ab;
    background: #ffffff;
    border: none;
    position: relative;
    transition: all 0.3s ease 0s;
    border: 1px solid #eaeff5;
}

#accordion2 .panel-title a:after,
#accordion2 .panel-title a.collapsed:after {
    content: "\F068";
    font-family: fontawesome;
    width: 32px;
    height: 32px;
    line-height: 25px;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    font-size: 14px;
    color: #ff7c39;
    border: 4px solid #eaeff5;
    position: absolute;
    top: 10px;
    left: -20px;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
}

#accordion2 .panel-title a.collapsed:after {
    content: "\F067";
}

#accordion2 .panel-title a:hover:after,
#accordion2 .panel-title a.collapsed:hover:after {
    transform: rotate(360deg);
}

#accordion2 .panel-body {
    padding: 15px 25px;
    background: #fff;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 25px;
    border-top: none;
    position: relative;
}

#accordion2.panel-group.style-2 .panel-title a.collapsed {
    color: #ffffff;
    background: #ff7c39;
}

@media (max-width: 1600px) {
    .category-box-content {
        bottom: 95px;
    }

    .category-box-btn {
        left: 32px;
        right: auto;
    }
}

/*------------ UI Element Style: Tab -------*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom-color: transparent;
}

.tab-content > .tab-pane {
    padding: 0 1em;
}

/*------------ UI Element Style: Tab Style 1 -------*/
.tab.style-1 {
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #eaeff5;
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
}

.tab.style-1 .nav-tabs {
    position: relative;
    border-bottom: 0 none;
    background: #fff;
    border: 1px solid #eaeff5;
}

.tab.style-1 .nav-tabs li {
    text-align: center;
    margin-right: 0;
}

.tab.style-1 .nav-tabs li a {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 30px;
    background: #fff;
    margin-right: 0;
    border-radius: 0;
    border: none;
    border-right: 1px solid #eaeff5 !important;
    position: relative;
    transition: all 0.5s ease 0s;
}

.tab.style-1 .nav-tabs li:last-child a,
.tab.style-1 .nav-tabs li:last-child.active a,
.tab .nav-tabs li:last-child a:hover {
    border-right: 1px solid #eaeff5;
}

.tab.style-1 .nav-tabs li a:hover,
.tab.style-1 .nav-tabs li.active a {
    color: #ff7c39;
    border-bottom: 2px solid #ff7c39;
}

.tab.style-1 .tab-content {
    font-size: 14px;
    padding: 20px 10px;
    margin-top: 10px;
}

.tab.style-1 .tab-content h3 {
    font-size: 24px;
    margin-top: 0;
}

@media only screen and (max-width: 480px) {
    .tab.style-1 .nav-tabs li {
        width: 100%;
        border-right: 1px solid #ddd;
        margin-bottom: 8px;
    }

    .tab.style-2 .nav-tabs li {
        width: 100%;
        border-right: 1px solid #ddd;
        margin-bottom: 8px;
    }
}

/*------------ UI Element Style: Tab Style 2 -------*/
.tab.style-2 {
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #eaeff5;
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
}

.tab.style-2 .nav-tabs li a {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 30px;
    background: #fff;
    margin-right: 0;
    border-radius: 0;
    border: none;
    border-right: 1px solid #eaeff5;
    position: relative;
    transition: all 0.5s ease 0s;
}

.tab.style-2 .nav-tabs li a:hover, .tab.style-2 .nav-tabs li.active a {
    color: #ffffff;
    border-bottom: 2px solid #ff7c39;
    background: #ff7c39;
}

/*------------- UI Element Style: Features Box --------------------*/
.features-box {
    margin-bottom: 30px;
    padding: 25px 20px;
    border-radius: 6px;
    box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
    -webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
}

.features-box h4 {
    font-size: 17px;
    margin-bottom: 10px;
}

.features-box i {
    font-size: 35px;
    margin-bottom: 15px;
}

/*-------------- UI Element Style: Newsletter Style ----------------*/
.newsletter {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}

.newsletter-box {
    padding: 40px 0;
}

.newsletter-box .input-group {
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 50px;
    padding: 5px 10px;
    box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
    -webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
}

.newsletter-box .input-group .form-control {
    height: 60px;
    border: none;
    box-shadow: none;
    background: transparent;
}

.newsletter-box .input-group .input-group-addon {
    border: none;
    font-size: 18px;
    background: transparent;
}

.newsletter-box .btn {
    padding: 18px 35px;
}

/*--------------- UI Element Style: Log Style -------------------*/
.log-box {
    max-width: 700px;
    margin: 0px auto;
    padding: 40px;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
    -webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
}

.log-box img {
    margin: 20px auto;
}

.log-form {

}

.log-form label {
    font-weight: 500;
}

.log-form .form-control {
    background: transparent;
}

.log-option {
    text-align: center;
    margin: 30px 0 20px 0;
    border-top: 1px solid #eaeff5;
}

.log-option span {
    background: #ffffff;
    width: 40px;
    height: 40px;
    border: 1px solid #eaeff5;
    display: inline-block;
    line-height: 40px;
    border-radius: 50%;
    top: -20px;
    position: relative;
}

.log-btn {
    border: 2px solid #eaeff5;
    padding: 14px 15px;
    border-radius: 2px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    transition: all ease 0.4s;
}

.log-btn i {
    margin-right: 10px;
}

.fb-log-btn {
    color: #4167b2;
    border-color: #4167b2;
}

.fb-log-btn:hover, .fb-log-btn:focus {
    background: #4167b2;
    color: #ffffff;
}

.gplus-log-btn {
    color: #eb5425;
    border-color: #eb5425;
}

.gplus-log-btn:hover, .gplus-log-btn:focus {
    background: #eb5425;
    color: #ffffff;
}

/*-------------- UI Element Style: Advance nav tab Style --------------*/
.nav.nav-tabs.nav-advance {
    background: #0047ab;
    border-radius: 4px;
    padding: 8px 4px;
    max-width: 410px;
    margin: 0px auto 10px auto;
}

.modal-body .nav.nav-tabs.nav-advance {
    margin-bottom: 30px;
}

.nav-tabs.nav-advance > li {
    width: 50%;
    text-align: center;
    padding: 0 4px;
}

.nav-tabs.nav-advance > li > a {
    background: transparent;
    color: #ffffff;
    padding: 14px 15px;
    font-weight: 500;
    border-radius: 4px;
    border: none;
}

.nav-tabs.nav-advance > li.active > a, .nav-tabs.nav-advance > li > a:hover, .nav-tabs.nav-advance > li > a:focus {
    background: #ffffff !important;
    color: #ff7c39;
}

.nav-tabs.nav-advance > li > a i {
    margin-right: 10px;
}

.tab-content > .tab-pane {
    display: none !important;
}

.tab-content > .active {
    display: block !important;
}

/*------------------- UI Element Style: Signle Tag Style -----------------*/
.tag-sec {
    background-size: cover !important;
    background-position: center !important;
    position: relative
}

.tag-sec::before {
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #1a2135;
    opacity: 0.8;
}

.tag-content {
    text-align: center;
    position: relative;
    padding: 50px 0
}

.tag-content img {
    margin: 10px auto;
    display: table;
    max-width: 220px
}

.tag-content h2 {
    font-weight: 600;
    color: #fff
}

.tag-content p {
    color: #fff;
    font-size: 16px;
    line-height: 1.88
}

body .tag-content a {
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    margin: 30px 0 0;
    transition: all ease .4s
}

.tag-content a:focus,
body .tag-content a:hover {
    color: #ff7c39;
    background: #fff;
    border-color: #fff
}

.tag-content a:focus i,
body .tag-content a:hover i {
    color: #ff7c39
}

.tag-content a i {
    margin-left: 7px
}

/*------------- UI Element Style: Pricing Table Style -------------------*/
.pricing {
    background: #f4f5f7;
}

.package-box {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
    padding: 0 0 1em;
    transition: all ease .4s;
    border: 1px solid #f4f5f7;
    box-shadow: 0 0 10px 0 rgba(107, 121, 124, .2);
}

.package-box:focus,
.package-box:hover {
    box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
}

.package-header {
    padding: 25px 0 20px;
    background: #2a3646;
}

.active .package-header {
    background: #ff7c39;
}

.package-header i {
    font-size: 3em;
    color: #8594a9;
}

.active .package-header i {
    color: rgba(255, 255, 255, .7);
}

.package-header h3 {
    font-family: Montserrat, sans-serif;
    color: #7f90a7;
    font-size: 20px;
    font-weight: 500;
}

.active .package-header h3 {
    color: #fff;
}

.package-info ul {
    padding: 0 15px;
    margin: 0;
}

.package-info ul li {
    padding: 10px 0;
    list-style: none;
    border-bottom: 1px solid #f4f5f7;
}

.package-price {
    padding: 20px 0;
}

.package-price h2 {
    color: #2a3646;
    font-weight: 600;
    font-size: 60px;
}

.package-price h2 sub,
.package-price h2 sup {
    font-size: 14px;
    opacity: .7;
}

sup {
    top: -1em;
    font-size: 22px !important;
}

.btn.btn-package {
    background: #ff7c39;
    color: #fff;
    padding: 16px 32px;
    border-radius: 4px;
    margin: 20px auto;
    width: 80%;
}

button.btn.btn-package:focus,
button.btn.btn-package:hover {
    background: #2a3646;
}

/*--------------- UI Element Style: Slick Carousel Style --------------------*/
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}

.slick-prev {
    left: -35px;
}

.slick-next {
    right: -25px;
}

.slick-next:before, .slick-prev:before {
    font-family: FontAwesome;
    font-size: 12px;
    opacity: 1;
    color: #ff7c39;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    background: #fff;
    border: 1px solid #eaeff5;
    transition: all ease .4s;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next:before {
    content: '\F061';
}

.slick-prev:before {
    content: '\F060';
}

/*----------------- UI Element Style: Error Page Style --------------------*/
.error-page {
    text-align: center;
}

.error-page p {
    font-size: 17px;
    text-transform: initial;
}

.error-page i {
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto;
    background: #ffffff;
    line-height: 100px;
    font-size: 45px;
    color: #f21136;
    border-radius: 50%;
    border: 1px solid #ffcad3;
    box-shadow: 0px 0px 10px 1px rgb(255, 180, 193);
    -webkit-box-shadow: 0px 0px 10px 1px rgb(255, 180, 193);
    -moz-box-shadow: 0px 0px 10px 1px rgb(255, 180, 193);
}

/*--------------- UI Element Style: Notify----------------*/
.notice {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 2px;
    border: 1px solid #eaeff5;
    border-left: 6px solid #838992;
    box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
    -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
    -moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08)
}

.notice-sm {
    padding: 10px;
    font-size: 80%
}

.notice-lg {
    padding: 35px;
    font-size: large
}

.notice-success {
    border-left-color: #74ba28
}

.notice-success > strong {
    color: #74ba28
}

.notice-info {
    border-left-color: #1db4bd
}

.notice-info > strong {
    color: #1db4bd
}

.notice-warning {
    border-left-color: #fea911
}

.notice-warning > strong {
    color: #fea911
}

.notice-danger {
    border-left-color: #eb344f
}

.alert-success {
    color: #74ba28;
    background-color: #e6ffcb;
    border-color: #d4f9ac
}

.alert-info {
    color: #4dccd3;
    background-color: #d0fdff;
    border-color: #b2fbff
}

.alert-warning {
    color: #ffbc44;
    background-color: #fff6e5;
    border-color: #ffe2ae
}

.alert-danger {
    color: #ff526c;
    background-color: #ffe5e9;
    border-color: #ffa7b4
}

.close {
    opacity: .8
}

/*================================================
Blog Page Style
===================================================*/

/*---------- Blog Style In Grid ----------*/
.blog-box {
    border: 1px solid #eaeff5;
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    margin-top: 30px;
    border-radius: 6px;
    overflow: hidden;
    transition: all ease 0.4s;
}

.blog-grid-box-img {
    height: 250px;
    max-height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.blog-grid-box-content {
    padding: 20px 15px;
}

.blog-box:hover, .blog-box:focus {
    box-shadow: 0 10px 30px 0 rgba(58, 87, 135, 0.15);
}

.blog-avatar {
    display: table;
    margin: -58px auto 0 auto;
}

.blog-avatar.text-center img {
    max-width: 70px;
    border-radius: 50%;
    margin: 0 auto;
    border: 4px solid rgba(255, 255, 255, 1);
    margin-bottom: 5px;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
}

/*---------- Blog Detail --------------*/
.short-blog {
    padding: 0;
    margin-bottom: 2em;
    border: 1px solid #d6e3ec;
}

figure.img-holder {
    position: relative;
}

.blog-post-date {
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 5px 30px;
    border-radius: 2px;
    color: #ffffff;
    text-transform: capitalize;
}

.blog-content {
    padding: 40px 25px;
    font-size: 15px;
    line-height: 1.8;
    color: #636d75;
}

.post-meta {
    font-size: 18px;
    font-family: initial;
}

.full-blog {
    /* border:1px solid #e0ecf5; */
}

.full-blog .blog-content {
    padding: 40px 25px 20px 25px;
}

.blog-footer-social {
    padding: 10px 0 0 0;
    border-top: 1px solid #e0ecf5;
    margin-top: 20px;
}

ul.list-inline.social {
    padding: 0;
    margin: 0;
    float: none;
    display: inline-block;
}

ul.list-inline.social li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}

ul.list-inline.social li i {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #e0ecf5;
    color: #71818e;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    transition: all ease-in-out 0.4s;
}

ul.list-inline.social li i:hover, ul.list-inline.social li i:focus {
    background: #eff2f5;
}

/*---------- Blogs Comment Style ----------*/
.comments {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 40px;
    border: 1px solid #eef4f9;
}

.comments-title {
    padding: 1em 1em 1em 1.5em;
    border-bottom: 1px solid #eaeff5;
}

.comments-title h4 {
    margin: 0;
}

.single-comment {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-left: 80px;
    margin-top: 10px;
    padding-right: 15px;
}

.single-comment .single-comment {
    padding-left: 80px;
}

.single-comment .img-holder {
    left: 12px;
    border-radius: 50%;
    overflow: hidden;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
}

.single-comment .text-holder {
    border: 1px solid #eaeff5;
    padding: 20px;
}

.single-comment .text-holder .top {
    margin: 0 0 8px;
    overflow: hidden;
}

.rating.pull-right li {
    list-style: none;
    display: inline-block;
}

.rating.pull-right li i {
    font-size: 13px;
    margin-right: 3px;
    color: #636d75;
}

.rating.pull-right li i.active {
    color: #07b107;
}

.comments-form textarea.form-control {
    height: 150px;
}

.comments-form form {
    margin: 10px -15px;
}

/*------------ Blog Sidebar -------------*/
.side-list ul.side-blog-list li {
    display: flex;
    padding: 10px 5px 10px 5px;
    align-items: center;
}

.blog-list-img {
    display: inline-block;
    width: 55px;
    max-width: 55px;
    overflow: hidden;
    height: 55px;
    border-radius: 4px;
    position: relative;
    margin: 0 10px 0 0;
    vertical-align: text-bottom;
}

.blog-post-meta {
    font-size: 90%;
}

.side-list .blog-post-meta span {
    float: none;
}

/*============================================
Icons Style
=============================================*/
.nav-tabs {
    border: 1px solid #e8ebef;
    border-left: none;
    border-right: none;
}

.nav-tabs-custom .nav-tabs > li > a:hover {
    border-color: #e8ebef #e8ebef #e8ebef;
    background: #e8ebef;
    border-radius: 0;
}

.nav-tabs-custom {
    border-right: 1px solid #e8ebef;
    border-left: 1px solid #e8ebef;
    border-bottom: 1px solid #e8ebef;
}

.nav-tabs > li > a {
    border-radius: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #e8ebef;
    border: none;
    border-bottom-color: transparent;
}

.fontawesome-icon-list .col-md-3.col-sm-4 {
    padding: 10px 10px;
}

.bs-glyphicons li {
    width: 24.5%;
    height: 115px;
    padding: 10px;
    margin: 0 -1px -1px 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #e8edef;
    display: inline-block;
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

.icon-container {
    width: 240px;
    padding: .7em 0;
    float: left;
    position: relative;
    text-align: left;
}


/*=======================================================
	Footer Style
=======================================================*/
.footer {
    padding: 50px 0 0px 0;
    border-top: 1px solid #f6f7f9;
}

.footer h4 {
    font-size: 15px;
    color: #ff7c39;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.footer ul {
    padding: 0;
    margin: 0;
}

.footer ul li {
    padding: 0;
    list-style: none;
}

.footer ul li a {
    font-size: 13px;
    line-height: 1.5;
    color: #455377;
    opacity: 0.8;
    display: block;
    font-weight: 500;
    margin-bottom: 15px;
    transition: all ease 0.4s;
}

.footer ul li a:hover, .footer ul li a:focus {
    opacity: 1;
}

.footer .f-social-box {
    margin-top: 30px;
    margin-bottom: 25px;
}

.footer .f-social-box ul li, .footer .f-app-box ul li {
    display: inline-block;
}

.footer .f-social-box ul li a {
    opacity: 1;
}

.footer .f-social-box ul li a i {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #dce1e6;
    transition: all ease 0.4s;
}

.footer .f-social-box ul li a i:hover, .footer .f-social-box ul li a i:focus {
    background: #ff7c39;
    color: #ffffff !important;
    border-color: #ff7c39;
}

.footer .f-app-box ul li a {
    font-size: 18px;
    opacity: 0.6;
    margin-right: 10px;
    padding: 12px 22px;
    border-radius: 4px;
    margin-bottom: 5px;
    border: 1px solid #dce1e6;
    transition: all ease 0.4s;
}

.footer .f-app-box ul li a i {
    font-size: 22px;
    margin-right: 10px;
}

footer .input-group {
    border: 1px solid #dce1e6;
    border-radius: 2px;
}

footer.footer .input-group-btn .btn {
    color: #ff7c39;
}

footer input.form-control, footer .btn.btn-default, footer input.form-control:hover, footer .btn.btn-default:hover, footer input.form-control:focus, footer .btn.btn-default:focus {
    height: 50px;
    border: none;
    background: transparent;
}

.copyright {
    padding: 30px;
    margin-top: 40px;
}

.copyright p {
    font-size: 94%;
}

/*----------- Dark Footer ----------------*/
.footer.dark-bg {
    border: none;
}

.footer.dark-bg h4 {
    color: #ffffff;
}

.footer.dark-bg ul li a {
    color: #8599b3;
}

footer.dark-bg .input-group {
    border: 1px solid #47586d;
}

footer.dark-bg input.form-control, footer.dark-bg .btn.btn-default, footer.dark-bg input.form-control:hover, footer.dark-bg .btn.btn-default:hover, footer.dark-bg input.form-control:focus, footer.dark-bg .btn.btn-default:focus {
    color: #ffffff;
}

.footer.dark-bg .f-social-box ul li a i {
    border: 1px solid #47586d;
}

.footer.dark-bg .f-app-box ul li a {
    border: 1px solid #47586d;
}

.footer.dark-bg .copyright {
    border-top: 1px solid #212b3a;
}


/*=================================================================
	Dashboard Style
================================================================*/
/*-------------------- Dashboard Style: Dashboard-----------------*/
.dashboard {
    padding-top: 70px !important;
    position: relative;
    overflow: hidden;
}

.dashboard .form-control {
    background: #eceff5;
    border: 1px solid #eceff5;
}

.dashboard-bg {
    background: #131b24;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    padding: 0;
}

#dashboard-menu li > a {
    padding: 12px 15px;
    color: #7e8d9e;
    transition: all ease 0.4s;
    border-bottom: 1px dashed #19232e;
}

#dashboard-menu li > a i {
    margin-right: 10px;
}

#dashboard-menu li.active > a {
    color: #ffffff;
}

#dashboard-menu li > a:hover, #dashboard-menu li > a:focus {
    background: #19232e;
    color: #ffffff;
}

#dashboard-menu li ul {
    background: #1f2b38;
}

#dashboard-menu li ul li a {
    padding-left: 25px;
    font-size: 13px;
}

.dashboard-title {
    margin: 0;
    padding: 5px 0;
    font-size: 22px;
    font-weight: 600;
}

div#profile-div {
    overflow: hidden;
    max-width: 302px;
}

label {
    font-weight: 500;
}

.arrow {
    float: right;
    line-height: 20px;
}

.fa.arrow:before {
    content: "\F104";
}

.active > a > .fa.arrow:before {
    content: "\F107";
}

@media (min-width: 768px) {
    .sidebar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}

.navbar-nav > li.dash-link > a {
    font-weight: 600 !important;
}

.navbar-nav > li.dash-link > a img {
    margin-right: 12px;
}

/*---------- Dashboard Style: Common ----------*/
.tr-single-box {
    background: #ffffff;
    display: block;
    border-radius: 2px;
    border: 1px solid #f0f3f7;
    margin-bottom: 30px;
}

.tr-single-header {
    width: 100%;
    border-bottom: 1px solid #f3f4f7;
    padding: 12px 25px 12px;
}

.dashboard-title {
    margin: 0;
    padding: 5px 0;
    font-size: 22px;
    font-weight: 600;
}

.tr-single-body {
    width: 100%;
    padding: 15px 25px 25px;
}

/*--------- New & Modern CSS -------------------*/
.image-bg {
    background-size: cover !important;
    background-position: center !important;
}

.light-text:not(.dark-text) *:not(a) {
    color: #fff;
}

.image-bg .employer-widget {
    margin: 0 0px 20px;
}

.count-box .count {
    font-size: 5em;
    letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
}

.count-box h5 {
    font-size: 18px;
}

/*============================================
New Styles
=========================================*/
.widget-boxed.lg {
    padding: 2rem 12px;
}

.map-searches fieldset .form-control, .map-searches fieldset .seub-btn, .map-searches fieldset select.selectpicker {
    width: 100%;
    padding: 4px 15px;
    margin-bottom: 12px;
    border-radius: 0;
    height: auto;
    line-height: 1.5;
    font-size: 15px;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    background: #ffffff;
}

.map-searches fieldset .seub-btn {
    justify-content: center;
}

.map-searches .icon-addon.addon-lg i {
    top: 14px;
}

.widget-boxed-body.map-searches .icon-addon.addon-lg i {
    top: 8px;
}

.map-searches fieldset select.selectpicker:focus, .map-searches fieldset .form-control:focus, .map-searches fieldset .seub-btn:focus,
.map-searches fieldset select.selectpicker:hover, .map-searches fieldset .form-control:hover, .map-searches fieldset .seub-btn:hover {
    outline: none;
    box-shadow: none;
}

.map-searches .home-form-1 {
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom: 0px;
}

/*----------- Map Job Box Style -------------*/
.map-job-box {
    text-align: left;
    padding: 2rem;
}

.map-job-box > div {
    margin-bottom: 10px;
    width: 100%;
}

.job-title {
    margin-bottom: 18px !important;
}

.job-title img {
    max-width: 25px;
    float: left;
    margin-right: 10px;
}

.job-title a {
    font-size: 18px;
    font-weight: 600;
}

.job-company i, .job-package i, .job-location i {
    font-size: 16px;
    margin-right: 8px;
    color: #505f7d;
}

.job-company i {
    color: #ef9b0b;
}

.job-package i {
    color: #19af83;
}

.job-location i {
    color: #e23487;
}

.job-company a, .job-package a, .job-location a, .job-package span {
    color: #505f7d;
    font-size: 14px;
}

.job-status {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.job-map-status {
    flex: 1;
}

.map-job-box .jb-name {
    padding: 5px 15px;
    color: #353535;
    margin-left: 0px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    background: #f4f5f7;
}

a.jb-like {
    width: 42px;
    height: 42px;
    display: flex;
    flex-wrap: wrap;
    background: rgba(224, 39, 68, 0.1);
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    color: #e02744;
    font-size: 18px;
    margin-right: 20px;
    transition: all ease 0.4s;
}

a.jb-like:hover, a.jb-like:focus {
    background: rgba(224, 39, 68, 1);
    color: #ffffff;
}

.jb-name.full-time {
    background: rgba(17, 183, 104, 0.1);
    color: #11b768;
}

.jb-name.part-time {
    background: rgba(234, 124, 34, 0.1);
    color: #ea7c22;
}

.jb-name.freelancers {
    background: rgba(21, 130, 236, 0.1);
    color: #1582ec;
}

.jb-name.contract {
    background: rgba(236, 48, 21, 0.1);
    color: #ec3015;
}

/*------------- Map Candidate Search Style ----------*/
.brows-resume.grid-style {
    padding: 3rem 1.5rem;
    border-radius: 8px;
    border: none;
    box-shadow: none;
}

.cnd-thumb-action {
    text-align: center;
}

.item-fl-box {
    width: 100%;
    display: flex;
    align-items: center;
}

.brows-resume.grid-style .item-fl-box {
    display: block;
}

.brows-resume.grid-style .brows-resume-pic {
    width: 80px;
    height: 80px;
    margin: 12px auto;
    margin-right: auto;
}

.brows-resume.grid-style .brows-resume-pic img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.brows-resume.grid-style h4 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
}

.map-popup-wrap .brows-resume span.brows-resume-designation {
    font-size: 13px;
    margin: 4px 0;
}

.cnd-location {
    text-align: center;
}

.brows-resume .brows-resume-location p {
    margin-bottom: 5px;
    font-weight: 400;
    color: #636d75;
    font-size: 16px;
}

.brows-resume .brows-resume-location p i {
    margin-right: 5px;
}

/*---------- Map Styles --------------*/
/*------- Fullscreen Map Section ---------------- */
.scrollContorl {
    position: absolute;
    z-index: 1000;
    bottom: 100px;
    right: 20px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #2F3B59;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
}

.scrollContorl.enabledsroll i:before {
    content: "\F09C";
}

#singleMap {
    width: 100%;
    position: relative;
    height: 300px;
    float: left;
    margin-bottom: 30px;
}

.box-widget #singleMap {
    margin-bottom: 10px;
}

.mapzoom-in, .mapzoom-out {
    position: fixed;
    z-index: 100;
    top: 50%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    line-height: 40px;
    margin-top: -20px;
    text-align: center;
    background: #2b4db9;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
    -webkit-transform: translate3d(0, 0, 0);
}

#singleMap .mapzoom-in, #singleMap .mapzoom-out, .home-map .mapzoom-in, .home-map .mapzoom-out, .fw-map .mapzoom-in, .fw-map .mapzoom-out {
    position: absolute;
    right: 20px;
}

.map-container.column-map.right-pos-map .mapzoom-in, .map-container.column-map.right-pos-map .mapzoom-out {
    right: 30px;
}

.map-container.column-map.left-pos-map .mapzoom-in, .map-container.column-map.left-pos-map .mapzoom-out {
    left: 30px;
}

.mapzoom-in:before, .mapzoom-out:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\F068";
}

.mapzoom-in:before {
    content: "\F067";
}

.mapzoom-in {
    margin-top: -80px;
}

.mapnavigation {
    position: absolute;
    bottom: 50px;
    right: 7px;
    z-index: 30;
    width: 170px;
}

.mapnavigation a {
    width: 70px;
    padding: 8px 0;
    border-radius: 4px;
    color: #fff;
    float: left;
    margin-left: 10px;
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.4);
}

.mapnavigation a, .mapzoom-in:hover, .mapzoom-out:hover {
    background: #2F3B59;
}

.cluster img {
    display: none
}

.cluster {
    width: 40px !important;
    height: 40px !important;
}

.cluster div {
    text-align: center;
    font-size: 15px !important;
    color: #fff ! important;
    background: #2b4db9;
    font-weight: 600;
    border-radius: 100%;
    width: 40px !important;
    height: 40px !important;
    line-height: 38px !important;
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1);
    transition: all 100ms 3 inear;
    -webkit-animation: cluster-animation 1.5s infinite;
    animation: cluster-animation 1.5s infinite;
}

.cluster div:hover {
    background: #fd5332;
}

@-webkit-keyframes cluster-animation {
    0%, 100% {
        box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.2);
    }
}

@keyframes cluster-animation {
    0%, 100% {
        box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.2);
    }
}

.map-popup-location-phone, .map-popup-location-info {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}

.map-popup-wrap {
    display: block;
    border-radius: 8px;
    width: 300px !important;
    background: #fff;
    position: relative;
}

.map-popup-wrap .property-listing.property-2 {
    border: none;
    margin-top: 0;
}

.map-popup {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
}

.infoBox-close {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 20px;
    right: 20px;
    color: #2b4db9;
    text-align: center;
    border-radius: 100%;
    z-index: 20;
    background: #f4f5f7;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
    cursor: pointer;
}

.infoBox-close:hover {
    background: #2b4db9;
    color: #ffffff;
}

.map-container .inc-fleat.inc-bath:before, .map-container .inc-fleat.inc-bed:before {
    top: -2px;
}

.list-single-img a {
    position: relative;
    display: block;
}

.list-single-img a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: block;
    background: #1c2746;
    opacity: 0.5;
}

.fs-container {
    height: 100% !important;
    width: 100%;
    position: relative;
    z-index: 4;
    float: left;
    background: #f6fafd;
}

.fs-left-map-box {
    float: left;
}

.fs-container #map-main {
    position: relative;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
    margin-bottom: 0px;
}

.fs-left-map-box .map-container.fw-map {
    width: 40%;
    height: 100%;
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    overflow: hidden;
    top: 0;
}

.home-map.fl-wrap {
    position: relative;
    top: 0;
    left: 0;
    height: 585px;
    width: 100%;
    overflow: hidden;
}

.half-map .fs-inner-container {
    position: relative;
    width: 60%;
    min-height: 100vh;
    z-index: 10;
    float: left;
}

.map-container.fw-map #map-main {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}

.fs-content {
    max-height: 100%;
    overflow: auto;
    padding: 0;
    overflow: visible;
}

.half-map .fs-content {
    padding: 5em 2em 2em;
}

.fs-container section.search {
    padding: 32px 40px 47px 40px;
}

.fs-container .fs-listings {
    padding: 0 25px;
    margin: 0;
}

.fs-switcher {
    padding: 0 25px;
    margin: 0;
}

/* Inner Containers */
.fs-inner-container {
    width: 50%;
    height: 100%;
    float: left;
    display: inline-block;
}

.img-wrap {
    height: 300px;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    margin: 10px 0;
    border-radius: 4px;
}

.img-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #101f4e;
    opacity: 0.4;
    z-index: 11;
    transition: 0.3s ease-out;
}

.img-wrap-content {
    position: absolute;
    z-index: 55;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    transform: translate(0, -50.5%);
}

.img-wrap-content h4 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    margin: 0;
}

.img-wrap-content span {
    font-size: 16px;
    color: #fff;
}

.img-wrap-background {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.55s;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: transform 0.35s ease-out;
}

.home-map.fl-wrap {
    position: relative;
    top: 0;
    right: 0;
    height: 585px;
    width: 100%;
    overflow: hidden;
}

.home-map.fl-wrap .advance-search-container {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: +33;
    transition: all 0.4s;
    max-width: 1170px;
    margin: 0 auto !important;
    width: 100%;
    right: 0;
}

.map-container {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.input-with-icon .form-control, .input-with-shadow .form-control, .input-with-shadow .select2-container, .input-with-icon .select2-container {
    border: none;
    border-radius: 5px;
    padding-left: 45px;
    height: 60px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 0 6px 1px rgba(62, 28, 131, 0.1);
    -webkit-box-shadow: 0 0 6px 1px rgba(62, 28, 131, 0.1);
}

#signup .input-with-icon .form-control, #signup .input-with-shadow .form-control, #signup .input-with-shadow .select2-container, #signup .input-with-icon .select2-container,
.new-logwrap .input-with-icon .form-control, .new-logwrap .input-with-shadow .form-control, .new-logwrap .input-with-shadow .select2-container, .new-logwrap .input-with-icon .select2-container {
    border: none;
    border-radius: 5px;
    padding-left: 45px;
    height: 50px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: none;
    -webkit-box-shadow: none;
}


.half-map .input-with-icon .form-control, .half-map .input-with-shadow .form-control, .half-map .input-with-shadow .select2-container, .half-map .input-with-icon .select2-container {
    border: none !important;
}


.statistic-item {
    margin-bottom: 20px;
    border: 1px solid #e9eef3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 13px 20px;
    background-color: #fff;
}

.flex-middle {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}

.statistic-item .icon {
    font-size: 30px;
}

.statistic-item .text {
    padding-left: 15px;
}

.statistic-item .number {
    font-size: 16px;
    color: #222;
    padding-right: 5px;
}

.job-detail-statistic {
    margin-bottom: 15px;
    margin-top: 15px;
    border: 1px solid #e9eef3;
    padding: 15px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.09);
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.job-detail-statistic .statistic-item {
    margin: 0;
    border: none;
    border-right: 1px solid #e9eef3;
}

.job-detail-statistic .statistic-item {
    padding-right: 20px;
    padding-left: 20px;
}

.job-detail-statistic .statistic-item:last-child {
    border: none;
}

h4.modal-title.light {
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
}

.modal-header {
    color: #fff;
    background: #f16e8e;
    padding: 20px 15px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-bottom: none;
}

label {
    font-size: 13px;
    font-weight: 600;
    color: #495677;
}

.dapply-job-form .form-group {
    margin-bottom: 10px;
}

.simple-list-sshare {
    margin: 0;
    padding: 0;
}

.simple-list-sshare li {
    margin-right: 8px;
    margin-bottom: 5px;
    list-style: none;
    display: inline-block;
}

.simple-list-sshare li a {
    background: #e9f0f9;
    width: 42px;
    height: 42px;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    border-radius: 50px;
    color: #6e7a8a;
}

.flt-result {
    width: 100%;
    display: flex;
    background: #ffffff;
    padding: 10px 15px;
    border-radius: 4px;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #eef1f5;
    margin-bottom: 20px;
}

.flt-result.mb-4 {
    margin-bottom: 3rem;
}

.flt-result-num {
    flex: 1;
}

.flt-result-num h4 {
    margin: 0;
    font-size: 15px;
}

.flt-change-layout {
    display: inherit;
}

.flt-change-layout a {
    background: #f4f5f7;
    color: #637280;
    padding: 12px 15px;
    border-radius: 2px;
    line-height: 1;
    margin: 0 3px;
}

.flt-change-layout a.active {
    background: rgba(17, 183, 25, 0.1);
    color: #11b719;
}

.theme-cl, .input-with-icon .theme-cl {
    color: #11b719;
}

button.btn.submit-btn.ft-search {
    background: #11b719;
    border-color: #11b719;
    color: #ffffff;
    height: 60px;
}

.brows-resume.grid-style:hover .br-resume span, .brows-resume.grid-style:focus .br-resume span {
    background: #11b719;
}


/*------------ New Updated 5 Feb 2020 ----------------*/
.shadow-form .home-form-1 {
    margin-top: 20px;
    background: rgb(251, 253, 255);
    padding: 6px 6px;
    border-radius: 2px;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 9px 6px 0px rgb(87, 94, 103, 0.2);
}

.shadow-form .form-control:hover, .shadow-form .form-control:focus {
    box-shadow: none;
    outline: none;
}

.wj-featured-list {
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 500;
    padding: 2.5rem 0;
}

.wj-featured-list-thumb {
    align-items: center;
    width: 110px;
    height: 110px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    flex: 1;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.07);
}

.wj-featured-list-thumb img {
    max-width: 95px;
}

.wj-featured-list-detail {
    padding-left: 3rem;
    flex: 4;
}

.wj-featured-list-title {
    margin-bottom: 12px;
}

.wj-featured-list-detail ul {
    padding: 0;
    margin: 0;
}

.wj-featured-list-detail ul li {
    list-style: none;
    display: inline-block;
    margin-right: 2rem
}

.wj-featured-list-detail ul li:last-child {
    margin-right: 0;
}

.wj-featured-list-detail ul li i {
    margin-right: 7px;
    font-weight: 500;
}

.wp-featured-head {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wp-featured-head-thumb {
    width: 50px;
    overflow: hidden;
}

.wp-featured-head-title {
    padding-left: 1rem;
}

.wp-featured-head-title h4 {
    font-size: 16px;
    margin-bottom: 1px;
}

.wp-featured-head-title span {
    font-weight: 500;
    color: #465d7d;
    font-size: 13px;
}

.wp-featured-middle {
    width: 100%;
    padding: 1.5rem 0;
}

.wp-featured-middle ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.wp-featured-middle ul li {
    list-style: none;
    flex: 0 0 50%;
    width: 50%;
    float: left;
    padding: 0.6rem 0;
    font-weight: 500;
}

.wp-featured-middle ul li i {
    margin-right: 8px;
}

.find-wrap {
    padding: 5rem 2rem;
    text-align: center;
}

.find-wrap h4 {
    font-size: 3rem;
}

.find-wrap i.ico {
    font-size: 4em;
}

a.btn.btn-black {
    background: black;
    color: #ffffff;
    border-color: #000000;
}

.find-wrap a.btn {
    text-transform: capitalize;
    font-size: 16px;
    padding: 1rem 2rem;
    margin-top: 1rem;
}

.find-wrap a.btn i {
    margin-left: 1rem;
}

.featured-short-employer.employer-thumb {
    padding: 0;
    margin: 3rem 0 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.small-featured-employers {
    display: inline-block;
    width: auto;
    padding: 0.5rem 2rem 0.5rem 0.8rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.none-trans .small-featured-employers {
    background: transparent;
}

.employer-thumb .small-featured-employers img {
    width: 100px;
    max-width: 100px;
}

.employer-thumb .small-featured-employers {
    padding: 0rem 2rem 0.5rem 0.8rem
}

.light-featured .small-featured-employers {
    background: rgba(255, 255, 255, 1);
}

.small-featured-employers-text {
    font-weight: 600;
    line-height: 1.4;
    color: #2d4767;
    margin-right: 1rem;
}

.small-featured-employers-text.light {
    font-weight: 600;
    line-height: 1.4;
    color: #ffffff;
    margin-right: 1rem;
}

.featured-employers-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.featured-employers-thumb {
    max-width: 35px;
    margin-right: 10px;
    overflow: hidden;
    background: #ffffff;
    border-radius: 50%;
}

.featured-employers-caption h4 {
    font-size: 15px;
    margin-bottom: 0px;
    color: #ffffff;
    line-height: 1;
    margin-top: 4px;
}

.light-featured .featured-employers-caption h4 {
    color: #2d4767;
}

.featured-employers-caption span {
    font-size: 12px;
    font-weight: 600;
    color: white;
}

.featured-short-employer {
    padding: 0;
    margin: 1rem 0 0;
    display: inline-block;
    width: 100%;
}

.featured-short-employer li {
    list-style: none;
    display: inline-block;
    margin-right: 1rem;
}

/*img.image-cover {*/
/*    max-width: 650px;*/
/*    position: absolute;*/
/*    right: 5%;*/
/*    bottom: 0;*/
/*}*/
img.image-cover {
    max-width: 100%;
    height: 667px;
    position: absolute;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
}

ul.wup-pp-category {
    padding: 0;
    margin: 1.5rem 0 0;
    display: inline-block;
    width: 100%;
}

ul.wup-pp-category li {
    padding: 10px 7px;
    margin: 0;
    display: inline-block;
    list-style: none;
}

ul.wup-pp-category li a {
    padding: 8px 20px;
    background: rgb(247, 221, 198);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
}

ul.wup-pp-category li a:hover, ul.wup-pp-category li a:focus {
    background: #ff7d00;
    color: #ffffff;
}

/*---------- Video Box -----------*/
.imagebg.border--round {
    overflow: hidden;
}

.bg-img-holder {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
    width: 100%;
    background: #252525;
}

.bg-img-holder img {
    display: none;
}

.pos-vertical-center {
    position: relative;
}

.video-play-icon {
    width: 6.42857143em;
    height: 6.42857143em;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    display: inline-block;
    border: 2px solid #ffffff;
    cursor: pointer;
    line-height: 6em;
    background: #ffffff;
    box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2);
}

.video-play-icon a {
    font-size: 3em;
    color: #3389ff;
}

.ht-100, .ht-90, .ht-80, .ht-70, .ht-60, .ht-50, .ht-40, .ht-30, .ht-20, .ht-10 {
    height: auto;
    padding: 200px 0;
    overflow: hidden;
    border-radius: 1rem;
}

.justify-content-center {
    justify-content: center !important;
    display: flex;
    flex-wrap: wrap;
}

.imagebg[data-overlay]:before {
    z-index: 1;
}

/*---------- Testimonials ----------*/
.testimonial-wrap {
    padding: 30px 25px;
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    color: #707f8c;
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}

.testimonial-wrap p {
    color: #707f8c;
}

.testimonial-wrap.style-2 .client-thumb-box {
    margin-bottom: 25px;
    display: table;
    width: 100%;
}

.client-thumb-content {
    display: table-cell;
    vertical-align: middle;
}

.client-thumb {
    position: relative;
    max-width: 80px;
    margin-right: 20px;
    border-radius: 50%;
    border: 5px solid rgba(45, 45, 45, 0.1);
    padding: 5px;
    float: left;
}

.testimonial-wrap.style-2 .client-thumb-content h5 {
    margin-top: 5px;
}

.testimonial-wrap .rating span {
    color: #FF9800;
    font-size: 13px;
}

.home-side {
    padding: 2rem;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #eef4f9;
    border-radius: 0.7rem;
}

/*----------- App Tag Design -----------*/
.patternbg {
    position: relative;
}

.patternbg:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;

    height: 100%;
}

.tag-app {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background-size: cover !important;
    background-position: center !important;
}

.tag-app:before {
    background: linear-gradient(to left, transparent 10%, #ffffff);
    position: absolute;
    content: "";
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    transition: all ease 0.4s;
}

.btn-app-store, .btn-app-store:focus, .btn-app-store:hover {
    background: #1e2a3a;
    color: #ffffff !important;
    position: relative;
    padding-left: 4.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: inline-block;
    font-weight: 500;
    border-radius: 0.5rem;
    border: none;
}

.tag-app .badge {
    padding: 8px 17px;
    border-radius: 50px;
}

.btn-app-store .btn-inner--text {
    display: block;
    font-size: .85rem;
    line-height: .85rem;
    margin-bottom: .125rem;
    text-align: left;
}

.btn-app-store .btn-inner--brand {
    display: block;
    text-align: left;
    font-size: 21px;
    line-height: 21px;
}

.btn-app-store i, .btn-app-store i {
    width: 1em;
    font-size: 2.5rem;
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
}

/*--------- Counter ------------*/
.jb-counters {
    width: 100%;
    display: table;
    margin: 0 auto;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    padding: 2rem 1rem;
    border-radius: 0.5rem;
}

.jb-counters h4 {
    font-size: 5rem;
    margin-bottom: 0px;
}

.jb-counters span {
    font-weight: 500;
}

.jb-counters.theme-bg h4, .jb-counters.theme-bg span {
    color: #ffffff;
}

.jb-counters.theme-bg span {
    opacity: 0.8;
}

/*----------- Highlights Blog Style ----------*/
.verticleblogilist {
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}

.verticleblogilist .signle-vert-blog-item {
    display: flex;
    height: 210px;
    overflow: hidden;
    padding: 0;
    width: 100%;
    transition: all .5s;
}

.verticleblogilist .blog-item {
    flex: 3;
    overflow: hidden;
    min-height: 210px;
}

.blog-shot-img {
    min-height: 220px;
    max-height: 300px;
    height: 100%;
}

.verticleblogilist .verticle-blog-caption {
    flex: 5;
    bottom: 0;
    padding: 0;
    left: 0;
    position: relative;
}

.verticle-blog-caption .blog-shot-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
    padding-right: 50px;
}

.verticle-blog-caption .blog-shot-caption h4 {
    margin: 3px;
}

.bl-info {
    margin-bottom: 1rem;
    width: 100%;
}

.verticle-blog-caption a.bl-cat {
    padding: 6px 20px;
    border-radius: 50px;
    margin-right: 2rem;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
}

.verticle-blog-caption span.bl-date {
    font-size: 12px;
    font-weight: 500;
}

.verticle-blog-caption .blog-shot-caption h4 {
    line-height: 1.5;
    font-size: 17px;
    margin-bottom: 1.5rem;
}

a.rd-more {
    font-weight: 500;
}

p.lgr {
    font-size: 16px;
    line-height: 2;
}

a.default-theme {
    background: #0684fe !important;
}

a.blue-theme {
    background: #0684fe !important;
}

a.green-theme {
    background: #03a82e !important;
}

a.red-theme {
    background: #ef1753 !important;
}

a.purple-theme {
    background: #8857f3 !important;
}

a.cyan-theme {
    background: #02b9b5 !important;
}

a.yellow-theme {
    background: #ff7d00 !important;
}

/*-----------------------------------------
* Theme Name: Listing Hub
* Author: Themez Hub
* Version: 1.0
* Last Change: Dec 27 2017
  Author URI    : http://www.themezhub.com/
 --------------------------------*/
@media only screen  and (min-width: 768px) {
    .emp-detail {
        margin-top: 60px;
    }

    .main-banner .caption {
        margin-top: 4em;
    }

    .heading h2 {
        font-size: 45px;
        margin-bottom: 5px;
    }

    .newsletter-box .btn {
        padding: 18px 35px;
        position: absolute;
        top: 5px;
        right: 22px;
    }

    .freelancer.banner img {
        position: relative;
        top: 5rem;
    }

    .newsletter-box {
        padding: 0;
        box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.8);
        border-radius: 50px;
    }

    .main-banner {
        min-height: 620px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media only screen  and (min-width: 993px) {
    section {
        padding: 3em 0;
    }

    .work-process p {
        font-size: 15px;
        padding: 0 20px;
    }

    .navbar-default .navbar-brand img {
        max-width: 170px;
    }

    .half-box {
        padding: 140px 40px;
    }

    .half-box h2 {
        font-size: 50px;
    }

    .newsletter {
        padding: 100px 0;
    }

    .freelancer.banner h2 {
        font-size: 65px;
    }

    .freelancer.banner .input-group .form-control {
        height: 65px;
    }

    .freelancer.banner .input-group-btn:last-child > .btn, .freelancer.banner .input-group-btn:last-child > .btn-group {
        height: 65px;
    }

    nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-display, nav.navbar.bootsnav.navbar-fixed.no-background .logo-display {
        display: block;
    }

    nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-scrolled, nav.navbar.bootsnav.navbar-fixed.no-background .logo-scrolled {
        display: none;
    }

    nav.navbar.bootsnav.navbar-fixed .logo-display {
        display: none;
    }

}

@media only screen  and (min-width: 1024px) {
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        width: 250px;
    }

    h1 {
        font-size: 46px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 27px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 17;
    }

    h6 {
        font-size: 12;
    }

    /*------------ Custom Font Style --------------*/
    .font-50 {
        font-size: 50px;
    }

    .font-60 {
        font-size: 60px;
    }

    .font-80 {
        font-size: 80px;
    }

    .font-100 {
        font-size: 100px;
    }

    .font-150 {
        font-size: 150px;
    }

    .font-200 {
        font-size: 200px;
    }

    .font-250 {
        font-size: 250px;
    }

    .font-300 {
        font-size: 300px;
    }

    .font-400 {
        font-size: 400px;
    }

    .font-450 {
        font-size: 450px;
    }

    .font-500 {
        font-size: 500px;
    }

    .font-bold {
        font-weight: bold;
    }

    .main-banner h2 {
        font-size: 50px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .main-banner .small h2 {
        font-size: 48px;
        font-weight: 600;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .main-banner p {
        font-size: 17px;
    }

    nav.navbar.bootsnav ul.navbar-right li.dropdown.sign-up ul.dropdown-menu li a {
        text-align: left;
    }

}

@media only screen  and (min-width: 1200px) {
    .main-banner, .freelancer.banner .container {
        height: 100vh;
        min-height: 620px;
    }

}

@media only screen and (max-width: 1023px) and (min-width: 993px) {
    nav.navbar.bootsnav ul.nav > li > a.btn-signup.red-btn {
        padding: 11px 16px;
        margin-top: 4px;
    }

    .navbar-brand {
        float: left;
        height: 50px;
        padding: 5px 15px;
        font-size: 18px;
        line-height: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .verticle-blog-caption .blog-shot-caption h4 {
        font-size: 13px;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {

}

@media screen and (max-width: 1024px) {
    .work-process:before {
        display: none;
    }

    .slick-prev {
        left: 0;
        z-index: 1;
    }

    .slick-next {
        right: 5px;
        z-index: 1;
    }
}

@media screen and (max-width: 1023px) {
    .fs-left-map-box {
        float: none;
    }

    .half-map .fs-inner-container {
        width: 100%;
        min-height: 100vh;
        float: none;
    }

    .fs-left-map-box .map-container.fw-map {
        width: 100%;
        position: relative;
    }

    .home-map.fl-wrap {
        height: 400px;
    }

    .map-container.fw-map #map-main {
        position: relative;
        height: 400px;
    }
}

@media screen and (max-width: 992px) {
    .navbar-default .navbar-brand img {
        max-width: 160px;
    }

    .wj-featured-list-thumb img {
        max-width: 60px;
    }

    .wj-featured-list-thumb {
        width: 70px;
        height: 70px;
    }

    .main-banner .form-control {
        margin-bottom: 10px;
    }

    .fb-log-btn {
        margin-bottom: 10px;
    }

    .main-banner {
        padding-top: 120px;
    }

    .candidate-list-layout {
        display: block;
        text-align: center;
    }

    .cll-thumb {
        max-width: 80px;
        display: table;
        margin: 0 auto;
        overflow: hidden;
        height: 80px;
        float: none;
    }

    .cll-caption ul li {
        border: navajowhite;
    }

    .cll-caption ul {
        margin-bottom: 2rem;
    }

    .filter-wraps-one ul li {
        margin-bottom: 5px;
    }

    .filter-wraps-one i.ti-search {
        display: none;
    }

    .filter-wraps-one ul {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .verticleblogilist .signle-vert-blog-item {
        display: block;
        height: auto;
        overflow: hidden;
    }

    .verticle-blog-caption .blog-shot-caption {
        position: relative;
        transform: translateY(0%);
        left: 12px;
        padding: 2rem;
    }

    .blog-shot-img {
        min-height: auto;
        max-height: initial;
    }

    .small-featured-employers {
        margin-bottom: 10px;
    }

    .testimonial-wrap {
        margin: 1rem 0;
    }

    img.image-cover {
        display: none;
    }

    fieldset.home-form-1 .form-control {
        border: none !important;
    }

    fieldset.home-form-1 .form-group {
        border: 1px solid #dce3ea;
        border-radius: 0.5rem;
        margin-bottom: 10px;
        background: #ffffff;
    }

    fieldset.home-form-1 .form-control {
        border: none !important;
        margin: 0;
    }

    fieldset.home-form-1 .icon-addon.addon-lg {
        max-width: 98%;
        margin: 0 auto;
    }

    /*-- General Style--*/
    html body .mob-padd-0 {
        padding: 0;
    }

    html body .mob-mrg-0 {
        margin: 0;
    }

    html body .mob-extra-mrg {
        margin-left: -15px;
        margin-right: -15px;
    }

    .heading h2 {
        font-size: 28px;
    }

    /*----- Mobile Padding Settings ------*/
    .mob-padd-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .newsletter-box .btn {
        width: 100%;
    }

    .m-clear {
        clear: both;
    }

    .mob-mrg-0 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .mob-extra-mrg {
        margin-left: -15px;
        margin-right: -15px;
    }

    .banner {
        padding: 100px 0 80px 0;
    }

    .emp-pic, .emp-bt, .emp-des {
        text-align: center;
    }

    .emp-pic img {
        display: table;
        margin: 0 auto;
    }

    .emp-detail {
        margin-top: 50px;
    }

}

@media screen and (max-width: 479px) {

}

/*-------------- Blue Skins -----------------*/
.blue-skin nav.navbar.bootsnav ul.nav > li > a:hover, .blue-skin p a, .blue-skin .theme-cl, .blue-skin .theme-btn, .blue-skin .btn.theme-btn-outlined, .blue-skin a.theme-btn-outlined, .blue-skin .btn.light-btn, .blue-skin a.light-btn,
.blue-skin .category-box .category-desc i, .blue-skin .nav-tabs.nav-advance > li.active > a, .blue-skin .nav-tabs.nav-advance > li > a:hover, .blue-skin .nav-tabs.nav-advance > li > a:focus,
.blue-skin .slick-next:before, .blue-skin .slick-prev:before, .blue-skin .pagination > .active > a, .blue-skin .pagination > .active > span, .blue-skin .pagination > .active > a:hover, .blue-skin .pagination > .active > span:hover, .blue-skin .pagination > .active > a:focus, .blue-skin .pagination > .active > span:focus, .blue-skin .pagination > li > a:hover, .blue-skin .pagination > li > a:focus,
.blue-skin .testimonial-detail .client-rating i, .blue-skin .style-1#accordion .panel-title a:after, .blue-skin .style-1#accordion .panel-title a.collapsed:after,
.blue-skin #accordion2 .panel-title a:after, .blue-skin #accordion2 .panel-title a.collapsed:after, .blue-skin .tab.style-1 .nav-tabs li a:hover, .blue-skin .tab.style-1 .nav-tabs li.active a,
.blue-skin .footer h4, .blue-skin .detail-info > h3, .blue-skin span.pull-right.vacancy-no span.v-count {
    color: #1e83f7;
}

.blue-skin .theme-btn, .blue-skin .theme-bg, .blue-skin .theme-btn:hover, .blue-skin .theme-btn:focus, .blue-skin .btn.theme-btn-outlined:hover, .blue-skin a.theme-btn-outlined:hover, .blue-skin .btn.theme-btn-outlined:focus, .blue-skin a.theme-btn-outlined:focus,
.blue-skin .btn.light-btn:hover, .blue-skin .btn.light-btn:focus, .blue-skin a.light-btn:hover, .blue-skin a.light-btn:focus, .blue-skin nav.navbar.bootsnav ul.nav > li > a.btn-signup.red-btn,
.blue-skin .cmp-overview .cmp-icon i.fa, .blue-skin .custom-checkbox input[type="checkbox"]:checked + label:before, .blue-skin .custom-radio [type="radio"]:checked + label:after, .blue-skin .custom-radio [type="radio"]:not(:checked) + label:after,
.blue-skin .pagination li:first-child a, .blue-skin .active .package-header, .blue-skin button.btn.btn-package, .blue-skin #accordion2.panel-group.style-2 .panel-title a.collapsed, .blue-skin .tab.style-2 .nav-tabs li a:hover, .blue-skin .tab.style-2 .nav-tabs li.active a,
.blue-skin .footer .f-social-box ul li a i:hover, .blue-skin .footer .f-social-box ul li a i:focus, .blue-skin ul.side-list-inline.social-side li a :hover, .blue-skin ul.side-list-inline.social-side li a :focus {
    background-color: #1e83f7 !important;
}

.blue-skin .form-control:hover, .form-control:focus, .blue-skin .theme-btn, .blue-skin .theme-btn:hover, .blue-skin .theme-btn:focus, .blue-skin .btn.theme-btn-outlined, .blue-skin a.theme-btn-outlined, .blue-skin .btn.theme-btn-outlined:hover, .blue-skin a.theme-btn-outlined:hover, .blue-skin .btn.theme-btn-outlined:focus, .blue-skin a.theme-btn-outlined:focus,
.blue-skin .btn.light-btn:hover, .blue-skin .btn.light-btn:focus, .blue-skin a.light-btn:hover, .blue-skin a.light-btn:focus, .blue-skin .custom-checkbox input[type="checkbox"]:checked + label:before, .blue-skin .pagination li:first-child a,
.blue-skin .footer .f-social-box ul li a i:hover, .blue-skin .footer .f-social-box ul li a i:focus, .blue-skin span.pull-right.vacancy-no span.v-count, .blue-skin .tab.style-2 .nav-tabs li a:hover, .blue-skin .tab.style-2 .nav-tabs li.active a, .blue-skin .tab.style-1 .nav-tabs li a:hover, .blue-skin .tab.style-1 .nav-tabs li.active a {
    border-color: #1e83f7;
}

.blue-skin .theme-light {
    background: rgba(165, 31, 189, 0.1);
}

/*-------------- red Skins -----------------*/
.red-skin nav.navbar.bootsnav ul.nav > li > a:hover, .red-skin p a, .red-skin .theme-cl, .red-skin .theme-btn, .red-skin .btn.theme-btn-outlined, .red-skin a.theme-btn-outlined, .red-skin .btn.light-btn, .red-skin a.light-btn,
.red-skin .category-box .category-desc i, .red-skin .nav-tabs.nav-advance > li.active > a, .red-skin .nav-tabs.nav-advance > li > a:hover, .red-skin .nav-tabs.nav-advance > li > a:focus,
.red-skin .slick-next:before, .red-skin .slick-prev:before, .red-skin .pagination > .active > a, .red-skin .pagination > .active > span, .red-skin .pagination > .active > a:hover, .red-skin .pagination > .active > span:hover, .red-skin .pagination > .active > a:focus, .red-skin .pagination > .active > span:focus, .red-skin .pagination > li > a:hover, .red-skin .pagination > li > a:focus,
.red-skin .testimonial-detail .client-rating i, .red-skin .style-1#accordion .panel-title a:after, .red-skin .style-1#accordion .panel-title a.collapsed:after,
.red-skin #accordion2 .panel-title a:after, .red-skin #accordion2 .panel-title a.collapsed:after, .red-skin .tab.style-1 .nav-tabs li a:hover, .red-skin .tab.style-1 .nav-tabs li.active a,
.red-skin .footer h4, .red-skin .detail-info > h3, .red-skin span.pull-right.vacancy-no span.v-count {
    color: #ef1753;
}

.red-skin .theme-btn, .red-skin .theme-bg, .red-skin .theme-btn:hover, .red-skin .theme-btn:focus, .red-skin .btn.theme-btn-outlined:hover, .red-skin a.theme-btn-outlined:hover, .red-skin .btn.theme-btn-outlined:focus, .red-skin a.theme-btn-outlined:focus,
.red-skin .btn.light-btn:hover, .red-skin .btn.light-btn:focus, .red-skin a.light-btn:hover, .red-skin a.light-btn:focus, .red-skin nav.navbar.bootsnav ul.nav > li > a.btn-signup.red-btn,
.red-skin .cmp-overview .cmp-icon i.fa, .red-skin .custom-checkbox input[type="checkbox"]:checked + label:before, .red-skin .custom-radio [type="radio"]:checked + label:after, .red-skin .custom-radio [type="radio"]:not(:checked) + label:after,
.red-skin .pagination li:first-child a, .red-skin .active .package-header, .red-skin button.btn.btn-package, .red-skin #accordion2.panel-group.style-2 .panel-title a.collapsed, .red-skin .tab.style-2 .nav-tabs li a:hover, .red-skin .tab.style-2 .nav-tabs li.active a,
.red-skin .footer .f-social-box ul li a i:hover, .red-skin .footer .f-social-box ul li a i:focus, .red-skin ul.side-list-inline.social-side li a :hover, .red-skin ul.side-list-inline.social-side li a :focus {
    background-color: #ef1753 !important;
}

.red-skin .form-control:hover, .form-control:focus, .red-skin .theme-btn, .red-skin .theme-btn:hover, .red-skin .theme-btn:focus, .red-skin .btn.theme-btn-outlined, .red-skin a.theme-btn-outlined, .red-skin .btn.theme-btn-outlined:hover, .red-skin a.theme-btn-outlined:hover, .red-skin .btn.theme-btn-outlined:focus, .red-skin a.theme-btn-outlined:focus,
.red-skin .btn.light-btn:hover, .red-skin .btn.light-btn:focus, .red-skin a.light-btn:hover, .red-skin a.light-btn:focus, .red-skin .custom-checkbox input[type="checkbox"]:checked + label:before, .red-skin .pagination li:first-child a,
.red-skin .footer .f-social-box ul li a i:hover, .red-skin .footer .f-social-box ul li a i:focus, .red-skin span.pull-right.vacancy-no span.v-count, .red-skin .tab.style-2 .nav-tabs li a:hover, .red-skin .tab.style-2 .nav-tabs li.active a, .red-skin .tab.style-1 .nav-tabs li a:hover, .red-skin .tab.style-1 .nav-tabs li.active a {
    border-color: #ef1753;
}

.red-skin .employer-box:before {
    opacity: 0.5;
    background: #fe2864;
    background: -webkit-gradient(left, #fe2864 0%, #fe2864 100%);
    background: linear-gradient(left, #fe2864 0%, #fe2864 100%);
}

.red-skin .theme-light {
    background: rgba(254, 40, 100, 0.1);
}

/*-------------- purple Skins -----------------*/
.purple-skin nav.navbar.bootsnav ul.nav > li > a:hover, .purple-skin p a, .purple-skin .theme-cl, .purple-skin .theme-btn, .purple-skin .btn.theme-btn-outlined, .purple-skin a.theme-btn-outlined, .purple-skin .btn.light-btn, .purple-skin a.light-btn,
.purple-skin .category-box .category-desc i, .purple-skin .nav-tabs.nav-advance > li.active > a, .purple-skin .nav-tabs.nav-advance > li > a:hover, .purple-skin .nav-tabs.nav-advance > li > a:focus,
.purple-skin .slick-next:before, .purple-skin .slick-prev:before, .purple-skin .pagination > .active > a, .purple-skin .pagination > .active > span, .purple-skin .pagination > .active > a:hover, .purple-skin .pagination > .active > span:hover, .purple-skin .pagination > .active > a:focus, .purple-skin .pagination > .active > span:focus, .purple-skin .pagination > li > a:hover, .purple-skin .pagination > li > a:focus,
.purple-skin .testimonial-detail .client-rating i, .purple-skin .style-1#accordion .panel-title a:after, .purple-skin .style-1#accordion .panel-title a.collapsed:after,
.purple-skin #accordion2 .panel-title a:after, .purple-skin #accordion2 .panel-title a.collapsed:after, .purple-skin .tab.style-1 .nav-tabs li a:hover, .purple-skin .tab.style-1 .nav-tabs li.active a,
.purple-skin .footer h4, .purple-skin .detail-info > h3, .purple-skin span.pull-right.vacancy-no span.v-count {
    color: #8857f3;
}

.purple-skin .theme-btn, .purple-skin .theme-bg, .purple-skin .theme-btn:hover, .purple-skin .theme-btn:focus, .purple-skin .btn.theme-btn-outlined:hover, .purple-skin a.theme-btn-outlined:hover, .purple-skin .btn.theme-btn-outlined:focus, .purple-skin a.theme-btn-outlined:focus,
.purple-skin .btn.light-btn:hover, .purple-skin .btn.light-btn:focus, .purple-skin a.light-btn:hover, .purple-skin a.light-btn:focus, .purple-skin nav.navbar.bootsnav ul.nav > li > a.btn-signup.red-btn,
.purple-skin .cmp-overview .cmp-icon i.fa, .purple-skin .custom-checkbox input[type="checkbox"]:checked + label:before, .purple-skin .custom-radio [type="radio"]:checked + label:after, .purple-skin .custom-radio [type="radio"]:not(:checked) + label:after,
.purple-skin .pagination li:first-child a, .purple-skin .active .package-header, .purple-skin button.btn.btn-package, .purple-skin #accordion2.panel-group.style-2 .panel-title a.collapsed, .purple-skin .tab.style-2 .nav-tabs li a:hover, .purple-skin .tab.style-2 .nav-tabs li.active a,
.purple-skin .footer .f-social-box ul li a i:hover, .purple-skin .footer .f-social-box ul li a i:focus, .purple-skin ul.side-list-inline.social-side li a :hover, .purple-skin ul.side-list-inline.social-side li a :focus {
    background-color: #8857f3 !important;
}

.purple-skin .form-control:hover, .form-control:focus, .purple-skin .theme-btn, .purple-skin .theme-btn:hover, .purple-skin .theme-btn:focus, .purple-skin .btn.theme-btn-outlined, .purple-skin a.theme-btn-outlined, .purple-skin .btn.theme-btn-outlined:hover, .purple-skin a.theme-btn-outlined:hover, .purple-skin .btn.theme-btn-outlined:focus, .purple-skin a.theme-btn-outlined:focus,
.purple-skin .btn.light-btn:hover, .purple-skin .btn.light-btn:focus, .purple-skin a.light-btn:hover, .purple-skin a.light-btn:focus, .purple-skin .custom-checkbox input[type="checkbox"]:checked + label:before, .purple-skin .pagination li:first-child a,
.purple-skin .footer .f-social-box ul li a i:hover, .purple-skin .footer .f-social-box ul li a i:focus, .purple-skin span.pull-right.vacancy-no span.v-count, .purple-skin .tab.style-2 .nav-tabs li a:hover, .purple-skin .tab.style-2 .nav-tabs li.active a, .purple-skin .tab.style-1 .nav-tabs li a:hover, .purple-skin .tab.style-1 .nav-tabs li.active a {
    border-color: #8857f3;
}

.purple-skin .employer-box:before {
    opacity: 0.5;
    background: #7f44ff;
    background: -webkit-gradient(left, #7f44ff 0%, #7f44ff 100%);
    background: linear-gradient(left, #7f44ff 0%, #7f44ff 100%);
}

.purple-skin .theme-light {
    background: rgba(127, 68, 255, 0.1);
}

/*-------------- green Skins -----------------*/
.green-skin nav.navbar.bootsnav ul.nav > li > a:hover, .green-skin p a, .green-skin .theme-cl, .green-skin .theme-btn, .green-skin .btn.theme-btn-outlined, .green-skin a.theme-btn-outlined, .green-skin .btn.light-btn, .green-skin a.light-btn,
.green-skin .category-box .category-desc i, .green-skin .nav-tabs.nav-advance > li.active > a, .green-skin .nav-tabs.nav-advance > li > a:hover, .green-skin .nav-tabs.nav-advance > li > a:focus,
.green-skin .slick-next:before, .green-skin .slick-prev:before, .green-skin .pagination > .active > a, .green-skin .pagination > .active > span, .green-skin .pagination > .active > a:hover, .green-skin .pagination > .active > span:hover, .green-skin .pagination > .active > a:focus, .green-skin .pagination > .active > span:focus, .green-skin .pagination > li > a:hover, .green-skin .pagination > li > a:focus,
.green-skin .testimonial-detail .client-rating i, .green-skin .style-1#accordion .panel-title a:after, .green-skin .style-1#accordion .panel-title a.collapsed:after,
.green-skin #accordion2 .panel-title a:after, .green-skin #accordion2 .panel-title a.collapsed:after, .green-skin .tab.style-1 .nav-tabs li a:hover, .green-skin .tab.style-1 .nav-tabs li.active a,
.green-skin .footer h4, .green-skin .detail-info > h3, .green-skin span.pull-right.vacancy-no span.v-count {
    color: #1bbf73;
}

.green-skin .theme-btn, .green-skin .theme-bg, .green-skin .theme-btn:hover, .green-skin .theme-btn:focus, .green-skin .btn.theme-btn-outlined:hover, .green-skin a.theme-btn-outlined:hover, .green-skin .btn.theme-btn-outlined:focus, .green-skin a.theme-btn-outlined:focus,
.green-skin .btn.light-btn:hover, .green-skin .btn.light-btn:focus, .green-skin a.light-btn:hover, .green-skin a.light-btn:focus, .green-skin nav.navbar.bootsnav ul.nav > li > a.btn-signup.red-btn,
.green-skin .cmp-overview .cmp-icon i.fa, .green-skin .custom-checkbox input[type="checkbox"]:checked + label:before, .green-skin .custom-radio [type="radio"]:checked + label:after, .green-skin .custom-radio [type="radio"]:not(:checked) + label:after,
.green-skin .pagination li:first-child a, .green-skin .active .package-header, .green-skin button.btn.btn-package, .green-skin #accordion2.panel-group.style-2 .panel-title a.collapsed, .green-skin .tab.style-2 .nav-tabs li a:hover, .green-skin .tab.style-2 .nav-tabs li.active a,
.green-skin .footer .f-social-box ul li a i:hover, .green-skin .footer .f-social-box ul li a i:focus, .green-skin ul.side-list-inline.social-side li a :hover, .green-skin ul.side-list-inline.social-side li a :focus {
    background-color: #1bbf73 !important;
}

.green-skin .form-control:hover, .form-control:focus, .green-skin .theme-btn, .green-skin .theme-btn:hover, .green-skin .theme-btn:focus, .green-skin .btn.theme-btn-outlined, .green-skin a.theme-btn-outlined, .green-skin .btn.theme-btn-outlined:hover, .green-skin a.theme-btn-outlined:hover, .green-skin .btn.theme-btn-outlined:focus, .green-skin a.theme-btn-outlined:focus,
.green-skin .btn.light-btn:hover, .green-skin .btn.light-btn:focus, .green-skin a.light-btn:hover, .green-skin a.light-btn:focus, .green-skin .custom-checkbox input[type="checkbox"]:checked + label:before, .green-skin .pagination li:first-child a,
.green-skin .footer .f-social-box ul li a i:hover, .green-skin .footer .f-social-box ul li a i:focus, .green-skin span.pull-right.vacancy-no span.v-count, .green-skin .tab.style-2 .nav-tabs li a:hover, .green-skin .tab.style-2 .nav-tabs li.active a, .green-skin .tab.style-1 .nav-tabs li a:hover, .green-skin .tab.style-1 .nav-tabs li.active a {
    border-color: #1bbf73;
}

.green-skin .employer-box:before {
    opacity: 0.5;
    background: #1cc100;
    background: -webkit-gradient(left, #1cc100 0%, #1cc100 100%);
    background: linear-gradient(left, #1cc100 0%, #1cc100 100%);
}

.green-skin .theme-light {
    background: rgba(28, 193, 0, 0.1);
}

/*-------------- yellow Skins -----------------*/
.yellow-skin nav.navbar.bootsnav ul.nav > li > a:hover, .yellow-skin p a, .yellow-skin .theme-cl, .yellow-skin .theme-btn, .yellow-skin .btn.theme-btn-outlined, .yellow-skin a.theme-btn-outlined, .yellow-skin .btn.light-btn, .yellow-skin a.light-btn,
.yellow-skin .category-box .category-desc i, .yellow-skin .nav-tabs.nav-advance > li.active > a, .yellow-skin .nav-tabs.nav-advance > li > a:hover, .yellow-skin .nav-tabs.nav-advance > li > a:focus,
.yellow-skin .slick-next:before, .yellow-skin .slick-prev:before, .yellow-skin .pagination > .active > a, .yellow-skin .pagination > .active > span, .yellow-skin .pagination > .active > a:hover, .yellow-skin .pagination > .active > span:hover, .yellow-skin .pagination > .active > a:focus, .yellow-skin .pagination > .active > span:focus, .yellow-skin .pagination > li > a:hover, .yellow-skin .pagination > li > a:focus,
.yellow-skin .testimonial-detail .client-rating i, .yellow-skin .style-1#accordion .panel-title a:after, .yellow-skin .style-1#accordion .panel-title a.collapsed:after,
.yellow-skin #accordion2 .panel-title a:after, .yellow-skin #accordion2 .panel-title a.collapsed:after, .yellow-skin .tab.style-1 .nav-tabs li a:hover, .yellow-skin .tab.style-1 .nav-tabs li.active a,
.yellow-skin .footer h4, .yellow-skin .detail-info > h3, .yellow-skin span.pull-right.vacancy-no span.v-count {
    color: #ff7d00;
}

.yellow-skin .theme-btn, .yellow-skin .theme-bg, .yellow-skin .theme-btn:hover, .yellow-skin .theme-btn:focus, .yellow-skin .btn.theme-btn-outlined:hover, .yellow-skin a.theme-btn-outlined:hover, .yellow-skin .btn.theme-btn-outlined:focus, .yellow-skin a.theme-btn-outlined:focus,
.yellow-skin .btn.light-btn:hover, .yellow-skin .btn.light-btn:focus, .yellow-skin a.light-btn:hover, .yellow-skin a.light-btn:focus, .yellow-skin nav.navbar.bootsnav ul.nav > li > a.btn-signup.red-btn,
.yellow-skin .cmp-overview .cmp-icon i.fa, .yellow-skin .custom-checkbox input[type="checkbox"]:checked + label:before, .yellow-skin .custom-radio [type="radio"]:checked + label:after, .yellow-skin .custom-radio [type="radio"]:not(:checked) + label:after,
.yellow-skin .pagination li:first-child a, .yellow-skin .active .package-header, .yellow-skin button.btn.btn-package, .yellow-skin #accordion2.panel-group.style-2 .panel-title a.collapsed, .yellow-skin .tab.style-2 .nav-tabs li a:hover, .yellow-skin .tab.style-2 .nav-tabs li.active a,
.yellow-skin .footer .f-social-box ul li a i:hover, .yellow-skin .footer .f-social-box ul li a i:focus, .yellow-skin ul.side-list-inline.social-side li a :hover, .yellow-skin ul.side-list-inline.social-side li a :focus {
    background-color: #ff7d00 !important;
}

.yellow-skin .form-control:hover, .form-control:focus, .yellow-skin .theme-btn, .yellow-skin .theme-btn:hover, .yellow-skin .theme-btn:focus, .yellow-skin .btn.theme-btn-outlined, .yellow-skin a.theme-btn-outlined, .yellow-skin .btn.theme-btn-outlined:hover, .yellow-skin a.theme-btn-outlined:hover, .yellow-skin .btn.theme-btn-outlined:focus, .yellow-skin a.theme-btn-outlined:focus,
.yellow-skin .btn.light-btn:hover, .yellow-skin .btn.light-btn:focus, .yellow-skin a.light-btn:hover, .yellow-skin a.light-btn:focus, .yellow-skin .custom-checkbox input[type="checkbox"]:checked + label:before, .yellow-skin .pagination li:first-child a,
.yellow-skin .footer .f-social-box ul li a i:hover, .yellow-skin .footer .f-social-box ul li a i:focus, .yellow-skin span.pull-right.vacancy-no span.v-count, .yellow-skin .tab.style-2 .nav-tabs li a:hover, .yellow-skin .tab.style-2 .nav-tabs li.active a, .yellow-skin .tab.style-1 .nav-tabs li a:hover, .yellow-skin .tab.style-1 .nav-tabs li.active a {
    border-color: #ff7d00;
}

.yellow-skin .employer-box:before {
    opacity: 0.5;
    background: #ff7d00;
    background: -webkit-gradient(left, #ff7d00 0%, #ff7d00 100%);
    background: linear-gradient(left, #ff7d00 0%, #ff7d00 100%);
}

.yellow-skin .theme-light {
    background: rgba(255, 125, 0, 0.1);
}

/*-------------- cyan Skins -----------------*/
.cyan-skin nav.navbar.bootsnav ul.nav > li > a:hover, .cyan-skin p a, .cyan-skin .theme-cl, .cyan-skin .theme-btn, .cyan-skin .btn.theme-btn-outlined, .cyan-skin a.theme-btn-outlined, .cyan-skin .btn.light-btn, .cyan-skin a.light-btn,
.cyan-skin .category-box .category-desc i, .cyan-skin .nav-tabs.nav-advance > li.active > a, .cyan-skin .nav-tabs.nav-advance > li > a:hover, .cyan-skin .nav-tabs.nav-advance > li > a:focus,
.cyan-skin .slick-next:before, .cyan-skin .slick-prev:before, .cyan-skin .pagination > .active > a, .cyan-skin .pagination > .active > span, .cyan-skin .pagination > .active > a:hover, .cyan-skin .pagination > .active > span:hover, .cyan-skin .pagination > .active > a:focus, .cyan-skin .pagination > .active > span:focus, .cyan-skin .pagination > li > a:hover, .cyan-skin .pagination > li > a:focus,
.cyan-skin .testimonial-detail .client-rating i, .cyan-skin .style-1#accordion .panel-title a:after, .cyan-skin .style-1#accordion .panel-title a.collapsed:after,
.cyan-skin #accordion2 .panel-title a:after, .cyan-skin #accordion2 .panel-title a.collapsed:after, .cyan-skin .tab.style-1 .nav-tabs li a:hover, .cyan-skin .tab.style-1 .nav-tabs li.active a,
.cyan-skin .footer h4, .cyan-skin .detail-info > h3, .cyan-skin span.pull-right.vacancy-no span.v-count {
    color: #02b9b5;
}

.cyan-skin .theme-btn, .cyan-skin .theme-bg, .cyan-skin .theme-btn:hover, .cyan-skin .theme-btn:focus, .cyan-skin .btn.theme-btn-outlined:hover, .cyan-skin a.theme-btn-outlined:hover, .cyan-skin .btn.theme-btn-outlined:focus, .cyan-skin a.theme-btn-outlined:focus,
.cyan-skin .btn.light-btn:hover, .cyan-skin .btn.light-btn:focus, .cyan-skin a.light-btn:hover, .cyan-skin a.light-btn:focus, .cyan-skin nav.navbar.bootsnav ul.nav > li > a.btn-signup.red-btn,
.cyan-skin .cmp-overview .cmp-icon i.fa, .cyan-skin .custom-checkbox input[type="checkbox"]:checked + label:before, .cyan-skin .custom-radio [type="radio"]:checked + label:after, .cyan-skin .custom-radio [type="radio"]:not(:checked) + label:after,
.cyan-skin .pagination li:first-child a, .cyan-skin .active .package-header, .cyan-skin button.btn.btn-package, .cyan-skin #accordion2.panel-group.style-2 .panel-title a.collapsed, .cyan-skin .tab.style-2 .nav-tabs li a:hover, .cyan-skin .tab.style-2 .nav-tabs li.active a,
.cyan-skin .footer .f-social-box ul li a i:hover, .cyan-skin .footer .f-social-box ul li a i:focus, .cyan-skin ul.side-list-inline.social-side li a :hover, .cyan-skin ul.side-list-inline.social-side li a :focus {
    background-color: #02b9b5 !important;
}

.cyan-skin .form-control:hover, .form-control:focus, .cyan-skin .theme-btn, .cyan-skin .theme-btn:hover, .cyan-skin .theme-btn:focus, .cyan-skin .btn.theme-btn-outlined, .cyan-skin a.theme-btn-outlined, .cyan-skin .btn.theme-btn-outlined:hover, .cyan-skin a.theme-btn-outlined:hover, .cyan-skin .btn.theme-btn-outlined:focus, .cyan-skin a.theme-btn-outlined:focus,
.cyan-skin .btn.light-btn:hover, .cyan-skin .btn.light-btn:focus, .cyan-skin a.light-btn:hover, .cyan-skin a.light-btn:focus, .cyan-skin .custom-checkbox input[type="checkbox"]:checked + label:before, .cyan-skin .pagination li:first-child a,
.cyan-skin .footer .f-social-box ul li a i:hover, .cyan-skin .footer .f-social-box ul li a i:focus, .cyan-skin span.pull-right.vacancy-no span.v-count, .cyan-skin .tab.style-2 .nav-tabs li a:hover, .cyan-skin .tab.style-2 .nav-tabs li.active a, .cyan-skin .tab.style-1 .nav-tabs li a:hover, .cyan-skin .tab.style-1 .nav-tabs li.active a {
    border-color: #02b9b5;
}

.cyan-skin .employer-box:before {
    opacity: 0.5;
    background: #02b9b5;
    background: -webkit-gradient(left, #02b9b5 0%, #02b9b5 100%);
    background: linear-gradient(left, #02b9b5 0%, #02b9b5 100%);
}

.cyan-skin .theme-light {
    background: rgba(2, 185, 181, 0.1);
}

.swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: 0.625em;
    overflow-y: hidden;
    background: #fff;
    box-shadow: 0 0 0.625em #d9d9d9;
}

.swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
    padding: 0;
}

.swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 0.6em;
    font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8;
}

.swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    padding: 0;
    font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 1.8em;
    font-weight: bold;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
        font-size: 0.25em;
    }
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: 0.875em;
    width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 0.3125em;
    padding: 0;
}

.swal2-popup.swal2-toast .swal2-styled {
    margin: 0 0.3125em;
    padding: 0.3125em 0.625em;
    font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 1.6em;
    height: 3em;
    transform: rotate(45deg);
    border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -0.8em;
    left: -0.5em;
    transform: rotate(-45deg);
    transform-origin: 2em 2em;
    border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -0.25em;
    left: 0.9375em;
    transform-origin: 0 1.5em;
    border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
    top: 0;
    left: 0.4375em;
    width: 0.4375em;
    height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
    height: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
    -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
    animation: swal2-toast-animate-success-line-tip 0.75s;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
    -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
    animation: swal2-toast-animate-success-line-long 0.75s;
}

.swal2-popup.swal2-toast.swal2-show {
    -webkit-animation: swal2-toast-show 0.5s;
    animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
    -webkit-animation: swal2-toast-hide 0.1s forwards;
    animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    overflow-x: hidden;
    transition: background-color 0.1s;
    -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.4);
}

.swal2-container.swal2-backdrop-hide {
    background: transparent !important;
}

.swal2-container.swal2-top {
    align-items: flex-start;
}

.swal2-container.swal2-top-start,
.swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start;
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end;
}

.swal2-container.swal2-center {
    align-items: center;
}

.swal2-container.swal2-center-start,
.swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start;
}

.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end;
}

.swal2-container.swal2-bottom {
    align-items: flex-end;
}

.swal2-container.swal2-bottom-start,
.swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
}

.swal2-container.swal2-bottom > :first-child,
.swal2-container.swal2-bottom-start > :first-child,
.swal2-container.swal2-bottom-left > :first-child,
.swal2-container.swal2-bottom-end > :first-child,
.swal2-container.swal2-bottom-right > :first-child {
    margin-top: auto;
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center;
}

.swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center;
}

.swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-top,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-bottom {
    align-items: center;
}

.swal2-container.swal2-grow-column.swal2-top-start,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-bottom-left {
    align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-top-right,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-bottom-right {
    align-items: flex-end;
}

.swal2-container.swal2-grow-column > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center;
}

.swal2-container.swal2-no-transition {
    transition: none !important;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
        margin: 0 !important;
    }
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
}

.swal2-popup:focus {
    outline: none;
}

.swal2-popup.swal2-loading {
    overflow-y: hidden;
}

.swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.8em;
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.swal2-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1.25em auto 0;
    padding: 0 1.6em;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: 0.4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-loader {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-width: 0.25em;
    border-style: solid;
    border-radius: 100%;
    border-color: #2778c4 transparent #2778c4 transparent;
}

.swal2-styled {
    margin: 0.3125em;
    padding: 0.625em 2em;
    box-shadow: none;
    font-weight: 500;
}

.swal2-styled:not([disabled]) {
    cursor: pointer;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #2778c4;
    color: #fff;
    font-size: 1.0625em;
}

.swal2-styled.swal2-deny {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #d14529;
    color: #fff;
    font-size: 1.0625em;
}

.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #757575;
    color: #fff;
    font-size: 1.0625em;
}

.swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-styled::-moz-focus-inner {
    border: 0;
}

.swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #eee;
    color: #545454;
    font-size: 1em;
}

.swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0.25em;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar {
    width: 100%;
    height: 0.25em;
    background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
    max-width: 100%;
    margin: 1.25em auto;
}

.swal2-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color 0.1s ease-out;
    border: none;
    border-radius: 5px;
    background: transparent;
    color: #cccccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer;
}

.swal2-close:hover {
    transform: none;
    background: transparent;
    color: #f27474;
}

.swal2-close:focus {
    outline: none;
    box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-close::-moz-focus-inner {
    border: 0;
}

.swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0 1.6em;
    color: #545454;
    font-size: 1.125em;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
    margin: 1em auto;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border-color 0.3s, box-shadow 0.3s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    background: inherit;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    color: inherit;
    font-size: 1.125em;
}

.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important;
}

.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
    color: #cccccc;
}

.swal2-input:-ms-input-placeholder, .swal2-file:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
    color: #cccccc;
}

.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
    color: #cccccc;
}

.swal2-range {
    margin: 1em auto;
    background: #fff;
}

.swal2-range input {
    width: 80%;
}

.swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center;
}

.swal2-range input,
.swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em;
}

.swal2-input {
    height: 2.625em;
    padding: 0 0.75em;
}

.swal2-input[type=number] {
    max-width: 10em;
}

.swal2-file {
    background: inherit;
    font-size: 1.125em;
}

.swal2-textarea {
    height: 6.75em;
    padding: 0.75em;
}

.swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: 0.375em 0.625em;
    background: inherit;
    color: inherit;
    font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
    align-items: center;
    justify-content: center;
    background: #fff;
    color: inherit;
}

.swal2-radio label,
.swal2-checkbox label {
    margin: 0 0.6em;
    font-size: 1.125em;
}

.swal2-radio input,
.swal2-checkbox input {
    margin: 0 0.4em;
}

.swal2-input-label {
    display: flex;
    justify-content: center;
    margin: 1em auto;
}

.swal2-validation-message {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 -2.7em;
    padding: 0.625em;
    overflow: hidden;
    background: #f0f0f0;
    color: #666666;
    font-size: 1em;
    font-weight: 300;
}

.swal2-validation-message::before {
    content: "!";
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 0.625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
}

.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: 0.25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em;
}

.swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    flex-grow: 1;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: 0.3125em;
    border-radius: 0.125em;
    background-color: #f27474;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 1.0625em;
    transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 1em;
    transform: rotate(-45deg);
}

.swal2-icon.swal2-error.swal2-icon-show {
    -webkit-animation: swal2-animate-error-icon 0.5s;
    animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
    -webkit-animation: swal2-animate-error-x-mark 0.5s;
    animation: swal2-animate-error-x-mark 0.5s;
}

.swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86;
}

.swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee;
}

.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd;
}

.swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    transform: rotate(45deg);
    border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -0.4375em;
    left: -2.0635em;
    transform: rotate(-45deg);
    transform-origin: 3.75em 3.75em;
    border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -0.6875em;
    left: 1.875em;
    transform: rotate(-45deg);
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    z-index: 2;
    top: -0.25em;
    left: -0.25em;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border: 0.25em solid rgba(165, 220, 134, 0.3);
    border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
    position: absolute;
    z-index: 1;
    top: 0.5em;
    left: 1.625em;
    width: 0.4375em;
    height: 5.625em;
    transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    z-index: 2;
    height: 0.3125em;
    border-radius: 0.125em;
    background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    top: 2.875em;
    left: 0.8125em;
    width: 1.5625em;
    transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
    transform: rotate(-45deg);
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
    -webkit-animation: swal2-animate-success-line-tip 0.75s;
    animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
    -webkit-animation: swal2-animate-success-line-long 0.75s;
    animation: swal2-animate-success-line-long 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
    -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
    animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin: 0 0 1.25em;
    padding: 0;
    background: inherit;
    font-weight: 600;
}

.swal2-progress-steps li {
    display: inline-block;
    position: relative;
}

.swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    flex-shrink: 0;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #2778c4;
    color: #fff;
    line-height: 2em;
    text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: #2778c4;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
    background: #add8e6;
    color: #fff;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
    background: #add8e6;
}

.swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    flex-shrink: 0;
    width: 2.5em;
    height: 0.4em;
    margin: 0 -1px;
    background: #2778c4;
}

[class^=swal2] {
    -webkit-tap-highlight-color: transparent;
}

.swal2-show {
    -webkit-animation: swal2-show 0.3s;
    animation: swal2-show 0.3s;
}

.swal2-hide {
    -webkit-animation: swal2-hide 0.15s forwards;
    animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
    transition: none;
}

.swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.swal2-rtl .swal2-close {
    right: auto;
    left: 0;
}

.swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto;
}

@supports (-ms-accelerator: true) {
    .swal2-range input {
        width: 100% !important;
    }

    .swal2-range output {
        display: none;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-range input {
        width: 100% !important;
    }

    .swal2-range output {
        display: none;
    }
}

@-webkit-keyframes swal2-toast-show {
    0% {
        transform: translateY(-0.625em) rotateZ(2deg);
    }

    33% {
        transform: translateY(0) rotateZ(-2deg);
    }

    66% {
        transform: translateY(0.3125em) rotateZ(2deg);
    }

    100% {
        transform: translateY(0) rotateZ(0deg);
    }
}

@keyframes swal2-toast-show {
    0% {
        transform: translateY(-0.625em) rotateZ(2deg);
    }

    33% {
        transform: translateY(0) rotateZ(-2deg);
    }

    66% {
        transform: translateY(0.3125em) rotateZ(2deg);
    }

    100% {
        transform: translateY(0) rotateZ(0deg);
    }
}

@-webkit-keyframes swal2-toast-hide {
    100% {
        transform: rotateZ(1deg);
        opacity: 0;
    }
}

@keyframes swal2-toast-hide {
    100% {
        transform: rotateZ(1deg);
        opacity: 0;
    }
}

@-webkit-keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: 0.5625em;
        left: 0.0625em;
        width: 0;
    }

    54% {
        top: 0.125em;
        left: 0.125em;
        width: 0;
    }

    70% {
        top: 0.625em;
        left: -0.25em;
        width: 1.625em;
    }

    84% {
        top: 1.0625em;
        left: 0.75em;
        width: 0.5em;
    }

    100% {
        top: 1.125em;
        left: 0.1875em;
        width: 0.75em;
    }
}

@keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: 0.5625em;
        left: 0.0625em;
        width: 0;
    }

    54% {
        top: 0.125em;
        left: 0.125em;
        width: 0;
    }

    70% {
        top: 0.625em;
        left: -0.25em;
        width: 1.625em;
    }

    84% {
        top: 1.0625em;
        left: 0.75em;
        width: 0.5em;
    }

    100% {
        top: 1.125em;
        left: 0.1875em;
        width: 0.75em;
    }
}

@-webkit-keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0;
    }

    65% {
        top: 1.25em;
        right: 0.9375em;
        width: 0;
    }

    84% {
        top: 0.9375em;
        right: 0;
        width: 1.125em;
    }

    100% {
        top: 0.9375em;
        right: 0.1875em;
        width: 1.375em;
    }
}

@keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0;
    }

    65% {
        top: 1.25em;
        right: 0.9375em;
        width: 0;
    }

    84% {
        top: 0.9375em;
        right: 0;
        width: 1.125em;
    }

    100% {
        top: 0.9375em;
        right: 0.1875em;
        width: 1.375em;
    }
}

@-webkit-keyframes swal2-show {
    0% {
        transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes swal2-show {
    0% {
        transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}

@-webkit-keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: 0.0625em;
        width: 0;
    }

    54% {
        top: 1.0625em;
        left: 0.125em;
        width: 0;
    }

    70% {
        top: 2.1875em;
        left: -0.375em;
        width: 3.125em;
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }

    100% {
        top: 2.8125em;
        left: 0.8125em;
        width: 1.5625em;
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: 0.0625em;
        width: 0;
    }

    54% {
        top: 1.0625em;
        left: 0.125em;
        width: 0;
    }

    70% {
        top: 2.1875em;
        left: -0.375em;
        width: 3.125em;
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }

    100% {
        top: 2.8125em;
        left: 0.8125em;
        width: 1.5625em;
    }
}

@-webkit-keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }

    100% {
        top: 2.375em;
        right: 0.5em;
        width: 2.9375em;
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }

    100% {
        top: 2.375em;
        right: 0.5em;
        width: 2.9375em;
    }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@-webkit-keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0;
    }

    50% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0;
    }

    80% {
        margin-top: -0.375em;
        transform: scale(1.15);
    }

    100% {
        margin-top: 0;
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0;
    }

    50% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0;
    }

    80% {
        margin-top: -0.375em;
        transform: scale(1.15);
    }

    100% {
        margin-top: 0;
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden;
}

body.swal2-height-auto {
    height: auto !important;
}

body.swal2-no-backdrop .swal2-container {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: calc(100% - 0.625em * 2);
    background-color: transparent !important;
}

body.swal2-no-backdrop .swal2-container > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-top-start,
body.swal2-no-backdrop .swal2-container.swal2-top-left {
    top: 0;
    left: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-top-end,
body.swal2-no-backdrop .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-container.swal2-center-start,
body.swal2-no-backdrop .swal2-container.swal2-center-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-center-end,
body.swal2-no-backdrop .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-start,
body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
    bottom: 0;
    left: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-end,
body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
    right: 0;
    bottom: 0;
}

@media print {
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        overflow-y: scroll !important;
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
        display: none;
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static !important;
    }
}

body.swal2-toast-shown .swal2-container {
    background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}

body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch;
}

body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: 0.3125em;
}

body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center;
}

body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: 0.3125em auto;
    font-size: 1em;
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em;
}

