@import url('https://fonts.googleapis.com/css?family=Open + Sans:300, 300i, 400, 400i, 600, 600i, 700, 700i, 800, 800i');

body {
    background: #f6f6f6;
    font-family: Open Sans, sans-serif;
}
a,
body {
    color: #666;
}
a:hover {
    text-decoration: none;
}
.ele_physical {
    background: #ccc !important;
    color: #888 !important;
}
.font-size-xs {
    font-size: 12px;
}
.font-size-sm {
    font-size: 14px;
}
.font-size-md {
    font-size: 16px;
}
.font-size-lg {
    font-size: 20px;
}
.font-size-xl {
    font-size: 24px;
}
.font-size-xxl {
    font-size: 30px;
}
.color-option-1 {
    color: #666;
}
.color-option-2 {
    color: #333;
}
.color-option-3 {
    color: #999;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #000;
}
.text-primary {
    color: #ff9800;
}
.text-primary:hover {
    color: #000;
}
.pagination-li.active:hover a,
.pagination-li.active a {
    background: #ff9800;
    border-color: #ff9800;
}
.pagination-li.active:hover a {
    color: #fff;
}
.text-danger {
    color: #f44336;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l-md {
    margin-left: 30px;
}
.m-l {
    margin-left: 15px;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r-md {
    margin-right: 30px;
}
.m-r {
    margin-right: 15px;
}
.m-b-xs {
    margin-bottom: 10px;
}
.m-b {
    margin-bottom: 15px;
}
.m-b-md {
    margin-bottom: 30px;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t {
    margin-top: 15px;
}
.m-t-n-md {
    margin-top: -30px;
}
.navbar-fixed-top {
    background: #000;
    height: 60px;
    box-shadow: 0 2px 4px 0 #eee;
}
.logo {
    padding: 17px 0;
    display: inline-block;
}
.thumbnail {
    width: 30px;
    height: 30px;
    border-radius: 30px;
}
.thumbnail .user-icon {
    top: 18px;
    right: 18px;
    position: absolute;
}
.cursor-pointer {
    cursor: pointer;
}
.middle-content {
    padding: 90px 0 0;
}
.content {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    color: #000;
}
h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
}
.wrapper {
    padding: 15px;
}
.wrapper-md {
    padding: 30px;
}
.content-head {
    border-bottom: 1px solid #eee;
    padding: 10px 30px;
    line-height: 36px;
}
.content-head h2 {
    margin: 0;
}
.popover-title {
    color: #000;
}
.progress {
    height: 12px;
    background: #f6f6f6;
    margin-bottom: 0;
}
.progress,
.progress .progress-bar {
    box-shadow: inset 0 1px 2px transparent;
}
.progress .progress-bar {
    background: #00c853;
}
.set-vertical-middle {
    padding-top: 7px;
    display: block;
}
.btn-border {
    border: 1px solid #c3b8b8;
}
.btn-danger {
    background: #f44336;
    border-color: #f44336;
}
.btn-primary {
    background: #ff9800;
    border-color: #ff9800;
}
.btn-primary:hover {
    background: #000;
    color: #fff;
}
.modal-title,
.uppercase {
    text-transform: uppercase;
}
.modal-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}
.story-progress .step {
    float: left;
    width: 100%;
}
.story-progress .step ul {
    margin: 0;
    padding: 0;
}
.story-progress .step ul li {
    width: 120px;
    list-style: none;
    margin-right: 30px;
    position: relative;
    height: 500px;
    float: left;
}
.story-progress .step ul li .block {
    background: #888;
    border: 1px solid #888;
    border-radius: 5px;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
.story-progress .step ul li .block.add {
    background: #ff9800;
    width: 70px;
    padding: 18px 0;
    border: 1px solid #ff9800;
}
.story-progress .step ul li .block .hoverStack {
    display: none;
}
.story-progress .step ul li .block:hover {
    background: #fff;
    border: 1px solid #ddd;
}
.story-progress .step ul li .block:hover .hoverStack {
    display: inline-block;
    position: absolute;
    z-index: 1;
    color: #000;
    top: 0;
    left: 0;
    right: 0;
}
.story-progress .step ul li .block:hover .hoverStack a {
    padding: 18px 15px;
    display: inline-block;
}
.story-progress .step ul li .block:hover .hoverStack a:hover {
    color: #000;
}
.story-progress .step ul li:before {
    content: "\E812";
    font-family: Simple-Line-Icons-Pro;
    position: absolute;
    right: -22px;
    top: 18px;
}
.story-progress .step ul li:after {
    content: "";
    border-right: 1px dashed #ddd;
    position: absolute;
    height: 400px;
    padding: 0 0 0 50%;
}
.story-progress .step ul li.none:after,
.story-progress .step ul li.none:before {
    display: none;
}
.story-progress .step ul li.none .add:hover {
    background: #000;
    border: 1px solid #000;
}
.story-progress .step ul li.none .add:hover .hoverStack {
    display: none;
}
.story-progress .step ul li .number {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #333;
    font-weight: 600;
}
.static-step-wrapper .step-block {
    float: left;
    width: 140px;
    position: relative;
}
.static-step-wrapper .step-block .step {
    width: 112px;
    list-style: none;
    position: relative;
    height: 400px;
    float: left;
    margin: 100px 30px 0 0;
    z-index: 10;
}
.static-step-wrapper .step-block .step .block {
    background: #888;
    border: 1px solid #888;
    border-radius: 3px;
    text-align: center;
    padding: 18px 0;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
.static-step-wrapper .step-block .step .block.add {
    background: #f44336;
    width: 70px;
    padding: 18px 0;
    border: 1px solid #f44336;
}
.static-step-wrapper .step-block .step .block .hoverStack {
    display: none;
}
.static-step-wrapper .step-block .step .block:hover {
    background: #fff;
    border: 1px solid #ddd;
}
.static-step-wrapper .step-block .step .block:hover .hoverStack {
    display: block;
    position: absolute;
    z-index: 1;
    color: #000;
    top: 0;
}
.static-step-wrapper .step-block .step .block:hover .hoverStack a {
    padding: 16px 10px;
    display: inline-block;
    width: 52px;
    text-align: center;
}
.static-step-wrapper .step-block .step .block:hover .hoverStack a:nth-child(2) {
    border-left: 1px solid #ddd;
}
.static-step-wrapper .step-block .step .block:hover .hoverStack a:hover {
    color: #000;
}
.static-step-wrapper .step-block .step .block .status {
    position: absolute;
    bottom: -17px;
    left: 36px;
    z-index: 99;
    width: 40px;
    text-align: center;
}
.static-step-wrapper .step-block .step.arrow:before {
    content: "\E812";
    font-family: Simple-Line-Icons-Pro;
    position: absolute;
    right: -22px;
    top: 18px;
}
.static-step-wrapper .step-block .step:after {
    content: "";
    border-right: 1px dashed #ddd;
    position: absolute;
    height: 280px;
    padding: 0 0 0 50%;
}
.static-step-wrapper .step-block .step.none:after,
.static-step-wrapper .step-block .step.none:before {
    display: none;
}
.static-step-wrapper .step-block .step.none .add:hover {
    background: #f44336;
    border: 1px solid #f44336;
}
.static-step-wrapper .step-block .step.none .add:hover .hoverStack {
    display: none;
}
.static-step-wrapper .step-block .step .number {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #333;
    font-weight: 600;
}
.static-step-wrapper .step-block .hints {
    width: 112px;
    list-style: none;
    position: absolute;
    right: 0;
    height: 500px;
    float: left;
    margin-right: -42px;
}
.static-step-wrapper .step-block .hints .block {
    background: #ddd;
    border: 1px solid #ddd;
    border-radius: 2px;
    text-align: center;
    padding: 16px 0;
    color: #888;
    text-transform: uppercase;
    position: relative;
}
.static-step-wrapper .step-block .hints .block.add {
    background: #f44336;
    width: 70px;
    padding: 18px 0;
    border: 1px solid #f44336;
}
.static-step-wrapper .step-block .hints .block .hoverStack {
    display: none;
}
.static-step-wrapper .step-block .hints .block:hover {
    background: #fff;
    border: 1px solid #ddd;
}
.static-step-wrapper .step-block .hints .block:hover .hoverStack {
    display: block;
    position: absolute;
    z-index: 1;
    color: #000;
    top: 0;
    background: #fff;
}
.static-step-wrapper .step-block .hints .block:hover .hoverStack a {
    padding: 16px 0;
    display: inline-block;
    width: 52px;
    text-align: center;
}
.static-step-wrapper .step-block .hints .block:hover .hoverStack a:hover {
    color: #000;
}
.static-step-wrapper .step-block .hints:after {
    content: "";
    border-right: 1px dashed #ddd;
    position: absolute;
    height: 400px;
    padding: 0 0 0 50%;
}
.static-step-wrapper .step-block .hints .number {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #333;
    font-weight: 600;
}
.static-step-wrapper .step-block .step .block.noHoverChange {
    background: #888;
    z-index: 1000;
}
.static-step-wrapper .step-block .hints .block.noHoverChange {
    background: #fff;
    z-index: 1000;
}
.firstchild .popover {
    margin-left: 50px;
}
.btn-main {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.btn-main button:focus {
    border: none;
    outline: none;
}
.alert {
    padding: 5px 10px;
}
@font-face {
    font-family: Simple-Line-Icons-Pro;
    src: url("/assets/fonts/Simple-Line-Icons-Pro.eot?jq15et");
    src: url("/assets/fonts/Simple-Line-Icons-Pro.eot?jq15et#iefix") format("embedded-opentype"), url("/assets/fonts/Simple-Line-Icons-Pro.ttf?jq15et") format("truetype"),
        url("/assets/fonts/Simple-Line-Icons-Pro.woff?jq15et") format("woff"), url("/assets/fonts/Simple-Line-Icons-Pro.svg?jq15et#Simple-Line-Icons-Pro") format("svg");
    font-weight: 400;
    font-style: normal;
}
[class*=" icon-"],
[class^="icon-"] {
    font-family: Simple-Line-Icons-Pro;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-1-circle-down:before {
    content: "\E800";
}
.icon-arrow-1-circle-left:before {
    content: "\E801";
}
.icon-arrow-1-circle-right:before {
    content: "\E802";
}
.icon-arrow-1-circle-up:before {
    content: "\E803";
}
.icon-arrow-1-down:before {
    content: "\E804";
}
.icon-arrow-1-left:before {
    content: "\E805";
}
.icon-arrow-1-right:before {
    content: "\E806";
}
.icon-arrow-1-square-down:before {
    content: "\E807";
}
.icon-arrow-1-square-left:before {
    content: "\E808";
}
.icon-arrow-1-square-right:before {
    content: "\E809";
}
.icon-arrow-1-square-up:before {
    content: "\E80A";
}
.icon-arrow-1-up:before {
    content: "\E80B";
}
.icon-arrow-2-circle-down:before {
    content: "\E80C";
}
.icon-arrow-2-circle-left:before {
    content: "\E80D";
}
.icon-arrow-2-circle-right:before {
    content: "\E80E";
}
.icon-arrow-2-circle-up:before {
    content: "\E80F";
}
.icon-arrow-2-down:before {
    content: "\E810";
}
.icon-arrow-2-left:before {
    content: "\E811";
}
.icon-arrow-2-right:before {
    content: "\E812";
}
.icon-arrow-2-sqare-down:before {
    content: "\E813";
}
.icon-arrow-2-sqare-left:before {
    content: "\E814";
}
.icon-arrow-2-sqare-right:before {
    content: "\E815";
}
.icon-arrow-2-sqare-up:before {
    content: "\E816";
}
.icon-arrow-2-up:before {
    content: "\E817";
}
.icon-arrow-3-circle-down:before {
    content: "\E818";
}
.icon-arrow-3-circle-left:before {
    content: "\E819";
}
.icon-arrow-3-circle-right:before {
    content: "\E81A";
}
.icon-arrow-3-circle-up:before {
    content: "\E81B";
}
.icon-arrow-3-down:before {
    content: "\E81C";
}
.icon-arrow-3-left:before {
    content: "\E81D";
}
.icon-arrow-3-right:before {
    content: "\E81E";
}
.icon-arrow-3-square-down:before {
    content: "\E81F";
}
.icon-arrow-3-square-left:before {
    content: "\E820";
}
.icon-arrow-3-square-right:before {
    content: "\E821";
}
.icon-arrow-3-square-up:before {
    content: "\E822";
}
.icon-arrow-3-up:before {
    content: "\E823";
}
.icon-back-1:before {
    content: "\E824";
}
.icon-back-2:before {
    content: "\E825";
}
.icon-back-3:before {
    content: "\E826";
}
.icon-back-4-circle:before {
    content: "\E827";
}
.icon-back-4-square:before {
    content: "\E828";
}
.icon-back-4:before {
    content: "\E829";
}
.icon-back-5:before {
    content: "\E82A";
}
.icon-back-6:before {
    content: "\E82B";
}
.icon-back-7:before {
    content: "\E82C";
}
.icon-backward-7:before {
    content: "\E82D";
}
.icon-double-arrows-1-left:before {
    content: "\E82E";
}
.icon-double-arrows-1-right:before {
    content: "\E82F";
}
.icon-fork-arrows:before {
    content: "\E830";
}
.icon-forward-7:before {
    content: "\E831";
}
.icon-next-1:before {
    content: "\E832";
}
.icon-next-2:before {
    content: "\E833";
}
.icon-next-3:before {
    content: "\E834";
}
.icon-next-4-circle:before {
    content: "\E835";
}
.icon-next-4-square:before {
    content: "\E836";
}
.icon-next-4:before {
    content: "\E837";
}
.icon-next-5:before {
    content: "\E838";
}
.icon-next-6:before {
    content: "\E839";
}
.icon-next-7:before {
    content: "\E83A";
}
.icon-s-arrow-1:before {
    content: "\E83B";
}
.icon-s-arrow-2:before {
    content: "\E83C";
}
.icon-s-arrow-3:before {
    content: "\E83D";
}
.icon-answer:before {
    content: "\E83E";
}
.icon-call-back:before {
    content: "\E83F";
}
.icon-call-block:before {
    content: "\E840";
}
.icon-call-end:before {
    content: "\E841";
}
.icon-call-hold:before {
    content: "\E842";
}
.icon-call-in:before {
    content: "\E843";
}
.icon-call-logs:before {
    content: "\E844";
}
.icon-call-off:before {
    content: "\E845";
}
.icon-call-out:before {
    content: "\E846";
}
.icon-call:before {
    content: "\E847";
}
.icon-chat-1:before {
    content: "\E848";
}
.icon-chat-2:before {
    content: "\E849";
}
.icon-chat-3:before {
    content: "\E84A";
}
.icon-comment-1-like:before {
    content: "\E84B";
}
.icon-comment-1:before {
    content: "\E84C";
}
.icon-comment-2-hashtag:before {
    content: "\E84D";
}
.icon-comment-2-quote:before {
    content: "\E84E";
}
.icon-comment-2-smile:before {
    content: "\E84F";
}
.icon-comment-2-write-2:before {
    content: "\E850";
}
.icon-comment-2:before {
    content: "\E851";
}
.icon-comment-3-write-2:before {
    content: "\E852";
}
.icon-comment-3:before {
    content: "\E853";
}
.icon-comments-1:before {
    content: "\E854";
}
.icon-comments-2:before {
    content: "\E855";
}
.icon-comments-3:before {
    content: "\E856";
}
.icon-email-2-at:before {
    content: "\E857";
}
.icon-email-2-letter:before {
    content: "\E858";
}
.icon-email-2-open:before {
    content: "\E859";
}
.icon-email-2-search:before {
    content: "\E85A";
}
.icon-email-at:before {
    content: "\E85B";
}
.icon-email-ban:before {
    content: "\E85C";
}
.icon-email-check:before {
    content: "\E85D";
}
.icon-email-close:before {
    content: "\E85E";
}
.icon-email-delete:before {
    content: "\E85F";
}
.icon-email-edit:before {
    content: "\E860";
}
.icon-email-forward:before {
    content: "\E861";
}
.icon-email-in:before {
    content: "\E862";
}
.icon-email-letter:before {
    content: "\E863";
}
.icon-email-locked:before {
    content: "\E864";
}
.icon-email-new:before {
    content: "\E865";
}
.icon-email-open:before {
    content: "\E866";
}
.icon-email-out:before {
    content: "\E867";
}
.icon-email-refresh:before {
    content: "\E868";
}
.icon-email-reply:before {
    content: "\E869";
}
.icon-email-search:before {
    content: "\E86A";
}
.icon-email-send:before {
    content: "\E86B";
}
.icon-email-star:before {
    content: "\E86C";
}
.icon-email:before {
    content: "\E86D";
}
.icon-inbox-empty:before {
    content: "\E86E";
}
.icon-inbox-full:before {
    content: "\E86F";
}
.icon-inbox:before {
    content: "\E870";
}
.icon-letter:before {
    content: "\E871";
}
.icon-letters:before {
    content: "\E872";
}
.icon-megaphone-1:before {
    content: "\E873";
}
.icon-megaphone-2:before {
    content: "\E874";
}
.icon-message-1-alert:before {
    content: "\E875";
}
.icon-message-1-ask:before {
    content: "\E876";
}
.icon-message-1-hashtag:before {
    content: "\E877";
}
.icon-message-1-heart:before {
    content: "\E878";
}
.icon-message-1-music-tone:before {
    content: "\E879";
}
.icon-message-1-pause:before {
    content: "\E87A";
}
.icon-message-1-quote:before {
    content: "\E87B";
}
.icon-message-1-smile:before {
    content: "\E87C";
}
.icon-message-1-write:before {
    content: "\E87D";
}
.icon-message-1:before {
    content: "\E87E";
}
.icon-message-2-alert:before {
    content: "\E87F";
}
.icon-message-2-ask:before {
    content: "\E880";
}
.icon-message-2-heart:before {
    content: "\E881";
}
.icon-message-2-like:before {
    content: "\E882";
}
.icon-message-2-music-tone:before {
    content: "\E883";
}
.icon-message-2-pause:before {
    content: "\E884";
}
.icon-message-2-write:before {
    content: "\E885";
}
.icon-message-2:before {
    content: "\E886";
}
.icon-message-3-alert:before {
    content: "\E887";
}
.icon-message-3-ask:before {
    content: "\E888";
}
.icon-message-3-hashtag:before {
    content: "\E889";
}
.icon-message-3-heart:before {
    content: "\E88A";
}
.icon-message-3-like:before {
    content: "\E88B";
}
.icon-message-3-music-tone:before {
    content: "\E88C";
}
.icon-message-3-pause:before {
    content: "\E88D";
}
.icon-message-3-quote:before {
    content: "\E88E";
}
.icon-message-3-smile:before {
    content: "\E88F";
}
.icon-message-3-write:before {
    content: "\E890";
}
.icon-message-3:before {
    content: "\E891";
}
.icon-outbox:before {
    content: "\E892";
}
.icon-paper-plane-2:before {
    content: "\E893";
}
.icon-phone-call-in:before {
    content: "\E894";
}
.icon-phone-call-out:before {
    content: "\E895";
}
.icon-phone-contacts:before {
    content: "\E896";
}
.icon-phone-message-1:before {
    content: "\E897";
}
.icon-phone-message-2:before {
    content: "\E898";
}
.icon-phone-message-3:before {
    content: "\E899";
}
.icon-phone-ring:before {
    content: "\E89A";
}
.icon-Q-and-A:before {
    content: "\E89B";
}
.icon-telephone-1:before {
    content: "\E89C";
}
.icon-voicemail:before {
    content: "\E89D";
}
.icon-battery-1:before {
    content: "\E89E";
}
.icon-battery-2:before {
    content: "\E89F";
}
.icon-battery-3:before {
    content: "\E8A0";
}
.icon-battery-4:before {
    content: "\E8A1";
}
.icon-battery-5:before {
    content: "\E8A2";
}
.icon-battery-charging:before {
    content: "\E8A3";
}
.icon-battery-empty:before {
    content: "\E8A4";
}
.icon-battery-fully-charged:before {
    content: "\E8A5";
}
.icon-battery-low:before {
    content: "\E8A6";
}
.icon-battery-warning:before {
    content: "\E8A7";
}
.icon-cable-1:before {
    content: "\E8A8";
}
.icon-cable-2:before {
    content: "\E8A9";
}
.icon-CD-1:before {
    content: "\E8AA";
}
.icon-cd-burn:before {
    content: "\E8AB";
}
.icon-charger-plug-1:before {
    content: "\E8AC";
}
.icon-charger-plug-2:before {
    content: "\E8AD";
}
.icon-charger-plug-3:before {
    content: "\E8AE";
}
.icon-desktop:before {
    content: "\E8AF";
}
.icon-diskette-1:before {
    content: "\E8B0";
}
.icon-diskette-2:before {
    content: "\E8B1";
}
.icon-diskette-3:before {
    content: "\E8B2";
}
.icon-flashdrive:before {
    content: "\E8B3";
}
.icon-gameboy:before {
    content: "\E8B4";
}
.icon-hdd:before {
    content: "\E8B5";
}
.icon-imac:before {
    content: "\E8B6";
}
.icon-ipod:before {
    content: "\E8B7";
}
.icon-iwatch:before {
    content: "\E8B8";
}
.icon-joystick-1:before {
    content: "\E8B9";
}
.icon-joystick-2:before {
    content: "\E8BA";
}
.icon-keyboard-1:before {
    content: "\E8BB";
}
.icon-keyboard-2:before {
    content: "\E8BC";
}
.icon-laptop-1:before {
    content: "\E8BD";
}
.icon-laptop-2:before {
    content: "\E8BE";
}
.icon-monitor:before {
    content: "\E8BF";
}
.icon-mouse-1:before {
    content: "\E8C0";
}
.icon-mouse-2:before {
    content: "\E8C1";
}
.icon-mouse-3:before {
    content: "\E8C2";
}
.icon-old-computer:before {
    content: "\E8C3";
}
.icon-old-radio-1:before {
    content: "\E8C4";
}
.icon-old-radio-2:before {
    content: "\E8C5";
}
.icon-old-radio-3:before {
    content: "\E8C6";
}
.icon-old-telephone:before {
    content: "\E8C7";
}
.icon-old-tv-1:before {
    content: "\E8C8";
}
.icon-old-tv-2:before {
    content: "\E8C9";
}
.icon-outlet:before {
    content: "\E8CA";
}
.icon-plug:before {
    content: "\E8CB";
}
.icon-printer:before {
    content: "\E8CC";
}
.icon-projector:before {
    content: "\E8CD";
}
.icon-psp:before {
    content: "\E8CE";
}
.icon-remote:before {
    content: "\E8CF";
}
.icon-router:before {
    content: "\E8D0";
}
.icon-security-camera:before {
    content: "\E8D1";
}
.icon-shredder:before {
    content: "\E8D2";
}
.icon-sim-1:before {
    content: "\E8D3";
}
.icon-sim-2:before {
    content: "\E8D4";
}
.icon-smart-watch:before {
    content: "\E8D5";
}
.icon-smartphone-3G:before {
    content: "\E8D6";
}
.icon-smartphone-4G:before {
    content: "\E8D7";
}
.icon-smartphone-desktop:before {
    content: "\E8D8";
}
.icon-smartphone-hand-1:before {
    content: "\E8D9";
}
.icon-smartphone-hand-2:before {
    content: "\E8DA";
}
.icon-smartphone-landscape:before {
    content: "\E8DB";
}
.icon-smartphone-laptop:before {
    content: "\E8DC";
}
.icon-smartphone-off:before {
    content: "\E8DD";
}
.icon-smartphone-orientation:before {
    content: "\E8DE";
}
.icon-smartphone-rotate-left:before {
    content: "\E8DF";
}
.icon-smartphone-rotate-right:before {
    content: "\E8E0";
}
.icon-smartphone-tablet-1:before {
    content: "\E8E1";
}
.icon-smartphone-tablet-2:before {
    content: "\E8E2";
}
.icon-smartphone-tablet-desktop:before {
    content: "\E8E3";
}
.icon-smartphone:before {
    content: "\E8E4";
}
.icon-smartphones:before {
    content: "\E8E5";
}
.icon-switch:before {
    content: "\E8E6";
}
.icon-tablet-desktop:before {
    content: "\E8E7";
}
.icon-tablet-landscape:before {
    content: "\E8E8";
}
.icon-tablet-orientation-landscape:before {
    content: "\E8E9";
}
.icon-tablet-orientation-portrait:before {
    content: "\E8EA";
}
.icon-tablet-stylus:before {
    content: "\E8EB";
}
.icon-tablet:before {
    content: "\E8EC";
}
.icon-tablets:before {
    content: "\E8ED";
}
.icon-telephone:before {
    content: "\E8EE";
}
.icon-tv:before {
    content: "\E8EF";
}
.icon-usb-wireless:before {
    content: "\E8F0";
}
.icon-web-camera:before {
    content: "\E8F1";
}
.icon-auction:before {
    content: "\E8F2";
}
.icon-barcode-scan:before {
    content: "\E8F3";
}
.icon-barcode:before {
    content: "\E8F4";
}
.icon-basket-add:before {
    content: "\E8F5";
}
.icon-basket-checked:before {
    content: "\E8F6";
}
.icon-basket-close:before {
    content: "\E8F7";
}
.icon-basket-in:before {
    content: "\E8F8";
}
.icon-basket-out:before {
    content: "\E8F9";
}
.icon-basket-remove:before {
    content: "\E8FA";
}
.icon-basket:before {
    content: "\E8FB";
}
.icon-cart-1-add:before {
    content: "\E8FC";
}
.icon-cart-1-cancel:before {
    content: "\E8FD";
}
.icon-cart-1-checked:before {
    content: "\E8FE";
}
.icon-cart-1-in:before {
    content: "\E8FF";
}
.icon-cart-1-loaded:before {
    content: "\E900";
}
.icon-cart-1-out:before {
    content: "\E901";
}
.icon-cart-1-remove:before {
    content: "\E902";
}
.icon-cart-1:before {
    content: "\E903";
}
.icon-cart-2-add:before {
    content: "\E904";
}
.icon-cart-2-cancel:before {
    content: "\E905";
}
.icon-cart-2-checked:before {
    content: "\E906";
}
.icon-cart-2-in:before {
    content: "\E907";
}
.icon-cart-2-loaded:before {
    content: "\E908";
}
.icon-cart-2-out:before {
    content: "\E909";
}
.icon-cart-2-remove:before {
    content: "\E90A";
}
.icon-cart-2:before {
    content: "\E90B";
}
.icon-cart-3-loaded:before {
    content: "\E90C";
}
.icon-cart-3:before {
    content: "\E90D";
}
.icon-delivery-1:before {
    content: "\E90E";
}
.icon-delivery-2:before {
    content: "\E90F";
}
.icon-delivery-3:before {
    content: "\E910";
}
.icon-delivery-box-1:before {
    content: "\E911";
}
.icon-delivery-box-2:before {
    content: "\E912";
}
.icon-discount-circle:before {
    content: "\E913";
}
.icon-discount-star:before {
    content: "\E914";
}
.icon-handbag:before {
    content: "\E915";
}
.icon-list-heart:before {
    content: "\E916";
}
.icon-open-sign:before {
    content: "\E917";
}
.icon-price-tag:before {
    content: "\E918";
}
.icon-qr-code:before {
    content: "\E919";
}
.icon-shop-1:before {
    content: "\E91A";
}
.icon-shop-2-location:before {
    content: "\E91B";
}
.icon-shop-2:before {
    content: "\E91C";
}
.icon-shopping-bag-add:before {
    content: "\E91D";
}
.icon-shopping-bag-checked:before {
    content: "\E91E";
}
.icon-shopping-bag-close:before {
    content: "\E91F";
}
.icon-shopping-bag-heart:before {
    content: "\E920";
}
.icon-shopping-bag-remove:before {
    content: "\E921";
}
.icon-shopping-bag:before {
    content: "\E922";
}
.icon-shopping-tag:before {
    content: "\E923";
}
.icon-shopping-tags:before {
    content: "\E924";
}
.icon-ticket:before {
    content: "\E925";
}
.icon-wallet-1:before {
    content: "\E926";
}
.icon-wallet-add:before {
    content: "\E927";
}
.icon-wallet-ban:before {
    content: "\E928";
}
.icon-wallet-cancel:before {
    content: "\E929";
}
.icon-wallet-info:before {
    content: "\E92A";
}
.icon-wallet-loaded:before {
    content: "\E92B";
}
.icon-wallet-locked:before {
    content: "\E92C";
}
.icon-wallet-remove:before {
    content: "\E92D";
}
.icon-wallet-verified:before {
    content: "\E92E";
}
.icon-wallet1:before {
    content: "\E92F";
}
.icon-abacus:before {
    content: "\E930";
}
.icon-alphabet:before {
    content: "\E931";
}
.icon-blackboard-1:before {
    content: "\E932";
}
.icon-blackboard-2:before {
    content: "\E933";
}
.icon-blackboard-3:before {
    content: "\E934";
}
.icon-blackboard-alphabet:before {
    content: "\E935";
}
.icon-blackboard-pointer:before {
    content: "\E936";
}
.icon-bomb:before {
    content: "\E937";
}
.icon-briefcase-2:before {
    content: "\E938";
}
.icon-bulb-add:before {
    content: "\E939";
}
.icon-bulb-checked:before {
    content: "\E93A";
}
.icon-bulb-close:before {
    content: "\E93B";
}
.icon-bulb-idea:before {
    content: "\E93C";
}
.icon-bulb-remove:before {
    content: "\E93D";
}
.icon-bulb:before {
    content: "\E93E";
}
.icon-chemistry-1-test-failed:before {
    content: "\E93F";
}
.icon-chemistry-1-test-successful:before {
    content: "\E940";
}
.icon-chemistry-1:before {
    content: "\E941";
}
.icon-chemistry-2:before {
    content: "\E942";
}
.icon-chemistry-3:before {
    content: "\E943";
}
.icon-chemistry-5:before {
    content: "\E944";
}
.icon-divider:before {
    content: "\E945";
}
.icon-drawers:before {
    content: "\E946";
}
.icon-earth-globe:before {
    content: "\E947";
}
.icon-formula-2:before {
    content: "\E948";
}
.icon-formula:before {
    content: "\E949";
}
.icon-germs:before {
    content: "\E94A";
}
.icon-grade:before {
    content: "\E94B";
}
.icon-graduation-cap:before {
    content: "\E94C";
}
.icon-learning:before {
    content: "\E94D";
}
.icon-math:before {
    content: "\E94E";
}
.icon-molecule:before {
    content: "\E94F";
}
.icon-nerd-glasses:before {
    content: "\E950";
}
.icon-physics-1:before {
    content: "\E951";
}
.icon-physics-2:before {
    content: "\E952";
}
.icon-planet:before {
    content: "\E953";
}
.icon-school-bag:before {
    content: "\E954";
}
.icon-telescope:before {
    content: "\E955";
}
.icon-university:before {
    content: "\E956";
}
.icon-d-axis:before {
    content: "\E957";
}
.icon-d-axis-2:before {
    content: "\E958";
}
.icon-d-axis2:before {
    content: "\E959";
}
.icon-d-cube:before {
    content: "\E95A";
}
.icon-blur:before {
    content: "\E95B";
}
.icon-bring-forward:before {
    content: "\E95C";
}
.icon-brush-1:before {
    content: "\E95D";
}
.icon-brush-2:before {
    content: "\E95E";
}
.icon-brush-pencil:before {
    content: "\E95F";
}
.icon-cmyk:before {
    content: "\E960";
}
.icon-color-palette:before {
    content: "\E961";
}
.icon-crop:before {
    content: "\E962";
}
.icon-easel:before {
    content: "\E963";
}
.icon-eraser:before {
    content: "\E964";
}
.icon-eyedropper-1:before {
    content: "\E965";
}
.icon-eyedropper-2:before {
    content: "\E966";
}
.icon-golden-spiral:before {
    content: "\E967";
}
.icon-graphic-tablet:before {
    content: "\E968";
}
.icon-grid:before {
    content: "\E969";
}
.icon-layers-1:before {
    content: "\E96A";
}
.icon-layers-2:before {
    content: "\E96B";
}
.icon-layers-add-1:before {
    content: "\E96C";
}
.icon-layers-add-2:before {
    content: "\E96D";
}
.icon-layers-linked-1:before {
    content: "\E96E";
}
.icon-layers-linked-2:before {
    content: "\E96F";
}
.icon-layers-locked-1:before {
    content: "\E970";
}
.icon-layers-locked-2:before {
    content: "\E971";
}
.icon-layers-off-1:before {
    content: "\E972";
}
.icon-layers-remove-1:before {
    content: "\E973";
}
.icon-layers-remove-2:before {
    content: "\E974";
}
.icon-paint-bucket-1:before {
    content: "\E975";
}
.icon-paint-bucket-2:before {
    content: "\E976";
}
.icon-paint-roll:before {
    content: "\E977";
}
.icon-pantone-charts:before {
    content: "\E978";
}
.icon-pathfinder-exclude:before {
    content: "\E979";
}
.icon-pathfinder-intersect:before {
    content: "\E97A";
}
.icon-pathfinder-minus-front:before {
    content: "\E97B";
}
.icon-pathfinder-unite:before {
    content: "\E97C";
}
.icon-pen-2:before {
    content: "\E97D";
}
.icon-pen-pencil:before {
    content: "\E97E";
}
.icon-pen1:before {
    content: "\E97F";
}
.icon-pencil-ruler:before {
    content: "\E980";
}
.icon-pencil1:before {
    content: "\E981";
}
.icon-pencil2:before {
    content: "\E982";
}
.icon-rgb:before {
    content: "\E983";
}
.icon-ruler-triangle:before {
    content: "\E984";
}
.icon-ruler:before {
    content: "\E985";
}
.icon-scissors-2:before {
    content: "\E986";
}
.icon-scissors:before {
    content: "\E987";
}
.icon-send-backward:before {
    content: "\E988";
}
.icon-sharpener:before {
    content: "\E989";
}
.icon-smart-object:before {
    content: "\E98A";
}
.icon-spiral:before {
    content: "\E98B";
}
.icon-spray-can:before {
    content: "\E98C";
}
.icon-square-circle:before {
    content: "\E98D";
}
.icon-square-triangle-circle:before {
    content: "\E98E";
}
.icon-square-triangle:before {
    content: "\E98F";
}
.icon-stylus:before {
    content: "\E990";
}
.icon-varnish-brush:before {
    content: "\E991";
}
.icon-vector-arc:before {
    content: "\E992";
}
.icon-vector-circle:before {
    content: "\E993";
}
.icon-vector-line:before {
    content: "\E994";
}
.icon-vector-path-1:before {
    content: "\E995";
}
.icon-vector-path-2:before {
    content: "\E996";
}
.icon-vector-path-3:before {
    content: "\E997";
}
.icon-vector-rectangle:before {
    content: "\E998";
}
.icon-vector-triangle:before {
    content: "\E999";
}
.icon-agenda-1:before {
    content: "\E99A";
}
.icon-agenda-2:before {
    content: "\E99B";
}
.icon-article-2:before {
    content: "\E99C";
}
.icon-article-3:before {
    content: "\E99D";
}
.icon-article:before {
    content: "\E99E";
}
.icon-ballpen:before {
    content: "\E99F";
}
.icon-bold:before {
    content: "\E9A0";
}
.icon-book-2:before {
    content: "\E9A1";
}
.icon-book-3:before {
    content: "\E9A2";
}
.icon-book-4:before {
    content: "\E9A3";
}
.icon-book-5:before {
    content: "\E9A4";
}
.icon-book-6:before {
    content: "\E9A5";
}
.icon-book:before {
    content: "\E9A6";
}
.icon-bookmark-2:before {
    content: "\E9A7";
}
.icon-bookmark-3:before {
    content: "\E9A8";
}
.icon-bookmark-4:before {
    content: "\E9A9";
}
.icon-bookmark-add:before {
    content: "\E9AA";
}
.icon-bookmark-checked:before {
    content: "\E9AB";
}
.icon-bookmark1:before {
    content: "\E9AC";
}
.icon-bookmarks:before {
    content: "\E9AD";
}
.icon-character:before {
    content: "\E9AE";
}
.icon-characters:before {
    content: "\E9AF";
}
.icon-clipboard-1:before {
    content: "\E9B0";
}
.icon-clipboard-2:before {
    content: "\E9B1";
}
.icon-clipboard-check:before {
    content: "\E9B2";
}
.icon-clipboard-file:before {
    content: "\E9B3";
}
.icon-cmd:before {
    content: "\E9B4";
}
.icon-content-1:before {
    content: "\E9B5";
}
.icon-content-2:before {
    content: "\E9B6";
}
.icon-content-3:before {
    content: "\E9B7";
}
.icon-copy-plain-text:before {
    content: "\E9B8";
}
.icon-copy-styles:before {
    content: "\E9B9";
}
.icon-CV-2:before {
    content: "\E9BA";
}
.icon-CV:before {
    content: "\E9BB";
}
.icon-document-envelope-1:before {
    content: "\E9BC";
}
.icon-document-envelope-2:before {
    content: "\E9BD";
}
.icon-document-pencil:before {
    content: "\E9BE";
}
.icon-indent-left:before {
    content: "\E9BF";
}
.icon-indent-right:before {
    content: "\E9C0";
}
.icon-liner:before {
    content: "\E9C1";
}
.icon-list-bullets:before {
    content: "\E9C2";
}
.icon-list-numbers:before {
    content: "\E9C3";
}
.icon-marker:before {
    content: "\E9C4";
}
.icon-newspaper:before {
    content: "\E9C5";
}
.icon-nib-1:before {
    content: "\E9C6";
}
.icon-nib-2:before {
    content: "\E9C7";
}
.icon-note:before {
    content: "\E9C8";
}
.icon-notebook:before {
    content: "\E9C9";
}
.icon-office-archives:before {
    content: "\E9CA";
}
.icon-paper-clamp:before {
    content: "\E9CB";
}
.icon-papyrus:before {
    content: "\E9CC";
}
.icon-paragraph-down:before {
    content: "\E9CD";
}
.icon-paragraph-up:before {
    content: "\E9CE";
}
.icon-paragraph:before {
    content: "\E9CF";
}
.icon-pen-1:before {
    content: "\E9D0";
}
.icon-pencil-1:before {
    content: "\E9D1";
}
.icon-pencil-2:before {
    content: "\E9D2";
}
.icon-quill-ink-pot:before {
    content: "\E9D3";
}
.icon-quill:before {
    content: "\E9D4";
}
.icon-quotes:before {
    content: "\E9D5";
}
.icon-research:before {
    content: "\E9D6";
}
.icon-spell-check:before {
    content: "\E9D7";
}
.icon-strikethrough:before {
    content: "\E9D8";
}
.icon-text-box:before {
    content: "\E9D9";
}
.icon-text-color:before {
    content: "\E9DA";
}
.icon-text-input:before {
    content: "\E9DB";
}
.icon-text-italic:before {
    content: "\E9DC";
}
.icon-text:before {
    content: "\E9DD";
}
.icon-translate:before {
    content: "\E9DE";
}
.icon-underline:before {
    content: "\E9DF";
}
.icon-user-manual-2:before {
    content: "\E9E0";
}
.icon-user-manual:before {
    content: "\E9E1";
}
.icon-write-2:before {
    content: "\E9E2";
}
.icon-write-3:before {
    content: "\E9E3";
}
.icon-write-off:before {
    content: "\E9E4";
}
.icon-write:before {
    content: "\E9E5";
}
.icon-add-notification:before {
    content: "\E9E6";
}
.icon-add-tab:before {
    content: "\E9E7";
}
.icon-airplane-mode-2:before {
    content: "\E9E8";
}
.icon-airplane-mode:before {
    content: "\E9E9";
}
.icon-align-bottom:before {
    content: "\E9EA";
}
.icon-align-left:before {
    content: "\E9EB";
}
.icon-align-right:before {
    content: "\E9EC";
}
.icon-allign-top:before {
    content: "\E9ED";
}
.icon-backward:before {
    content: "\E9EE";
}
.icon-ban:before {
    content: "\E9EF";
}
.icon-brightness-high:before {
    content: "\E9F0";
}
.icon-brightness-low:before {
    content: "\E9F1";
}
.icon-cancel-circle:before {
    content: "\E9F2";
}
.icon-cancel-square-2:before {
    content: "\E9F3";
}
.icon-check-all:before {
    content: "\E9F4";
}
.icon-check-circle-2:before {
    content: "\E9F5";
}
.icon-check-circle:before {
    content: "\E9F6";
}
.icon-check-square-2:before {
    content: "\E9F7";
}
.icon-check-square:before {
    content: "\E9F8";
}
.icon-check:before {
    content: "\E9F9";
}
.icon-close:before {
    content: "\E9FA";
}
.icon-config-1:before {
    content: "\E9FB";
}
.icon-config-2:before {
    content: "\E9FC";
}
.icon-contract-2:before {
    content: "\E9FD";
}
.icon-contract-3:before {
    content: "\E9FE";
}
.icon-contract-4:before {
    content: "\E9FF";
}
.icon-contract:before {
    content: "\EA00";
}
.icon-cursor-click:before {
    content: "\EA01";
}
.icon-cursor-double-click:before {
    content: "\EA02";
}
.icon-cursor-select:before {
    content: "\EA03";
}
.icon-cursor:before {
    content: "\EA04";
}
.icon-door-lock:before {
    content: "\EA05";
}
.icon-double-tap:before {
    content: "\EA06";
}
.icon-download-1:before {
    content: "\EA07";
}
.icon-download-2:before {
    content: "\EA08";
}
.icon-drag-1:before {
    content: "\EA09";
}
.icon-drag:before {
    content: "\EA0A";
}
.icon-edit-1:before {
    content: "\EA0B";
}
.icon-edit-2:before {
    content: "\EA0C";
}
.icon-edit-3:before {
    content: "\EA0D";
}
.icon-expand-2:before {
    content: "\EA0E";
}
.icon-expand-3:before {
    content: "\EA0F";
}
.icon-expand-4:before {
    content: "\EA10";
}
.icon-expand-horizontal:before {
    content: "\EA11";
}
.icon-expand-vertical:before {
    content: "\EA12";
}
.icon-expand:before {
    content: "\EA13";
}
.icon-eye-off:before {
    content: "\EA14";
}
.icon-eye:before {
    content: "\EA15";
}
.icon-fingerprint:before {
    content: "\EA16";
}
.icon-flash-2:before {
    content: "\EA17";
}
.icon-flash-3:before {
    content: "\EA18";
}
.icon-flash-4:before {
    content: "\EA19";
}
.icon-flip-horizontal:before {
    content: "\EA1A";
}
.icon-flip-vertical:before {
    content: "\EA1B";
}
.icon-forward:before {
    content: "\EA1C";
}
.icon-grid-circles:before {
    content: "\EA1D";
}
.icon-grid-squares-2:before {
    content: "\EA1E";
}
.icon-grid-squares:before {
    content: "\EA1F";
}
.icon-hamburger-menu-1:before {
    content: "\EA20";
}
.icon-hamburger-menu-2:before {
    content: "\EA21";
}
.icon-hand:before {
    content: "\EA22";
}
.icon-help-1:before {
    content: "\EA23";
}
.icon-help-2:before {
    content: "\EA24";
}
.icon-home:before {
    content: "\EA25";
}
.icon-info:before {
    content: "\EA26";
}
.icon-inside:before {
    content: "\EA27";
}
.icon-key-1:before {
    content: "\EA28";
}
.icon-key-2:before {
    content: "\EA29";
}
.icon-label-cancel:before {
    content: "\EA2A";
}
.icon-label:before {
    content: "\EA2B";
}
.icon-layout-1:before {
    content: "\EA2C";
}
.icon-layout-2:before {
    content: "\EA2D";
}
.icon-layout-3:before {
    content: "\EA2E";
}
.icon-list-1:before {
    content: "\EA2F";
}
.icon-list-2:before {
    content: "\EA30";
}
.icon-list-3:before {
    content: "\EA31";
}
.icon-list-4:before {
    content: "\EA32";
}
.icon-lock:before {
    content: "\EA33";
}
.icon-loop:before {
    content: "\EA34";
}
.icon-magic-wand-1:before {
    content: "\EA35";
}
.icon-magic-wand-2:before {
    content: "\EA36";
}
.icon-magnet:before {
    content: "\EA37";
}
.icon-magnifier-1:before {
    content: "\EA38";
}
.icon-magnifier-2:before {
    content: "\EA39";
}
.icon-maximize-left:before {
    content: "\EA3A";
}
.icon-maximize-right:before {
    content: "\EA3B";
}
.icon-menu-circle-grid:before {
    content: "\EA3C";
}
.icon-minus-circle:before {
    content: "\EA3D";
}
.icon-minus-square:before {
    content: "\EA3E";
}
.icon-more-circle:before {
    content: "\EA3F";
}
.icon-more-circles-horizontal:before {
    content: "\EA40";
}
.icon-more-circles-vertical:before {
    content: "\EA41";
}
.icon-more-squares-vertical-filled:before {
    content: "\EA42";
}
.icon-more-squares-vertical:before {
    content: "\EA43";
}
.icon-notification-2:before {
    content: "\EA44";
}
.icon-notification-off:before {
    content: "\EA45";
}
.icon-notification-paused:before {
    content: "\EA46";
}
.icon-notification:before {
    content: "\EA47";
}
.icon-outside:before {
    content: "\EA48";
}
.icon-paper-clip:before {
    content: "\EA49";
}
.icon-paper-plane:before {
    content: "\EA4A";
}
.icon-pass:before {
    content: "\EA4B";
}
.icon-phone-shake:before {
    content: "\EA4C";
}
.icon-pin-1:before {
    content: "\EA4D";
}
.icon-pin-2:before {
    content: "\EA4E";
}
.icon-pin-3:before {
    content: "\EA4F";
}
.icon-pin-code:before {
    content: "\EA50";
}
.icon-plus-circle:before {
    content: "\EA51";
}
.icon-plus-square:before {
    content: "\EA52";
}
.icon-plus:before {
    content: "\EA53";
}
.icon-pointer:before {
    content: "\EA54";
}
.icon-power:before {
    content: "\EA55";
}
.icon-press:before {
    content: "\EA56";
}
.icon-question:before {
    content: "\EA57";
}
.icon-refresh-2:before {
    content: "\EA58";
}
.icon-refresh-warning:before {
    content: "\EA59";
}
.icon-refresh:before {
    content: "\EA5A";
}
.icon-reload-checked:before {
    content: "\EA5B";
}
.icon-reload:before {
    content: "\EA5C";
}
.icon-remove-tab:before {
    content: "\EA5D";
}
.icon-rotate:before {
    content: "\EA5E";
}
.icon-scroll:before {
    content: "\EA5F";
}
.icon-search-history:before {
    content: "\EA60";
}
.icon-settings-2:before {
    content: "\EA61";
}
.icon-settings:before {
    content: "\EA62";
}
.icon-Shape18:before {
    content: "\EA63";
}
.icon-share-1:before {
    content: "\EA64";
}
.icon-share-2:before {
    content: "\EA65";
}
.icon-share-3:before {
    content: "\EA66";
}
.icon-share-4:before {
    content: "\EA67";
}
.icon-spread:before {
    content: "\EA68";
}
.icon-swap-horizontal:before {
    content: "\EA69";
}
.icon-swap-vertical:before {
    content: "\EA6A";
}
.icon-swipe-down:before {
    content: "\EA6B";
}
.icon-swipe-left:before {
    content: "\EA6C";
}
.icon-swipe-right:before {
    content: "\EA6D";
}
.icon-swipe-up:before {
    content: "\EA6E";
}
.icon-switch-off:before {
    content: "\EA6F";
}
.icon-switch-on:before {
    content: "\EA70";
}
.icon-switches-1:before {
    content: "\EA71";
}
.icon-switches-2:before {
    content: "\EA72";
}
.icon-tabs-2:before {
    content: "\EA73";
}
.icon-tabs:before {
    content: "\EA74";
}
.icon-tap:before {
    content: "\EA75";
}
.icon-touch:before {
    content: "\EA76";
}
.icon-trash-recycle:before {
    content: "\EA77";
}
.icon-trash:before {
    content: "\EA78";
}
.icon-unlocked:before {
    content: "\EA79";
}
.icon-upload-1:before {
    content: "\EA7A";
}
.icon-upload-2:before {
    content: "\EA7B";
}
.icon-warning-circle:before {
    content: "\EA7C";
}
.icon-warning-hexagon:before {
    content: "\EA7D";
}
.icon-warning-triangle:before {
    content: "\EA7E";
}
.icon-zoom-in-1:before {
    content: "\EA7F";
}
.icon-zoom-in-2:before {
    content: "\EA80";
}
.icon-zoom-out-1:before {
    content: "\EA81";
}
.icon-zoom-out-2:before {
    content: "\EA82";
}
.icon-file-aep:before {
    content: "\EA83";
}
.icon-file-ai:before {
    content: "\EA84";
}
.icon-file-apk:before {
    content: "\EA85";
}
.icon-file-archive:before {
    content: "\EA86";
}
.icon-file-audio:before {
    content: "\EA87";
}
.icon-file-avi:before {
    content: "\EA88";
}
.icon-file-backup:before {
    content: "\EA89";
}
.icon-file-bookmark:before {
    content: "\EA8A";
}
.icon-file-cdr:before {
    content: "\EA8B";
}
.icon-file-clip:before {
    content: "\EA8C";
}
.icon-file-code:before {
    content: "\EA8D";
}
.icon-file-copy:before {
    content: "\EA8E";
}
.icon-file-corrupted:before {
    content: "\EA8F";
}
.icon-file-css:before {
    content: "\EA90";
}
.icon-file-delete:before {
    content: "\EA91";
}
.icon-file-dmg:before {
    content: "\EA92";
}
.icon-file-doc:before {
    content: "\EA93";
}
.icon-file-download:before {
    content: "\EA94";
}
.icon-file-edit:before {
    content: "\EA95";
}
.icon-file-eps:before {
    content: "\EA96";
}
.icon-file-error:before {
    content: "\EA97";
}
.icon-file-exchange:before {
    content: "\EA98";
}
.icon-file-exe:before {
    content: "\EA99";
}
.icon-file-export:before {
    content: "\EA9A";
}
.icon-file-flv:before {
    content: "\EA9B";
}
.icon-file-gif:before {
    content: "\EA9C";
}
.icon-file-ico:before {
    content: "\EA9D";
}
.icon-file-image:before {
    content: "\EA9E";
}
.icon-file-import:before {
    content: "\EA9F";
}
.icon-file-info:before {
    content: "\EAA0";
}
.icon-file-jpg:before {
    content: "\EAA1";
}
.icon-file-linked:before {
    content: "\EAA2";
}
.icon-file-load:before {
    content: "\EAA3";
}
.icon-file-locked:before {
    content: "\EAA4";
}
.icon-file-mov:before {
    content: "\EAA5";
}
.icon-file-mp3:before {
    content: "\EAA6";
}
.icon-file-mpg:before {
    content: "\EAA7";
}
.icon-file-new:before {
    content: "\EAA8";
}
.icon-file-otf:before {
    content: "\EAA9";
}
.icon-file-pdf:before {
    content: "\EAAA";
}
.icon-file-png:before {
    content: "\EAAB";
}
.icon-file-psd:before {
    content: "\EAAC";
}
.icon-file-rar:before {
    content: "\EAAD";
}
.icon-file-raw:before {
    content: "\EAAE";
}
.icon-file-remove:before {
    content: "\EAAF";
}
.icon-file-search:before {
    content: "\EAB0";
}
.icon-file-settings:before {
    content: "\EAB1";
}
.icon-file-share:before {
    content: "\EAB2";
}
.icon-file-star:before {
    content: "\EAB3";
}
.icon-file-svg:before {
    content: "\EAB4";
}
.icon-file-sync:before {
    content: "\EAB5";
}
.icon-file-table:before {
    content: "\EAB6";
}
.icon-file-text:before {
    content: "\EAB7";
}
.icon-file-tif:before {
    content: "\EAB8";
}
.icon-file-ttf:before {
    content: "\EAB9";
}
.icon-file-txt:before {
    content: "\EABA";
}
.icon-file-upload:before {
    content: "\EABB";
}
.icon-file-vector:before {
    content: "\EABC";
}
.icon-file-video:before {
    content: "\EABD";
}
.icon-file-warning:before {
    content: "\EABE";
}
.icon-file-xls:before {
    content: "\EABF";
}
.icon-file-xml:before {
    content: "\EAC0";
}
.icon-file-zip:before {
    content: "\EAC1";
}
.icon-file:before {
    content: "\EAC2";
}
.icon-files-2:before {
    content: "\EAC3";
}
.icon-files:before {
    content: "\EAC4";
}
.icon-folder-alert:before {
    content: "\EAC5";
}
.icon-folder-archive:before {
    content: "\EAC6";
}
.icon-folder-audio:before {
    content: "\EAC7";
}
.icon-folder-backup:before {
    content: "\EAC8";
}
.icon-folder-bookmark:before {
    content: "\EAC9";
}
.icon-folder-check:before {
    content: "\EACA";
}
.icon-folder-code:before {
    content: "\EACB";
}
.icon-folder-copy:before {
    content: "\EACC";
}
.icon-folder-delete:before {
    content: "\EACD";
}
.icon-folder-download:before {
    content: "\EACE";
}
.icon-folder-exchange:before {
    content: "\EACF";
}
.icon-folder-export:before {
    content: "\EAD0";
}
.icon-folder-file:before {
    content: "\EAD1";
}
.icon-folder-image:before {
    content: "\EAD2";
}
.icon-folder-import:before {
    content: "\EAD3";
}
.icon-folder-info:before {
    content: "\EAD4";
}
.icon-folder-linked:before {
    content: "\EAD5";
}
.icon-folder-locked:before {
    content: "\EAD6";
}
.icon-folder-new:before {
    content: "\EAD7";
}
.icon-folder-open:before {
    content: "\EAD8";
}
.icon-folder-search:before {
    content: "\EAD9";
}
.icon-folder-share:before {
    content: "\EADA";
}
.icon-folder-star:before {
    content: "\EADB";
}
.icon-folder-sync:before {
    content: "\EADC";
}
.icon-folder-text:before {
    content: "\EADD";
}
.icon-folder-upload:before {
    content: "\EADE";
}
.icon-folder-video:before {
    content: "\EADF";
}
.icon-folder:before {
    content: "\EAE0";
}
.icon-alcohol:before {
    content: "\EAE1";
}
.icon-apple-1:before {
    content: "\EAE2";
}
.icon-apple-2:before {
    content: "\EAE3";
}
.icon-apple-3:before {
    content: "\EAE4";
}
.icon-avocado:before {
    content: "\EAE5";
}
.icon-banana:before {
    content: "\EAE6";
}
.icon-barbecue:before {
    content: "\EAE7";
}
.icon-beer-mug:before {
    content: "\EAE8";
}
.icon-beverage:before {
    content: "\EAE9";
}
.icon-blender:before {
    content: "\EAEA";
}
.icon-bottle-beer:before {
    content: "\EAEB";
}
.icon-bottle-milk:before {
    content: "\EAEC";
}
.icon-bottle-wine:before {
    content: "\EAED";
}
.icon-bowl:before {
    content: "\EAEE";
}
.icon-bread-1:before {
    content: "\EAEF";
}
.icon-bread-2:before {
    content: "\EAF0";
}
.icon-butcher-knife:before {
    content: "\EAF1";
}
.icon-cake:before {
    content: "\EAF2";
}
.icon-candy:before {
    content: "\EAF3";
}
.icon-capcake:before {
    content: "\EAF4";
}
.icon-carrot:before {
    content: "\EAF5";
}
.icon-champagne:before {
    content: "\EAF6";
}
.icon-checken:before {
    content: "\EAF7";
}
.icon-cheese:before {
    content: "\EAF8";
}
.icon-chef-hat-1:before {
    content: "\EAF9";
}
.icon-chef-hat-2:before {
    content: "\EAFA";
}
.icon-chef-knife:before {
    content: "\EAFB";
}
.icon-cherry:before {
    content: "\EAFC";
}
.icon-coconut:before {
    content: "\EAFD";
}
.icon-coffee-bean:before {
    content: "\EAFE";
}
.icon-coffee-cup:before {
    content: "\EAFF";
}
.icon-coffee-machine:before {
    content: "\EB00";
}
.icon-coffee-mug:before {
    content: "\EB01";
}
.icon-cookie-1:before {
    content: "\EB02";
}
.icon-cookie-2:before {
    content: "\EB03";
}
.icon-cooking-pan:before {
    content: "\EB04";
}
.icon-cooking-pot:before {
    content: "\EB05";
}
.icon-cooking-timer-1:before {
    content: "\EB06";
}
.icon-cooking-timer-2:before {
    content: "\EB07";
}
.icon-cooking-timer-3:before {
    content: "\EB08";
}
.icon-cooking-timer-4:before {
    content: "\EB09";
}
.icon-cooking-timer-5:before {
    content: "\EB0A";
}
.icon-cooking-timer-6:before {
    content: "\EB0B";
}
.icon-cooking-timer-7:before {
    content: "\EB0C";
}
.icon-cooking-timer-8:before {
    content: "\EB0D";
}
.icon-corkscrew:before {
    content: "\EB0E";
}
.icon-croissant:before {
    content: "\EB0F";
}
.icon-egg:before {
    content: "\EB10";
}
.icon-fast-food:before {
    content: "\EB11";
}
.icon-fire:before {
    content: "\EB12";
}
.icon-fork-knife-1:before {
    content: "\EB13";
}
.icon-fork-knife-2:before {
    content: "\EB14";
}
.icon-fork-spoon-knife:before {
    content: "\EB15";
}
.icon-fork-spoon:before {
    content: "\EB16";
}
.icon-fork:before {
    content: "\EB17";
}
.icon-fridge:before {
    content: "\EB18";
}
.icon-fried-egg:before {
    content: "\EB19";
}
.icon-fries:before {
    content: "\EB1A";
}
.icon-glass-beer-1:before {
    content: "\EB1B";
}
.icon-glass-beer-2:before {
    content: "\EB1C";
}
.icon-glass-champagme-1:before {
    content: "\EB1D";
}
.icon-glass-champagme-2:before {
    content: "\EB1E";
}
.icon-glass-cocktail-1:before {
    content: "\EB1F";
}
.icon-glass-cocktail-2:before {
    content: "\EB20";
}
.icon-glass-water:before {
    content: "\EB21";
}
.icon-glass-wine-1:before {
    content: "\EB22";
}
.icon-glass-wine-2:before {
    content: "\EB23";
}
.icon-glass-wine-3:before {
    content: "\EB24";
}
.icon-grapes:before {
    content: "\EB25";
}
.icon-grinder:before {
    content: "\EB26";
}
.icon-hamburger:before {
    content: "\EB27";
}
.icon-ice-cream-1:before {
    content: "\EB28";
}
.icon-ice-cream-2:before {
    content: "\EB29";
}
.icon-ice-cream-3:before {
    content: "\EB2A";
}
.icon-jam-jar:before {
    content: "\EB2B";
}
.icon-kitchen-glove:before {
    content: "\EB2C";
}
.icon-kitchen-sclae:before {
    content: "\EB2D";
}
.icon-knife:before {
    content: "\EB2E";
}
.icon-ladle:before {
    content: "\EB2F";
}
.icon-lemon:before {
    content: "\EB30";
}
.icon-lollipop-1:before {
    content: "\EB31";
}
.icon-lollipop-2:before {
    content: "\EB32";
}
.icon-meal-time:before {
    content: "\EB33";
}
.icon-meal:before {
    content: "\EB34";
}
.icon-microwave:before {
    content: "\EB35";
}
.icon-mushroom:before {
    content: "\EB36";
}
.icon-pear-1:before {
    content: "\EB37";
}
.icon-pear-2:before {
    content: "\EB38";
}
.icon-pear-apple:before {
    content: "\EB39";
}
.icon-pepper:before {
    content: "\EB3A";
}
.icon-pitcher:before {
    content: "\EB3B";
}
.icon-pizza:before {
    content: "\EB3C";
}
.icon-pretzel:before {
    content: "\EB3D";
}
.icon-recipe:before {
    content: "\EB3E";
}
.icon-sausage:before {
    content: "\EB3F";
}
.icon-shake:before {
    content: "\EB40";
}
.icon-skewer:before {
    content: "\EB41";
}
.icon-spoon:before {
    content: "\EB42";
}
.icon-strawberry:before {
    content: "\EB43";
}
.icon-sushi-1:before {
    content: "\EB44";
}
.icon-sushi-2:before {
    content: "\EB45";
}
.icon-tea-cup:before {
    content: "\EB46";
}
.icon-tea-mug:before {
    content: "\EB47";
}
.icon-teapot-1:before {
    content: "\EB48";
}
.icon-teapot-2:before {
    content: "\EB49";
}
.icon-togo-cup-1:before {
    content: "\EB4A";
}
.icon-water-can:before {
    content: "\EB4B";
}
.icon-watermelon:before {
    content: "\EB4C";
}
.icon-K:before {
    content: "\EB4D";
}
.icon-album-2:before {
    content: "\EB4E";
}
.icon-album:before {
    content: "\EB4F";
}
.icon-albums:before {
    content: "\EB50";
}
.icon-aperture:before {
    content: "\EB51";
}
.icon-aspect-ratio:before {
    content: "\EB52";
}
.icon-audiobook-2:before {
    content: "\EB53";
}
.icon-audiobook:before {
    content: "\EB54";
}
.icon-boombox-1:before {
    content: "\EB55";
}
.icon-boombox-2:before {
    content: "\EB56";
}
.icon-camcorder:before {
    content: "\EB57";
}
.icon-camera-focus:before {
    content: "\EB58";
}
.icon-camera-off:before {
    content: "\EB59";
}
.icon-camera-reverse:before {
    content: "\EB5A";
}
.icon-camera-swap:before {
    content: "\EB5B";
}
.icon-camera-tripod:before {
    content: "\EB5C";
}
.icon-camera:before {
    content: "\EB5D";
}
.icon-cassette:before {
    content: "\EB5E";
}
.icon-CD:before {
    content: "\EB5F";
}
.icon-clapperboard:before {
    content: "\EB60";
}
.icon-closed-caption:before {
    content: "\EB61";
}
.icon-director-chair:before {
    content: "\EB62";
}
.icon-earphones-1:before {
    content: "\EB63";
}
.icon-earphones-2:before {
    content: "\EB64";
}
.icon-earphones-3:before {
    content: "\EB65";
}
.icon-eject-circle:before {
    content: "\EB66";
}
.icon-eject:before {
    content: "\EB67";
}
.icon-end-circle:before {
    content: "\EB68";
}
.icon-end:before {
    content: "\EB69";
}
.icon-exposure:before {
    content: "\EB6A";
}
.icon-external-flash:before {
    content: "\EB6B";
}
.icon-film-1:before {
    content: "\EB6C";
}
.icon-film-l:before {
    content: "\EB6D";
}
.icon-film-reel:before {
    content: "\EB6E";
}
.icon-flash-auto:before {
    content: "\EB6F";
}
.icon-flash-off:before {
    content: "\EB70";
}
.icon-flash:before {
    content: "\EB71";
}
.icon-forward-2:before {
    content: "\EB72";
}
.icon-forward-circle:before {
    content: "\EB73";
}
.icon-frame:before {
    content: "\EB74";
}
.icon-HD:before {
    content: "\EB75";
}
.icon-headphones-1:before {
    content: "\EB76";
}
.icon-headphones-2:before {
    content: "\EB77";
}
.icon-loop-1:before {
    content: "\EB78";
}
.icon-loop-2:before {
    content: "\EB79";
}
.icon-loop-all:before {
    content: "\EB7A";
}
.icon-macro:before {
    content: "\EB7B";
}
.icon-media-player:before {
    content: "\EB7C";
}
.icon-mic-2:before {
    content: "\EB7D";
}
.icon-microphone-off:before {
    content: "\EB7E";
}
.icon-microphone:before {
    content: "\EB7F";
}
.icon-moviecamera:before {
    content: "\EB80";
}
.icon-music-tone-1-off:before {
    content: "\EB81";
}
.icon-music-tone-1:before {
    content: "\EB82";
}
.icon-music-tone-2-off:before {
    content: "\EB83";
}
.icon-music-tone-2:before {
    content: "\EB84";
}
.icon-mute:before {
    content: "\EB85";
}
.icon-panorama:before {
    content: "\EB86";
}
.icon-pause-circle:before {
    content: "\EB87";
}
.icon-pause:before {
    content: "\EB88";
}
.icon-photo-add:before {
    content: "\EB89";
}
.icon-photo-album:before {
    content: "\EB8A";
}
.icon-photo:before {
    content: "\EB8B";
}
.icon-photos:before {
    content: "\EB8C";
}
.icon-play-circle:before {
    content: "\EB8D";
}
.icon-play:before {
    content: "\EB8E";
}
.icon-playlist-1:before {
    content: "\EB8F";
}
.icon-playlist-add:before {
    content: "\EB90";
}
.icon-playlist-audio:before {
    content: "\EB91";
}
.icon-playlist-video:before {
    content: "\EB92";
}
.icon-podcast:before {
    content: "\EB93";
}
.icon-rec-circle:before {
    content: "\EB94";
}
.icon-retro-camera:before {
    content: "\EB95";
}
.icon-rewind-circle:before {
    content: "\EB96";
}
.icon-rewind:before {
    content: "\EB97";
}
.icon-rotate-left:before {
    content: "\EB98";
}
.icon-rotate-right:before {
    content: "\EB99";
}
.icon-SD:before {
    content: "\EB9A";
}
.icon-shuffle:before {
    content: "\EB9B";
}
.icon-slideshow-1:before {
    content: "\EB9C";
}
.icon-slideshow-2:before {
    content: "\EB9D";
}
.icon-soundwave:before {
    content: "\EB9E";
}
.icon-speaker-1:before {
    content: "\EB9F";
}
.icon-speaker-2:before {
    content: "\EBA0";
}
.icon-start-circle:before {
    content: "\EBA1";
}
.icon-start:before {
    content: "\EBA2";
}
.icon-stereo-1:before {
    content: "\EBA3";
}
.icon-stereo-2:before {
    content: "\EBA4";
}
.icon-stop-circle:before {
    content: "\EBA5";
}
.icon-stop:before {
    content: "\EBA6";
}
.icon-turntable:before {
    content: "\EBA7";
}
.icon-video-camera-2:before {
    content: "\EBA8";
}
.icon-video-camera-off:before {
    content: "\EBA9";
}
.icon-video-camera:before {
    content: "\EBAA";
}
.icon-volume-1:before {
    content: "\EBAB";
}
.icon-volume-2:before {
    content: "\EBAC";
}
.icon-volume-off:before {
    content: "\EBAD";
}
.icon-vumeter:before {
    content: "\EBAE";
}
.icon-7-support-1:before {
    content: "\EBAF";
}
.icon-7-support-2:before {
    content: "\EBB0";
}
.icon-h-calls:before {
    content: "\EBB1";
}
.icon-ATM-1:before {
    content: "\EBB2";
}
.icon-ATM-2:before {
    content: "\EBB3";
}
.icon-balance:before {
    content: "\EBB4";
}
.icon-bank:before {
    content: "\EBB5";
}
.icon-banknote-1:before {
    content: "\EBB6";
}
.icon-banknote-2:before {
    content: "\EBB7";
}
.icon-banknote-coins:before {
    content: "\EBB8";
}
.icon-banknotes-1:before {
    content: "\EBB9";
}
.icon-banknotes-2:before {
    content: "\EBBA";
}
.icon-bar-chart-board:before {
    content: "\EBBB";
}
.icon-bar-chart-down:before {
    content: "\EBBC";
}
.icon-bar-chart-search:before {
    content: "\EBBD";
}
.icon-bar-chart-stats-down:before {
    content: "\EBBE";
}
.icon-bar-chart-stats-up:before {
    content: "\EBBF";
}
.icon-bar-chart-up:before {
    content: "\EBC0";
}
.icon-bar-chart:before {
    content: "\EBC1";
}
.icon-bill-1:before {
    content: "\EBC2";
}
.icon-bill-2:before {
    content: "\EBC3";
}
.icon-bitcoin:before {
    content: "\EBC4";
}
.icon-briefcase:before {
    content: "\EBC5";
}
.icon-btcoin-circle:before {
    content: "\EBC6";
}
.icon-calculator:before {
    content: "\EBC7";
}
.icon-calendar-money:before {
    content: "\EBC8";
}
.icon-cent-circle:before {
    content: "\EBC9";
}
.icon-cent:before {
    content: "\EBCA";
}
.icon-coins-1:before {
    content: "\EBCB";
}
.icon-coins-2:before {
    content: "\EBCC";
}
.icon-coins-3:before {
    content: "\EBCD";
}
.icon-coins-4:before {
    content: "\EBCE";
}
.icon-credit-card-2:before {
    content: "\EBCF";
}
.icon-credit-card:before {
    content: "\EBD0";
}
.icon-currency-exchange:before {
    content: "\EBD1";
}
.icon-donut-chart-1:before {
    content: "\EBD2";
}
.icon-donut-chart-2:before {
    content: "\EBD3";
}
.icon-EUR-circle:before {
    content: "\EBD4";
}
.icon-EUR:before {
    content: "\EBD5";
}
.icon-GBP-circle:before {
    content: "\EBD6";
}
.icon-GBP:before {
    content: "\EBD7";
}
.icon-gold-1:before {
    content: "\EBD8";
}
.icon-gold-2:before {
    content: "\EBD9";
}
.icon-graph-2:before {
    content: "\EBDA";
}
.icon-graph-chart-board-down:before {
    content: "\EBDB";
}
.icon-graph-chart-board-up:before {
    content: "\EBDC";
}
.icon-graph-chart-board:before {
    content: "\EBDD";
}
.icon-graph-down:before {
    content: "\EBDE";
}
.icon-graph-money:before {
    content: "\EBDF";
}
.icon-graph-up:before {
    content: "\EBE0";
}
.icon-graph:before {
    content: "\EBE1";
}
.icon-hand-banknote:before {
    content: "\EBE2";
}
.icon-hand-banknotes:before {
    content: "\EBE3";
}
.icon-hand-bill-1:before {
    content: "\EBE4";
}
.icon-hand-bill-2:before {
    content: "\EBE5";
}
.icon-hand-coin:before {
    content: "\EBE6";
}
.icon-hand-coins:before {
    content: "\EBE7";
}
.icon-hand-credit-card:before {
    content: "\EBE8";
}
.icon-JPY-circle:before {
    content: "\EBE9";
}
.icon-JPY:before {
    content: "\EBEA";
}
.icon-money-bag-coins:before {
    content: "\EBEB";
}
.icon-money-bag:before {
    content: "\EBEC";
}
.icon-money-bubble:before {
    content: "\EBED";
}
.icon-money-hierarchy:before {
    content: "\EBEE";
}
.icon-networking:before {
    content: "\EBEF";
}
.icon-pie-chart-1:before {
    content: "\EBF0";
}
.icon-pie-chart-2:before {
    content: "\EBF1";
}
.icon-pie-chart-3:before {
    content: "\EBF2";
}
.icon-pie-chart-board:before {
    content: "\EBF3";
}
.icon-piggy-bank:before {
    content: "\EBF4";
}
.icon-presentation:before {
    content: "\EBF5";
}
.icon-safe:before {
    content: "\EBF6";
}
.icon-search-money:before {
    content: "\EBF7";
}
.icon-search-stats-1:before {
    content: "\EBF8";
}
.icon-send-money:before {
    content: "\EBF9";
}
.icon-shacking-hands:before {
    content: "\EBFA";
}
.icon-stamp:before {
    content: "\EBFB";
}
.icon-support:before {
    content: "\EBFC";
}
.icon-target-1:before {
    content: "\EBFD";
}
.icon-target-2:before {
    content: "\EBFE";
}
.icon-target-3:before {
    content: "\EBFF";
}
.icon-target-4:before {
    content: "\EC00";
}
.icon-target-money:before {
    content: "\EC01";
}
.icon-tasks-1:before {
    content: "\EC02";
}
.icon-tasks-2:before {
    content: "\EC03";
}
.icon-tasks-3:before {
    content: "\EC04";
}
.icon-tasks-checked:before {
    content: "\EC05";
}
.icon-tie:before {
    content: "\EC06";
}
.icon-time-money:before {
    content: "\EC07";
}
.icon-USD-circle:before {
    content: "\EC08";
}
.icon-USD:before {
    content: "\EC09";
}
.icon-voucher:before {
    content: "\EC0A";
}
.icon-workflow:before {
    content: "\EC0B";
}
.icon-write-check:before {
    content: "\EC0C";
}
.icon-airplay:before {
    content: "\EC0D";
}
.icon-antena-1:before {
    content: "\EC0E";
}
.icon-antena-2:before {
    content: "\EC0F";
}
.icon-antena-3:before {
    content: "\EC10";
}
.icon-bluetooth:before {
    content: "\EC11";
}
.icon-broadcast:before {
    content: "\EC12";
}
.icon-cloud-backup:before {
    content: "\EC13";
}
.icon-cloud-check:before {
    content: "\EC14";
}
.icon-cloud-download:before {
    content: "\EC15";
}
.icon-cloud-edit:before {
    content: "\EC16";
}
.icon-cloud-error-2:before {
    content: "\EC17";
}
.icon-cloud-error:before {
    content: "\EC18";
}
.icon-cloud-help:before {
    content: "\EC19";
}
.icon-cloud-hosting:before {
    content: "\EC1A";
}
.icon-cloud-locked:before {
    content: "\EC1B";
}
.icon-cloud-minus:before {
    content: "\EC1C";
}
.icon-cloud-music:before {
    content: "\EC1D";
}
.icon-cloud-off:before {
    content: "\EC1E";
}
.icon-cloud-plus:before {
    content: "\EC1F";
}
.icon-cloud-search:before {
    content: "\EC20";
}
.icon-cloud-settings:before {
    content: "\EC21";
}
.icon-cloud-share:before {
    content: "\EC22";
}
.icon-cloud-sync:before {
    content: "\EC23";
}
.icon-cloud-upload:before {
    content: "\EC24";
}
.icon-cloud:before {
    content: "\EC25";
}
.icon-database-backup:before {
    content: "\EC26";
}
.icon-database-check:before {
    content: "\EC27";
}
.icon-database-edit:before {
    content: "\EC28";
}
.icon-database-error:before {
    content: "\EC29";
}
.icon-database-firewall:before {
    content: "\EC2A";
}
.icon-database-locked:before {
    content: "\EC2B";
}
.icon-database-plus:before {
    content: "\EC2C";
}
.icon-database-refresh:before {
    content: "\EC2D";
}
.icon-database-remove:before {
    content: "\EC2E";
}
.icon-database-search:before {
    content: "\EC2F";
}
.icon-database-settings:before {
    content: "\EC30";
}
.icon-database:before {
    content: "\EC31";
}
.icon-internet-block:before {
    content: "\EC32";
}
.icon-internet-location:before {
    content: "\EC33";
}
.icon-internet-lock:before {
    content: "\EC34";
}
.icon-internet-refresh:before {
    content: "\EC35";
}
.icon-internet-search:before {
    content: "\EC36";
}
.icon-internet-settings:before {
    content: "\EC37";
}
.icon-internet-time:before {
    content: "\EC38";
}
.icon-internet:before {
    content: "\EC39";
}
.icon-mobile-hotspot:before {
    content: "\EC3A";
}
.icon-network-desktop:before {
    content: "\EC3B";
}
.icon-network-laptop:before {
    content: "\EC3C";
}
.icon-network-smartphone:before {
    content: "\EC3D";
}
.icon-network:before {
    content: "\EC3E";
}
.icon-satelite-signal:before {
    content: "\EC3F";
}
.icon-satelite:before {
    content: "\EC40";
}
.icon-server-backup:before {
    content: "\EC41";
}
.icon-server-check:before {
    content: "\EC42";
}
.icon-server-edit:before {
    content: "\EC43";
}
.icon-server-error:before {
    content: "\EC44";
}
.icon-server-firewall:before {
    content: "\EC45";
}
.icon-server-locked:before {
    content: "\EC46";
}
.icon-server-plus:before {
    content: "\EC47";
}
.icon-server-refresh:before {
    content: "\EC48";
}
.icon-server-remove:before {
    content: "\EC49";
}
.icon-server-search:before {
    content: "\EC4A";
}
.icon-server-settings:before {
    content: "\EC4B";
}
.icon-server:before {
    content: "\EC4C";
}
.icon-signal-1:before {
    content: "\EC4D";
}
.icon-signal-2:before {
    content: "\EC4E";
}
.icon-signal-4:before {
    content: "\EC4F";
}
.icon-usb-1:before {
    content: "\EC50";
}
.icon-usb-2:before {
    content: "\EC51";
}
.icon-wifi-locked:before {
    content: "\EC52";
}
.icon-wifi-tethering-off:before {
    content: "\EC53";
}
.icon-wifi-tethering:before {
    content: "\EC54";
}
.icon-wifi:before {
    content: "\EC55";
}
.icon-D-glasses:before {
    content: "\EC56";
}
.icon-armchair:before {
    content: "\EC57";
}
.icon-balloons:before {
    content: "\EC58";
}
.icon-baseball-1:before {
    content: "\EC59";
}
.icon-baseball-2:before {
    content: "\EC5A";
}
.icon-basketball-2:before {
    content: "\EC5B";
}
.icon-basketball:before {
    content: "\EC5C";
}
.icon-binoculars:before {
    content: "\EC5D";
}
.icon-bow-arrow:before {
    content: "\EC5E";
}
.icon-bowling-1:before {
    content: "\EC5F";
}
.icon-bowling-2:before {
    content: "\EC60";
}
.icon-chess-1:before {
    content: "\EC61";
}
.icon-chess-2:before {
    content: "\EC62";
}
.icon-couch:before {
    content: "\EC63";
}
.icon-cutter:before {
    content: "\EC64";
}
.icon-diamond-1:before {
    content: "\EC65";
}
.icon-diamond-2:before {
    content: "\EC66";
}
.icon-diamond-ring:before {
    content: "\EC67";
}
.icon-do-not-disturb:before {
    content: "\EC68";
}
.icon-dress:before {
    content: "\EC69";
}
.icon-duck-toy:before {
    content: "\EC6A";
}
.icon-fireworks:before {
    content: "\EC6B";
}
.icon-fishing:before {
    content: "\EC6C";
}
.icon-fitness:before {
    content: "\EC6D";
}
.icon-flashlight:before {
    content: "\EC6E";
}
.icon-football:before {
    content: "\EC6F";
}
.icon-funnel:before {
    content: "\EC70";
}
.icon-gift:before {
    content: "\EC71";
}
.icon-golf:before {
    content: "\EC72";
}
.icon-guitar:before {
    content: "\EC73";
}
.icon-hammer:before {
    content: "\EC74";
}
.icon-hanger-1:before {
    content: "\EC75";
}
.icon-hanger-2:before {
    content: "\EC76";
}
.icon-hat-1:before {
    content: "\EC77";
}
.icon-hat-2:before {
    content: "\EC78";
}
.icon-hipster-glasses:before {
    content: "\EC79";
}
.icon-iron:before {
    content: "\EC7A";
}
.icon-kg:before {
    content: "\EC7B";
}
.icon-kite:before {
    content: "\EC7C";
}
.icon-lamp-1:before {
    content: "\EC7D";
}
.icon-lamp-2:before {
    content: "\EC7E";
}
.icon-lego-1:before {
    content: "\EC7F";
}
.icon-lego-2:before {
    content: "\EC80";
}
.icon-magic-wand-3:before {
    content: "\EC81";
}
.icon-magic-wand-4:before {
    content: "\EC82";
}
.icon-origami-1:before {
    content: "\EC83";
}
.icon-origami-2:before {
    content: "\EC84";
}
.icon-pants:before {
    content: "\EC85";
}
.icon-pingpong:before {
    content: "\EC86";
}
.icon-pool:before {
    content: "\EC87";
}
.icon-puzzle:before {
    content: "\EC88";
}
.icon-razor:before {
    content: "\EC89";
}
.icon-ribbon-bow:before {
    content: "\EC8A";
}
.icon-safety-pin:before {
    content: "\EC8B";
}
.icon-saw:before {
    content: "\EC8C";
}
.icon-screwdriver:before {
    content: "\EC8D";
}
.icon-scuba:before {
    content: "\EC8E";
}
.icon-shirt:before {
    content: "\EC8F";
}
.icon-shoes:before {
    content: "\EC90";
}
.icon-shovel:before {
    content: "\EC91";
}
.icon-soccer-shoe:before {
    content: "\EC92";
}
.icon-soccer:before {
    content: "\EC93";
}
.icon-swimsuit:before {
    content: "\EC94";
}
.icon-swiss-knife:before {
    content: "\EC95";
}
.icon-t-shirt:before {
    content: "\EC96";
}
.icon-umbrella-open:before {
    content: "\EC97";
}
.icon-underwear:before {
    content: "\EC98";
}
.icon-volleyball:before {
    content: "\EC99";
}
.icon-watering-can:before {
    content: "\EC9A";
}
.icon-wedding-rings:before {
    content: "\EC9B";
}
.icon-whistle:before {
    content: "\EC9C";
}
.icon-wrench-1:before {
    content: "\EC9D";
}
.icon-wrench-2:before {
    content: "\EC9E";
}
.icon-wrench-3:before {
    content: "\EC9F";
}
.icon-wrench-hammer:before {
    content: "\ECA0";
}
.icon-wrench-screwdriver-1:before {
    content: "\ECA1";
}
.icon-wrench-screwdriver-2:before {
    content: "\ECA2";
}
.icon-gag:before {
    content: "\ECA3";
}
.icon-px:before {
    content: "\ECA4";
}
.icon-after-effects:before {
    content: "\ECA5";
}
.icon-aim:before {
    content: "\ECA6";
}
.icon-airbnb:before {
    content: "\ECA7";
}
.icon-amazon:before {
    content: "\ECA8";
}
.icon-android:before {
    content: "\ECA9";
}
.icon-apple:before {
    content: "\ECAA";
}
.icon-audition:before {
    content: "\ECAB";
}
.icon-bebo:before {
    content: "\ECAC";
}
.icon-behance:before {
    content: "\ECAD";
}
.icon-blogger:before {
    content: "\ECAE";
}
.icon-bridge:before {
    content: "\ECAF";
}
.icon-chrome:before {
    content: "\ECB0";
}
.icon-codepen:before {
    content: "\ECB1";
}
.icon-creativecloud:before {
    content: "\ECB2";
}
.icon-creativemarket:before {
    content: "\ECB3";
}
.icon-delicious:before {
    content: "\ECB4";
}
.icon-deviantart:before {
    content: "\ECB5";
}
.icon-digg:before {
    content: "\ECB6";
}
.icon-dreamweaver:before {
    content: "\ECB7";
}
.icon-dribbble:before {
    content: "\ECB8";
}
.icon-drive:before {
    content: "\ECB9";
}
.icon-dropbox:before {
    content: "\ECBA";
}
.icon-envato:before {
    content: "\ECBB";
}
.icon-facebook-messanger:before {
    content: "\ECBC";
}
.icon-facebook:before {
    content: "\ECBD";
}
.icon-finder:before {
    content: "\ECBE";
}
.icon-firefox:before {
    content: "\ECBF";
}
.icon-flash2:before {
    content: "\ECC0";
}
.icon-flicr:before {
    content: "\ECC1";
}
.icon-forrst:before {
    content: "\ECC2";
}
.icon-foursquare:before {
    content: "\ECC3";
}
.icon-git:before {
    content: "\ECC4";
}
.icon-google-play-1:before {
    content: "\ECC5";
}
.icon-google-play-2:before {
    content: "\ECC6";
}
.icon-google-plus:before {
    content: "\ECC7";
}
.icon-hangouts:before {
    content: "\ECC8";
}
.icon-illustrator:before {
    content: "\ECC9";
}
.icon-inbox2:before {
    content: "\ECCA";
}
.icon-indesign:before {
    content: "\ECCB";
}
.icon-inspect:before {
    content: "\ECCC";
}
.icon-instagram:before {
    content: "\ECCD";
}
.icon-kickstarter:before {
    content: "\ECCE";
}
.icon-lastfm:before {
    content: "\ECCF";
}
.icon-linkedin:before {
    content: "\ECD0";
}
.icon-opera:before {
    content: "\ECD1";
}
.icon-osx:before {
    content: "\ECD2";
}
.icon-paypal:before {
    content: "\ECD3";
}
.icon-penterest:before {
    content: "\ECD4";
}
.icon-photoshop:before {
    content: "\ECD5";
}
.icon-picasa:before {
    content: "\ECD6";
}
.icon-prelude:before {
    content: "\ECD7";
}
.icon-premiere-pro:before {
    content: "\ECD8";
}
.icon-rdio:before {
    content: "\ECD9";
}
.icon-reddit:before {
    content: "\ECDA";
}
.icon-rss:before {
    content: "\ECDB";
}
.icon-safari:before {
    content: "\ECDC";
}
.icon-skype:before {
    content: "\ECDD";
}
.icon-soundcloud:before {
    content: "\ECDE";
}
.icon-spotify:before {
    content: "\ECDF";
}
.icon-squarespace:before {
    content: "\ECE0";
}
.icon-stumble-upon:before {
    content: "\ECE1";
}
.icon-tumblr:before {
    content: "\ECE2";
}
.icon-twitter:before {
    content: "\ECE3";
}
.icon-vimeo-1:before {
    content: "\ECE4";
}
.icon-vimeo-2:before {
    content: "\ECE5";
}
.icon-vk:before {
    content: "\ECE6";
}
.icon-watsup:before {
    content: "\ECE7";
}
.icon-wikipedia:before {
    content: "\ECE8";
}
.icon-windows:before {
    content: "\ECE9";
}
.icon-wordpress:before {
    content: "\ECEA";
}
.icon-xing:before {
    content: "\ECEB";
}
.icon-yahoo:before {
    content: "\ECEC";
}
.icon-youtube:before {
    content: "\ECED";
}
.icon-zerply:before {
    content: "\ECEE";
}
.icon-alarm-add:before {
    content: "\ECEF";
}
.icon-alarm-off:before {
    content: "\ECF0";
}
.icon-alarm-on:before {
    content: "\ECF1";
}
.icon-alarm:before {
    content: "\ECF2";
}
.icon-calendar-2:before {
    content: "\ECF3";
}
.icon-calendar-check:before {
    content: "\ECF4";
}
.icon-calendar-date-2:before {
    content: "\ECF5";
}
.icon-calendar-date:before {
    content: "\ECF6";
}
.icon-calendar-time:before {
    content: "\ECF7";
}
.icon-calendar:before {
    content: "\ECF8";
}
.icon-clock-2:before {
    content: "\ECF9";
}
.icon-clock:before {
    content: "\ECFA";
}
.icon-compass-2:before {
    content: "\ECFB";
}
.icon-compass:before {
    content: "\ECFC";
}
.icon-direction:before {
    content: "\ECFD";
}
.icon-directions-1:before {
    content: "\ECFE";
}
.icon-directions-2:before {
    content: "\ECFF";
}
.icon-distance-1:before {
    content: "\ED00";
}
.icon-distance-2:before {
    content: "\ED01";
}
.icon-fast-delivery:before {
    content: "\ED02";
}
.icon-gps-location:before {
    content: "\ED03";
}
.icon-history:before {
    content: "\ED04";
}
.icon-hourglass-1:before {
    content: "\ED05";
}
.icon-hourglass-2:before {
    content: "\ED06";
}
.icon-hourglass-reverse:before {
    content: "\ED07";
}
.icon-infinite-loop:before {
    content: "\ED08";
}
.icon-infinite:before {
    content: "\ED09";
}
.icon-location-1-off:before {
    content: "\ED0A";
}
.icon-location-1-on:before {
    content: "\ED0B";
}
.icon-location-1-search:before {
    content: "\ED0C";
}
.icon-location-2-add:before {
    content: "\ED0D";
}
.icon-location-2-check:before {
    content: "\ED0E";
}
.icon-location-2-delete:before {
    content: "\ED0F";
}
.icon-location-2-off:before {
    content: "\ED10";
}
.icon-location-2-remove:before {
    content: "\ED11";
}
.icon-location-2:before {
    content: "\ED12";
}
.icon-location-3:before {
    content: "\ED13";
}
.icon-location-4:before {
    content: "\ED14";
}
.icon-map-2:before {
    content: "\ED15";
}
.icon-map-location-1:before {
    content: "\ED16";
}
.icon-map-location-2:before {
    content: "\ED17";
}
.icon-map-location-3:before {
    content: "\ED18";
}
.icon-map-location-4:before {
    content: "\ED19";
}
.icon-map-timezone:before {
    content: "\ED1A";
}
.icon-map:before {
    content: "\ED1B";
}
.icon-navigation-1:before {
    content: "\ED1C";
}
.icon-navigation-2:before {
    content: "\ED1D";
}
.icon-phone-location:before {
    content: "\ED1E";
}
.icon-street-location:before {
    content: "\ED1F";
}
.icon-street-view:before {
    content: "\ED20";
}
.icon-timer-1:before {
    content: "\ED21";
}
.icon-timer-2:before {
    content: "\ED22";
}
.icon-wind-direction:before {
    content: "\ED23";
}
.icon-wrist-watch:before {
    content: "\ED24";
}
.icon-anchor:before {
    content: "\ED25";
}
.icon-bicycle:before {
    content: "\ED26";
}
.icon-bicycling:before {
    content: "\ED27";
}
.icon-boat-1:before {
    content: "\ED28";
}
.icon-boat-2:before {
    content: "\ED29";
}
.icon-bus-wifi:before {
    content: "\ED2A";
}
.icon-bus:before {
    content: "\ED2B";
}
.icon-cable-ski:before {
    content: "\ED2C";
}
.icon-car-2:before {
    content: "\ED2D";
}
.icon-car-battery:before {
    content: "\ED2E";
}
.icon-car-key:before {
    content: "\ED2F";
}
.icon-car-parking:before {
    content: "\ED30";
}
.icon-car-service:before {
    content: "\ED31";
}
.icon-car-wash:before {
    content: "\ED32";
}
.icon-car-wifi:before {
    content: "\ED33";
}
.icon-car:before {
    content: "\ED34";
}
.icon-cog:before {
    content: "\ED35";
}
.icon-construction-barricade:before {
    content: "\ED36";
}
.icon-construction-cone:before {
    content: "\ED37";
}
.icon-directions:before {
    content: "\ED38";
}
.icon-elevator-1:before {
    content: "\ED39";
}
.icon-elevator-2:before {
    content: "\ED3A";
}
.icon-escalator-down:before {
    content: "\ED3B";
}
.icon-escalator-up:before {
    content: "\ED3C";
}
.icon-flight-land:before {
    content: "\ED3D";
}
.icon-flight-takeoff:before {
    content: "\ED3E";
}
.icon-forklift:before {
    content: "\ED3F";
}
.icon-fuel:before {
    content: "\ED40";
}
.icon-garage:before {
    content: "\ED41";
}
.icon-gas-station:before {
    content: "\ED42";
}
.icon-gearbox:before {
    content: "\ED43";
}
.icon-helicopter:before {
    content: "\ED44";
}
.icon-helmet-1:before {
    content: "\ED45";
}
.icon-helmet-2:before {
    content: "\ED46";
}
.icon-kids-scooter:before {
    content: "\ED47";
}
.icon-motorcycle:before {
    content: "\ED48";
}
.icon-off-roader:before {
    content: "\ED49";
}
.icon-pickup-truck:before {
    content: "\ED4A";
}
.icon-racing-flag:before {
    content: "\ED4B";
}
.icon-road:before {
    content: "\ED4C";
}
.icon-rudder:before {
    content: "\ED4D";
}
.icon-scooter:before {
    content: "\ED4E";
}
.icon-ship:before {
    content: "\ED4F";
}
.icon-speedometer:before {
    content: "\ED50";
}
.icon-stairs-down:before {
    content: "\ED51";
}
.icon-stairs-up:before {
    content: "\ED52";
}
.icon-supercar:before {
    content: "\ED53";
}
.icon-taxi-1:before {
    content: "\ED54";
}
.icon-taxi-2:before {
    content: "\ED55";
}
.icon-tractor:before {
    content: "\ED56";
}
.icon-traffic-light:before {
    content: "\ED57";
}
.icon-trailer:before {
    content: "\ED58";
}
.icon-train-1:before {
    content: "\ED59";
}
.icon-train-2:before {
    content: "\ED5A";
}
.icon-train-wifi:before {
    content: "\ED5B";
}
.icon-tram:before {
    content: "\ED5C";
}
.icon-truck:before {
    content: "\ED5D";
}
.icon-van:before {
    content: "\ED5E";
}
.icon-wagon:before {
    content: "\ED5F";
}
.icon-aids:before {
    content: "\ED60";
}
.icon-ambulance:before {
    content: "\ED61";
}
.icon-bandage-1:before {
    content: "\ED62";
}
.icon-bandage-2:before {
    content: "\ED63";
}
.icon-blood-1:before {
    content: "\ED64";
}
.icon-blood-2:before {
    content: "\ED65";
}
.icon-brain:before {
    content: "\ED66";
}
.icon-cardio:before {
    content: "\ED67";
}
.icon-cross-circle:before {
    content: "\ED68";
}
.icon-cross-rectangle:before {
    content: "\ED69";
}
.icon-DNA:before {
    content: "\ED6A";
}
.icon-drugs:before {
    content: "\ED6B";
}
.icon-emergency-call:before {
    content: "\ED6C";
}
.icon-emergency:before {
    content: "\ED6D";
}
.icon-first-aid:before {
    content: "\ED6E";
}
.icon-fitness-app:before {
    content: "\ED6F";
}
.icon-handicap:before {
    content: "\ED70";
}
.icon-healthcare:before {
    content: "\ED71";
}
.icon-heart-beat:before {
    content: "\ED72";
}
.icon-hospital-building:before {
    content: "\ED73";
}
.icon-hospital-circle:before {
    content: "\ED74";
}
.icon-hospital-home:before {
    content: "\ED75";
}
.icon-hospital-square:before {
    content: "\ED76";
}
.icon-medical-book:before {
    content: "\ED77";
}
.icon-medical-folder:before {
    content: "\ED78";
}
.icon-medical-tests:before {
    content: "\ED79";
}
.icon-microscope:before {
    content: "\ED7A";
}
.icon-ointment:before {
    content: "\ED7B";
}
.icon-paramedic:before {
    content: "\ED7C";
}
.icon-pharmacy:before {
    content: "\ED7D";
}
.icon-pill-2:before {
    content: "\ED7E";
}
.icon-pill-3:before {
    content: "\ED7F";
}
.icon-pill:before {
    content: "\ED80";
}
.icon-pulse:before {
    content: "\ED81";
}
.icon-spermatosoid:before {
    content: "\ED82";
}
.icon-stethoscope:before {
    content: "\ED83";
}
.icon-stretcher:before {
    content: "\ED84";
}
.icon-surgical-knife:before {
    content: "\ED85";
}
.icon-surgical-scissors:before {
    content: "\ED86";
}
.icon-syringe:before {
    content: "\ED87";
}
.icon-teeth-care:before {
    content: "\ED88";
}
.icon-test-tube-2:before {
    content: "\ED89";
}
.icon-test-tube:before {
    content: "\ED8A";
}
.icon-thermometer-1:before {
    content: "\ED8B";
}
.icon-toilet-paper:before {
    content: "\ED8C";
}
.icon-tooth:before {
    content: "\ED8D";
}
.icon-weight:before {
    content: "\ED8E";
}
.icon-alien:before {
    content: "\ED8F";
}
.icon-biohazard:before {
    content: "\ED90";
}
.icon-bird:before {
    content: "\ED91";
}
.icon-birdhouse:before {
    content: "\ED92";
}
.icon-butterfly:before {
    content: "\ED93";
}
.icon-casino-chip:before {
    content: "\ED94";
}
.icon-coffin:before {
    content: "\ED95";
}
.icon-controller-1:before {
    content: "\ED96";
}
.icon-controller-2:before {
    content: "\ED97";
}
.icon-controller-3:before {
    content: "\ED98";
}
.icon-crossed-bones:before {
    content: "\ED99";
}
.icon-day-night:before {
    content: "\ED9A";
}
.icon-death:before {
    content: "\ED9B";
}
.icon-dice:before {
    content: "\ED9C";
}
.icon-dream-house:before {
    content: "\ED9D";
}
.icon-eco-house:before {
    content: "\ED9E";
}
.icon-emoticon-grin:before {
    content: "\ED9F";
}
.icon-emoticon-smile:before {
    content: "\EDA0";
}
.icon-emoticon:before {
    content: "\EDA1";
}
.icon-exit:before {
    content: "\EDA2";
}
.icon-fence:before {
    content: "\EDA3";
}
.icon-fir-tree-1:before {
    content: "\EDA4";
}
.icon-fir-tree-2:before {
    content: "\EDA5";
}
.icon-fire-1:before {
    content: "\EDA6";
}
.icon-ghost:before {
    content: "\EDA7";
}
.icon-hanging:before {
    content: "\EDA8";
}
.icon-happy-mask:before {
    content: "\EDA9";
}
.icon-hipster-1:before {
    content: "\EDAA";
}
.icon-hipster-2:before {
    content: "\EDAB";
}
.icon-house-fire:before {
    content: "\EDAC";
}
.icon-house-lightening:before {
    content: "\EDAD";
}
.icon-house-search:before {
    content: "\EDAE";
}
.icon-incognito:before {
    content: "\EDAF";
}
.icon-labyrinth-1:before {
    content: "\EDB0";
}
.icon-labyrinth-2:before {
    content: "\EDB1";
}
.icon-leaf:before {
    content: "\EDB2";
}
.icon-lighthouse:before {
    content: "\EDB3";
}
.icon-love:before {
    content: "\EDB4";
}
.icon-middle-finger:before {
    content: "\EDB5";
}
.icon-moon:before {
    content: "\EDB6";
}
.icon-moustache:before {
    content: "\EDB7";
}
.icon-no-smoking:before {
    content: "\EDB8";
}
.icon-pacman:before {
    content: "\EDB9";
}
.icon-plant:before {
    content: "\EDBA";
}
.icon-playing-cards:before {
    content: "\EDBB";
}
.icon-poison:before {
    content: "\EDBC";
}
.icon-pong:before {
    content: "\EDBD";
}
.icon-poo:before {
    content: "\EDBE";
}
.icon-pool-1:before {
    content: "\EDBF";
}
.icon-radioactive:before {
    content: "\EDC0";
}
.icon-recycle:before {
    content: "\EDC1";
}
.icon-robot-1:before {
    content: "\EDC2";
}
.icon-robot-2:before {
    content: "\EDC3";
}
.icon-rock:before {
    content: "\EDC4";
}
.icon-run:before {
    content: "\EDC5";
}
.icon-sad-mask:before {
    content: "\EDC6";
}
.icon-scythe:before {
    content: "\EDC7";
}
.icon-shooting-star:before {
    content: "\EDC8";
}
.icon-skull:before {
    content: "\EDC9";
}
.icon-smoking:before {
    content: "\EDCA";
}
.icon-snowflake:before {
    content: "\EDCB";
}
.icon-snowman:before {
    content: "\EDCC";
}
.icon-steps:before {
    content: "\EDCD";
}
.icon-sun:before {
    content: "\EDCE";
}
.icon-tetris:before {
    content: "\EDCF";
}
.icon-theatre-masks:before {
    content: "\EDD0";
}
.icon-tombstone:before {
    content: "\EDD1";
}
.icon-tree:before {
    content: "\EDD2";
}
.icon-ufo:before {
    content: "\EDD3";
}
.icon-unicorn:before {
    content: "\EDD4";
}
.icon-vigilante:before {
    content: "\EDD5";
}
.icon-wall:before {
    content: "\EDD6";
}
.icon-wheat:before {
    content: "\EDD7";
}
.icon-account-book-1:before {
    content: "\EDD8";
}
.icon-account-book-female:before {
    content: "\EDD9";
}
.icon-account-book-male:before {
    content: "\EDDA";
}
.icon-contacts:before {
    content: "\EDDB";
}
.icon-female-sign:before {
    content: "\EDDC";
}
.icon-head-brainstorming:before {
    content: "\EDDD";
}
.icon-head-idea:before {
    content: "\EDDE";
}
.icon-head-money:before {
    content: "\EDDF";
}
.icon-head-question:before {
    content: "\EDE0";
}
.icon-head-search:before {
    content: "\EDE1";
}
.icon-head-settings:before {
    content: "\EDE2";
}
.icon-head-speech:before {
    content: "\EDE3";
}
.icon-head-time:before {
    content: "\EDE4";
}
.icon-head:before {
    content: "\EDE5";
}
.icon-ID-card:before {
    content: "\EDE6";
}
.icon-male-sign:before {
    content: "\EDE7";
}
.icon-people-female:before {
    content: "\EDE8";
}
.icon-people-idea:before {
    content: "\EDE9";
}
.icon-people-male:before {
    content: "\EDEA";
}
.icon-people-money:before {
    content: "\EDEB";
}
.icon-people-question:before {
    content: "\EDEC";
}
.icon-people-speech-1:before {
    content: "\EDED";
}
.icon-people-speech-2:before {
    content: "\EDEE";
}
.icon-people-target:before {
    content: "\EDEF";
}
.icon-people-time:before {
    content: "\EDF0";
}
.icon-people:before {
    content: "\EDF1";
}
.icon-public-speaking:before {
    content: "\EDF2";
}
.icon-rolodex-2:before {
    content: "\EDF3";
}
.icon-rolodex:before {
    content: "\EDF4";
}
.icon-team-1:before {
    content: "\EDF5";
}
.icon-team-2:before {
    content: "\EDF6";
}
.icon-team-3:before {
    content: "\EDF7";
}
.icon-team-hierarchy:before {
    content: "\EDF8";
}
.icon-useer-female-picture:before {
    content: "\EDF9";
}
.icon-useer-male-picture:before {
    content: "\EDFA";
}
.icon-user-add:before {
    content: "\EDFB";
}
.icon-user-check:before {
    content: "\EDFC";
}
.icon-user-circle:before {
    content: "\EDFD";
}
.icon-user-delete:before {
    content: "\EDFE";
}
.icon-user-female-add:before {
    content: "\EDFF";
}
.icon-user-female-check:before {
    content: "\EE00";
}
.icon-user-female-circle:before {
    content: "\EE01";
}
.icon-user-female-delete:before {
    content: "\EE02";
}
.icon-user-female-edit:before {
    content: "\EE03";
}
.icon-user-female-options:before {
    content: "\EE04";
}
.icon-user-female-picture-add:before {
    content: "\EE05";
}
.icon-user-female-pictures:before {
    content: "\EE06";
}
.icon-user-female-portrait:before {
    content: "\EE07";
}
.icon-user-female-profile:before {
    content: "\EE08";
}
.icon-user-female-settings:before {
    content: "\EE09";
}
.icon-user-female-speech-1:before {
    content: "\EE0A";
}
.icon-user-female-speech-2:before {
    content: "\EE0B";
}
.icon-user-female:before {
    content: "\EE0C";
}
.icon-user-male-add:before {
    content: "\EE0D";
}
.icon-user-male-check:before {
    content: "\EE0E";
}
.icon-user-male-circle:before {
    content: "\EE0F";
}
.icon-user-male-delete:before {
    content: "\EE10";
}
.icon-user-male-edit:before {
    content: "\EE11";
}
.icon-user-male-options:before {
    content: "\EE12";
}
.icon-user-male-picture-add:before {
    content: "\EE13";
}
.icon-user-male-pictures:before {
    content: "\EE14";
}
.icon-user-male-portrait:before {
    content: "\EE15";
}
.icon-user-male-profile:before {
    content: "\EE16";
}
.icon-user-male-settings:before {
    content: "\EE17";
}
.icon-user-male-speech-1:before {
    content: "\EE18";
}
.icon-user-male-speech-2:before {
    content: "\EE19";
}
.icon-user-male:before {
    content: "\EE1A";
}
.icon-user-picture-1:before {
    content: "\EE1B";
}
.icon-user-picture-2:before {
    content: "\EE1C";
}
.icon-user-picture-add:before {
    content: "\EE1D";
}
.icon-user-profile-1:before {
    content: "\EE1E";
}
.icon-user-profile-2:before {
    content: "\EE1F";
}
.icon-user-search-2:before {
    content: "\EE20";
}
.icon-user-target:before {
    content: "\EE21";
}
.icon-user:before {
    content: "\EE22";
}
.icon-users-male-female:before {
    content: "\EE23";
}
.icon-users-male:before {
    content: "\EE24";
}
.icon-users:before {
    content: "\EE25";
}
.icon-VIP-card:before {
    content: "\EE26";
}
.icon-badge-1:before {
    content: "\EE27";
}
.icon-badge-2:before {
    content: "\EE28";
}
.icon-crown:before {
    content: "\EE29";
}
.icon-diploma-1:before {
    content: "\EE2A";
}
.icon-diploma-2:before {
    content: "\EE2B";
}
.icon-diploma-3:before {
    content: "\EE2C";
}
.icon-flag-1:before {
    content: "\EE2D";
}
.icon-flag-2:before {
    content: "\EE2E";
}
.icon-flag-3:before {
    content: "\EE2F";
}
.icon-flag-4:before {
    content: "\EE30";
}
.icon-heart-broken:before {
    content: "\EE31";
}
.icon-heart:before {
    content: "\EE32";
}
.icon-hearts:before {
    content: "\EE33";
}
.icon-like-2:before {
    content: "\EE34";
}
.icon-like:before {
    content: "\EE35";
}
.icon-medal-1:before {
    content: "\EE36";
}
.icon-medal-2:before {
    content: "\EE37";
}
.icon-medal-3:before {
    content: "\EE38";
}
.icon-medal-4:before {
    content: "\EE39";
}
.icon-medal-5:before {
    content: "\EE3A";
}
.icon-medal-6:before {
    content: "\EE3B";
}
.icon-olympic-torch:before {
    content: "\EE3C";
}
.icon-podium:before {
    content: "\EE3D";
}
.icon-star-circle:before {
    content: "\EE3E";
}
.icon-star-plus:before {
    content: "\EE3F";
}
.icon-star:before {
    content: "\EE40";
}
.icon-trophy-1:before {
    content: "\EE41";
}
.icon-trophy-2:before {
    content: "\EE42";
}
.icon-trophy-3:before {
    content: "\EE43";
}
.icon-unlike-2:before {
    content: "\EE44";
}
.icon-unlike:before {
    content: "\EE45";
}
.icon-verification:before {
    content: "\EE46";
}
.icon-votes-2:before {
    content: "\EE47";
}
.icon-votes:before {
    content: "\EE48";
}
.icon-binary-code:before {
    content: "\EE49";
}
.icon-bug-fixed:before {
    content: "\EE4A";
}
.icon-bug-search:before {
    content: "\EE4B";
}
.icon-bug:before {
    content: "\EE4C";
}
.icon-code-1:before {
    content: "\EE4D";
}
.icon-code-2:before {
    content: "\EE4E";
}
.icon-code-3:before {
    content: "\EE4F";
}
.icon-CPU-overclock:before {
    content: "\EE50";
}
.icon-CPU:before {
    content: "\EE51";
}
.icon-firewall-1:before {
    content: "\EE52";
}
.icon-firewall-allert:before {
    content: "\EE53";
}
.icon-firewall-block:before {
    content: "\EE54";
}
.icon-firewall-disable:before {
    content: "\EE55";
}
.icon-firewall-done:before {
    content: "\EE56";
}
.icon-firewall-help:before {
    content: "\EE57";
}
.icon-firewall-refresh:before {
    content: "\EE58";
}
.icon-firewall-star:before {
    content: "\EE59";
}
.icon-firewall:before {
    content: "\EE5A";
}
.icon-hierarchy-structure-1:before {
    content: "\EE5B";
}
.icon-hierarchy-structure-2:before {
    content: "\EE5C";
}
.icon-hierarchy-structure-3:before {
    content: "\EE5D";
}
.icon-hierarchy-structure-4:before {
    content: "\EE5E";
}
.icon-hierarchy-structure-5:before {
    content: "\EE5F";
}
.icon-hierarchy-structure-6:before {
    content: "\EE60";
}
.icon-html-5:before {
    content: "\EE61";
}
.icon-link-1-add:before {
    content: "\EE62";
}
.icon-link-1-broken:before {
    content: "\EE63";
}
.icon-link-1-remove:before {
    content: "\EE64";
}
.icon-link-1:before {
    content: "\EE65";
}
.icon-link-2-broken:before {
    content: "\EE66";
}
.icon-link-2:before {
    content: "\EE67";
}
.icon-link-3-broken:before {
    content: "\EE68";
}
.icon-link-3:before {
    content: "\EE69";
}
.icon-search-stats:before {
    content: "\EE6A";
}
.icon-window-404:before {
    content: "\EE6B";
}
.icon-window-binary-code:before {
    content: "\EE6C";
}
.icon-window-bookmark:before {
    content: "\EE6D";
}
.icon-window-code:before {
    content: "\EE6E";
}
.icon-window-console:before {
    content: "\EE6F";
}
.icon-window-content:before {
    content: "\EE70";
}
.icon-window-cursor:before {
    content: "\EE71";
}
.icon-window-edit:before {
    content: "\EE72";
}
.icon-window-layout:before {
    content: "\EE73";
}
.icon-window-loading:before {
    content: "\EE74";
}
.icon-window-lock:before {
    content: "\EE75";
}
.icon-window-refresh:before {
    content: "\EE76";
}
.icon-window-search:before {
    content: "\EE77";
}
.icon-window-settings:before {
    content: "\EE78";
}
.icon-window-user:before {
    content: "\EE79";
}
.icon-window:before {
    content: "\EE7A";
}
.icon-windows-open:before {
    content: "\EE7B";
}
.navbar-nav li a {
    color: #eceff1;
    padding: 20px 15px;
}
.nav li.active a,
.nav li a:focus,
.nav li a:hover {
    background: #ff9800;
    box-shadow: none;
}
.user-block {
    margin: 0;
    padding: 0;
}
.user-block > li {
    list-style: none;
    float: left;
    padding: 15px;
    font-size: 24px;
}
.user-block > li .thumbnail {
    margin: 0;
}
.user-block > li .dropdown-menu {
    left: inherit;
    right: 0;
    padding: 0;
    margin: 0;
    border-radius: 0 0 6px 6px;
    border: 0;
    border-top: 2px solid #ff9800;
}
.user-block > li .dropdown-menu a {
    padding: 15px;
}
.user-block > li .dropdown-menu a:hover {
    border-radius: 0 0 6px 6px;
}
.user-block > li.open {
    background: #ff9800;
}
.table-listing td {
    font-size: 16px;
    color: #666;
    padding: 15px 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid #eee;
}
.table-listing td .text-green {
    color: #00c853;
}
.table-listing td .text-red {
    color: #ed0000;
}
.badge {
    background: #eee;
    color: #666;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 500;
}
.table-history {
    margin-top: 30px;
}
.table-history th {
    background-color: #eee;
    border: none !important;
    font-weight: 600;
}
.table-history td,
.table-history th {
    padding: 15px !important;
    font-size: 14px;
    color: #666;
}
.text-green {
    color: #00c853;
}
.btn {
    border-radius: 3px;
    padding: 5px 12px;
    font-size: 12px;
    text-transform: uppercase;
}
.btn.btn-md {
    padding: 12px 24px;
    font-size: 16px;
}
.btn.btn-default {
    background-color: #999;
    color: #fff;
    border-color: #999;
}
.form-control {
    border-color: #eee;
    border-radius: 2px;
    color: #333;
    box-shadow: inset 0 1px 1px transparent;
}
.form-control::-webkit-input-placeholder {
    color: #333;
}
.form-control::-moz-placeholder {
    color: #333;
}
.control-label {
    color: #666;
    font-weight: 400;
}
.login-box {
    width: 380px;
    background-color: hsla(0, 0%, 93%, 0.6);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.login-box .login-logo {
    margin-bottom: 40px;
}
.login-box .signin {
    font-size: 24px;
    color: #333;
    font-weight: 400;
}
.login-box .form-group {
    margin-bottom: 20px;
}
.loginForm .inputGroupWrap {
    padding-bottom: 20px;
    position: relative;
}
.loginForm .input-group-icon .input-icon {
    z-index: 9;
}
.loginForm .input-group-icon .input-icon i {
    line-height: 3.4em;
    line-height: 50px;
}
.loginForm .input-group-icon .input-icon {
    line-height: 50px;
    height: 50px;
}
#nprogress {
    pointer-events: none;
}
#nprogress .bar {
    background: #ff9800;
    position: fixed;
    z-index: 1600;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
}
#nprogress .peg {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #f44336, 0 0 5px #f44336;
    opacity: 1;
    transform: rotate(3deg) translateY(-4px);
}
#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1600;
    top: 40%;
    right: 50%;
}
#nprogress .spinner-icon {
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-top-color: #ff9800;
    border-left-color: #ff9800;
    border-radius: 50%;
    animation: nprogress-spinner 0.4s linear infinite;
}
.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}
.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
    position: absolute;
}
@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 55px;
    right: 0;
    background-color: #f3eded;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.offcanvas a:focus,
