@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@font-face {
    font-family: 'Kapra-Regular';
    src: url('../fonts/kapra-regular.eot');
    src: url('../fonts/kapra-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/kapra-regular.woff') format('woff'), url('../fonts/kapra-regular.ttf') format('truetype'), url('../fonts/kapra-regular.svg#kapra-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* GENERAL */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 30px;
    word-wrap: break-word;
    font-weight: 400;
    color: #6f6b80;
}

svg {
    fill: currentcolor;
    width: 15px;
    height: 15px;
}

img.svg {
    width: 15px;
    height: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.3;
    font-family: 'Kapra-Regular', Helvetica, Arial, Sans-Serif;
    color: var(--colorvariable);
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

a {
    cursor: pointer;
}

p {
    margin: 0;
}

blockquote {
    margin-bottom: 25px;
    border-left: 5px solid var(--maincolor);
    padding-left: 50px;
    font-size: 19px;
    font-style: italic;
    color: var(--colorvariable);
}

body .sppb-btn,
body .sppb-sp-slider-button .sp-slider-btn-text {
    text-decoration: none;
    color: #fff;
    background: transparent;
    display: inline-block;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    border-radius: 50px;
    border: 2px solid var(--maincolor);
    padding: 14px 48px 13px 48px;
    position: relative;
    overflow: hidden;
    line-height: 30px;
}

.sppb-btn span {
    position: relative;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.sppb-addon-optin-forms {
    padding: 0px;
}


/* */


/* HEADER */

#sp-header {
    position: absolute;
    height: auto;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    top: 0;
    left: 0;
    animation: none;
    background: transparent;
}

@media (max-width: 992px) {
    #sp-header {
        padding: 10px 20px 10px 20px;
    }
}

#sp-header.header-sticky {
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);*/
    animation: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    /* background: #fff; */
}


/*--MURO--*/

#sp-header.header-sticky .logo a img {
    opacity: 100%;
}

/*--END--*/

#sp-header>.row {
    -ms-flex-align: center !important;
    align-items: center !important;
}

#sp-header>.container>.container-inner>.row {
    -ms-flex-align: center !important;
    align-items: center !important;
}

#sp-header .logo {
    height: auto;
}

#sp-header .logo a img {
    display: inline-block;
    transition: all 0.3s ease-in-out 0s;
    height: auto;
    width: 171px;
    height: 86px;
    opacity: 0%;
}

.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span,
.sp-megamenu-parent>li:last-child>a {
    /*text-decoration: none;*/
    color: var(--colorvariable);
    font-family: 'Kapra-Regular', Helvetica, Arial, Sans-Serif;
    font-weight: 500;
    padding: 0px 0px;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 36px;
    line-height: 30px;
    margin: 0px 48px 0px 0px;
    text-transform: none;
}


#sp-header.header-sticky .sp-megamenu-parent>li>a,
#sp-header.header-sticky .sp-megamenu-parent>li>span,
#sp-header.header-sticky .sp-megamenu-parent>li:last-child>a {
    padding: 35px 0px;
}

@media (max-width: 1600px) {
    .sp-megamenu-parent>li>a,
    .sp-megamenu-parent>li>span,
    .sp-megamenu-parent>li:last-child>a {
        padding: 30px 0px;
        margin-right: 30px;
    }
    #sp-header.header-sticky .sp-megamenu-parent>li>a,
    #sp-header.header-sticky .sp-megamenu-parent>li>span,
    #sp-header.header-sticky .sp-megamenu-parent>li:last-child>a {
        padding: 25px 0px;
    }
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0 0, 0.2);
    padding: 15px 0px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    font-size: 16px;
    line-height: 1;
    display: block;
    cursor: pointer;
    color: var(--colorvariable);
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    padding: 8px 20px;
}

#offcanvas-toggler {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-size: 20px;
    position: relative;
    z-index: 22;
}

.burger-icon>span {
    background-color: var(--colorvariable);
}

#sp-header.header-sticky .burger-icon>span {
    background-color: var(--colorvariable);
}

.offcanvas-active .burger-icon>span,
#modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

@media (max-width: 992px) {
    .offcanvas-menu {
        background-color: #252525;
        color: #fff;
    }
    .offcanvas-menu .offcanvas-inner a {
        color: #fff;
    }
    .offcanvas-menu .offcanvas-inner a:hover,
    .offcanvas-menu .offcanvas-inner a:focus,
    .offcanvas-menu .offcanvas-inner a:active {
        color: #fff;
    }
    .offcanvas-menu .p-3 {
        padding: 0 !important;
    }
    .offcanvas-menu .offcanvas-inner .sp-module ul>li a,
    .offcanvas-menu .offcanvas-inner .sp-module ul>li span,
    .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>a>.menu-toggler,
    .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>.menu-separator>.menu-toggler,
    .offcanvas-menu .offcanvas-inner .sp-module ul>li ul li a,
    .offcanvas-menu .offcanvas-inner .sp-module ul>li a:hover,
    .offcanvas-menu .offcanvas-inner .sp-module ul>li a:focus,
    .offcanvas-menu .offcanvas-inner .sp-module ul>li span:hover,
    .offcanvas-menu .offcanvas-inner .sp-module ul>li span:focus {
        color: #fff;
    }
    .offcanvas-menu .logo {
        display: none;
    }
    .offcanvas-menu .offcanvas-inner {
        padding: 50px 25px;
    }
    .offcanvas-menu .offcanvas-inner ul.menu>li>a,
    .offcanvas-menu .offcanvas-inner ul.menu>li>span {
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .offcanvas-menu {
        background-color: #fff;
    }
    .offcanvas-menu .p-3 {
        padding: 0 !important;
    }
    .offcanvas-menu .logo {
        display: none;
    }
    .offcanvas-menu .menu {
        display: none !important;
    }
    .offcanvas-active .burger-icon>span,
    #modal-menu-toggler.active .burger-icon>span {
        background-color: var(--maincolor);
    }
    body.ltr.offcanvs-position-right .offcanvas-menu {
        right: -400px;
    }
    body.rtl.offcanvs-position-right .offcanvas-menu {
        left: -400px;
    }
    .offcanvas-menu {
        width: 400px;
    }
}


/* */


/* PAGE TITLE */

.sp-page-title {
    padding: 150px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    text-align: center;
}

.sp-page-title .sp-page-title-heading {
    font-weight: 600;
    font-size: 45px;
    line-height: 1.3;
    color: var(--colorvariable);
}

@media (max-width: 768px) {
    .sp-page-title .sp-page-title-heading {
        font-size: 38px;
    }
}

.sp-page-title .breadcrumb {
    line-height: 1;
    position: relative;
    margin: 0;
    margin-top: 5px;
    align-items: center;
    justify-content: center;
}

.sp-page-title .breadcrumb>li.float-start {
    display: none;
}

.sp-page-title .breadcrumb>li {
    font-size: 15px;
    color: #6f6b80;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    display: inline-block;
}

.sp-page-title .breadcrumb>li>a {
    font-size: 15px;
    color: #6f6b80;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    display: inline-block;
}

.sp-page-title .breadcrumb>li>a:hover {
    color: var(--maincolor);
}

.sp-page-title .breadcrumb-item+.breadcrumb-item {
    padding-left: 15px;
}

.sp-page-title .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 15px;
}

.sp-page-title .breadcrumb>span,
.sp-page-title .breadcrumb>li,
.sp-page-title .breadcrumb>li+li::before,
.sp-page-title .breadcrumb>li>a {
    color: #6f6b80;
}

.sp-page-title .breadcrumb>.active span {
    font-size: 15px;
    color: var(--maincolor);
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    display: inline-block;
}


/* */


/* CUSTOM CLASS */

.bubbles .sppb-container-inner,
.bubbles .sppb-row>div,
.bubbles .sppb-column,
.bubbles .sppb-column-addons {
    position: static;
}

.left_details {
    position: absolute !important;
    top: 50%;
    left: 45px;
    transform: translateY(-50%);
    margin-top: -10px;
    height: auto;
}

.right_details {
    position: absolute !important;
    top: 50%;
    right: 85px;
    transform: translateY(-50%);
    margin-top: -50px;
    height: auto;
}


/* */


/* PORTFOLIO */

.featherlight .featherlight-content {
    max-height: 95%;
    max-width: 55%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: transparent none repeat scroll 0 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter {
    padding: 78px 0px 56px 0px;
    margin: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li {
    display: block;
    margin: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li+li {
    margin-left: 50px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li>a {
    background: transparent;
    text-decoration: none;
    color: var(--colorvariable);
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a,
.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li:hover>a {
    background: transparent;
    color: var(--maincolor);
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper {
    border-radius: 12px;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle>div .sp-simpleportfolio-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle .sp-simpleportfolio-tags {
    font-family: "Poppins";
    font-weight: 500;
}


/* */

#sp-header.header-sticky~section#sp-main-body {
    padding-top: 0;
}

.com-content #sp-main-body,
.com-j2store #sp-main-body,
.com-tags #sp-main-body,
.com-search #sp-main-body,
.com-finder #sp-main-body {
    padding: 120px 0;
}

.com-content #sp-header.header-sticky~section#sp-main-body,
.com-j2store #sp-header.header-sticky~section#sp-main-body,
.com-tags #sp-header.header-sticky~section#sp-main-body,
.com-search #sp-header.header-sticky~section#sp-main-body,
.com-finder #sp-header.header-sticky~section#sp-main-body {
    padding-top: 120px;
}

.com-spsimpleportfolio #sp-main-body {
    padding: 0;
}

.com-spsimpleportfolio #sp-header.header-sticky~section#sp-main-body {
    padding-top: 0px;
}


/* SIDEBAR */

.sidebar-class .sppb-row-container {
    width: 100% !important;
}

.sidebar-class.com-sppagebuilder #sp-main-body {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .sidebar-class.com-sppagebuilder #sp-main-body {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .sidebar-class.com-sppagebuilder #sp-main-body {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .sidebar-class.com-sppagebuilder #sp-main-body {
        max-width: 1170px;
    }
}

.com-sppagebuilder #sp-right,
.com-sppagebuilder #sp-left {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}

#sp-left .sp-module,
#sp-right .sp-module {
    border: 0px solid #f3f3f3;
    padding: 0;
    border-radius: 0px;
}

#sp-left .sp-module ul>li,
#sp-right .sp-module ul>li {
    display: block;
    border-bottom: 0px solid #f3f3f3;
}


/* */


/* BLOG */

.article-list .article {
    padding: 0px;
    border: 0px solid #f5f5f5;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.3s ease-out;
}

.article-list .article .article-intro-image,
.article-list .article .article-featured-video,
.article-list .article .article-featured-audio,
.article-list .article .article-feature-gallery {
    margin: 0px;
    border-bottom: 0px solid #f5f5f5;
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 0;
}

.article-list .article .article-intro-image img,
.article-list .article .article-featured-video img,
.article-list .article .article-featured-audio img,
.article-list .article .article-feature-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.article-body {
    padding: 32px 0 0;
    position: relative;
}

.article-list .article .article-header h2 {
    display: inline-block;
    text-decoration: none;
    font-size: 32px;
    font-weight: 600;
    color: var(--colorvariable);
}

.article-list .article .article-header h2 a {
    color: inherit;
    transition: all 500ms ease;
}

.article-list .article .article-header h2 a:hover,
.article-info>span a:hover {
    color: var(--maincolor);
}

.article-info {
    display: flex;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 5px;
}

.article-info>span {
    font-family: 'Jost', sans-serif;
    position: relative;
    font-size: 16px;
    color: #6f6b80;
}

.article-info>span a {
    font-family: 'Jost', sans-serif;
    position: relative;
    font-size: 16px;
    color: #6f6b80;
}

.article-list .article .readmore {
    font-size: inherit;
    margin-top: 35px;
}

.article-list .article .readmore a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    border-radius: 50px;
    border: 2px solid var(--maincolor);
    padding: 12px 45px;
    position: relative;
    overflow: hidden;
    background: var(--maincolor);
}

.article-list .article .readmore a:hover {
    background: transparent;
    color: var(--colorvariable);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.page-link {
    list-style: none;
    display: inline-block;
    height: 50px;
    width: auto;
    background: #f8f8f8;
    border-radius: 50%;
    line-height: 37px;
    color: #6a727f;
    margin-top: 0px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    cursor: pointer;
    border: none;
    margin-right: 0;
    text-align: center;
}

.page-item.active .page-link,
.page-link:hover {
    z-index: 1;
    color: #fff !important;
    background-color: var(--maincolor);
    border-color: var(--maincolor);
}

.pagination-counter {
    margin-top: 40px;
}

.article iframe {
    z-index: 9 !important;
}


/* SINGLE ARTICLE */

.article-details {
    border-radius: 0px;
    overflow: hidden;
}

.article-details .sppb-row-container {
    padding: 0;
    max-width: 100%;
}

.article-details .article-can-edit {
    position: relative;
    margin-bottom: 0px;
}

.article-details .article-full-image img {
    display: inline-block;
    width: 100%;
    border-radius: 12px;
}

.article-details .article-info {
    margin-bottom: 5px;
}

.article-details .article-header h1,
.article-details .article-header h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.article-details .article-author-information {
    padding: 36px 50px;
    box-shadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 90px;
    margin-top: 90px;
}

.article-details .article-author-information img {
    margin-right: 20px;
    margin-bottom: 0px;
    border-radius: 50% !important;
    object-fit: cover;
    object-position: center;
}

.article-details .article-author-information h5 {
    font-size: 19px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #171d24;
    line-height: 28px;
    margin-bottom: 13px;
}

.article-details .article-author-information .author-bio {
    font-size: 17px;
    color: #6a737c;
    line-height: 28px;
}

.author-website,
.author-website a {
    color: #171d24;
    margin-left: 4px;
}

.author-website a:hover {
    color: var(--maincolor);
}

#article-comments {
    padding-top: 0;
    margin-top: 0px;
    border-top: 0px solid #f5f5f5;
}

.article-details .article-ratings-social-share {
    padding: 1rem 0;
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.article-social-share {
    float: none;
    margin-top: 35px;
}

.article-social-share .social-share-icon ul:before {
    content: "Share :";
    font-size: 17px;
    font-weight: 500;
    color: #171d24;
    margin-bottom: 0;
    display: inline-block
}

.article-social-share .social-share-icon ul li a {
    border: none;
    text-align: center;
    margin-left: 10px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: inherit;
    background: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: auto;
    height: auto;
}

.article-social-share .social-share-icon ul li a:hover {
    color: var(--maincolor);
}

ul.pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 25px 30px 25px;
    background-color: #111;
}


/* */


/* */


/* ANIMATIONS */

@keyframes anim_moveBottom {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(20px);
    }
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(60px);
    }
}

@keyframes animPulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}


/* */


/* IMPORT FONTELLO */

@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?26650032');
    src: url('../fonts/fontello.eot?26650032#iefix') format('embedded-opentype'), url('../fonts/fontello.woff2?26650032') format('woff2'), url('../fonts/fontello.woff?26650032') format('woff'), url('../fonts/fontello.ttf?26650032') format('truetype'), url('../fonts/fontello.svg?26650032#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */


/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */


/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?26650032#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    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); */
}

.icon-wrench-1:before {
    content: '\e013';
}


/* '' */

.icon-basket-circled:before {
    content: '\e014';
}


/* '' */

.icon-folder:before {
    content: '\e015';
}


/* '' */

.icon-doc-new-circled:before {
    content: '\e016';
}


/* '' */

.icon-cogs:before {
    content: '\e020';
}


/* '' */

.icon-wrench:before {
    content: '\e021';
}


/* '' */

.icon-rss:before {
    content: '\e028';
}


/* '' */

.icon-folder-open:before {
    content: '\e029';
}


/* '' */

.icon-wrench-outline:before {
    content: '\e02f';
}


/* '' */

.icon-calendar:before {
    content: '\e054';
}


/* '' */

.icon-doc:before {
    content: '\e06c';
}


/* '' */

.icon-trash-circled:before {
    content: '\e06d';
}


/* '' */

.icon-doc-new:before {
    content: '\e07d';
}


/* '' */

.icon-doc-circled:before {
    content: '\e07e';
}


/* '' */

.icon-basket-2:before {
    content: '\e091';
}


/* '' */

.icon-folder-circled:before {
    content: '\e09d';
}


/* '' */

.icon-basket:before {
    content: '\e0c3';
}


/* '' */

.icon-wrench-circled:before {
    content: '\e0c4';
}


/* '' */

.icon-cog:before {
    content: '\e0e6';
}


/* '' */

.icon-phone-circled:before {
    content: '\e0f3';
}


/* '' */

.icon-phone:before {
    content: '\e0f4';
}


/* '' */

.icon-cog-circled:before {
    content: '\e101';
}


/* '' */

.icon-folder-close:before {
    content: '\e102';
}


/* '' */

.icon-right-small:before {
    content: '\e800';
}


/* '' */

.icon-down-dir:before {
    content: '\e801';
}


/* '' */

.icon-up-dir:before {
    content: '\e802';
}


/* '' */

.icon-left-dir:before {
    content: '\e803';
}


/* '' */

.icon-right-dir:before {
    content: '\e804';
}


/* '' */

.icon-down-open:before {
    content: '\e805';
}


/* '' */

.icon-left-open:before {
    content: '\e806';
}


/* '' */

.icon-right-open:before {
    content: '\e807';
}


/* '' */

.icon-up-open:before {
    content: '\e808';
}


/* '' */

.icon-down-big:before {
    content: '\e809';
}


/* '' */

.icon-left-big:before {
    content: '\e80a';
}


/* '' */

.icon-right-big:before {
    content: '\e80b';
}


/* '' */

.icon-up-big:before {
    content: '\e80c';
}


/* '' */

.icon-arrows-cw:before {
    content: '\e80d';
}


/* '' */

.icon-ccw:before {
    content: '\e80e';
}


/* '' */

.icon-print-1:before {
    content: '\e80f';
}


/* '' */

.icon-twitter-5:before {
    content: '\e80f';
}


/* '' */

.icon-attach-1:before {
    content: '\e810';
}


/* '' */

.icon-twitter-rect:before {
    content: '\e810';
}


/* '' */

.icon-videocam-2:before {
    content: '\e811';
}


/* '' */

.icon-ok-outline:before {
    content: '\e811';
}


/* '' */

.icon-picture-outline:before {
    content: '\e812';
}


/* '' */

.icon-th-large-1:before {
    content: '\e812';
}


/* '' */

.icon-camera-outline:before {
    content: '\e813';
}


/* '' */

.icon-th-outline:before {
    content: '\e813';
}


/* '' */

.icon-export-1:before {
    content: '\e814';
}


/* '' */

.icon-lock-filled:before {
    content: '\e814';
}


/* '' */

.icon-code-2:before {
    content: '\e815';
}


/* '' */

.icon-menu-outline:before {
    content: '\e815';
}


/* '' */

.icon-folder-1:before {
    content: '\e816';
}


/* '' */

.icon-looped-square-interest:before {
    content: '\e816';
}


/* '' */

.icon-arrows-cw-2:before {
    content: '\e817';
}


/* '' */

.icon-rss-2:before {
    content: '\e817';
}


/* '' */

.icon-loop-2:before {
    content: '\e818';
}


/* '' */

.icon-link-outline:before {
    content: '\e818';
}


/* '' */

.icon-resize-normal-outline:before {
    content: '\e819';
}


/* '' */

.icon-star-circled:before {
    content: '\e819';
}


/* '' */

.icon-folder-add:before {
    content: '\e81a';
}


/* '' */

.icon-braille:before {
    content: '\e81a';
}


/* '' */

.icon-user-delete:before {
    content: '\e81b';
}


/* '' */

.icon-compass:before {
    content: '\e81b';
}


/* '' */

.icon-lock-1:before {
    content: '\e81c';
}


/* '' */

.icon-user-add-outline:before {
    content: '\e81c';
}


/* '' */

.icon-bookmark:before {
    content: '\e81d';
}


/* '' */

.icon-forward-outline:before {
    content: '\e81d';
}


/* '' */

.icon-flag:before {
    content: '\e81e';
}


/* '' */

.icon-minus-outline:before {
    content: '\e81e';
}


/* '' */

.icon-floppy:before {
    content: '\e81f';
}


/* '' */

.icon-clock-1:before {
    content: '\e81f';
}


/* '' */

.icon-megaphone:before {
    content: '\e820';
}


/* '' */

.icon-volume-low:before {
    content: '\e820';
}


/* '' */

.icon-key:before {
    content: '\e821';
}


/* '' */

.icon-brush-1:before {
    content: '\e821';
}


/* '' */

.icon-globe-alt:before {
    content: '\e822';
}


/* '' */

.icon-compass-circled:before {
    content: '\e822';
}


/* '' */

.icon-fast-fw-1:before {
    content: '\e823';
}


/* '' */

.icon-star-empty:before {
    content: '\e823';
}


/* '' */

.icon-rewind-outline:before {
    content: '\e824';
}


/* '' */

.icon-user:before {
    content: '\e824';
}


/* '' */

.icon-flash-1:before {
    content: '\e825';
}


/* '' */

.icon-group:before {
    content: '\e825';
}


/* '' */

.icon-moon-1:before {
    content: '\e826';
}


/* '' */

.icon-trash:before {
    content: '\e826';
}


/* '' */

.icon-gift:before {
    content: '\e827';
}


/* '' */

.icon-cloud-1:before {
    content: '\e827';
}


/* '' */

.icon-adjust:before {
    content: '\e827';
}


/* '' */

.icon-cancel-circled2:before {
    content: '\e828';
}


/* '' */

.icon-flash-outline:before {
    content: '\e828';
}


/* '' */

.icon-volume-up:before {
    content: '\e828';
}


/* '' */

.icon-comment-1:before {
    content: '\e829';
}


/* '' */

.icon-zoom-out-2:before {
    content: '\e829';
}


/* '' */

.icon-zoom-out:before {
    content: '\e829';
}


/* '' */

.icon-chat-1:before {
    content: '\e82a';
}


/* '' */

.icon-popup-4:before {
    content: '\e82a';
}


/* '' */

.icon-down-circled:before {
    content: '\e82a';
}


/* '' */

.icon-bell-1:before {
    content: '\e82b';
}


/* '' */

.icon-lock-open-filled:before {
    content: '\e82b';
}


/* '' */

.icon-left-circled:before {
    content: '\e82b';
}


/* '' */

.icon-stumbleupon-circled:before {
    content: '\e82c';
}


/* '' */

.icon-pin-outline:before {
    content: '\e82c';
}


/* '' */

.icon-record-1:before {
    content: '\e82c';
}


/* '' */

.icon-lastfm-1:before {
    content: '\e82d';
}


/* '' */

.icon-chat-1:before {
    content: '\e82d';
}


/* '' */

.icon-eject-outline:before {
    content: '\e82d';
}


/* '' */

.icon-lastfm-circled:before {
    content: '\e82e';
}


/* '' */

.icon-chat-alt:before {
    content: '\e82e';
}


/* '' */

.icon-cloud-sun:before {
    content: '\e82e';
}


/* '' */

.icon-plus-1:before {
    content: '\e82f';
}


/* '' */

.icon-menu-2:before {
    content: '\e82f';
}


/* '' */

.icon-clock:before {
    content: '\e82f';
}


/* '' */

.icon-plus-circled:before {
    content: '\e830';
}


/* '' */

.icon-edit-2:before {
    content: '\e830';
}


/* '' */

.icon-clock-circled:before {
    content: '\e830';
}


/* '' */

.icon-hammer:before {
    content: '\e831';
}


/* '' */

.icon-down-1:before {
    content: '\e831';
}


/* '' */

.icon-megaphone:before {
    content: '\e831';
}


/* '' */

.icon-home-1:before {
    content: '\e832';
}


/* '' */

.icon-left-1:before {
    content: '\e832';
}


/* '' */

.icon-up-circled:before {
    content: '\e832';
}


/* '' */

.icon-cog-1:before {
    content: '\e833';
}


/* '' */

.icon-right-1:before {
    content: '\e833';
}


/* '' */

.icon-shuffle:before {
    content: '\e833';
}


/* '' */

.icon-cog-alt:before {
    content: '\e834';
}


/* '' */

.icon-up-1:before {
    content: '\e834';
}


