body {
    font-weight: 500;
}
.header.light-solid {
    border-color: transparent;
}

.header.minimized {
    border-color: rgba(0, 0, 0, 0.08);
}

.header .menu > li > a.small-nav {
    font-size: 12px;
    padding-right: 0px;
    font-weight: 400;
    opacity: 0.5 !important
}

.header .menu > li > a.small-nav:hover {
    opacity: 0.8 !important;
    color: #000 !important;
}

.header .menu > li > a.small-nav.first {
    padding-left: 25px
}

.header .menu > li > a.small-nav.last {
    padding-right: 3px;
}

.header.light-solid .menu > li > a:not(.btn):hover {
    opacity: 1;
    color: #4e3e88;
}

#side-menu ul > li > a.active {
    color: #2cabe3;
    font-weight: 500;
}

#side-menu .arrow {
    top: 17px;
}

.github {
    height: 694px;
}

.preview-selector {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transition: all 0.23s ease;
    cursor: pointer;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    height: 566px;
}

.preview-selector > span {
    display: block;
}

.preview-selector p {
    color: #626262;
}

.preview-selector.selected {
    background-color: #f5f5f5;
}

.preview-selector:hover {
}

.preview-selector .selecter-overlay {
    opacity: 0;
    visibility: hidden;
    display: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    transition: opacity 250ms ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.preview-selector .selecter-overlay .btn {
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
}

.preview-selector:hover .selecter-overlay {
    display: block;
    visibility: visible;
    opacity: 1;
}

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

.preview-item {
    width: 100%;
    height: 300px;
    position: relative;
}

.preview-item img {
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
}

.condensed-layout {
    background-color: #b1cff1;
}

.expanded-sidebar {
    background-color: #faeec8;
}

.horizontal-menu {
    background-color: #d4c6eb;
}

.horizontal-menu-condensed {
    background-color: #ebd1c6;
}

.light-dashboard {
    background-color: #ededed;
}

.coming-soon {
    background-color: #f5f5f5;
}

.license-text {
    font-size: 32px;
    padding: 0;
    line-height: 52px;
    margin-left: -2px;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.license-text:hover {
    color: #765ada !important;
}

.license-text i {
    font-size: 21px;
    margin-left: 10px;
}

.popover-content {
    padding: 0;
}

.license-selector {
    padding: 25px 20px;
    padding-bottom: 20px;
}

.license-selector:hover {
    background-color: #ededed
}

.badge {
    padding: 6px 8px;
    font-size: 12px;
    margin-left: 16px;
    font-weight: 400;
}

.badge-primary {
    background-color: #6b54bd;
}

.review-card {
    background-color: #fff;
    padding: 30px 28px 20px 25px;
    height: 215px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.review-card:before {
    position: absolute;
    background: url('../images/envato_logo.png');
    top: 23px;
    right: 26px;
    content: '';
    width: 19px;
    height: 22px;
}

.review-card p {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.56);
    height: 107px;
    overflow: hidden;
    text-align: left;
}

.review-card .date {
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.36);
}

.review-card h3 {
    font-size: 13px;
    padding-bottom: 10px;
    color: #000;
    line-height: 13px;
    margin-top: 0;
}

.pricing-table {
    background-color: #fff;
    border-radius: 3px;
    padding: 40px 54px 44px 50px;
}

.pricing-table h2 {
    font-size: 32px;
}

.pricing-table .price {
    font-size: 44px;
}

.pricing-table .price sup {
    font-size: 57%;
    font-weight: 600;
}

.pricing-table .row {
    margin-right: -5px;
    margin-left: -5px;
}

.preview-shots {
    height: 1300px;
}

.black-gradient {
    padding-top: 600px;
    margin-top: -420px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 68%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 68%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 68%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.header .btn {
    padding: 10px 14px !important;
    line-height: 12px;
    font-size: 14px !important
}

.header .menu > li.btnli {
    margin-right: 7px;
}

.header .btn-bordered.btn-black {
    border-color: #dedede;
    border-width: 1px;
    color: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
}

.header .btn-bordered.btn-black:hover {
    color: #fff;
}

.video-header-animation {
    -webkit-animation: jumbtronheader 19s infinite;
    -moz-animation: jumbtronheader 19s infinite;
    -o-animation: jumbtronheader 19s infinite;
    animation: jumbtronheader 19s infinite;
}

[data-pages-bg-image] > .bg-overlay {
    background: rgba(0, 0, 0, 0.7);
}

.design-macbook {
    position: absolute;
    left: -1200px;
    bottom: 0;
}

.dev-macbook {
    position: absolute;
    right: -50%;
}

.github_screenshot {
    position: absolute;
    right: -20%;
    bottom: -13%;
}

@keyframes jumbtronheader {
    0% {
        color: #000;
    }
    50% {
        color: #000;
    }
    60% {
        color: #fff;
    }
    70% {
        color: #fff;
    }
    100% {
        color: #000;
    }
}

@media (min-width: 1801px) {
    .dev-macbook {
        right: -30%;
    }

    .design-macbook {
        left: -1000px;
        bottom: 0;
    }

    .github_screenshot {
        right: -5%;
    }
}

@media (max-width: 1440px) {
    .github_screenshot {
        right: -30%;
    }

    .dev-macbook {
        right: -58%;
    }
}

@media (min-width: 1024px) {
    .preview-item img {
        width: auto;
        height: auto;
        bottom: 0;
    }
}

@media only screen and (max-width: 1367px) {
    .dev-macbook {
        right: -900px;
    }

    .design-macbook {
        left: -1300px;
        bottom: 0;
    }

    .github_screenshot {
        right: -50%;
    }
}

@media only screen and (max-width: 1100px) {
    .dev-macbook {
        right: -1100px;
    }

    .design-macbook {
        left: -1400px;
        bottom: 0;
    }

    .github_screenshot {
        right: -60%;
    }
}

@media (max-width: 991px) {
    .preview-item img {
        width: auto;
        height: auto;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .preview-selector > .preview-item {
        overflow: hidden;
    }

    .github {
        height: auto;
    }

    .github_screenshot {
        position: relative;
        top: auto;
        right: auto;
    }

    .header .header-inner .btn {
        margin: 20px;
    }

    .review-card {
        margin-bottom: 15px;
    }

    .header .menu > li > a.small-nav.first {
        padding-left: 35px !important;
    }

    .header .menu > li > a {
        position: relative;
        font-size: 15px !important;
        padding-right: 21px !important;
        display: block !important;
        opacity: 1 !important;
        font-weight: 300 !important;
    }
}

@media (max-width: 400px) {
    .preview-item img {
        bottom: -10%;
    }

    .license-text {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .jumbotron h1 {
        font-size: 26px;
        line-height: 41px;
    }

    .preview-item img {
        width: auto;
        height: auto;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 20%;
    }

    .pricing-table {
        padding: 21px;
    }

    .pricing-table h2 {
        font-size: 26px;
    }
}

.btn-bordered-black {
    border-color: #dedede;
    border-width: 1px;
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    transition: all 0.1s linear !important;
}

.btn-bordered-black.btn-primary:hover {
    background-color: #6b54bd;
    border-color: #6b54bd;
}

.bootstrap-tagsinput input {
    width:300px !important;
}

.text-block {
    z-index: 111;
}

.lh-fix {
    letter-spacing: 0.02em;
}

.lh-fix-alt {
    letter-spacing: 0.03em;
}

.muted-alt {
    opacity: 0.87
}

.m-b-8 {
    margin-bottom: 8px;
}

.b-grey-transparent {
    border-color: rgba(225, 255, 255, 0.2);
}

.copyright-links {
    display: inline;
}

.copyright-links li {
    display: inline-block;
    font-size: 11px;
    margin-right: 22px;
    font-weight: normal;
}

.copyright-links li a {
    color: #fff;
}

.rights-bar {
    color: #fff;
    opacity: 0.46;
    line-height: 16px;
    letter-spacing: 0.02em;
}

.opacity-5 {
    opacity: 0.5;
}

.p-b-200 {
    padding-bottom: 200px !important;
}

.pull-bottom {
    left: 0;
}

.flex-1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/** custom **/
td.details-control, td.details-control:hover {
    background: url('../images/details_open.png') no-repeat center center !important;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center !important;
}

.dataTables_processing {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    opacity: 0.6;
    text-align: center;
    padding: 10% 0;
    color: #000;
    font-size: 24px;
}

.sorting-source, .sorting-destination {
    border: 1px solid #eee;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
}
.sorting-source li, .sorting-destination li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    min-height: 20px;
}

.ui-state-default .fa{cursor: pointer;}
.ui-state-default{cursor: pointer;}
.ui-state-default:active{cursor: grabbing;}

.show-read-more .more-text{
    display: none;
}
table.dataTable {
    margin-top: 0px;
    margin-bottom: 0px;
}

table tbody {
    background-color: #FFFFFF;
}
.dataTables_info {
    width: 30%;
    float: left;
    font-weight: bold;
    margin-top: 20px;
}
.dataTables_paginate {
    float: left;
    margin-top: 20px;
    text-align: right;
    width: 70%;
    margin-top: 20px;
}
.dataTables_paginate a:not(.disabled) {
    cursor: pointer;
}
a.paginate_button {
    font-weight: bold;
    color:#cccccc;
    padding-left: 5px;
    padding-right: 5px;
}
a.paginate_button.current, .dataTables_paginate .paginate_button.previous,.dataTables_paginate .paginate_button.next {
    color:#444444;
}
.dataTables_paginate .paginate_button.previous {
    margin-right:20px;
}
.dataTables_paginate .paginate_button.next{
    margin-left:20px;
}
a.paginate_button.disabled {
    cursor: not-allowed;
    color:#cccccc !important;
}
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after {
    color: #fff;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
#data-table_length {
    position: absolute;
    top: 91px;
    margin-left: 239px;
}




#data-table_filter input {
    position: absolute;
    top: 86px;
    right: 314px;
    width: 200px;
    font-size: 13px;
    color: #4c5667;
    padding-left: 20px;
    padding-right: 40px;
    background: rgba(255, 255, 255, .9);
    box-shadow: none;
    height: 30px;
    font-weight: 600;
    width: 180px;
    padding-left: 30px !important;
    font-weight: normal !important;
    width: 210px !important;
    margin-top: 0 !important;
    display: inline-block;
    line-height: 30px;
    margin-top: 15px;
    border-radius: 0;
    box-shadow: none;
    color: #000000;
    height: 30px;
    max-width: 100%;
    padding: 7px 12px;
    transition: all 300ms linear 0s;
    border-radius: 0px;
    transition: .5s ease-out;

    background-image: url('data:image/svg+xml;utf8,<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" id="spyglass" viewBox="0 0 22 22" height="22" width="22"><path d="m 10.011718,5.0898489 c -2.7000005,0 -4.9003915,2.2004 -4.9003915,4.9003996 0,2.6999995 2.200391,4.8983995 4.9003915,4.8983995 1.154374,0 2.204251,-0.4184 3.042969,-1.0898 l 3.207031,3.1113 0.626953,-0.6465 -3.185547,-3.0879 c 0.743242,-0.8594 1.208984,-1.964 1.208984,-3.1854995 0,-2.6999996 -2.20039,-4.9003996 -4.90039,-4.9003996 z m 0,1 c 2.2,0 3.90039,1.7004 3.90039,3.9003996 0,2.1999995 -1.70039,3.8983995 -3.90039,3.8983995 -2.2000005,0 -3.9003915,-1.6984 -3.9003915,-3.8983995 0,-2.1999996 1.700391,-3.9003996 3.9003915,-3.9003996 z" style="fill:#808080"/></svg>');
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 0px 3px !important;
    padding-left: 22px;
}
#data-table_filter input::placeholder {
    color: #cccccc;
}
#data-table_filter input:active {
    border: #000000 1px solid;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

/**CARDS**/
#div-report .card{-webkit-box-shadow:none;box-shadow:none;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;position:relative;background-color:#fff;margin-bottom:20px;width:100%;}#div-report .card .card-header{background:transparent;border-radius:0px;border-bottom:0px;padding:20px 20px 7px 20px;position:relative;z-index:3;min-height:48px;}#div-report .card.card-header.separator:after{content:"";height:1px;background:rgba(0,0,0,0.08);left:16px;right:16px;position:absolute;bottom:0;}#div-report .card.card-header+.card-block{padding-top:0;}#div-report .card.card-header .card-title{font-family:'Montserrat';text-transform:uppercase;display:inline-block;letter-spacing:0.06em;font-size:10.5px;font-weight:500;margin:0;padding:0;line-height:normal;overflow:hidden;text-overflow:ellipsis;-webkit-text-stroke:0px;filter:alpha(opacity=40);-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease;}#div-report .card.card-header .card-controls{float:right;margin-top:-3px;}#div-report .card.card-header .card-controls ul{margin:0;padding:0;}#div-report .card.card-header .card-controls ul li{display:inline-block;list-style:none;line-height:0;}#div-report .card.card-header .card-controls:after{content:"";display:table;clear:both;}#div-report .card.card-header.card-header-hover .card-title{opacity:.4;}#div-report .card.card-header.card-header-hover:hover .card-title{opacity:1;}.card.card-default{border:1px solid rgba(230,230,230,0.7);}.card.card-default>.card-header{color:#333;}.card.card-bordered{border:1px solid rgba(225,225,225,0.7);}.card.card-borderless{border:none;}.card.card-condensed .card-header{padding:13px 13px 0 13px;min-height:30px;}.card.card-condensed .card-header .card-title{opacity:.4;}.card.card-condensed .card-block{padding:13px;}.card.card-hover .card-header .card-title{opacity:.4;}.card.card-hover:hover .card-header .card-title{opacity:1;}.card.card-transparent{background:transparent;border:none;-webkit-box-shadow:none;box-shadow:none;}.card.card-transparent .card-block{background:transparent;}.card.full-height{height:calc(100%);}.card.full-height .card-block{height:auto;width:100%;height:100%;}.card.card-featured{-webkit-box-shadow:-1px 1px 3px 0px rgba(121,129,135,0.14);box-shadow:-1px 1px 3px 0px rgba(121,129,135,0.14);width:calc(100% - 50px);float:right;}.card.card-featured .card-title h4{font-family:'Montserrat';font-size:16px;text-transform:uppercase;color:#e7e7e7;}.card.card-featured .card-block h3{line-height:34px;font-size:26px;}.card.card-featured .footer .username{line-height:8px;padding-top:10px;font-size:16px;}.card.card-featured .footer .buttons li{display:inline;list-style:none;font-weight:bold;margin-left:20px;}.card.card-featured .footer .buttons li:first-child{margin-left:0;}.card.card-featured .footer .buttons .heart{color:#f35958;}.card.card-featured .footer .buttons .comment{color:#575757;}.card.card-featured .ribbon{width:38px;height:38px;margin-left:-39px;float:left;-webkit-box-shadow:inset -3px 0px 3px 0px rgba(0,0,0,0.14);box-shadow:inset -3px 0px 3px 0px rgba(0,0,0,0.14);}.card.card-featured .ribbon.green{background:#37b0e9;}.card.card-featured .ribbon.blue{background:#1dbb99;}.card.hover-fill:hover{background:#e7e7e7;}.card.hover-stroke:hover{border:1px solid #e1e1e1;}#div-report .card.card-block{padding:20px;}#div-report .card.card-block.no-padding .row{margin-left:0;margin-right:0;}#div-report .card.card-block.no-bottom-padding{padding-bottom:0;}#div-report .card.card-block.no-top-padding{padding-top:0;}#div-report .card.card-block .title{margin-top:0px;}#div-report .card.card-block.scrollable{margin-bottom:20px;}.card-progress{background:rgba(255,255,255,0.8);bottom:0;left:0;position:absolute!important;right:0;top:0;display:none;z-index:2;}.card-progress>.progress,.card-progress>.progress.progress-small{height:3px;}.card-progress>.progress-circle-indeterminate,.card-progress>.card-bar-indeterminate{display:block;left:50%;margin-left:-17px;margin-top:-17px;position:absolute;top:50%;}.card-progress>.progress-circle-indeterminate{width:35px;height:35px;}.card-maximized{position:fixed!important;left:280px;top:59px;bottom:0;right:0;z-index:600;margin:0;width:auto;}#div-report .card.pgn-wrapper{position:absolute;z-index:602;}.card-header a:not(.btn){color:#575757!important;opacity:.4;padding-top:10px;padding-bottom:10px;}.card-header a:not(.btn).card-refresh{-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease;}.card-header a:not(.btn).card-refresh.refreshing{opacity:1;}.card-header .dropdown-menu{margin-top:5px;}.card-header .dropdown-menu .dropdown-item{padding:0 20px!important;}.card-header .dropdown-menu .dropdown-item:hover{opacity:1;background-color:transparent;}.card-header a[data-toggle]:hover{opacity:1;}.card-icon{-moz-osx-font-smoothing:grayscale;font-family:"pages-icon";font-style:normal;font-variant:normal;font-weight:normal;line-height:1;text-transform:none;}.card-icon-close:before{content:"\e60a";}.card-icon-maximize:before{content:"\e634";}.card-icon-refresh:before{content:"\e600";}.card-icon-collapse:before{content:"\e62c";}.card-icon-settings:before{content:"\e655";}.card-icon-refresh-lg-master,.card-icon-refresh-lg-white{width:15px;height:15px;display:block;background-size:cover;-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease;}.card-icon-refresh-lg-master.fade,.card-icon-refresh-lg-white.fade{opacity:0.1;}.card-icon-refresh-lg-master{background-image:url('../../img/progress/progress-circle-lg-master-static.svg');}.card-icon-refresh-lg-white{background-image:url('../../img/progress/progress-circle-lg-white-static.svg');}.card-icon-refresh-lg-master-animated,.card-icon-refresh-lg-white-animated{width:15px;height:15px;display:block;background-size:cover;opacity:0;-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease;}.card-icon-refresh-lg-master-animated.active,.card-icon-refresh-lg-white-animated.active{opacity:1;}.card-icon-refresh-lg-master-animated{background-image:url('../../img/progress/progress-circle-lg-master.svg');}.card-icon-refresh-lg-white-animated{background-image:url('../../img/progress/progress-circle-lg-white.svg');}.card-scroll{height:100px;}.sortable .card-header{cursor:move;}.ui-sortable-handle{transition:max-height 0.3s ease 0s;}.sortable .grid .grid-title{cursor:move;}.ui-sortable{min-height:0px!important;}.ui-sortable-placeholder{border:1px dotted black;visibility:visible!important;height:100%!important;}.ui-sortable-placeholder *{visibility:hidden;}.sortable-box-placeholder{background-color:#e7e7e7;border:1px dashed #e1e1e1;display:block;margin-top:0px!important;margin-bottom:24px!important;}.sortable-box-placeholder *{visibility:hidden;}.sortable .card{transition:none;}.sortable-column{padding-bottom:100px;}.demo-card-scrollable{height:158px;}.card-block{padding:15px;}

.icon-action-redo, .icon-action-undo, .icon-anchor, .icon-arrow-down, .icon-arrow-down-circle, .icon-arrow-left, .icon-arrow-left-circle, .icon-arrow-right, .icon-arrow-right-circle, .icon-arrow-up, .icon-arrow-up-circle, .icon-badge, .icon-bag, .icon-ban, .icon-basket, .icon-basket-loaded, .icon-bell, .icon-book-open, .icon-briefcase, .icon-bubble, .icon-bubbles, .icon-bulb, .icon-calculator, .icon-calender, .icon-call-end, .icon-call-in, .icon-call-out, .icon-camera, .icon-camrecorder, .icon-chart, .icon-check, .icon-chemistry, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-compass, .icon-control-end, .icon-control-forward, .icon-control-pause, .icon-control-play, .icon-control-rewind, .icon-control-start, .icon-credit-card, .icon-crop, .icon-cup, .icon-cursor, .icon-cursor-move, .icon-diamond, .icon-direction, .icon-directions, .icon-disc, .icon-dislike, .icon-doc, .icon-docs, .icon-drawar, .icon-drop, .icon-earphones, .icon-earphones-alt, .icon-emotsmile, .icon-energy, .icon-envelope, .icon-envelope-letter, .icon-envelope-open, .icon-equalizer, .icon-eye, .icon-eyeglass, .icon-feed, .icon-film, .icon-fire, .icon-flag, .icon-folder, .icon-folder-alt, .icon-frame, .icon-game-controller, .icon-ghost, .icon-globe, .icon-globe-alt, .icon-graduation, .icon-graph, .icon-grid, .icon-handbag, .icon-heart, .icon-home, .icon-hourglass, .icon-info, .icon-key, .icon-layers, .icon-like, .icon-link, .icon-list, .icon-location-pin, .icon-lock, .icon-lock-open, .icon-login, .icon-logout, .icon-loop, .icon-magic-wand, .icon-magnet, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-map, .icon-menu, .icon-microphone, .icon-mouse, .icon-music-tone, .icon-music-tone-alt, .icon-mustache, .icon-note, .icon-notebook, .icon-options, .icon-options-vertical, .icon-paper-clip, .icon-paper-plane, .icon-paypal, .icon-pencil, .icon-people, .icon-phone, .icon-picture, .icon-pie-chart, .icon-pin, .icon-plane, .icon-playlist, .icon-plus, .icon-power, .icon-present, .icon-printer, .icon-puzzle, .icon-question, .icon-refresh, .icon-reload, .icon-rocket, .icon-screen-desktop, .icon-screen-smartphone, .icon-screen-tablet, .icon-settings, .icon-share, .icon-share-alt, .icon-shield, .icon-shuffle, .icon-size-actual, .icon-size-fullscreen, .icon-social-behance, .icon-social-dribbble, .icon-social-dropbox, .icon-social-facebook, .icon-social-foursqare, .icon-social-github, .icon-social-gplus, .icon-social-instagram, .icon-social-linkedin, .icon-social-pintarest, .icon-social-reddit, .icon-social-skype, .icon-social-soundcloud, .icon-social-spotify, .icon-social-stumbleupon, .icon-social-tumblr, .icon-social-twitter, .icon-social-youtube, .icon-speech, .icon-speedometer, .icon-star, .icon-support, .icon-symble-female, .icon-symbol-male, .icon-tag, .icon-target, .icon-trash, .icon-trophy, .icon-umbrella, .icon-user, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-vector, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-wallet, .icon-wrench {
    font-family: simple-line-icons !important;
}
[class*=" ti-"], [class^=ti-] {
    font-family: themify !important;
}