.sidenav a:hover {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    transition: margin-left 0.5s;
    padding: 20px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
* {
    box-sizing: border-box;
}
#headerChatIcon:hover {
    color: #ff9800;
}
#chat-div {
    display: none;
    position: fixed;
    top: 45px;
    right: 0;
    width: 760px;
    z-index: 9999;
    transition: 0.5s;
}
#chat-div .wrapper {
    padding: 15px 0;
}
#chat-div .container {
    background-color: #fff;
    width: 100%;
    padding: 0;
    border-top: 2px solid #ff9800;
}
.chat-main-container .container .right-container {
    display: none;
}
#chat-div.chat-main-container {
    width: 380px;
}
#chat-div.chat-main-container .container .left {
    width: 100%;
}
.container .left {
    float: left;
    width: 43%;
    height: 94vh;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    overflow-y: scroll;
}
.container .left .top {
    position: relative;
    width: 100%;
    height: 96px;
    padding: 29px;
}
.container .left .top:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 80%;
    height: 1px;
    content: "";
    background-color: #e6e6e6;
    transform: translate(-50%);
}
.container .left input {
    float: none;
    width: 188px;
    height: 42px;
    padding: 0 15px;
    border: 1px solid #e6e6e6;
    background-color: #eceff1;
    border-radius: 21px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
}
.container .left input:focus {
    outline: none;
}
.container .left a.search {
    display: block;
    float: left;
    width: 42px;
    height: 42px;
    margin-left: 10px;
    border: 1px solid #ff9800;
    background-color: #ff9800;
    background-image: url("http://s11.postimg.org/dpuahewmn/name_type.png");
    background-repeat: no-repeat;
    background-position: top 12px left 14px;
    border-radius: 50%;
}
.container .left .people {
    margin-left: -1px;
    border-left: 1px solid #e6e6e6;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}
.container .left .people .person {
    position: relative;
    width: 100%;
    padding: 12px 20px 16px;
    cursor: pointer;
    background-color: #fff;
    list-style: none;
}
.container .left .people .person:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #e6e6e6;
    transform: translate(-50%);
}
.container .left .people .person img {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    border-radius: 50%;
}
.container .left .people .person .name {
    font-size: 16px;
    line-height: 22px;
    color: #595959;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    display: block;
}
.container .left .people .person .time {
    font-size: 14px;
    position: absolute;
    top: 16px;
    right: 10%;
    padding: 0 0 5px 5px;
    color: #999;
    background-color: #fff;
}
.container .left .people .person .preview {
    font-size: 12px;
    display: inline-block;
    overflow: hidden !important;
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #888;
}
.container .left .people .person.active,
.container .left .people .person:hover {
    margin-top: -1px;
    margin-left: -1px;
    padding-top: 13px;
    border: 0;
    background-color: #f6f6f6;
    width: 100%;
}
.container .left .people .person.active span,
.container .left .people .person:hover span {
    color: #595959;
    background: transparent;
}
.container .left .people .person.active span.name,
.container .left .people .person:hover span.name {
    font-weight: 600;
}
.container .left .people .person.active:after,
.container .left .people .person:hover:after {
    display: none;
}
.container .right-container {
    position: relative;
    float: left;
    width: 57%;
    height: 94vh;
}
.container .right .chat-msg {
    overflow-y: scroll;
    height: 100%;
}
.container .right .top {
    width: 100%;
    height: 76px;
    padding: 15px 29px;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.container .right .top span {
    font-size: 15px;
    color: #999;
    display: block;
}
.container .right .top span .name {
    color: #1a1a1a;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.container .right .top span.storyName {
    font-size: 12px;
    font-weight: 400;
}
.container .right .chat {
    position: relative;
    display: none;
    overflow: hidden;
    padding: 0 20px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #e6e6e6;
    height: 94vh;
    justify-content: flex-end;
    flex-direction: column;
    background-color: #fff;
}
.container .right .chat.active-chat {
    display: block;
    display: flex;
}
.container .right .chat.active-chat .bubble {
    transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1);
}
.container .right .chat.active-chat .bubble:first-of-type {
    animation-duration: 0.15s;
}
.container .right .chat.active-chat .bubble:nth-of-type(2) {
    animation-duration: 0.3s;
}
.container .right .chat.active-chat .bubble:nth-of-type(3) {
    animation-duration: 0.45s;
}
.container .right .chat.active-chat .bubble:nth-of-type(4) {
    animation-duration: 0.6s;
}
.container .right .chat.active-chat .bubble:nth-of-type(5) {
    animation-duration: 0.75s;
}
.container .right .chat.active-chat .bubble:nth-of-type(6) {
    animation-duration: 0.9s;
}
.container .right .chat.active-chat .bubble:nth-of-type(7) {
    animation-duration: 1.05s;
}
.container .right .chat.active-chat .bubble:nth-of-type(8) {
    animation-duration: 1.2s;
}
.container .right .chat.active-chat .bubble:nth-of-type(9) {
    animation-duration: 1.35s;
}
.container .right .chat.active-chat .bubble:nth-of-type(10) {
    animation-duration: 1.5s;
}
.container .right .wrap-chat-input {
    background-color: #f6f6f6;
    display: inline-block;
    height: 110px;
    bottom: 0;
    left: -20px;
    position: relative;
    width: 412px;
    padding: 20px;
}
.container .right .write {
    position: absolute;
    top: 25px;
    left: 30px;
    height: 42px;
    padding-left: 8px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    width: 85%;
    border-radius: 5px;
}
.container .right .write input {
    font-size: 16px;
    float: left;
    width: 295px;
    height: 40px;
    padding: 0 10px;
    color: #888;
    border: 0;
    outline: none;
    background-color: #fff;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
}
.container .right .write .write-link.attach:before {
    background-image: url("http://s1.postimg.org/s5gfy283f/attachemnt.png");
}
.container .right .write .write-link.attach:before,
.container .right .write .write-link.smiley:before {
    display: inline-block;
    float: left;
    width: 20px;
    height: 42px;
    content: "";
    background-repeat: no-repeat;
    background-position: 50%;
}
.container .right .write .write-link.smiley:before {
    background-image: url("http://s14.postimg.org/q2ug83h7h/smiley.png");
}
.container .right .write .write-link.send {
    position: absolute;
    top: 0;
    right: 0;
}
.container .right .write .write-link.send i {
    font-size: 16px;
    color: #ff9800;
    text-decoration: none;
    position: absolute;
    top: 13px;
    right: 12px;
}
.container .right .write .write-link.send:before {
    display: inline-block;
    float: left;
    width: 20px;
    height: 42px;
    margin-left: 11px;
    content: "";
    background-repeat: no-repeat;
    background-position: 50%;
}
.container .right .bubble {
    font-size: 13px;
    position: relative;
    display: inline-block;
    clear: both;
    margin-bottom: 8px;
    padding: 13px 14px;
    vertical-align: top;
    border-radius: 5px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
}
.container .right .bubble.you {
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
    float: left;
    color: #666;
    align-self: flex-start;
    animation-name: slideFromLeft;
}
.container .right .bubble.you:after,
.container .right .bubble.you:before {
    left: 100%;
    top: 40%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.container .right .bubble.you:after {
    border-color: hsla(0, 0%, 100%, 0);
    border-left-color: #fff;
    border-width: 8px;
    margin-top: -8px;
}
.container .right .bubble.you:before {
    border-color: hsla(0, 0%, 93%, 0);
    border-left-color: #eee;
    border-width: 9px;
    margin-top: -9px;
}
.container .right .bubble.me {
    float: right;
    color: #1a1a1a;
    background-color: #eceff1;
    align-self: flex-end;
    animation-name: slideFromRight;
}
.container .right .bubble.me:before {
    right: -3px;
    background-color: #eceff1;
}
.container .right .conversation-start {
    position: relative;
    width: 100%;
    margin-bottom: 27px;
    text-align: center;
}
.container .right .conversation-start span {
    font-size: 14px;
    display: inline-block;
    color: #999;
}
.container .right .conversation-start span:after,
.container .right .conversation-start span:before {
    position: absolute;
    top: 10px;
    display: inline-block;
    width: 30%;
    height: 1px;
    content: "";
    background-color: #e6e6e6;
}
.container .right .conversation-start span:before {
    left: 0;
}
.container .right .conversation-start span:after {
    right: 0;
}
@keyframes slideFromLeft {
    0% {
        margin-left: -200px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
    to {
        margin-left: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
}
@keyframes slideFromRight {
    0% {
        margin-right: -200px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
    to {
        margin-right: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
}
.credits {
    color: #fff;
    font-size: 11px;
    position: absolute;
    bottom: 10px;
    right: 15px;
}
.credits a {
    color: #fff;
    text-decoration: none;
}