/* '' */

.icon-play:before {
    content: '\e834';
}


/* '' */

.icon-basket:before {
    content: '\e835';
}


/* '' */

.icon-down-bold:before {
    content: '\e835';
}


/* '' */

.icon-play-circled2:before {
    content: '\e835';
}


/* '' */

.icon-flickr-1:before {
    content: '\e836';
}


/* '' */

.icon-left-bold:before {
    content: '\e836';
}


/* '' */

.icon-help:before {
    content: '\e836';
}


/* '' */

.icon-github-circled-1:before {
    content: '\e837';
}


/* '' */

.icon-right-bold:before {
    content: '\e837';
}


/* '' */

.icon-help-circled:before {
    content: '\e837';
}


/* '' */

.icon-lastfm-circled-1:before {
    content: '\e838';
}


/* '' */

.icon-up-bold:before {
    content: '\e838';
}


/* '' */

.icon-info-circled:before {
    content: '\e838';
}


/* '' */

.icon-info-circled-1:before {
    content: '\e839';
}


/* '' */

.icon-down-fat:before {
    content: '\e839';
}


/* '' */

.icon-up-hand:before {
    content: '\e839';
}


/* '' */

.icon-minus-circled:before {
    content: '\e83a';
}


/* '' */

.icon-right-fat:before {
    content: '\e83a';
}


/* '' */

.icon-cw:before {
    content: '\e83a';
}


/* '' */

.icon-rdio-circled:before {
    content: '\e83b';
}


/* '' */

.icon-list-alt:before {
    content: '\e83b';
}


/* '' */

.icon-up-fat:before {
    content: '\e83b';
}


/* '' */

.icon-folder-1:before {
    content: '\e83c';
}


/* '' */

.icon-aboveground-rail:before {
    content: '\e83c';
}


/* '' */

.icon-pause-circled:before {
    content: '\e83c';
}


/* '' */

.icon-minus:before {
    content: '\e83d';
}


/* '' */

.icon-airfield:before {
    content: '\e83d';
}


/* '' */

.icon-thumbs-up:before {
    content: '\e83e';
}


/* '' */

.icon-airport:before {
    content: '\e83e';
}


/* '' */

.icon-thumbs-down:before {
    content: '\e83f';
}


/* '' */

.icon-art-gallery:before {
    content: '\e83f';
}


/* '' */

.icon-download-1:before {
    content: '\e840';
}


/* '' */

.icon-bar:before {
    content: '\e840';
}


/* '' */

.icon-upload-1:before {
    content: '\e841';
}


/* '' */

.icon-baseball:before {
    content: '\e841';
}


/* '' */

.icon-forward:before {
    content: '\e842';
}


/* '' */

.icon-basketball:before {
    content: '\e842';
}


/* '' */

.icon-pencil-1:before {
    content: '\e843';
}


/* '' */

.icon-beer:before {
    content: '\e843';
}


/* '' */

.icon-edit:before {
    content: '\e844';
}


/* '' */

.icon-belowground-rail:before {
    content: '\e844';
}


/* '' */

.icon-eject:before {
    content: '\e845';
}


/* '' */

.icon-bicycle:before {
    content: '\e845';
}


/* '' */

.icon-flight:before {
    content: '\e846';
}


/* '' */

.icon-bus:before {
    content: '\e846';
}


/* '' */

.icon-th:before {
    content: '\e847';
}


/* '' */

.icon-cafe:before {
    content: '\e847';
}


/* '' */

.icon-th-list-1:before {
    content: '\e848';
}


/* '' */

.icon-campsite:before {
    content: '\e848';
}


/* '' */

.icon-ok-1:before {
    content: '\e849';
}


/* '' */

.icon-cemetery:before {
    content: '\e849';
}


/* '' */

.icon-ok-circled-1:before {
    content: '\e84a';
}


/* '' */

.icon-cinema:before {
    content: '\e84a';
}


/* '' */

.icon-ok-circled2:before {
    content: '\e84b';
}


/* '' */

.icon-college:before {
    content: '\e84b';
}


/* '' */

.icon-tags:before {
    content: '\e84c';
}


/* '' */

.icon-commerical-building:before {
    content: '\e84c';
}


/* '' */

.icon-tag:before {
    content: '\e84d';
}


/* '' */

.icon-credit-card:before {
    content: '\e84d';
}


/* '' */

.icon-eye-off:before {
    content: '\e84e';
}


/* '' */

.icon-cricket:before {
    content: '\e84e';
}


/* '' */

.icon-eye-1:before {
    content: '\e84f';
}


/* '' */

.icon-embassy:before {
    content: '\e84f';
}


/* '' */

.icon-lock-open-1:before {
    content: '\e850';
}


/* '' */

.icon-fast-food:before {
    content: '\e850';
}


/* '' */

.icon-ferry:before {
    content: '\e851';
}


/* '' */

.icon-quote-circled:before {
    content: '\e851';
}


/* '' */

.icon-fire-station:before {
    content: '\e852';
}


/* '' */

.icon-export:before {
    content: '\e852';
}


/* '' */

.icon-football:before {
    content: '\e853';
}


/* '' */

.icon-pencil:before {
    content: '\e853';
}


/* '' */

.icon-fuel:before {
    content: '\e854';
}


/* '' */

.icon-pencil-circled:before {
    content: '\e854';
}


/* '' */

.icon-garden:before {
    content: '\e855';
}


/* '' */

.icon-edit:before {
    content: '\e855';
}


/* '' */

.icon-giraffe:before {
    content: '\e856';
}


/* '' */

.icon-edit-circled:before {
    content: '\e856';
}


/* '' */

.icon-golf:before {
    content: '\e857';
}


/* '' */

.icon-edit-alt:before {
    content: '\e857';
}


/* '' */

.icon-grocery-store:before {
    content: '\e858';
}


/* '' */

.icon-print:before {
    content: '\e858';
}


/* '' */

.icon-harbor:before {
    content: '\e859';
}


/* '' */

.icon-retweet:before {
    content: '\e859';
}


/* '' */

.icon-heliport:before {
    content: '\e85a';
}


/* '' */

.icon-comment:before {
    content: '\e85a';
}


/* '' */

.icon-hospital:before {
    content: '\e85b';
}


/* '' */

.icon-comment-alt:before {
    content: '\e85b';
}


/* '' */

.icon-up-circled2:before {
    content: '\e85c';
}


/* '' */

.icon-industrial-building:before {
    content: '\e85c';
}


/* '' */

.icon-signal:before {
    content: '\e85c';
}


/* '' */

.icon-down-circled2:before {
    content: '\e85d';
}


/* '' */

.icon-library:before {
    content: '\e85d';
}


/* '' */

.icon-desktop:before {
    content: '\e85d';
}


/* '' */

.icon-left-hand:before {
    content: '\e85e';
}


/* '' */

.icon-lodging:before {
    content: '\e85e';
}


/* '' */

.icon-laptop:before {
    content: '\e85e';
}


/* '' */

.icon-skype-outline:before {
    content: '\e85f';
}


/* '' */

.icon-london-underground:before {
    content: '\e85f';
}


/* '' */

.icon-error:before {
    content: '\e85f';
}


/* '' */

.icon-tumbler-circled:before {
    content: '\e860';
}


/* '' */

.icon-minefield:before {
    content: '\e860';
}


/* '' */

.icon-error-alt:before {
    content: '\e860';
}


/* '' */

.icon-tumbler:before {
    content: '\e861';
}


/* '' */

.icon-monument:before {
    content: '\e861';
}


/* '' */

.icon-location:before {
    content: '\e861';
}


/* '' */

.icon-dribbble-circled-1:before {
    content: '\e862';
}


/* '' */

.icon-right-open-outline:before {
    content: '\e862';
}


/* '' */

.icon-museum:before {
    content: '\e862';
}


/* '' */

.icon-volume-off:before {
    content: '\e863';
}


/* '' */

.icon-pharmacy:before {
    content: '\e863';
}


/* '' */

.icon-inbox-circled:before {
    content: '\e863';
}


/* '' */

.icon-attention-circled:before {
    content: '\e864';
}


/* '' */

.icon-pitch:before {
    content: '\e864';
}


/* '' */

.icon-laptop-circled:before {
    content: '\e864';
}


/* '' */

.icon-attention-1:before {
    content: '\e865';
}


/* '' */

.icon-police:before {
    content: '\e865';
}


/* '' */

.icon-network:before {
    content: '\e865';
}


/* '' */

.icon-post:before {
    content: '\e866';
}


/* '' */

.icon-attach:before {
    content: '\e866';
}


/* '' */

.icon-prison:before {
    content: '\e867';
}


/* '' */

.icon-attach-circled:before {
    content: '\e867';
}


/* '' */

.icon-rail:before {
    content: '\e868';
}


/* '' */

.icon-lock:before {
    content: '\e868';
}


/* '' */

.icon-religious-christian:before {
    content: '\e869';
}


/* '' */

.icon-lock-circled:before {
    content: '\e869';
}


/* '' */

.icon-religious-islam:before {
    content: '\e86a';
}


/* '' */

.icon-lock-open:before {
    content: '\e86a';
}


/* '' */

.icon-religious-jewish:before {
    content: '\e86b';
}


/* '' */

.icon-lock-open-alt:before {
    content: '\e86b';
}


/* '' */

.icon-restaurant:before {
    content: '\e86c';
}


/* '' */

.icon-eye:before {
    content: '\e86c';
}


/* '' */

.icon-roadblock:before {
    content: '\e86d';
}


/* '' */

.icon-eye-off:before {
    content: '\e86d';
}


/* '' */

.icon-school:before {
    content: '\e86e';
}


/* '' */

.icon-tag:before {
    content: '\e86e';
}


/* '' */

.icon-shop:before {
    content: '\e86f';
}


/* '' */

.icon-tags:before {
    content: '\e86f';
}


/* '' */

.icon-skiing:before {
    content: '\e870';
}


/* '' */

.icon-bookmark:before {
    content: '\e870';
}


/* '' */

.icon-soccer:before {
    content: '\e871';
}


/* '' */

.icon-bookmark-empty:before {
    content: '\e871';
}


/* '' */

.icon-swimming:before {
    content: '\e872';
}


/* '' */

.icon-flag:before {
    content: '\e872';
}


/* '' */

.icon-tennis:before {
    content: '\e873';
}


/* '' */

.icon-flag-circled:before {
    content: '\e873';
}


/* '' */

.icon-theatre:before {
    content: '\e874';
}


/* '' */

.icon-thumbs-up:before {
    content: '\e874';
}


/* '' */

.icon-toilet:before {
    content: '\e875';
}


/* '' */

.icon-thumbs-down:before {
    content: '\e875';
}


/* '' */

.icon-town-hall:before {
    content: '\e876';
}


/* '' */

.icon-download:before {
    content: '\e876';
}


/* '' */

.icon-trash-2:before {
    content: '\e877';
}


/* '' */

.icon-download-alt:before {
    content: '\e877';
}


/* '' */

.icon-tree-1:before {
    content: '\e878';
}


/* '' */

.icon-upload:before {
    content: '\e878';
}


/* '' */

.icon-tree-2:before {
    content: '\e879';
}


/* '' */

.icon-quote:before {
    content: '\e879';
}


/* '' */

.icon-award:before {
    content: '\e87a';
}


/* '' */

.icon-warehouse:before {
    content: '\e87a';
}


/* '' */

.icon-align-justify:before {
    content: '\e87a';
}


/* '' */

.icon-signal:before {
    content: '\e87b';
}


/* '' */

.icon-duckduckgo:before {
    content: '\e87b';
}


/* '' */

.icon-list:before {
    content: '\e87b';
}


/* '' */

.icon-target:before {
    content: '\e87c';
}


/* '' */

.icon-aim:before {
    content: '\e87c';
}


/* '' */

.icon-indent-left:before {
    content: '\e87c';
}


/* '' */

.icon-search-1:before {
    content: '\e87d';
}


/* '' */

.icon-delicious:before {
    content: '\e87d';
}


/* '' */

.icon-volume-off:before {
    content: '\e87d';
}


/* '' */

.icon-music:before {
    content: '\e87e';
}


/* '' */

.icon-paypal:before {
    content: '\e87e';
}


/* '' */

.icon-volume-down:before {
    content: '\e87e';
}


/* '' */

.icon-linkedin-circled-1:before {
    content: '\e87f';
}


/* '' */

.icon-flattr:before {
    content: '\e87f';
}


/* '' */

.icon-cancel-circled2:before {
    content: '\e87f';
}


/* '' */

.icon-facebook-squared-1:before {
    content: '\e880';
}


/* '' */

.icon-android:before {
    content: '\e880';
}


/* '' */

.icon-qrcode:before {
    content: '\e880';
}


/* '' */

.icon-cancel-1:before {
    content: '\e881';
}


/* '' */

.icon-eventful:before {
    content: '\e881';
}


/* '' */

.icon-headphones:before {
    content: '\e881';
}


/* '' */

.icon-up-hand:before {
    content: '\e882';
}


/* '' */

.icon-smashmag:before {
    content: '\e882';
}


/* '' */

.icon-chart:before {
    content: '\e882';
}


/* '' */

.icon-down-hand:before {
    content: '\e883';
}


/* '' */

.icon-gplus:before {
    content: '\e883';
}


/* '' */

.icon-chart-circled:before {
    content: '\e883';
}


/* '' */

.icon-phone:before {
    content: '\e884';
}


/* '' */

.icon-wikipedia:before {
    content: '\e884';
}


/* '' */

.icon-cw-circled:before {
    content: '\e884';
}


/* '' */

.icon-wrench:before {
    content: '\e885';
}


/* '' */

.icon-lanyrd:before {
    content: '\e885';
}


/* '' */

.icon-play-circled:before {
    content: '\e885';
}


/* '' */

.icon-calendar-1:before {
    content: '\e886';
}


/* '' */

.icon-calendar-1:before {
    content: '\e886';
}


/* '' */

.icon-stop:before {
    content: '\e886';
}


/* '' */

.icon-login-1:before {
    content: '\e887';
}


/* '' */

.icon-stumbleupon:before {
    content: '\e887';
}


/* '' */

.icon-stop-circled:before {
    content: '\e887';
}


/* '' */

.icon-volume-down:before {
    content: '\e888';
}


/* '' */

.icon-fivehundredpx:before {
    content: '\e888';
}


/* '' */

.icon-record:before {
    content: '\e888';
}


/* '' */

.icon-volume-up:before {
    content: '\e889';
}


/* '' */

.icon-pinterest:before {
    content: '\e889';
}


/* '' */

.icon-eject:before {
    content: '\e889';
}


/* '' */

.icon-headphones:before {
    content: '\e88a';
}


/* '' */

.icon-bitcoin:before {
    content: '\e88a';
}


/* '' */

.icon-backward:before {
    content: '\e88a';
}


/* '' */

.icon-clock-1:before {
    content: '\e88b';
}


/* '' */

.icon-w3c:before {
    content: '\e88b';
}


/* '' */

.icon-backward-circled:before {
    content: '\e88b';
}


/* '' */

.icon-camera-alt:before {
    content: '\e88c';
}


/* '' */

.icon-foursquare:before {
    content: '\e88c';
}


/* '' */

.icon-move:before {
    content: '\e88c';
}


/* '' */

.icon-th-large:before {
    content: '\e88d';
}


/* '' */

.icon-html5:before {
    content: '\e88d';
}


/* '' */

.icon-zoom-in:before {
    content: '\e88d';
}


/* '' */

.icon-magnet:before {
    content: '\e88e';
}


/* '' */

.icon-ie:before {
    content: '\e88e';
}


/* '' */

.icon-check:before {
    content: '\e88e';
}


/* '' */

.icon-chart-bar-1:before {
    content: '\e88f';
}


/* '' */

.icon-call:before {
    content: '\e88f';
}


/* '' */

.icon-check-empty:before {
    content: '\e88f';
}


/* '' */

.icon-credit-card-1:before {
    content: '\e890';
}


/* '' */

.icon-grooveshark:before {
    content: '\e890';
}


/* '' */

.icon-asterisk:before {
    content: '\e890';
}


/* '' */

.icon-vimeo-circled-1:before {
    content: '\e891';
}


/* '' */

.icon-ninetyninedesigns:before {
    content: '\e891';
}


/* '' */

.icon-website:before {
    content: '\e891';
}


/* '' */

.icon-twitter-squared:before {
    content: '\e892';
}


/* '' */

.icon-forrst:before {
    content: '\e892';
}


/* '' */

.icon-book:before {
    content: '\e892';
}


/* '' */

.icon-pin:before {
    content: '\e893';
}


/* '' */

.icon-digg:before {
    content: '\e893';
}


/* '' */

.icon-down-hand:before {
    content: '\e893';
}


/* '' */

.icon-attach-1:before {
    content: '\e894';
}


/* '' */

.icon-spotify:before {
    content: '\e894';
}


/* '' */

.icon-left-hand:before {
    content: '\e894';
}


/* '' */

.icon-help-circled-1:before {
    content: '\e895';
}


/* '' */

.icon-reddit:before {
    content: '\e895';
}


/* '' */

.icon-right-hand:before {
    content: '\e895';
}


/* '' */

.icon-rdio:before {
    content: '\e896';
}


/* '' */

.icon-adjust:before {
    content: '\e896';
}


/* '' */

.icon-guest:before {
    content: '\e896';
}


/* '' */

.icon-qq:before {
    content: '\e897';
}


/* '' */

.icon-calendar-outlilne:before {
    content: '\e897';
}


/* '' */

.icon-gowalla:before {
    content: '\e897';
}


/* '' */

.icon-play-1:before {
    content: '\e898';
}


/* '' */

.icon-appstore:before {
    content: '\e898';
}


/* '' */

.icon-inbox-alt:before {
    content: '\e898';
}


/* '' */

.icon-spotify-circled:before {
    content: '\e899';
}


/* '' */

.icon-down-4:before {
    content: '\e899';
}


/* '' */

.icon-blogger:before {
    content: '\e899';
}


/* '' */

.icon-dribbble-circled:before {
    content: '\e89a';
}


/* '' */

.icon-rewind:before {
    content: '\e89a';
}


/* '' */

.icon-cc:before {
    content: '\e89a';
}


/* '' */

.icon-play-circled2:before {
    content: '\e89b';
}


/* '' */

.icon-dribbble:before {
    content: '\e89b';
}


/* '' */

.icon-globe:before {
    content: '\e89b';
}


/* '' */

.icon-stumbleupon-1:before {
    content: '\e89c';
}


/* '' */

.icon-record-outline:before {
    content: '\e89c';
}


/* '' */

.icon-evernote:before {
    content: '\e89c';
}


/* '' */

.icon-stop-1:before {
    content: '\e89d';
}


/* '' */

.icon-flickr:before {
    content: '\e89d';
}


/* '' */

.icon-globe-alt:before {
    content: '\e89d';
}


/* '' */

.icon-pause-1:before {
    content: '\e89e';
}


/* '' */

.icon-google:before {
    content: '\e89e';
}


/* '' */

.icon-flight:before {
    content: '\e89e';
}


/* '' */

.icon-cancel-circled-1:before {
    content: '\e89f';
}


/* '' */

.icon-viadeo:before {
    content: '\e89f';
}


/* '' */

.icon-location-circled:before {
    content: '\e89f';
}


/* '' */

.icon-asterisk:before {
    content: '\e8a0';
}


/* '' */

.icon-instapaper:before {
    content: '\e8a0';
}


/* '' */

.icon-tint:before {
    content: '\e8a0';
}


/* '' */

.icon-to-start-1:before {
    content: '\e8a1';
}


/* '' */

.icon-weibo:before {
    content: '\e8a1';
}


/* '' */

.icon-leaf:before {
    content: '\e8a1';
}


/* '' */

.icon-to-start-alt:before {
    content: '\e8a2';
}


/* '' */

.icon-klout:before {
    content: '\e8a2';
}


/* '' */

.icon-font:before {
    content: '\e8a2';
}


/* '' */

.icon-fast-fw:before {
    content: '\e8a3';
}


/* '' */

.icon-linkedin:before {
    content: '\e8a3';
}


/* '' */

.icon-fontsize:before {
    content: '\e8a3';
}


/* '' */

.icon-fast-bw:before {
    content: '\e8a4';
}


/* '' */

.icon-meetup:before {
    content: '\e8a4';
}


/* '' */

.icon-bold:before {
    content: '\e8a4';
}


/* '' */

.icon-print-1:before {
    content: '\e8a5';
}


/* '' */

.icon-vk:before {
    content: '\e8a5';
}


/* '' */

.icon-fast-backward:before {
    content: '\e8a5';
}


/* '' */

.icon-retweet-1:before {
    content: '\e8a6';
}


/* '' */

.icon-plancast:before {
    content: '\e8a6';
}


/* '' */

.icon-fast-forward:before {
    content: '\e8a6';
}


/* '' */

.icon-resize-vertical:before {
    content: '\e8a7';
}


/* '' */

.icon-disqus:before {
    content: '\e8a7';
}


/* '' */

.icon-forward:before {
    content: '\e8a7';
}


/* '' */

.icon-resize-small:before {
    content: '\e8a8';
}


/* '' */

.icon-rss:before {
    content: '\e8a8';
}


/* '' */

.icon-forward-circled:before {
    content: '\e8a8';
}


/* '' */

.icon-resize-horizontal:before {
    content: '\e8a9';
}


/* '' */

.icon-skype:before {
    content: '\e8a9';
}


/* '' */

.icon-step-backward:before {
    content: '\e8a9';
}


/* '' */

.icon-trash-empty:before {
    content: '\e8aa';
}


/* '' */

.icon-twitter:before {
    content: '\e8aa';
}


/* '' */

.icon-step-forward:before {
    content: '\e8aa';
}


/* '' */

.icon-zoom-out-1:before {
    content: '\e8ab';
}


/* '' */

.icon-youtube:before {
    content: '\e8ab';
}


/* '' */

.icon-target:before {
    content: '\e8ab';
}


/* '' */

.icon-facebook-circled-1:before {
    content: '\e8ac';
}


/* '' */

.icon-vimeo:before {
    content: '\e8ac';
}


/* '' */

.icon-plus-circled:before {
    content: '\e8ac';
}


/* '' */

.icon-facebook-3:before {
    content: '\e8ad';
}


/* '' */

.icon-windows:before {
    content: '\e8ad';
}


/* '' */

.icon-minus:before {
    content: '\e8ad';
}


/* '' */

.icon-location-1:before {
    content: '\e8ae';
}


/* '' */

.icon-xing:before {
    content: '\e8ae';
}


/* '' */

.icon-desktop-circled:before {
    content: '\e8ae';
}


/* '' */

.icon-flickr-circled-1:before {
    content: '\e8af';
}


/* '' */

.icon-yahoo:before {
    content: '\e8af';
}


/* '' */

.icon-minus-circled:before {
    content: '\e8af';
}


/* '' */

.icon-github-3:before {
    content: '\e8b0';
}


/* '' */

.icon-chrome:before {
    content: '\e8b0';
}


/* '' */

.icon-cancel:before {
    content: '\e8b0';
}


/* '' */

.icon-lastfm-2:before {
    content: '\e8b1';
}


/* '' */

.icon-email:before {
    content: '\e8b1';
}


/* '' */

.icon-cancel-circled:before {
    content: '\e8b1';
}


/* '' */

.icon-link-1:before {
    content: '\e8b2';
}


/* '' */

.icon-macstore:before {
    content: '\e8b2';
}


/* '' */

.icon-volume:before {
    content: '\e8b2';
}


/* '' */

.icon-spotify-1:before {
    content: '\e8b3';
}


/* '' */

.icon-fire-1:before {
    content: '\e8b3';
}


/* '' */

.icon-myspace:before {
    content: '\e8b3';
}


/* '' */

.icon-eye-outline:before {
    content: '\e8b4';
}


/* '' */

.icon-podcast:before {
    content: '\e8b4';
}


/* '' */

.icon-credit-card:before {
    content: '\e8b4';
}


/* '' */

.icon-tag-2:before {
    content: '\e8b5';
}


/* '' */

.icon-amazon:before {
    content: '\e8b5';
}


/* '' */

.icon-clipboard:before {
    content: '\e8b5';
}


