@import url('https://fonts.googleapis.com/css?family=Varela+Round');


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;
    font-family: 'Varela Round', sans-serif;
    color: #17191e
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

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

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #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;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]: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: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
*/
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
  /* font-family: 'Glyphicons Halflings'; */
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.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-yen:before {
    content: "\00a5";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.62857143;
    color: #6d6d6d;
    background-color: #fff;
}

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

a {
    color: #0057f7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
}

a:focus {
    outline: thin dotted;
    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;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    color: #333333;
    font-family: 'Varela Round', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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: 20px;
    text-transform: uppercase;
}

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

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 {
    color: #286090;
}

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

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

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

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

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

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

.text-danger {
    color: #a94442;
}

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

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

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

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

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

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

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

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

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

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

a.bg-danger:hover {
    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: 0 20px;
    margin: 0 0 20px;
    font-size: 15px;
}

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;
    margin-top: 30px;
}

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

blockquote img {
    width: 150px;
    margin-top: 30px;
}

blockquote.border {
    border-bottom: 1px solid #dee2eb;
    padding-bottom: 60px
}

.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: '\00A0 \2014';
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-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: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

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

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

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

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

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

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

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

textarea.form-control {
    height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        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 {
    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 {
    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;
}

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

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

.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 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;
}

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

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

.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 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 {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #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: 14.333333px;
    }
}

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

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

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

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

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

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

.btn-default {
    color: #fff;
    background-color: #0057f7;
    border-bottom: 3px solid #003391;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    padding: 16px 25px;
    color: #fff;
    border-bottom: 1px solid #003391;
}

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

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}

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

.btn-primary {
    color: #fff;
    background-color: #17191e;
    border-bottom: 3px solid #757575;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
   padding: 16px 25px;
    color: #fff;
    border-bottom: 1px solid #003391;
}

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

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    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:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

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

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    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:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

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

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    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:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

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

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    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:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

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

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    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;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.btn-link:hover,
.btn-link:focus {
    color: #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;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
    visibility: hidden;
}

.collapse.in {
    display: block;
    visibility: visible;
}

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

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

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

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    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: 201px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    text-align: center;
}

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

.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-group,
.btn-toolbar .input-group {
    float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-toggle="buttons"] > .btn input[type="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-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 {
    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;
}

#number-type .nav-tabs {
    border-bottom: 0 none;
}

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

#number-type .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0px none transparent;
    border-radius: 0 0 0 0;
    text-transform: uppercase;
    font-size: 18px;
}

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

#number-type .nav-tabs > li.active > a,
#number-type .nav-tabs > li.active > a:hover,
#number-type .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #0057f7;
    border: 0px none transparent;
    border-bottom-color: transparent;
}

#features .nav-tabs {
    border-bottom: 0 none;
    background: #fff;
    border-radius: 15px;
    margin: 90px 0 30px 0;
}

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

#features .nav-tabs > li > a {
    margin-right: 3px;
    line-height: 1;
    border: 0px none transparent;
    border-radius: 0 0 0 0;
    text-transform: uppercase;
    font-size: 36px;
    padding: 28px;
    vertical-align: middle;
    border-radius: 15px;
}

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

#features .nav-tabs > li.active > a,
#features .nav-tabs > li.active > a:hover,
#features .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #0057f7;
    border: 0px none transparent;
    border-bottom-color: transparent;
}

@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;
    visibility: hidden;
}

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

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

.navbar {
    position: relative;
    min-height: 50px;
}

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

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

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

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

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        visibility: 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: #003391;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

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

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

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

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

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

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

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > 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: 5px;
        padding-bottom: 5px;
    }
}

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

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

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

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

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

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 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;
    }
    .navbar-default .navbar-nav > li {
        border-right: 1px solid #003cab;
        width: 14.285714%;
        text-align: center;
    }
    .navbar-footer .navbar-nav > li {
        border-right: 1px solid #dee2eb;
        width: 14.28571%;
        text-align: center;
    }
}

@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: #0057f7;
    padding: 10px 0;
}

.bottom-nav {
    background-color: #f7f8fa;
    border-top: 1px solid #dee2eb;
    margin-top: 60px
}

.navbar-footer {
    background-color: #f7f8fa;
    padding: 10px 0;
}

.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: #fff;
}

.navbar-footer .navbar-nav > li > a {
    color: #6d6d6d;
}

.navbar-default .navbar-nav {
    display: block;
    width: 100%;
}

.navbar-footer .navbar-nav {
    display: block;
    width: 100%;
}

.navbar-default .navbar-nav > li:last-child {
    border-right: 0px none;
}

.navbar-footer .navbar-nav > li:last-child {
    border-right: 0px none;
}

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

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

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

.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: #003391;
}

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

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

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

.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: #b8c6fe;
}

@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: "/\00a0";
}

.breadcrumb > .active {
    color: #777;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 45px 0;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-right: 10px;
    line-height: 1.42857143;
    color: #6d6d6d;
    text-decoration: none;
    background-color: #f7f8fa;
    border-radius: 50%;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    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: 2;
    color: #fff;
    cursor: default;
    background-color: #0057f7;
}

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

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

.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;
    margin: 4px
}

.pager li > a:hover,
.pager li > a:focus,
.pager li a.active {
    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: baseline;
    background-color: #777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .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: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron > hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail > 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: 10px 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 8px;
        z-index: 999;
    position: absolute;
}

.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: #fff;
    background-color: #f70037;
    border-color: none;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-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 {
    color: #555;
}

a.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.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 {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    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: 30px 0;
    background-color: #f7f8fa;
    border-radius: 4px;
    border-bottom: 1px solid transparent;
}

.panel-body {
    padding: 30px;
}

.panel-heading a {
    color: #17191e
}

.panel-heading {
    padding: 20px 0px;
    border-bottom: 1px solid #000;
    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;
    text-transform: uppercase;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: #17191e;
}

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

.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: #fff;
    border-color: #dee2eb;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.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.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 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: 1040;
  display: none; 
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
*/
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

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

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    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-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    content: "";
    border-width: 10px;
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control: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;
}

.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;
    margin-top: -10px;
    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;
}

#testimonials .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 #ccc;
    border-radius: 10px;
}

#testimonials .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: -15px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 0px;
    }
    #testimonials .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-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-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;
    visibility: hidden !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;
    }
    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;
    }
    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;
    }
    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;
    }
    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;
    }
    header .col-lg-5.col-sm-4.logo {
        float: left;
    }
    header .col-lg-2.col-sm-3.hidden-xs {
        display: block !important;
        float: left;
    }
}

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




.top-bar {
    color: #b0b0b0;
    font-size: 14px;
    padding: 8px 0;
    background-color: #17191e;
}

.top-bar li {
    list-style: none;
    float: left;
    padding: 2px 15px;
    border-right: 1px solid #4d4d4d;
}

.top-bar li:first-child {
    border-right: 0px none;
}

.top-bar li:last-child {
    border-right: 0px none;
    padding: 2px 0 2px 15px;
}

.top-bar ul {
    margin-left: 25px;
}

.top-bar a {
    color: #fff;
}

.top-bar a:hover {
    color: #e5e5e5;
    text-decoration: none;
}

header {
    background-color: #f7f8fa;
    padding-top: 60px;
}

footer {
    margin: 15px 0;
    font-size: 13px;
    text-transform: uppercase;
}

.contact-number h3 {
    margin-top: 0px;
}

.contact-number span {
    color: #6d6d6d;
}

.blue {
    color: #0057f7;
}

.logo h1 {
    margin-top: 0px;
    margin-bottom: 45px;
}

#main-slider .carousel-caption {
    left: 8%;
    padding-bottom: 10%;
    text-align: left;
}

#main-slider .carousel-caption.white-caption h2,
#main-slider .carousel-caption.white-caption h3 {
    color: #fff;
    background: rgba(0, 87, 247, 0.8);
    margin: 0;
    padding: 10px;
    float: left;
    display: block;
    position: relative;
}

#main-slider .carousel-caption h2 {
    text-shadow: none;
    color: #17191e;
    text-transform: uppercase;
}

#main-slider .carousel-caption h3 {
    text-shadow: none;
    color: #0057f7;
    text-transform: uppercase;
    margin-top: 5px;
}

#main-slider .carousel-control {
    background-image: none;
    width: 7%;
}

.short-exp {
    background-color: #17191e;
    padding: 60px 0;
    text-align: center;
    color: #fff;
}

.short-exp h2 {
    margin: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #4d4d4d;
    color: #fff;
    display: inline-block;
}

.short-descr {
    background-color: #f7f8fa;
    padding: 60px;
    margin: 0;
    font-size: 15px;
    color: #878787;
}

.short-descr h3 {
    color: #17191e;
    margin-top: 0;
    margin-bottom: 20px
}

ul.check-list {
    margin: 0;
    padding: 0;
}

.check-list li {
    list-style: none;
    margin: 10px 0;
    padding-left: 30px;
}

.check-list li:before {
    font-family: "streamline-30px" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e2a1";
    color: #0057f7;
    margin-right: 7px;
    font-size: 14px;
    margin-left: -30px
}

.subtitle {
    font-size: 16px;
}

.prices,
.features {
    margin-top: 90px;
    margin-bottom: 90px;
}

.pricing-col {
    margin-bottom: 60px;
    margin-top: 60px;
    text-align: center;
    border: 1px solid #e2e8f3;
    background-color: #fff;
    border-radius: 10px;
}

.pricing-col.featured {
    margin-bottom: 60px;
    margin-top: 60px;
    text-align: center;
    border: 3px solid #0057f7;
    background-color: #fff;
}

.pricing-col:hover {
    -moz-transition: margin-top 0.5s ease 0s;
    -ms-transition: margin-top 0.5s ease 0s;
    transition: margin-top 0.5s ease 0s;
}

.pricing-col ul {
    list-style: none;
    margin: 0;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.pricing-col ul li {
    border-bottom: solid 1px #e2e8f4;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ivr-pack a {
    color: #6d6d6d
}

.management-package,
.ivr-pack {
     z-index: 10000;
}

.management-package:hover,
.ivr-pack:hover,
.current {
    border: solid 3px #0f5df3!important;
    margin-bottom: -4px;
    cursor:pointer;
}


.ivr-pack-no-hover:hover {
    border: solid 1px #e2e8f4!important;
    margin-bottom: 0;
    cursor:default;
}
.ivr-pack a:hover {
    text-decoration: none;
}

.ivr-pack.pricing-col .main-info,
.serv-ivr.pricing-col .main-info {
    background-color: #fff!important;
    border-bottom: solid 1px #e2e8f4!important;
    margin-left: 10px;
    margin-right: 10px;
    padding: 45px 0 30px 0;
    margin-bottom: 15px;
}

.ivr-pack.pricing-col ul li,
.serv-ivr.pricing-col ul li {
    border-bottom: 1px solid #fff!important;
    padding: 0 0 15px 0;
}

.ivr-icon {
    font-size: 60px
}

.radio-btn {
    position: absolute;
    top: 75px;
    left: 35px
}

label.ivr {
    display: block;
    !important;
}

.custom-radio {
    width: 22px;
    height: 22px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 3px;
    /* background: url("../images/radio.png") no-repeat; */
}

.custom-radio:hover {
    /* background: url("../images/radio-hover.png") no-repeat; */
}

.custom-radio.selected {
    /* background: url("../images/radio-hover.png") no-repeat;  */
}

.custom-radio input[type="radio"] {
    margin: 1px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    /* CSS hacks for older browsers */
    _noFocusLine: expression(this.hideFocus=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.pricing-col ul li.main-info {
    background-color: #f7f8fa;
    padding: 60px 20px 60px 20px;
    color: #353c3e;
    border-bottom: none 0px;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 10px 10px 0 0;
}

.pricing-col ul li.main-info h3 {
    color: #0057f7;
    padding-bottom: 0px;
    margin-bottom: 0px
}

.pricing-col ul li.main-info h2 {
    font-size: 60px;
    margin-top: 5px;
}

.pricing-col ul li.main-info sup {
    top: -1em;
    font-size: 24px;
}

.pricing-col .pricing-footer {
    padding: 30px 0 60px 0;
}

.pricing-col .pack-type span {
    color: #a9b5cd;
    font-size: 28px;
    margin-top: -20px;
    padding: 10px;
    position: relative;
    top: 9px;
}

.pricing-col .pack-type span.costom-size {
    color: #a9b5cd;
    font-size: 24px;
    margin-top: -20px;
    padding: 10px;
    position: relative;
    top: 9px;
    margin-left: -10px;
}

.pricing-col .pack-type span.costom-size-first {
    color: #a9b5cd;
    font-size: 28px;
    margin-top: -20px;
    padding: 10px;
    position: relative;
    top: 9px;
    margin-left: -30px;
}

.pricing-col .pack-type {
    text-transform: uppercase;
    font-size: 15px;
}

.deal-badge {
    background-image: url("../images/deal-badge.png");
    width: 123px;
    height: 124px;
    position: absolute;
    right: 10px;
    top: 55px;
}

.deal-badge-2 {
    background-image: url("../images/deal-badge-2.png");
    width: 123px;
    height: 124px;
    position: absolute;
    right: 10px;
    top: 55px;
}

.deal-badge-half-price {
    background-image: url("../images/deal-half-price.png");
    width: 123px;
    height: 124px;
    position: absolute;
    right: 10px;
    top: 55px;
}
.normal-price {
    background-image: url("../images/normal-price.png");
    width: 203px;
    height: 26px;
    position: absolute;
    left: 10px;
    top: 15px;
}

.feature-single {
    padding: 2%;
    border: 1px solid #e2e8f3;
    margin-left: -1px;
    margin-bottom: -1px;
}

.feature-single span {
    font-size: 30px;
    color: #777777
}

.feature-single p {
    font-size: 15px;
    color: #6d6d6d;
}

blockquote p {
    margin-top: 30px
}

.grey-bg {
    padding: 60px 0;
    background-color: #f7f8fa;
}

.blue-bg {
    padding: 90px 0;
    background-color: #0057f7;
    margin-bottom: -60px;
}

.white-border h2 {
    color: #fff;
    margin: 0 auto;
    position: relative;
    text-align: center;
    display: table;
}

.white-border h2 a {
    color: #fff;
}

.white-border h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60%;
    margin-bottom: -10px;
    height: 1px;
    margin-left: -30%;
    background: #4d88f4;
}

.clients {
    margin: 60px 0;
}

ul.clients {
    padding: 0;
    opacity: 1;
    list-style: none;
}

ul.clients li {
    float: left;
    margin: 0;
    width: 16.66666%;
}

.clients img {
    transition: all 0.3s ease 0s;
    width: auto!important;
    max-width: 80%;
    opacity: 1;
    display: table;
    margin: 0 auto;
}

.clients img:hover {
    transition: .3s;
    transform: scale(0.9, 0.9);
    cursor: default;
}

.subscribe {
    background-color: #17191e;
    padding-top: 60px
}

.subscribe h2 {
    color: #fff
}

.subscribe .input-group {
    margin: 60px auto 0 auto;
    width: 100%;
}

.subscribe input.btn.btn-lg,
.subscribe input.btn.btn-lg:focus {
    outline: none;
    width: 60%;
    height: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #232528;
    border-color: #606060;
}

.subscribe input.btn.btn-lg:focus {
    color: #fff;
    background-color: #606060
}

.subscribe button.btn {
    width: 40%;
    height: 60px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-title h2 {
    font-size: 60px
}

.page-title {
    padding: 90px 0
}

.steps {
    background-color: #f7f8fa;
    padding: 60px 0 45px 0;
    margin-bottom: 60px;
}

.step {
    text-align: center;
}

.step-number {
    color: #a1a1a1;
    font-size: 24px;
    margin: -90px auto 30px auto;
    width: 55px;
    height: 55px;
    padding: 3px 5px 10px 5px;
    border-radius: 50%;
    border: 5px solid #fff;
    background: #f7f8fa
}

.step-title {
    font-size: 18px;
    color: #878787
}

.active .step-number {
    color: #fff;
    background: #0057f7
}

.active .step-title {
    color: #17191e
}

.price-info {
    background-color: #f7f8fa;
    padding: 45px;
    font-size: 17px;
    margin-bottom: 30px;
}

.number {
    border-radius: 4px;
    display: block;
    padding: 15px 67px;
    background: #fff;
    border: 1px solid #e2e8f3;
    color: #17191e;
    float: left;
    font-size: 18px;
    margin: 15px 15px 0 0;
    font-family: 'Varela Round', sans-serif;
    text-align: center;
    box-sizing: border-box;

}

.number:hover,
.number.selected {
    text-decoration: none;
    background: #f7f8fa;
    border: 1px solid #0057f7;
}


@media (max-width: 1140px) {
   .number {
    padding: 15px;
        width: calc(25% - 15px);
   }
}


@media (max-width: 800px) {
   .number {
    padding: 15px;
        width: calc(33.3333333% - 15px);
   }
}

@media (max-width: 500px) {
   .number {
    padding: 10px 5px;
        width: calc(50% - 15px);
   }
}

ul.list,
ul.list_number_2,
ul.list_number_3 {
    list-style: none;
    padding: 0;
    margin: 0;
}

a.grey-link {
    color: #999999
}

a.grey-link:hover {
    color: #0057f7
}

.form input,
.form select,
.form textarea {
    border: 1px solid #dee2eb;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 15px;
    margin-bottom: 25px;
    width: 100%;
    background-color: #fafbfc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form input:focus,
.form select:focus,
.form textarea:focus {
    background-color: #fff
}

.form label {
    color: #17191e;
    font-size: 18px;
    display: block;
}

.form {
    margin: 60px 0
}

.line {
    padding-bottom: 4px;
    border-bottom: 1px solid #dee2eb;
    margin-bottom: 30px;
}

.detail-name {
    padding-left: 0px;
    color: #17191e;
    margin-bottom: 15px;
}

.detail-info {
    margin-bottom: 20px;
}

.avability {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 15px;
    padding-top: 15px;
    display: block;
    position: relative;
}

.avability:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: 1px;
    background: #c5c8d1;
}

.panel-heading a i {
    color: #0057f7
}

.help-box {
    background-color: #f7f8fa;
    border: 1px solid #dee2eb;
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px
}

.help-box div {
    margin: -60px auto 30px auto;
}

#map_div {
    width: 100%;
    height: 600px;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #0057f7;
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #4d8af9;
    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #99bcfc;
    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateX(0);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);
    /* IE 9 */
    transform: translateX(0);
    /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}


/* Loaded */

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);
    /* IE 9 */
    transform: translateX(-100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);
    /* IE 9 */
    transform: translateX(100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);
    /* IE 9 */
    transform: translateY(-100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}


