html {
    height: 100%;
}

body {
    font: 14px/1.5 '微软雅黑';
    word-wrap: break-word;
    word-break: break-all;
    -webkit-text-size-adjust: none;
    background: #fff;
    color: #333;
}

body, dl, dd, h1, h2, h3, h4, h5, h6, p, form, ul, ol, blockquote {
    margin: 0;
}

img {
    border: 0 none;
    vertical-align: middle;
}

input, select, textarea {
    font-size: 14px;
    color: #333;
}

input {
    vertical-align: middle;
    padding: 2px;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

select, input, button {
    font: 14px/20px Verdana,Simsun,Helvetica,Arial,sans-serif;
}

em, i, cite, blockquote {
    font-style: normal;
}

ul, ol {
    list-style: none outside;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

textarea {
    overflow-y: auto;
    padding: 3px;
}

a {
    /*color: #428bca;*/
    text-decoration: none;
    outline: 0;
}

    a:hover, a:active {
        /*color: #2a6496;*/
        text-decoration: none;
    }

    a:focus {
        outline: 0;
    }

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

figure {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

.ppr {
    position: relative;
}

.ppa {
    position: absolute;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.mlr5 {
    margin: 0 5px;
}

.mt5 {
    margin-top: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mt10 {
    margin-top: 10px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.pl5 {
    padding-left: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pl10 {
    padding-left: 10px;
}

.ptb20 {
    padding: 20px 0;
}

.grayc {
    color: #ccc;
}

.gray6 {
    color: #666;
}

.gray9 {
    color: #999;
}

.emstyle {
    font-style: italic;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *height: 1%;
}

.none {
    display: none;
}

.block {
    display: block;
}

.minheight500 {
    min-height: 500px;
    height: auto !important;
    height: 500px;
    overflow: visible;
}

.wrap-box {
    width: 960px;
    margin: 0 auto;
}

.blue, .blue a:link, .blue a:visited {
    color: blue;
}

    .blue a:hover {
        color: #f60;
    }

.white, .white a:link, .white a:visited {
    color: #fff;
}

    .white a:hover {
        color: #ff0;
    }

.red, .red a:link, .red a:visited {
    color: #f00;
}

    .red a:hover {
        color: #f60;
    }

.orange, .orange a:link, .orange a:visited {
    color: #ffa500;
}

    .orange a:hover {
        color: #f60;
    }

@font-face {
    font-family: 'icon-list-numbered';
    src: url('/fonts/icon-list-numbered.eot?58752367');
    src: url('/fonts/icon-list-numbered.eot?58752367#iefix') format('embedded-opentype'), url('/fonts/icon-list-numbered.woff?58752367') format('woff'), url('/fonts/icon-list-numbered.ttf?58752367') format('truetype'), url('/fonts/icon-list-numbered.svg?58752367#icon-list-numbered') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-font {
    font-family: "icon-list-numbered";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /*margin-left: .2em;*/
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.docicon-:before {
    content: '\e800';
}
/* '' */
.musicicon-:before {
    content: '\e801';
}
/* '' */
.searchicon-:before {
    content: '\e802';
}
/* '' */
.mailicon-:before {
    content: '\e803';
}
/* '' */
.hearticon-:before {
    content: '\e804';
}
/* '' */
.star-2icon-:before {
    content: '\e805';
}
/* '' */
.user-2icon-:before {
    content: '\e806';
}
/* '' */
.videocamicon-:before {
    content: '\e807';
}
/* '' */
.camera-1icon-:before {
    content: '\e808';
}
/* '' */
.photoicon-:before {
    content: '\e809';
}
/* '' */
.attach-2icon-:before {
    content: '\e80a';
}
/* '' */
.lock-2icon-:before {
    content: '\e80b';
}
/* '' */
.eye-1icon-:before {
    content: '\e80c';
}
/* '' */
.tag-2icon-:before {
    content: '\e80d';
}
/* '' */
.thumbs-upicon-:before {
    content: '\e80e';
}
/* '' */
.pencil-1icon-:before {
    content: '\e80f';
}
/* '' */
.comment-2icon-:before {
    content: '\e810';
}
/* '' */
.location-1icon-:before {
    content: '\e811';
}
/* '' */
.cupicon-:before {
    content: '\e812';
}
/* '' */
.trash-1icon-:before {
    content: '\e813';
}
/* '' */
.doc-2icon-:before {
    content: '\e814';
}
/* '' */
.noteicon-:before {
    content: '\e815';
}
/* '' */
.cog-2icon-:before {
    content: '\e816';
}
/* '' */
.paramsicon-:before {
    content: '\e817';
}
/* '' */
.calendar-1icon-:before {
    content: '\e818';
}
/* '' */
.soundicon-:before {
    content: '\e819';
}
/* '' */
.clock-2icon-:before {
    content: '\e81a';
}
/* '' */
.lightbulbicon-:before {
    content: '\e81b';
}
/* '' */
.tvicon-:before {
    content: '\e81c';
}
/* '' */
.desktopicon-:before {
    content: '\e81d';
}
/* '' */
.mobileicon-:before {
    content: '\e81e';
}
/* '' */
.cd-1icon-:before {
    content: '\e81f';
}
/* '' */
.inboxicon-:before {
    content: '\e820';
}
/* '' */
.globeicon-:before {
    content: '\e821';
}
/* '' */
.cloud-2icon-:before {
    content: '\e822';
}
/* '' */
.paper-planeicon-:before {
    content: '\e823';
}
/* '' */
.fireicon-:before {
    content: '\e824';
}
/* '' */
.graduation-capicon-:before {
    content: '\e825';
}
/* '' */
.megaphoneicon-:before {
    content: '\e826';
}
/* '' */
.databaseicon-:before {
    content: '\e827';
}
/* '' */
.key-1icon-:before {
    content: '\e828';
}
/* '' */
.beakericon-:before {
    content: '\e829';
}
/* '' */
.truckicon-:before {
    content: '\e82a';
}
/* '' */
.moneyicon-:before {
    content: '\e82b';
}
/* '' */
.foodicon-:before {
    content: '\e82c';
}
/* '' */
.shopicon-:before {
    content: '\e82d';
}
/* '' */
.diamondicon-:before {
    content: '\e82e';
}
/* '' */
.t-shirticon-:before {
    content: '\e82f';
}
/* '' */
.walleticon-:before {
    content: '\e830';
}
/* '' */
.cog-3icon-:before {
    content: '\e831';
}
/* '' */
.cog-circledicon-:before {
    content: '\e832';
}
/* '' */
.cogsicon-:before {
    content: '\e833';
}
/* '' */
.wrench-1icon-:before {
    content: '\e834';
}
/* '' */
.wrench-circledicon-:before {
    content: '\e835';
}
/* '' */
.basketicon-:before {
    content: '\e836';
}
/* '' */
.basket-circledicon-:before {
    content: '\e837';
}
/* '' */
.calendar-2icon-:before {
    content: '\e838';
}
/* '' */
.calendar-circledicon-:before {
    content: '\e839';
}
/* '' */
.mic-1icon-:before {
    content: '\e83a';
}
/* '' */
.mic-circledicon-:before {
    content: '\e83b';
}
/* '' */
.volume-off-1icon-:before {
    content: '\e83c';
}
/* '' */
.volume-downicon-:before {
    content: '\e83d';
}
/* '' */
.volumeicon-:before {
    content: '\e83e';
}
/* '' */
.volume-up-1icon-:before {
    content: '\e83f';
}
/* '' */
.headphones-1icon-:before {
    content: '\e840';
}
/* '' */
.clock-3icon-:before {
    content: '\e841';
}
/* '' */
.clock-circledicon-:before {
    content: '\e842';
}
/* '' */
.lightbulb-1icon-:before {
    content: '\e843';
}
/* '' */
.lightbulb-alticon-:before {
    content: '\e844';
}
/* '' */
.block-2icon-:before {
    content: '\e845';
}
/* '' */
.resize-full-2icon-:before {
    content: '\e846';
}
/* '' */
.resize-full-alt-1icon-:before {
    content: '\e847';
}
/* '' */
.resize-small-1icon-:before {
    content: '\e848';
}
/* '' */
.resize-vertical-1icon-:before {
    content: '\e849';
}
/* '' */
.resize-horizontal-1icon-:before {
    content: '\e84a';
}
/* '' */
.move-1icon-:before {
    content: '\e84b';
}
/* '' */
.zoom-inicon-:before {
    content: '\e84c';
}
/* '' */
.zoom-outicon-:before {
    content: '\e84d';
}
/* '' */
.down-openicon-:before {
    content: '\e84e';
}
/* '' */
.left-openicon-:before {
    content: '\e84f';
}
/* '' */
.right-openicon-:before {
    content: '\e850';
}
/* '' */
.up-openicon-:before {
    content: '\e851';
}
/* '' */
.downicon-:before {
    content: '\e852';
}
/* '' */
.lefticon-:before {
    content: '\e853';
}
/* '' */
.righticon-:before {
    content: '\e854';
}
/* '' */
.upicon-:before {
    content: '\e855';
}
/* '' */
.down-circledicon-:before {
    content: '\e856';
}
/* '' */
.left-circledicon-:before {
    content: '\e857';
}
/* '' */
.right-circledicon-:before {
    content: '\e858';
}
/* '' */
.up-circledicon-:before {
    content: '\e859';
}
/* '' */
.down-handicon-:before {
    content: '\e85a';
}
/* '' */
.left-handicon-:before {
    content: '\e85b';
}
/* '' */
.right-handicon-:before {
    content: '\e85c';
}
/* '' */
.search-1icon-:before {
    content: '\e85d';
}
/* '' */
.mail-1icon-:before {
    content: '\e85e';
}
/* '' */
.heart-1icon-:before {
    content: '\e85f';
}
/* '' */
.heart-emptyicon-:before {
    content: '\e860';
}
/* '' */
.staricon-:before {
    content: '\e861';
}
/* '' */
.usericon-:before {
    content: '\e862';
}
/* '' */
.videoicon-:before {
    content: '\e863';
}
/* '' */
.pictureicon-:before {
    content: '\e864';
}
/* '' */
.th-largeicon-:before {
    content: '\e865';
}
/* '' */
.thicon-:before {
    content: '\e866';
}
/* '' */
.th-listicon-:before {
    content: '\e867';
}
/* '' */
.okicon-:before {
    content: '\e868';
}
/* '' */
.ok-circleicon-:before {
    content: '\e869';
}
/* '' */
.cancelicon-:before {
    content: '\e86a';
}
/* '' */
.cancel-circleicon-:before {
    content: '\e86b';
}
/* '' */
.plus-circleicon-:before {
    content: '\e86c';
}
/* '' */
.minus-circleicon-:before {
    content: '\e86d';
}
/* '' */
.linkicon-:before {
    content: '\e86e';
}
/* '' */
.attachicon-:before {
    content: '\e86f';
}
/* '' */
.lockicon-:before {
    content: '\e870';
}
/* '' */
.lock-openicon-:before {
    content: '\e871';
}
/* '' */
.tagicon-:before {
    content: '\e872';
}
/* '' */
.replyicon-:before {
    content: '\e873';
}
/* '' */
.reply-allicon-:before {
    content: '\e874';
}
/* '' */
.forwardicon-:before {
    content: '\e875';
}
/* '' */
.codeicon-:before {
    content: '\e876';
}
/* '' */
.retweeticon-:before {
    content: '\e877';
}
/* '' */
.commenticon-:before {
    content: '\e878';
}
/* '' */
.comment-alticon-:before {
    content: '\e879';
}
/* '' */
.chaticon-:before {
    content: '\e87a';
}
/* '' */
.attentionicon-:before {
    content: '\e87b';
}
/* '' */
.docs-landscapeicon-:before {
    content: '\e87c';
}
/* '' */
.foldericon-:before {
    content: '\e87d';
}
/* '' */
.archiveicon-:before {
    content: '\e87e';
}
/* '' */
.rssicon-:before {
    content: '\e87f';
}
/* '' */
.rss-alticon-:before {
    content: '\e880';
}
/* '' */
.cogicon-:before {
    content: '\e881';
}
/* '' */
.logouticon-:before {
    content: '\e882';
}
/* '' */
.clockicon-:before {
    content: '\e883';
}
/* '' */
.blockicon-:before {
    content: '\e884';
}
/* '' */
.resize-fullicon-:before {
    content: '\e885';
}
/* '' */
.resize-full-circleicon-:before {
    content: '\e886';
}
/* '' */
.popupicon-:before {
    content: '\e887';
}
/* '' */
.left-open-1icon-:before {
    content: '\e888';
}
/* '' */
.right-open-1icon-:before {
    content: '\e889';
}
/* '' */
.down-circleicon-:before {
    content: '\e88a';
}
/* '' */
.left-circleicon-:before {
    content: '\e88b';
}
/* '' */
.right-circleicon-:before {
    content: '\e88c';
}
/* '' */
.up-circleicon-:before {
    content: '\e88d';
}
/* '' */
.down-dir-1icon-:before {
    content: '\e88e';
}
/* '' */
.right-dir-1icon-:before {
    content: '\e88f';
}
/* '' */
.down-microicon-:before {
    content: '\e890';
}
/* '' */
.up-microicon-:before {
    content: '\e891';
}
/* '' */
.cw-circleicon-:before {
    content: '\e892';
}
/* '' */
.arrows-cw-1icon-:before {
    content: '\e893';
}
/* '' */
.updown-circleicon-:before {
    content: '\e894';
}
/* '' */
.target-1icon-:before {
    content: '\e895';
}
/* '' */
.signal-1icon-:before {
    content: '\e896';
}
/* '' */
.progress-0icon-:before {
    content: '\e897';
}
/* '' */
.progress-1icon-:before {
    content: '\e898';
}
/* '' */
.progress-2icon-:before {
    content: '\e899';
}
/* '' */
.progress-3icon-:before {
    content: '\e89a';
}
/* '' */
.progress-4icon-:before {
    content: '\e89b';
}
/* '' */
.progress-5icon-:before {
    content: '\e89c';
}
/* '' */
.progress-6icon-:before {
    content: '\e89d';
}
/* '' */
.progress-7icon-:before {
    content: '\e89e';
}
/* '' */
.font-1icon-:before {
    content: '\e89f';
}
/* '' */
.listicon-:before {
    content: '\e8a0';
}
/* '' */
.list-numbered-1icon-:before {
    content: '\e8a1';
}
/* '' */
.indent-lefticon-:before {
    content: '\e8a2';
}
/* '' */
.indent-righticon-:before {
    content: '\e8a3';
}
/* '' */
.cloudicon-:before {
    content: '\e8a4';
}
/* '' */
.terminalicon-:before {
    content: '\e8a5';
}
/* '' */
.facebook-recticon-:before {
    content: '\e8a6';
}
/* '' */
.twitter-birdicon-:before {
    content: '\e8a7';
}
/* '' */
.vimeo-recticon-:before {
    content: '\e8a8';
}
/* '' */
.tumblr-recticon-:before {
    content: '\e8a9';
}
/* '' */
.googleplus-recticon-:before {
    content: '\e8aa';
}
/* '' */
.linkedin-recticon-:before {
    content: '\e8ab';
}
/* '' */
.skypeicon-:before {
    content: '\e8ac';
}
/* '' */
.vkontakte-recticon-:before {
    content: '\e8ad';
}
/* '' */
.youtubeicon-:before {
    content: '\e8ae';
}
/* '' */
.odnoklassniki-recticon-:before {
    content: '\e8af';
}
/* '' */
.search-2icon-:before {
    content: '\e8b0';
}
/* '' */
.mail-2icon-:before {
    content: '\e8b1';
}
/* '' */
.heart-2icon-:before {
    content: '\e8b2';
}
/* '' */
.heart-empty-1icon-:before {
    content: '\e8b3';
}
/* '' */
.star-1icon-:before {
    content: '\e8b4';
}
/* '' */
.user-1icon-:before {
    content: '\e8b5';
}
/* '' */
.video-1icon-:before {
    content: '\e8b6';
}
/* '' */
.picture-1icon-:before {
    content: '\e8b7';
}
/* '' */
.cameraicon-:before {
    content: '\e8b8';
}
/* '' */
.ok-1icon-:before {
    content: '\e8b9';
}
/* '' */
.ok-circle-1icon-:before {
    content: '\e8ba';
}
/* '' */
.cancel-1icon-:before {
    content: '\e8bb';
}
/* '' */
.cancel-circle-1icon-:before {
    content: '\e8bc';
}
/* '' */
.plusicon-:before {
    content: '\e8bd';
}
/* '' */
.plus-circle-1icon-:before {
    content: '\e8be';
}
/* '' */
.minusicon-:before {
    content: '\e8bf';
}
/* '' */
.minus-circle-1icon-:before {
    content: '\e8c0';
}
/* '' */
.helpicon-:before {
    content: '\e8c1';
}
/* '' */
.infoicon-:before {
    content: '\e8c2';
}
/* '' */
.homeicon-:before {
    content: '\e8c3';
}
/* '' */
.link-1icon-:before {
    content: '\e8c4';
}
/* '' */
.attach-1icon-:before {
    content: '\e8c5';
}
/* '' */
.lock-1icon-:before {
    content: '\e8c6';
}
/* '' */
.lock-emptyicon-:before {
    content: '\e8c7';
}
/* '' */
.lock-open-1icon-:before {
    content: '\e8c8';
}
/* '' */
.lock-open-emptyicon-:before {
    content: '\e8c9';
}
/* '' */
.pinicon-:before {
    content: '\e8ca';
}
/* '' */
.eyeicon-:before {
    content: '\e8cb';
}
/* '' */
.tag-1icon-:before {
    content: '\e8cc';
}
/* '' */
.tag-emptyicon-:before {
    content: '\e8cd';
}
/* '' */
.downloadicon-:before {
    content: '\e8ce';
}
/* '' */
.uploadicon-:before {
    content: '\e8cf';
}
/* '' */
.download-cloudicon-:before {
    content: '\e8d0';
}
/* '' */
.upload-cloudicon-:before {
    content: '\e8d1';
}
/* '' */
.quote-lefticon-:before {
    content: '\e8d2';
}
/* '' */
.quote-righticon-:before {
    content: '\e8d3';
}
/* '' */
.quote-left-alticon-:before {
    content: '\e8d4';
}
/* '' */
.quote-right-alticon-:before {
    content: '\e8d5';
}
/* '' */
.pencilicon-:before {
    content: '\e8d6';
}
/* '' */
.pencil-negicon-:before {
    content: '\e8d7';
}
/* '' */
.pencil-alticon-:before {
    content: '\e8d8';
}
/* '' */
.undoicon-:before {
    content: '\e8d9';
}
/* '' */
.comment-1icon-:before {
    content: '\e8da';
}
/* '' */
.comment-invicon-:before {
    content: '\e8db';
}
/* '' */
.comment-alt-1icon-:before {
    content: '\e8dc';
}
/* '' */
.comment-inv-alticon-:before {
    content: '\e8dd';
}
/* '' */
.comment-alt2icon-:before {
    content: '\e8de';
}
/* '' */
.comment-inv-alt2icon-:before {
    content: '\e8df';
}
/* '' */
.chat-1icon-:before {
    content: '\e8e0';
}
/* '' */
.chat-invicon-:before {
    content: '\e8e1';
}
/* '' */
.locationicon-:before {
    content: '\e8e2';
}
/* '' */
.location-invicon-:before {
    content: '\e8e3';
}
/* '' */
.location-alticon-:before {
    content: '\e8e4';
}
/* '' */
.compassicon-:before {
    content: '\e8e5';
}
/* '' */
.trashicon-:before {
    content: '\e8e6';
}
/* '' */
.trash-emptyicon-:before {
    content: '\e8e7';
}
/* '' */
.doc-1icon-:before {
    content: '\e8e8';
}
/* '' */
.doc-invicon-:before {
    content: '\e8e9';
}
/* '' */
.doc-alticon-:before {
    content: '\e8ea';
}
/* '' */
.doc-inv-alticon-:before {
    content: '\e8eb';
}
/* '' */
.articleicon-:before {
    content: '\e8ec';
}
/* '' */
.article-alticon-:before {
    content: '\e8ed';
}
/* '' */
.book-openicon-:before {
    content: '\e8ee';
}
/* '' */
.folder-1icon-:before {
    content: '\e8ef';
}
/* '' */
.folder-emptyicon-:before {
    content: '\e8f0';
}
/* '' */
.boxicon-:before {
    content: '\e8f1';
}
/* '' */
.rss-1icon-:before {
    content: '\e8f2';
}
/* '' */
.rss-alt-1icon-:before {
    content: '\e8f3';
}
/* '' */
.cog-1icon-:before {
    content: '\e8f4';
}
/* '' */
.wrenchicon-:before {
    content: '\e8f5';
}
/* '' */
.shareicon-:before {
    content: '\e8f6';
}
/* '' */
.calendaricon-:before {
    content: '\e8f7';
}
/* '' */
.calendar-invicon-:before {
    content: '\e8f8';
}
/* '' */
.calendar-alticon-:before {
    content: '\e8f9';
}
/* '' */
.micicon-:before {
    content: '\e8fa';
}
/* '' */
.volume-officon-:before {
    content: '\e8fb';
}
/* '' */
.volume-upicon-:before {
    content: '\e8fc';
}
/* '' */
.headphonesicon-:before {
    content: '\e8fd';
}
/* '' */
.clock-1icon-:before {
    content: '\e8fe';
}
/* '' */
.lampicon-:before {
    content: '\e8ff';
}
/* '' */
.block-1icon-:before {
    content: '\e900';
}
/* '' */
.resize-full-1icon-:before {
    content: '\e901';
}
/* '' */
.resize-full-alticon-:before {
    content: '\e902';
}
/* '' */
.resize-smallicon-:before {
    content: '\e903';
}
/* '' */
.resize-small-alticon-:before {
    content: '\e904';
}
/* '' */
.resize-verticalicon-:before {
    content: '\e905';
}
/* '' */
.resize-horizontalicon-:before {
    content: '\e906';
}
/* '' */
.moveicon-:before {
    content: '\e907';
}
/* '' */
.popup-1icon-:before {
    content: '\e908';
}
/* '' */
.down-1icon-:before {
    content: '\e909';
}
/* '' */
.left-1icon-:before {
    content: '\e90a';
}
/* '' */
.right-1icon-:before {
    content: '\e90b';
}
/* '' */
.up-1icon-:before {
    content: '\e90c';
}
/* '' */
.down-circle-1icon-:before {
    content: '\e90d';
}
/* '' */
.left-circle-1icon-:before {
    content: '\e90e';
}
/* '' */
.right-circle-1icon-:before {
    content: '\e90f';
}
/* '' */
.up-circle-1icon-:before {
    content: '\e910';
}
/* '' */
.cwicon-:before {
    content: '\e911';
}
/* '' */
.loopicon-:before {
    content: '\e912';
}
/* '' */
.loop-alticon-:before {
    content: '\e913';
}
/* '' */
.exchange-1icon-:before {
    content: '\e914';
}
/* '' */
.spliticon-:before {
    content: '\e915';
}
/* '' */
.arrow-curvedicon-:before {
    content: '\e916';
}
/* '' */
.play-1icon-:before {
    content: '\e917';
}
/* '' */
.play-circle2icon-:before {
    content: '\e918';
}
/* '' */
.stopicon-:before {
    content: '\e919';
}
/* '' */
.pauseicon-:before {
    content: '\e91a';
}
/* '' */
.to-starticon-:before {
    content: '\e91b';
}
/* '' */
.to-endicon-:before {
    content: '\e91c';
}
/* '' */
.eject-1icon-:before {
    content: '\e91d';
}
/* '' */
.target-2icon-:before {
    content: '\e91e';
}
/* '' */
.signal-2icon-:before {
    content: '\e91f';
}
/* '' */
.award-1icon-:before {
    content: '\e920';
}
/* '' */
.award-emptyicon-:before {
    content: '\e921';
}
/* '' */
.list-1icon-:before {
    content: '\e922';
}
/* '' */
.list-nestedicon-:before {
    content: '\e923';
}
/* '' */
.bat-emptyicon-:before {
    content: '\e924';
}
/* '' */
.bat-halficon-:before {
    content: '\e925';
}
/* '' */
.bat-fullicon-:before {
    content: '\e926';
}
/* '' */
.bat-chargeicon-:before {
    content: '\e927';
}
/* '' */
.mobile-1icon-:before {
    content: '\e928';
}
/* '' */
.cdicon-:before {
    content: '\e929';
}
/* '' */
.equalizericon-:before {
    content: '\e92a';
}
/* '' */
.cursoricon-:before {
    content: '\e92b';
}
/* '' */
.apertureicon-:before {
    content: '\e92c';
}
/* '' */
.aperture-alticon-:before {
    content: '\e92d';
}
/* '' */
.steering-wheelicon-:before {
    content: '\e92e';
}
/* '' */
.bookicon-:before {
    content: '\e92f';
}
/* '' */
.book-alticon-:before {
    content: '\e930';
}
/* '' */
.brushicon-:before {
    content: '\e931';
}
/* '' */
.brush-alticon-:before {
    content: '\e932';
}
/* '' */
.eyedroppericon-:before {
    content: '\e933';
}
/* '' */
.layersicon-:before {
    content: '\e934';
}
/* '' */
.layers-alticon-:before {
    content: '\e935';
}
/* '' */
.sun-1icon-:before {
    content: '\e936';
}
/* '' */
.sun-invicon-:before {
    content: '\e937';
}
/* '' */
.cloud-1icon-:before {
    content: '\e938';
}
/* '' */
.rainicon-:before {
    content: '\e939';
}
/* '' */
.flashicon-:before {
    content: '\e93a';
}
/* '' */
.moonicon-:before {
    content: '\e93b';
}
/* '' */
.moon-invicon-:before {
    content: '\e93c';
}
/* '' */
.umbrellaicon-:before {
    content: '\e93d';
}
/* '' */
.chart-baricon-:before {
    content: '\e93e';
}
/* '' */
.chart-pieicon-:before {
    content: '\e93f';
}
/* '' */
.chart-pie-alticon-:before {
    content: '\e940';
}
/* '' */
.keyicon-:before {
    content: '\e941';
}
/* '' */
.key-invicon-:before {
    content: '\e942';
}
/* '' */
.hashicon-:before {
    content: '\e943';
}
/* '' */
.aticon-:before {
    content: '\e944';
}
/* '' */
.pilcrowicon-:before {
    content: '\e945';
}
/* '' */
.dialicon-:before {
    content: '\e946';
}
/* '' */
.up-handicon-:before {
    content: '\e947';
}
/* '' */
.cw-1icon-:before {
    content: '\e948';
}
/* '' */
.cw-circledicon-:before {
    content: '\e949';
}
/* '' */
.arrows-cwicon-:before {
    content: '\e94a';
}
/* '' */
.shuffleicon-:before {
    content: '\e94b';
}
/* '' */
.playicon-:before {
    content: '\e94c';
}
/* '' */
.play-circledicon-:before {
    content: '\e94d';
}
/* '' */
.play-circled2icon-:before {
    content: '\e94e';
}
/* '' */
.stop-1icon-:before {
    content: '\e94f';
}
/* '' */
.stop-circledicon-:before {
    content: '\e950';
}
/* '' */
.pause-1icon-:before {
    content: '\e951';
}
/* '' */
.pause-circledicon-:before {
    content: '\e952';
}
/* '' */
.recordicon-:before {
    content: '\e953';
}
/* '' */
.ejecticon-:before {
    content: '\e954';
}
/* '' */
.backwardicon-:before {
    content: '\e955';
}
/* '' */
.backward-circledicon-:before {
    content: '\e956';
}
/* '' */
.fast-backwardicon-:before {
    content: '\e957';
}
/* '' */
.fast-forwardicon-:before {
    content: '\e958';
}
/* '' */
.forward-1icon-:before {
    content: '\e959';
}
/* '' */
.forward-circledicon-:before {
    content: '\e95a';
}
/* '' */
.step-backwardicon-:before {
    content: '\e95b';
}
/* '' */
.step-forwardicon-:before {
    content: '\e95c';
}
/* '' */
.targeticon-:before {
    content: '\e95d';
}
/* '' */
.signalicon-:before {
    content: '\e95e';
}
/* '' */
.desktop-1icon-:before {
    content: '\e95f';
}
/* '' */
.desktop-circledicon-:before {
    content: '\e960';
}
/* '' */
.laptopicon-:before {
    content: '\e961';
}
/* '' */
.laptop-circledicon-:before {
    content: '\e962';
}
/* '' */
.networkicon-:before {
    content: '\e963';
}
/* '' */
.inbox-1icon-:before {
    content: '\e964';
}
/* '' */
.inbox-circledicon-:before {
    content: '\e965';
}
/* '' */
.inbox-alticon-:before {
    content: '\e966';
}
/* '' */
.globe-1icon-:before {
    content: '\e967';
}
/* '' */
.globe-alticon-:before {
    content: '\e968';
}
/* '' */
.cloud-3icon-:before {
    content: '\e969';
}
/* '' */
.cloud-circledicon-:before {
    content: '\e96a';
}
/* '' */
.flighticon-:before {
    content: '\e96b';
}
/* '' */
.leaficon-:before {
    content: '\e96c';
}
/* '' */
.fonticon-:before {
    content: '\e96d';
}
/* '' */
.fontsizeicon-:before {
    content: '\e96e';
}
/* '' */
.boldicon-:before {
    content: '\e96f';
}
/* '' */
.italicicon-:before {
    content: '\e970';
}
/* '' */
.text-heighticon-:before {
    content: '\e971';
}
/* '' */
.text-widthicon-:before {
    content: '\e972';
}
/* '' */
.align-lefticon-:before {
    content: '\e973';
}
/* '' */
.align-centericon-:before {
    content: '\e974';
}
/* '' */
.align-righticon-:before {
    content: '\e975';
}
/* '' */
.align-justifyicon-:before {
    content: '\e976';
}
/* '' */
.list-2icon-:before {
    content: '\e977';
}
/* '' */
.indent-left-1icon-:before {
    content: '\e978';
}
/* '' */
.indent-right-1icon-:before {
    content: '\e979';
}
/* '' */
.briefcaseicon-:before {
    content: '\e97a';
}
/* '' */
.officon-:before {
    content: '\e97b';
}
/* '' */
.roadicon-:before {
    content: '\e97c';
}
/* '' */
.qrcodeicon-:before {
    content: '\e97d';
}
/* '' */
.barcodeicon-:before {
    content: '\e97e';
}
/* '' */
.brailleicon-:before {
    content: '\e97f';
}
/* '' */
.book-1icon-:before {
    content: '\e980';
}
/* '' */
.adjusticon-:before {
    content: '\e981';
}
/* '' */
.tinticon-:before {
    content: '\e982';
}
/* '' */
.checkicon-:before {
    content: '\e983';
}
/* '' */
.check-emptyicon-:before {
    content: '\e984';
}
/* '' */
.asteriskicon-:before {
    content: '\e985';
}
/* '' */
.gifticon-:before {
    content: '\e986';
}
/* '' */
.fire-1icon-:before {
    content: '\e987';
}
/* '' */
.magneticon-:before {
    content: '\e988';
}
/* '' */
.charticon-:before {
    content: '\e989';
}
/* '' */
.chart-circledicon-:before {
    content: '\e98a';
}
/* '' */
.credit-cardicon-:before {
    content: '\e98b';
}
/* '' */
.megaphone-1icon-:before {
    content: '\e98c';
}
/* '' */
.clipboardicon-:before {
    content: '\e98d';
}
/* '' */
.hddicon-:before {
    content: '\e98e';
}
/* '' */
.key-2icon-:before {
    content: '\e98f';
}
/* '' */
.certificateicon-:before {
    content: '\e990';
}
/* '' */
.tasksicon-:before {
    content: '\e991';
}
/* '' */
.filtericon-:before {
    content: '\e992';
}
/* '' */
.gaugeicon-:before {
    content: '\e993';
}
/* '' */
.smileyicon-:before {
    content: '\e994';
}
/* '' */
.smiley-circledicon-:before {
    content: '\e995';
}
/* '' */
.address-bookicon-:before {
    content: '\e996';
}
/* '' */
.address-book-alticon-:before {
    content: '\e997';
}
/* '' */
.aslicon-:before {
    content: '\e998';
}
/* '' */
.glassesicon-:before {
    content: '\e999';
}
/* '' */
.hearing-impairedicon-:before {
    content: '\e99a';
}
/* '' */
.iphone-homeicon-:before {
    content: '\e99b';
}
/* '' */
.personicon-:before {
    content: '\e99c';
}
/* '' */
.adulticon-:before {
    content: '\e99d';
}
/* '' */
.childicon-:before {
    content: '\e99e';
}
/* '' */
.blindicon-:before {
    content: '\e99f';
}
/* '' */
.guidedogicon-:before {
    content: '\e9a0';
}
/* '' */
.accessibilityicon-:before {
    content: '\e9a1';
}
/* '' */
.universal-accessicon-:before {
    content: '\e9a2';
}
/* '' */
.maleicon-:before {
    content: '\e9a3';
}
/* '' */
.femaleicon-:before {
    content: '\e9a4';
}
/* '' */
.behanceicon-:before {
    content: '\e9a5';
}
/* '' */
.bloggericon-:before {
    content: '\e9a6';
}
/* '' */
.ccicon-:before {
    content: '\e9a7';
}
/* '' */
.cssicon-:before {
    content: '\e9a8';
}
/* '' */
.deliciousicon-:before {
    content: '\e9a9';
}
/* '' */
.deviantarticon-:before {
    content: '\e9aa';
}
/* '' */
.diggicon-:before {
    content: '\e9ab';
}
/* '' */
.dribbbleicon-:before {
    content: '\e9ac';
}
/* '' */
.facebookicon-:before {
    content: '\e9ad';
}
/* '' */
.flickricon-:before {
    content: '\e9ae';
}
/* '' */
.foursquareicon-:before {
    content: '\e9af';
}
/* '' */
.friendfeedicon-:before {
    content: '\e9b0';
}
/* '' */
.friendfeed-recticon-:before {
    content: '\e9b1';
}
/* '' */
.githubicon-:before {
    content: '\e9b2';
}
/* '' */
.github-texticon-:before {
    content: '\e9b3';
}
/* '' */
.googleplusicon-:before {
    content: '\e9b4';
}
/* '' */
.instagramicon-:before {
    content: '\e9b5';
}
/* '' */
.linkedinicon-:before {
    content: '\e9b6';
}
/* '' */
.pathicon-:before {
    content: '\e9b7';
}
/* '' */
.picasaicon-:before {
    content: '\e9b8';
}
/* '' */
.pinteresticon-:before {
    content: '\e9b9';
}
/* '' */
.redditicon-:before {
    content: '\e9ba';
}
/* '' */
.skype-1icon-:before {
    content: '\e9bb';
}
/* '' */
.slideshareicon-:before {
    content: '\e9bc';
}
/* '' */
.stackoverflowicon-:before {
    content: '\e9bd';
}
/* '' */
.stumbleuponicon-:before {
    content: '\e9be';
}
/* '' */
.twittericon-:before {
    content: '\e9bf';
}
/* '' */
.tumblricon-:before {
    content: '\e9c0';
}
/* '' */
.vimeoicon-:before {
    content: '\e9c1';
}
/* '' */
.vkontakteicon-:before {
    content: '\e9c2';
}
/* '' */
.w3cicon-:before {
    content: '\e9c3';
}
/* '' */
.wordpressicon-:before {
    content: '\e9c4';
}
/* '' */
.youtube-1icon-:before {
    content: '\e9c5';
}
/* '' */
.glassicon-:before {
    content: '\e9c6';
}
/* '' */
.music-1icon-:before {
    content: '\e9c7';
}
/* '' */
.search-3icon-:before {
    content: '\e9c8';
}
/* '' */
.search-circledicon-:before {
    content: '\e9c9';
}
/* '' */
.mail-3icon-:before {
    content: '\e9ca';
}
/* '' */
.mail-circledicon-:before {
    content: '\e9cb';
}
/* '' */
.heart-3icon-:before {
    content: '\e9cc';
}
/* '' */
.heart-circledicon-:before {
    content: '\e9cd';
}
/* '' */
.heart-empty-2icon-:before {
    content: '\e9ce';
}
/* '' */
.star-3icon-:before {
    content: '\e9cf';
}
/* '' */
.star-circledicon-:before {
    content: '\e9d0';
}
/* '' */
.star-emptyicon-:before {
    content: '\e9d1';
}
/* '' */
.user-3icon-:before {
    content: '\e9d2';
}
/* '' */
.groupicon-:before {
    content: '\e9d3';
}
/* '' */
.group-circledicon-:before {
    content: '\e9d4';
}
/* '' */
.torsoicon-:before {
    content: '\e9d5';
}
/* '' */
.video-2icon-:before {
    content: '\e9d6';
}
/* '' */
.video-circledicon-:before {
    content: '\e9d7';
}
/* '' */
.video-alticon-:before {
    content: '\e9d8';
}
/* '' */
.videocam-1icon-:before {
    content: '\e9d9';
}
/* '' */
.video-chaticon-:before {
    content: '\e9da';
}
/* '' */
.picture-2icon-:before {
    content: '\e9db';
}
/* '' */
.camera-2icon-:before {
    content: '\e9dc';
}
/* '' */
.photo-1icon-:before {
    content: '\e9dd';
}
/* '' */
.photo-circledicon-:before {
    content: '\e9de';
}
/* '' */
.th-large-1icon-:before {
    content: '\e9df';
}
/* '' */
.th-1icon-:before {
    content: '\e9e0';
}
/* '' */
.th-list-1icon-:before {
    content: '\e9e1';
}
/* '' */
.view-modeicon-:before {
    content: '\e9e2';
}
/* '' */
.ok-2icon-:before {
    content: '\e9e3';
}
/* '' */
.ok-circledicon-:before {
    content: '\e9e4';
}
/* '' */
.ok-circled2icon-:before {
    content: '\e9e5';
}
/* '' */
.cancel-2icon-:before {
    content: '\e9e6';
}
/* '' */
.cancel-circledicon-:before {
    content: '\e9e7';
}
/* '' */
.cancel-circled2icon-:before {
    content: '\e9e8';
}
/* '' */
.plus-1icon-:before {
    content: '\e9e9';
}
/* '' */
.plus-circledicon-:before {
    content: '\e9ea';
}
/* '' */
.minus-1icon-:before {
    content: '\e9eb';
}
/* '' */
.minus-circledicon-:before {
    content: '\e9ec';
}
/* '' */
.help-1icon-:before {
    content: '\e9ed';
}
/* '' */
.help-circledicon-:before {
    content: '\e9ee';
}
/* '' */
.info-circledicon-:before {
    content: '\e9ef';
}
/* '' */
.home-1icon-:before {
    content: '\e9f0';
}
/* '' */
.home-circledicon-:before {
    content: '\e9f1';
}
/* '' */
.websiteicon-:before {
    content: '\e9f2';
}
/* '' */
.website-circledicon-:before {
    content: '\e9f3';
}
/* '' */
.attach-3icon-:before {
    content: '\e9f4';
}
/* '' */
.attach-circledicon-:before {
    content: '\e9f5';
}
/* '' */
.lock-3icon-:before {
    content: '\e9f6';
}
/* '' */
.lock-circledicon-:before {
    content: '\e9f7';
}
/* '' */
.lock-open-2icon-:before {
    content: '\e9f8';
}
/* '' */
.lock-open-alticon-:before {
    content: '\e9f9';
}
/* '' */
.eye-2icon-:before {
    content: '\e9fa';
}
/* '' */
.eye-officon-:before {
    content: '\e9fb';
}
/* '' */
.tag-3icon-:before {
    content: '\e9fc';
}
/* '' */
.tagsicon-:before {
    content: '\e9fd';
}
/* '' */
.bookmarkicon-:before {
    content: '\e9fe';
}
/* '' */
.bookmark-emptyicon-:before {
    content: '\e9ff';
}
/* '' */
.flagicon-:before {
    content: '\ea00';
}
/* '' */
.flag-circledicon-:before {
    content: '\ea01';
}
/* '' */
.thumbs-up-1icon-:before {
    content: '\ea02';
}
/* '' */
.thumbs-downicon-:before {
    content: '\ea03';
}
/* '' */
.download-1icon-:before {
    content: '\ea04';
}
/* '' */
.download-alticon-:before {
    content: '\ea05';
}
/* '' */
.upload-1icon-:before {
    content: '\ea06';
}
/* '' */
.share-1icon-:before {
    content: '\ea07';
}
/* '' */
.quoteicon-:before {
    content: '\ea08';
}
/* '' */
.quote-circledicon-:before {
    content: '\ea09';
}
/* '' */
.exporticon-:before {
    content: '\ea0a';
}
/* '' */
.pencil-2icon-:before {
    content: '\ea0b';
}
/* '' */
.pencil-circledicon-:before {
    content: '\ea0c';
}
/* '' */
.editicon-:before {
    content: '\ea0d';
}
/* '' */
.edit-circledicon-:before {
    content: '\ea0e';
}
/* '' */
.edit-alticon-:before {
    content: '\ea0f';
}
/* '' */
.printicon-:before {
    content: '\ea10';
}
/* '' */
.retweet-1icon-:before {
    content: '\ea11';
}
/* '' */
.comment-3icon-:before {
    content: '\ea12';
}
/* '' */
.comment-alt-2icon-:before {
    content: '\ea13';
}
/* '' */
.bellicon-:before {
    content: '\ea14';
}
/* '' */
.warningicon-:before {
    content: '\ea15';
}
/* '' */
.exclamationicon-:before {
    content: '\ea16';
}
/* '' */
.erroricon-:before {
    content: '\ea17';
}
/* '' */
.error-alticon-:before {
    content: '\ea18';
}
/* '' */
.location-2icon-:before {
    content: '\ea19';
}
/* '' */
.location-circledicon-:before {
    content: '\ea1a';
}
/* '' */
.compass-1icon-:before {
    content: '\ea1b';
}
/* '' */
.compass-circledicon-:before {
    content: '\ea1c';
}
/* '' */
.trash-2icon-:before {
    content: '\ea1d';
}
/* '' */
.trash-circledicon-:before {
    content: '\ea1e';
}
/* '' */
.doc-3icon-:before {
    content: '\ea1f';
}
/* '' */
.doc-circledicon-:before {
    content: '\ea20';
}
/* '' */
.doc-newicon-:before {
    content: '\ea21';
}
/* '' */
.doc-new-circledicon-:before {
    content: '\ea22';
}
/* '' */
.folder-2icon-:before {
    content: '\ea23';
}
/* '' */
.folder-circledicon-:before {
    content: '\ea24';
}
/* '' */
.folder-closeicon-:before {
    content: '\ea25';
}
/* '' */
.folder-openicon-:before {
    content: '\ea26';
}
/* '' */
.rss-2icon-:before {
    content: '\ea27';
}
/* '' */
.phoneicon-:before {
    content: '\ea28';
}
/* '' */
.phone-circledicon-:before {
    content: '\ea29';
}
/* '' */
.glass-1icon-:before {
    content: '\ea2a';
}
/* '' */
.music-2icon-:before {
    content: '\ea2b';
}
/* '' */
.search-4icon-:before {
    content: '\ea2c';
}
/* '' */
.mail-4icon-:before {
    content: '\ea2d';
}
/* '' */
.mail-alticon-:before {
    content: '\ea2e';
}
/* '' */
.mail-squaredicon-:before {
    content: '\ea2f';
}
/* '' */
.heart-4icon-:before {
    content: '\ea30';
}
/* '' */
.heart-empty-3icon-:before {
    content: '\ea31';
}
/* '' */
.star-4icon-:before {
    content: '\ea32';
}
/* '' */
.star-empty-1icon-:before {
    content: '\ea33';
}
/* '' */
.star-halficon-:before {
    content: '\ea34';
}
/* '' */
.star-half-alticon-:before {
    content: '\ea35';
}
/* '' */
.user-4icon-:before {
    content: '\ea36';
}
/* '' */
.user-plusicon-:before {
    content: '\ea37';
}
/* '' */
.user-timesicon-:before {
    content: '\ea38';
}
/* '' */
.usersicon-:before {
    content: '\ea39';
}
/* '' */
.male-1icon-:before {
    content: '\ea3a';
}
/* '' */
.female-1icon-:before {
    content: '\ea3b';
}
/* '' */
.child-1icon-:before {
    content: '\ea3c';
}
/* '' */
.user-secreticon-:before {
    content: '\ea3d';
}
/* '' */
.video-3icon-:before {
    content: '\ea3e';
}
/* '' */
.videocam-2icon-:before {
    content: '\ea3f';
}
/* '' */
.picture-3icon-:before {
    content: '\ea40';
}
/* '' */
.camera-3icon-:before {
    content: '\ea41';
}
/* '' */
.camera-alticon-:before {
    content: '\ea42';
}
/* '' */
.th-large-2icon-:before {
    content: '\ea43';
}
/* '' */
.th-2icon-:before {
    content: '\ea44';
}
/* '' */
.th-list-2icon-:before {
    content: '\ea45';
}
/* '' */
.ok-3icon-:before {
    content: '\ea46';
}
/* '' */
.ok-circled-1icon-:before {
    content: '\ea47';
}
/* '' */
.ok-circled2-1icon-:before {
    content: '\ea48';
}
/* '' */
.ok-squaredicon-:before {
    content: '\ea49';
}
/* '' */
.cancel-3icon-:before {
    content: '\ea4a';
}
/* '' */
.cancel-circled-1icon-:before {
    content: '\ea4b';
}
/* '' */
.cancel-circled2-1icon-:before {
    content: '\ea4c';
}
/* '' */
.plus-2icon-:before {
    content: '\ea4d';
}
/* '' */
.plus-circled-1icon-:before {
    content: '\ea4e';
}
/* '' */
.plus-squaredicon-:before {
    content: '\ea4f';
}
/* '' */
.plus-squared-alticon-:before {
    content: '\ea50';
}
/* '' */
.minus-2icon-:before {
    content: '\ea51';
}
/* '' */
.minus-circled-1icon-:before {
    content: '\ea52';
}
/* '' */
.minus-squaredicon-:before {
    content: '\ea53';
}
/* '' */
.minus-squared-alticon-:before {
    content: '\ea54';
}
/* '' */
.help-2icon-:before {
    content: '\ea55';
}
/* '' */
.help-circled-1icon-:before {
    content: '\ea56';
}
/* '' */
.info-circled-1icon-:before {
    content: '\ea57';
}
/* '' */
.info-1icon-:before {
    content: '\ea58';
}
/* '' */
.home-2icon-:before {
    content: '\ea59';
}
/* '' */
.link-2icon-:before {
    content: '\ea5a';
}
/* '' */
.unlinkicon-:before {
    content: '\ea5b';
}
/* '' */
.link-exticon-:before {
    content: '\ea5c';
}
/* '' */
.link-ext-alticon-:before {
    content: '\ea5d';
}
/* '' */
.attach-4icon-:before {
    content: '\ea5e';
}
/* '' */
.lock-4icon-:before {
    content: '\ea5f';
}
/* '' */
.lock-open-3icon-:before {
    content: '\ea60';
}
/* '' */
.lock-open-alt-1icon-:before {
    content: '\ea61';
}
/* '' */
.pin-1icon-:before {
    content: '\ea62';
}
/* '' */
.eye-3icon-:before {
    content: '\ea63';
}
/* '' */
.eye-off-1icon-:before {
    content: '\ea64';
}
/* '' */
.tag-4icon-:before {
    content: '\ea65';
}
/* '' */
.tags-1icon-:before {
    content: '\ea66';
}
/* '' */
.bookmark-1icon-:before {
    content: '\ea67';
}
/* '' */
.bookmark-empty-1icon-:before {
    content: '\ea68';
}
/* '' */
.flag-1icon-:before {
    content: '\ea69';
}
/* '' */
.flag-emptyicon-:before {
    content: '\ea6a';
}
/* '' */
.flag-checkeredicon-:before {
    content: '\ea6b';
}
/* '' */
.thumbs-up-2icon-:before {
    content: '\ea6c';
}
/* '' */
.thumbs-down-1icon-:before {
    content: '\ea6d';
}
/* '' */
.thumbs-up-alticon-:before {
    content: '\ea6e';
}
/* '' */
.thumbs-down-alticon-:before {
    content: '\ea6f';
}
/* '' */
.download-2icon-:before {
    content: '\ea70';
}
/* '' */
.upload-2icon-:before {
    content: '\ea71';
}
/* '' */
.download-cloud-1icon-:before {
    content: '\ea72';
}
/* '' */
.upload-cloud-1icon-:before {
    content: '\ea73';
}
/* '' */
.reply-1icon-:before {
    content: '\ea74';
}
/* '' */
.reply-all-1icon-:before {
    content: '\ea75';
}
/* '' */
.forward-2icon-:before {
    content: '\ea76';
}
/* '' */
.quote-left-1icon-:before {
    content: '\ea77';
}
/* '' */
.quote-right-1icon-:before {
    content: '\ea78';
}
/* '' */
.code-1icon-:before {
    content: '\ea79';
}
/* '' */
.export-1icon-:before {
    content: '\ea7a';
}
/* '' */
.export-alticon-:before {
    content: '\ea7b';
}
/* '' */
.share-2icon-:before {
    content: '\ea7c';
}
/* '' */
.share-squaredicon-:before {
    content: '\ea7d';
}
/* '' */
.pencil-3icon-:before {
    content: '\ea7e';
}
/* '' */
.pencil-squaredicon-:before {
    content: '\ea7f';
}
/* '' */
.edit-1icon-:before {
    content: '\ea80';
}
/* '' */
.print-1icon-:before {
    content: '\ea81';
}
/* '' */
.retweet-2icon-:before {
    content: '\ea82';
}
/* '' */
.keyboardicon-:before {
    content: '\ea83';
}
/* '' */
.gamepadicon-:before {
    content: '\ea84';
}
/* '' */
.comment-4icon-:before {
    content: '\ea85';
}
/* '' */
.chat-2icon-:before {
    content: '\ea86';
}
/* '' */
.comment-emptyicon-:before {
    content: '\ea87';
}
/* '' */
.chat-emptyicon-:before {
    content: '\ea88';
}
/* '' */
.bell-1icon-:before {
    content: '\ea89';
}
/* '' */
.bell-alticon-:before {
    content: '\ea8a';
}
/* '' */
.bell-officon-:before {
    content: '\ea8b';
}
/* '' */
.bell-off-emptyicon-:before {
    content: '\ea8c';
}
/* '' */
.attention-alticon-:before {
    content: '\ea8d';
}
/* '' */
.attention-1icon-:before {
    content: '\ea8e';
}
/* '' */
.attention-circledicon-:before {
    content: '\ea8f';
}
/* '' */
.location-3icon-:before {
    content: '\ea90';
}
/* '' */
.directionicon-:before {
    content: '\ea91';
}
/* '' */
.compass-2icon-:before {
    content: '\ea92';
}
/* '' */
.trash-3icon-:before {
    content: '\ea93';
}
/* '' */
.trash-empty-1icon-:before {
    content: '\ea94';
}
/* '' */
.doc-4icon-:before {
    content: '\ea95';
}
/* '' */
.docsicon-:before {
    content: '\ea96';
}
/* '' */
.doc-texticon-:before {
    content: '\ea97';
}
/* '' */
.doc-inv-1icon-:before {
    content: '\ea98';
}
/* '' */
.doc-text-invicon-:before {
    content: '\ea99';
}
/* '' */
.file-pdficon-:before {
    content: '\ea9a';
}
/* '' */
.file-wordicon-:before {
    content: '\ea9b';
}
/* '' */
.file-excelicon-:before {
    content: '\ea9c';
}
/* '' */
.file-powerpointicon-:before {
    content: '\ea9d';
}
/* '' */
.file-imageicon-:before {
    content: '\ea9e';
}
/* '' */
.file-archiveicon-:before {
    content: '\ea9f';
}
/* '' */
.file-audioicon-:before {
    content: '\eaa0';
}
/* '' */
.file-videoicon-:before {
    content: '\eaa1';
}
/* '' */
.file-codeicon-:before {
    content: '\eaa2';
}
/* '' */
.folder-3icon-:before {
    content: '\eaa3';
}
/* '' */
.folder-open-1icon-:before {
    content: '\eaa4';
}
/* '' */
.folder-empty-1icon-:before {
    content: '\eaa5';
}
/* '' */
.folder-open-emptyicon-:before {
    content: '\eaa6';
}
/* '' */
.box-1icon-:before {
    content: '\eaa7';
}
/* '' */
.rss-3icon-:before {
    content: '\eaa8';
}
/* '' */
.rss-squaredicon-:before {
    content: '\eaa9';
}
/* '' */
.phone-1icon-:before {
    content: '\eaaa';
}
/* '' */
.phone-squaredicon-:before {
    content: '\eaab';
}
/* '' */
.faxicon-:before {
    content: '\eaac';
}
/* '' */
.menuicon-:before {
    content: '\eaad';
}
/* '' */
.cog-4icon-:before {
    content: '\eaae';
}
/* '' */
.cog-alticon-:before {
    content: '\eaaf';
}
/* '' */
.wrench-2icon-:before {
    content: '\eab0';
}
/* '' */
.slidersicon-:before {
    content: '\eab1';
}
/* '' */
.basket-1icon-:before {
    content: '\eab2';
}
/* '' */
.cart-plusicon-:before {
    content: '\eab3';
}
/* '' */
.cart-arrow-downicon-:before {
    content: '\eab4';
}
/* '' */
.calendar-3icon-:before {
    content: '\eab5';
}
/* '' */
.calendar-emptyicon-:before {
    content: '\eab6';
}
/* '' */
.loginicon-:before {
    content: '\eab7';
}
/* '' */
.logout-1icon-:before {
    content: '\eab8';
}
/* '' */
.mic-2icon-:before {
    content: '\eab9';
}
/* '' */
.muteicon-:before {
    content: '\eaba';
}
/* '' */
.volume-off-2icon-:before {
    content: '\eabb';
}
/* '' */
.volume-down-1icon-:before {
    content: '\eabc';
}
/* '' */
.volume-up-2icon-:before {
    content: '\eabd';
}
/* '' */
.headphones-2icon-:before {
    content: '\eabe';
}
/* '' */
.clock-4icon-:before {
    content: '\eabf';
}
/* '' */
.lightbulb-2icon-:before {
    content: '\eac0';
}
/* '' */
.block-3icon-:before {
    content: '\eac1';
}
/* '' */
.resize-full-3icon-:before {
    content: '\eac2';
}
/* '' */
.resize-full-alt-2icon-:before {
    content: '\eac3';
}
/* '' */
.resize-small-2icon-:before {
    content: '\eac4';
}
/* '' */
.resize-vertical-2icon-:before {
    content: '\eac5';
}
/* '' */
.resize-horizontal-2icon-:before {
    content: '\eac6';
}
/* '' */
.move-2icon-:before {
    content: '\eac7';
}
/* '' */
.zoom-in-1icon-:before {
    content: '\eac8';
}
/* '' */
.zoom-out-1icon-:before {
    content: '\eac9';
}
/* '' */
.down-circled2icon-:before {
    content: '\eaca';
}
/* '' */
.up-circled2icon-:before {
    content: '\eacb';
}
/* '' */
.left-circled2icon-:before {
    content: '\eacc';
}
/* '' */
.right-circled2icon-:before {
    content: '\eacd';
}
/* '' */
.down-diricon-:before {
    content: '\eace';
}
/* '' */
.up-diricon-:before {
    content: '\eacf';
}
/* '' */
.left-diricon-:before {
    content: '\ead0';
}
/* '' */
.right-diricon-:before {
    content: '\ead1';
}
/* '' */
.down-open-1icon-:before {
    content: '\ead2';
}
/* '' */
.left-open-2icon-:before {
    content: '\ead3';
}
/* '' */
.right-open-2icon-:before {
    content: '\ead4';
}
/* '' */
.up-open-1icon-:before {
    content: '\ead5';
}
/* '' */
.angle-lefticon-:before {
    content: '\ead6';
}
/* '' */
.angle-righticon-:before {
    content: '\ead7';
}
/* '' */
.angle-upicon-:before {
    content: '\ead8';
}
/* '' */
.angle-downicon-:before {
    content: '\ead9';
}
/* '' */
.angle-circled-lefticon-:before {
    content: '\eada';
}
/* '' */
.angle-circled-righticon-:before {
    content: '\eadb';
}
/* '' */
.angle-circled-upicon-:before {
    content: '\eadc';
}
/* '' */
.angle-circled-downicon-:before {
    content: '\eadd';
}
/* '' */
.angle-double-lefticon-:before {
    content: '\eade';
}
/* '' */
.angle-double-righticon-:before {
    content: '\eadf';
}
/* '' */
.angle-double-upicon-:before {
    content: '\eae0';
}
/* '' */
.angle-double-downicon-:before {
    content: '\eae1';
}
/* '' */
.down-2icon-:before {
    content: '\eae2';
}
/* '' */
.left-2icon-:before {
    content: '\eae3';
}
/* '' */
.right-2icon-:before {
    content: '\eae4';
}
/* '' */
.up-2icon-:before {
    content: '\eae5';
}
/* '' */
.down-bigicon-:before {
    content: '\eae6';
}
/* '' */
.left-bigicon-:before {
    content: '\eae7';
}
/* '' */
.right-bigicon-:before {
    content: '\eae8';
}
/* '' */
.up-bigicon-:before {
    content: '\eae9';
}
/* '' */
.right-hand-1icon-:before {
    content: '\eaea';
}
/* '' */
.left-hand-1icon-:before {
    content: '\eaeb';
}
/* '' */
.up-hand-1icon-:before {
    content: '\eaec';
}
/* '' */
.down-hand-1icon-:before {
    content: '\eaed';
}
/* '' */
.left-circled-1icon-:before {
    content: '\eaee';
}
/* '' */
.right-circled-1icon-:before {
    content: '\eaef';
}
/* '' */
.up-circled-1icon-:before {
    content: '\eaf0';
}
/* '' */
.down-circled-1icon-:before {
    content: '\eaf1';
}
/* '' */
.cw-2icon-:before {
    content: '\eaf2';
}
/* '' */
.ccwicon-:before {
    content: '\eaf3';
}
/* '' */
.arrows-cw-2icon-:before {
    content: '\eaf4';
}
/* '' */
.level-upicon-:before {
    content: '\eaf5';
}
/* '' */
.level-downicon-:before {
    content: '\eaf6';
}
/* '' */
.shuffle-1icon-:before {
    content: '\eaf7';
}
/* '' */
.exchangeicon-:before {
    content: '\eaf8';
}
/* '' */
.historyicon-:before {
    content: '\eaf9';
}
/* '' */
.expandicon-:before {
    content: '\eafa';
}
/* '' */
.collapseicon-:before {
    content: '\eafb';
}
/* '' */
.expand-righticon-:before {
    content: '\eafc';
}
/* '' */
.collapse-lefticon-:before {
    content: '\eafd';
}
/* '' */
.play-2icon-:before {
    content: '\eafe';
}
/* '' */
.play-circled-1icon-:before {
    content: '\eaff';
}
/* '' */
.play-circled2-1icon-:before {
    content: '\eb00';
}
/* '' */
.stop-2icon-:before {
    content: '\eb01';
}
/* '' */
.pause-2icon-:before {
    content: '\eb02';
}
/* '' */
.to-end-1icon-:before {
    content: '\eb03';
}
/* '' */
.to-end-alticon-:before {
    content: '\eb04';
}
/* '' */
.to-start-1icon-:before {
    content: '\eb05';
}
/* '' */
.to-start-alticon-:before {
    content: '\eb06';
}
/* '' */
.fast-fwicon-:before {
    content: '\eb07';
}
/* '' */
.fast-bwicon-:before {
    content: '\eb08';
}
/* '' */
.eject-2icon-:before {
    content: '\eb09';
}
/* '' */
.target-3icon-:before {
    content: '\eb0a';
}
/* '' */
.signal-3icon-:before {
    content: '\eb0b';
}
/* '' */
.wifiicon-:before {
    content: '\eb0c';
}
/* '' */
.awardicon-:before {
    content: '\eb0d';
}
/* '' */
.desktop-2icon-:before {
    content: '\eb0e';
}
/* '' */
.laptop-1icon-:before {
    content: '\eb0f';
}
/* '' */
.tableticon-:before {
    content: '\eb10';
}
/* '' */
.mobile-2icon-:before {
    content: '\eb11';
}
/* '' */
.inbox-2icon-:before {
    content: '\eb12';
}
/* '' */
.globe-2icon-:before {
    content: '\eb13';
}
/* '' */
.sunicon-:before {
    content: '\eb14';
}
/* '' */
.cloud-4icon-:before {
    content: '\eb15';
}
/* '' */
.flash-1icon-:before {
    content: '\eb16';
}
/* '' */
.moon-1icon-:before {
    content: '\eb17';
}
/* '' */
.umbrella-1icon-:before {
    content: '\eb18';
}
/* '' */
.flight-1icon-:before {
    content: '\eb19';
}
/* '' */
.fighter-jeticon-:before {
    content: '\eb1a';
}
/* '' */
.paper-plane-1icon-:before {
    content: '\eb1b';
}
/* '' */
.paper-plane-emptyicon-:before {
    content: '\eb1c';
}
/* '' */
.space-shuttleicon-:before {
    content: '\eb1d';
}
/* '' */
.leaf-1icon-:before {
    content: '\eb1e';
}
/* '' */
.font-2icon-:before {
    content: '\eb1f';
}
/* '' */
.bold-1icon-:before {
    content: '\eb20';
}
/* '' */
.mediumicon-:before {
    content: '\eb21';
}
/* '' */
.italic-1icon-:before {
    content: '\eb22';
}
/* '' */
.headericon-:before {
    content: '\eb23';
}
/* '' */
.paragraphicon-:before {
    content: '\eb24';
}
/* '' */
.text-height-1icon-:before {
    content: '\eb25';
}
/* '' */
.text-width-1icon-:before {
    content: '\eb26';
}
/* '' */
.align-left-1icon-:before {
    content: '\eb27';
}
/* '' */
.align-center-1icon-:before {
    content: '\eb28';
}
/* '' */
.align-right-1icon-:before {
    content: '\eb29';
}
/* '' */
.align-justify-1icon-:before {
    content: '\eb2a';
}
/* '' */
.list-3icon-:before {
    content: '\eb2b';
}
/* '' */
.indent-left-2icon-:before {
    content: '\eb2c';
}
/* '' */
.indent-right-2icon-:before {
    content: '\eb2d';
}
/* '' */
.list-bulleticon-:before {
    content: '\eb2e';
}
/* '' */
.list-numberedicon-:before {
    content: '\eb2f';
}
/* '' */
.strikeicon-:before {
    content: '\eb30';
}
/* '' */
.underlineicon-:before {
    content: '\eb31';
}
/* '' */
.superscripticon-:before {
    content: '\eb32';
}
/* '' */
.subscripticon-:before {
    content: '\eb33';
}
/* '' */
.tableicon-:before {
    content: '\eb34';
}
/* '' */
.columnsicon-:before {
    content: '\eb35';
}
/* '' */
.cropicon-:before {
    content: '\eb36';
}
/* '' */
.scissorsicon-:before {
    content: '\eb37';
}
/* '' */
.pasteicon-:before {
    content: '\eb38';
}
/* '' */
.briefcase-1icon-:before {
    content: '\eb39';
}
/* '' */
.suitcaseicon-:before {
    content: '\eb3a';
}
/* '' */
.ellipsisicon-:before {
    content: '\eb3b';
}
/* '' */
.ellipsis-verticon-:before {
    content: '\eb3c';
}
/* '' */
.off-1icon-:before {
    content: '\eb3d';
}
/* '' */
.road-1icon-:before {
    content: '\eb3e';
}
/* '' */
.list-alticon-:before {
    content: '\eb3f';
}
/* '' */
.qrcode-1icon-:before {
    content: '\eb40';
}
/* '' */
.barcode-1icon-:before {
    content: '\eb41';
}
/* '' */
.book-2icon-:before {
    content: '\eb42';
}
/* '' */
.ajusticon-:before {
    content: '\eb43';
}
/* '' */
.tint-1icon-:before {
    content: '\eb44';
}
/* '' */
.toggle-officon-:before {
    content: '\eb45';
}
/* '' */
.toggle-onicon-:before {
    content: '\eb46';
}
/* '' */
.check-1icon-:before {
    content: '\eb47';
}
/* '' */
.check-empty-1icon-:before {
    content: '\eb48';
}
/* '' */
.circleicon-:before {
    content: '\eb49';
}
/* '' */
.circle-emptyicon-:before {
    content: '\eb4a';
}
/* '' */
.circle-thinicon-:before {
    content: '\eb4b';
}
/* '' */
.circle-notchicon-:before {
    content: '\eb4c';
}
/* '' */
.dot-circledicon-:before {
    content: '\eb4d';
}
/* '' */
.asterisk-1icon-:before {
    content: '\eb4e';
}
/* '' */
.gift-1icon-:before {
    content: '\eb4f';
}
/* '' */
.fire-2icon-:before {
    content: '\eb50';
}
/* '' */
.magnet-1icon-:before {
    content: '\eb51';
}
/* '' */
.chart-bar-1icon-:before {
    content: '\eb52';
}
/* '' */
.chart-areaicon-:before {
    content: '\eb53';
}
/* '' */
.chart-pie-1icon-:before {
    content: '\eb54';
}
/* '' */
.chart-lineicon-:before {
    content: '\eb55';
}
/* '' */
.ticketicon-:before {
    content: '\eb56';
}
/* '' */
.credit-card-1icon-:before {
    content: '\eb57';
}
/* '' */
.floppyicon-:before {
    content: '\eb58';
}
/* '' */
.megaphone-2icon-:before {
    content: '\eb59';
}
/* '' */
.hdd-1icon-:before {
    content: '\eb5a';
}
/* '' */
.key-3icon-:before {
    content: '\eb5b';
}
/* '' */
.forkicon-:before {
    content: '\eb5c';
}
/* '' */
.rocketicon-:before {
    content: '\eb5d';
}
/* '' */
.bugicon-:before {
    content: '\eb5e';
}
/* '' */
.certificate-1icon-:before {
    content: '\eb5f';
}
/* '' */
.tasks-1icon-:before {
    content: '\eb60';
}
/* '' */
.filter-1icon-:before {
    content: '\eb61';
}
/* '' */
.beaker-1icon-:before {
    content: '\eb62';
}
/* '' */
.magicicon-:before {
    content: '\eb63';
}
/* '' */
.cabicon-:before {
    content: '\eb64';
}
/* '' */
.taxiicon-:before {
    content: '\eb65';
}
/* '' */
.truck-1icon-:before {
    content: '\eb66';
}
/* '' */
.busicon-:before {
    content: '\eb67';
}
/* '' */
.bicycleicon-:before {
    content: '\eb68';
}
/* '' */
.motorcycleicon-:before {
    content: '\eb69';
}
/* '' */
.trainicon-:before {
    content: '\eb6a';
}
/* '' */
.subwayicon-:before {
    content: '\eb6b';
}
/* '' */
.shipicon-:before {
    content: '\eb6c';
}
/* '' */
.money-1icon-:before {
    content: '\eb6d';
}
/* '' */
.euroicon-:before {
    content: '\eb6e';
}
/* '' */
.poundicon-:before {
    content: '\eb6f';
}
/* '' */
.dollaricon-:before {
    content: '\eb70';
}
/* '' */
.rupeeicon-:before {
    content: '\eb71';
}
/* '' */
.yenicon-:before {
    content: '\eb72';
}
/* '' */
.roubleicon-:before {
    content: '\eb73';
}
/* '' */
.shekelicon-:before {
    content: '\eb74';
}
/* '' */
.tryicon-:before {
    content: '\eb75';
}
/* '' */
.wonicon-:before {
    content: '\eb76';
}
/* '' */
.bitcoinicon-:before {
    content: '\eb77';
}
/* '' */
.viacoinicon-:before {
    content: '\eb78';
}
/* '' */
.sorticon-:before {
    content: '\eb79';
}
/* '' */
.sort-downicon-:before {
    content: '\eb7a';
}
/* '' */
.sort-upicon-:before {
    content: '\eb7b';
}
/* '' */
.sort-alt-upicon-:before {
    content: '\eb7c';
}
/* '' */
.sort-alt-downicon-:before {
    content: '\eb7d';
}
/* '' */
.sort-name-upicon-:before {
    content: '\eb7e';
}
/* '' */
.sort-name-downicon-:before {
    content: '\eb7f';
}
/* '' */
.sort-number-upicon-:before {
    content: '\eb80';
}
/* '' */
.sort-number-downicon-:before {
    content: '\eb81';
}
/* '' */
.hammericon-:before {
    content: '\eb82';
}
/* '' */
.gauge-1icon-:before {
    content: '\eb83';
}
/* '' */
.sitemapicon-:before {
    content: '\eb84';
}
/* '' */
.spinnericon-:before {
    content: '\eb85';
}
/* '' */
.coffeeicon-:before {
    content: '\eb86';
}
/* '' */
.food-1icon-:before {
    content: '\eb87';
}
/* '' */
.beericon-:before {
    content: '\eb88';
}
/* '' */
.user-mdicon-:before {
    content: '\eb89';
}
/* '' */
.stethoscopeicon-:before {
    content: '\eb8a';
}
/* '' */
.heartbeaticon-:before {
    content: '\eb8b';
}
/* '' */
.ambulanceicon-:before {
    content: '\eb8c';
}
/* '' */
.medkiticon-:before {
    content: '\eb8d';
}
/* '' */
.h-sighicon-:before {
    content: '\eb8e';
}
/* '' */
.bedicon-:before {
    content: '\eb8f';
}
/* '' */
.hospitalicon-:before {
    content: '\eb90';
}
/* '' */
.buildingicon-:before {
    content: '\eb91';
}
/* '' */
.building-filledicon-:before {
    content: '\eb92';
}
/* '' */
.bankicon-:before {
    content: '\eb93';
}
/* '' */
.smileicon-:before {
    content: '\eb94';
}
/* '' */
.frownicon-:before {
    content: '\eb95';
}
/* '' */
.mehicon-:before {
    content: '\eb96';
}
/* '' */
.anchoricon-:before {
    content: '\eb97';
}
/* '' */
.terminal-1icon-:before {
    content: '\eb98';
}
/* '' */
.erasericon-:before {
    content: '\eb99';
}
/* '' */
.puzzleicon-:before {
    content: '\eb9a';
}
/* '' */
.shieldicon-:before {
    content: '\eb9b';
}
/* '' */
.extinguishericon-:before {
    content: '\eb9c';
}
/* '' */
.bullseyeicon-:before {
    content: '\eb9d';
}
/* '' */
.wheelchairicon-:before {
    content: '\eb9e';
}
/* '' */
.languageicon-:before {
    content: '\eb9f';
}
/* '' */
.graduation-cap-1icon-:before {
    content: '\eba0';
}
/* '' */
.pawicon-:before {
    content: '\eba1';
}
/* '' */
.spoonicon-:before {
    content: '\eba2';
}
/* '' */
.cubeicon-:before {
    content: '\eba3';
}
/* '' */
.cubesicon-:before {
    content: '\eba4';
}
/* '' */
.recycleicon-:before {
    content: '\eba5';
}
/* '' */
.treeicon-:before {
    content: '\eba6';
}
/* '' */
.database-1icon-:before {
    content: '\eba7';
}
/* '' */
.servericon-:before {
    content: '\eba8';
}
/* '' */
.lifebuoyicon-:before {
    content: '\eba9';
}
/* '' */
.rebelicon-:before {
    content: '\ebaa';
}
/* '' */
.empireicon-:before {
    content: '\ebab';
}
/* '' */
.bombicon-:before {
    content: '\ebac';
}
/* '' */
.soccer-ballicon-:before {
    content: '\ebad';
}
/* '' */
.ttyicon-:before {
    content: '\ebae';
}
/* '' */
.binocularsicon-:before {
    content: '\ebaf';
}
/* '' */
.plugicon-:before {
    content: '\ebb0';
}
/* '' */
.newspapericon-:before {
    content: '\ebb1';
}
/* '' */
.calcicon-:before {
    content: '\ebb2';
}
/* '' */
.copyrighticon-:before {
    content: '\ebb3';
}
/* '' */
.at-1icon-:before {
    content: '\ebb4';
}
/* '' */
.eyedropper-1icon-:before {
    content: '\ebb5';
}
/* '' */
.brush-1icon-:before {
    content: '\ebb6';
}
/* '' */
.birthdayicon-:before {
    content: '\ebb7';
}
/* '' */
.diamond-1icon-:before {
    content: '\ebb8';
}
/* '' */
.street-viewicon-:before {
    content: '\ebb9';
}
/* '' */
.venusicon-:before {
    content: '\ebba';
}
/* '' */
.marsicon-:before {
    content: '\ebbb';
}
/* '' */
.mercuryicon-:before {
    content: '\ebbc';
}
/* '' */
.transgendericon-:before {
    content: '\ebbd';
}
/* '' */
.transgender-alticon-:before {
    content: '\ebbe';
}
/* '' */
.venus-doubleicon-:before {
    content: '\ebbf';
}
/* '' */
.mars-doubleicon-:before {
    content: '\ebc0';
}
/* '' */
.venus-marsicon-:before {
    content: '\ebc1';
}
/* '' */
.mars-strokeicon-:before {
    content: '\ebc2';
}
/* '' */
.mars-stroke-vicon-:before {
    content: '\ebc3';
}
/* '' */
.mars-stroke-hicon-:before {
    content: '\ebc4';
}
/* '' */
.neutericon-:before {
    content: '\ebc5';
}
/* '' */
.cc-visaicon-:before {
    content: '\ebc6';
}
/* '' */
.cc-mastercardicon-:before {
    content: '\ebc7';
}
/* '' */
.cc-discovericon-:before {
    content: '\ebc8';
}
/* '' */
.cc-amexicon-:before {
    content: '\ebc9';
}
/* '' */
.cc-paypalicon-:before {
    content: '\ebca';
}
/* '' */
.cc-stripeicon-:before {
    content: '\ebcb';
}
/* '' */
.adnicon-:before {
    content: '\ebcc';
}
/* '' */
.androidicon-:before {
    content: '\ebcd';
}
/* '' */
.angellisticon-:before {
    content: '\ebce';
}
/* '' */
.appleicon-:before {
    content: '\ebcf';
}
/* '' */
.behance-1icon-:before {
    content: '\ebd0';
}
/* '' */
.behance-squaredicon-:before {
    content: '\ebd1';
}
/* '' */
.bitbucketicon-:before {
    content: '\ebd2';
}
/* '' */
.bitbucket-squaredicon-:before {
    content: '\ebd3';
}
/* '' */
.buyselladsicon-:before {
    content: '\ebd4';
}
/* '' */
.cc-1icon-:before {
    content: '\ebd5';
}
/* '' */
.codeopenicon-:before {
    content: '\ebd6';
}
/* '' */
.connectdevelopicon-:before {
    content: '\ebd7';
}
/* '' */
.css3icon-:before {
    content: '\ebd8';
}
/* '' */
.dashcubeicon-:before {
    content: '\ebd9';
}
/* '' */
.delicious-1icon-:before {
    content: '\ebda';
}
/* '' */
.deviantart-1icon-:before {
    content: '\ebdb';
}
/* '' */
.digg-1icon-:before {
    content: '\ebdc';
}
/* '' */
.dribbble-1icon-:before {
    content: '\ebdd';
}
/* '' */
.dropboxicon-:before {
    content: '\ebde';
}
/* '' */
.drupalicon-:before {
    content: '\ebdf';
}
/* '' */
.facebook-1icon-:before {
    content: '\ebe0';
}
/* '' */
.facebook-squaredicon-:before {
    content: '\ebe1';
}
/* '' */
.facebook-officialicon-:before {
    content: '\ebe2';
}
/* '' */
.flickr-1icon-:before {
    content: '\ebe3';
}
/* '' */
.forumbeeicon-:before {
    content: '\ebe4';
}
/* '' */
.foursquare-1icon-:before {
    content: '\ebe5';
}
/* '' */
.git-squaredicon-:before {
    content: '\ebe6';
}
/* '' */
.giticon-:before {
    content: '\ebe7';
}
/* '' */
.github-1icon-:before {
    content: '\ebe8';
}
/* '' */
.github-squaredicon-:before {
    content: '\ebe9';
}
/* '' */
.github-circledicon-:before {
    content: '\ebea';
}
/* '' */
.gittipicon-:before {
    content: '\ebeb';
}
/* '' */
.googleicon-:before {
    content: '\ebec';
}
/* '' */
.gplusicon-:before {
    content: '\ebed';
}
/* '' */
.gplus-squaredicon-:before {
    content: '\ebee';
}
/* '' */
.gwalleticon-:before {
    content: '\ebef';
}
/* '' */
.hacker-newsicon-:before {
    content: '\ebf0';
}
/* '' */
.html5icon-:before {
    content: '\ebf1';
}
/* '' */
.instagram-1icon-:before {
    content: '\ebf2';
}
/* '' */
.ioxhosticon-:before {
    content: '\ebf3';
}
/* '' */
.joomlaicon-:before {
    content: '\ebf4';
}
/* '' */
.jsfiddleicon-:before {
    content: '\ebf5';
}
/* '' */
.lastfmicon-:before {
    content: '\ebf6';
}
/* '' */
.lastfm-squaredicon-:before {
    content: '\ebf7';
}
/* '' */
.leanpubicon-:before {
    content: '\ebf8';
}
/* '' */
.linkedin-squaredicon-:before {
    content: '\ebf9';
}
/* '' */
.linuxicon-:before {
    content: '\ebfa';
}
/* '' */
.linkedin-1icon-:before {
    content: '\ebfb';
}
/* '' */
.maxcdnicon-:before {
    content: '\ebfc';
}
/* '' */
.meanpathicon-:before {
    content: '\ebfd';
}
/* '' */
.openidicon-:before {
    content: '\ebfe';
}
/* '' */
.pagelinesicon-:before {
    content: '\ebff';
}
/* '' */
.paypalicon-:before {
    content: '\ec00';
}
/* '' */
.pied-piper-squaredicon-:before {
    content: '\ec01';
}
/* '' */
.pied-piper-alticon-:before {
    content: '\ec02';
}
/* '' */
.pinterest-1icon-:before {
    content: '\ec03';
}
/* '' */
.pinterest-circledicon-:before {
    content: '\ec04';
}
/* '' */
.pinterest-squaredicon-:before {
    content: '\ec05';
}
/* '' */
.qqicon-:before {
    content: '\ec06';
}
/* '' */
.reddit-1icon-:before {
    content: '\ec07';
}
/* '' */
.reddit-squaredicon-:before {
    content: '\ec08';
}
/* '' */
.renrenicon-:before {
    content: '\ec09';
}
/* '' */
.sellsyicon-:before {
    content: '\ec0a';
}
/* '' */
.shirtsinbulkicon-:before {
    content: '\ec0b';
}
/* '' */
.simplybuilticon-:before {
    content: '\ec0c';
}
/* '' */
.skyatlasicon-:before {
    content: '\ec0d';
}
/* '' */
.skype-2icon-:before {
    content: '\ec0e';
}
/* '' */
.slackicon-:before {
    content: '\ec0f';
}
/* '' */
.slideshare-1icon-:before {
    content: '\ec10';
}
/* '' */
.soundcloudicon-:before {
    content: '\ec11';
}
/* '' */
.spotifyicon-:before {
    content: '\ec12';
}
/* '' */
.stackexchangeicon-:before {
    content: '\ec13';
}
/* '' */
.stackoverflow-1icon-:before {
    content: '\ec14';
}
/* '' */
.steamicon-:before {
    content: '\ec15';
}
/* '' */
.steam-squaredicon-:before {
    content: '\ec16';
}
/* '' */
.stumbleupon-1icon-:before {
    content: '\ec17';
}
/* '' */
.stumbleupon-circledicon-:before {
    content: '\ec18';
}
/* '' */
.tencent-weiboicon-:before {
    content: '\ec19';
}
/* '' */
.trelloicon-:before {
    content: '\ec1a';
}
/* '' */
.tumblr-1icon-:before {
    content: '\ec1b';
}
/* '' */
.tumblr-squaredicon-:before {
    content: '\ec1c';
}
/* '' */
.twitchicon-:before {
    content: '\ec1d';
}
/* '' */
.twitter-squaredicon-:before {
    content: '\ec1e';
}
/* '' */
.twitter-1icon-:before {
    content: '\ec1f';
}
/* '' */
.vimeo-squaredicon-:before {
    content: '\ec20';
}
/* '' */
.vineicon-:before {
    content: '\ec21';
}
/* '' */
.vkontakte-1icon-:before {
    content: '\ec22';
}
/* '' */
.whatsappicon-:before {
    content: '\ec23';
}
/* '' */
.wechaticon-:before {
    content: '\ec24';
}
/* '' */
.weiboicon-:before {
    content: '\ec25';
}
/* '' */
.windowsicon-:before {
    content: '\ec26';
}
/* '' */
.wordpress-1icon-:before {
    content: '\ec27';
}
/* '' */
.xingicon-:before {
    content: '\ec28';
}
/* '' */
.xing-squaredicon-:before {
    content: '\ec29';
}
/* '' */
.yelpicon-:before {
    content: '\ec2a';
}
/* '' */
.youtube-2icon-:before {
    content: '\ec2b';
}
/* '' */
.yahooicon-:before {
    content: '\ec2c';
}
/* '' */
.youtube-squaredicon-:before {
    content: '\ec2d';
}
/* '' */
.youtube-playicon-:before {
    content: '\ec2e';
}
/* '' */
.blankicon-:before {
    content: '\ec2f';
}
/* '' */
.lemonicon-:before {
    content: '\ec30';
}
/* '' */



.require-red {
    color: #f60;
    font-family: serif;
    margin-right: 3px;
}
/* common */
.topbar-wrap {
    height: 50px;
    line-height: 50px;
    background: #1A1A1A;
}

.topbar-logo-wrap {
    float: left;
}

.topbar-inner {
    font-size: 18px;
    padding: 0 20px;
}

.topbar-logo {
    float: left;
    width: 150px;
    text-align: center;
}

.navbar-list {
    float: left;
}

.top-info-wrap {
    float: right;
}

.navbar-list {
}

    .navbar-list li {
        float: left;
    }

        .navbar-list li a {
            float: left;
            margin-right: 5px;
            padding: 0 25px;
            text-shadow: 1px 1px 1px #000;
        }

            .navbar-list li a:hover {
                background: #343434;
            }

            .navbar-list li a.on {
                color: #fff;
                text-shadow: 1px 1px 1px #003;
                background: #033b70;
            }

.top-info-list li {
    float: left;
}

    .top-info-list li a {
        float: left;
        margin-left: 5px;
        padding: 0 20px;
        display: inline;
        zoom: 1;
    }

        .top-info-list li a:hover {
            background: #343434;
        }

.btn {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top,#ffffff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#ffffff,#e6e6e6);
    background-image: -o-linear-gradient(top,#ffffff,#e6e6e6);
    background-image: linear-gradient(to bottom,#ffffff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

    .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
        color: #333333;
        background-color: #e6e6e6;
        *background-color: #d9d9d9;
    }

    .btn:active, .btn.active {
        background-color: #cccccc \9;
    }

    .btn:first-child {
        *margin-left: 0;
    }

    .btn:hover {
        color: #333333;
        text-decoration: none;
        background-position: 0 -15px;
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
    }

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn.active, .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
        box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    }

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #006dcc;
    *background-color: #0044cc;
    background-image: -moz-linear-gradient(top,#0088cc,#0044cc);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0044cc));
    background-image: -webkit-linear-gradient(top,#0088cc,#0044cc);
    background-image: -o-linear-gradient(top,#0088cc,#0044cc);
    background-image: linear-gradient(to bottom,#0088cc,#0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
        color: #ffffff;
        background-color: #0044cc;
        *background-color: #003bb3;
    }

    .btn-primary:active, .btn-primary.active {
        background-color: #003399 \9;
    }

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #faa732;
    *background-color: #f89406;
    background-image: -moz-linear-gradient(top,#fbb450,#f89406);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
    background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
    background-image: -o-linear-gradient(top,#fbb450,#f89406);
    background-image: linear-gradient(to bottom,#fbb450,#f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
        color: #ffffff;
        background-color: #f89406;
        *background-color: #df8505;
    }

    .btn-warning:active, .btn-warning.active {
        background-color: #c67605 \9;
    }

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
    background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
    background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
    background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
        color: #ffffff;
        background-color: #bd362f;
        *background-color: #a9302a;
    }

    .btn-danger:active, .btn-danger.active {
        background-color: #942a25 \9;
    }

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top,#62c462,#51a351);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
    background-image: -webkit-linear-gradient(top,#62c462,#51a351);
    background-image: -o-linear-gradient(top,#62c462,#51a351);
    background-image: linear-gradient(to bottom,#62c462,#51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
        color: #ffffff;
        background-color: #51a351;
        *background-color: #499249;
    }

    .btn-success:active, .btn-success.active {
        background-color: #408140 \9;
    }

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #49afcd;
    *background-color: #2f96b4;
    background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
    background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
    background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
    background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
        color: #ffffff;
        background-color: #2f96b4;
        *background-color: #2a85a0;
    }

    .btn-info:active, .btn-info.active {
        background-color: #24748c \9;
    }

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #363636;
    *background-color: #222222;
    background-image: -moz-linear-gradient(top,#444444,#222222);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#444444),to(#222222));
    background-image: -webkit-linear-gradient(top,#444444,#222222);
    background-image: -o-linear-gradient(top,#444444,#222222);
    background-image: linear-gradient(to bottom,#444444,#222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
        color: #ffffff;
        background-color: #222222;
        *background-color: #151515;
    }

    .btn-inverse:active, .btn-inverse.active {
        background-color: #080808 \9;
    }

.btn4 {
    width: 60px;
}

.btn5 {
    width: 80px;
}

.btn6 {
    width: 120px;
}

.btn7 {
    width: 130px;
}

.btn8 {
    width: 140px;
}

.btn9 {
    width: 160px;
}

.btn10 {
    width: 180px;
}

.btn50 {
    width: 50%;
}

.btn100 {
    width: 100%;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s,box-shadow linear 0.2s;
    -o-transition: border linear 0.2s,box-shadow linear 0.2s;
    transition: border linear 0.2s,box-shadow linear 0.2s;
}

    textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
        border-color: rgba(82,168,236,0.8);
        outline: 0;
        outline: thin dotted \9; /* IE6-9 */
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    }

.insert-tab {
    border-collapse: collapse;
    border: 1px solid #eee;
}

    .insert-tab th, .insert-tab td {
        border: 1px solid #eee;
    }

    .insert-tab tr {
        line-height: 40px;
    }

    .insert-tab th {
        text-align: right;
        font-weight: normal;
        padding-right: 10px;
        font-size: 14px;
    }

    .insert-tab td {
        text-align: left;
        padding-left: 10px;
    }

    .insert-tab span {
        color: #c00;
    }

.list-page {
    padding: 20px 0;
    text-align: center;
}

    .list-page a {
        margin: 0 5px;
        padding: 2px 7px;
        border: 1px solid #ccc;
        background: #f3f3f3;
    }

        .list-page a:hover {
            background: #e4e4e4;
            border: 1px solid #908f8f;
        }

    .list-page .current {
        margin: 0 5px;
        padding: 2px 7px;
        background: #f60;
        border: 1px solid #fe8101;
        color: #fff;
    }