/* '' */

.icon-attention-2:before {
    content: '\e8b6';
}


/* '' */

.icon-steam:before {
    content: '\e8b6';
}


/* '' */

.icon-hdd:before {
    content: '\e8b6';
}


/* '' */

.icon-move:before {
    content: '\e8b7';
}


/* '' */

.icon-cloudapp:before {
    content: '\e8b7';
}


/* '' */

.icon-cloud:before {
    content: '\e8b7';
}


/* '' */

.icon-zoom-in-1:before {
    content: '\e8b8';
}


/* '' */

.icon-dropbox:before {
    content: '\e8b8';
}


/* '' */

.icon-cloud-circled:before {
    content: '\e8b8';
}


/* '' */

.icon-attention-filled:before {
    content: '\e8b9';
}


/* '' */

.icon-ebay:before {
    content: '\e8b9';
}


/* '' */

.icon-key:before {
    content: '\e8b9';
}


/* '' */

.icon-scissors:before {
    content: '\e8ba';
}


/* '' */

.icon-facebook:before {
    content: '\e8ba';
}


/* '' */

.icon-certificate:before {
    content: '\e8ba';
}


/* '' */

.icon-align-justify:before {
    content: '\e8bb';
}


/* '' */

.icon-github:before {
    content: '\e8bb';
}


/* '' */

.icon-tasks:before {
    content: '\e8bb';
}


/* '' */

.icon-list:before {
    content: '\e8bc';
}


/* '' */

.icon-github-circled:before {
    content: '\e8bc';
}


/* '' */

.icon-filter:before {
    content: '\e8bc';
}


/* '' */

.icon-indent-left:before {
    content: '\e8bd';
}


/* '' */

.icon-googleplay:before {
    content: '\e8bd';
}


/* '' */

.icon-gauge:before {
    content: '\e8bd';
}


/* '' */

.icon-block:before {
    content: '\e8be';
}


/* '' */

.icon-itunes:before {
    content: '\e8be';
}


/* '' */

.icon-italic:before {
    content: '\e8be';
}


/* '' */

.icon-resize-full:before {
    content: '\e8bf';
}


/* '' */

.icon-plurk:before {
    content: '\e8bf';
}


/* '' */

.icon-text-height:before {
    content: '\e8bf';
}


/* '' */

.icon-flash-1:before {
    content: '\e8c0';
}


/* '' */

.icon-songkick:before {
    content: '\e8c0';
}


/* '' */

.icon-text-width:before {
    content: '\e8c0';
}


/* '' */

.icon-cloud-1:before {
    content: '\e8c1';
}


/* '' */

.icon-lastfm:before {
    content: '\e8c1';
}


/* '' */

.icon-align-left:before {
    content: '\e8c1';
}


/* '' */

.icon-globe-1:before {
    content: '\e8c2';
}


/* '' */

.icon-gmail:before {
    content: '\e8c2';
}


/* '' */

.icon-align-center:before {
    content: '\e8c2';
}


/* '' */

.icon-inbox-1:before {
    content: '\e8c3';
}


/* '' */

.icon-pinboard:before {
    content: '\e8c3';
}


/* '' */

.icon-align-right:before {
    content: '\e8c3';
}


/* '' */

.icon-pinterest-circled-1:before {
    content: '\e8c4';
}


/* '' */

.icon-openid:before {
    content: '\e8c4';
}


/* '' */

.icon-bell:before {
    content: '\e8c4';
}


/* '' */

.icon-pinterest-1:before {
    content: '\e8c5';
}


/* '' */

.icon-quora:before {
    content: '\e8c5';
}


/* '' */

.icon-warning:before {
    content: '\e8c5';
}


/* '' */

.icon-skype-2:before {
    content: '\e8c6';
}


/* '' */

.icon-soundcloud:before {
    content: '\e8c6';
}


/* '' */

.icon-exclamation:before {
    content: '\e8c6';
}


/* '' */

.icon-right-hand:before {
    content: '\e8c7';
}


/* '' */

.icon-tumblr:before {
    content: '\e8c7';
}


/* '' */

.icon-indent-right:before {
    content: '\e8c7';
}


/* '' */

.icon-folder-open-1:before {
    content: '\e8c8';
}


/* '' */

.icon-eventasaurus:before {
    content: '\e8c8';
}


/* '' */

.icon-right-circled:before {
    content: '\e8c8';
}


/* '' */

.icon-to-end-1:before {
    content: '\e8c9';
}


/* '' */

.icon-wordpress:before {
    content: '\e8c9';
}


/* '' */

.icon-off:before {
    content: '\e8c9';
}


/* '' */

.icon-logout-1:before {
    content: '\e8ca';
}


/* '' */

.icon-yelp:before {
    content: '\e8ca';
}


/* '' */

.icon-pause:before {
    content: '\e8ca';
}


/* '' */

.icon-dribbble-1:before {
    content: '\e8cb';
}


/* '' */

.icon-right-open-4:before {
    content: '\e8cb';
}


/* '' */

.icon-intensedebate:before {
    content: '\e8cb';
}


/* '' */

.icon-cw:before {
    content: '\e8cc';
}


/* '' */

.icon-eventbrite:before {
    content: '\e8cc';
}


/* '' */

.icon-inbox:before {
    content: '\e8cc';
}


/* '' */

.icon-truck:before {
    content: '\e8cd';
}


/* '' */

.icon-scribd:before {
    content: '\e8cd';
}


/* '' */

.icon-briefcase:before {
    content: '\e8cd';
}


/* '' */

.icon-linkedin-3:before {
    content: '\e8ce';
}


/* '' */

.icon-posterous:before {
    content: '\e8ce';
}


/* '' */

.icon-plus:before {
    content: '\e8ce';
}


/* '' */

.icon-linkedin-squared:before {
    content: '\e8cf';
}


/* '' */

.icon-stripe:before {
    content: '\e8cf';
}


/* '' */

.icon-road:before {
    content: '\e8cf';
}


/* '' */

.icon-vimeo-2:before {
    content: '\e8d0';
}


/* '' */

.icon-opentable:before {
    content: '\e8d0';
}


/* '' */

.icon-website-circled:before {
    content: '\e8d0';
}


/* '' */

.icon-heart-1:before {
    content: '\e8d1';
}


/* '' */

.icon-cart:before {
    content: '\e8d1';
}


/* '' */

.icon-calendar-circled:before {
    content: '\e8d1';
}


/* '' */

.icon-heart-empty:before {
    content: '\e8d2';
}


/* '' */

.icon-print-2:before {
    content: '\e8d2';
}


/* '' */

.icon-mic:before {
    content: '\e8d2';
}


/* '' */

.icon-mail-1:before {
    content: '\e8d3';
}


/* '' */

.icon-angellist:before {
    content: '\e8d3';
}


/* '' */

.icon-mic-circled:before {
    content: '\e8d3';
}


/* '' */

.icon-github-squared:before {
    content: '\e8d4';
}


/* '' */

.icon-instagram:before {
    content: '\e8d4';
}


/* '' */

.icon-gift:before {
    content: '\e8d4';
}


/* '' */

.icon-to-end-alt:before {
    content: '\e8d5';
}


/* '' */

.icon-dwolla:before {
    content: '\e8d5';
}


/* '' */

.icon-fire:before {
    content: '\e8d5';
}


/* '' */

.icon-check:before {
    content: '\e8d6';
}


/* '' */

.icon-appnet:before {
    content: '\e8d6';
}


/* '' */

.icon-magnet:before {
    content: '\e8d6';
}


/* '' */

.icon-twitter-circled-1:before {
    content: '\e8d7';
}


/* '' */

.icon-statusnet:before {
    content: '\e8d7';
}


/* '' */

.icon-home:before {
    content: '\e8d7';
}


/* '' */

.icon-twitter-3:before {
    content: '\e8d8';
}


/* '' */

.icon-acrobat:before {
    content: '\e8d8';
}


/* '' */

.icon-home-circled:before {
    content: '\e8d8';
}


/* '' */

.icon-user-1:before {
    content: '\e8d9';
}


/* '' */

.icon-drupal:before {
    content: '\e8d9';
}


/* '' */

.icon-lightbulb:before {
    content: '\e8d9';
}


/* '' */

.icon-lemon:before {
    content: '\e8da';
}


/* '' */

.icon-buffer:before {
    content: '\e8da';
}


/* '' */

.icon-barcode:before {
    content: '\e8da';
}


/* '' */

.icon-star-1:before {
    content: '\e8db';
}


/* '' */

.icon-pocket:before {
    content: '\e8db';
}


/* '' */

.icon-lightbulb-alt:before {
    content: '\e8db';
}


/* '' */

.icon-star-empty-1:before {
    content: '\e8dc';
}


/* '' */

.icon-bitbucket:before {
    content: '\e8dc';
}


/* '' */

.icon-block:before {
    content: '\e8dc';
}


/* '' */

.icon-star-half-1:before {
    content: '\e8dd';
}


/* '' */

.icon-lego:before {
    content: '\e8dd';
}


/* '' */

.icon-resize-full:before {
    content: '\e8dd';
}


/* '' */

.icon-users-1:before {
    content: '\e8de';
}


/* '' */

.icon-login-1:before {
    content: '\e8de';
}


/* '' */

.icon-resize-full-alt:before {
    content: '\e8de';
}


/* '' */

.icon-video:before {
    content: '\e8df';
}


/* '' */

.icon-stackoverflow:before {
    content: '\e8df';
}


/* '' */

.icon-resize-small:before {
    content: '\e8df';
}


/* '' */

.icon-videocam-1:before {
    content: '\e8e0';
}


/* '' */

.icon-hackernews:before {
    content: '\e8e0';
}


/* '' */

.icon-resize-vertical:before {
    content: '\e8e0';
}


/* '' */

.icon-camera-1:before {
    content: '\e8e1';
}


/* '' */

.icon-lkdto:before {
    content: '\e8e1';
}


/* '' */

.icon-resize-horizontal:before {
    content: '\e8e1';
}


/* '' */

.icon-indent-right:before {
    content: '\e8e2';
}


/* '' */

.icon-smiley:before {
    content: '\e8e2';
}


/* '' */

.icon-umbrella:before {
    content: '\e8e3';
}


/* '' */

.icon-smiley-circled:before {
    content: '\e8e3';
}


/* '' */

.icon-leaf:before {
    content: '\e8e4';
}


/* '' */

.icon-address-book:before {
    content: '\e8e4';
}


/* '' */

.icon-bold:before {
    content: '\e8e5';
}


/* '' */

.icon-address-book-alt:before {
    content: '\e8e5';
}


/* '' */

.icon-font:before {
    content: '\e8e6';
}


/* '' */

.icon-asl:before {
    content: '\e8e6';
}


/* '' */

.icon-italic:before {
    content: '\e8e7';
}


/* '' */

.icon-glasses:before {
    content: '\e8e7';
}


/* '' */

.icon-book:before {
    content: '\e8e8';
}


/* '' */

.icon-hearing-impaired:before {
    content: '\e8e8';
}


/* '' */

.icon-tint:before {
    content: '\e8e9';
}


/* '' */

.icon-iphone-home:before {
    content: '\e8e9';
}


/* '' */

.icon-text-height:before {
    content: '\e8ea';
}


/* '' */

.icon-person:before {
    content: '\e8ea';
}


/* '' */

.icon-text-width:before {
    content: '\e8eb';
}


/* '' */

.icon-adult:before {
    content: '\e8eb';
}


/* '' */

.icon-align-left:before {
    content: '\e8ec';
}


/* '' */

.icon-child:before {
    content: '\e8ec';
}


/* '' */

.icon-align-center:before {
    content: '\e8ed';
}


/* '' */

.icon-blind:before {
    content: '\e8ed';
}


/* '' */

.icon-align-right:before {
    content: '\e8ee';
}


/* '' */

.icon-guidedog:before {
    content: '\e8ee';
}


/* '' */

.icon-glass:before {
    content: '\e8ef';
}


/* '' */

.icon-accessibility:before {
    content: '\e8ef';
}


/* '' */

.icon-emo-happy:before {
    content: '\e8f0';
}


/* '' */

.icon-behance-1:before {
    content: '\e8f0';
}


/* '' */

.icon-emo-wink:before {
    content: '\e8f1';
}


/* '' */

.icon-blogger:before {
    content: '\e8f1';
}


/* '' */

.icon-emo-wink2:before {
    content: '\e8f2';
}


/* '' */

.icon-cc:before {
    content: '\e8f2';
}


/* '' */

.icon-emo-unhappy:before {
    content: '\e8f3';
}


/* '' */

.icon-delicious:before {
    content: '\e8f3';
}


/* '' */

.icon-emo-sleep:before {
    content: '\e8f4';
}


/* '' */

.icon-w3c:before {
    content: '\e8f4';
}


/* '' */

.icon-deviantart:before {
    content: '\e8f4';
}


/* '' */

.icon-emo-thumbsup:before {
    content: '\e8f5';
}


/* '' */

.icon-youtube:before {
    content: '\e8f5';
}


/* '' */

.icon-digg:before {
    content: '\e8f5';
}


/* '' */

.icon-emo-devil:before {
    content: '\e8f6';
}


/* '' */

.icon-dribbble-3:before {
    content: '\e8f6';
}


/* '' */

.icon-emo-tongue:before {
    content: '\e8f7';
}


/* '' */

.icon-facebook-2:before {
    content: '\e8f7';
}


/* '' */

.icon-emo-sunglasses:before {
    content: '\e8f8';
}


/* '' */

.icon-flickr-2:before {
    content: '\e8f8';
}


/* '' */

.icon-emo-coffee:before {
    content: '\e8f9';
}


/* '' */

.icon-foursquare:before {
    content: '\e8f9';
}


/* '' */

.icon-emo-surprised:before {
    content: '\e8fa';
}


/* '' */

.icon-friendfeed:before {
    content: '\e8fa';
}


/* '' */

.icon-emo-displeased:before {
    content: '\e8fb';
}


/* '' */

.icon-friendfeed-rect:before {
    content: '\e8fb';
}


/* '' */

.icon-emo-beer:before {
    content: '\e8fc';
}


/* '' */

.icon-github-2:before {
    content: '\e8fc';
}


/* '' */

.icon-emo-saint:before {
    content: '\e8fd';
}


/* '' */

.icon-github-text:before {
    content: '\e8fd';
}


/* '' */

.icon-emo-angry:before {
    content: '\e8fe';
}


/* '' */

.icon-googleplus:before {
    content: '\e8fe';
}


/* '' */

.icon-emo-grin:before {
    content: '\e8ff';
}


/* '' */

.icon-instagram-2:before {
    content: '\e8ff';
}


/* '' */

.icon-emo-cry:before {
    content: '\e900';
}


/* '' */

.icon-linkedin-2:before {
    content: '\e900';
}


/* '' */

.icon-emo-shoot:before {
    content: '\e901';
}


/* '' */

.icon-down-open-2:before {
    content: '\e901';
}


/* '' */

.icon-emo-laugh:before {
    content: '\e902';
}


/* '' */

.icon-left-open-2:before {
    content: '\e902';
}


/* '' */

.icon-spin1:before {
    content: '\e903';
}


/* '' */

.icon-right-open-2:before {
    content: '\e903';
}


/* '' */

.icon-emo-squint:before {
    content: '\e904';
}


/* '' */

.icon-up-open-2:before {
    content: '\e904';
}


/* '' */

.icon-spin3:before {
    content: '\e905';
}


/* '' */

.icon-down-2:before {
    content: '\e905';
}


/* '' */

.icon-spin2:before {
    content: '\e906';
}


/* '' */

.icon-left-2:before {
    content: '\e906';
}


/* '' */

.icon-spin4:before {
    content: '\e907';
}


/* '' */

.icon-right-2:before {
    content: '\e907';
}


/* '' */

.icon-spin5:before {
    content: '\e908';
}


/* '' */

.icon-up-2:before {
    content: '\e908';
}


/* '' */

.icon-spin6:before {
    content: '\e909';
}


/* '' */

.icon-universal-access:before {
    content: '\e909';
}


/* '' */

.icon-opera-1:before {
    content: '\e90a';
}


/* '' */

.icon-male:before {
    content: '\e90a';
}


/* '' */

.icon-ie-1:before {
    content: '\e90b';
}


/* '' */

.icon-female:before {
    content: '\e90b';
}


/* '' */

.icon-crown:before {
    content: '\e90c';
}


/* '' */

.icon-css:before {
    content: '\e90c';
}


/* '' */

.icon-crown-plus:before {
    content: '\e90d';
}


/* '' */

.icon-path:before {
    content: '\e90d';
}


/* '' */

.icon-chrome-1:before {
    content: '\e90e';
}


/* '' */

.icon-picasa-2:before {
    content: '\e90e';
}


/* '' */

.icon-firefox-1:before {
    content: '\e90f';
}


/* '' */

.icon-pinterest-2:before {
    content: '\e90f';
}


/* '' */

.icon-marquee:before {
    content: '\e910';
}


/* '' */

.icon-reddit:before {
    content: '\e910';
}


/* '' */

.icon-crown-minus:before {
    content: '\e911';
}


/* '' */

.icon-skype-3:before {
    content: '\e911';
}


/* '' */

.icon-picture:before {
    content: '\e912';
}


/* '' */

.icon-slideshare:before {
    content: '\e912';
}


/* '' */

.icon-note:before {
    content: '\e913';
}


/* '' */

.icon-stackoverflow:before {
    content: '\e913';
}


/* '' */

.icon-note-beamed:before {
    content: '\e914';
}


/* '' */

.icon-stumbleupon-2:before {
    content: '\e914';
}


/* '' */

.icon-music-1:before {
    content: '\e915';
}


/* '' */

.icon-twitter-2:before {
    content: '\e915';
}


/* '' */

.icon-search-1:before {
    content: '\e916';
}


/* '' */

.icon-tumblr-1:before {
    content: '\e916';
}


/* '' */

.icon-flashlight:before {
    content: '\e917';
}


/* '' */

.icon-vimeo-3:before {
    content: '\e917';
}


/* '' */

.icon-mail-1:before {
    content: '\e918';
}


/* '' */

.icon-vkontakte-1:before {
    content: '\e918';
}


/* '' */

.icon-heart-1:before {
    content: '\e919';
}


/* '' */

.icon-wordpress:before {
    content: '\e919';
}


/* '' */

.icon-heart-empty-1:before {
    content: '\e91a';
}


/* '' */

.icon-music-1:before {
    content: '\e91a';
}


/* '' */

.icon-star-1:before {
    content: '\e91b';
}


/* '' */

.icon-search-2:before {
    content: '\e91b';
}


/* '' */

.icon-star-empty-1:before {
    content: '\e91c';
}


/* '' */

.icon-mail-2:before {
    content: '\e91c';
}


/* '' */

.icon-user-1:before {
    content: '\e91d';
}


/* '' */

.icon-heart-2:before {
    content: '\e91d';
}


/* '' */

.icon-users-1:before {
    content: '\e91e';
}


/* '' */

.icon-star-2:before {
    content: '\e91e';
}


/* '' */

.icon-user-add:before {
    content: '\e91f';
}


/* '' */

.icon-user-2:before {
    content: '\e91f';
}


/* '' */

.icon-video-1:before {
    content: '\e920';
}


/* '' */

.icon-videocam-2:before {
    content: '\e920';
}


/* '' */

.icon-picture-1:before {
    content: '\e921';
}


/* '' */

.icon-camera-2:before {
    content: '\e921';
}


/* '' */

.icon-camera-1:before {
    content: '\e922';
}


/* '' */

.icon-photo-1:before {
    content: '\e922';
}


/* '' */

.icon-layout:before {
    content: '\e923';
}


/* '' */

.icon-attach-3:before {
    content: '\e923';
}


/* '' */

.icon-menu-1:before {
    content: '\e924';
}


/* '' */

.icon-lock-3:before {
    content: '\e924';
}


/* '' */

.icon-check-1:before {
    content: '\e925';
}


/* '' */

.icon-eye-2:before {
    content: '\e925';
}


/* '' */

.icon-cancel-squared:before {
    content: '\e926';
}


/* '' */

.icon-tag-1:before {
    content: '\e926';
}


/* '' */

.icon-cancel-1:before {
    content: '\e927';
}


/* '' */

.icon-thumbs-up-1:before {
    content: '\e927';
}


/* '' */

.icon-cancel-circled-1:before {
    content: '\e928';
}


/* '' */

.icon-pencil-3:before {
    content: '\e928';
}


/* '' */

.icon-plus-2:before {
    content: '\e929';
}


/* '' */

.icon-comment-3:before {
    content: '\e929';
}


/* '' */

.icon-plus-squared-1:before {
    content: '\e92a';
}


/* '' */

.icon-location-2:before {
    content: '\e92a';
}


/* '' */

.icon-minus-2:before {
    content: '\e92b';
}


/* '' */

.icon-cup:before {
    content: '\e92b';
}


/* '' */

.icon-minus-circled-1:before {
    content: '\e92c';
}


/* '' */

.icon-trash-4:before {
    content: '\e92c';
}


/* '' */

.icon-minus-squared-1:before {
    content: '\e92d';
}


/* '' */

.icon-doc-3:before {
    content: '\e92d';
}


/* '' */

.icon-plus-circled-1:before {
    content: '\e92e';
}


/* '' */

.icon-note:before {
    content: '\e92e';
}


/* '' */

.icon-help-1:before {
    content: '\e92f';
}


/* '' */

.icon-cog-3:before {
    content: '\e92f';
}


/* '' */

.icon-info-2:before {
    content: '\e930';
}


/* '' */

.icon-params:before {
    content: '\e930';
}


/* '' */

.icon-alert:before {
    content: '\e931';
}


/* '' */

.icon-calendar-4:before {
    content: '\e931';
}


/* '' */

.icon-bell-2:before {
    content: '\e932';
}


/* '' */

.icon-sound:before {
    content: '\e932';
}


/* '' */

.icon-help-circled-1:before {
    content: '\e933';
}


/* '' */

.icon-clock-3:before {
    content: '\e933';
}


/* '' */

.icon-info-circled-1:before {
    content: '\e934';
}


/* '' */

.icon-lightbulb-1:before {
    content: '\e934';
}


/* '' */

.icon-attention-1:before {
    content: '\e935';
}


/* '' */

.icon-tv:before {
    content: '\e935';
}


/* '' */

.icon-chat-2:before {
    content: '\e936';
}


/* '' */

.icon-desktop-1:before {
    content: '\e936';
}


/* '' */

.icon-comment-2:before {
    content: '\e937';
}


/* '' */

.icon-mobile:before {
    content: '\e937';
}


/* '' */

.icon-keyboard-1:before {
    content: '\e938';
}


/* '' */

.icon-cd:before {
    content: '\e938';
}


/* '' */

.icon-retweet-1:before {
    content: '\e939';
}


/* '' */

.icon-inbox-2:before {
    content: '\e939';
}


/* '' */

.icon-pencil-2:before {
    content: '\e93a';
}


/* '' */

.icon-globe-3:before {
    content: '\e93a';
}


/* '' */

.icon-feather:before {
    content: '\e93b';
}


/* '' */

.icon-cloud-3:before {
    content: '\e93b';
}


/* '' */

.icon-print-3:before {
    content: '\e93c';
}


/* '' */

.icon-paper-plane:before {
    content: '\e93c';
}


/* '' */

.icon-code-1:before {
    content: '\e93d';
}


/* '' */

.icon-fire-2:before {
    content: '\e93d';
}


/* '' */

.icon-quote:before {
    content: '\e93e';
}


/* '' */

.icon-graduation-cap:before {
    content: '\e93e';
}


/* '' */

.icon-forward-1:before {
    content: '\e93f';
}


/* '' */

.icon-megaphone-1:before {
    content: '\e93f';
}


/* '' */

.icon-reply-all-1:before {
    content: '\e940';
}


/* '' */

.icon-database:before {
    content: '\e940';
}


/* '' */

.icon-reply-1:before {
    content: '\e941';
}


/* '' */

.icon-key-1:before {
    content: '\e941';
}


/* '' */

.icon-upload-2:before {
    content: '\e942';
}


/* '' */

.icon-beaker:before {
    content: '\e942';
}


/* '' */

.icon-upload-cloud-2:before {
    content: '\e943';
}