/* JavaScript Turned Off */

.no-js #loader-wrapper {
    display: none;
}

.no-js h1 {
    color: #222222;
}

#content {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 80%;
    max-width: 978px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}


/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}


/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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


/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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


/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

@media screen and (max-width: 767px) {
    .logo h1 {
        font-size: 26px;
        text-align: center;
    }
    h2,
    .h2 {
        font-size: 22px
    }
    .short-exp {
        padding: 30px;
    }
    .short-exp h2 {
        border-bottom: 0 none;
    }
    .short-descr {
        background-color: #f7f8fa;
        padding: 15px;
        margin: 0;
        font-size: 17px;
        color: #878787;
    }
    .prices,
    .features {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .force-center,
    .text-right.force-center {
        text-align: center!important;
    }
    ul.clients li {
        float: left;
        margin: 0;
        width: 33.333333%;
    }
    .clients {
        margin: 15px 0;
    }
    .pricing-col {
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .page-title h2 {
        font-size: 36px
    }
    .page-title {
        padding: 30px 0
    }
    .steps {
        padding: 15px 0 15px 0;
        margin-bottom: 60px;
    }
    .step {
        text-align: left
    }
    .step-number {
        color: #a1a1a1;
        font-size: 24px;
        margin: 10px auto 10px auto;
        width: 55px;
        height: 55px;
        padding: 5px;
        border-radius: 50%;
        border: 5px solid #fff;
        background: #f7f8fa;
        display: inline-block;
        text-align: center;
    }
    .step-title {
        display: inline-block;
        font-size: 18px;
        color: #878787
    }
    #map_div {
        width: 100%;
        height: 300px;
    }
    ul.nav li.dropdown ul.dropdown-menu {
        display: block;
    }
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

.hidden {
    display: none
}

.msg {
    background: #fefefe;
    color: #666666;
    padding: 30px;
    border-top: solid 3px #CCCCCC;
    border-radius: 5px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .08);
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .08);
}

.msg-clear {
    border-color: #fefefe;
    -webkit-box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .15);
    box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .15);
}

.msg-info {
    border-color: #b8dbf2;
}

.msg-success {
    border-color: #cef2b8;
}

.msg-success .glyphicon {
    padding-right: 15px;
}

.msg-warning {
    border-color: rgba(255, 165, 0, .5);
}

.msg-danger {
    border-color: #ec8282;
}

.msg-primary {
    border-color: #9ca6f1;
}

.msg-magick {
    border-color: #e0b8f2;
}

.msg-info-text {
    color: #39b3d7;
}

.msg-success-text {
    color: #80d651;
}

.msg-warning-text {
    color: #db9e34;
}

.msg-danger-text {
    color: #c9302c;
}

.msg-primary-text {
    color: rgba(47, 106, 215, .9);
}

.msg-magick-text {
    color: #bb39d7;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

.basket-wrap {
    position: relative;
    float: right;
    z-index: 100;
    width: 340px;
}

a.basket-collapse {
    font-size: 12px;
    text-transform: uppercase;
    background-color: #fff;
    color: rgb(0, 87, 247) !important;
    border-radius: 4px;
    padding: 15px 20px;
    display: block;
    text-align: center;
    position: absolute;
    border: 1px solid #0057f7;
    right: 0
}

a.basket-collapse .icon {
    font-size: 36px;
}

a.basket-collapse img {
display: block;
}

.basket-hide {
    display: none;
}

a.basket-collapse:hover {
    background-color: #fff;
    color: #0057f7!important;
    text-align: left;
}

a.basket-collapse:hover .icon, a.basket-collapse:hover img {
    display: none;
}

a.basket-collapse:hover .basket-hide {
    display: block;
    color: #6d6d6d;
    font-size: 14px;
    text-transform: capitalize;
}

.basket-hide td {
    padding: 5px;
}

@media (max-width: 991px) {
    .basket-wrap {
        position: static;
        float: none;
        width: 100%;
    }
    @media screen and (max-width: 767px) {
        .radio-btn {
            display: none;
        }
        .deal-badge-2 {
            background-image: url("../images/deal-badge-2.png");
            width: 123px;
            height: 124px;
            position: absolute;
            right: 40px;
            top: 181px;
        }
        .normal-price {
            background-image: url("../images/normal-price.png");
            width: 203px;
            height: 26px;
            position: absolute;
            left: 10px;
            top: 305px;
        }
    }
    .basket-hide {
        display: block;
    }
    .basket-wrap:after {
        clear: both;
    }
    a.basket-collapse {
        position: static;
    }
}

.form select {
    background: url("../images/select.png") no-repeat right center #fafbfc;
    -webkit-appearance: none;
}

#logo {
    background: url('../images/logo.png') no-repeat;
    text-indent: -9999px;
    width: 180px;
    height: 37px;
}

#pag {
    width: 100%;
}

.pager div.short,
.pager .btn,
.pager span {
    display: none;
}

.pager ul {
    width: 100%!important
}

.price-block-title {
    background-color: #17191e;
    color: #fff;
    text-align: center;
    font-size: 18 px;
    text-transform: uppercase;
    padding: 10px!important;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 10px 10px 0px 0px;
}

.price-badge {
    background: url("../images/price-badge.png") no-repeat center center #fff;
    padding-top: 110px;
    padding-bottom: 190px;
    text-align: center;
}

.price-badge h2 {
    color: #0056f7;
    font-size: 60px;
    margin: 0;
}

.pure-img {
    max-width: 100%;
    height: auto;
    display: block
}

.pure-g {
    letter-spacing: -.31em;
    *letter-spacing: normal;
    *word-spacing: -.43em;
    text-rendering: optimizespeed;
    font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start
}

.opera-only:-o-prefocus,
.pure-g {
    word-spacing: -.43em
}

.pure-u {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
}

.pure-g [class *="pure-u"] {
    font-family: sans-serif
}

.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
}

.pure-u-1-24 {
    width: 4.1667%;
    *width: 4.1357%
}

.pure-u-1-12,
.pure-u-2-24 {
    width: 8.3333%;
    *width: 8.3023%
}

.pure-u-1-8,
.pure-u-3-24 {
    width: 12.5%;
    *width: 12.469%
}

.pure-u-1-6,
.pure-u-4-24 {
    width: 16.6667%;
    *width: 16.6357%
}

.pure-u-1-5 {
    width: 20%;
    *width: 19.969%
}

.pure-u-5-24 {
    width: 20.8333%;
    *width: 20.8023%
}

.pure-u-1-4,
.pure-u-6-24 {
    width: 25%;
    *width: 24.969%
}

.pure-u-7-24 {
    width: 29.1667%;
    *width: 29.1357%
}

.pure-u-1-3,
.pure-u-8-24 {
    width: 33.3333%;
    *width: 33.3023%
}

.pure-u-3-8,
.pure-u-9-24 {
    width: 37.5%;
    *width: 37.469%
}

.pure-u-2-5 {
    width: 40%;
    *width: 39.969%
}

.pure-u-5-12,
.pure-u-10-24 {
    width: 41.6667%;
    *width: 41.6357%
}

.pure-u-11-24 {
    width: 45.8333%;
    *width: 45.8023%
}

.pure-u-1-2,
.pure-u-12-24 {
    width: 50%;
    *width: 49.969%
}

.pure-u-13-24 {
    width: 54.1667%;
    *width: 54.1357%
}

.pure-u-7-12,
.pure-u-14-24 {
    width: 58.3333%;
    *width: 58.3023%
}

.pure-u-3-5 {
    width: 60%;
    *width: 59.969%
}

.pure-u-5-8,
.pure-u-15-24 {
    width: 62.5%;
    *width: 62.469%
}

.pure-u-2-3,
.pure-u-16-24 {
    width: 66.6667%;
    *width: 66.6357%
}

.pure-u-17-24 {
    width: 70.8333%;
    *width: 70.8023%
}

.pure-u-3-4,
.pure-u-18-24 {
    width: 75%;
    *width: 74.969%
}

.pure-u-19-24 {
    width: 79.1667%;
    *width: 79.1357%
}

.pure-u-4-5 {
    width: 80%;
    *width: 79.969%
}

.pure-u-5-6,
.pure-u-20-24 {
    width: 83.3333%;
    *width: 83.3023%
}

.pure-u-7-8,
.pure-u-21-24 {
    width: 87.5%;
    *width: 87.469%
}

.pure-u-11-12,
.pure-u-22-24 {
    width: 91.6667%;
    *width: 91.6357%
}

.pure-u-23-24 {
    width: 95.8333%;
    *width: 95.8023%
}

.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
    width: 100%
}

.pure-button {
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pure-button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pure-button {
    font-family: inherit;
    font-size: 100%;
    padding: .5em 1em;
    color: #444;
    color: rgba(0, 0, 0, .8);
    border: 1px solid #999;
    border: 0 rgba(0, 0, 0, 0);
    background-color: #E6E6E6;
    text-decoration: none;
    border-radius: 2px
}

.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .1)));
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .1));
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1))
}

.pure-button:focus {
    outline: 0
}

.pure-button-active,
.pure-button:active {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset;
    border-color: #000\9
}

.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
    border: 0;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    filter: alpha(opacity=40);
    -khtml-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
    cursor: not-allowed;
    box-shadow: none
}

.pure-button-hidden {
    display: none
}

.pure-button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
    background-color: #0078e7;
    color: #fff
}

.pure-form input[type=text],
.pure-form input[type=password],
.pure-form input[type=email],
.pure-form input[type=url],
.pure-form input[type=date],
.pure-form input[type=month],
.pure-form input[type=time],
.pure-form input[type=datetime],
.pure-form input[type=datetime-local],
.pure-form input[type=week],
.pure-form input[type=number],
.pure-form input[type=search],
.pure-form input[type=tel],
.pure-form input[type=color],
.pure-form select,
.pure-form textarea {
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pure-form input:not([type]) {
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pure-form input[type=color] {
    padding: .2em .5em
}

.pure-form input[type=text]:focus,
.pure-form input[type=password]:focus,
.pure-form input[type=email]:focus,
.pure-form input[type=url]:focus,
.pure-form input[type=date]:focus,
.pure-form input[type=month]:focus,
.pure-form input[type=time]:focus,
.pure-form input[type=datetime]:focus,
.pure-form input[type=datetime-local]:focus,
.pure-form input[type=week]:focus,
.pure-form input[type=number]:focus,
.pure-form input[type=search]:focus,
.pure-form input[type=tel]:focus,
.pure-form input[type=color]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
    outline: 0;
    border-color: #129FEA
}

.pure-form input:not([type]):focus {
    outline: 0;
    border-color: #129FEA
}

.pure-form input[type=file]:focus,
.pure-form input[type=radio]:focus,
.pure-form input[type=checkbox]:focus {
    outline: thin solid #129FEA;
    outline: 1px auto #129FEA
}

.pure-form .pure-checkbox,
.pure-form .pure-radio {
    margin: .5em 0;
    display: block
}

.pure-form input[type=text][disabled],
.pure-form input[type=password][disabled],
.pure-form input[type=email][disabled],
.pure-form input[type=url][disabled],
.pure-form input[type=date][disabled],
.pure-form input[type=month][disabled],
.pure-form input[type=time][disabled],
.pure-form input[type=datetime][disabled],
.pure-form input[type=datetime-local][disabled],
.pure-form input[type=week][disabled],
.pure-form input[type=number][disabled],
.pure-form input[type=search][disabled],
.pure-form input[type=tel][disabled],
.pure-form input[type=color][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3
}

.pure-form input:not([type])[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3
}

.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
    background-color: #eee;
    color: #777;
    border-color: #ccc
}

.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
    color: #b94a48;
    border-color: #e9322d
}

.pure-form input[type=file]:focus:invalid:focus,
.pure-form input[type=radio]:focus:invalid:focus,
.pure-form input[type=checkbox]:focus:invalid:focus {
    outline-color: #e9322d
}

.pure-form select {
    height: 2.25em;
    border: 1px solid #ccc;
    background-color: #fff
}

.pure-form select[multiple] {
    height: auto
}

.pure-form label {
    margin: .5em 0 .2em
}

.pure-form fieldset {
    margin: 0;
    padding: .35em 0 .75em;
    border: 0
}

.pure-form legend {
    display: block;
    width: 100%;
    padding: .3em 0;
    margin-bottom: .3em;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

.pure-form-stacked input[type=text],
.pure-form-stacked input[type=password],
.pure-form-stacked input[type=email],
.pure-form-stacked input[type=url],
.pure-form-stacked input[type=date],
.pure-form-stacked input[type=month],
.pure-form-stacked input[type=time],
.pure-form-stacked input[type=datetime],
.pure-form-stacked input[type=datetime-local],
.pure-form-stacked input[type=week],
.pure-form-stacked input[type=number],
.pure-form-stacked input[type=search],
.pure-form-stacked input[type=tel],
.pure-form-stacked input[type=color],
.pure-form-stacked input[type=file],
.pure-form-stacked select,
.pure-form-stacked label,
.pure-form-stacked textarea {
    display: block;
    margin: .25em 0
}

.pure-form-stacked input:not([type]) {
    display: block;
    margin: .25em 0
}

.pure-form-aligned input,
.pure-form-aligned textarea,
.pure-form-aligned select,
.pure-form-aligned .pure-help-inline,
.pure-form-message-inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle
}

.pure-form-aligned textarea {
    vertical-align: top
}

.pure-form-aligned .pure-control-group {
    margin-bottom: .5em
}

.pure-form-aligned .pure-control-group label {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 10em;
    margin: 0 1em 0 0
}

.pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 11em
}

.pure-form input.pure-input-rounded,
.pure-form .pure-input-rounded {
    border-radius: 2em;
    padding: .5em 1em
}

.pure-form .pure-group fieldset {
    margin-bottom: 10px
}

.pure-form .pure-group input,
.pure-form .pure-group textarea {
    display: block;
    padding: 10px;
    margin: 0 0 -1px;
    border-radius: 0;
    position: relative;
    top: -1px
}

.pure-form .pure-group input:focus,
.pure-form .pure-group textarea:focus {
    z-index: 3
}

.pure-form .pure-group input:first-child,
.pure-form .pure-group textarea:first-child {
    top: 1px;
    border-radius: 4px 4px 0 0;
    margin: 0
}

.pure-form .pure-group input:first-child:last-child,
.pure-form .pure-group textarea:first-child:last-child {
    top: 1px;
    border-radius: 4px;
    margin: 0
}

.pure-form .pure-group input:last-child,
.pure-form .pure-group textarea:last-child {
    top: -2px;
    border-radius: 0 0 4px 4px;
    margin: 0
}

.pure-form .pure-group button {
    margin: .35em 0
}

.pure-form .pure-input-1 {
    width: 100%
}

.pure-form .pure-input-2-3 {
    width: 66%
}

.pure-form .pure-input-1-2 {
    width: 50%
}

.pure-form .pure-input-1-3 {
    width: 33%
}

.pure-form .pure-input-1-4 {
    width: 25%
}

.pure-form .pure-help-inline,
.pure-form-message-inline {
    display: inline-block;
    padding-left: .3em;
    color: #666;
    vertical-align: middle;
    font-size: .875em
}

.pure-form-message {
    display: block;
    color: #666;
    font-size: .875em
}

@media only screen and (max-width:480px) {
    .pure-form button[type=submit] {
        margin: .7em 0 0
    }
    .pure-form input:not([type]),
    .pure-form input[type=text],
    .pure-form input[type=password],
    .pure-form input[type=email],
    .pure-form input[type=url],
    .pure-form input[type=date],
    .pure-form input[type=month],
    .pure-form input[type=time],
    .pure-form input[type=datetime],
    .pure-form input[type=datetime-local],
    .pure-form input[type=week],
    .pure-form input[type=number],
    .pure-form input[type=search],
    .pure-form input[type=tel],
    .pure-form input[type=color],
    .pure-form label {
        margin-bottom: .3em;
        display: block
    }
    .pure-group input:not([type]),
    .pure-group input[type=text],
    .pure-group input[type=password],
    .pure-group input[type=email],
    .pure-group input[type=url],
    .pure-group input[type=date],
    .pure-group input[type=month],
    .pure-group input[type=time],
    .pure-group input[type=datetime],
    .pure-group input[type=datetime-local],
    .pure-group input[type=week],
    .pure-group input[type=number],
    .pure-group input[type=search],
    .pure-group input[type=tel],
    .pure-group input[type=color] {
        margin-bottom: 0
    }
    .pure-form-aligned .pure-control-group label {
        margin-bottom: .3em;
        text-align: left;
        display: block;
        width: 100%
    }
    .pure-form-aligned .pure-controls {
        margin: 1.5em 0 0
    }
    .pure-form .pure-help-inline,
    .pure-form-message-inline,
    .pure-form-message {
        display: block;
        font-size: .75em;
        padding: .2em 0 .8em
    }
}

.pure-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pure-menu-fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3
}

.pure-menu-list,
.pure-menu-item {
    position: relative
}

.pure-menu-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.pure-menu-item {
    padding: 0;
    margin: 0;
    height: 100%
}