/* '' */

.icon-truck:before {
    content: '\e943';
}


/* '' */

.icon-flag-1:before {
    content: '\e944';
}


/* '' */

.icon-money:before {
    content: '\e944';
}


/* '' */

.icon-tag-1:before {
    content: '\e945';
}


/* '' */

.icon-food:before {
    content: '\e945';
}


/* '' */

.icon-lock-open-2:before {
    content: '\e946';
}


/* '' */

.icon-shop:before {
    content: '\e946';
}


/* '' */

.icon-link-2:before {
    content: '\e947';
}


/* '' */

.icon-diamond:before {
    content: '\e947';
}


/* '' */

.icon-home-2:before {
    content: '\e948';
}


/* '' */

.icon-t-shirt:before {
    content: '\e948';
}


/* '' */

.icon-back:before {
    content: '\e949';
}


/* '' */

.icon-wallet:before {
    content: '\e949';
}


/* '' */

.icon-vcard:before {
    content: '\e94a';
}


/* '' */

.icon-search-3:before {
    content: '\e94a';
}


/* '' */

.icon-address:before {
    content: '\e94b';
}


/* '' */

.icon-mail-3:before {
    content: '\e94b';
}


/* '' */

.icon-location-1:before {
    content: '\e94c';
}


/* '' */

.icon-heart-3:before {
    content: '\e94c';
}


/* '' */

.icon-map-1:before {
    content: '\e94d';
}


/* '' */

.icon-heart-empty-1:before {
    content: '\e94d';
}


/* '' */

.icon-direction-1:before {
    content: '\e94e';
}


/* '' */

.icon-star-3:before {
    content: '\e94e';
}


/* '' */

.icon-compass-1:before {
    content: '\e94f';
}


/* '' */

.icon-user-3:before {
    content: '\e94f';
}


/* '' */

.icon-trash-3:before {
    content: '\e950';
}


/* '' */

.icon-video-1:before {
    content: '\e950';
}


/* '' */

.icon-doc-2:before {
    content: '\e951';
}


/* '' */

.icon-picture-1:before {
    content: '\e951';
}


/* '' */

.icon-docs-1:before {
    content: '\e952';
}


/* '' */

.icon-th-large-1:before {
    content: '\e952';
}


/* '' */

.icon-doc-landscape:before {
    content: '\e953';
}


/* '' */

.icon-th-1:before {
    content: '\e953';
}


/* '' */

.icon-doc-text-1:before {
    content: '\e954';
}


/* '' */

.icon-th-list-2:before {
    content: '\e954';
}


/* '' */

.icon-doc-text-inv-1:before {
    content: '\e955';
}


/* '' */

.icon-ok-2:before {
    content: '\e955';
}


/* '' */

.icon-book-open:before {
    content: '\e956';
}


/* '' */

.icon-ok-circle:before {
    content: '\e956';
}


/* '' */

.icon-book-1:before {
    content: '\e957';
}


/* '' */

.icon-cancel-2:before {
    content: '\e957';
}


/* '' */

.icon-left-circled-1:before {
    content: '\e958';
}


/* '' */

.icon-cancel-circle:before {
    content: '\e958';
}


/* '' */

.icon-cd:before {
    content: '\e959';
}


/* '' */

.icon-plus-circle:before {
    content: '\e959';
}


/* '' */

.icon-up-thin:before {
    content: '\e95a';
}


/* '' */

.icon-minus-circle:before {
    content: '\e95a';
}


/* '' */

.icon-right-thin:before {
    content: '\e95b';
}


/* '' */

.icon-link:before {
    content: '\e95b';
}


/* '' */

.icon-left-thin:before {
    content: '\e95c';
}


/* '' */

.icon-attach-4:before {
    content: '\e95c';
}


/* '' */

.icon-mobile-2:before {
    content: '\e95d';
}


/* '' */

.icon-lock-4:before {
    content: '\e95d';
}


/* '' */

.icon-water:before {
    content: '\e95e';
}


/* '' */

.icon-lock-open-3:before {
    content: '\e95e';
}


/* '' */

.icon-ticket-1:before {
    content: '\e95f';
}


/* '' */

.icon-tag-2:before {
    content: '\e95f';
}


/* '' */

.icon-cc-share:before {
    content: '\e960';
}


/* '' */

.icon-reply:before {
    content: '\e960';
}


/* '' */

.icon-cc-zero:before {
    content: '\e961';
}


/* '' */

.icon-reply-all:before {
    content: '\e961';
}


/* '' */

.icon-cc-pd:before {
    content: '\e962';
}


/* '' */

.icon-forward-1:before {
    content: '\e962';
}


/* '' */

.icon-cc-nc-eu:before {
    content: '\e963';
}


/* '' */

.icon-code:before {
    content: '\e963';
}


/* '' */

.icon-cc-nc-jp:before {
    content: '\e964';
}


/* '' */

.icon-retweet-2:before {
    content: '\e964';
}


/* '' */

.icon-cc-nc:before {
    content: '\e965';
}


/* '' */

.icon-comment-4:before {
    content: '\e965';
}


/* '' */

.icon-cc-by:before {
    content: '\e966';
}


/* '' */

.icon-comment-alt-1:before {
    content: '\e966';
}


/* '' */

.icon-magnet-1:before {
    content: '\e967';
}


/* '' */

.icon-chat:before {
    content: '\e967';
}


/* '' */

.icon-infinity:before {
    content: '\e968';
}


/* '' */

.icon-attention:before {
    content: '\e968';
}


/* '' */

.icon-progress-3:before {
    content: '\e969';
}


/* '' */

.icon-location-3:before {
    content: '\e969';
}


/* '' */

.icon-up-3:before {
    content: '\e96a';
}


/* '' */

.icon-doc-4:before {
    content: '\e96a';
}


/* '' */

.icon-right-bold-1:before {
    content: '\e96b';
}


/* '' */

.icon-docs-landscape:before {
    content: '\e96b';
}


/* '' */

.icon-resize-small-1:before {
    content: '\e96c';
}


/* '' */

.icon-folder-3:before {
    content: '\e96c';
}


/* '' */

.icon-block-2:before {
    content: '\e96d';
}


/* '' */

.icon-archive:before {
    content: '\e96d';
}


/* '' */

.icon-adjust-1:before {
    content: '\e96e';
}


/* '' */

.icon-rss-2:before {
    content: '\e96e';
}


/* '' */

.icon-down-bold-1:before {
    content: '\e96f';
}


/* '' */

.icon-rss-alt:before {
    content: '\e96f';
}


/* '' */

.icon-light-up:before {
    content: '\e970';
}


/* '' */

.icon-cog-4:before {
    content: '\e970';
}


/* '' */

.icon-up-dir-1:before {
    content: '\e971';
}


/* '' */

.icon-logout:before {
    content: '\e971';
}


/* '' */

.icon-list-add:before {
    content: '\e972';
}


/* '' */

.icon-clock-4:before {
    content: '\e972';
}


/* '' */

.icon-right-dir-1:before {
    content: '\e973';
}


/* '' */

.icon-block-1:before {
    content: '\e973';
}


/* '' */

.icon-down-dir-1:before {
    content: '\e974';
}


/* '' */

.icon-resize-full-1:before {
    content: '\e974';
}


/* '' */

.icon-lamp:before {
    content: '\e975';
}


/* '' */

.icon-resize-full-circle:before {
    content: '\e975';
}


/* '' */

.icon-volume:before {
    content: '\e976';
}


/* '' */

.icon-popup:before {
    content: '\e976';
}


/* '' */

.icon-right-3:before {
    content: '\e977';
}


/* '' */

.icon-left-open-1:before {
    content: '\e977';
}


/* '' */

.icon-left-3:before {
    content: '\e978';
}


/* '' */

.icon-right-open-1:before {
    content: '\e978';
}


/* '' */

.icon-sound:before {
    content: '\e979';
}


/* '' */

.icon-down-circle:before {
    content: '\e979';
}


/* '' */

.icon-progress-1:before {
    content: '\e97a';
}


/* '' */

.icon-left-circle:before {
    content: '\e97a';
}


/* '' */

.icon-progress-2:before {
    content: '\e97b';
}


/* '' */

.icon-right-circle:before {
    content: '\e97b';
}


/* '' */

.icon-cc-2:before {
    content: '\e97c';
}


/* '' */

.icon-up-circle:before {
    content: '\e97c';
}


/* '' */

.icon-brush-2:before {
    content: '\e97d';
}


/* '' */

.icon-down-dir-1:before {
    content: '\e97d';
}


/* '' */

.icon-erase:before {
    content: '\e97e';
}


/* '' */

.icon-right-dir-1:before {
    content: '\e97e';
}


/* '' */

.icon-target-1:before {
    content: '\e97f';
}


/* '' */

.icon-down-micro:before {
    content: '\e97f';
}


/* '' */

.icon-palette:before {
    content: '\e980';
}


/* '' */

.icon-up-micro:before {
    content: '\e980';
}


/* '' */

.icon-list-1:before {
    content: '\e981';
}


/* '' */

.icon-cw-circle:before {
    content: '\e981';
}


/* '' */

.icon-chart-pie-2:before {
    content: '\e982';
}


/* '' */

.icon-arrows-cw-1:before {
    content: '\e982';
}


/* '' */

.icon-cc-sa:before {
    content: '\e983';
}


/* '' */

.icon-updown-circle:before {
    content: '\e983';
}


/* '' */

.icon-cc-nd:before {
    content: '\e984';
}


/* '' */

.icon-target-1:before {
    content: '\e984';
}


/* '' */

.icon-chart-bar-2:before {
    content: '\e985';
}


/* '' */

.icon-signal-1:before {
    content: '\e985';
}


/* '' */

.icon-chart-line-1:before {
    content: '\e986';
}


/* '' */

.icon-progress-0:before {
    content: '\e986';
}


/* '' */

.icon-chart-area-1:before {
    content: '\e987';
}


/* '' */

.icon-progress-1:before {
    content: '\e987';
}


/* '' */

.icon-tape:before {
    content: '\e988';
}


/* '' */

.icon-progress-2:before {
    content: '\e988';
}


/* '' */

.icon-graduation-cap-1:before {
    content: '\e989';
}


/* '' */

.icon-progress-3:before {
    content: '\e989';
}


/* '' */

.icon-cc-remix:before {
    content: '\e98a';
}


/* '' */

.icon-progress-4:before {
    content: '\e98a';
}


/* '' */

.icon-back-in-time:before {
    content: '\e98b';
}


/* '' */

.icon-progress-5:before {
    content: '\e98b';
}


/* '' */

.icon-language-1:before {
    content: '\e98c';
}


/* '' */

.icon-progress-6:before {
    content: '\e98c';
}


/* '' */

.icon-trophy-1:before {
    content: '\e98d';
}


/* '' */

.icon-progress-7:before {
    content: '\e98d';
}


/* '' */

.icon-signal-1:before {
    content: '\e98e';
}


/* '' */

.icon-font-1:before {
    content: '\e98e';
}


/* '' */

.icon-left-bold-1:before {
    content: '\e98f';
}


/* '' */

.icon-list-1:before {
    content: '\e98f';
}


/* '' */

.icon-down-thin:before {
    content: '\e990';
}


/* '' */

.icon-list-numbered:before {
    content: '\e990';
}


/* '' */

.icon-monitor-1:before {
    content: '\e991';
}


/* '' */

.icon-indent-left-1:before {
    content: '\e991';
}


/* '' */

.icon-battery:before {
    content: '\e992';
}


/* '' */

.icon-indent-right-1:before {
    content: '\e992';
}


/* '' */

.icon-resize-full-2:before {
    content: '\e993';
}


/* '' */

.icon-cloud-4:before {
    content: '\e993';
}


/* '' */

.icon-left-dir-1:before {
    content: '\e994';
}


/* '' */

.icon-terminal:before {
    content: '\e994';
}


/* '' */

.icon-light-down:before {
    content: '\e995';
}


/* '' */

.icon-facebook-rect:before {
    content: '\e995';
}


/* '' */

.icon-clock-2:before {
    content: '\e996';
}


/* '' */

.icon-twitter-bird:before {
    content: '\e996';
}


/* '' */

.icon-attach-2:before {
    content: '\e997';
}


/* '' */

.icon-vimeo-rect:before {
    content: '\e997';
}


/* '' */

.icon-lock-2:before {
    content: '\e998';
}


/* '' */

.icon-tumblr-rect:before {
    content: '\e998';
}


/* '' */

.icon-hourglass-4:before {
    content: '\e999';
}


/* '' */

.icon-googleplus-rect:before {
    content: '\e999';
}


/* '' */

.icon-cup:before {
    content: '\e99a';
}


/* '' */

.icon-linkedin-rect:before {
    content: '\e99a';
}


/* '' */

.icon-bookmark-1:before {
    content: '\e99b';
}


/* '' */

.icon-vkontakte-rect:before {
    content: '\e99b';
}


/* '' */

.icon-bookmarks:before {
    content: '\e99c';
}


/* '' */

.icon-youtube:before {
    content: '\e99c';
}


/* '' */

.icon-eye-1:before {
    content: '\e99d';
}


/* '' */

.icon-odnoklassniki-rect:before {
    content: '\e99d';
}


/* '' */

.icon-thumbs-up-1:before {
    content: '\e99e';
}


/* '' */

.icon-share-2:before {
    content: '\e99e';
}


/* '' */

.icon-download-1:before {
    content: '\e99f';
}


/* '' */

.icon-arrows-cw-2:before {
    content: '\e99f';
}


/* '' */

.icon-window:before {
    content: '\e9a0';
}


/* '' */

.icon-publish:before {
    content: '\e9a1';
}


/* '' */

.icon-popup:before {
    content: '\e9a2';
}


/* '' */

.icon-thumbs-down-1:before {
    content: '\e9a3';
}


/* '' */

.icon-up-bold-1:before {
    content: '\e9a4';
}


/* '' */

.icon-network:before {
    content: '\e9a5';
}


/* '' */

.icon-droplet:before {
    content: '\e9a6';
}


/* '' */

.icon-air:before {
    content: '\e9a7';
}


/* '' */

.icon-credit-card-1:before {
    content: '\e9a8';
}


/* '' */

.icon-inbox-1:before {
    content: '\e9a9';
}


/* '' */

.icon-ccw-2:before {
    content: '\e9aa';
}


/* '' */

.icon-down-circled-1:before {
    content: '\e9ab';
}


/* '' */

.icon-arrow-combo:before {
    content: '\e9ac';
}


/* '' */

.icon-folder-2:before {
    content: '\e9ad';
}


/* '' */

.icon-box-2:before {
    content: '\e9ae';
}


/* '' */

.icon-archive:before {
    content: '\e9af';
}


/* '' */

.icon-rss-1:before {
    content: '\e9b0';
}


/* '' */

.icon-cog-2:before {
    content: '\e9b1';
}


/* '' */

.icon-up-open-3:before {
    content: '\e9b2';
}


/* '' */

.icon-right-open-3:before {
    content: '\e9b3';
}


/* '' */

.icon-left-open-3:before {
    content: '\e9b4';
}


/* '' */

.icon-down-open-3:before {
    content: '\e9b5';
}


/* '' */

.icon-up-circled-1:before {
    content: '\e9b6';
}


/* '' */

.icon-right-circled-1:before {
    content: '\e9b7';
}


/* '' */

.icon-cw-2:before {
    content: '\e9b8';
}


/* '' */

.icon-globe-2:before {
    content: '\e9b9';
}


/* '' */

.icon-clipboard:before {
    content: '\e9ba';
}


/* '' */

.icon-level-down-1:before {
    content: '\e9bb';
}


/* '' */

.icon-install:before {
    content: '\e9bc';
}


/* '' */

.icon-floppy-1:before {
    content: '\e9bd';
}


/* '' */

.icon-database-1:before {
    content: '\e9be';
}


/* '' */

.icon-cloud-2:before {
    content: '\e9bf';
}


/* '' */

.icon-cloud-thunder:before {
    content: '\e9c0';
}


/* '' */

.icon-level-up-1:before {
    content: '\e9c1';
}


/* '' */

.icon-arrows-ccw:before {
    content: '\e9c2';
}


/* '' */

.icon-shuffle-1:before {
    content: '\e9c3';
}


/* '' */

.icon-drive:before {
    content: '\e9c4';
}


/* '' */

.icon-bucket:before {
    content: '\e9c5';
}


/* '' */

.icon-switch:before {
    content: '\e9c6';
}


/* '' */

.icon-flight-1:before {
    content: '\e9c7';
}


/* '' */

.icon-moon-2:before {
    content: '\e9c8';
}


/* '' */

.icon-loop:before {
    content: '\e9c9';
}


/* '' */

.icon-flash-2:before {
    content: '\e9ca';
}


/* '' */

.icon-thermometer-1:before {
    content: '\e9cb';
}


/* '' */

.icon-key-2:before {
    content: '\e9cc';
}


/* '' */

.icon-flow-cascade:before {
    content: '\e9cd';
}


/* '' */

.icon-flow-branch:before {
    content: '\e9ce';
}


/* '' */

.icon-flow-tree:before {
    content: '\e9cf';
}


/* '' */

.icon-flow-line:before {
    content: '\e9d0';
}


/* '' */

.icon-flow-parallel:before {
    content: '\e9d1';
}


/* '' */

.icon-rocket-1:before {
    content: '\e9d2';
}


/* '' */

.icon-gauge-1:before {
    content: '\e9d3';
}


/* '' */

.icon-traffic-cone:before {
    content: '\e9d4';
}


/* '' */

.icon-dot-2:before {
    content: '\e9d5';
}


/* '' */

.icon-dot:before {
    content: '\e9d6';
}


/* '' */

.icon-suitcase-1:before {
    content: '\e9d7';
}


/* '' */

.icon-briefcase-1:before {
    content: '\e9d8';
}


/* '' */

.icon-paper-plane-1:before {
    content: '\e9d9';
}


/* '' */

.icon-play-2:before {
    content: '\e9da';
}


/* '' */

.icon-stop-2:before {
    content: '\e9db';
}


/* '' */

.icon-pause-2:before {
    content: '\e9dc';
}


/* '' */

.icon-record:before {
    content: '\e9dd';
}


/* '' */

.icon-to-start-1:before {
    content: '\e9de';
}


/* '' */

.icon-fast-backward-1:before {
    content: '\e9df';
}


/* '' */

.icon-progress-0:before {
    content: '\e9e0';
}


/* '' */

.icon-right-open-big:before {
    content: '\e9e1';
}


/* '' */

.icon-left-open-big:before {
    content: '\e9e2';
}


/* '' */

.icon-up-open-mini:before {
    content: '\e9e3';
}


/* '' */

.icon-right-open-mini:before {
    content: '\e9e4';
}


/* '' */

.icon-down-open-mini:before {
    content: '\e9e5';
}


/* '' */

.icon-logout-1:before {
    content: '\e9e6';
}


/* '' */

.icon-login-2:before {
    content: '\e9e7';
}


/* '' */

.icon-calendar-2:before {
    content: '\e9e8';
}


/* '' */

.icon-bag:before {
    content: '\e9e9';
}


/* '' */

.icon-left-open-mini:before {
    content: '\e9ea';
}


/* '' */

.icon-to-end-1:before {
    content: '\e9eb';
}


/* '' */

.icon-leaf-1:before {
    content: '\e9ec';
}


/* '' */

.icon-lifebuoy-1:before {
    content: '\e9ed';
}


/* '' */

.icon-mouse:before {
    content: '\e9ee';
}


/* '' */

.icon-fast-forward-1:before {
    content: '\e9ef';
}


/* '' */

.icon-up-open-big:before {
    content: '\e9f0';
}


/* '' */

.icon-down-3:before {
    content: '\e9f1';
}


/* '' */

.icon-dot-3:before {
    content: '\e9f2';
}


/* '' */

.icon-down-open-big:before {
    content: '\e9f3';
}


/* '' */

.icon-shareable:before {
    content: '\e9f4';
}


/* '' */

.icon-basket-1:before {
    content: '\e9f5';
}


/* '' */

.icon-mic-1:before {
    content: '\e9f6';
}


/* '' */

.icon-mute-1:before {
    content: '\e9f7';
}


/* '' */

.icon-tools:before {
    content: '\e9f8';
}


/* '' */

.icon-phone-1:before {
    content: '\e9f9';
}


/* '' */

.icon-newspaper-1:before {
    content: '\e9fa';
}


/* '' */

.icon-megaphone-1:before {
    content: '\e9fb';
}


/* '' */

.icon-music-outline:before {
    content: '\e9fc';
}


/* '' */

.icon-cancel-outline:before {
    content: '\e9fd';
}


/* '' */

.icon-contacts:before {
    content: '\e9fe';
}


/* '' */

.icon-eject-1:before {
    content: '\e9ff';
}


/* '' */

.icon-drizzle:before {
    content: '\ea00';
}


/* '' */

.icon-flow-split:before {
    content: '\ea01';
}


/* '' */

.icon-right-4:before {
    content: '\ea02';
}


/* '' */

.icon-bookmark-2:before {
    content: '\ea03';
}


/* '' */

.icon-calendar-3:before {
    content: '\ea04';
}


/* '' */

.icon-music-2:before {
    content: '\ea05';
}


/* '' */

.icon-cancel-2:before {
    content: '\ea06';
}


/* '' */

.icon-flag-2:before {
    content: '\ea07';
}


/* '' */

.icon-vcard-1:before {
    content: '\ea08';
}


/* '' */

.icon-mic-outline:before {
    content: '\ea09';
}


/* '' */

.icon-up-4:before {
    content: '\ea0a';
}


/* '' */

.icon-eject-alt-outline:before {
    content: '\ea0b';
}


/* '' */

.icon-snow:before {
    content: '\ea0c';
}


/* '' */

.icon-flow-merge:before {
    content: '\ea0d';
}


/* '' */

.icon-flow-parallel-1:before {
    content: '\ea0e';
}


/* '' */

.icon-cloud-flash:before {
    content: '\ea0f';
}


/* '' */

.icon-eject-alt:before {
    content: '\ea10';
}


/* '' */

.icon-down-outline:before {
    content: '\ea11';
}


/* '' */

.icon-flag-filled:before {
    content: '\ea12';
}


/* '' */

.icon-search-outline:before {
    content: '\ea13';
}


/* '' */

.icon-mic-2:before {
    content: '\ea14';
}


/* '' */

.icon-cancel-alt:before {
    content: '\ea15';
}


/* '' */

.icon-address-1:before {
    content: '\ea16';
}


/* '' */

.icon-search-2:before {
    content: '\ea17';
}


/* '' */

.icon-thumbs-up-2:before {
    content: '\ea18';
}


/* '' */

.icon-location-outline:before {
    content: '\ea19';
}


/* '' */

.icon-volume-off-1:before {
    content: '\ea1a';
}


/* '' */

.icon-left-outline:before {
    content: '\ea1b';
}


/* '' */

.icon-bat1:before {
    content: '\ea1c';
}


/* '' */

.icon-cloud-wind:before {
    content: '\ea1d';
}


/* '' */

.icon-flow-cross:before {
    content: '\ea1e';
}


/* '' */

.icon-certificate-outline:before {
    content: '\ea1f';
}


/* '' */

.icon-bat2:before {
    content: '\ea20';
}


/* '' */

.icon-right-outline:before {
    content: '\ea21';
}


/* '' */

.icon-mail-2:before {
    content: '\ea22';
}


/* '' */

.icon-location-2:before {
    content: '\ea23';
}


/* '' */

.icon-thumbs-down-2:before {
    content: '\ea24';
}


/* '' */

.icon-cancel-circled-outline:before {
    content: '\ea25';
}


/* '' */

.icon-heart-2:before {
    content: '\ea26';
}


/* '' */

.icon-download-outline:before {
    content: '\ea27';
}


/* '' */

.icon-map-2:before {
    content: '\ea28';
}


/* '' */

.icon-up-outline:before {
    content: '\ea29';
}


/* '' */

.icon-volume-middle:before {
    content: '\ea2a';
}


/* '' */

.icon-bat3:before {
    content: '\ea2b';
}


/* '' */

.icon-plane-outline:before {
    content: '\ea2c';
}


/* '' */

.icon-certificate-1:before {
    content: '\ea2d';
}