.pure-menu-link,
.pure-menu-heading {
    display: block;
    text-decoration: none;
    white-space: nowrap
}

.pure-menu-horizontal {
    width: 100%;
    white-space: nowrap
}

.pure-menu-horizontal .pure-menu-list {
    display: inline-block
}

.pure-menu-horizontal .pure-menu-item,
.pure-menu-horizontal .pure-menu-heading,
.pure-menu-horizontal .pure-menu-separator {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle
}

.pure-menu-item .pure-menu-item {
    display: block
}

.pure-menu-children {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 3
}

.pure-menu-horizontal .pure-menu-children {
    left: 0;
    top: auto;
    width: inherit
}

.pure-menu-allow-hover:hover>.pure-menu-children,
.pure-menu-active>.pure-menu-children {
    display: block;
    position: absolute
}

.pure-menu-has-children>.pure-menu-link:after {
    padding-left: .5em;
    content: "\25B8";
    font-size: small
}

.pure-menu-horizontal .pure-menu-has-children>.pure-menu-link:after {
    content: "\25BE"
}

.pure-menu-scrollable {
    overflow-y: scroll;
    overflow-x: hidden
}

.pure-menu-scrollable .pure-menu-list {
    display: block
}

.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
    display: inline-block
}

.pure-menu-horizontal.pure-menu-scrollable {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    padding: .5em 0
}

.pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar {
    display: none
}

.pure-menu-separator {
    background-color: #ccc;
    height: 1px;
    margin: .3em 0
}

.pure-menu-horizontal .pure-menu-separator {
    width: 1px;
    height: 1.3em;
    margin: 0 .3em
}

.pure-menu-heading {
    text-transform: uppercase;
    color: #565d64
}

.pure-menu-link {
    color: #777
}

.pure-menu-children {
    background-color: #fff
}

.pure-menu-link,
.pure-menu-disabled,
.pure-menu-heading {
    padding: .5em 1em
}

.pure-menu-disabled {
    opacity: .5
}

.pure-menu-disabled .pure-menu-link:hover {
    background-color: transparent
}

.pure-menu-active>.pure-menu-link,
.pure-menu-link:hover,
.pure-menu-link:focus {
    background-color: #eee
}

.pure-menu-selected .pure-menu-link,
.pure-menu-selected .pure-menu-link:visited {
    color: #000
}

.pure-table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb
}

.pure-table caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center
}

.pure-table td,
.pure-table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em
}

.pure-table td:first-child,
.pure-table th:first-child {
    border-left-width: 0
}

.pure-table thead {
    background-color: #000;
    color: #fff;
    text-align: left;
    vertical-align: bottom
}

.pure-table td {
    background-color: transparent
}

.pure-table-odd td {
    background-color: #f2f2f2
}

.pure-table-striped tr:nth-child(2n-1) td {
    background-color: #f2f2f2
}

.pure-table-bordered td {
    border-bottom: 1px solid #cbcbcb
}

.pure-table-bordered tbody>tr:last-child>td {
    border-bottom-width: 0
}

.pure-table-horizontal td,
.pure-table-horizontal th {
    border-width: 0 0 1px;
    border-bottom: 1px solid #cbcbcb
}

.pure-table-horizontal tbody>tr:last-child>td {
    border-bottom-width: 0
}

.not-active {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

.deal-page-title {
    background: #cf231f url(../images/deal-bg.jpg) no-repeat center top;

    color: #fff;
    padding: 30px 0;
}

.deal-page-title h2 {
    font-size: 60px;
    color: #fff;
}

.deal-page-title h3 {
    color: #fff;
}

.main-example {
    margin: 0 auto;
    width: 355px;
}

.main-example .countdown-container {
    height: 130px;
}

.main-example .time {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    display: inline-block;
    text-align: center;
    position: relative;
    height: 95px;
    width: 65px;
    -webkit-perspective: 479px;
    -moz-perspective: 479px;
    -ms-perspective: 479px;
    -o-perspective: 479px;
    perspective: 479px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.main-example .count {
    background: #202020;
    color: #f8f8f8;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    line-height: 3.3em;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    top: 0;
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat;
}

.main-example .count.top {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px 5px 0 0;
    height: 50%;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.main-example .count.bottom {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), transparent);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0 0 5px 5px;
    line-height: 0;
    height: 50%;
    top: 50%;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.main-example .count.next {}

.main-example .label {
    font-size: normal;
    margin-top: 5px;
    display: block;
    position: absolute;
    top: 95px;
    width: 100%;
}


/* Animation start */

.main-example .count.curr.top {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 3;
}

.main-example .count.next.bottom {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    z-index: 2;
}


/* Animation end */

.main-example .flip .count.curr.top {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.main-example .flip .count.next.bottom {
    -webkit-transition: all 250ms ease-in-out 250ms;
    -moz-transition: all 250ms ease-in-out 250ms;
    -ms-transition: all 250ms ease-in-out 250ms;
    -o-transition: all 250ms ease-in-out 250ms;
    transition: all 250ms ease-in-out 250ms;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

@media screen and (max-width: 48em) {
    .main-example {
        width: 100%;
    }
    .main-example .countdown-container {
        height: 100px;
    }
    .main-example .time {
        height: 70px;
        width: 48px;
    }
    .main-example .count {
        font-size: 1.5em;
        line-height: 70px;
    }
    .main-example .label {
        font-size: 0.8em;
        top: 72px;
    }
}

.text-content,
.image-content {
    display: block;
    width: 50%;
}

.text-content {
    background: #0057f7;
    float: left;
}

.text-content .content {
    max-width: 585px;
    color: #fff;
    float: right;
    padding: 60px 60px 60px 0;
}

.text-content .content h2 {
    color: #fff
}

.image-content {
    background: #000 url(../images/why-choose.jpg) no-repeat center center;
    background-size: cover;
    float: right;
    min-height: 538px;
}

@media screen and (max-width: 767px) {
    .text-content,
    .image-content {
        width: 100%
    }
    .text-content .content {
        padding: 30px;
        width: 100%;
    }
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.reviews blockquote {
    border: 1px solid #cfd0d1;
    padding: 30px;
    border-radius: 4px;
    margin: 0 15px;
}

.reviews blockquote p {
    margin-top: 0
}










#ouibounce-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
#ouibounce-modal .modal {
  width: 600px;
  height: 570px;
  background-color: #fff;
  z-index: 1;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
}
#ouibounce-modal .modal-title {

  background-color: #0057F7;
  color: #fff;
  padding: 10px;
  margin: 0;
  border-radius: 4px 4px 0 0;
  text-align: center;
}
#ouibounce-modal h2 {
       color: #fff;
}
#ouibounce-modal .modal-body {
  padding: 20px 35px;
}
#ouibounce-modal p {
  color: #344a5f;
}

#ouibounce-modal .modal-footer {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
#ouibounce-modal .modal-footer p {
  text-transform: capitalize;
  cursor: pointer;
  display: inline;
  border-bottom: 1px solid #344a5f;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}


/* dynamic business package page */
#websiteInput {
    display: none;
}

/* Signup form tweaks */
.hide-robot{
    display: none;
}











@charset "UTF-8";