/* '' */

.icon-scissors-outline:before {
    content: '\ea2e';
}


/* '' */

.icon-volume-high:before {
    content: '\ea2f';
}


/* '' */

.icon-direction-outline:before {
    content: '\ea30';
}


/* '' */

.icon-heart-filled:before {
    content: '\ea31';
}


/* '' */

.icon-cancel-circled-2:before {
    content: '\ea32';
}


/* '' */

.icon-bat4:before {
    content: '\ea33';
}


/* '' */

.icon-wind:before {
    content: '\ea34';
}


/* '' */

.icon-plane:before {
    content: '\ea35';
}


/* '' */

.icon-leaf-2:before {
    content: '\ea36';
}


/* '' */

.icon-down-small:before {
    content: '\ea37';
}


/* '' */

.icon-left-small:before {
    content: '\ea38';
}


/* '' */

.icon-download-2:before {
    content: '\ea39';
}


/* '' */

.icon-upload-outline:before {
    content: '\ea3a';
}


/* '' */

.icon-compass-2:before {
    content: '\ea3b';
}


/* '' */

.icon-bat-charge:before {
    content: '\ea3c';
}


/* '' */

.icon-plug-1:before {
    content: '\ea3d';
}


/* '' */

.icon-lifebuoy-2:before {
    content: '\ea3e';
}


/* '' */

.icon-flask:before {
    content: '\ea3f';
}


/* '' */

.icon-wine:before {
    content: '\ea40';
}


/* '' */

.icon-scissors-1:before {
    content: '\ea41';
}


/* '' */

.icon-anchor-outline:before {
    content: '\ea42';
}


/* '' */

.icon-anchor-1:before {
    content: '\ea43';
}


/* '' */

.icon-beer-1:before {
    content: '\ea44';
}


/* '' */

.icon-coffee-1:before {
    content: '\ea45';
}


/* '' */

.icon-pipette:before {
    content: '\ea46';
}


/* '' */

.icon-briefcase-2:before {
    content: '\ea47';
}


/* '' */

.icon-target-2:before {
    content: '\ea48';
}


/* '' */

.icon-wifi-1:before {
    content: '\ea49';
}


/* '' */

.icon-arrows-cw-outline:before {
    content: '\ea4a';
}


/* '' */

.icon-star-2:before {
    content: '\ea4b';
}


/* '' */

.icon-star-filled:before {
    content: '\ea4c';
}


/* '' */

.icon-user-outline:before {
    content: '\ea4d';
}


/* '' */

.icon-user-2:before {
    content: '\ea4e';
}


/* '' */

.icon-users-outline:before {
    content: '\ea4f';
}


/* '' */

.icon-users-2:before {
    content: '\ea50';
}


/* '' */

.icon-user-add-1:before {
    content: '\ea51';
}


/* '' */

.icon-user-delete-outline:before {
    content: '\ea52';
}


/* '' */

.icon-video-2:before {
    content: '\ea53';
}


/* '' */

.icon-videocam-outline:before {
    content: '\ea54';
}


/* '' */

.icon-picture-2:before {
    content: '\ea55';
}


/* '' */

.icon-camera-2:before {
    content: '\ea56';
}


/* '' */

.icon-th-1:before {
    content: '\ea57';
}


/* '' */

.icon-th-large-outline:before {
    content: '\ea58';
}


/* '' */

.icon-th-list-outline:before {
    content: '\ea59';
}


/* '' */

.icon-th-list-1:before {
    content: '\ea5a';
}


/* '' */

.icon-ok-1:before {
    content: '\ea5b';
}


/* '' */

.icon-qrcode:before {
    content: '\ea5c';
}


/* '' */

.icon-mail:before {
    content: '\ea5c';
}


/* '' */

.icon-road:before {
    content: '\ea5d';
}


/* '' */

.icon-heart:before {
    content: '\ea5d';
}


/* '' */

.icon-off:before {
    content: '\ea5e';
}


/* '' */

.icon-star:before {
    content: '\ea5e';
}


/* '' */

.icon-briefcase:before {
    content: '\ea5f';
}


/* '' */

.icon-star-empty:before {
    content: '\ea5f';
}


/* '' */

.icon-ok:before {
    content: '\ea60';
}


/* '' */

.icon-video-chat:before {
    content: '\ea60';
}


/* '' */

.icon-cancel:before {
    content: '\ea61';
}


/* '' */

.icon-picture:before {
    content: '\ea61';
}


/* '' */

.icon-plus:before {
    content: '\ea62';
}


/* '' */

.icon-camera:before {
    content: '\ea62';
}


/* '' */

.icon-barcode:before {
    content: '\ea63';
}


/* '' */

.icon-help-circled:before {
    content: '\ea63';
}


/* '' */

.icon-help-circled-alt:before {
    content: '\ea64';
}


/* '' */

.icon-photo-circled:before {
    content: '\ea64';
}


/* '' */

.icon-home:before {
    content: '\ea65';
}


/* '' */

.icon-th-large:before {
    content: '\ea65';
}


/* '' */

.icon-pencil:before {
    content: '\ea66';
}


/* '' */

.icon-th:before {
    content: '\ea66';
}


/* '' */

.icon-attention:before {
    content: '\ea67';
}


/* '' */

.icon-th-list:before {
    content: '\ea67';
}


/* '' */

.icon-attention-alt:before {
    content: '\ea68';
}


/* '' */

.icon-view-mode:before {
    content: '\ea68';
}


/* '' */

.icon-cog:before {
    content: '\ea69';
}


/* '' */

.icon-ok:before {
    content: '\ea69';
}


/* '' */

.icon-clock:before {
    content: '\ea6a';
}


/* '' */

.icon-ok-circled:before {
    content: '\ea6a';
}


/* '' */

.icon-stopwatch:before {
    content: '\ea6b';
}


/* '' */

.icon-ok-circled2:before {
    content: '\ea6b';
}


/* '' */

.icon-hourglass:before {
    content: '\ea6c';
}


/* '' */

.icon-glass:before {
    content: '\ea6c';
}


/* '' */

.icon-left-fat:before {
    content: '\ea6d';
}


/* '' */

.icon-music:before {
    content: '\ea6d';
}


/* '' */

.icon-flash:before {
    content: '\ea6e';
}


/* '' */

.icon-search:before {
    content: '\ea6e';
}


/* '' */

.icon-cloud:before {
    content: '\ea6f';
}


/* '' */

.icon-search-circled:before {
    content: '\ea6f';
}


/* '' */

.icon-vector-pencil:before {
    content: '\ea70';
}


/* '' */

.icon-mail:before {
    content: '\ea70';
}


/* '' */

.icon-at:before {
    content: '\ea71';
}


/* '' */

.icon-mail-circled:before {
    content: '\ea71';
}


/* '' */

.icon-female:before {
    content: '\ea72';
}


/* '' */

.icon-heart:before {
    content: '\ea72';
}


/* '' */

.icon-male:before {
    content: '\ea73';
}


/* '' */

.icon-heart-circled:before {
    content: '\ea73';
}


/* '' */

.icon-king:before {
    content: '\ea74';
}


/* '' */

.icon-heart-empty:before {
    content: '\ea74';
}


/* '' */

.icon-anchor:before {
    content: '\ea75';
}


/* '' */

.icon-star:before {
    content: '\ea75';
}


/* '' */

.icon-search-3:before {
    content: '\ea76';
}


/* '' */

.icon-mail-3:before {
    content: '\ea77';
}


/* '' */

.icon-heart-3:before {
    content: '\ea78';
}


/* '' */

.icon-heart-empty-2:before {
    content: '\ea79';
}


/* '' */

.icon-star-3:before {
    content: '\ea7a';
}


/* '' */

.icon-user-3:before {
    content: '\ea7b';
}


/* '' */

.icon-video-3:before {
    content: '\ea7c';
}


/* '' */

.icon-picture-3:before {
    content: '\ea7d';
}


/* '' */

.icon-pin-2:before {
    content: '\ea7e';
}


/* '' */

.icon-camera-3:before {
    content: '\ea7e';
}


/* '' */

.icon-lock-open-1:before {
    content: '\ea7f';
}


/* '' */

.icon-ok-2:before {
    content: '\ea7f';
}


/* '' */

.icon-lock-1:before {
    content: '\ea80';
}


/* '' */

.icon-ok-circle:before {
    content: '\ea80';
}


/* '' */

.icon-attach-outline:before {
    content: '\ea81';
}


/* '' */

.icon-cancel-3:before {
    content: '\ea81';
}


/* '' */

.icon-link-1:before {
    content: '\ea82';
}


/* '' */

.icon-cancel-circle:before {
    content: '\ea82';
}


/* '' */

.icon-home-1:before {
    content: '\ea83';
}


/* '' */

.icon-plus-2:before {
    content: '\ea83';
}


/* '' */

.icon-home-outline:before {
    content: '\ea84';
}


/* '' */

.icon-plus-circle:before {
    content: '\ea84';
}


/* '' */

.icon-info-1:before {
    content: '\ea85';
}


/* '' */

.icon-minus-2:before {
    content: '\ea85';
}


/* '' */

.icon-info-outline:before {
    content: '\ea86';
}


/* '' */

.icon-minus-circle:before {
    content: '\ea86';
}


/* '' */

.icon-eq:before {
    content: '\ea87';
}


/* '' */

.icon-help-2:before {
    content: '\ea87';
}


/* '' */

.icon-eq-outline:before {
    content: '\ea88';
}


/* '' */

.icon-info-2:before {
    content: '\ea88';
}


/* '' */

.icon-divide:before {
    content: '\ea89';
}


/* '' */

.icon-home-2:before {
    content: '\ea89';
}


/* '' */

.icon-divide-outline:before {
    content: '\ea8a';
}


/* '' */

.icon-link-2:before {
    content: '\ea8a';
}


/* '' */

.icon-minus-1:before {
    content: '\ea8b';
}


/* '' */

.icon-attach-2:before {
    content: '\ea8b';
}


/* '' */

.icon-plus-outline:before {
    content: '\ea8c';
}


/* '' */

.icon-lock-2:before {
    content: '\ea8c';
}


/* '' */

.icon-direction-2:before {
    content: '\ea8d';
}


/* '' */

.icon-lock-empty:before {
    content: '\ea8d';
}


/* '' */

.icon-headphones-2:before {
    content: '\ea8e';
}


/* '' */

.icon-lock-open-2:before {
    content: '\ea8e';
}


/* '' */

.icon-wristwatch:before {
    content: '\ea8f';
}


/* '' */

.icon-lock-open-empty:before {
    content: '\ea8f';
}


/* '' */

.icon-target-outline:before {
    content: '\ea90';
}


/* '' */

.icon-pin-1:before {
    content: '\ea90';
}


/* '' */

.icon-wifi-outline:before {
    content: '\ea91';
}


/* '' */

.icon-eye-3:before {
    content: '\ea91';
}


/* '' */

.icon-upload-cloud-1:before {
    content: '\ea92';
}


/* '' */

.icon-tag-3:before {
    content: '\ea92';
}


/* '' */

.icon-reply-outline:before {
    content: '\ea93';
}


/* '' */

.icon-tag-empty:before {
    content: '\ea93';
}


/* '' */

.icon-upload-cloud-outline:before {
    content: '\ea94';
}


/* '' */

.icon-download-3:before {
    content: '\ea94';
}


/* '' */

.icon-trash-1:before {
    content: '\ea95';
}


/* '' */

.icon-upload-2:before {
    content: '\ea95';
}


/* '' */

.icon-doc-1:before {
    content: '\ea96';
}


/* '' */

.icon-download-cloud-1:before {
    content: '\ea96';
}


/* '' */

.icon-lightbulb-1:before {
    content: '\ea97';
}


/* '' */

.icon-upload-cloud-2:before {
    content: '\ea97';
}


/* '' */

.icon-up-small:before {
    content: '\ea98';
}


/* '' */

.icon-quote-left-1:before {
    content: '\ea98';
}


/* '' */

.icon-cw-outline:before {
    content: '\ea99';
}


/* '' */

.icon-quote-right-1:before {
    content: '\ea99';
}


/* '' */

.icon-cw-1:before {
    content: '\ea9a';
}


/* '' */

.icon-quote-left-alt:before {
    content: '\ea9a';
}


/* '' */

.icon-stopwatch-1:before {
    content: '\ea9b';
}


/* '' */

.icon-quote-right-alt:before {
    content: '\ea9b';
}


/* '' */

.icon-upload-1:before {
    content: '\ea9c';
}


/* '' */

.icon-pencil-2:before {
    content: '\ea9c';
}


/* '' */

.icon-plus-1:before {
    content: '\ea9d';
}


/* '' */

.icon-pencil-neg:before {
    content: '\ea9d';
}


/* '' */

.icon-rain:before {
    content: '\ea9e';
}


/* '' */

.icon-waves:before {
    content: '\ea9f';
}


/* '' */

.icon-waves-outline:before {
    content: '\eaa0';
}


/* '' */

.icon-left-4:before {
    content: '\eaa1';
}


/* '' */

.icon-warning-empty:before {
    content: '\eaa2';
}


/* '' */

.icon-warning:before {
    content: '\eaa3';
}


/* '' */

.icon-cancel-alt-filled:before {
    content: '\eaa4';
}


/* '' */

.icon-pencil-alt:before {
    content: '\eaa4';
}


/* '' */

.icon-doc-text-2:before {
    content: '\eaa5';
}


/* '' */

.icon-undo:before {
    content: '\eaa5';
}


/* '' */

.icon-contrast:before {
    content: '\eaa6';
}


/* '' */

.icon-cog-outline:before {
    content: '\eaa6';
}


/* '' */

.icon-reply-2:before {
    content: '\eaa7';
}


/* '' */

.icon-comment-2:before {
    content: '\eaa7';
}


/* '' */

.icon-doc-add:before {
    content: '\eaa8';
}


/* '' */

.icon-comment-inv:before {
    content: '\eaa8';
}


/* '' */

.icon-block-outline:before {
    content: '\eaa9';
}


/* '' */

.icon-comment-alt:before {
    content: '\eaa9';
}


/* '' */

.icon-doc-remove:before {
    content: '\eaaa';
}


/* '' */

.icon-comment-inv-alt:before {
    content: '\eaaa';
}


/* '' */

.icon-forward-2:before {
    content: '\eaab';
}


/* '' */

.icon-comment-alt2:before {
    content: '\eaab';
}


/* '' */

.icon-news:before {
    content: '\eaac';
}


/* '' */

.icon-comment-inv-alt2:before {
    content: '\eaac';
}


/* '' */

.icon-resize-full-outline:before {
    content: '\eaad';
}


/* '' */

.icon-chat-2:before {
    content: '\eaad';
}


/* '' */

.icon-block-1:before {
    content: '\eaae';
}


/* '' */

.icon-chat-inv:before {
    content: '\eaae';
}


/* '' */

.icon-loop-outline:before {
    content: '\eaaf';
}


/* '' */

.icon-location-3:before {
    content: '\eaaf';
}


/* '' */

.icon-power:before {
    content: '\eab0';
}


/* '' */

.icon-location-inv:before {
    content: '\eab0';
}


/* '' */

.icon-check-outline:before {
    content: '\eab1';
}


/* '' */

.icon-location-alt:before {
    content: '\eab1';
}


/* '' */

.icon-power-outline:before {
    content: '\eab2';
}


/* '' */

.icon-compass-3:before {
    content: '\eab2';
}


/* '' */

.icon-puzzle-outline:before {
    content: '\eab3';
}


/* '' */

.icon-trash-2:before {
    content: '\eab3';
}


/* '' */

.icon-puzzle-1:before {
    content: '\eab4';
}


/* '' */

.icon-trash-empty-1:before {
    content: '\eab4';
}


/* '' */

.icon-check-2:before {
    content: '\eab5';
}


/* '' */

.icon-doc-2:before {
    content: '\eab5';
}


/* '' */

.icon-code-outline:before {
    content: '\eab6';
}


/* '' */

.icon-doc-inv-1:before {
    content: '\eab6';
}


/* '' */

.icon-loop-alt-outline:before {
    content: '\eab7';
}


/* '' */

.icon-doc-alt:before {
    content: '\eab7';
}


/* '' */

.icon-gift-1:before {
    content: '\eab8';
}


/* '' */

.icon-doc-inv-alt:before {
    content: '\eab8';
}


/* '' */

.icon-tree-3:before {
    content: '\eab9';
}


/* '' */

.icon-article:before {
    content: '\eab9';
}


/* '' */

.icon-folder-delete:before {
    content: '\eaba';
}


/* '' */

.icon-article-alt:before {
    content: '\eaba';
}


/* '' */

.icon-export-outline:before {
    content: '\eabb';
}


/* '' */

.icon-book-open-1:before {
    content: '\eabb';
}


/* '' */

.icon-move-outline:before {
    content: '\eabc';
}


/* '' */

.icon-folder-2:before {
    content: '\eabc';
}


/* '' */

.icon-shuffle-2:before {
    content: '\eabd';
}


/* '' */

.icon-folder-empty-1:before {
    content: '\eabd';
}


/* '' */

.icon-globe-outline:before {
    content: '\eabe';
}


/* '' */

.icon-box-2:before {
    content: '\eabe';
}


/* '' */

.icon-pi-outline:before {
    content: '\eabf';
}


/* '' */

.icon-rss-3:before {
    content: '\eabf';
}


/* '' */

.icon-looped-square-outline:before {
    content: '\eac0';
}


/* '' */

.icon-rss-alt:before {
    content: '\eac0';
}


/* '' */

.icon-sort-alphabet-outline:before {
    content: '\eac1';
}


/* '' */

.icon-cog-2:before {
    content: '\eac1';
}


/* '' */

.icon-sort-alphabet:before {
    content: '\eac2';
}


/* '' */

.icon-wrench-2:before {
    content: '\eac2';
}


/* '' */

.icon-sort-numeric-outline:before {
    content: '\eac3';
}


/* '' */

.icon-share-3:before {
    content: '\eac3';
}


/* '' */

.icon-sort-numeric:before {
    content: '\eac4';
}


/* '' */

.icon-calendar-3:before {
    content: '\eac4';
}


/* '' */

.icon-key-outline:before {
    content: '\eac5';
}


/* '' */

.icon-calendar-inv:before {
    content: '\eac5';
}


/* '' */

.icon-key-1:before {
    content: '\eac6';
}


/* '' */

.icon-calendar-alt:before {
    content: '\eac6';
}


/* '' */

.icon-cog-1:before {
    content: '\eac7';
}


/* '' */

.icon-mic-3:before {
    content: '\eac7';
}


/* '' */

.icon-bell-1:before {
    content: '\eac8';
}


/* '' */

.icon-volume-off-2:before {
    content: '\eac8';
}


/* '' */

.icon-fast-fw-outline:before {
    content: '\eac9';
}


/* '' */

.icon-volume-up-1:before {
    content: '\eac9';
}


/* '' */

.icon-resize-full-1:before {
    content: '\eaca';
}


/* '' */

.icon-headphones-1:before {
    content: '\eaca';
}


/* '' */

.icon-resize-normal:before {
    content: '\eacb';
}


/* '' */

.icon-clock-2:before {
    content: '\eacb';
}


/* '' */

.icon-archive-1:before {
    content: '\eacc';
}


/* '' */

.icon-lamp-1:before {
    content: '\eacc';
}


/* '' */

.icon-comment-1:before {
    content: '\eacd';
}


/* '' */

.icon-block-2:before {
    content: '\eacd';
}


/* '' */

.icon-feather-1:before {
    content: '\eace';
}


/* '' */

.icon-resize-full-2:before {
    content: '\eace';
}


/* '' */

.icon-phone-outline:before {
    content: '\eacf';
}


/* '' */

.icon-resize-full-alt-1:before {
    content: '\eacf';
}


/* '' */

.icon-phone-2:before {
    content: '\ead0';
}


/* '' */

.icon-resize-small-2:before {
    content: '\ead0';
}


/* '' */

.icon-zoom-out-outline:before {
    content: '\ead1';
}


/* '' */

.icon-resize-small-alt:before {
    content: '\ead1';
}


/* '' */

.icon-zoom-in-2:before {
    content: '\ead2';
}


/* '' */

.icon-resize-vertical-1:before {
    content: '\ead2';
}


/* '' */

.icon-zoom-in-outline:before {
    content: '\ead3';
}


/* '' */

.icon-resize-horizontal-1:before {
    content: '\ead3';
}


/* '' */

.icon-stop-outline:before {
    content: '\ead4';
}


/* '' */

.icon-move-1:before {
    content: '\ead4';
}


/* '' */

.icon-stop-1:before {
    content: '\ead5';
}


/* '' */

.icon-popup-1:before {
    content: '\ead5';
}


/* '' */

.icon-pause-outline:before {
    content: '\ead6';
}


/* '' */

.icon-down-5:before {
    content: '\ead6';
}


/* '' */

.icon-pause-1:before {
    content: '\ead7';
}


/* '' */

.icon-left-5:before {
    content: '\ead7';
}


/* '' */

.icon-sun-filled:before {
    content: '\ead8';
}


/* '' */

.icon-right-5:before {
    content: '\ead8';
}


/* '' */

.icon-sun-3:before {
    content: '\ead9';
}


/* '' */

.icon-up-5:before {
    content: '\ead9';
}


/* '' */

.icon-chart-1:before {
    content: '\eada';
}


/* '' */

.icon-down-circle:before {
    content: '\eada';
}


/* '' */

.icon-chart-alt-outline:before {
    content: '\eadb';
}


/* '' */

.icon-left-circle:before {
    content: '\eadb';
}


/* '' */

.icon-pi:before {
    content: '\eadc';
}


/* '' */

.icon-right-circle:before {
    content: '\eadc';
}


/* '' */

.icon-at-3:before {
    content: '\eadd';
}


/* '' */

.icon-up-circle:before {
    content: '\eadd';
}


/* '' */

.icon-at-circled:before {
    content: '\eade';
}


/* '' */

.icon-cw-2:before {
    content: '\eade';
}


/* '' */

.icon-infinity-1:before {
    content: '\eadf';
}


/* '' */

.icon-loop-1:before {
    content: '\eadf';
}


/* '' */

.icon-chart-outline:before {
    content: '\eae0';
}


/* '' */

.icon-loop-alt:before {
    content: '\eae0';
}


/* '' */

.icon-temperatire:before {
    content: '\eae1';
}


/* '' */

.icon-exchange-1:before {
    content: '\eae1';
}


/* '' */

.icon-calculator:before {
    content: '\eae2';
}


/* '' */

.icon-split:before {
    content: '\eae2';
}


/* '' */

.icon-infinity-outline:before {
    content: '\eae3';
}


/* '' */

.icon-arrow-curved:before {
    content: '\eae3';
}


/* '' */

.icon-loop-alt-1:before {
    content: '\eae4';
}


/* '' */

.icon-play-2:before {
    content: '\eae4';
}


/* '' */

.icon-desktop-1:before {
    content: '\eae5';
}


/* '' */

.icon-play-circle2:before {
    content: '\eae5';
}


/* '' */

.icon-laptop-1:before {
    content: '\eae6';
}


/* '' */

.icon-stop-2:before {
    content: '\eae6';
}


/* '' */

.icon-tablet-2:before {
    content: '\eae7';
}


/* '' */

.icon-pause-2:before {
    content: '\eae7';
}


/* '' */

.icon-mobile-1:before {
    content: '\eae8';
}


/* '' */

.icon-to-start-2:before {
    content: '\eae8';
}


/* '' */

.icon-pencil-1:before {
    content: '\eae9';
}


/* '' */

.icon-to-end-2:before {
    content: '\eae9';
}


/* '' */

.icon-pen:before {
    content: '\eaea';
}


/* '' */

.icon-eject-2:before {
    content: '\eaea';
}


/* '' */

.icon-box-1:before {
    content: '\eaeb';
}


/* '' */

.icon-target-3:before {
    content: '\eaeb';
}


/* '' */

.icon-rss-outline:before {
    content: '\eaec';
}


/* '' */

.icon-signal-2:before {
    content: '\eaec';
}


/* '' */

.icon-move-2:before {
    content: '\eaed';
}


/* '' */

.icon-award-1:before {
    content: '\eaed';
}


/* '' */

.icon-popup-3:before {
    content: '\eaee';
}


/* '' */

.icon-award-empty:before {
    content: '\eaee';
}


/* '' */

.icon-play-outline:before {
    content: '\eaef';
}


/* '' */

.icon-list-2:before {
    content: '\eaef';
}


/* '' */

.icon-play-1:before {
    content: '\eaf0';
}


/* '' */

.icon-list-nested:before {
    content: '\eaf0';
}


/* '' */

.icon-globe-1:before {
    content: '\eaf1';
}


/* '' */

.icon-bat-empty:before {
    content: '\eaf1';
}


/* '' */

.icon-globe-alt-outline:before {
    content: '\eaf2';
}


/* '' */

.icon-bat-half:before {
    content: '\eaf2';
}


/* '' */

.icon-chart-alt:before {
    content: '\eaf3';
}


/* '' */

.icon-bat-full:before {
    content: '\eaf3';
}


/* '' */

.icon-chart-bar-outline:before {
    content: '\eaf4';
}


/* '' */

.icon-bat-charge-1:before {
    content: '\eaf4';
}


/* '' */

.icon-chart-bar-1:before {
    content: '\eaf5';
}


/* '' */

.icon-mobile-2:before {
    content: '\eaf5';
}


/* '' */

.icon-chart-pie-outline:before {
    content: '\eaf6';
}


/* '' */

.icon-cd-1:before {
    content: '\eaf6';
}


/* '' */

.icon-chart-pie-1:before {
    content: '\eaf7';
}


/* '' */

.icon-equalizer:before {
    content: '\eaf7';
}


/* '' */

.icon-ticket-2:before {
    content: '\eaf8';
}


/* '' */

.icon-cursor:before {
    content: '\eaf8';
}


/* '' */

.icon-credit-card-2:before {
    content: '\eaf9';
}


/* '' */

.icon-aperture:before {
    content: '\eaf9';
}


/* '' */

.icon-clipboard-1:before {
    content: '\eafa';
}


/* '' */

.icon-aperture-alt:before {
    content: '\eafa';
}


/* '' */

.icon-database-2:before {
    content: '\eafb';
}


/* '' */

.icon-steering-wheel:before {
    content: '\eafb';
}


/* '' */

.icon-left-open-outline:before {
    content: '\eafc';
}


/* '' */

.icon-book-2:before {
    content: '\eafc';
}


/* '' */

.icon-left-open-4:before {
    content: '\eafd';
}


/* '' */

.icon-book-alt:before {
    content: '\eafd';
}


/* '' */

.icon-brush-2:before {
    content: '\eafe';
}


/* '' */

.icon-brush-alt:before {
    content: '\eaff';
}


/* '' */

.icon-eyedropper-1:before {
    content: '\eb00';
}


/* '' */

.icon-layers:before {
    content: '\eb01';
}


/* '' */

.icon-layers-alt:before {
    content: '\eb02';
}


/* '' */

.icon-sun-1:before {
    content: '\eb03';
}


/* '' */

.icon-sun-inv:before {
    content: '\eb04';
}


/* '' */

.icon-cloud-2:before {
    content: '\eb05';
}


/* '' */

.icon-rain-1:before {
    content: '\eb06';
}


/* '' */

.icon-flash-2:before {
    content: '\eb07';
}


/* '' */

.icon-moon-2:before {
    content: '\eb08';
}


/* '' */

.icon-moon-inv:before {
    content: '\eb09';
}


/* '' */

.icon-umbrella-1:before {
    content: '\eb0a';
}


/* '' */

.icon-chart-bar-2:before {
    content: '\eb0b';
}


/* '' */

.icon-chart-pie-2:before {
    content: '\eb0c';
}


/* '' */

.icon-chart-pie-alt:before {
    content: '\eb0d';
}


/* '' */

.icon-key-2:before {
    content: '\eb0e';
}


/* '' */

.icon-key-inv:before {
    content: '\eb0f';
}


/* '' */

.icon-hash-1:before {
    content: '\eb10';
}


/* '' */

.icon-at-1:before {
    content: '\eb11';
}


/* '' */

.icon-pilcrow:before {
    content: '\eb12';
}


/* '' */

.icon-dial:before {
    content: '\eb13';
}


/* '' */

.icon-search-4:before {
    content: '\eb14';
}


/* '' */

.icon-mail-4:before {
    content: '\eb15';
}


/* '' */

.icon-heart-4:before {
    content: '\eb16';
}


/* '' */

.icon-star-4:before {
    content: '\eb17';
}


/* '' */

.icon-user-4:before {
    content: '\eb18';
}


/* '' */

.icon-user-woman:before {
    content: '\eb19';
}


/* '' */

.icon-user-pair:before {
    content: '\eb1a';
}


/* '' */

.icon-video-alt:before {
    content: '\eb1b';
}


/* '' */

.icon-videocam-1:before {
    content: '\eb1c';
}


/* '' */

.icon-videocam-alt:before {
    content: '\eb1d';
}


/* '' */

.icon-camera-4:before {
    content: '\eb1e';
}


/* '' */

.icon-th-2:before {
    content: '\eb1f';
}


/* '' */

.icon-th-list-2:before {
    content: '\eb20';
}


/* '' */

.icon-ok-3:before {
    content: '\eb21';
}


/* '' */

.icon-cancel-4:before {
    content: '\eb22';
}


/* '' */

.icon-cancel-circle-1:before {
    content: '\eb23';
}


/* '' */

.icon-plus-3:before {
    content: '\eb24';
}


/* '' */

.icon-home-3:before {
    content: '\eb25';
}


/* '' */

.icon-lock-3:before {
    content: '\eb26';
}


/* '' */

.icon-lock-open-3:before {
    content: '\eb27';
}


/* '' */

.icon-eye-4:before {
    content: '\eb28';
}


/* '' */

.icon-tag-4:before {
    content: '\eb29';
}


/* '' */

.icon-thumbs-up-3:before {
    content: '\eb2a';
}


/* '' */

.icon-thumbs-down-3:before {
    content: '\eb2b';
}


/* '' */

.icon-download-4:before {
    content: '\eb2c';
}


/* '' */

.icon-export-2:before {
    content: '\eb2d';
}


/* '' */

.icon-pencil-3:before {
    content: '\eb2e';
}


/* '' */

.icon-pencil-alt-1:before {
    content: '\eb2f';
}


/* '' */

.icon-edit-1:before {
    content: '\eb30';
}


/* '' */

.icon-chat-3:before {
    content: '\eb31';
}


/* '' */

.icon-print-2:before {
    content: '\eb32';
}


/* '' */

.icon-bell-2:before {
    content: '\eb33';
}


/* '' */

.icon-attention-3:before {
    content: '\eb34';
}


/* '' */

.icon-info-3:before {
    content: '\eb35';
}


/* '' */

.icon-question:before {
    content: '\eb36';
}


/* '' */

.icon-location-4:before {
    content: '\eb37';
}


/* '' */

.icon-trash-3:before {
    content: '\eb38';
}


/* '' */

.icon-doc-3:before {
    content: '\eb39';
}


/* '' */

.icon-article-1:before {
    content: '\eb3a';
}


/* '' */

.icon-article-alt-1:before {
    content: '\eb3b';
}


/* '' */

.icon-rss-4:before {
    content: '\eb3c';
}


/* '' */

.icon-wrench-3:before {
    content: '\eb3d';
}


/* '' */

.icon-basket-3:before {
    content: '\eb3e';
}


/* '' */

.icon-basket-alt:before {
    content: '\eb3f';
}


/* '' */

.icon-calendar-4:before {
    content: '\eb40';
}


/* '' */

.icon-calendar-alt-1:before {
    content: '\eb41';
}


/* '' */

.icon-volume-off-3:before {
    content: '\eb42';
}


/* '' */

.icon-volume-down-1:before {
    content: '\eb43';
}


/* '' */

.icon-volume-up-2:before {
    content: '\eb44';
}


/* '' */

.icon-bullhorn:before {
    content: '\eb45';
}


/* '' */

.icon-clock-3:before {
    content: '\eb46';
}


/* '' */

.icon-clock-alt:before {
    content: '\eb47';
}


/* '' */

.icon-stop-3:before {
    content: '\eb48';
}


/* '' */

.icon-resize-full-3:before {
    content: '\eb49';
}


/* '' */

.icon-resize-small-3:before {
    content: '\eb4a';
}


/* '' */

.icon-zoom-in-1:before {
    content: '\eb4b';
}


/* '' */

.icon-zoom-out-1:before {
    content: '\eb4c';
}


/* '' */

.icon-popup-2:before {
    content: '\eb4d';
}


/* '' */

.icon-down-dir-2:before {
    content: '\eb4e';
}


/* '' */

.icon-left-dir-2:before {
    content: '\eb4f';
}


/* '' */

.icon-right-dir-2:before {
    content: '\eb50';
}


/* '' */

.icon-up-dir-2:before {
    content: '\eb51';
}


/* '' */

.icon-down-6:before {
    content: '\eb52';
}


/* '' */

.icon-up-6:before {
    content: '\eb53';
}


/* '' */

.icon-cw-3:before {
    content: '\eb54';
}


/* '' */

.icon-signal-3:before {
    content: '\eb55';
}


/* '' */

.icon-award-2:before {
    content: '\eb56';
}


/* '' */

.icon-mobile-3:before {
    content: '\eb57';
}


/* '' */

.icon-mobile-alt:before {
    content: '\eb58';
}


/* '' */

.icon-tablet-1:before {
    content: '\eb59';
}


/* '' */

.icon-ipod:before {
    content: '\eb5a';
}


/* '' */

.icon-cd-2:before {
    content: '\eb5b';
}


/* '' */

.icon-grid:before {
    content: '\eb5c';
}


/* '' */

.icon-book-3:before {
    content: '\eb5d';
}


/* '' */

.icon-easel:before {
    content: '\eb5e';
}


/* '' */

.icon-globe-2:before {
    content: '\eb5f';
}


/* '' */

.icon-chart:before {
    content: '\eb60';
}


/* '' */

.icon-chart-bar-3:before {
    content: '\eb61';
}


/* '' */

.icon-chart-pie-3:before {
    content: '\eb62';
}


/* '' */

.icon-dollar-1:before {
    content: '\eb63';
}


/* '' */

.icon-at-2:before {
    content: '\eb64';
}


/* '' */

.icon-colon:before {
    content: '\eb65';
}


/* '' */

.icon-semicolon:before {
    content: '\eb66';
}


/* '' */

.icon-squares:before {
    content: '\eb67';
}


/* '' */

.icon-money-1:before {
    content: '\eb68';
}


/* '' */

.icon-facebook-5:before {
    content: '\eb69';
}


/* '' */

.icon-facebook-rect-1:before {
    content: '\eb6a';
}


/* '' */

.icon-twitter-bird-1:before {
    content: '\eb6b';
}


/* '' */

.icon-youtube-2:before {
    content: '\eb6c';
}


/* '' */

.icon-windy-rain-inv:before {
    content: '\eb6d';
}


/* '' */

.icon-snow-inv:before {
    content: '\eb6e';
}


/* '' */

.icon-snow-heavy-inv:before {
    content: '\eb6f';
}


/* '' */

.icon-hail-inv:before {
    content: '\eb70';
}


/* '' */

.icon-clouds-inv:before {
    content: '\eb71';
}


/* '' */

.icon-clouds-flash-inv:before {
    content: '\eb72';
}


/* '' */

.icon-temperature:before {
    content: '\eb73';
}


/* '' */

.icon-compass-4:before {
    content: '\eb74';
}


/* '' */

.icon-na:before {
    content: '\eb75';
}


/* '' */

.icon-celcius:before {
    content: '\eb76';
}


/* '' */

.icon-fahrenheit:before {
    content: '\eb77';
}


/* '' */

.icon-clouds-flash-alt:before {
    content: '\eb78';
}


/* '' */

.icon-sun-inv-1:before {
    content: '\eb79';
}


/* '' */

.icon-moon-inv-1:before {
    content: '\eb7a';
}


/* '' */

.icon-cloud-sun-inv:before {
    content: '\eb7b';
}


/* '' */

.icon-cloud-moon-inv:before {
    content: '\eb7c';
}


/* '' */

.icon-cloud-inv:before {
    content: '\eb7d';
}


/* '' */

.icon-cloud-flash-inv:before {
    content: '\eb7e';
}


/* '' */

.icon-drizzle-inv:before {
    content: '\eb7f';
}


/* '' */

.icon-rain-inv:before {
    content: '\eb80';
}


/* '' */

.icon-windy-inv:before {
    content: '\eb81';
}


/* '' */

.icon-sunrise:before {
    content: '\eb82';
}


/* '' */

.icon-sun-2:before {
    content: '\eb83';
}


/* '' */

.icon-moon-3:before {
    content: '\eb84';
}


/* '' */

.icon-eclipse:before {
    content: '\eb85';
}


/* '' */

.icon-mist:before {
    content: '\eb86';
}


/* '' */

.icon-wind-1:before {
    content: '\eb87';
}


/* '' */

.icon-snowflake:before {
    content: '\eb88';
}


/* '' */

.icon-cloud-sun-1:before {
    content: '\eb89';
}


/* '' */

.icon-cloud-moon:before {
    content: '\eb8a';
}


/* '' */

.icon-fog-sun:before {
    content: '\eb8b';
}


/* '' */

.icon-fog-moon:before {
    content: '\eb8c';
}


/* '' */

.icon-fog-cloud:before {
    content: '\eb8d';
}


/* '' */

.icon-fog:before {
    content: '\eb8e';
}


/* '' */

.icon-cloud-3:before {
    content: '\eb8f';
}


/* '' */

.icon-cloud-flash-1:before {
    content: '\eb90';
}


/* '' */

.icon-cloud-flash-alt:before {
    content: '\eb91';
}


/* '' */

.icon-drizzle-1:before {
    content: '\eb92';
}


/* '' */

.icon-rain-2:before {
    content: '\eb93';
}


/* '' */

.icon-windy:before {
    content: '\eb94';
}


/* '' */

.icon-windy-rain:before {
    content: '\eb95';
}


/* '' */

.icon-snow-1:before {
    content: '\eb96';
}


/* '' */

.icon-snow-alt:before {
    content: '\eb97';
}


/* '' */

.icon-snow-heavy:before {
    content: '\eb98';
}


/* '' */

.icon-hail:before {
    content: '\eb99';
}


/* '' */

.icon-clouds:before {
    content: '\eb9a';
}


/* '' */

.icon-clouds-flash:before {
    content: '\eb9b';
}


/* '' */

.icon-down-open-1:before {
    content: '\f004';
}


/* '' */

.icon-up-open-1:before {
    content: '\f005';
}


/* '' */

.icon-right-open-1:before {
    content: '\f006';
}


/* '' */

.icon-left-open-1:before {
    content: '\f007';
}


/* '' */

.icon-menu:before {
    content: '\f008';
}


/* '' */

.icon-th-list:before {
    content: '\f009';
}


/* '' */

.icon-th-thumb:before {
    content: '\f00a';
}


/* '' */

.icon-th-thumb-empty:before {
    content: '\f00b';
}


/* '' */

.icon-coverflow:before {
    content: '\f00c';
}


/* '' */

.icon-coverflow-empty:before {
    content: '\f00d';
}


/* '' */

.icon-pause:before {
    content: '\f00e';
}


/* '' */

.icon-play:before {
    content: '\f00f';
}


/* '' */

.icon-to-end:before {
    content: '\f010';
}


/* '' */

.icon-to-start:before {
    content: '\f011';
}


/* '' */

.icon-fast-forward:before {
    content: '\f012';
}


/* '' */

.icon-fast-backward:before {
    content: '\f013';
}


/* '' */

.icon-upload-cloud:before {
    content: '\f014';
}


/* '' */

.icon-download-cloud:before {
    content: '\f015';
}


/* '' */

.icon-data-science:before {
    content: '\f016';
}


/* '' */

.icon-data-science-inv:before {
    content: '\f017';
}


/* '' */

.icon-globe:before {
    content: '\f018';
}


/* '' */

.icon-globe-inv:before {
    content: '\f019';
}


/* '' */

.icon-math:before {
    content: '\f01a';
}


/* '' */

.icon-math-circled-empty:before {
    content: '\f01b';
}


/* '' */

.icon-math-circled:before {
    content: '\f01c';
}


/* '' */

.icon-paper-plane:before {
    content: '\f01d';
}


/* '' */

.icon-paper-plane-alt2:before {
    content: '\f01e';
}


/* '' */

.icon-paper-plane-alt:before {
    content: '\f01f';
}


/* '' */

.icon-color-adjust:before {
    content: '\f020';
}


/* '' */

.icon-star-half:before {
    content: '\f022';
}


/* '' */

.icon-star-half_empty:before {
    content: '\f024';
}


/* '' */

.icon-ccw-1:before {
    content: '\f025';
}


/* '' */

.icon-heart-broken:before {
    content: '\f028';
}


/* '' */

.icon-hash:before {
    content: '\f029';
}


/* '' */

.icon-reply:before {
    content: '\f02a';
}


/* '' */

.icon-retweet:before {
    content: '\f02b';
}


/* '' */

.icon-login:before {
    content: '\f02c';
}


/* '' */

.icon-logout:before {
    content: '\f02d';
}


/* '' */

.icon-download:before {
    content: '\f02e';
}


/* '' */

.icon-upload:before {
    content: '\f02f';
}


/* '' */

.icon-location:before {
    content: '\f031';
}


/* '' */

.icon-monitor:before {
    content: '\f032';
}


/* '' */

.icon-tablet:before {
    content: '\f033';
}


/* '' */

.icon-mobile:before {
    content: '\f034';
}


/* '' */

.icon-connected-object:before {
    content: '\f035';
}


/* '' */

.icon-isight:before {
    content: '\f039';
}


/* '' */

.icon-videocam:before {
    content: '\f03a';
}


/* '' */

.icon-shuffle:before {
    content: '\f03b';
}


/* '' */

.icon-chat:before {
    content: '\f03d';
}


/* '' */

.icon-bell:before {
    content: '\f03f';
}


/* '' */

.icon-movie:before {
    content: '\f040';
}


/* '' */

.icon-ruler:before {
    content: '\f044';
}


/* '' */

.icon-vector:before {
    content: '\f045';
}


/* '' */

.icon-doc-1:before {
    content: '\f047';
}


/* '' */

.icon-mic-off:before {
    content: '\f047';
}


/* '' */

.icon-mic:before {
    content: '\f048';
}


/* '' */

.icon-doc:before {
    content: '\f04a';
}


/* '' */

.icon-dribbble-circled-2:before {
    content: '\f04f';
}


/* '' */

.icon-dribbble-2:before {
    content: '\f050';
}


/* '' */

.icon-facebook-circled-2:before {
    content: '\f051';
}


/* '' */

.icon-facebook-2:before {
    content: '\f052';
}


/* '' */

.icon-github-circled-alt:before {
    content: '\f053';
}


/* '' */

.icon-github-circled-2:before {
    content: '\f054';
}


/* '' */

.icon-github-2:before {
    content: '\f055';
}


/* '' */

.icon-github-circled-alt2:before {
    content: '\f056';
}


/* '' */

.icon-twitter-circled-2:before {
    content: '\f057';
}


/* '' */

.icon-twitter-2:before {
    content: '\f058';
}


/* '' */

.icon-gplus-circled-1:before {
    content: '\f059';
}


/* '' */

.icon-gplus-1:before {
    content: '\f05a';
}


/* '' */

.icon-linkedin-circled-2:before {
    content: '\f05b';
}


/* '' */

.icon-linkedin-2:before {
    content: '\f05c';
}


/* '' */

.icon-instagram-1:before {
    content: '\f05d';
}


/* '' */

.icon-instagram-circled:before {
    content: '\f05e';
}


/* '' */

.icon-mfg-logo:before {
    content: '\f05f';
}


/* '' */

.icon-mfg-logo-circled:before {
    content: '\f060';
}


/* '' */

.icon-user:before {
    content: '\f061';
}


/* '' */

.icon-user-male:before {
    content: '\f062';
}


/* '' */

.icon-user-female:before {
    content: '\f063';
}


/* '' */

.icon-users:before {
    content: '\f064';
}


/* '' */

.icon-folder:before {
    content: '\f067';
}


/* '' */

.icon-folder-open:before {
    content: '\f068';
}


/* '' */

.icon-folder-empty:before {
    content: '\f069';
}


/* '' */

.icon-attach:before {
    content: '\f06a';
}


/* '' */

.icon-ok-circled:before {
    content: '\f06d';
}


/* '' */

.icon-cancel-circled:before {
    content: '\f06e';
}


/* '' */

.icon-inbox:before {
    content: '\f070';
}


/* '' */

.icon-trophy:before {
    content: '\f074';
}


/* '' */

.icon-lock-open-alt:before {
    content: '\f075';
}


/* '' */

.icon-link:before {
    content: '\f07b';
}


/* '' */

.icon-zoom-in:before {
    content: '\f07e';
}


/* '' */

.icon-zoom-out:before {
    content: '\f07f';
}


/* '' */

.icon-stop:before {
    content: '\f080';
}


/* '' */

.icon-export:before {
    content: '\f081';
}


/* '' */

.icon-eye:before {
    content: '\f082';
}


/* '' */

.icon-trash:before {
    content: '\f083';
}


/* '' */

.icon-hdd:before {
    content: '\f084';
}


/* '' */

.icon-info-circled:before {
    content: '\f085';
}


/* '' */

.icon-info-circled-alt:before {
    content: '\f086';
}


/* '' */

.icon-print:before {
    content: '\f087';
}


/* '' */

.icon-fontsize:before {
    content: '\f088';
}


/* '' */

.icon-soundcloud-1:before {
    content: '\f089';
}


/* '' */

.icon-soundcloud-circled:before {
    content: '\f08a';
}


/* '' */

.icon-link-ext:before {
    content: '\f08e';
}


/* '' */

.icon-check-empty:before {
    content: '\f096';
}


/* '' */

.icon-bookmark-empty:before {
    content: '\f097';
}


/* '' */

.icon-phone-squared:before {
    content: '\f098';
}


/* '' */

.icon-twitter-4:before {
    content: '\f099';
}


/* '' */

.icon-facebook-4:before {
    content: '\f09a';
}


/* '' */

.icon-github-circled-3:before {
    content: '\f09b';
}


/* '' */

.icon-rss-1:before {
    content: '\f09e';
}


/* '' */

.icon-hdd-1:before {
    content: '\f0a0';
}


/* '' */

.icon-certificate:before {
    content: '\f0a3';
}


/* '' */

.icon-left-circled:before {
    content: '\f0a8';
}


/* '' */

.icon-right-circled:before {
    content: '\f0a9';
}


/* '' */

.icon-up-circled:before {
    content: '\f0aa';
}


/* '' */

.icon-down-circled:before {
    content: '\f0ab';
}


/* '' */

.icon-tasks:before {
    content: '\f0ae';
}


/* '' */

.icon-filter:before {
    content: '\f0b0';
}


/* '' */

.icon-resize-full-alt:before {
    content: '\f0b2';
}


/* '' */

.icon-beaker:before {
    content: '\f0c3';
}


/* '' */

.icon-docs:before {
    content: '\f0c5';
}


/* '' */

.icon-blank:before {
    content: '\f0c8';
}


/* '' */

.icon-menu-1:before {
    content: '\f0c9';
}


/* '' */

.icon-list-bullet:before {
    content: '\f0ca';
}


/* '' */

.icon-list-numbered:before {
    content: '\f0cb';
}


/* '' */

.icon-strike:before {
    content: '\f0cc';
}


/* '' */

.icon-underline:before {
    content: '\f0cd';
}


/* '' */

.icon-table:before {
    content: '\f0ce';
}


/* '' */

.icon-magic:before {
    content: '\f0d0';
}


/* '' */

.icon-pinterest-circled-2:before {
    content: '\f0d2';
}


/* '' */

.icon-pinterest-squared:before {
    content: '\f0d3';
}


/* '' */

.icon-gplus-squared:before {
    content: '\f0d4';
}


/* '' */

.icon-gplus-2:before {
    content: '\f0d5';
}


/* '' */

.icon-money:before {
    content: '\f0d6';
}