@font-face {
  font-family: "streamline-30px";
  src:url("../fonts/streamline-30px.eot");
  src:url("../fonts/streamline-30px.eot?#iefix") format("embedded-opentype"),
    url("../fonts/streamline-30px.woff") format("woff"),
    url("../fonts/streamline-30px.ttf") format("truetype"),
    url("../fonts/streamline-30px.svg#streamline-30px") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "streamline-30px" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "streamline-30px" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-aim-1:before {
  content: "a";
}
.icon-aim-2:before {
  content: "b";
}
.icon-aim-3:before {
  content: "c";
}
.icon-bin-1:before {
  content: "d";
}
.icon-bin-2:before {
  content: "e";
}
.icon-binocular:before {
  content: "f";
}
.icon-bomb:before {
  content: "g";
}
.icon-clip-1:before {
  content: "h";
}
.icon-clip-2:before {
  content: "i";
}
.icon-cutter:before {
  content: "j";
}
.icon-delete-1:before {
  content: "k";
}
.icon-delete-2:before {
  content: "l";
}
.icon-edit-1:before {
  content: "m";
}
.icon-edit-2:before {
  content: "n";
}
.icon-edit-3:before {
  content: "o";
}
.icon-hide:before {
  content: "p";
}
.icon-ink:before {
  content: "q";
}
.icon-key-1:before {
  content: "r";
}
.icon-key-2:before {
  content: "s";
}
.icon-link-1:before {
  content: "t";
}
.icon-link-2:before {
  content: "u";
}
.icon-link-3:before {
  content: "v";
}
.icon-link-broken-1:before {
  content: "w";
}
.icon-link-broken-2:before {
  content: "x";
}
.icon-lock-1:before {
  content: "y";
}
.icon-lock-2:before {
  content: "z";
}
.icon-lock-3:before {
  content: "A";
}
.icon-lock-4:before {
  content: "B";
}
.icon-lock-5:before {
  content: "C";
}
.icon-lock-unlock-1:before {
  content: "D";
}
.icon-lock-unlock-2:before {
  content: "E";
}
.icon-magnifier:before {
  content: "F";
}
.icon-pen-1:before {
  content: "G";
}
.icon-pen-2:before {
  content: "H";
}
.icon-pen-3:before {
  content: "I";
}
.icon-pen-4:before {
  content: "J";
}
.icon-pencil-1:before {
  content: "K";
}
.icon-pencil-2:before {
  content: "L";
}
.icon-pencil-3:before {
  content: "M";
}
.icon-pin-1:before {
  content: "N";
}
.icon-pin-2:before {
  content: "O";
}
.icon-power-1:before {
  content: "P";
}
.icon-power-2:before {
  content: "Q";
}
.icon-preview-1:before {
  content: "R";
}
.icon-preview-2:before {
  content: "S";
}
.icon-scissor-1:before {
  content: "T";
}
.icon-scissor-2:before {
  content: "U";
}
.icon-skull-1:before {
  content: "V";
}
.icon-skull-2:before {
  content: "W";
}
.icon-type-1:before {
  content: "X";
}
.icon-type-2:before {
  content: "Y";
}
.icon-type-3:before {
  content: "Z";
}
.icon-type-4:before {
  content: "0";
}
.icon-zoom-area:before {
  content: "1";
}
.icon-zoom-in:before {
  content: "2";
}
.icon-zoom-out:before {
  content: "3";
}
.icon-cursor-1:before {
  content: "4";
}
.icon-cursor-2:before {
  content: "5";
}
.icon-cursor-3:before {
  content: "6";
}
.icon-cursor-6:before {
  content: "7";
}
.icon-cursor-move:before {
  content: "8";
}
.icon-cursor-select-area:before {
  content: "9";
}
.icon-cursors:before {
  content: "!";
}
.icon-hand:before {
  content: "\"";
}
.icon-hand-block:before {
  content: "#";
}
.icon-hand-grab-1:before {
  content: "$";
}
.icon-hand-grab-2:before {
  content: "%";
}
.icon-hand-point:before {
  content: "&";
}
.icon-hand-touch-1:before {
  content: "'";
}
.icon-hand-touch-2:before {
  content: "(";
}
.icon-hand-touch-3:before {
  content: ")";
}
.icon-hand-touch-4:before {
  content: "*";
}
.icon-bookmark-1:before {
  content: "+";
}
.icon-bookmark-2:before {
  content: ",";
}
.icon-bookmark-3:before {
  content: "-";
}
.icon-bookmark-4:before {
  content: ".";
}
.icon-tag-1:before {
  content: "/";
}
.icon-tag-2:before {
  content: ":";
}
.icon-tag-add:before {
  content: ";";
}
.icon-tag-delete:before {
  content: "<";
}
.icon-tags-1:before {
  content: "=";
}
.icon-tags-2:before {
  content: ">";
}
.icon-anchor-point-1:before {
  content: "?";
}
.icon-anchor-point-2:before {
  content: "@";
}
.icon-arrange-1:before {
  content: "[";
}
.icon-arrange-2:before {
  content: "]";
}
.icon-board:before {
  content: "^";
}
.icon-brush-1:before {
  content: "_";
}
.icon-brush-2:before {
  content: "`";
}
.icon-bucket:before {
  content: "{";
}
.icon-crop:before {
  content: "|";
}
.icon-dropper-1:before {
  content: "}";
}
.icon-dropper-2:before {
  content: "~";
}
.icon-dropper-3:before {
  content: "\";
}
.icon-glue:before {
  content: "\e000";
}
.icon-grid:before {
  content: "\e001";
}
.icon-layers:before {
  content: "\e002";
}
.icon-magic-wand-1:before {
  content: "\e003";
}
.icon-magic-wand-2:before {
  content: "\e004";
}
.icon-magnet:before {
  content: "\e005";
}
.icon-marker:before {
  content: "\e006";
}
.icon-palette:before {
  content: "\e007";
}
.icon-pen-5:before {
  content: "\e008";
}
.icon-pen-6:before {
  content: "\e009";
}
.icon-quill:before {
  content: "\e00a";
}
.icon-reflect:before {
  content: "\e00b";
}
.icon-roller:before {
  content: "\e00c";
}
.icon-ruler-1:before {
  content: "\e00d";
}
.icon-ruler-2:before {
  content: "\e00e";
}
.icon-scale-diagonal-1:before {
  content: "\e00f";
}
.icon-scale-diagonal-2:before {
  content: "\e010";
}
.icon-scale-horizontal:before {
  content: "\e011";
}
.icon-scale-tool-1:before {
  content: "\e012";
}
.icon-scale-tool-2:before {
  content: "\e013";
}
.icon-scale-tool-3:before {
  content: "\e014";
}
.icon-scale-vertical:before {
  content: "\e015";
}
.icon-shear-tool:before {
  content: "\e016";
}
.icon-spray:before {
  content: "\e017";
}
.icon-stamp:before {
  content: "\e018";
}
.icon-stationery-1:before {
  content: "\e019";
}
.icon-stationery-2:before {
  content: "\e01a";
}
.icon-stationery-3:before {
  content: "\e01b";
}
.icon-vector:before {
  content: "\e01c";
}
.icon-award-1:before {
  content: "\e01d";
}
.icon-award-2:before {
  content: "\e01e";
}
.icon-award-3:before {
  content: "\e01f";
}
.icon-award-4:before {
  content: "\e020";
}
.icon-award-5:before {
  content: "\e021";
}
.icon-award-6:before {
  content: "\e022";
}
.icon-crown-1:before {
  content: "\e023";
}
.icon-crown-2:before {
  content: "\e024";
}
.icon-crown-3:before {
  content: "\e025";
}
.icon-fire:before {
  content: "\e026";
}
.icon-flag-1:before {
  content: "\e027";
}
.icon-flag-2:before {
  content: "\e028";
}
.icon-flag-3:before {
  content: "\e029";
}
.icon-flag-4:before {
  content: "\e02a";
}
.icon-flag-5:before {
  content: "\e02b";
}
.icon-flag-6:before {
  content: "\e02c";
}
.icon-flag-7:before {
  content: "\e02d";
}
.icon-flag-8:before {
  content: "\e02e";
}
.icon-google-plus-1:before {
  content: "\e02f";
}
.icon-google-plus-2:before {
  content: "\e030";
}
.icon-hand-like-1:before {
  content: "\e031";
}
.icon-hand-like-2:before {
  content: "\e032";
}
.icon-hand-unlike-1:before {
  content: "\e033";
}
.icon-hand-unlike-2:before {
  content: "\e034";
}
.icon-heart-1:before {
  content: "\e035";
}
.icon-heart-2:before {
  content: "\e036";
}
.icon-heart-angel:before {
  content: "\e037";
}
.icon-heart-broken:before {
  content: "\e038";
}
.icon-heart-minus:before {
  content: "\e039";
}
.icon-heart-plus:before {
  content: "\e03a";
}
.icon-present:before {
  content: "\e03b";
}
.icon-rank-1:before {
  content: "\e03c";
}
.icon-rank-2:before {
  content: "\e03d";
}
.icon-ribbon:before {
  content: "\e03e";
}
.icon-star-1:before {
  content: "\e03f";
}
.icon-star-2:before {
  content: "\e040";
}
.icon-star-3:before {
  content: "\e041";
}
.icon-star-4:before {
  content: "\e042";
}
.icon-star-5:before {
  content: "\e043";
}
.icon-star-6:before {
  content: "\e044";
}
.icon-star-7:before {
  content: "\e045";
}
.icon-star-8:before {
  content: "\e046";
}
.icon-star-9:before {
  content: "\e047";
}
.icon-star-10:before {
  content: "\e048";
}
.icon-trophy:before {
  content: "\e049";
}
.icon-baloon:before {
  content: "\e04a";
}
.icon-bubble-1:before {
  content: "\e04b";
}
.icon-bubble-2:before {
  content: "\e04c";
}
.icon-bubble-add-1:before {
  content: "\e04d";
}
.icon-bubble-add-2:before {
  content: "\e04e";
}
.icon-bubble-add-3:before {
  content: "\e04f";
}
.icon-bubble-ask-1:before {
  content: "\e050";
}
.icon-bubble-ask-2:before {
  content: "\e051";
}
.icon-bubble-attention-2:before {
  content: "\e052";
}
.icon-bubble-attention-3:before {
  content: "\e053";
}
.icon-bubble-attention-4:before {
  content: "\e054";
}
.icon-bubble-attention-6:before {
  content: "\e055";
}
.icon-bubble-attention-7:before {
  content: "\e056";
}
.icon-bubble-block-1:before {
  content: "\e057";
}
.icon-bubble-block-2:before {
  content: "\e058";
}
.icon-bubble-block-3:before {
  content: "\e059";
}
.icon-bubble-chat-1:before {
  content: "\e05a";
}
.icon-bubble-chat-2:before {
  content: "\e05b";
}
.icon-bubble-check-1:before {
  content: "\e05c";
}
.icon-bubble-check-2:before {
  content: "\e05d";
}
.icon-bubble-check-3:before {
  content: "\e05e";
}
.icon-bubble-comment-1:before {
  content: "\e05f";
}
.icon-bubble-comment-2:before {
  content: "\e060";
}
.icon-bubble-conversation-1:before {
  content: "\e061";
}
.icon-bubble-conversation-2:before {
  content: "\e062";
}
.icon-bubble-conversation-3:before {
  content: "\e063";
}
.icon-bubble-conversation-4:before {
  content: "\e064";
}
.icon-bubble-conversation-5:before {
  content: "\e065";
}
.icon-bubble-conversation-6:before {
  content: "\e066";
}
.icon-bubble-delete-1:before {
  content: "\e067";
}
.icon-bubble-delete-2:before {
  content: "\e068";
}
.icon-bubble-delete-3:before {
  content: "\e069";
}
.icon-bubble-edit-1:before {
  content: "\e06a";
}
.icon-bubble-edit-2:before {
  content: "\e06b";
}
.icon-bubble-edit-3:before {
  content: "\e06c";
}
.icon-bubble-heart-1:before {
  content: "\e06d";
}
.icon-bubble-heart-2:before {
  content: "\e06e";
}
.icon-bubble-information:before {
  content: "\e06f";
}
.icon-bubble-information-1:before {
  content: "\e070";
}
.icon-bubble-minus-1:before {
  content: "\e071";
}
.icon-bubble-minus-2:before {
  content: "\e072";
}
.icon-bubble-minus-3:before {
  content: "\e073";
}
.icon-bubble-quote-1:before {
  content: "\e074";
}
.icon-bubble-quote-2:before {
  content: "\e075";
}
.icon-bubble-smiley-1:before {
  content: "\e076";
}
.icon-bubble-smiley-2:before {
  content: "\e077";
}
.icon-bubble-smiley-3:before {
  content: "\e078";
}
.icon-bubble-smiley-4:before {
  content: "\e079";
}
.icon-bubble-star-1:before {
  content: "\e07a";
}
.icon-bubble-star-2:before {
  content: "\e07b";
}
.icon-bubble-star-3:before {
  content: "\e07c";
}
.icon-chat-1:before {
  content: "\e07d";
}
.icon-chat-2:before {
  content: "\e07e";
}
.icon-chat-3:before {
  content: "\e07f";
}
.icon-chat-4:before {
  content: "\e080";
}
.icon-chat-5:before {
  content: "\e081";
}
.icon-chat-6:before {
  content: "\e082";
}
.icon-chat-7:before {
  content: "\e083";
}
.icon-smiley-happy-1:before {
  content: "\e084";
}
.icon-smiley-happy-2:before {
  content: "\e085";
}
.icon-smiley-happy-3:before {
  content: "\e086";
}
.icon-smiley-happy-4:before {
  content: "\e087";
}
.icon-smiley-happy-5:before {
  content: "\e088";
}
.icon-smiley-sad-1:before {
  content: "\e089";
}
.icon-smiley-surprise:before {
  content: "\e08a";
}
.icon-smiley-wink:before {
  content: "\e08b";
}
.icon-call-1:before {
  content: "\e08c";
}
.icon-call-2:before {
  content: "\e08d";
}
.icon-call-3:before {
  content: "\e08e";
}
.icon-call-4:before {
  content: "\e08f";
}
.icon-call-add:before {
  content: "\e090";
}
.icon-call-block:before {
  content: "\e091";
}
.icon-call-delete:before {
  content: "\e092";
}
.icon-call-in:before {
  content: "\e093";
}
.icon-call-minus:before {
  content: "\e094";
}
.icon-call-out:before {
  content: "\e095";
}
.icon-contact:before {
  content: "\e096";
}
.icon-fax:before {
  content: "\e097";
}
.icon-hang-up:before {
  content: "\e098";
}
.icon-message:before {
  content: "\e099";
}
.icon-mobile-phone-1:before {
  content: "\e09a";
}
.icon-mobile-phone-2:before {
  content: "\e09b";
}
.icon-phone-1:before {
  content: "\e09c";
}
.icon-phone-2:before {
  content: "\e09d";
}
.icon-phone-3:before {
  content: "\e09e";
}
.icon-phone-4:before {
  content: "\e09f";
}
.icon-phone-vibration:before {
  content: "\e0a0";
}
.icon-signal-fine:before {
  content: "\e0a1";
}
.icon-signal-full:before {
  content: "\e0a2";
}
.icon-signal-high:before {
  content: "\e0a3";
}
.icon-signal-no:before {
  content: "\e0a4";
}
.icon-signal-poor:before {
  content: "\e0a5";
}
.icon-signal-weak:before {
  content: "\e0a6";
}
.icon-smartphone:before {
  content: "\e0a7";
}
.icon-tape:before {
  content: "\e0a8";
}
.icon-camera-symbol-1:before {
  content: "\e0a9";
}
.icon-camera-symbol-2:before {
  content: "\e0aa";
}
.icon-camera-symbol-3:before {
  content: "\e0ab";
}
.icon-headphone:before {
  content: "\e0ac";
}
.icon-antenna-1:before {
  content: "\e0ad";
}
.icon-antenna-2:before {
  content: "\e0ae";
}
.icon-antenna-3:before {
  content: "\e0af";
}
.icon-hotspot-1:before {
  content: "\e0b0";
}
.icon-hotspot-2:before {
  content: "\e0b1";
}
.icon-link:before {
  content: "\e0b2";
}
.icon-megaphone-1:before {
  content: "\e0b3";
}
.icon-megaphone-2:before {
  content: "\e0b4";
}
.icon-radar:before {
  content: "\e0b5";
}
.icon-rss-1:before {
  content: "\e0b6";
}
.icon-rss-2:before {
  content: "\e0b7";
}
.icon-satellite:before {
  content: "\e0b8";
}
.icon-address-1:before {
  content: "\e0b9";
}
.icon-address-2:before {
  content: "\e0ba";
}
.icon-address-3:before {
  content: "\e0bb";
}
.icon-forward:before {
  content: "\e0bc";
}
.icon-inbox-1:before {
  content: "\e0bd";
}
.icon-inbox-2:before {
  content: "\e0be";
}
.icon-inbox-3:before {
  content: "\e0bf";
}
.icon-inbox-4:before {
  content: "\e0c0";
}
.icon-letter-1:before {
  content: "\e0c1";
}
.icon-letter-2:before {
  content: "\e0c2";
}
.icon-letter-3:before {
  content: "\e0c3";
}
.icon-letter-4:before {
  content: "\e0c4";
}
.icon-letter-5:before {
  content: "\e0c5";
}
.icon-mail-1:before {
  content: "\e0c6";
}
.icon-mail-2:before {
  content: "\e0c7";
}
.icon-mail-add:before {
  content: "\e0c8";
}
.icon-mail-attention:before {
  content: "\e0c9";
}
.icon-mail-block:before {
  content: "\e0ca";
}
.icon-mail-box-1:before {
  content: "\e0cb";
}
.icon-mail-box-2:before {
  content: "\e0cc";
}
.icon-mail-box-3:before {
  content: "\e0cd";
}
.icon-mail-checked:before {
  content: "\e0ce";
}
.icon-mail-compose:before {
  content: "\e0cf";
}
.icon-mail-delete:before {
  content: "\e0d0";
}
.icon-mail-favorite:before {
  content: "\e0d1";
}
.icon-mail-inbox:before {
  content: "\e0d2";
}
.icon-mail-lock:before {
  content: "\e0d3";
}
.icon-mail-minus:before {
  content: "\e0d4";
}
.icon-mail-read:before {
  content: "\e0d5";
}
.icon-mail-recieved-1:before {
  content: "\e0d6";
}
.icon-mail-recieved-2:before {
  content: "\e0d7";
}
.icon-mail-search-1:before {
  content: "\e0d8";
}
.icon-mail-search-2:before {
  content: "\e0d9";
}
.icon-mail-sent-1:before {
  content: "\e0da";
}
.icon-mail-sent-2:before {
  content: "\e0db";
}
.icon-mail-setting:before {
  content: "\e0dc";
}
.icon-mail-star:before {
  content: "\e0dd";
}
.icon-mail-sync:before {
  content: "\e0de";
}
.icon-mail-time:before {
  content: "\e0df";
}
.icon-outbox-1:before {
  content: "\e0e0";
}
.icon-outbox-2:before {
  content: "\e0e1";
}
.icon-plane-paper-1:before {
  content: "\e0e2";
}
.icon-plane-paper-2:before {
  content: "\e0e3";
}
.icon-reply-mail-1:before {
  content: "\e0e4";
}
.icon-reply-mail-2:before {
  content: "\e0e5";
}
.icon-connection-1:before {
  content: "\e0e6";
}
.icon-connection-2:before {
  content: "\e0e7";
}
.icon-connection-3:before {
  content: "\e0e8";
}
.icon-contacts-1:before {
  content: "\e0e9";
}
.icon-contacts-2:before {
  content: "\e0ea";
}
.icon-contacts-3:before {
  content: "\e0eb";
}
.icon-contacts-4:before {
  content: "\e0ec";
}
.icon-female:before {
  content: "\e0ed";
}
.icon-gender:before {
  content: "\e0ee";
}
.icon-gender-female:before {
  content: "\e0ef";
}
.icon-gender-male:before {
  content: "\e0f0";
}
.icon-id-1:before {
  content: "\e0f1";
}
.icon-id-2:before {
  content: "\e0f2";
}
.icon-id-3:before {
  content: "\e0f3";
}
.icon-id-4:before {
  content: "\e0f4";
}
.icon-id-5:before {
  content: "\e0f5";
}
.icon-id-6:before {
  content: "\e0f6";
}
.icon-id-7:before {
  content: "\e0f7";
}
.icon-id-8:before {
  content: "\e0f8";
}
.icon-male:before {
  content: "\e0f9";
}
.icon-profile-1:before {
  content: "\e0fa";
}
.icon-profile-2:before {
  content: "\e0fb";
}
.icon-profile-3:before {
  content: "\e0fc";
}
.icon-profile-4:before {
  content: "\e0fd";
}
.icon-profile-5:before {
  content: "\e0fe";
}
.icon-profile-6:before {
  content: "\e0ff";
}
.icon-profile-athlete:before {
  content: "\e100";
}
.icon-profile-bussiness-man:before {
  content: "\e101";
}
.icon-profile-cook:before {
  content: "\e102";
}
.icon-profile-cop:before {
  content: "\e103";
}
.icon-profile-doctor-1:before {
  content: "\e104";
}
.icon-profile-doctor-2:before {
  content: "\e105";
}
.icon-profile-gentleman-1:before {
  content: "\e106";
}
.icon-profile-gentleman-2:before {
  content: "\e107";
}
.icon-profile-graduate:before {
  content: "\e108";
}
.icon-profile-king:before {
  content: "\e109";
}
.icon-profile-lady-1:before {
  content: "\e10a";
}
.icon-profile-lady-2:before {
  content: "\e10b";
}
.icon-profile-man:before {
  content: "\e10c";
}
.icon-profile-nurse-1:before {
  content: "\e10d";
}
.icon-profile-nurse-2:before {
  content: "\e10e";
}
.icon-profile-prisoner:before {
  content: "\e10f";
}
.icon-profile-serviceman-1:before {
  content: "\e110";
}
.icon-profile-serviceman-2:before {
  content: "\e111";
}
.icon-profile-spy:before {
  content: "\e112";
}
.icon-profile-teacher:before {
  content: "\e113";
}
.icon-profile-thief:before {
  content: "\e114";
}
.icon-user-1:before {
  content: "\e115";
}
.icon-user-2:before {
  content: "\e116";
}
.icon-user-add-1:before {
  content: "\e117";
}
.icon-user-add-2:before {
  content: "\e118";
}
.icon-user-block-1:before {
  content: "\e119";
}
.icon-user-block-2:before {
  content: "\e11a";
}
.icon-user-checked-1:before {
  content: "\e11b";
}
.icon-user-checked-2:before {
  content: "\e11c";
}
.icon-user-delete-1:before {
  content: "\e11d";
}
.icon-user-delete-2:before {
  content: "\e11e";
}
.icon-user-edit-1:before {
  content: "\e11f";
}
.icon-user-edit-2:before {
  content: "\e120";
}
.icon-user-heart-1:before {
  content: "\e121";
}
.icon-user-heart-2:before {
  content: "\e122";
}
.icon-user-lock:before {
  content: "\e123";
}
.icon-user-lock-1:before {
  content: "\e124";
}
.icon-user-minus-1:before {
  content: "\e125";
}
.icon-user-minus-2:before {
  content: "\e126";
}
.icon-user-search-1:before {
  content: "\e127";
}
.icon-user-search-2:before {
  content: "\e128";
}
.icon-user-setting-1:before {
  content: "\e129";
}
.icon-user-setting-2:before {
  content: "\e12a";
}
.icon-user-star-1:before {
  content: "\e12b";
}
.icon-user-star-2:before {
  content: "\e12c";
}
.icon-basket-1:before {
  content: "\e12d";
}
.icon-basket-2:before {
  content: "\e12e";
}
.icon-basket-3:before {
  content: "\e12f";
}
.icon-basket-add:before {
  content: "\e130";
}
.icon-basket-minus:before {
  content: "\e131";
}
.icon-briefcase-2:before {
  content: "\e132";
}
.icon-cart-1:before {
  content: "\e133";
}
.icon-cart-2:before {
  content: "\e134";
}
.icon-cart-3:before {
  content: "\e135";
}
.icon-cart-4:before {
  content: "\e136";
}
.icon-cut:before {
  content: "\e137";
}
.icon-hand-bag-1:before {
  content: "\e138";
}
.icon-hand-bag-2:before {
  content: "\e139";
}
.icon-purse-1:before {
  content: "\e13a";
}
.icon-purse-2:before {
  content: "\e13b";
}
.icon-qr-code:before {
  content: "\e13c";
}
.icon-receipt-1:before {
  content: "\e13d";
}
.icon-receipt-2:before {
  content: "\e13e";
}
.icon-receipt-3:before {
  content: "\e13f";
}
.icon-receipt-4:before {
  content: "\e140";
}
.icon-shopping-1:before {
  content: "\e141";
}
.icon-shopping-bag-1:before {
  content: "\e142";
}
.icon-shopping-bag-2:before {
  content: "\e143";
}
.icon-shopping-bag-3:before {
  content: "\e144";
}
.icon-sign-new-1:before {
  content: "\e145";
}
.icon-sign-new-2:before {
  content: "\e146";
}
.icon-sign-park:before {
  content: "\e147";
}
.icon-sign-star:before {
  content: "\e148";
}
.icon-trolley-1:before {
  content: "\e149";
}
.icon-trolley-2:before {
  content: "\e14a";
}
.icon-trolley-3:before {
  content: "\e14b";
}
.icon-trolley-load:before {
  content: "\e14c";
}
.icon-trolley-off:before {
  content: "\e14d";
}
.icon-wallet-1:before {
  content: "\e14e";
}
.icon-wallet-2:before {
  content: "\e14f";
}
.icon-wallet-3:before {
  content: "\e150";
}
.icon-camera-1:before {
  content: "\e151";
}
.icon-camera-2:before {
  content: "\e152";
}
.icon-camera-3:before {
  content: "\e153";
}
.icon-camera-4:before {
  content: "\e154";
}
.icon-camera-5:before {
  content: "\e155";
}
.icon-camera-back:before {
  content: "\e156";
}
.icon-camera-focus:before {
  content: "\e157";
}
.icon-camera-frames:before {
  content: "\e158";
}
.icon-camera-front:before {
  content: "\e159";
}
.icon-camera-graph-1:before {
  content: "\e15a";
}
.icon-camera-graph-2:before {
  content: "\e15b";
}
.icon-camera-landscape:before {
  content: "\e15c";
}
.icon-camera-lens-1:before {
  content: "\e15d";
}
.icon-camera-lens-2:before {
  content: "\e15e";
}
.icon-camera-light:before {
  content: "\e15f";
}
.icon-camera-portrait:before {
  content: "\e160";
}
.icon-camera-view:before {
  content: "\e161";
}
.icon-film-1:before {
  content: "\e162";
}
.icon-film-2:before {
  content: "\e163";
}
.icon-photo-1:before {
  content: "\e164";
}
.icon-photo-2:before {
  content: "\e165";
}
.icon-photo-frame:before {
  content: "\e166";
}
.icon-photos-1:before {
  content: "\e167";
}
.icon-photos-2:before {
  content: "\e168";
}
.icon-polaroid:before {
  content: "\e169";
}
.icon-signal-camera-1:before {
  content: "\e16a";
}
.icon-signal-camera-2:before {
  content: "\e16b";
}
.icon-user-photo:before {
  content: "\e16c";
}
.icon-backward-1:before {
  content: "\e16d";
}
.icon-dvd-player:before {
  content: "\e16e";
}
.icon-eject-1:before {
  content: "\e16f";
}
.icon-film-3:before {
  content: "\e170";
}
.icon-forward-1:before {
  content: "\e171";
}
.icon-handy-cam:before {
  content: "\e172";
}
.icon-movie-play-1:before {
  content: "\e173";
}
.icon-movie-play-2:before {
  content: "\e174";
}
.icon-movie-play-3:before {
  content: "\e175";
}
.icon-next-1:before {
  content: "\e176";
}
.icon-pause-1:before {
  content: "\e177";
}
.icon-play-1:before {
  content: "\e178";
}
.icon-player:before {
  content: "\e179";
}
.icon-previous-1:before {
  content: "\e17a";
}
.icon-record-1:before {
  content: "\e17b";
}
.icon-slate:before {
  content: "\e17c";
}
.icon-stop-1:before {
  content: "\e17d";
}
.icon-television:before {
  content: "\e17e";
}
.icon-video-camera-1:before {
  content: "\e17f";
}
.icon-video-camera-2:before {
  content: "\e180";
}
.icon-backward-2:before {
  content: "\e181";
}
.icon-cd:before {
  content: "\e182";
}
.icon-eject-2:before {
  content: "\e183";
}
.icon-equalizer-1:before {
  content: "\e184";
}
.icon-equalizer-2:before {
  content: "\e185";
}
.icon-forward-2:before {
  content: "\e186";
}
.icon-gramophone:before {
  content: "\e187";
}
.icon-gramophone-record:before {
  content: "\e188";
}
.icon-guitar:before {
  content: "\e189";
}
.icon-headphone-1:before {
  content: "\e18a";
}
.icon-headphone-2:before {
  content: "\e18b";
}
.icon-microphone-1:before {
  content: "\e18c";
}
.icon-microphone-2:before {
  content: "\e18d";
}
.icon-microphone-3:before {
  content: "\e18e";
}
.icon-movie-play-4:before {
  content: "\e18f";
}
.icon-music-note-1:before {
  content: "\e190";
}
.icon-music-note-3:before {
  content: "\e191";
}
.icon-music-note-4:before {
  content: "\e192";
}
.icon-music-note-5:before {
  content: "\e193";
}
.icon-next-2:before {
  content: "\e194";
}
.icon-notes-1:before {
  content: "\e195";
}
.icon-notes-2:before {
  content: "\e196";
}
.icon-pause-2:before {
  content: "\e197";
}
.icon-piano:before {
  content: "\e198";
}
.icon-play-2:before {
  content: "\e199";
}
.icon-playlist:before {
  content: "\e19a";
}
.icon-previous-2:before {
  content: "\e19b";
}
.icon-radio-1:before {
  content: "\e19c";
}
.icon-radio-2:before {
  content: "\e19d";
}
.icon-record-2:before {
  content: "\e19e";
}
.icon-recorder:before {
  content: "\e19f";
}
.icon-saxophone:before {
  content: "\e1a0";
}
.icon-speaker-1:before {
  content: "\e1a1";
}
.icon-speaker-2:before {
  content: "\e1a2";
}
.icon-speaker-3:before {
  content: "\e1a3";
}
.icon-stop-2:before {
  content: "\e1a4";
}
.icon-tape-1:before {
  content: "\e1a5";
}
.icon-trumpet:before {
  content: "\e1a6";
}
.icon-volume-down-1:before {
  content: "\e1a7";
}
.icon-volume-down-2:before {
  content: "\e1a8";
}
.icon-volume-loud-1:before {
  content: "\e1a9";
}
.icon-volume-loud-2:before {
  content: "\e1aa";
}
.icon-volume-low-1:before {
  content: "\e1ab";
}
.icon-volume-low-2:before {
  content: "\e1ac";
}
.icon-volume-medium-1:before {
  content: "\e1ad";
}
.icon-volume-medium-2:before {
  content: "\e1ae";
}
.icon-volume-mute-1:before {
  content: "\e1af";
}
.icon-volume-mute-2:before {
  content: "\e1b0";
}
.icon-volume-mute-3:before {
  content: "\e1b1";
}
.icon-volume-up-1:before {
  content: "\e1b2";
}
.icon-volume-up-2:before {
  content: "\e1b3";
}
.icon-walkman:before {
  content: "\e1b4";
}
.icon-cloud:before {
  content: "\e1b5";
}
.icon-cloud-add:before {
  content: "\e1b6";
}
.icon-cloud-checked:before {
  content: "\e1b7";
}
.icon-cloud-delete:before {
  content: "\e1b8";
}
.icon-cloud-download:before {
  content: "\e1b9";
}
.icon-cloud-minus:before {
  content: "\e1ba";
}
.icon-cloud-refresh:before {
  content: "\e1bb";
}
.icon-cloud-sync:before {
  content: "\e1bc";
}
.icon-cloud-upload:before {
  content: "\e1bd";
}
.icon-download-1:before {
  content: "\e1be";
}
.icon-download-2:before {
  content: "\e1bf";
}
.icon-download-3:before {
  content: "\e1c0";
}
.icon-download-4:before {
  content: "\e1c1";
}
.icon-download-5:before {
  content: "\e1c2";
}
.icon-download-6:before {
  content: "\e1c3";
}
.icon-download-7:before {
  content: "\e1c4";
}
.icon-download-8:before {
  content: "\e1c5";
}
.icon-download-9:before {
  content: "\e1c6";
}
.icon-download-10:before {
  content: "\e1c7";
}
.icon-download-11:before {
  content: "\e1c8";
}
.icon-download-12:before {
  content: "\e1c9";
}
.icon-download-13:before {
  content: "\e1ca";
}
.icon-download-14:before {
  content: "\e1cb";
}
.icon-download-15:before {
  content: "\e1cc";
}
.icon-download-file:before {
  content: "\e1cd";
}
.icon-download-folder:before {
  content: "\e1ce";
}
.icon-goal-1:before {
  content: "\e1cf";
}
.icon-goal-2:before {
  content: "\e1d0";
}
.icon-transfer-1:before {
  content: "\e1d1";
}
.icon-transfer-2:before {
  content: "\e1d2";
}
.icon-transfer-3:before {
  content: "\e1d3";
}
.icon-transfer-4:before {
  content: "\e1d4";
}
.icon-transfer-5:before {
  content: "\e1d5";
}
.icon-transfer-6:before {
  content: "\e1d6";
}
.icon-transfer-7:before {
  content: "\e1d7";
}
.icon-transfer-8:before {
  content: "\e1d8";
}
.icon-transfer-9:before {
  content: "\e1d9";
}
.icon-transfer-10:before {
  content: "\e1da";
}
.icon-transfer-11:before {
  content: "\e1db";
}
.icon-transfer-12:before {
  content: "\e1dc";
}
.icon-upload-1:before {
  content: "\e1dd";
}
.icon-upload-2:before {
  content: "\e1de";
}
.icon-upload-3:before {
  content: "\e1df";
}
.icon-upload-4:before {
  content: "\e1e0";
}
.icon-upload-5:before {
  content: "\e1e1";
}
.icon-upload-6:before {
  content: "\e1e2";
}
.icon-upload-7:before {
  content: "\e1e3";
}
.icon-upload-8:before {
  content: "\e1e4";
}
.icon-upload-9:before {
  content: "\e1e5";
}
.icon-upload-10:before {
  content: "\e1e6";
}
.icon-upload-11:before {
  content: "\e1e7";
}
.icon-upload-12:before {
  content: "\e1e8";
}
.icon-clipboard-1:before {
  content: "\e1e9";
}
.icon-clipboard-2:before {
  content: "\e1ea";
}
.icon-clipboard-3:before {
  content: "\e1eb";
}
.icon-clipboard-add:before {
  content: "\e1ec";
}
.icon-clipboard-block:before {
  content: "\e1ed";
}
.icon-clipboard-checked:before {
  content: "\e1ee";
}
.icon-clipboard-delete:before {
  content: "\e1ef";
}
.icon-clipboard-edit:before {
  content: "\e1f0";
}
.icon-clipboard-minus:before {
  content: "\e1f1";
}
.icon-document-1:before {
  content: "\e1f2";
}
.icon-document-2:before {
  content: "\e1f3";
}
.icon-file-1:before {
  content: "\e1f4";
}
.icon-file-2:before {
  content: "\e1f5";
}
.icon-file-add:before {
  content: "\e1f6";
}
.icon-file-attention:before {
  content: "\e1f7";
}
.icon-file-block:before {
  content: "\e1f8";
}
.icon-file-bookmark:before {
  content: "\e1f9";
}
.icon-file-checked:before {
  content: "\e1fa";
}
.icon-file-code:before {
  content: "\e1fb";
}
.icon-file-delete:before {
  content: "\e1fc";
}
.icon-file-download:before {
  content: "\e1fd";
}
.icon-file-edit:before {
  content: "\e1fe";
}
.icon-file-favorite-1:before {
  content: "\e1ff";
}
.icon-file-favorite-2:before {
  content: "\e200";
}
.icon-file-graph-1:before {
  content: "\e201";
}
.icon-file-graph-2:before {
  content: "\e202";
}
.icon-file-home:before {
  content: "\e203";
}
.icon-file-image-1:before {
  content: "\e204";
}
.icon-file-image-2:before {
  content: "\e205";
}
.icon-file-list:before {
  content: "\e206";
}
.icon-file-lock:before {
  content: "\e207";
}
.icon-file-media:before {
  content: "\e208";
}
.icon-file-minus:before {
  content: "\e209";
}
.icon-file-music:before {
  content: "\e20a";
}
.icon-file-new:before {
  content: "\e20b";
}
.icon-file-registry:before {
  content: "\e20c";
}
.icon-file-search:before {
  content: "\e20d";
}
.icon-file-setting:before {
  content: "\e20e";
}
.icon-file-sync:before {
  content: "\e20f";
}
.icon-file-table:before {
  content: "\e210";
}
.icon-file-thumbnail:before {
  content: "\e211";
}
.icon-file-time:before {
  content: "\e212";
}
.icon-file-transfer:before {
  content: "\e213";
}
.icon-file-upload:before {
  content: "\e214";
}
.icon-file-zip:before {
  content: "\e215";
}
.icon-files-1:before {
  content: "\e216";
}
.icon-files-2:before {
  content: "\e217";
}
.icon-files-3:before {
  content: "\e218";
}
.icon-files-4:before {
  content: "\e219";
}
.icon-files-5:before {
  content: "\e21a";
}
.icon-files-6:before {
  content: "\e21b";
}
.icon-hand-file-1:before {
  content: "\e21c";
}
.icon-hand-file-2:before {
  content: "\e21d";
}
.icon-note-paper-1:before {
  content: "\e21e";
}
.icon-note-paper-2:before {
  content: "\e21f";
}
.icon-note-paper-add:before {
  content: "\e220";
}
.icon-note-paper-attention:before {
  content: "\e221";
}
.icon-note-paper-block:before {
  content: "\e222";
}
.icon-note-paper-checked:before {
  content: "\e223";
}
.icon-note-paper-delete:before {
  content: "\e224";
}
.icon-note-paper-download:before {
  content: "\e225";
}
.icon-note-paper-edit:before {
  content: "\e226";
}
.icon-note-paper-favorite:before {
  content: "\e227";
}
.icon-note-paper-lock:before {
  content: "\e228";
}
.icon-note-paper-minus:before {
  content: "\e229";
}
.icon-note-paper-search:before {
  content: "\e22a";
}
.icon-note-paper-sync:before {
  content: "\e22b";
}
.icon-note-paper-upload:before {
  content: "\e22c";
}
.icon-print:before {
  content: "\e22d";
}
.icon-folder-1:before {
  content: "\e22e";
}
.icon-folder-2:before {
  content: "\e22f";
}
.icon-folder-3:before {
  content: "\e230";
}
.icon-folder-4:before {
  content: "\e231";
}
.icon-folder-add:before {
  content: "\e232";
}
.icon-folder-attention:before {
  content: "\e233";
}
.icon-folder-block:before {
  content: "\e234";
}
.icon-folder-bookmark:before {
  content: "\e235";
}
.icon-folder-checked:before {
  content: "\e236";
}
.icon-folder-code:before {
  content: "\e237";
}
.icon-folder-delete:before {
  content: "\e238";
}
.icon-folder-download:before {
  content: "\e239";
}
.icon-folder-edit:before {
  content: "\e23a";
}
.icon-folder-favorite:before {
  content: "\e23b";
}
.icon-folder-home:before {
  content: "\e23c";
}
.icon-folder-image:before {
  content: "\e23d";
}
.icon-folder-lock:before {
  content: "\e23e";
}
.icon-folder-media:before {
  content: "\e23f";
}
.icon-folder-minus:before {
  content: "\e240";
}
.icon-folder-music:before {
  content: "\e241";
}
.icon-folder-new:before {
  content: "\e242";
}
.icon-folder-search:before {
  content: "\e243";
}
.icon-folder-setting:before {
  content: "\e244";
}
.icon-folder-share-1:before {
  content: "\e245";
}
.icon-folder-share-2:before {
  content: "\e246";
}
.icon-folder-sync:before {
  content: "\e247";
}
.icon-folder-transfer:before {
  content: "\e248";
}
.icon-folder-upload:before {
  content: "\e249";
}
.icon-folder-zip:before {
  content: "\e24a";
}
.icon-add-1:before {
  content: "\e24b";
}
.icon-add-2:before {
  content: "\e24c";
}
.icon-add-3:before {
  content: "\e24d";
}
.icon-add-4:before {
  content: "\e24e";
}
.icon-add-tag:before {
  content: "\e24f";
}
.icon-arrow-1:before {
  content: "\e250";
}
.icon-arrow-2:before {
  content: "\e251";
}
.icon-arrow-down-1:before {
  content: "\e252";
}
.icon-arrow-down-2:before {
  content: "\e253";
}
.icon-arrow-left-1:before {
  content: "\e254";
}
.icon-arrow-left-2:before {
  content: "\e255";
}
.icon-arrow-move-1:before {
  content: "\e256";
}
.icon-arrow-move-down:before {
  content: "\e257";
}
.icon-arrow-move-left:before {
  content: "\e258";
}
.icon-arrow-move-right:before {
  content: "\e259";
}
.icon-arrow-move-up:before {
  content: "\e25a";
}
.icon-arrow-right-1:before {
  content: "\e25b";
}
.icon-arrow-right-2:before {
  content: "\e25c";
}
.icon-arrow-up-1:before {
  content: "\e25d";
}
.icon-arrow-up-2:before {
  content: "\e25e";
}
.icon-back:before {
  content: "\e25f";
}
.icon-center-expand:before {
  content: "\e260";
}
.icon-center-reduce:before {
  content: "\e261";
}
.icon-delete-1-1:before {
  content: "\e262";
}
.icon-delete-2-1:before {
  content: "\e263";
}
.icon-delete-3:before {
  content: "\e264";
}
.icon-delete-4:before {
  content: "\e265";
}
.icon-delete-tag:before {
  content: "\e266";
}
.icon-expand-horizontal:before {
  content: "\e267";
}
.icon-expand-vertical:before {
  content: "\e268";
}
.icon-forward-3:before {
  content: "\e269";
}
.icon-infinity:before {
  content: "\e26a";
}
.icon-loading:before {
  content: "\e26b";
}
.icon-log-out-1:before {
  content: "\e26c";
}
.icon-loop-1:before {
  content: "\e26d";
}
.icon-loop-2:before {
  content: "\e26e";
}
.icon-loop-3:before {
  content: "\e26f";
}
.icon-minus-1:before {
  content: "\e270";
}
.icon-minus-2:before {
  content: "\e271";
}
.icon-minus-3:before {
  content: "\e272";
}
.icon-minus-4:before {
  content: "\e273";
}
.icon-minus-tag:before {
  content: "\e274";
}
.icon-move-diagonal-1:before {
  content: "\e275";
}
.icon-move-diagonal-2:before {
  content: "\e276";
}
.icon-move-horizontal-1:before {
  content: "\e277";
}
.icon-move-horizontal-2:before {
  content: "\e278";
}
.icon-move-vertical-1:before {
  content: "\e279";
}
.icon-move-vertical-2:before {
  content: "\e27a";
}
.icon-next-1-1:before {
  content: "\e27b";
}
.icon-next-2-1:before {
  content: "\e27c";
}
.icon-power-1-1:before {
  content: "\e27d";
}
.icon-power-2-1:before {
  content: "\e27e";
}
.icon-power-3:before {
  content: "\e27f";
}
.icon-power-4:before {
  content: "\e280";
}
.icon-power-5:before {
  content: "\e281";
}
.icon-recycle:before {
  content: "\e282";
}
.icon-refresh:before {
  content: "\e283";
}
.icon-repeat:before {
  content: "\e284";
}
.icon-return:before {
  content: "\e285";
}
.icon-scale-all-1:before {
  content: "\e286";
}
.icon-scale-center:before {
  content: "\e287";
}
.icon-scale-horizontal-1:before {
  content: "\e288";
}
.icon-scale-horizontal-2:before {
  content: "\e289";
}
.icon-scale-reduce-1:before {
  content: "\e28a";
}
.icon-scale-reduce-2:before {
  content: "\e28b";
}
.icon-scale-reduce-3:before {
  content: "\e28c";
}
.icon-scale-spread-1:before {
  content: "\e28d";
}
.icon-scale-spread-2:before {
  content: "\e28e";
}
.icon-scale-spread-3:before {
  content: "\e28f";
}
.icon-scale-vertical-1:before {
  content: "\e290";
}
.icon-scale-vertical-2:before {
  content: "\e291";
}
.icon-scroll-horizontal-1:before {
  content: "\e292";
}
.icon-scroll-horizontal-2:before {
  content: "\e293";
}
.icon-scroll-omnidirectional-1:before {
  content: "\e294";
}
.icon-scroll-omnidirectional-2:before {
  content: "\e295";
}
.icon-scroll-vertical-1:before {
  content: "\e296";
}
.icon-scroll-vertical-2:before {
  content: "\e297";
}
.icon-shuffle:before {
  content: "\e298";
}
.icon-split:before {
  content: "\e299";
}
.icon-sync-1:before {
  content: "\e29a";
}
.icon-sync-2:before {
  content: "\e29b";
}
.icon-timer:before {
  content: "\e29c";
}
.icon-transfer:before {
  content: "\e29d";
}
.icon-transfer-1-1:before {
  content: "\e29e";
}
.icon-chat-1-1:before {
  content: "\e29f";
}
.icon-chat-2-1:before {
  content: "\e2a0";
}
.icon-check-1:before {
  content: "\e2a1";
}
.icon-check-2:before {
  content: "\e2a2";
}
.icon-check-3:before {
  content: "\e2a3";
}
.icon-check-4:before {
  content: "\e2a4";
}
.icon-check-bubble:before {
  content: "\e2a5";
}
.icon-check-list:before {
  content: "\e2a6";
}
.icon-check-shield:before {
  content: "\e2a7";
}
.icon-cross-1:before {
  content: "\e2a8";
}
.icon-cross-bubble:before {
  content: "\e2a9";
}
.icon-cross-shield:before {
  content: "\e2aa";
}
.icon-briefcase:before {
  content: "\e2ab";
}
.icon-brightness-high:before {
  content: "\e2ac";
}
.icon-brightness-low:before {
  content: "\e2ad";
}
.icon-hammer-1:before {
  content: "\e2ae";
}
.icon-hammer-2:before {
  content: "\e2af";
}
.icon-pulse:before {
  content: "\e2b0";
}
.icon-scale:before {
  content: "\e2b1";
}
.icon-screw-driver:before {
  content: "\e2b2";
}
.icon-setting-adjustment:before {
  content: "\e2b3";
}
.icon-setting-gear:before {
  content: "\e2b4";
}
.icon-setting-gears-1:before {
  content: "\e2b5";
}
.icon-setting-gears-2:before {
  content: "\e2b6";
}
.icon-setting-wrenches:before {
  content: "\e2b7";
}
.icon-switch-1:before {
  content: "\e2b8";
}
.icon-switch-2:before {
  content: "\e2b9";
}
.icon-wrench:before {
  content: "\e2ba";
}
.icon-alarm-1:before {
  content: "\e2bb";
}
.icon-alarm-clock:before {
  content: "\e2bc";
}
.icon-alarm-no:before {
  content: "\e2bd";
}
.icon-alarm-snooze:before {
  content: "\e2be";
}
.icon-bell:before {
  content: "\e2bf";
}
.icon-calendar-1:before {
  content: "\e2c0";
}
.icon-calendar-2:before {
  content: "\e2c1";
}
.icon-clock-1:before {
  content: "\e2c2";
}
.icon-clock-2:before {
  content: "\e2c3";
}
.icon-clock-3:before {
  content: "\e2c4";
}
.icon-hourglass-1:before {
  content: "\e2c5";
}
.icon-hourglass-2:before {
  content: "\e2c6";
}
.icon-timer-1:before {
  content: "\e2c7";
}
.icon-timer-3-quarter-1:before {
  content: "\e2c8";
}
.icon-timer-3-quarter-2:before {
  content: "\e2c9";
}
.icon-timer-full-1:before {
  content: "\e2ca";
}
.icon-timer-full-2:before {
  content: "\e2cb";
}
.icon-timer-half-1:before {
  content: "\e2cc";
}
.icon-timer-half-2:before {
  content: "\e2cd";
}
.icon-timer-half-3:before {
  content: "\e2ce";
}
.icon-timer-half-4:before {
  content: "\e2cf";
}
.icon-timer-quarter-1:before {
  content: "\e2d0";
}
.icon-timer-quarter-2:before {
  content: "\e2d1";
}
.icon-watch-1:before {
  content: "\e2d2";
}
.icon-watch-2:before {
  content: "\e2d3";
}
.icon-alert-1:before {
  content: "\e2d4";
}
.icon-alert-2:before {
  content: "\e2d5";
}
.icon-alert-3:before {
  content: "\e2d6";
}
.icon-information:before {
  content: "\e2d7";
}
.icon-nuclear-1:before {
  content: "\e2d8";
}
.icon-nuclear-2:before {
  content: "\e2d9";
}
.icon-question-mark:before {
  content: "\e2da";
}
.icon-abacus:before {
  content: "\e2db";
}
.icon-amex-card:before {
  content: "\e2dc";
}
.icon-atm:before {
  content: "\e2dd";
}
.icon-balance:before {
  content: "\e2de";
}
.icon-bank-1:before {
  content: "\e2df";
}
.icon-bank-2:before {
  content: "\e2e0";
}
.icon-bank-note:before {
  content: "\e2e1";
}
.icon-bank-notes-1:before {
  content: "\e2e2";
}
.icon-bank-notes-2:before {
  content: "\e2e3";
}
.icon-bitcoins:before {
  content: "\e2e4";
}
.icon-board-1:before {
  content: "\e2e5";
}
.icon-box-1:before {
  content: "\e2e6";
}
.icon-box-2:before {
  content: "\e2e7";
}
.icon-box-3:before {
  content: "\e2e8";
}
.icon-box-download:before {
  content: "\e2e9";
}
.icon-box-shipping:before {
  content: "\e2ea";
}
.icon-box-upload:before {
  content: "\e2eb";
}
.icon-business-chart-1:before {
  content: "\e2ec";
}
.icon-business-chart-2:before {
  content: "\e2ed";
}
.icon-calculator-1:before {
  content: "\e2ee";
}
.icon-calculator-2:before {
  content: "\e2ef";
}
.icon-calculator-3:before {
  content: "\e2f0";
}
.icon-cash-register:before {
  content: "\e2f1";
}
.icon-chart-board:before {
  content: "\e2f2";
}
.icon-chart-down:before {
  content: "\e2f3";
}
.icon-chart-up:before {
  content: "\e2f4";
}
.icon-check:before {
  content: "\e2f5";
}
.icon-coins-1:before {
  content: "\e2f6";
}
.icon-coins-2:before {
  content: "\e2f7";
}
.icon-court:before {
  content: "\e2f8";
}
.icon-credit-card:before {
  content: "\e2f9";
}
.icon-credit-card-lock:before {
  content: "\e2fa";
}
.icon-delivery:before {
  content: "\e2fb";
}
.icon-dollar-bag:before {
  content: "\e2fc";
}
.icon-dollar-currency-1:before {
  content: "\e2fd";
}
.icon-dollar-currency-2:before {
  content: "\e2fe";
}
.icon-dollar-currency-3:before {
  content: "\e2ff";
}
.icon-dollar-currency-4:before {
  content: "\e300";
}
.icon-euro-bag:before {
  content: "\e301";
}
.icon-euro-currency-1:before {
  content: "\e302";
}
.icon-euro-currency-2:before {
  content: "\e303";
}
.icon-euro-currency-3:before {
  content: "\e304";
}
.icon-euro-currency-4:before {
  content: "\e305";
}
.icon-forklift:before {
  content: "\e306";
}
.icon-hand-card:before {
  content: "\e307";
}
.icon-hand-coin:before {
  content: "\e308";
}
.icon-keynote:before {
  content: "\e309";
}
.icon-master-card:before {
  content: "\e30a";
}
.icon-money:before {
  content: "\e30b";
}
.icon-parking-meter:before {
  content: "\e30c";
}
.icon-percent-1:before {
  content: "\e30d";
}
.icon-percent-2:before {
  content: "\e30e";
}
.icon-percent-3:before {
  content: "\e30f";
}
.icon-percent-4:before {
  content: "\e310";
}
.icon-percent-5:before {
  content: "\e311";
}
.icon-percent-up:before {
  content: "\e312";
}
.icon-pie-chart-1:before {
  content: "\e313";
}
.icon-pie-chart-2:before {
  content: "\e314";
}
.icon-piggy-bank:before {
  content: "\e315";
}
.icon-pound-currency-1:before {
  content: "\e316";
}
.icon-pound-currency-2:before {
  content: "\e317";
}
.icon-pound-currency-3:before {
  content: "\e318";
}
.icon-pound-currency-4:before {
  content: "\e319";
}
.icon-safe-1:before {
  content: "\e31a";
}
.icon-safe-2:before {
  content: "\e31b";
}
.icon-shop:before {
  content: "\e31c";
}
.icon-sign:before {
  content: "\e31d";
}
.icon-trolley:before {
  content: "\e31e";
}
.icon-truck-1:before {
  content: "\e31f";
}
.icon-truck-2:before {
  content: "\e320";
}
.icon-visa-card:before {
  content: "\e321";
}
.icon-yen-currency-1:before {
  content: "\e322";
}
.icon-yen-currency-2:before {
  content: "\e323";
}
.icon-yen-currency-3:before {
  content: "\e324";
}
.icon-yen-currency-4:before {
  content: "\e325";
}
.icon-add-marker-1:before {
  content: "\e326";
}
.icon-add-marker-2:before {
  content: "\e327";
}
.icon-add-marker-3:before {
  content: "\e328";
}
.icon-add-marker-4:before {
  content: "\e329";
}
.icon-add-marker-5:before {
  content: "\e32a";
}
.icon-compass-1:before {
  content: "\e32b";
}
.icon-compass-2:before {
  content: "\e32c";
}
.icon-compass-3:before {
  content: "\e32d";
}
.icon-delete-marker-1:before {
  content: "\e32e";
}
.icon-delete-marker-2:before {
  content: "\e32f";
}
.icon-delete-marker-3:before {
  content: "\e330";
}
.icon-delete-marker-4:before {
  content: "\e331";
}
.icon-delete-marker-5:before {
  content: "\e332";
}
.icon-favorite-marker:before {
  content: "\e333";
}
.icon-favorite-marker-1:before {
  content: "\e334";
}
.icon-favorite-marker-2:before {
  content: "\e335";
}
.icon-favorite-marker-3:before {
  content: "\e336";
}
.icon-globe:before {
  content: "\e337";
}
.icon-location:before {
  content: "\e338";
}
.icon-map-1:before {
  content: "\e339";
}
.icon-map-location:before {
  content: "\e33a";
}
.icon-map-marker-1:before {
  content: "\e33b";
}
.icon-map-marker-2:before {
  content: "\e33c";
}
.icon-map-marker-3:before {
  content: "\e33d";
}
.icon-map-marker-4:before {
  content: "\e33e";
}
.icon-map-pin:before {
  content: "\e33f";
}
.icon-map-pin-marker:before {
  content: "\e340";
}
.icon-marker-1:before {
  content: "\e341";
}
.icon-marker-2:before {
  content: "\e342";
}
.icon-marker-3:before {
  content: "\e343";
}
.icon-marker-4:before {
  content: "\e344";
}
.icon-minus-marker-1:before {
  content: "\e345";
}
.icon-minus-marker-2:before {
  content: "\e346";
}
.icon-minus-marker-3:before {
  content: "\e347";
}
.icon-minus-marker-4:before {
  content: "\e348";
}
.icon-pin-1-1:before {
  content: "\e349";
}
.icon-pin-2-1:before {
  content: "\e34a";
}
.icon-pin-location:before {
  content: "\e34b";
}
.icon-anchor:before {
  content: "\e34c";
}
.icon-bank:before {
  content: "\e34d";
}
.icon-beach:before {
  content: "\e34e";
}
.icon-boat:before {
  content: "\e34f";
}
.icon-building-1:before {
  content: "\e350";
}
.icon-building-2:before {
  content: "\e351";
}
.icon-building-3:before {
  content: "\e352";
}
.icon-buildings-1:before {
  content: "\e353";
}
.icon-buildings-2:before {
  content: "\e354";
}
.icon-buildings-3:before {
  content: "\e355";
}
.icon-buildings-4:before {
  content: "\e356";
}
.icon-castle:before {
  content: "\e357";
}
.icon-column:before {
  content: "\e358";
}
.icon-direction-sign:before {
  content: "\e359";
}
.icon-factory:before {
  content: "\e35a";
}
.icon-fence:before {
  content: "\e35b";
}
.icon-garage:before {
  content: "\e35c";
}
.icon-globe-1:before {
  content: "\e35d";
}
.icon-globe-2:before {
  content: "\e35e";
}
.icon-house-1:before {
  content: "\e35f";
}
.icon-house-2:before {
  content: "\e360";
}
.icon-house-3:before {
  content: "\e361";
}
.icon-house-4:before {
  content: "\e362";
}
.icon-library:before {
  content: "\e363";
}
.icon-light-house:before {
  content: "\e364";
}
.icon-pine-tree:before {
  content: "\e365";
}
.icon-pisa:before {
  content: "\e366";
}
.icon-skyscraper:before {
  content: "\e367";
}
.icon-temple:before {
  content: "\e368";
}
.icon-treasure-map:before {
  content: "\e369";
}
.icon-tree:before {
  content: "\e36a";
}
.icon-attention:before {
  content: "\e36b";
}
.icon-bug-1:before {
  content: "\e36c";
}
.icon-bug-2:before {
  content: "\e36d";
}
.icon-css3:before {
  content: "\e36e";
}
.icon-firewall:before {
  content: "\e36f";
}
.icon-html5:before {
  content: "\e370";
}
.icon-plugin-1:before {
  content: "\e371";
}
.icon-plugin-2:before {
  content: "\e372";
}
.icon-script:before {
  content: "\e373";
}
.icon-new-window:before {
  content: "\e374";
}
.icon-window-1:before {
  content: "\e375";
}
.icon-window-2:before {
  content: "\e376";
}
.icon-window-3:before {
  content: "\e377";
}
.icon-window-add:before {
  content: "\e378";
}
.icon-window-alert:before {
  content: "\e379";
}
.icon-window-check:before {
  content: "\e37a";
}
.icon-window-code-1:before {
  content: "\e37b";
}
.icon-window-code-2:before {
  content: "\e37c";
}
.icon-window-code-3:before {
  content: "\e37d";
}
.icon-window-column:before {
  content: "\e37e";
}
.icon-window-delete:before {
  content: "\e37f";
}
.icon-window-denied:before {
  content: "\e380";
}
.icon-window-download-1:before {
  content: "\e381";
}
.icon-window-download-2:before {
  content: "\e382";
}
.icon-window-edit:before {
  content: "\e383";
}
.icon-window-favorite-1:before {
  content: "\e384";
}
.icon-window-favorite-2:before {
  content: "\e385";
}
.icon-window-graph-1:before {
  content: "\e386";
}
.icon-window-graph-2:before {
  content: "\e387";
}
.icon-window-hand:before {
  content: "\e388";
}
.icon-window-home:before {
  content: "\e389";
}
.icon-window-list-1:before {
  content: "\e38a";
}
.icon-window-list-2:before {
  content: "\e38b";
}
.icon-window-lock:before {
  content: "\e38c";
}
.icon-window-minimize:before {
  content: "\e38d";
}
.icon-window-minus:before {
  content: "\e38e";
}
.icon-window-refresh:before {
  content: "\e38f";
}
.icon-window-registry:before {
  content: "\e390";
}
.icon-window-search:before {
  content: "\e391";
}
.icon-window-selection-1:before {
  content: "\e392";
}
.icon-window-selection-2:before {
  content: "\e393";
}
.icon-window-setting:before {
  content: "\e394";
}
.icon-window-sync:before {
  content: "\e395";
}
.icon-window-thumbnail-1:before {
  content: "\e396";
}
.icon-window-thumbnail-2:before {
  content: "\e397";
}
.icon-window-time:before {
  content: "\e398";
}
.icon-window-upload-1:before {
  content: "\e399";
}
.icon-window-upload-2:before {
  content: "\e39a";
}
.icon-database:before {
  content: "\e39b";
}
.icon-database-alert:before {
  content: "\e39c";
}
.icon-database-block:before {
  content: "\e39d";
}
.icon-database-check:before {
  content: "\e39e";
}
.icon-database-delete:before {
  content: "\e39f";
}
.icon-database-download:before {
  content: "\e3a0";
}
.icon-database-editor:before {
  content: "\e3a1";
}
.icon-database-lock:before {
  content: "\e3a2";
}
.icon-database-minus:before {
  content: "\e3a3";
}
.icon-database-network:before {
  content: "\e3a4";
}
.icon-database-plus:before {
  content: "\e3a5";
}
.icon-database-refresh:before {
  content: "\e3a6";
}
.icon-database-search:before {
  content: "\e3a7";
}
.icon-database-setting:before {
  content: "\e3a8";
}
.icon-database-sync:before {
  content: "\e3a9";
}
.icon-database-time:before {
  content: "\e3aa";
}
.icon-database-upload:before {
  content: "\e3ab";
}
.icon-battery-charging:before {
  content: "\e3ac";
}
.icon-battery-full:before {
  content: "\e3ad";
}
.icon-battery-high:before {
  content: "\e3ae";
}
.icon-battery-low:before {
  content: "\e3af";
}
.icon-battery-medium:before {
  content: "\e3b0";
}
.icon-cd-1:before {
  content: "\e3b1";
}
.icon-cd-2:before {
  content: "\e3b2";
}
.icon-chip:before {
  content: "\e3b3";
}
.icon-computer:before {
  content: "\e3b4";
}
.icon-disc:before {
  content: "\e3b5";
}
.icon-filter:before {
  content: "\e3b6";
}
.icon-floppy-disk:before {
  content: "\e3b7";
}
.icon-gameboy:before {
  content: "\e3b8";
}
.icon-harddisk-1:before {
  content: "\e3b9";
}
.icon-harddisk-2:before {
  content: "\e3ba";
}
.icon-imac:before {
  content: "\e3bb";
}
.icon-ipad-1:before {
  content: "\e3bc";
}
.icon-ipad-2:before {
  content: "\e3bd";
}
.icon-ipod:before {
  content: "\e3be";
}
.icon-joystick-1:before {
  content: "\e3bf";
}
.icon-joystick-2:before {
  content: "\e3c0";
}
.icon-joystick-3:before {
  content: "\e3c1";
}
.icon-keyboard-1:before {
  content: "\e3c2";
}
.icon-keyboard-2:before {
  content: "\e3c3";
}
.icon-kindle-1:before {
  content: "\e3c4";
}
.icon-kindle-2:before {
  content: "\e3c5";
}
.icon-laptop-1:before {
  content: "\e3c6";
}
.icon-laptop-2:before {
  content: "\e3c7";
}
.icon-memory-card:before {
  content: "\e3c8";
}
.icon-mobile-phone:before {
  content: "\e3c9";
}
.icon-mouse-1:before {
  content: "\e3ca";
}
.icon-mouse-2:before {
  content: "\e3cb";
}
.icon-mp3player:before {
  content: "\e3cc";
}
.icon-plug-1:before {
  content: "\e3cd";
}
.icon-plug-2:before {
  content: "\e3ce";
}
.icon-plug-slot:before {
  content: "\e3cf";
}
.icon-printer:before {
  content: "\e3d0";
}
.icon-projector:before {
  content: "\e3d1";
}
.icon-remote:before {
  content: "\e3d2";
}
.icon-router:before {
  content: "\e3d3";
}
.icon-screen-1:before {
  content: "\e3d4";
}
.icon-screen-2:before {
  content: "\e3d5";
}
.icon-screen-3:before {
  content: "\e3d6";
}
.icon-screen-4:before {
  content: "\e3d7";
}
.icon-smartphone-1:before {
  content: "\e3d8";
}
.icon-television-1:before {
  content: "\e3d9";
}
.icon-typewriter-1:before {
  content: "\e3da";
}
.icon-typewriter-2:before {
  content: "\e3db";
}
.icon-usb-1:before {
  content: "\e3dc";
}
.icon-usb-2:before {
  content: "\e3dd";
}
.icon-webcam:before {
  content: "\e3de";
}
.icon-wireless-router-1:before {
  content: "\e3df";
}
.icon-wireless-router-2:before {
  content: "\e3e0";
}
.icon-bluetooth:before {
  content: "\e3e1";
}
.icon-ethernet:before {
  content: "\e3e2";
}
.icon-ethernet-slot:before {
  content: "\e3e3";
}
.icon-firewire-1:before {
  content: "\e3e4";
}
.icon-firewire-2:before {
  content: "\e3e5";
}
.icon-network-1:before {
  content: "\e3e6";
}
.icon-network-2:before {
  content: "\e3e7";
}
.icon-server-1:before {
  content: "\e3e8";
}
.icon-server-2:before {
  content: "\e3e9";
}
.icon-server-3:before {
  content: "\e3ea";
}
.icon-usb:before {
  content: "\e3eb";
}
.icon-wireless-signal:before {
  content: "\e3ec";
}
.icon-book:before {
  content: "\e3ed";
}
.icon-book-1:before {
  content: "\e3ee";
}
.icon-book-2:before {
  content: "\e3ef";
}
.icon-book-3:before {
  content: "\e3f0";
}
.icon-book-4:before {
  content: "\e3f1";
}
.icon-book-5:before {
  content: "\e3f2";
}
.icon-book-6:before {
  content: "\e3f3";
}
.icon-book-7:before {
  content: "\e3f4";
}
.icon-book-download-1:before {
  content: "\e3f5";
}
.icon-book-download-2:before {
  content: "\e3f6";
}
.icon-book-favorite-1:before {
  content: "\e3f7";
}
.icon-bookmark-1-1:before {
  content: "\e3f8";
}
.icon-bookmark-2-1:before {
  content: "\e3f9";
}
.icon-bookmark-3-1:before {
  content: "\e3fa";
}
.icon-bookmark-4-1:before {
  content: "\e3fb";
}
.icon-books-1:before {
  content: "\e3fc";
}
.icon-books-2:before {
  content: "\e3fd";
}
.icon-books-3:before {
  content: "\e3fe";
}
.icon-briefcase-1:before {
  content: "\e3ff";
}
.icon-contact-book-1:before {
  content: "\e400";
}
.icon-contact-book-2:before {
  content: "\e401";
}
.icon-contact-book-3:before {
  content: "\e402";
}
.icon-contact-book-4:before {
  content: "\e403";
}
.icon-copyright:before {
  content: "\e404";
}
.icon-creative-commons:before {
  content: "\e405";
}
.icon-cube:before {
  content: "\e406";
}
.icon-data-filter:before {
  content: "\e407";
}
.icon-document-box-1:before {
  content: "\e408";
}
.icon-document-box-2:before {
  content: "\e409";
}
.icon-document-box-3:before {
  content: "\e40a";
}
.icon-drawer-1:before {
  content: "\e40b";
}
.icon-drawer-2:before {
  content: "\e40c";
}
.icon-drawer-3:before {
  content: "\e40d";
}
.icon-envelope:before {
  content: "\e40e";
}
.icon-favortie-book-2:before {
  content: "\e40f";
}
.icon-file:before {
  content: "\e410";
}
.icon-files:before {
  content: "\e411";
}
.icon-filter-1:before {
  content: "\e412";
}
.icon-filter-2:before {
  content: "\e413";
}
.icon-layers-1:before {
  content: "\e414";
}
.icon-list-1:before {
  content: "\e415";
}
.icon-list-2:before {
  content: "\e416";
}
.icon-newspaper-1:before {
  content: "\e417";
}
.icon-newspaper-2:before {
  content: "\e418";
}
.icon-registry-1:before {
  content: "\e419";
}
.icon-registry-2:before {
  content: "\e41a";
}
.icon-shield-1:before {
  content: "\e41b";
}
.icon-shield-2:before {
  content: "\e41c";
}
.icon-shield-3:before {
  content: "\e41d";
}
.icon-sketchbook:before {
  content: "\e41e";
}
.icon-sound-book:before {
  content: "\e41f";
}
.icon-thumbnails-1:before {
  content: "\e420";
}
.icon-thumbnails-2:before {
  content: "\e421";
}
.icon-hierarchy-1:before {
  content: "\e422";
}
.icon-hierarchy-2:before {
  content: "\e423";
}
.icon-hierarchy-3:before {
  content: "\e424";
}
.icon-hierarchy-4:before {
  content: "\e425";
}
.icon-hierarchy-5:before {
  content: "\e426";
}
.icon-hierarchy-6:before {
  content: "\e427";
}
.icon-hierarchy-7:before {
  content: "\e428";
}
.icon-hierarchy-8:before {
  content: "\e429";
}
.icon-network-1-1:before {
  content: "\e42a";
}
.icon-network-2-1:before {
  content: "\e42b";
}
.icon-backpack:before {
  content: "\e42c";
}
.icon-balance-1:before {
  content: "\e42d";
}
.icon-bed:before {
  content: "\e42e";
}
.icon-bench:before {
  content: "\e42f";
}
.icon-bomb-1:before {
  content: "\e430";
}
.icon-bricks:before {
  content: "\e431";
}
.icon-bullets:before {
  content: "\e432";
}
.icon-buoy-ring:before {
  content: "\e433";
}
.icon-campfire:before {
  content: "\e434";
}
.icon-can:before {
  content: "\e435";
}
.icon-candle:before {
  content: "\e436";
}
.icon-canon:before {
  content: "\e437";
}
.icon-cctv-1:before {
  content: "\e438";
}
.icon-cctv-2:before {
  content: "\e439";
}
.icon-chair:before {
  content: "\e43a";
}
.icon-chair-director:before {
  content: "\e43b";
}
.icon-cigarette:before {
  content: "\e43c";
}
.icon-construction-sign:before {
  content: "\e43d";
}
.icon-diamond:before {
  content: "\e43e";
}
.icon-disabled:before {
  content: "\e43f";
}
.icon-door:before {
  content: "\e440";
}
.icon-drawer:before {
  content: "\e441";
}
.icon-driller:before {
  content: "\e442";
}
.icon-dumbbell:before {
  content: "\e443";
}
.icon-fire-extinguisher:before {
  content: "\e444";
}
.icon-flashlight:before {
  content: "\e445";
}
.icon-gas-station:before {
  content: "\e446";
}
.icon-gun:before {
  content: "\e447";
}
.icon-lamp-1:before {
  content: "\e448";
}
.icon-lamp-2:before {
  content: "\e449";
}
.icon-lamp-3:before {
  content: "\e44a";
}
.icon-lamp-4:before {
  content: "\e44b";
}
.icon-lightbulb-1:before {
  content: "\e44c";
}
.icon-lightbulb-2:before {
  content: "\e44d";
}
.icon-measuring-tape:before {
  content: "\e44e";
}
.icon-mine-cart:before {
  content: "\e44f";
}
.icon-missile:before {
  content: "\e450";
}
.icon-ring:before {
  content: "\e451";
}
.icon-scale-1:before {
  content: "\e452";
}
.icon-shovel:before {
  content: "\e453";
}
.icon-smoke-no:before {
  content: "\e454";
}
.icon-sofa-1:before {
  content: "\e455";
}
.icon-sofa-2:before {
  content: "\e456";
}
.icon-sofa-3:before {
  content: "\e457";
}
.icon-target:before {
  content: "\e458";
}
.icon-torch:before {
  content: "\e459";
}
.icon-traffic-cone:before {
  content: "\e45a";
}
.icon-traffic-light-1:before {
  content: "\e45b";
}
.icon-traffic-light-2:before {
  content: "\e45c";
}
.icon-treasure-1:before {
  content: "\e45d";
}
.icon-treasure-2:before {
  content: "\e45e";
}
.icon-trowel:before {
  content: "\e45f";
}
.icon-watering-can:before {
  content: "\e460";
}
.icon-weigh:before {
  content: "\e461";
}
.icon-academic-cap:before {
  content: "\e462";
}
.icon-baseball-helmet:before {
  content: "\e463";
}
.icon-beanie:before {
  content: "\e464";
}
.icon-bike-helmet:before {
  content: "\e465";
}
.icon-bow:before {
  content: "\e466";
}
.icon-cap:before {
  content: "\e467";
}
.icon-chaplin:before {
  content: "\e468";
}
.icon-chef-hat:before {
  content: "\e469";
}
.icon-cloth-hanger:before {
  content: "\e46a";
}
.icon-fins:before {
  content: "\e46b";
}
.icon-football-helmet:before {
  content: "\e46c";
}
.icon-glasses:before {
  content: "\e46d";
}
.icon-glasses-1:before {
  content: "\e46e";
}
.icon-glasses-2:before {
  content: "\e46f";
}
.icon-magician-hat:before {
  content: "\e470";
}
.icon-monocle-1:before {
  content: "\e471";
}
.icon-monocle-2:before {
  content: "\e472";
}
.icon-necktie:before {
  content: "\e473";
}
.icon-polo-shirt:before {
  content: "\e474";
}
.icon-safety-helmet:before {
  content: "\e475";
}
.icon-scuba-tank:before {
  content: "\e476";
}
.icon-shirt-1:before {
  content: "\e477";
}
.icon-shirt-2:before {
  content: "\e478";
}
.icon-sneakers:before {
  content: "\e479";
}
.icon-snorkel:before {
  content: "\e47a";
}
.icon-sombrero:before {
  content: "\e47b";
}
.icon-sunglasses:before {
  content: "\e47c";
}
.icon-tall-hat:before {
  content: "\e47d";
}
.icon-trousers:before {
  content: "\e47e";
}
.icon-walking-stick:before {
  content: "\e47f";
}
.icon-arrow-redo:before {
  content: "\e480";
}
.icon-arrow-undo:before {
  content: "\e481";
}
.icon-bold:before {
  content: "\e482";
}
.icon-columns:before {
  content: "\e483";
}
.icon-eraser:before {
  content: "\e484";
}
.icon-font-color:before {
  content: "\e485";
}
.icon-html:before {
  content: "\e486";
}
.icon-italic:before {
  content: "\e487";
}
.icon-list-1-1:before {
  content: "\e488";
}
.icon-list-2-1:before {
  content: "\e489";
}
.icon-list-3:before {
  content: "\e48a";
}
.icon-list-4:before {
  content: "\e48b";
}
.icon-paragraph:before {
  content: "\e48c";
}
.icon-paste:before {
  content: "\e48d";
}
.icon-print-preview:before {
  content: "\e48e";
}
.icon-quote:before {
  content: "\e48f";
}
.icon-strikethrough:before {
  content: "\e490";
}
.icon-text:before {
  content: "\e491";
}
.icon-text-wrapping-1:before {
  content: "\e492";
}
.icon-text-wrapping-2:before {
  content: "\e493";
}
.icon-text-wrapping-3:before {
  content: "\e494";
}
.icon-underline:before {
  content: "\e495";
}
.icon-align-center:before {
  content: "\e496";
}
.icon-align-left:before {
  content: "\e497";
}
.icon-align-right:before {
  content: "\e498";
}
.icon-all-caps:before {
  content: "\e499";
}
.icon-arrange-2-1:before {
  content: "\e49a";
}
.icon-arrange-2-2:before {
  content: "\e49b";
}
.icon-arrange-2-3:before {
  content: "\e49c";
}
.icon-arrange-2-4:before {
  content: "\e49d";
}
.icon-arrange-3-1:before {
  content: "\e49e";
}
.icon-arrange-3-2:before {
  content: "\e49f";
}
.icon-arrange-3-3:before {
  content: "\e4a0";
}
.icon-arrange-3-4:before {
  content: "\e4a1";
}
.icon-arrange-3-5:before {
  content: "\e4a2";
}
.icon-arrange-4-1:before {
  content: "\e4a3";
}
.icon-arrange-4-2:before {
  content: "\e4a4";
}
.icon-arrange-4-3:before {
  content: "\e4a5";
}
.icon-arrange-5:before {
  content: "\e4a6";
}
.icon-consolidate-all:before {
  content: "\e4a7";
}
.icon-decrease-indent-1:before {
  content: "\e4a8";
}
.icon-decrease-indent-2:before {
  content: "\e4a9";
}
.icon-horizontal-page:before {
  content: "\e4aa";
}
.icon-increase-indent-1:before {
  content: "\e4ab";
}
.icon-increase-indent-2:before {
  content: "\e4ac";
}
.icon-justify:before {
  content: "\e4ad";
}
.icon-leading-1:before {
  content: "\e4ae";
}
.icon-leading-2:before {
  content: "\e4af";
}
.icon-left-indent:before {
  content: "\e4b0";
}
.icon-right-indent:before {
  content: "\e4b1";
}
.icon-small-caps:before {
  content: "\e4b2";
}
.icon-vertical-page:before {
  content: "\e4b3";
}
.icon-alt-mac:before {
  content: "\e4b4";
}
.icon-alt-windows:before {
  content: "\e4b5";
}
.icon-arrow-down:before {
  content: "\e4b6";
}
.icon-arrow-down-left:before {
  content: "\e4b7";
}
.icon-arrow-down-right:before {
  content: "\e4b8";
}
.icon-arrow-left:before {
  content: "\e4b9";
}
.icon-arrow-right:before {
  content: "\e4ba";
}
.icon-arrow-up:before {
  content: "\e4bb";
}
.icon-arrow-up-left:before {
  content: "\e4bc";
}
.icon-arrow-up-right:before {
  content: "\e4bd";
}
.icon-asterisk-1:before {
  content: "\e4be";
}
.icon-asterisk-2:before {
  content: "\e4bf";
}
.icon-back-tab-1:before {
  content: "\e4c0";
}
.icon-back-tab-2:before {
  content: "\e4c1";
}
.icon-backward-delete:before {
  content: "\e4c2";
}
.icon-blank:before {
  content: "\e4c3";
}
.icon-eject:before {
  content: "\e4c4";
}
.icon-enter-1:before {
  content: "\e4c5";
}
.icon-enter-2:before {
  content: "\e4c6";
}
.icon-escape:before {
  content: "\e4c7";
}
.icon-page-down:before {
  content: "\e4c8";
}
.icon-page-up:before {
  content: "\e4c9";
}
.icon-return-1:before {
  content: "\e4ca";
}
.icon-shift:before {
  content: "\e4cb";
}
.icon-shift-2:before {
  content: "\e4cc";
}
.icon-tab:before {
  content: "\e4cd";
}
.icon-apple:before {
  content: "\e4ce";
}
.icon-beer:before {
  content: "\e4cf";
}
.icon-boil:before {
  content: "\e4d0";
}
.icon-bottle-1:before {
  content: "\e4d1";
}
.icon-bottle-2:before {
  content: "\e4d2";
}
.icon-bottle-3:before {
  content: "\e4d3";
}
.icon-bottle-4:before {
  content: "\e4d4";
}
.icon-bread:before {
  content: "\e4d5";
}
.icon-burger-1:before {
  content: "\e4d6";
}
.icon-burger-2:before {
  content: "\e4d7";
}
.icon-cake-1:before {
  content: "\e4d8";
}
.icon-cake-2:before {
  content: "\e4d9";
}
.icon-champagne:before {
  content: "\e4da";
}
.icon-cheese:before {
  content: "\e4db";
}
.icon-cocktail-1:before {
  content: "\e4dc";
}
.icon-cocktail-2:before {
  content: "\e4dd";
}
.icon-cocktail-3:before {
  content: "\e4de";
}
.icon-coffee-cup:before {
  content: "\e4df";
}
.icon-coffee-cup-1:before {
  content: "\e4e0";
}
.icon-coffee-pot:before {
  content: "\e4e1";
}
.icon-deep-fry:before {
  content: "\e4e2";
}
.icon-energy-drink:before {
  content: "\e4e3";
}
.icon-espresso-machine:before {
  content: "\e4e4";
}
.icon-food-dome:before {
  content: "\e4e5";
}
.icon-fork-and-knife:before {
  content: "\e4e6";
}
.icon-fork-and-spoon:before {
  content: "\e4e7";
}
.icon-grape:before {
  content: "\e4e8";
}
.icon-grater:before {
  content: "\e4e9";
}
.icon-grill:before {
  content: "\e4ea";
}
.icon-hot-drinks-glass:before {
  content: "\e4eb";
}
.icon-hotdog:before {
  content: "\e4ec";
}
.icon-ice-cream-1:before {
  content: "\e4ed";
}
.icon-ice-cream-2:before {
  content: "\e4ee";
}
.icon-ice-cream-3:before {
  content: "\e4ef";
}
.icon-ice-drinks-glass:before {
  content: "\e4f0";
}
.icon-juicer:before {
  content: "\e4f1";
}
.icon-kitchen-timer:before {
  content: "\e4f2";
}
.icon-milk:before {
  content: "\e4f3";
}
.icon-orange:before {
  content: "\e4f4";
}
.icon-oven:before {
  content: "\e4f5";
}
.icon-pan-fry:before {
  content: "\e4f6";
}
.icon-pepper-salt:before {
  content: "\e4f7";
}
.icon-pizza:before {
  content: "\e4f8";
}
.icon-pop-corn:before {
  content: "\e4f9";
}
.icon-serving:before {
  content: "\e4fa";
}
.icon-soda:before {
  content: "\e4fb";
}
.icon-soda-can-1:before {
  content: "\e4fc";
}
.icon-soda-can-2:before {
  content: "\e4fd";
}
.icon-steam:before {
  content: "\e4fe";
}
.icon-tea-pot:before {
  content: "\e4ff";
}
.icon-thermometer-high:before {
  content: "\e500";
}
.icon-thermometer-low:before {
  content: "\e501";
}
.icon-thermometer-medium:before {
  content: "\e502";
}
.icon-water:before {
  content: "\e503";
}
.icon-wine:before {
  content: "\e504";
}
.icon-ambulance:before {
  content: "\e505";
}
.icon-beaker-1:before {
  content: "\e506";
}
.icon-beaker-2:before {
  content: "\e507";
}
.icon-blood:before {
  content: "\e508";
}
.icon-drug:before {
  content: "\e509";
}
.icon-first-aid:before {
  content: "\e50a";
}
.icon-hashish:before {
  content: "\e50b";
}
.icon-heart-pulse:before {
  content: "\e50c";
}
.icon-hospital-1:before {
  content: "\e50d";
}
.icon-hospital-2:before {
  content: "\e50e";
}
.icon-hospital-sign-1:before {
  content: "\e50f";
}
.icon-hospital-sign-2:before {
  content: "\e510";
}
.icon-hospital-sign-3:before {
  content: "\e511";
}
.icon-medicine:before {
  content: "\e512";
}
.icon-microscope:before {
  content: "\e513";
}
.icon-mortar-and-pestle:before {
  content: "\e514";
}
.icon-plaster:before {
  content: "\e515";
}
.icon-pulse-graph-1:before {
  content: "\e516";
}
.icon-pulse-graph-2:before {
  content: "\e517";
}
.icon-pulse-graph-3:before {
  content: "\e518";
}
.icon-red-cross:before {
  content: "\e519";
}
.icon-stethoscope:before {
  content: "\e51a";
}
.icon-syringe:before {
  content: "\e51b";
}
.icon-yin-yang:before {
  content: "\e51c";
}
.icon-balloon:before {
  content: "\e51d";
}
.icon-briefcase-lock:before {
  content: "\e51e";
}
.icon-card:before {
  content: "\e51f";
}
.icon-cards-1:before {
  content: "\e520";
}
.icon-cards-2:before {
  content: "\e521";
}
.icon-curtain:before {
  content: "\e522";
}
.icon-dice-1:before {
  content: "\e523";
}
.icon-dice-2:before {
  content: "\e524";
}
.icon-pacman:before {
  content: "\e525";
}
.icon-pacman-ghost:before {
  content: "\e526";
}
.icon-sign-1:before {
  content: "\e527";
}
.icon-smiley-happy:before {
  content: "\e528";
}
.icon-smiley-sad:before {
  content: "\e529";
}
.icon-smileys:before {
  content: "\e52a";
}
.icon-suitcase-1:before {
  content: "\e52b";
}
.icon-suitcase-2:before {
  content: "\e52c";
}
.icon-tetris:before {
  content: "\e52d";
}
.icon-ticket-1:before {
  content: "\e52e";
}
.icon-ticket-2:before {
  content: "\e52f";
}
.icon-ticket-3:before {
  content: "\e530";
}
.icon-virus:before {
  content: "\e531";
}
.icon-cloud-1:before {
  content: "\e532";
}
.icon-cloud-lightning:before {
  content: "\e533";
}
.icon-clouds:before {
  content: "\e534";
}
.icon-first-quarter-half-moon:before {
  content: "\e535";
}
.icon-full-moon:before {
  content: "\e536";
}
.icon-hail:before {
  content: "\e537";
}
.icon-heavy-rain:before {
  content: "\e538";
}
.icon-moon-cloud:before {
  content: "\e539";
}
.icon-rain:before {
  content: "\e53a";
}
.icon-rain-lightning:before {
  content: "\e53b";
}
.icon-snow:before {
  content: "\e53c";
}
.icon-sun:before {
  content: "\e53d";
}
.icon-sun-cloud:before {
  content: "\e53e";
}
.icon-thermometer:before {
  content: "\e53f";
}
.icon-third-quarter-half-moon:before {
  content: "\e540";
}
.icon-umbrella:before {
  content: "\e541";
}
.icon-waning-crescent-moon:before {
  content: "\e542";
}
.icon-waning-gibbous-moon:before {
  content: "\e543";
}
.icon-waxing-crescent-moon:before {
  content: "\e544";
}
.icon-waxing-gibbous-moon:before {
  content: "\e545";
}
.icon-bicycle:before {
  content: "\e546";
}
.icon-bus-1:before {
  content: "\e547";
}
.icon-bus-2:before {
  content: "\e548";
}
.icon-car-1:before {
  content: "\e549";
}
.icon-car-2:before {
  content: "\e54a";
}
.icon-car-3:before {
  content: "\e54b";
}
.icon-car-4:before {
  content: "\e54c";
}
.icon-helicopter:before {
  content: "\e54d";
}
.icon-mountain-bike:before {
  content: "\e54e";
}
.icon-pickup:before {
  content: "\e54f";
}
.icon-plane-1:before {
  content: "\e550";
}
.icon-plane-2:before {
  content: "\e551";
}
.icon-plane-landing:before {
  content: "\e552";
}
.icon-plane-takeoff:before {
  content: "\e553";
}
.icon-road:before {
  content: "\e554";
}
.icon-road-bike:before {
  content: "\e555";
}
.icon-rocket:before {
  content: "\e556";
}
.icon-scooter:before {
  content: "\e557";
}
.icon-ship:before {
  content: "\e558";
}
.icon-train:before {
  content: "\e559";
}
.icon-tram:before {
  content: "\e55a";
}
.icon-cactus:before {
  content: "\e55b";
}
.icon-clover:before {
  content: "\e55c";
}
.icon-flower:before {
  content: "\e55d";
}
.icon-hand-eco:before {
  content: "\e55e";
}
.icon-hand-globe:before {
  content: "\e55f";
}
.icon-leaf:before {
  content: "\e560";
}
.icon-light-eco:before {
  content: "\e561";
}
.icon-potted-plant-1:before {
  content: "\e562";
}
.icon-potted-plant-2:before {
  content: "\e563";
}
.icon-2-fingers-down-swipe:before {
  content: "\e564";
}
.icon-2-fingers-horizontal-swipe:before {
  content: "\e565";
}
.icon-2-fingers-left-swipe:before {
  content: "\e566";
}
.icon-2-fingers-omnidirectional-swipe:before {
  content: "\e567";
}
.icon-2-fingers-right-swipe:before {
  content: "\e568";
}
.icon-2-fingers-tab-hold:before {
  content: "\e569";
}
.icon-2-fingers-tap:before {
  content: "\e56a";
}
.icon-2-fingers-up-swipe:before {
  content: "\e56b";
}
.icon-2-fingers-vertical-swipe:before {
  content: "\e56c";
}
.icon-2finger-double-tap:before {
  content: "\e56d";
}
.icon-double-tap:before {
  content: "\e56e";
}
.icon-drag-down:before {
  content: "\e56f";
}
.icon-drag-horizontal:before {
  content: "\e570";
}
.icon-drag-left:before {
  content: "\e571";
}
.icon-drag-right:before {
  content: "\e572";
}
.icon-drag-up:before {
  content: "\e573";
}
.icon-drag-vertical:before {
  content: "\e574";
}
.icon-filck-down:before {
  content: "\e575";
}
.icon-flick-up:before {
  content: "\e576";
}
.icon-horizontal-flick:before {
  content: "\e577";
}
.icon-left-flick:before {
  content: "\e578";
}
.icon-omnidirectional-drag:before {
  content: "\e579";
}
.icon-omnidirectional-flick:before {
  content: "\e57a";
}
.icon-omnidirectional-swipe:before {
  content: "\e57b";
}
.icon-pinch:before {
  content: "\e57c";
}
.icon-right-flick:before {
  content: "\e57d";
}
.icon-rotate-clockwise:before {
  content: "\e57e";
}
.icon-rotate-counterclockwise:before {
  content: "\e57f";
}
.icon-spread:before {
  content: "\e580";
}
.icon-swipe-down:before {
  content: "\e581";
}
.icon-swipe-horizontal:before {
  content: "\e582";
}
.icon-swipe-left:before {
  content: "\e583";
}
.icon-swipe-right:before {
  content: "\e584";
}
.icon-swipe-up:before {
  content: "\e585";
}
.icon-swipe-vertical:before {
  content: "\e586";
}
.icon-tap:before {
  content: "\e587";
}
.icon-tap-hold:before {
  content: "\e588";
}
.icon-vertical-flick:before {
  content: "\e589";
}
.icon-arrow-1-1:before {
  content: "\e58a";
}
.icon-arrow-2-1:before {
  content: "\e58b";
}
.icon-arrow-3:before {
  content: "\e58c";
}
.icon-arrow-4:before {
  content: "\e58d";
}
.icon-arrow-5:before {
  content: "\e58e";
}
.icon-arrow-6:before {
  content: "\e58f";
}
.icon-arrow-7:before {
  content: "\e590";
}
.icon-arrow-8:before {
  content: "\e591";
}
.icon-arrow-9:before {
  content: "\e592";
}
.icon-arrow-10:before {
  content: "\e593";
}
.icon-arrow-11:before {
  content: "\e594";
}
.icon-arrow-12:before {
  content: "\e595";
}
.icon-arrow-13:before {
  content: "\e596";
}
.icon-arrow-14:before {
  content: "\e597";
}
.icon-arrow-15:before {
  content: "\e598";
}
.icon-arrow-16:before {
  content: "\e599";
}
.icon-arrow-17:before {
  content: "\e59a";
}
.icon-arrow-18:before {
  content: "\e59b";
}
.icon-arrow-19:before {
  content: "\e59c";
}
.icon-arrow-20:before {
  content: "\e59d";
}
.icon-arrow-21:before {
  content: "\e59e";
}
.icon-arrow-22:before {
  content: "\e59f";
}
.icon-arrow-23:before {
  content: "\e5a0";
}
.icon-arrow-24:before {
  content: "\e5a1";
}
.icon-arrow-25:before {
  content: "\e5a2";
}
.icon-arrow-26:before {
  content: "\e5a3";
}
.icon-arrow-27:before {
  content: "\e5a4";
}
.icon-arrow-28:before {
  content: "\e5a5";
}
.icon-arrow-29:before {
  content: "\e5a6";
}
.icon-arrow-30:before {
  content: "\e5a7";
}
.icon-arrow-31:before {
  content: "\e5a8";
}
.icon-arrow-32:before {
  content: "\e5a9";
}
.icon-arrow-33:before {
  content: "\e5aa";
}
.icon-arrow-34:before {
  content: "\e5ab";
}
.icon-arrow-35:before {
  content: "\e5ac";
}
.icon-arrow-36:before {
  content: "\e5ad";
}
.icon-arrow-37:before {
  content: "\e5ae";
}
.icon-arrow-38:before {
  content: "\e5af";
}
.icon-arrow-39:before {
  content: "\e5b0";
}
.icon-arrow-40:before {
  content: "\e5b1";
}
.icon-arrow-41:before {
  content: "\e5b2";
}
.icon-arrow-42:before {
  content: "\e5b3";
}
.icon-arrow-43:before {
  content: "\e5b4";
}
.icon-arrow-44:before {
  content: "\e5b5";
}
.icon-arrow-45:before {
  content: "\e5b6";
}
.icon-arrow-46:before {
  content: "\e5b7";
}
.icon-arrow-47:before {
  content: "\e5b8";
}
.icon-arrow-48:before {
  content: "\e5b9";
}
.icon-arrow-49:before {
  content: "\e5ba";
}
.icon-arrow-50:before {
  content: "\e5bb";
}
.icon-arrow-51:before {
  content: "\e5bc";
}
.icon-arrow-52:before {
  content: "\e5bd";
}
.icon-arrow-53:before {
  content: "\e5be";
}
.icon-arrow-54:before {
  content: "\e5bf";
}
.icon-arrow-55:before {
  content: "\e5c0";
}
.icon-arrow-56:before {
  content: "\e5c1";
}
.icon-arrow-57:before {
  content: "\e5c2";
}
.icon-arrow-58:before {
  content: "\e5c3";
}
.icon-arrow-59:before {
  content: "\e5c4";
}
.icon-arrow-60:before {
  content: "\e5c5";
}
.icon-arrow-61:before {
  content: "\e5c6";
}
.icon-arrow-62:before {
  content: "\e5c7";
}
.icon-arrow-63:before {
  content: "\e5c8";
}
.icon-arrow-64:before {
  content: "\e5c9";
}
.icon-arrow-65:before {
  content: "\e5ca";
}
.icon-arrow-66:before {
  content: "\e5cb";
}
.icon-arrow-67:before {
  content: "\e5cc";
}
.icon-arrow-68:before {
  content: "\e5cd";
}
.icon-arrow-69:before {
  content: "\e5ce";
}
.icon-arrow-70:before {
  content: "\e5cf";
}
.icon-arrow-71:before {
  content: "\e5d0";
}
.icon-arrow-72:before {
  content: "\e5d1";
}
.icon-arrow-circle-1:before {
  content: "\e5d2";
}
.icon-arrow-circle-2:before {
  content: "\e5d3";
}
.icon-arrow-circle-3:before {
  content: "\e5d4";
}
.icon-arrow-circle-4:before {
  content: "\e5d5";
}
.icon-arrow-circle-5:before {
  content: "\e5d6";
}
.icon-arrow-circle-6:before {
  content: "\e5d7";
}
.icon-arrow-circle-7:before {
  content: "\e5d8";
}
.icon-arrow-circle-8:before {
  content: "\e5d9";
}
.icon-arrow-circle-9:before {
  content: "\e5da";
}
.icon-arrow-circle-10:before {
  content: "\e5db";
}
.icon-arrow-circle-11:before {
  content: "\e5dc";
}
.icon-arrow-circle-12:before {
  content: "\e5dd";
}
.icon-arrow-circle-13:before {
  content: "\e5de";
}
.icon-arrow-circle-14:before {
  content: "\e5df";
}
.icon-arrow-circle-15:before {
  content: "\e5e0";
}
.icon-arrow-circle-16:before {
  content: "\e5e1";
}
.icon-arrow-circle-17:before {
  content: "\e5e2";
}
.icon-arrow-circle-18:before {
  content: "\e5e3";
}
.icon-arrow-circle-19:before {
  content: "\e5e4";
}
.icon-arrow-circle-20:before {
  content: "\e5e5";
}
.icon-arrow-circle-21:before {
  content: "\e5e6";
}
.icon-arrow-circle-22:before {
  content: "\e5e7";
}
.icon-arrow-circle-23:before {
  content: "\e5e8";
}
.icon-arrow-circle-24:before {
  content: "\e5e9";
}
.icon-arrow-circle-25:before {
  content: "\e5ea";
}
.icon-arrow-circle-26:before {
  content: "\e5eb";
}
.icon-arrow-circle-27:before {
  content: "\e5ec";
}
.icon-arrow-circle-28:before {
  content: "\e5ed";
}
.icon-arrow-circle-29:before {
  content: "\e5ee";
}
.icon-arrow-circle-30:before {
  content: "\e5ef";
}
.icon-arrow-delete-1:before {
  content: "\e5f0";
}
.icon-arrow-delete-2:before {
  content: "\e5f1";
}
.icon-arrow-dot-1:before {
  content: "\e5f2";
}
.icon-arrow-dot-2:before {
  content: "\e5f3";
}
.icon-arrow-dot-3:before {
  content: "\e5f4";
}
.icon-arrow-dot-4:before {
  content: "\e5f5";
}
.icon-arrow-dot-5:before {
  content: "\e5f6";
}
.icon-arrow-dot-6:before {
  content: "\e5f7";
}
.icon-arrow-rectangle-1:before {
  content: "\e5f8";
}
.icon-arrow-rectangle-2:before {
  content: "\e5f9";
}
.icon-arrow-rectangle-3:before {
  content: "\e5fa";
}
.icon-arrow-rectangle-4:before {
  content: "\e5fb";
}
.icon-arrow-rectangle-5:before {
  content: "\e5fc";
}
.icon-arrow-rectangle-6:before {
  content: "\e5fd";
}
.icon-arrow-rectangle-7:before {
  content: "\e5fe";
}
.icon-arrow-rectangle-8:before {
  content: "\e5ff";
}
.icon-arrow-rectangle-9:before {
  content: "\e600";
}
.icon-arrow-rectangle-10:before {
  content: "\e601";
}
.icon-arrow-rectangle-11:before {
  content: "\e602";
}
.icon-arrow-rectangle-12:before {
  content: "\e603";
}
.icon-arrow-rectangle-13:before {
  content: "\e604";
}
.icon-arrow-rectangle-14:before {
  content: "\e605";
}
.icon-arrow-rectangle-15:before {
  content: "\e606";
}
.icon-arrow-rectangle-16:before {
  content: "\e607";
}
.icon-arrow-rectangle-17:before {
  content: "\e608";
}
.icon-arrow-rectangle-18:before {
  content: "\e609";
}
.icon-arrow-rectangle-19:before {
  content: "\e60a";
}
.icon-arrow-rectangle-20:before {
  content: "\e60b";
}