/* '' */

.icon-columns:before {
    content: '\f0db';
}


/* '' */

.icon-sort:before {
    content: '\f0dc';
}


/* '' */

.icon-sort-down:before {
    content: '\f0dd';
}


/* '' */

.icon-sort-up:before {
    content: '\f0de';
}


/* '' */

.icon-mail-alt:before {
    content: '\f0e0';
}


/* '' */

.icon-linkedin-4:before {
    content: '\f0e1';
}


/* '' */

.icon-gauge:before {
    content: '\f0e4';
}


/* '' */

.icon-comment-empty:before {
    content: '\f0e5';
}


/* '' */

.icon-chat-empty:before {
    content: '\f0e6';
}


/* '' */

.icon-sitemap:before {
    content: '\f0e8';
}


/* '' */

.icon-paste:before {
    content: '\f0ea';
}


/* '' */

.icon-lightbulb:before {
    content: '\f0eb';
}


/* '' */

.icon-exchange:before {
    content: '\f0ec';
}


/* '' */

.icon-download-cloud-1:before {
    content: '\f0ed';
}


/* '' */

.icon-upload-cloud-1:before {
    content: '\f0ee';
}


/* '' */

.icon-user-md:before {
    content: '\f0f0';
}


/* '' */

.icon-stethoscope:before {
    content: '\f0f1';
}


/* '' */

.icon-suitcase:before {
    content: '\f0f2';
}


/* '' */

.icon-bell-alt:before {
    content: '\f0f3';
}


/* '' */

.icon-coffee:before {
    content: '\f0f4';
}


/* '' */

.icon-food:before {
    content: '\f0f5';
}


/* '' */

.icon-doc-text:before {
    content: '\f0f6';
}


/* '' */

.icon-building:before {
    content: '\f0f7';
}


/* '' */

.icon-hospital-1:before {
    content: '\f0f8';
}


/* '' */

.icon-ambulance:before {
    content: '\f0f9';
}


/* '' */

.icon-medkit:before {
    content: '\f0fa';
}


/* '' */

.icon-fighter-jet:before {
    content: '\f0fb';
}


/* '' */

.icon-beer-1:before {
    content: '\f0fc';
}


/* '' */

.icon-h-sigh:before {
    content: '\f0fd';
}


/* '' */

.icon-plus-squared:before {
    content: '\f0fe';
}


/* '' */

.icon-angle-double-left:before {
    content: '\f100';
}


/* '' */

.icon-angle-double-right:before {
    content: '\f101';
}


/* '' */

.icon-angle-double-up:before {
    content: '\f102';
}


/* '' */

.icon-angle-double-down:before {
    content: '\f103';
}


/* '' */

.icon-angle-left:before {
    content: '\f104';
}


/* '' */

.icon-angle-right:before {
    content: '\f105';
}


/* '' */

.icon-angle-up:before {
    content: '\f106';
}


/* '' */

.icon-angle-down:before {
    content: '\f107';
}


/* '' */

.icon-desktop:before {
    content: '\f108';
}


/* '' */

.icon-laptop:before {
    content: '\f109';
}


/* '' */

.icon-tablet-1:before {
    content: '\f10a';
}


/* '' */

.icon-mobile-1:before {
    content: '\f10b';
}


/* '' */

.icon-circle-empty:before {
    content: '\f10c';
}


/* '' */

.icon-quote-left:before {
    content: '\f10d';
}


/* '' */

.icon-quote-right:before {
    content: '\f10e';
}


/* '' */

.icon-spinner:before {
    content: '\f110';
}


/* '' */

.icon-circle:before {
    content: '\f111';
}


/* '' */

.icon-reply-1:before {
    content: '\f112';
}


/* '' */

.icon-github-4:before {
    content: '\f113';
}


/* '' */

.icon-folder-empty-1:before {
    content: '\f114';
}


/* '' */

.icon-folder-open-empty-1:before {
    content: '\f115';
}


/* '' */

.icon-smile:before {
    content: '\f118';
}


/* '' */

.icon-frown:before {
    content: '\f119';
}


/* '' */

.icon-meh:before {
    content: '\f11a';
}


/* '' */

.icon-gamepad:before {
    content: '\f11b';
}


/* '' */

.icon-keyboard:before {
    content: '\f11c';
}


/* '' */

.icon-flag-empty:before {
    content: '\f11d';
}


/* '' */

.icon-flag-checkered:before {
    content: '\f11e';
}


/* '' */

.icon-terminal:before {
    content: '\f120';
}


/* '' */

.icon-code:before {
    content: '\f121';
}


/* '' */

.icon-reply-all:before {
    content: '\f122';
}


/* '' */

.icon-star-half-alt:before {
    content: '\f123';
}


/* '' */

.icon-direction:before {
    content: '\f124';
}


/* '' */

.icon-crop:before {
    content: '\f125';
}


/* '' */

.icon-fork:before {
    content: '\f126';
}


/* '' */

.icon-unlink:before {
    content: '\f127';
}


/* '' */

.icon-help:before {
    content: '\f128';
}


/* '' */

.icon-info:before {
    content: '\f129';
}


/* '' */

.icon-attention-alt-1:before {
    content: '\f12a';
}


/* '' */

.icon-superscript:before {
    content: '\f12b';
}


/* '' */

.icon-subscript:before {
    content: '\f12c';
}


/* '' */

.icon-eraser:before {
    content: '\f12d';
}


/* '' */

.icon-puzzle:before {
    content: '\f12e';
}


/* '' */

.icon-mic-1:before {
    content: '\f130';
}


/* '' */

.icon-mute:before {
    content: '\f131';
}


/* '' */

.icon-shield:before {
    content: '\f132';
}


/* '' */

.icon-calendar-empty:before {
    content: '\f133';
}


/* '' */

.icon-extinguisher:before {
    content: '\f134';
}


/* '' */

.icon-rocket:before {
    content: '\f135';
}


/* '' */

.icon-maxcdn:before {
    content: '\f136';
}


/* '' */

.icon-angle-circled-left:before {
    content: '\f137';
}


/* '' */

.icon-angle-circled-right:before {
    content: '\f138';
}


/* '' */

.icon-angle-circled-up:before {
    content: '\f139';
}


/* '' */

.icon-angle-circled-down:before {
    content: '\f13a';
}


/* '' */

.icon-html5-1:before {
    content: '\f13b';
}


/* '' */

.icon-css3:before {
    content: '\f13c';
}


/* '' */

.icon-anchor-1:before {
    content: '\f13d';
}


/* '' */

.icon-lock-open-alt-1:before {
    content: '\f13e';
}


/* '' */

.icon-bullseye:before {
    content: '\f140';
}


/* '' */

.icon-ellipsis:before {
    content: '\f141';
}


/* '' */

.icon-ellipsis-vert:before {
    content: '\f142';
}


/* '' */

.icon-rss-squared:before {
    content: '\f143';
}


/* '' */

.icon-play-circled:before {
    content: '\f144';
}


/* '' */

.icon-ticket:before {
    content: '\f145';
}


/* '' */

.icon-minus-squared:before {
    content: '\f146';
}


/* '' */

.icon-minus-squared-alt:before {
    content: '\f147';
}


/* '' */

.icon-level-up:before {
    content: '\f148';
}


/* '' */

.icon-level-down:before {
    content: '\f149';
}


/* '' */

.icon-ok-squared:before {
    content: '\f14a';
}


/* '' */

.icon-pencil-squared:before {
    content: '\f14b';
}


/* '' */

.icon-link-ext-alt:before {
    content: '\f14c';
}


/* '' */

.icon-export-alt:before {
    content: '\f14d';
}


/* '' */

.icon-compass:before {
    content: '\f14e';
}


/* '' */

.icon-expand:before {
    content: '\f150';
}


/* '' */

.icon-collapse:before {
    content: '\f151';
}


/* '' */

.icon-expand-right:before {
    content: '\f152';
}


/* '' */

.icon-euro:before {
    content: '\f153';
}


/* '' */

.icon-pound:before {
    content: '\f154';
}


/* '' */

.icon-dollar:before {
    content: '\f155';
}


/* '' */

.icon-rupee:before {
    content: '\f156';
}


/* '' */

.icon-yen:before {
    content: '\f157';
}


/* '' */

.icon-rouble:before {
    content: '\f158';
}


/* '' */

.icon-won:before {
    content: '\f159';
}


/* '' */

.icon-bitcoin-1:before {
    content: '\f15a';
}


/* '' */

.icon-doc-inv:before {
    content: '\f15b';
}


/* '' */

.icon-doc-text-inv:before {
    content: '\f15c';
}


/* '' */

.icon-sort-name-up:before {
    content: '\f15d';
}


/* '' */

.icon-sort-name-down:before {
    content: '\f15e';
}


/* '' */

.icon-sort-alt-up:before {
    content: '\f160';
}


/* '' */

.icon-sort-alt-down:before {
    content: '\f161';
}


/* '' */

.icon-sort-number-up:before {
    content: '\f162';
}


/* '' */

.icon-sort-number-down:before {
    content: '\f163';
}


/* '' */

.icon-thumbs-up-alt:before {
    content: '\f164';
}


/* '' */

.icon-thumbs-down-alt:before {
    content: '\f165';
}


/* '' */

.icon-youtube-squared:before {
    content: '\f166';
}


/* '' */

.icon-youtube-1:before {
    content: '\f167';
}


/* '' */

.icon-xing-1:before {
    content: '\f168';
}


/* '' */

.icon-xing-squared:before {
    content: '\f169';
}


/* '' */

.icon-youtube-play:before {
    content: '\f16a';
}


/* '' */

.icon-dropbox-1:before {
    content: '\f16b';
}


/* '' */

.icon-stackoverflow-1:before {
    content: '\f16c';
}


/* '' */

.icon-instagram-3:before {
    content: '\f16d';
}


/* '' */

.icon-flickr-3:before {
    content: '\f16e';
}


/* '' */

.icon-adn:before {
    content: '\f170';
}


/* '' */

.icon-bitbucket-1:before {
    content: '\f171';
}


/* '' */

.icon-bitbucket-squared:before {
    content: '\f172';
}


/* '' */

.icon-tumblr-2:before {
    content: '\f173';
}


/* '' */

.icon-tumblr-squared:before {
    content: '\f174';
}


/* '' */

.icon-down:before {
    content: '\f175';
}


/* '' */

.icon-up:before {
    content: '\f176';
}


/* '' */

.icon-left:before {
    content: '\f177';
}


/* '' */

.icon-right:before {
    content: '\f178';
}


/* '' */

.icon-apple:before {
    content: '\f179';
}


/* '' */

.icon-windows-1:before {
    content: '\f17a';
}


/* '' */

.icon-android-1:before {
    content: '\f17b';
}


/* '' */

.icon-linux:before {
    content: '\f17c';
}


/* '' */

.icon-dribbble-4:before {
    content: '\f17d';
}


/* '' */

.icon-skype-3:before {
    content: '\f17e';
}


/* '' */

.icon-foursquare-1:before {
    content: '\f180';
}


/* '' */

.icon-trello:before {
    content: '\f181';
}


/* '' */

.icon-female-1:before {
    content: '\f182';
}


/* '' */

.icon-male-1:before {
    content: '\f183';
}


/* '' */

.icon-gittip:before {
    content: '\f184';
}


/* '' */

.icon-sun:before {
    content: '\f185';
}


/* '' */

.icon-moon:before {
    content: '\f186';
}


/* '' */

.icon-box-1:before {
    content: '\f187';
}


/* '' */

.icon-bug:before {
    content: '\f188';
}


/* '' */

.icon-vkontakte-2:before {
    content: '\f189';
}


/* '' */

.icon-weibo-1:before {
    content: '\f18a';
}


/* '' */

.icon-renren-1:before {
    content: '\f18b';
}


/* '' */

.icon-pagelines:before {
    content: '\f18c';
}


/* '' */

.icon-stackexchange:before {
    content: '\f18d';
}


/* '' */

.icon-right-circled2:before {
    content: '\f18e';
}


/* '' */

.icon-left-circled2:before {
    content: '\f190';
}


/* '' */

.icon-collapse-left:before {
    content: '\f191';
}


/* '' */

.icon-dot-circled:before {
    content: '\f192';
}


/* '' */

.icon-wheelchair:before {
    content: '\f193';
}


/* '' */

.icon-vimeo-squared:before {
    content: '\f194';
}


/* '' */

.icon-try:before {
    content: '\f195';
}


/* '' */

.icon-plus-squared-alt:before {
    content: '\f196';
}


/* '' */

.icon-space-shuttle:before {
    content: '\f197';
}


/* '' */

.icon-slack:before {
    content: '\f198';
}


/* '' */

.icon-mail-squared:before {
    content: '\f199';
}


/* '' */

.icon-wordpress-2:before {
    content: '\f19a';
}


/* '' */

.icon-openid-1:before {
    content: '\f19b';
}


/* '' */

.icon-bank:before {
    content: '\f19c';
}


/* '' */

.icon-graduation-cap:before {
    content: '\f19d';
}


/* '' */

.icon-yahoo-1:before {
    content: '\f19e';
}


/* '' */

.icon-google-1:before {
    content: '\f1a0';
}


/* '' */

.icon-reddit-1:before {
    content: '\f1a1';
}


/* '' */

.icon-reddit-squared:before {
    content: '\f1a2';
}


/* '' */

.icon-stumbleupon-circled-1:before {
    content: '\f1a3';
}


/* '' */

.icon-stumbleupon-2:before {
    content: '\f1a4';
}


/* '' */

.icon-delicious-1:before {
    content: '\f1a5';
}


/* '' */

.icon-digg-1:before {
    content: '\f1a6';
}


/* '' */

.icon-pied-piper-squared:before {
    content: '\f1a7';
}


/* '' */

.icon-pied-piper-alt:before {
    content: '\f1a8';
}


/* '' */

.icon-drupal-1:before {
    content: '\f1a9';
}


/* '' */

.icon-joomla:before {
    content: '\f1aa';
}


/* '' */

.icon-language:before {
    content: '\f1ab';
}


/* '' */

.icon-fax:before {
    content: '\f1ac';
}


/* '' */

.icon-building-filled:before {
    content: '\f1ad';
}


/* '' */

.icon-child:before {
    content: '\f1ae';
}


/* '' */

.icon-paw:before {
    content: '\f1b0';
}


/* '' */

.icon-spoon:before {
    content: '\f1b1';
}


/* '' */

.icon-cube:before {
    content: '\f1b2';
}


/* '' */

.icon-cubes:before {
    content: '\f1b3';
}


/* '' */

.icon-behance-2:before {
    content: '\f1b4';
}


/* '' */

.icon-behance-squared:before {
    content: '\f1b5';
}


/* '' */

.icon-steam-1:before {
    content: '\f1b6';
}


/* '' */

.icon-steam-squared:before {
    content: '\f1b7';
}


/* '' */

.icon-recycle:before {
    content: '\f1b8';
}


/* '' */

.icon-cab:before {
    content: '\f1b9';
}


/* '' */

.icon-taxi:before {
    content: '\f1ba';
}


/* '' */

.icon-tree:before {
    content: '\f1bb';
}


/* '' */

.icon-spotify-1:before {
    content: '\f1bc';
}


/* '' */

.icon-deviantart-1:before {
    content: '\f1bd';
}


/* '' */

.icon-soundcloud-2:before {
    content: '\f1be';
}


/* '' */

.icon-database:before {
    content: '\f1c0';
}


/* '' */

.icon-file-pdf:before {
    content: '\f1c1';
}


/* '' */

.icon-file-word:before {
    content: '\f1c2';
}


/* '' */

.icon-file-excel:before {
    content: '\f1c3';
}


/* '' */

.icon-file-powerpoint:before {
    content: '\f1c4';
}


/* '' */

.icon-file-image:before {
    content: '\f1c5';
}


/* '' */

.icon-file-archive:before {
    content: '\f1c6';
}


/* '' */

.icon-file-audio:before {
    content: '\f1c7';
}


/* '' */

.icon-file-video:before {
    content: '\f1c8';
}


/* '' */

.icon-file-code:before {
    content: '\f1c9';
}


/* '' */

.icon-vine:before {
    content: '\f1ca';
}


/* '' */

.icon-codeopen:before {
    content: '\f1cb';
}


/* '' */

.icon-jsfiddle:before {
    content: '\f1cc';
}


/* '' */

.icon-lifebuoy:before {
    content: '\f1cd';
}


/* '' */

.icon-circle-notch:before {
    content: '\f1ce';
}


/* '' */

.icon-rebel:before {
    content: '\f1d0';
}


/* '' */

.icon-empire:before {
    content: '\f1d1';
}


/* '' */

.icon-git-squared:before {
    content: '\f1d2';
}


/* '' */

.icon-git:before {
    content: '\f1d3';
}


/* '' */

.icon-hacker-news:before {
    content: '\f1d4';
}


/* '' */

.icon-tencent-weibo:before {
    content: '\f1d5';
}


/* '' */

.icon-qq-1:before {
    content: '\f1d6';
}


/* '' */

.icon-wechat:before {
    content: '\f1d7';
}


/* '' */

.icon-paper-plane-1:before {
    content: '\f1d8';
}


/* '' */

.icon-paper-plane-empty:before {
    content: '\f1d9';
}


/* '' */

.icon-history:before {
    content: '\f1da';
}


/* '' */

.icon-circle-thin:before {
    content: '\f1db';
}


/* '' */

.icon-header:before {
    content: '\f1dc';
}


/* '' */

.icon-paragraph:before {
    content: '\f1dd';
}


/* '' */

.icon-sliders:before {
    content: '\f1de';
}


/* '' */

.icon-share:before {
    content: '\f1e0';
}


/* '' */

.icon-share-squared:before {
    content: '\f1e1';
}


/* '' */

.icon-bomb:before {
    content: '\f1e2';
}


/* '' */

.icon-soccer-ball:before {
    content: '\f1e3';
}


/* '' */

.icon-tty:before {
    content: '\f1e4';
}


/* '' */

.icon-binoculars:before {
    content: '\f1e5';
}


/* '' */

.icon-plug:before {
    content: '\f1e6';
}


/* '' */

.icon-slideshare-1:before {
    content: '\f1e7';
}


/* '' */

.icon-twitch:before {
    content: '\f1e8';
}


/* '' */

.icon-yelp-1:before {
    content: '\f1e9';
}


/* '' */

.icon-newspaper-1:before {
    content: '\f1ea';
}


/* '' */

.icon-wifi:before {
    content: '\f1eb';
}


/* '' */

.icon-calc:before {
    content: '\f1ec';
}


/* '' */

.icon-paypal-1:before {
    content: '\f1ed';
}


/* '' */

.icon-gwallet:before {
    content: '\f1ee';
}


/* '' */

.icon-cc-visa:before {
    content: '\f1f0';
}


/* '' */

.icon-cc-mastercard:before {
    content: '\f1f1';
}


/* '' */

.icon-cc-discover:before {
    content: '\f1f2';
}


/* '' */

.icon-cc-amex:before {
    content: '\f1f3';
}


/* '' */

.icon-cc-paypal:before {
    content: '\f1f4';
}


/* '' */

.icon-cc-stripe:before {
    content: '\f1f5';
}


/* '' */

.icon-bell-off:before {
    content: '\f1f6';
}


/* '' */

.icon-bell-off-empty:before {
    content: '\f1f7';
}


/* '' */

.icon-trash-1:before {
    content: '\f1f8';
}


/* '' */

.icon-copyright:before {
    content: '\f1f9';
}


/* '' */

.icon-at-1:before {
    content: '\f1fa';
}


/* '' */

.icon-eyedropper:before {
    content: '\f1fb';
}


/* '' */

.icon-brush:before {
    content: '\f1fc';
}


/* '' */

.icon-birthday:before {
    content: '\f1fd';
}


/* '' */

.icon-chart-area:before {
    content: '\f1fe';
}


/* '' */

.icon-chart-pie:before {
    content: '\f200';
}


/* '' */

.icon-chart-line:before {
    content: '\f201';
}


/* '' */

.icon-lastfm-2:before {
    content: '\f202';
}


/* '' */

.icon-lastfm-squared:before {
    content: '\f203';
}


/* '' */

.icon-toggle-off:before {
    content: '\f204';
}


/* '' */

.icon-toggle-on:before {
    content: '\f205';
}


/* '' */

.icon-bicycle-1:before {
    content: '\f206';
}


/* '' */

.icon-bus-1:before {
    content: '\f207';
}


/* '' */

.icon-ioxhost:before {
    content: '\f208';
}


/* '' */

.icon-angellist-1:before {
    content: '\f209';
}


/* '' */

.icon-cc-1:before {
    content: '\f20a';
}


/* '' */

.icon-shekel:before {
    content: '\f20b';
}


/* '' */

.icon-meanpath:before {
    content: '\f20c';
}


/* '' */

.icon-buysellads:before {
    content: '\f20d';
}


/* '' */

.icon-connectdevelop:before {
    content: '\f20e';
}


/* '' */

.icon-dashcube:before {
    content: '\f210';
}


/* '' */

.icon-forumbee:before {
    content: '\f211';
}


/* '' */

.icon-leanpub:before {
    content: '\f212';
}


/* '' */

.icon-sellsy:before {
    content: '\f213';
}


/* '' */

.icon-shirtsinbulk:before {
    content: '\f214';
}


/* '' */

.icon-simplybuilt:before {
    content: '\f215';
}


/* '' */

.icon-skyatlas:before {
    content: '\f216';
}


/* '' */

.icon-cart-plus:before {
    content: '\f217';
}


/* '' */

.icon-cart-arrow-down:before {
    content: '\f218';
}


/* '' */

.icon-diamond:before {
    content: '\f219';
}


/* '' */

.icon-ship:before {
    content: '\f21a';
}


/* '' */

.icon-user-secret:before {
    content: '\f21b';
}


/* '' */

.icon-motorcycle:before {
    content: '\f21c';
}


/* '' */

.icon-street-view:before {
    content: '\f21d';
}


/* '' */

.icon-heartbeat:before {
    content: '\f21e';
}


/* '' */

.icon-venus:before {
    content: '\f221';
}


/* '' */

.icon-mars:before {
    content: '\f222';
}


/* '' */

.icon-mercury:before {
    content: '\f223';
}


/* '' */

.icon-transgender:before {
    content: '\f224';
}


/* '' */

.icon-transgender-alt:before {
    content: '\f225';
}


/* '' */

.icon-venus-double:before {
    content: '\f226';
}


/* '' */

.icon-mars-double:before {
    content: '\f227';
}


/* '' */

.icon-venus-mars:before {
    content: '\f228';
}


/* '' */

.icon-mars-stroke:before {
    content: '\f229';
}


/* '' */

.icon-mars-stroke-v:before {
    content: '\f22a';
}


/* '' */

.icon-mars-stroke-h:before {
    content: '\f22b';
}


/* '' */

.icon-neuter:before {
    content: '\f22c';
}


/* '' */

.icon-genderless:before {
    content: '\f22d';
}


/* '' */

.icon-facebook-official:before {
    content: '\f230';
}


/* '' */

.icon-pinterest-3:before {
    content: '\f231';
}


/* '' */

.icon-whatsapp:before {
    content: '\f232';
}


/* '' */

.icon-server:before {
    content: '\f233';
}


/* '' */

.icon-user-plus:before {
    content: '\f234';
}


/* '' */

.icon-user-times:before {
    content: '\f235';
}


/* '' */

.icon-bed:before {
    content: '\f236';
}


/* '' */

.icon-viacoin:before {
    content: '\f237';
}


/* '' */

.icon-train:before {
    content: '\f238';
}


/* '' */

.icon-subway:before {
    content: '\f239';
}


/* '' */

.icon-medium:before {
    content: '\f23a';
}


/* '' */

.icon-y-combinator:before {
    content: '\f23b';
}


/* '' */

.icon-optin-monster:before {
    content: '\f23c';
}


/* '' */

.icon-opencart:before {
    content: '\f23d';
}


/* '' */

.icon-expeditedssl:before {
    content: '\f23e';
}


/* '' */

.icon-battery-4:before {
    content: '\f240';
}


/* '' */

.icon-battery-3:before {
    content: '\f241';
}


/* '' */

.icon-battery-2:before {
    content: '\f242';
}


/* '' */

.icon-battery-1:before {
    content: '\f243';
}


/* '' */

.icon-battery-0:before {
    content: '\f244';
}


/* '' */

.icon-mouse-pointer:before {
    content: '\f245';
}


/* '' */

.icon-i-cursor:before {
    content: '\f246';
}


/* '' */

.icon-object-group:before {
    content: '\f247';
}


/* '' */

.icon-object-ungroup:before {
    content: '\f248';
}


/* '' */

.icon-sticky-note:before {
    content: '\f249';
}


/* '' */

.icon-sticky-note-o:before {
    content: '\f24a';
}


/* '' */

.icon-cc-jcb:before {
    content: '\f24b';
}


/* '' */

.icon-cc-diners-club:before {
    content: '\f24c';
}


/* '' */

.icon-clone:before {
    content: '\f24d';
}


/* '' */

.icon-balance-scale:before {
    content: '\f24e';
}


/* '' */

.icon-hourglass-o:before {
    content: '\f250';
}


/* '' */

.icon-hourglass-4:before {
    content: '\f251';
}


/* '' */

.icon-hourglass-2:before {
    content: '\f252';
}


/* '' */

.icon-hourglass-3:before {
    content: '\f253';
}


/* '' */

.icon-hourglass-1:before {
    content: '\f254';
}


/* '' */

.icon-hand-grab-o:before {
    content: '\f255';
}


/* '' */

.icon-hand-paper-o:before {
    content: '\f256';
}


/* '' */

.icon-hand-scissors-o:before {
    content: '\f257';
}


/* '' */

.icon-hand-lizard-o:before {
    content: '\f258';
}


/* '' */

.icon-hand-spock-o:before {
    content: '\f259';
}


/* '' */

.icon-hand-pointer-o:before {
    content: '\f25a';
}


/* '' */

.icon-hand-peace-o:before {
    content: '\f25b';
}


/* '' */

.icon-trademark:before {
    content: '\f25c';
}


/* '' */

.icon-registered:before {
    content: '\f25d';
}


/* '' */

.icon-creative-commons:before {
    content: '\f25e';
}


/* '' */

.icon-gg:before {
    content: '\f260';
}


/* '' */

.icon-gg-circle:before {
    content: '\f261';
}


/* '' */

.icon-tripadvisor:before {
    content: '\f262';
}


/* '' */

.icon-odnoklassniki-1:before {
    content: '\f263';
}


/* '' */

.icon-odnoklassniki-square:before {
    content: '\f264';
}


/* '' */

.icon-get-pocket:before {
    content: '\f265';
}


/* '' */

.icon-wikipedia-w:before {
    content: '\f266';
}


/* '' */

.icon-safari:before {
    content: '\f267';
}


/* '' */

.icon-chrome-1:before {
    content: '\f268';
}


/* '' */

.icon-firefox:before {
    content: '\f269';
}


/* '' */

.icon-opera:before {
    content: '\f26a';
}


/* '' */

.icon-internet-explorer:before {
    content: '\f26b';
}


/* '' */

.icon-television:before {
    content: '\f26c';
}


/* '' */

.icon-contao:before {
    content: '\f26d';
}


/* '' */

.icon-500px:before {
    content: '\f26e';
}


/* '' */

.icon-amazon-1:before {
    content: '\f270';
}


/* '' */

.icon-calendar-plus-o:before {
    content: '\f271';
}


/* '' */

.icon-calendar-minus-o:before {
    content: '\f272';
}


/* '' */

.icon-calendar-times-o:before {
    content: '\f273';
}


/* '' */

.icon-calendar-check-o:before {
    content: '\f274';
}


/* '' */

.icon-industry:before {
    content: '\f275';
}


/* '' */

.icon-map-pin:before {
    content: '\f276';
}


/* '' */

.icon-map-signs:before {
    content: '\f277';
}


/* '' */

.icon-map-o:before {
    content: '\f278';
}


/* '' */

.icon-map:before {
    content: '\f279';
}


/* '' */

.icon-commenting:before {
    content: '\f27a';
}


/* '' */

.icon-commenting-o:before {
    content: '\f27b';
}


/* '' */

.icon-houzz-1:before {
    content: '\f27c';
}


/* '' */

.icon-vimeo-3:before {
    content: '\f27d';
}


/* '' */

.icon-black-tie:before {
    content: '\f27e';
}


/* '' */

.icon-fonticons:before {
    content: '\f280';
}


/* '' */

.icon-reddit-alien:before {
    content: '\f281';
}


/* '' */

.icon-edge:before {
    content: '\f282';
}


/* '' */

.icon-credit-card-alt:before {
    content: '\f283';
}


/* '' */

.icon-codiepie:before {
    content: '\f284';
}


/* '' */

.icon-modx:before {
    content: '\f285';
}


/* '' */

.icon-fort-awesome:before {
    content: '\f286';
}


/* '' */

.icon-usb:before {
    content: '\f287';
}


/* '' */

.icon-product-hunt:before {
    content: '\f288';
}


/* '' */

.icon-mixcloud:before {
    content: '\f289';
}


/* '' */

.icon-scribd-1:before {
    content: '\f28a';
}


/* '' */

.icon-pause-circle:before {
    content: '\f28b';
}


/* '' */

.icon-pause-circle-o:before {
    content: '\f28c';
}


/* '' */

.icon-stop-circle:before {
    content: '\f28d';
}


/* '' */

.icon-stop-circle-o:before {
    content: '\f28e';
}


/* '' */

.icon-shopping-bag:before {
    content: '\f290';
}


/* '' */

.icon-shopping-basket:before {
    content: '\f291';
}


/* '' */

.icon-hashtag:before {
    content: '\f292';
}


/* '' */

.icon-bluetooth:before {
    content: '\f293';
}


/* '' */

.icon-bluetooth-b:before {
    content: '\f294';
}


/* '' */

.icon-percent:before {
    content: '\f295';
}


/* '' */

.icon-gitlab:before {
    content: '\f296';
}


/* '' */

.icon-wpbeginner:before {
    content: '\f297';
}


/* '' */

.icon-wpforms:before {
    content: '\f298';
}


/* '' */

.icon-envira:before {
    content: '\f299';
}


/* '' */

.icon-universal-access:before {
    content: '\f29a';
}


/* '' */

.icon-wheelchair-alt:before {
    content: '\f29b';
}


/* '' */

.icon-question-circle-o:before {
    content: '\f29c';
}


/* '' */

.icon-blind:before {
    content: '\f29d';
}


/* '' */

.icon-audio-description:before {
    content: '\f29e';
}


/* '' */

.icon-volume-control-phone:before {
    content: '\f2a0';
}


/* '' */

.icon-braille:before {
    content: '\f2a1';
}


/* '' */

.icon-assistive-listening-systems:before {
    content: '\f2a2';
}


/* '' */

.icon-american-sign-language-interpreting:before {
    content: '\f2a3';
}


/* '' */

.icon-asl-interpreting:before {
    content: '\f2a4';
}


/* '' */

.icon-glide:before {
    content: '\f2a5';
}


/* '' */

.icon-glide-g:before {
    content: '\f2a6';
}


/* '' */

.icon-sign-language:before {
    content: '\f2a7';
}


/* '' */

.icon-low-vision:before {
    content: '\f2a8';
}


/* '' */

.icon-viadeo-1:before {
    content: '\f2a9';
}


/* '' */

.icon-viadeo-square:before {
    content: '\f2aa';
}


/* '' */

.icon-snapchat:before {
    content: '\f2ab';
}


/* '' */

.icon-snapchat-ghost:before {
    content: '\f2ac';
}


/* '' */

.icon-snapchat-square:before {
    content: '\f2ad';
}


/* '' */

.icon-pied-piper:before {
    content: '\f2ae';
}


/* '' */

.icon-first-order:before {
    content: '\f2b0';
}


/* '' */

.icon-yoast:before {
    content: '\f2b1';
}


/* '' */

.icon-themeisle:before {
    content: '\f2b2';
}


/* '' */

.icon-google-plus-circle:before {
    content: '\f2b3';
}


/* '' */

.icon-font-awesome:before {
    content: '\f2b4';
}


/* '' */

.icon-handshake-o:before {
    content: '\f2b5';
}


/* '' */

.icon-envelope-open:before {
    content: '\f2b6';
}


/* '' */

.icon-envelope-open-o:before {
    content: '\f2b7';
}


/* '' */

.icon-linode:before {
    content: '\f2b8';
}


/* '' */

.icon-address-book:before {
    content: '\f2b9';
}


/* '' */

.icon-address-book-o:before {
    content: '\f2ba';
}


/* '' */

.icon-address-card:before {
    content: '\f2bb';
}


/* '' */

.icon-address-card-o:before {
    content: '\f2bc';
}


/* '' */

.icon-user-circle:before {
    content: '\f2bd';
}


/* '' */

.icon-user-circle-o:before {
    content: '\f2be';
}


/* '' */

.icon-user-o:before {
    content: '\f2c0';
}


/* '' */

.icon-id-badge:before {
    content: '\f2c1';
}


/* '' */

.icon-id-card:before {
    content: '\f2c2';
}


/* '' */

.icon-id-card-o:before {
    content: '\f2c3';
}


/* '' */

.icon-quora-1:before {
    content: '\f2c4';
}


/* '' */

.icon-free-code-camp:before {
    content: '\f2c5';
}


/* '' */

.icon-telegram:before {
    content: '\f2c6';
}


/* '' */

.icon-thermometer:before {
    content: '\f2c7';
}


/* '' */

.icon-thermometer-3:before {
    content: '\f2c8';
}


/* '' */

.icon-thermometer-2:before {
    content: '\f2c9';
}


/* '' */

.icon-thermometer-quarter:before {
    content: '\f2ca';
}


/* '' */

.icon-thermometer-0:before {
    content: '\f2cb';
}


/* '' */

.icon-shower:before {
    content: '\f2cc';
}


/* '' */

.icon-bath:before {
    content: '\f2cd';
}


/* '' */

.icon-podcast-1:before {
    content: '\f2ce';
}


/* '' */

.icon-window-maximize:before {
    content: '\f2d0';
}


/* '' */

.icon-window-minimize:before {
    content: '\f2d1';
}


/* '' */

.icon-window-restore:before {
    content: '\f2d2';
}


/* '' */

.icon-window-close:before {
    content: '\f2d3';
}


/* '' */

.icon-window-close-o:before {
    content: '\f2d4';
}


/* '' */

.icon-bandcamp-1:before {
    content: '\f2d5';
}


/* '' */

.icon-grav:before {
    content: '\f2d6';
}


/* '' */

.icon-etsy:before {
    content: '\f2d7';
}


/* '' */

.icon-imdb:before {
    content: '\f2d8';
}


/* '' */

.icon-ravelry:before {
    content: '\f2d9';
}


/* '' */

.icon-eercast:before {
    content: '\f2da';
}


/* '' */

.icon-microchip:before {
    content: '\f2db';
}


/* '' */

.icon-snowflake-o:before {
    content: '\f2dc';
}


/* '' */

.icon-superpowers:before {
    content: '\f2dd';
}


/* '' */

.icon-wpexplorer:before {
    content: '\f2de';
}


/* '' */

.icon-meetup-1:before {
    content: '\f2e0';
}


/* '' */

.icon-facebook-1:before {
    content: '\f300';
}


/* '' */

.icon-group-circled:before {
    content: '\f300';
}


/* '' */

.icon-facebook-rect:before {
    content: '\f301';
}


/* '' */

.icon-torso:before {
    content: '\f301';
}


/* '' */

.icon-eye-2:before {
    content: '\f302';
}


/* '' */

.icon-twitter-1:before {
    content: '\f302';
}


/* '' */

.icon-twitter-bird:before {
    content: '\f303';
}


/* '' */

.icon-video:before {
    content: '\f303';
}


/* '' */

.icon-icq:before {
    content: '\f304';
}


/* '' */

.icon-video-circled:before {
    content: '\f304';
}


/* '' */

.icon-yandex:before {
    content: '\f305';
}


/* '' */

.icon-yandex-rect:before {
    content: '\f306';
}


/* '' */

.icon-video-alt:before {
    content: '\f306';
}


/* '' */

.icon-github-text:before {
    content: '\f307';
}


/* '' */

.icon-videocam:before {
    content: '\f307';
}


/* '' */

.icon-shuffle-1:before {
    content: '\f308';
}


/* '' */

.icon-github-1:before {
    content: '\f308';
}


/* '' */

.icon-share-1:before {
    content: '\f309';
}


/* '' */

.icon-googleplus-rect:before {
    content: '\f309';
}


/* '' */

.icon-export-2:before {
    content: '\f30a';
}


/* '' */

.icon-vkontakte-rect:before {
    content: '\f30a';
}


/* '' */

.icon-skype-1:before {
    content: '\f30b';
}


/* '' */

.icon-skype:before {
    content: '\f30b';
}


/* '' */

.icon-export-3:before {
    content: '\f30c';
}


/* '' */

.icon-odnoklassniki:before {
    content: '\f30c';
}


/* '' */

.icon-odnoklassniki-rect:before {
    content: '\f30d';
}


/* '' */

.icon-photo:before {
    content: '\f30d';
}


/* '' */

.icon-github-1:before {
    content: '\f30e';
}


/* '' */

.icon-vimeo-rect:before {
    content: '\f30e';
}


/* '' */

.icon-github-circled-1:before {
    content: '\f30f';
}


/* '' */

.icon-vimeo-1:before {
    content: '\f30f';
}


/* '' */

.icon-flickr-1:before {
    content: '\f310';
}


/* '' */

.icon-tumblr-rect:before {
    content: '\f310';
}


/* '' */

.icon-tumblr-1:before {
    content: '\f311';
}


/* '' */

.icon-flickr-circled:before {
    content: '\f312';
}


/* '' */

.icon-friendfeed:before {
    content: '\f312';
}


/* '' */

.icon-vimeo-1:before {
    content: '\f313';
}


/* '' */

.icon-friendfeed-rect:before {
    content: '\f313';
}


/* '' */

.icon-tags-1:before {
    content: '\f314';
}


/* '' */

.icon-blogger-1:before {
    content: '\f314';
}


/* '' */

.icon-vimeo-circled:before {
    content: '\f315';
}


/* '' */

.icon-blogger-rect:before {
    content: '\f315';
}


/* '' */

.icon-twitter-1:before {
    content: '\f316';
}


/* '' */

.icon-deviantart:before {
    content: '\f316';
}


/* '' */

.icon-jabber:before {
    content: '\f317';
}


/* '' */

.icon-twitter-circled:before {
    content: '\f318';
}


/* '' */

.icon-lastfm-1:before {
    content: '\f318';
}


/* '' */

.icon-facebook-1:before {
    content: '\f319';
}


/* '' */

.icon-lastfm-rect:before {
    content: '\f319';
}


/* '' */

.icon-linkedin-1:before {
    content: '\f31a';
}


/* '' */

.icon-facebook-circled:before {
    content: '\f31b';
}


/* '' */

.icon-linkedin-rect:before {
    content: '\f31b';
}


/* '' */

.icon-facebook-squared:before {
    content: '\f31c';
}


/* '' */

.icon-picasa:before {
    content: '\f31c';
}


/* '' */

.icon-wordpress-1:before {
    content: '\f31d';
}


/* '' */

.icon-gplus-2:before {
    content: '\f31e';
}


/* '' */

.icon-instagram-2:before {
    content: '\f31e';
}


/* '' */

.icon-gplus-circled:before {
    content: '\f31f';
}


/* '' */

.icon-instagram-filled:before {
    content: '\f31f';
}


/* '' */

.icon-diigo:before {
    content: '\f320';
}


/* '' */

.icon-pinterest-1:before {
    content: '\f321';
}


/* '' */

.icon-box:before {
    content: '\f321';
}


/* '' */

.icon-pinterest-circled:before {
    content: '\f322';
}


/* '' */

.icon-box-rect:before {
    content: '\f322';
}


/* '' */

.icon-tudou:before {
    content: '\f323';
}


/* '' */

.icon-tumblr-2:before {
    content: '\f324';
}


/* '' */

.icon-youku:before {
    content: '\f324';
}


/* '' */

.icon-tumblr-circled:before {
    content: '\f325';
}


/* '' */

.icon-win8:before {
    content: '\f325';
}


/* '' */

.icon-amex:before {
    content: '\f326';
}


/* '' */

.icon-linkedin-1:before {
    content: '\f327';
}


/* '' */

.icon-discover:before {
    content: '\f327';
}


/* '' */

.icon-linkedin-circled:before {
    content: '\f328';
}


/* '' */

.icon-visa:before {
    content: '\f328';
}


/* '' */

.icon-mastercard:before {
    content: '\f329';
}


/* '' */

.icon-dribbble-1:before {
    content: '\f32a';
}


/* '' */

.icon-houzz:before {
    content: '\f32a';
}


/* '' */

.icon-bandcamp:before {
    content: '\f32b';
}


/* '' */

.icon-codepen:before {
    content: '\f32c';
}


/* '' */

.icon-instagram-3:before {
    content: '\f32d';
}


/* '' */

.icon-dropbox-1:before {
    content: '\f330';
}


/* '' */

.icon-evernote-1:before {
    content: '\f333';
}


/* '' */

.icon-flattr-1:before {
    content: '\f336';
}


/* '' */

.icon-skype-1:before {
    content: '\f339';
}


/* '' */

.icon-skype-circled:before {
    content: '\f33a';
}


/* '' */

.icon-renren:before {
    content: '\f33c';
}


/* '' */

.icon-sina-weibo:before {
    content: '\f33f';
}


/* '' */

.icon-paypal-1:before {
    content: '\f342';
}


/* '' */

.icon-picasa-1:before {
    content: '\f345';
}


/* '' */

.icon-soundcloud-2:before {
    content: '\f348';
}


/* '' */

.icon-mixi:before {
    content: '\f34b';
}


/* '' */

.icon-behance:before {
    content: '\f34e';
}


/* '' */

.icon-google-circles:before {
    content: '\f351';
}


/* '' */

.icon-vkontakte:before {
    content: '\f354';
}


/* '' */

.icon-smashing:before {
    content: '\f357';
}


/* '' */

.icon-comment:before {
    content: '\f4ac';
}


/* '' */

.icon-folder-open-empty:before {
    content: '\f4c2';
}


/* '' */

.icon-calendar:before {
    content: '\f4c5';
}


/* '' */

.icon-newspaper:before {
    content: '\f4f0';
}


/* '' */

.icon-camera:before {
    content: '\f4f7';
}


/* '' */

.icon-search:before {
    content: '\f50d';
}


/* '' */

.icon-lock-alt:before {
    content: '\f510';
}


/* '' */

.icon-lock:before {
    content: '\f512';
}


/* '' */

.icon-lock-open:before {
    content: '\f513';
}


/* '' */

.icon-joystick:before {
    content: '\f514';
}


/* '' */

.icon-fire:before {
    content: '\f525';
}


/* '' */

.icon-chart-bar:before {
    content: '\f526';
}


/* '' */

.icon-spread:before {
    content: '\f527';
}


/* '' */

.icon-spinner1:before {
    content: '\f528';
}


/* '' */

.icon-spinner2:before {
    content: '\f529';
}


/* '' */

.icon-db-shape:before {
    content: '\f600';
}


/* '' */

.icon-sweden:before {
    content: '\f601';
}


/* '' */

.icon-logo-db:before {
    content: '\f603';
}


/* '' */


/* */


/* POINTER CHANGE */

#circle-big {
    display: block;
    position: absolute;
    margin-top: -15px;
    margin-left: -15px;
    transition: all .08s ease-out;
    width: 30px;
    height: 30px;
    z-index: 9999;
    text-align: center;
    border: 2px solid var(--maincolor);
    opacity: .5;
    border-radius: 50%;
    pointer-events: none;
}

#circle {
    display: block;
    position: absolute;
    margin: auto;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px;
    background-color: var(--maincolor);
    border-radius: 50%;
    z-index: 9999;
    pointer-events: none;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
}

#cursor.on-link #circle {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    opacity: .3;
}

#cursor.on-link #circle-big {
    opacity: 0;
}


/* */

@media (min-width: 320px) {
    #sp-top1 .sppb-container-inner {
        max-width: 400px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 576px) {
    #sp-top1 .sppb-container-inner {
        max-width: 540px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 768px) {
    #sp-top1 .sppb-container-inner {
        max-width: 720px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    #sp-top1 .sppb-container-inner {
        max-width: 960px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    #sp-top1 .sppb-container-inner {
        max-width: 1140px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 320px) {
    #sp-top2 .sppb-container-inner {
        max-width: 400px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 576px) {
    #sp-top2 .sppb-container-inner {
        max-width: 540px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 768px) {
    #sp-top2 .sppb-container-inner {
        max-width: 720px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    #sp-top2 .sppb-container-inner {
        max-width: 960px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    #sp-top2 .sppb-container-inner {
        max-width: 1140px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 320px) {
    #sp-top3 .sppb-container-inner {
        max-width: 400px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 576px) {
    #sp-top3 .sppb-container-inner {
        max-width: 540px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 768px) {
    #sp-top3 .sppb-container-inner {
        max-width: 720px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    #sp-top3 .sppb-container-inner {
        max-width: 960px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    #sp-top3 .sppb-container-inner {
        max-width: 1140px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 320px) {
    #sp-bottom1 .sppb-container-inner {
        max-width: 400px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 576px) {
    #sp-bottom1 .sppb-container-inner {
        max-width: 540px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 768px) {
    #sp-bottom1 .sppb-container-inner {
        max-width: 720px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    #sp-bottom1 .sppb-container-inner {
        max-width: 960px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    #sp-bottom1 .sppb-container-inner {
        max-width: 1140px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 320px) {
    #sp-footer .sppb-container-inner {
        max-width: 400px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 576px) {
    #sp-footer .sppb-container-inner {
        max-width: 540px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    #sp-footer .sppb-container-inner {
        max-width: 720px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    #sp-footer .sppb-container-inner {
        max-width: 960px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    #sp-footer .sppb-container-inner {
        max-width: 1140px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 320px) {
    #sp-banner .sppb-container-inner {
        max-width: 400px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 576px) {
    #sp-banner .sppb-container-inner {
        max-width: 540px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    #sp-banner .sppb-container-inner {
        max-width: 720px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    #sp-banner .sppb-container-inner {
        max-width: 960px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    #sp-banner .sppb-container-inner {
        max-width: 1140px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 320px) {
    .contained-row .sppb-container-inner {
        max-width: 400px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 576px) {
    .contained-row .sppb-container-inner {
        max-width: 540px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 768px) {
    .contained-row .sppb-container-inner {
        max-width: 720px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    .contained-row .sppb-container-inner {
        max-width: 960px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    .contained-row .sppb-container-inner {
        max-width: 1140px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}


/* J4 Optimization */

.sp-megamenu-wrapper,
#sp-header>.container>.container-inner>.row>div>.sp-column,
#sp-header>.row>div>.sp-column {
    display: block !important;
}

#sp-header .sp-module {
    margin-left: 0px !important;
}

@media (min-width: 1400px) {
    #sp-footer .sppb-container-inner {
        max-width: 1170px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1400px) {
    #sp-banner .sppb-container-inner {
        max-width: 1170px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1400px) {
    #sp-bottom1 .sppb-container-inner {
        max-width: 1170px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1400px) {
    #sp-top1 .sppb-container-inner {
        max-width: 1170px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1400px) {
    #sp-top2 .sppb-container-inner {
        max-width: 1170px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1400px) {
    #sp-top3 .sppb-container-inner {
        max-width: 1170px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1400px) {
    .contained-row .sppb-container-inner {
        max-width: 1170px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1170px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1400px) {
    .sp-slider .sppb-container {
        max-width: 1170px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1170px;
    }
}

.greenText {
    color: #1cbe59 !important;
}

.purpleText {
    color: #8067f0 !important;
}

.yellowText {
    color: #f0c45c !important;
}

:root {
    --colorvariable: #000;
}

/*MURO*/
.j51_menu122 .j51_menu_item_title, .module.text-light .j51_menu122 .j51_menu_item_title {
    color: #000000 !important;
    font-family: 'Kapra-Regular', Helvetica, Arial, Sans-Serif;
}