
/*# Typography #*/

/*a {
    color: #B49669;
    text-decoration: underline;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }*/


/*# Grid #*/
/*.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
}

.row {
    margin-left: -0.5px;
    margin-right: -0.5px;
}

.row--with-cols-padding {
    padding: 0 3rem;
}

@media (max-width: 768px) {
    .row--with-cols-padding {
        padding: 0 1rem;
    }
}

.row--with-cols-padding > div[class^='col-'],
.row--with-cols-padding > div[class*=' col-'] {
    padding-bottom: 0px;
}

    .row--with-cols-padding > div[class^='col-']:last-child,
    .row--with-cols-padding > div[class*=' col-']:last-child {
        padding-left: 1rem;
    }

@media (max-width: 768px) {
    .row--with-cols-padding > div[class^='col-']:last-child,
    .row--with-cols-padding > div[class*=' col-']:last-child {
        padding-left: 0;
    }
}

.row--with-cols-padding > div[class^='col-']:first-child,
.row--with-cols-padding > div[class*=' col-']:first-child {
    padding-right: 1rem;
}

@media (max-width: 768px) {
    .row--with-cols-padding > div[class^='col-']:first-child,
    .row--with-cols-padding > div[class*=' col-']:first-child {
        padding-right: 0;
    }
}

.row--with-cols-padding > div[class^='col-']:not(:last-child):not(:first-child),
.row--with-cols-padding > div[class*=' col-']:not(:last-child):not(:first-child) {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

@media (max-width: 768px) {
    .row--with-cols-padding > div[class^='col-']:not(:last-child):not(:first-child),
    .row--with-cols-padding > div[class*=' col-']:not(:last-child):not(:first-child) {
        padding-right: 0;
        padding-left: 0;
    }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0.5px;
    padding-right: 0.5px;
    padding-bottom: 1px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 500px) {
    .container {
        width: 484px;
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 752px;
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1112px) {
    .container {
        width: 1096px;
    }

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1440px) {
    .container {
        width: 1424px;
    }

    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 499px) {
    .xs-hidden {
        display: none;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .sm-hidden {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1111px) {
    .md-hidden {
        display: none;
    }
}

@media (min-width: 1112px) {
    .lg-hidden {
        display: none;
    }
}*/



/*# Utilities #*/
/*.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.row:after {
    clear: both;
}

.img-responsive {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.cursor-hand {
    cursor: pointer;
}

.image-responsive {
    max-width: 100%;
}

.clear {
    clear: both;
}

.center-text {
    text-align: center;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'Core-icons';
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: none;
}

    [class^="icon-"]:before {
        content: "\e619";
    }

.icon-only:before {
    content: none;
}

.icon-dots-vertical:before {
    content: "\e75d";
}

.icon-chain:before {
    content: "\e67f";
}

.icon-chain-slash:before {
    content: "\e691";
}

.icon-list-bullets:before {
    content: "\e754";
}

.icon-list-numbers:before {
    content: "\e75b";
}

.icon-eye-slash:before {
    content: "\e75c";
}

.icon-arrow-u-right:before {
    content: "\e703";
}

.icon-arrow-u-left:before {
    content: "\e677";
}

.icon-arrow-down:before {
    content: "\e682";
}

.icon-arrow-up:before {
    content: "\e64c";
}

.icon-arrow-left:before {
    content: "\e6dc";
}

.icon-arrow-right:before {
    content: "\e6da";
}

.icon-arrow-down-circle:before {
    content: "\e6ae";
}

.icon-arrow-left-circle:before {
    content: "\e6af";
}

.icon-arrow-right-circle:before {
    content: "\e6b1";
}

.icon-arrow-up-circle:before {
    content: "\e6bf";
}

.icon-arrow-left-rect:before {
    content: "\e6db";
}

.icon-arrow-right-rect:before {
    content: "\e6d9";
}

.icon-arrow-crooked-left:before {
    content: "\e6e0";
}

.icon-arrow-crooked-right:before {
    content: "\e6e1";
}

.icon-arrow-double-left:before {
    content: "\e6df";
}

.icon-arrow-double-right:before {
    content: "\e6de";
}

.icon-arrow-down-line:before {
    content: "\e6dd";
}

.icon-arrow-up-line:before {
    content: "\e6d3";
}

.icon-arrows:before {
    content: "\e6d7";
}

.icon-arrows-h:before {
    content: "\e6d5";
}

.icon-arrows-v:before {
    content: "\e6d4";
}

.icon-magnifier:before {
    content: "\e657";
}

.icon-magnifier-minus:before {
    content: "\e656";
}

.icon-magnifier-plus:before {
    content: "\e655";
}

.icon-minus:before {
    content: "\e73f";
}

.icon-loop:before {
    content: "\e600";
}

.icon-merge:before {
    content: "\e709";
}

.icon-separate:before {
    content: "\e70a";
}

.icon-scheme-circles-triangle:before {
    content: "\e73e";
}

.icon-market:before {
    content: "\e68e";
}

.icon-bubble-o:before {
    content: "\e6f3";
}

.icon-bubble-times:before {
    content: "\e6f2";
}

.icon-clapperboard:before {
    content: "\e636";
}

.icon-collapse:before {
    content: "\e745";
}

.icon-collapse-scheme:before {
    content: "\e700";
}

.icon-dialog-window:before {
    content: "\e6ff";
}

.icon-dialog-window-cogwheel:before {
    content: "\e71a";
}

.icon-doc-ban-sign:before {
    content: "\e6ef";
}

.icon-doc-o:before {
    content: "\e69c";
}

.icon-doc-user:before {
    content: "\e714";
}

.icon-expand:before {
    content: "\e744";
}

.icon-file:before {
    content: "\e719";
}

.icon-folder-belt:before {
    content: "\e715";
}

.icon-folder-o:before {
    content: "\e68b";
}

.icon-hat-moustache:before {
    content: "\e75a";
}

.icon-key:before {
    content: "\e65e";
}

.icon-rectangle-a:before {
    content: "\e61e";
}

.icon-rectangle-a-o:before {
    content: "\e623";
}

.icon-rectangle-o-h:before {
    content: "\e758";
}

.icon-rectangle-o-v:before {
    content: "\e759";
}

.icon-rectangle-paragraph:before {
    content: "\e625";
}

.icon-tab:before {
    content: "\e6fb";
}

.icon-file-pdf:before {
    content: "\e6a3";
}

.icon-graduate-cap:before {
    content: "\e713";
}

.icon-clipboard-list:before {
    content: "\e6a9";
}

.icon-user-checkbox:before {
    content: "\e603";
}

.icon-box-cart:before {
    content: "\e6cd";
}

.icon-bubble-censored:before {
    content: "\e6c2";
}

.icon-drawers:before {
    content: "\e699";
}

.icon-earth:before {
    content: "\e698";
}

.icon-form:before {
    content: "\e689";
}

.icon-invoice:before {
    content: "\e660";
}

.icon-mug:before {
    content: "\e644";
}

.icon-square-dashed-line:before {
    content: "\e617";
}

.icon-briefcase:before {
    content: "\e6c6";
}

.icon-funnel:before {
    content: "\e687";
}

.icon-map:before {
    content: "\e654";
}

.icon-notebook:before {
    content: "\e642";
}

.icon-piechart:before {
    content: "\e631";
}

.icon-user-frame:before {
    content: "\e604";
}

.icon-clipboard-checklist:before {
    content: "\e6aa";
}

.icon-pictures:before {
    content: "\e632";
}

.icon-flag:before {
    content: "\e68f";
}

.icon-folder:before {
    content: "\e68d";
}

.icon-folder-opened:before {
    content: "\e68a";
}

.icon-picture:before {
    content: "\e633";
}

.icon-bin:before {
    content: "\e6d0";
}

.icon-bubble:before {
    content: "\e6c3";
}

.icon-doc:before {
    content: "\e69f";
}

.icon-doc-move:before {
    content: "\e69d";
}

.icon-edit:before {
    content: "\e696";
}

.icon-menu:before {
    content: "\e650";
}

.icon-message:before {
    content: "\e64f";
}

.icon-user:before {
    content: "\e605";
}

.icon-monitor-broken:before {
    content: "\e70b";
}

.icon-monitor:before {
    content: "\e646";
}

.icon-chevron-down-line:before {
    content: "\e6c0";
}

.icon-chevron-left-line:before {
    content: "\e6d6";
}

.icon-chevron-right-line:before {
    content: "\e6e2";
}

.icon-chevron-up-line:before {
    content: "\e6ee";
}

.icon-pin-o:before {
    content: "\e705";
}

.icon-brand-sharepoint:before {
    content: "\e707";
}

.icon-heartshake:before {
    content: "\e681";
}

.icon-pin:before {
    content: "\e71e";
}

.icon-checklist:before {
    content: "\e61b";
}

.icon-watch:before {
    content: "\e601";
}

.icon-permission-list:before {
    content: "\e634";
}

.icon-users:before {
    content: "\e602";
}

.icon-brand-youtube:before {
    content: "\e659";
}

.icon-brand-pinterest:before {
    content: "\e6e3";
}

.icon-brand-open-id:before {
    content: "\e6e4";
}

.icon-two-rectangles-v:before {
    content: "\e606";
}

.icon-brand-linkedin:before {
    content: "\e6e5";
}

.icon-two-rectangles-h:before {
    content: "\e607";
}

.icon-brand-google-plus:before {
    content: "\e6e6";
}

.icon-t-shirt:before {
    content: "\e608";
}

.icon-xml-tag:before {
    content: "\e6e7";
}

.icon-truck:before {
    content: "\e609";
}

.icon-trophy:before {
    content: "\e60a";
}

.icon-rss:before {
    content: "\e6e9";
}

.icon-triangle-right:before {
    content: "\e60b";
}

.icon-restriction-list:before {
    content: "\e6ea";
}

.icon-translate:before {
    content: "\e60c";
}

.icon-qr-code:before {
    content: "\e6eb";
}

.icon-times-circle:before {
    content: "\e60d";
}

.icon-lock-unlocked:before {
    content: "\e6ec";
}

.icon-times:before {
    content: "\e60e";
}

.icon-dollar-sign:before {
    content: "\e6ed";
}

.icon-tag:before {
    content: "\e60f";
}

.icon-tablet:before {
    content: "\e610";
}

.icon-cb-check-disabled:before {
    content: "\e6f0";
}

.icon-table:before {
    content: "\e612";
}

.icon-carousel:before {
    content: "\e6f1";
}

.icon-star-full:before {
    content: "\e614";
}

.icon-star-semi:before {
    content: "\e613";
}

.icon-star-empty:before {
    content: "\e615";
}

.icon-arrows-crooked:before {
    content: "\e6f4";
}

.icon-staging-scheme:before {
    content: "\e616";
}

.icon-shopping-cart:before {
    content: "\e6f5";
}

.icon-highlighter:before {
    content: "\e6f6";
}

.icon-square-dashed:before {
    content: "\e618";
}

.icon-cookie:before {
    content: "\e6f7";
}

.icon-square:before {
    content: "\e619";
}

.icon-software-package:before {
    content: "\e61c";
}

.icon-smartphone:before {
    content: "\e61d";
}

.icon-scissors:before {
    content: "\e61f";
}

.icon-rotate-right:before {
    content: "\e620";
}

.icon-rotate-left:before {
    content: "\e621";
}

.icon-rotate-double-right:before {
    content: "\e622";
}

.icon-ribbon:before {
    content: "\e624";
}

.icon-rb-uncheck:before {
    content: "\e626";
}

.icon-rb-check-sign:before {
    content: "\e627";
}

.icon-question-circle:before {
    content: "\e629";
}

.icon-project-scheme:before {
    content: "\e62b";
}

.icon-process-scheme:before {
    content: "\e62c";
}

.icon-plus-square:before {
    content: "\e62d";
}

.icon-plus-circle:before {
    content: "\e62e";
}

.icon-plus:before {
    content: "\e62f";
}

.icon-placeholder:before {
    content: "\e630";
}

.icon-perfume:before {
    content: "\e635";
}

.icon-percent-sign:before {
    content: "\e638";
}

.icon-pda:before {
    content: "\e639";
}

.icon-pc:before {
    content: "\e63a";
}

.icon-pause:before {
    content: "\e63b";
}

.icon-parent-children-scheme:before {
    content: "\e63c";
}

.icon-paperclip:before {
    content: "\e63d";
}

.icon-pants:before {
    content: "\e63e";
}

.icon-palette:before {
    content: "\e63f";
}

.icon-organisational-scheme:before {
    content: "\e640";
}

.icon-newspaper:before {
    content: "\e643";
}

.icon-monitor-smartphone:before {
    content: "\e645";
}

.icon-modal-question:before {
    content: "\e647";
}

.icon-modal-minimize:before {
    content: "\e648";
}

.icon-modal-maximize:before {
    content: "\e649";
}

.icon-modal-close:before {
    content: "\e64a";
}

.icon-minus-circle:before {
    content: "\e64b";
}

.icon-microphone:before {
    content: "\e64d";
}

.icon-messages:before {
    content: "\e64e";
}

.icon-media-player:before {
    content: "\e651";
}

.icon-mask:before {
    content: "\e652";
}

.icon-map-marker:before {
    content: "\e653";
}

.icon-lock:before {
    content: "\e658";
}

.icon-life-belt:before {
    content: "\e65a";
}

.icon-laptop:before {
    content: "\e65d";
}

.icon-kentico:before {
    content: "\e65f";
}

.icon-integration-scheme:before {
    content: "\e661";
}

.icon-i-circle:before {
    content: "\e664";
}

.icon-chevron-up-square:before {
    content: "\e665";
}

.icon-chevron-up-circle:before {
    content: "\e666";
}

.icon-chevron-up:before {
    content: "\e667";
}

.icon-chevron-right-square:before {
    content: "\e668";
}

.icon-chevron-right:before {
    content: "\e669";
}

.icon-chevron-left-square:before {
    content: "\e66a";
}

.icon-chevron-left-circle:before {
    content: "\e66b";
}

.icon-chevron-left:before {
    content: "\e66c";
}

.icon-chevron-down-square:before {
    content: "\e66d";
}

.icon-chevron-down-circle:before {
    content: "\e66e";
}

.icon-chevron-down:before {
    content: "\e66f";
}

.icon-chevron-double-up:before {
    content: "\e670";
}

.icon-chevron-double-right:before {
    content: "\e671";
}

.icon-chevron-double-left:before {
    content: "\e672";
}

.icon-chevron-double-down:before {
    content: "\e673";
}

.icon-checklist2:before {
    content: "\e674";
}

.icon-check-circle:before {
    content: "\e675";
}

.icon-check:before {
    content: "\e676";
}

.icon-tags:before {
    content: "\e678";
}

.icon-shoe-women:before {
    content: "\e679";
}

.icon-printer:before {
    content: "\e67a";
}

.icon-parent-child-scheme:before {
    content: "\e67b";
}

.icon-minus-square:before {
    content: "\e67c";
}

.icon-light-bulb:before {
    content: "\e67d";
}

.icon-chevron-right-circle:before {
    content: "\e67e";
}

.icon-home:before {
    content: "\e680";
}

.icon-half-arrows-right-left:before {
    content: "\e683";
}

.icon-graph:before {
    content: "\e684";
}

.icon-factory:before {
    content: "\e690";
}

.icon-exclamation-triangle:before {
    content: "\e693";
}

.icon-ellipsis:before {
    content: "\e694";
}

.icon-ekg-line:before {
    content: "\e695";
}

.icon-doc-paste:before {
    content: "\e69a";
}

.icon-doc-copy:before {
    content: "\e69e";
}

.icon-database:before {
    content: "\e6a0";
}

.icon-cup:before {
    content: "\e6a2";
}

.icon-compass:before {
    content: "\e6a4";
}

.icon-cogwheel-square:before {
    content: "\e6a5";
}

.icon-cogwheels:before {
    content: "\e6a6";
}

.icon-cogwheel:before {
    content: "\e6a7";
}

.icon-circle-square:before {
    content: "\e6ab";
}

.icon-circle:before {
    content: "\e6ac";
}

.icon-cb-uncheck:before {
    content: "\e6ad";
}

.icon-cb-check-sign:before {
    content: "\e6b0";
}

.icon-caret-up:before {
    content: "\e6b2";
}

.icon-caret-right-down:before {
    content: "\e6b3";
}

.icon-caret-right:before {
    content: "\e6b4";
}

.icon-caret-left:before {
    content: "\e6b5";
}

.icon-caret-down:before {
    content: "\e6b6";
}

.icon-camera:before {
    content: "\e6b7";
}

.icon-calendar-number:before {
    content: "\e6b8";
}

.icon-calendar:before {
    content: "\e6b9";
}

.icon-bullseye:before {
    content: "\e6ba";
}

.icon-building-block:before {
    content: "\e6bb";
}

.icon-building:before {
    content: "\e6bc";
}

.icon-bug:before {
    content: "\e6bd";
}

.icon-bucket-shovel:before {
    content: "\e6be";
}

.icon-bubbles:before {
    content: "\e6c1";
}

.icon-brush:before {
    content: "\e6c4";
}

.icon-broom:before {
    content: "\e6c5";
}

.icon-brand-twitter:before {
    content: "\e6c7";
}

.icon-brand-google:before {
    content: "\e6c8";
}

.icon-brand-facebook:before {
    content: "\e6c9";
}

.icon-brand-bing:before {
    content: "\e6ca";
}

.icon-braces:before {
    content: "\e6cb";
}

.icon-boxes:before {
    content: "\e6cc";
}

.icon-box:before {
    content: "\e6ce";
}

.icon-ban-sign:before {
    content: "\e6d1";
}

.icon-badge:before {
    content: "\e6d2";
}

.icon-arrow-right-top-square:before {
    content: "\e6d8";
}

.icon-breadcrumb:before {
    content: "\e6f9";
}

.icon-clock:before {
    content: "\e6a8";
}

.icon-cloud:before {
    content: "\e701";
}

.icon-cb-check-preview:before {
    content: "\e702";
}

.icon-accordion:before {
    content: "\e704";
}

.icon-two-squares-line:before {
    content: "\e706";
}

.icon-money-bill:before {
    content: "\e708";
}

.icon-puzzle:before {
    content: "\e62a";
}

.icon-wizard-stick:before {
    content: "\e6fa";
}

.icon-lines-rectangle-o:before {
    content: "\e6fd";
}

.icon-doc-arrows:before {
    content: "\e6fe";
}

.icon-l-text-col:before {
    content: "\e685";
}

.icon-l-menu-text-col:before {
    content: "\e69b";
}

.icon-l-menu-cols-3:before {
    content: "\e6e8";
}

.icon-l-logotype-menu-v-col:before {
    content: "\e6fc";
}

.icon-l-logotype-menu-h-col:before {
    content: "\e70c";
}

.icon-l-header-cols-3-footer:before {
    content: "\e70d";
}

.icon-l-cols-80-20:before {
    content: "\e70e";
}

.icon-l-cols-20-80:before {
    content: "\e70f";
}

.icon-l-cols-4:before {
    content: "\e710";
}

.icon-l-cols-3:before {
    content: "\e711";
}

.icon-l-cols-2:before {
    content: "\e712";
}

.icon-bezier-scheme:before {
    content: "\e717";
}

.icon-note:before {
    content: "\e71c";
}

.icon-piechart-lines:before {
    content: "\e71d";
}

.icon-l-article-map:before {
    content: "\e721";
}

.icon-l-calendar-number-article:before {
    content: "\e722";
}

.icon-l-forms-2:before {
    content: "\e723";
}

.icon-l-header-cols-2-footer:before {
    content: "\e724";
}

.icon-l-header-list-img:before {
    content: "\e725";
}

.icon-l-header-menu-text:before {
    content: "\e726";
}

.icon-l-header-text:before {
    content: "\e727";
}

.icon-l-list-article:before {
    content: "\e728";
}

.icon-l-lightbox:before {
    content: "\e729";
}

.icon-l-img-3-cols-3:before {
    content: "\e72a";
}

.icon-l-img-2-cols-3:before {
    content: "\e72b";
}

.icon-l-text:before {
    content: "\e72c";
}

.icon-l-rows-4:before {
    content: "\e72d";
}

.icon-l-rows-3:before {
    content: "\e72e";
}

.icon-l-rows-2:before {
    content: "\e72f";
}

.icon-l-menu-text-col-bottom:before {
    content: "\e730";
}

.icon-l-menu-text:before {
    content: "\e731";
}

.icon-l-menu-list-img-col:before {
    content: "\e732";
}

.icon-l-menu-list-img:before {
    content: "\e733";
}

.icon-l-menu-list:before {
    content: "\e734";
}

.icon-l-menu-cols-2:before {
    content: "\e735";
}

.icon-l-logotype-menu-col-footer:before {
    content: "\e736";
}

.icon-l-list-title:before {
    content: "\e737";
}

.icon-l-list-img-article:before {
    content: "\e738";
}

.icon-l-list-article-col:before {
    content: "\e739";
}

.icon-tree-structure:before {
    content: "\e73a";
}

.icon-vb:before {
    content: "\e716";
}

.icon-crosshair-o:before {
    content: "\e71b";
}

.icon-crosshair-f:before {
    content: "\e71f";
}

.icon-caret-right-aligned-left:before {
    content: "\e720";
}

.icon-caret-left-aligned-right:before {
    content: "\e73b";
}

.icon-gauge:before {
    content: "\e686";
}

.icon-c-sharp:before {
    content: "\e718";
}

.icon-tab-vertical:before {
    content: "\e73c";
}

.icon-right-double-quotation-mark:before {
    content: "\e73d";
}

.icon-braces-octothorpe:before {
    content: "\e740";
}

.icon-outdent:before {
    content: "\e741";
}

.icon-indent:before {
    content: "\e742";
}

.icon-i:before {
    content: "\e743";
}

.icon-b:before {
    content: "\e746";
}

.icon-u:before {
    content: "\e747";
}

.icon-s:before {
    content: "\e748";
}

.icon-x:before {
    content: "\e749";
}

.icon-t-f:before {
    content: "\e74a";
}

.icon-t:before {
    content: "\e74b";
}

.icon-parent-child-scheme-2:before {
    content: "\e74c";
}

.icon-parent-child-scheme2:before {
    content: "\e74d";
}

.icon-doc-torn:before {
    content: "\e750";
}

.icon-f:before {
    content: "\e74e";
}

.icon-a-lowercase:before {
    content: "\e74f";
}

.icon-circle-slashed:before {
    content: "\e751";
}

.icon-one:before {
    content: "\e752";
}

.icon-diamond:before {
    content: "\e756";
}

.icon-choice-user-scheme:before {
    content: "\e753";
}

.icon-choice-single-scheme:before {
    content: "\e755";
}

.icon-choice-multi-scheme:before {
    content: "\e757";
}

.icon-book-opened:before {
    content: "\e6cf";
}

.icon-e-book:before {
    content: "\e697";
}

.icon-spinner:before {
    content: "\e61a";
}

.icon-layouts:before {
    content: "\e65b";
}

.icon-layout:before {
    content: "\e65c";
}

.icon-id-card:before {
    content: "\e663";
}

.icon-id-cards:before {
    content: "\e662";
}

.icon-l-grid-3-2:before {
    content: "\e611";
}

.icon-l-grid-2-2:before {
    content: "\e628";
}

.icon-l-cols-70-30:before {
    content: "\e637";
}

.icon-l-cols-30-70:before {
    content: "\e641";
}

.icon-l-cols-25-50-25:before {
    content: "\e688";
}

.icon-l-cols-20-60-20:before {
    content: "\e6a1";
}

.icon-eye:before {
    content: "\e692";
}

.icon-list:before {
    content: "\e6f8";
}

.icon-folder-clock:before {
    content: "\e68c";
}

.icon-app-default:before {
    content: "\e618";
}

.icon-app-blogs:before {
    content: "\e642";
}

.icon-app-content:before {
    content: "\e6cf";
}

.icon-app-content-dashboard:before {
    content: "\e686";
}

.icon-app-file-import:before {
    content: "\e6db";
}

.icon-app-forms:before {
    content: "\e689";
}

.icon-app-checked-out:before {
    content: "\e6c6";
}

.icon-app-media:before {
    content: "\e632";
}

.icon-app-my-blogs:before {
    content: "\e642";
}

.icon-app-my-documents:before {
    content: "\e6c6";
}

.icon-app-outdated:before {
    content: "\e6c6";
}

.icon-app-pending:before {
    content: "\e6c6";
}

.icon-app-polls:before {
    content: "\e6aa";
}

.icon-app-recent:before {
    content: "\e6c6";
}

.icon-app-translations:before {
    content: "\e698";
}

.icon-app-activities:before {
    content: "\e695";
}

.icon-app-banners:before {
    content: "\e624";
}

.icon-app-campaigns:before {
    content: "\e6ba";
}

.icon-app-contacts:before {
    content: "\e663";
}

.icon-app-contact-groups:before {
    content: "\e662";
}

.icon-app-conversions:before {
    content: "\e683";
}

.icon-app-marketing-dashboard:before {
    content: "\e686";
}

.icon-app-marketing-reports:before {
    content: "\e684";
}

.icon-app-newsletters:before {
    content: "\e64f";
}

.icon-app-processes:before {
    content: "\e62c";
}

.icon-app-scoring:before {
    content: "\e687";
}

.icon-app-web-analytics:before {
    content: "\e631";
}

.icon-app-ab-test:before {
    content: "\e706";
}

.icon-app-mvt:before {
    content: "\e65c";
}

.icon-app-catalog-discounts:before {
    content: "\e638";
}

.icon-app-customers:before {
    content: "\e604";
}

.icon-app-ecommerce-dashboard:before {
    content: "\e686";
}

.icon-app-ecommerce-reports:before {
    content: "\e684";
}

.icon-app-free-shipping-offers:before {
    content: "\e638";
}

.icon-app-manufacturers:before {
    content: "\e690";
}

.icon-app-order-discounts:before {
    content: "\e638";
}

.icon-app-orders:before {
    content: "\e660";
}

.icon-app-product-coupons:before {
    content: "\e638";
}

.icon-app-product-options:before {
    content: "\e6cc";
}

.icon-app-products:before {
    content: "\e6ce";
}

.icon-app-suppliers:before {
    content: "\e6cd";
}

.icon-app-abuse-reports:before {
    content: "\e6ea";
}

.icon-app-avatars:before {
    content: "\e652";
}

.icon-app-bad-words:before {
    content: "\e6c2";
}

.icon-app-badges:before {
    content: "\e6d2";
}

.icon-app-events:before {
    content: "\e6b8";
}

.icon-app-facebook:before {
    content: "\e6c9";
}

.icon-app-forums:before {
    content: "\e6c1";
}

.icon-app-groups:before {
    content: "\e602";
}

.icon-app-chat:before {
    content: "\e6c3";
}

.icon-app-message-boards:before {
    content: "\e6c1";
}

.icon-app-messages:before {
    content: "\e64e";
}

.icon-app-my-projects:before {
    content: "\e62b";
}

.icon-app-projects:before {
    content: "\e62b";
}

.icon-app-api-examples:before {
    content: "\e6a6";
}

.icon-app-classes:before {
    content: "\e6cb";
}

.icon-app-css-stylesheets:before {
    content: "\e63f";
}

.icon-app-custom-tables:before {
    content: "\e612";
}

.icon-app-database-objects:before {
    content: "\e6a0";
}

.icon-app-device-profiles:before {
    content: "\e645";
}

.icon-app-document-types:before {
    content: "\e69f";
}

.icon-app-email-templates:before {
    content: "\e64f";
}

.icon-app-form-controls:before {
    content: "\e689";
}

.icon-app-inline-controls:before {
    content: "\e689";
}

.icon-app-javascript-files:before {
    content: "\e6cb";
}

.icon-app-macro-rules:before {
    content: "\e740";
}

.icon-app-modules:before {
    content: "\e62a";
}

.icon-app-notifications:before {
    content: "\e68f";
}

.icon-app-page-layouts:before {
    content: "\e65c";
}

.icon-app-page-templates:before {
    content: "\e65c";
}

.icon-app-web-part-containers:before {
    content: "\e617";
}

.icon-app-web-parts:before {
    content: "\e6bb";
}

.icon-app-web-templates:before {
    content: "\e65c";
}

.icon-app-widgets:before {
    content: "\e6a5";
}

.icon-app-banned-ips:before {
    content: "\e6ea";
}

.icon-app-categories:before {
    content: "\e699";
}

.icon-app-content-reports:before {
    content: "\e6a7";
}

.icon-app-countries:before {
    content: "\e653";
}

.icon-app-ecommerce-configuration:before {
    content: "\e6a7";
}

.icon-app-email-queue:before {
    content: "\e64e";
}

.icon-app-event-log:before {
    content: "\e6a9";
}

.icon-app-integration-bus:before {
    content: "\e661";
}

.icon-app-localization:before {
    content: "\e698";
}

.icon-app-membership:before {
    content: "\e663";
}

.icon-app-marketing-configuration:before {
    content: "\e6a7";
}

.icon-app-permissions:before {
    content: "\e634";
}

.icon-app-recycle-bin:before {
    content: "\e6d0";
}

.icon-app-relationship-names:before {
    content: "\e67f";
}

.icon-app-roles:before {
    content: "\e603";
}

.icon-app-search-engines:before {
    content: "\e657";
}

.icon-app-settings:before {
    content: "\e6a7";
}

.icon-app-scheduled-tasks:before {
    content: "\e68c";
}

.icon-app-sites:before {
    content: "\e65b";
}

.icon-app-smart-search:before {
    content: "\e657";
}

.icon-app-smtp-servers:before {
    content: "\e64f";
}

.icon-app-staging:before {
    content: "\e616";
}

.icon-app-system:before {
    content: "\e6ab";
}

.icon-app-tag-groups:before {
    content: "\e678";
}

.icon-app-time-zones:before {
    content: "\e6a8";
}

.icon-app-translation-services:before {
    content: "\e60c";
}

.icon-app-ui-personalization:before {
    content: "\e65c";
}

.icon-app-users:before {
    content: "\e602";
}

.icon-app-web-farm:before {
    content: "\e63c";
}

.icon-app-workflows:before {
    content: "\e756";
}

.icon-app-personas:before {
    content: "\e75a";
}

.icon-app-unit-tests:before {
    content: "\e61b";
}

.icon-app-licenses:before {
    content: "\e65e";
}

.icon-app-my-profile:before {
    content: "\e605";
}

.icon-app-debug:before {
    content: "\e6bd";
}

.icon-app-twitter:before {
    content: "\e6c7";
}

.icon-app-continuous-integration:before {
    content: "\e600";
}

.icon-googletranslator:before {
    content: "\e6c8";
}

.icon-microsofttranslator:before {
    content: "\e6ca";
}

.icon-external-link:before {
    content: "\e6d8";
}

.icon-mvc:before {
    content: "\e73e";
}

.icon-w-webpart-default:before {
    content: "\e6bb";
}

.icon-w-widget-default:before {
    content: "\e6a5";
}

.icon-w-css-list-menu:before {
    content: "\e6f8";
}

.icon-w-tree-menu:before {
    content: "\e73a";
}

.icon-w-category-menu:before {
    content: "\e6f8";
}

.icon-w-tab-menu:before {
    content: "\e6f8";
}

.icon-w-drop-down-menu:before {
    content: "\e6f8";
}

.icon-w-language-selection:before {
    content: "\e698";
}

.icon-w-language-selection-dropdown:before {
    content: "\e698";
}

.icon-w-language-selection-with-flags:before {
    content: "\e698";
}

.icon-w-page-placeholder:before {
    content: "\e630";
}

.icon-w-site-map:before {
    content: "\e73a";
}

.icon-w-qr-code:before {
    content: "\e6eb";
}

.icon-w-repeater:before {
    content: "\e6f4";
}

.icon-w-repeater-for-web-service:before {
    content: "\e6a6";
}

.icon-w-repeater-with-carousel:before {
    content: "\e6f1";
}

.icon-w-repeater-with-custom-query:before {
    content: "\e6a0";
}

.icon-w-query-repeater-with-effect:before {
    content: "\e6a0";
}

.icon-w-repeater-with-effect:before {
    content: "\e6f4";
}

.icon-w-repeater-with-lightbox:before {
    content: "\e633";
}

.icon-w-basic-repeater:before {
    content: "\e6f4";
}

.icon-w-basic-repeater-with-effect:before {
    content: "\e6f4";
}

.icon-w-custom-table-repeater:before {
    content: "\e612";
}

.icon-w-custom-table-repeater-with-effect:before {
    content: "\e612";
}

.icon-w-report-table:before {
    content: "\e612";
}

.icon-w-atom-repeater:before {
    content: "\e6e9";
}

.icon-w-xml-repeater:before {
    content: "\e6e7";
}

.icon-w-head-html-code:before {
    content: "\e6e7";
}

.icon-w-static-html:before {
    content: "\e6e7";
}

.icon-w-javascript:before {
    content: "\e6cb";
}

.icon-w-breadcrumbs:before {
    content: "\e6f9";
}

.icon-w-category-breadcrumbs:before {
    content: "\e6f9";
}

.icon-w-forum-breadcrumbs:before {
    content: "\e6f9";
}

.icon-w-document-attachments:before {
    content: "\e63d";
}

.icon-w-document-attachments-with-effect:before {
    content: "\e63d";
}

.icon-w-attachments:before {
    content: "\e63d";
}

.icon-w-attachments-carousel:before {
    content: "\e6f1";
}

.icon-w-attachments-carousel-3d:before {
    content: "\e6f1";
}

.icon-w-attachments-lightbox:before {
    content: "\e633";
}

.icon-w-lightbox-gallery:before {
    content: "\e633";
}

.icon-w-inbox:before {
    content: "\e64f";
}

.icon-w-send-message:before {
    content: "\e64f";
}

.icon-w-send-to-friend:before {
    content: "\e64f";
}

.icon-w-newsletter-archive:before {
    content: "\e6f8";
}

.icon-w-newsletter-subscription:before {
    content: "\e675";
}

.icon-w-messaging-info-panel:before {
    content: "\e64f";
}

.icon-w-newsletter-unsubscription:before {
    content: "\e60d";
}

.icon-w-custom-subscription-form:before {
    content: "\e675";
}

.icon-w-registration-e-mail-confirmation:before {
    content: "\e64f";
}

.icon-w-my-messages:before {
    content: "\e64f";
}

.icon-w-unsubscription-request:before {
    content: "\e60d";
}

.icon-w-outbox:before {
    content: "\e64f";
}

.icon-w-my-sent-invitations:before {
    content: "\e64f";
}

.icon-w-board-messages-data-source:before {
    content: "\e6c1";
}

.icon-w-group-forum-posts-data-source:before {
    content: "\e6c1";
}

.icon-w-query-data-source:before {
    content: "\e6a0";
}

.icon-w-forum-posts-data-source:before {
    content: "\e6c1";
}

.icon-w-documents-data-source:before {
    content: "\e69f";
}

.icon-w-web-service-data-source:before {
    content: "\e6a6";
}

.icon-w-department-members-data-source:before {
    content: "\e640";
}

.icon-w-macro-data-source:before {
    content: "\e740";
}

.icon-w-file-system-data-source:before {
    content: "\e68a";
}

.icon-w-sharepoint-data-source:before {
    content: "\e6bb";
}

.icon-w-group-media-libraries-data-source:before {
    content: "\e632";
}

.icon-w-atom-data-source:before {
    content: "\e6e9";
}

.icon-w-media-files-data-source:before {
    content: "\e632";
}

.icon-w-groups-data-source:before {
    content: "\e602";
}

.icon-w-custom-table-data-source:before {
    content: "\e612";
}

.icon-w-group-members-data-source:before {
    content: "\e602";
}

.icon-w-blog-comments-data-source:before {
    content: "\e642";
}

.icon-w-sql-data-source:before {
    content: "\e6a0";
}

.icon-w-sql-search-box:before {
    content: "\e657";
}

.icon-w-xml-data-source:before {
    content: "\e6e7";
}

.icon-w-sql-search-dialog:before {
    content: "\e657";
}

.icon-w-products-data-source:before {
    content: "\e6ce";
}

.icon-w-sql-search-dialog-with-results:before {
    content: "\e657";
}

.icon-w-media-libraries-data-source:before {
    content: "\e632";
}

.icon-w-users-data-source:before {
    content: "\e605";
}

.icon-w-attachments-data-source:before {
    content: "\e63d";
}

.icon-w-sql-search-results:before {
    content: "\e6f8";
}

.icon-w-chat-search-on-line-users:before {
    content: "\e657";
}

.icon-w-search-accelerator-for-ie8-and-higher:before {
    content: "\e657";
}

.icon-w-search-engine-results-highlighter:before {
    content: "\e6f6";
}

.icon-w-smart-search-box:before {
    content: "\e657";
}

.icon-w-forum-search-advanced-dialog:before {
    content: "\e657";
}

.icon-w-smart-search-dialog:before {
    content: "\e657";
}

.icon-w-forum-search-box:before {
    content: "\e657";
}

.icon-w-smart-search-dialog-with-results:before {
    content: "\e657";
}

.icon-w-smart-search-filter:before {
    content: "\e687";
}

.icon-w-smart-search-results:before {
    content: "\e6f8";
}

.icon-w-message-board-rss-feed:before {
    content: "\e6c1";
}

.icon-w-forum-posts-rss-feed:before {
    content: "\e6c1";
}

.icon-w-query-rss-feed:before {
    content: "\e6a0";
}

.icon-w-news-rss-feed:before {
    content: "\e643";
}

.icon-w-web-service-rss-feed:before {
    content: "\e6a6";
}

.icon-w-feed-link:before {
    content: "\e6e9";
}

.icon-w-cms-rss-feed:before {
    content: "\e6e9";
}

.icon-w-atom-feed:before {
    content: "\e6e9";
}

.icon-w-media-files-rss-feed:before {
    content: "\e632";
}

.icon-w-blog-comments-rss-feed:before {
    content: "\e6e9";
}

.icon-w-events-rss-feed:before {
    content: "\e6b8";
}

.icon-w-rss-data-source:before {
    content: "\e6a0";
}

.icon-w-rss-feed:before {
    content: "\e6e9";
}

.icon-w-products-rss-feed:before {
    content: "\e6ce";
}

.icon-w-custom-table-rss-feed:before {
    content: "\e612";
}

.icon-w-blog-posts-rss-feed:before {
    content: "\e642";
}

.icon-w-rss-repeater:before {
    content: "\e6e9";
}

.icon-w-web-part-zone:before {
    content: "\e65c";
}

.icon-w-banner-rotator:before {
    content: "\e624";
}

.icon-w-css-style-selector:before {
    content: "\e63f";
}

.icon-w-report:before {
    content: "\e684";
}

.icon-w-report-chart:before {
    content: "\e684";
}

.icon-w-switch-mobile-device-detection:before {
    content: "\e61d";
}

.icon-w-mobile-device-redirection:before {
    content: "\e61d";
}

.icon-w-poll:before {
    content: "\e61b";
}

.icon-w-group-polls:before {
    content: "\e61b";
}

.icon-w-scrolling-text:before {
    content: "\e625";
}

.icon-w-static-text:before {
    content: "\e625";
}

.icon-w-paged-text:before {
    content: "\e625";
}

.icon-w-editable-text:before {
    content: "\e625";
}

.icon-w-change-password:before {
    content: "\e65e";
}

.icon-w-unlock-user-accunt:before {
    content: "\e6ec";
}

.icon-w-reset-password:before {
    content: "\e65e";
}

.icon-w-automatically-initiated-chat:before {
    content: "\e6c3";
}

.icon-w-chat-send-message:before {
    content: "\e64f";
}

.icon-w-chat-support-request:before {
    content: "\e6c3";
}

.icon-w-chat-web-part:before {
    content: "\e6bb";
}

.icon-w-chat-errors:before {
    content: "\e6f2";
}

.icon-w-chat-leave-room:before {
    content: "\e6d9";
}

.icon-w-chat-login:before {
    content: "\e65e";
}

.icon-w-chat-notifications:before {
    content: "\e6c3";
}

.icon-w-chat-room-messages:before {
    content: "\e6c3";
}

.icon-w-chat-room-name:before {
    content: "\e6c3";
}

.icon-w-chat-room-users:before {
    content: "\e605";
}

.icon-w-chat-rooms:before {
    content: "\e6f3";
}

.icon-w-comment-view:before {
    content: "\e6c1";
}

.icon-w-forum-unsubscription:before {
    content: "\e60d";
}

.icon-w-forum-most-active-threads:before {
    content: "\e6c1";
}

.icon-w-forum-recently-active-threads:before {
    content: "\e6c1";
}

.icon-w-forum-top-contributors:before {
    content: "\e6c1";
}

.icon-w-forum-single-forum-flat-layout:before {
    content: "\e6c1";
}

.icon-w-forum-single-forum-general:before {
    content: "\e6c1";
}

.icon-w-forum-single-forum-tree-layout:before {
    content: "\e6c1";
}

.icon-w-calendar:before {
    content: "\e6b9";
}

.icon-w-date-and-time:before {
    content: "\e6a8";
}

.icon-w-event-calendar:before {
    content: "\e6b8";
}

.icon-w-event-registration:before {
    content: "\e6b8";
}

.icon-w-content-rating:before {
    content: "\e614";
}

.icon-w-shopping-cart-content:before {
    content: "\e6f5";
}

.icon-w-shopping-cart-preview:before {
    content: "\e6f5";
}

.icon-w-shopping-cart-totals:before {
    content: "\e6f5";
}

.icon-w-attachment-image-gallery:before {
    content: "\e633";
}

.icon-w-media-gallery-file-filter:before {
    content: "\e633";
}

.icon-w-media-gallery-file-list:before {
    content: "\e633";
}

.icon-w-media-gallery-folder-tree:before {
    content: "\e633";
}

.icon-w-image-gallery:before {
    content: "\e633";
}

.icon-w-media-libraries-viewer:before {
    content: "\e633";
}

.icon-w-custom-table-datagrid:before {
    content: "\e612";
}

.icon-w-grid-with-custom-query:before {
    content: "\e612";
}

.icon-w-custom-table-datalist:before {
    content: "\e6f8";
}

.icon-w-grid:before {
    content: "\e612";
}

.icon-w-table-layout:before {
    content: "\e612";
}

.icon-w-sharepoint-datagrid:before {
    content: "\e612";
}

.icon-w-grid-for-rest-service:before {
    content: "\e612";
}

.icon-w-grid-for-web-service:before {
    content: "\e6a6";
}

.icon-w-custom-table-datagrid:before {
    content: "\e612";
}

.icon-w-basic-datalist:before {
    content: "\e6f8";
}

.icon-w-sharepoint-datalist:before {
    content: "\e6f8";
}

.icon-w-datalist-with-custom-query:before {
    content: "\e6a0";
}

.icon-w-datalist:before {
    content: "\e6f8";
}

.icon-w-group-forum-list:before {
    content: "\e6c1";
}

.icon-w-group-profile:before {
    content: "\e602";
}

.icon-w-group-properties:before {
    content: "\e602";
}

.icon-w-group-forum-post-viewer:before {
    content: "\e6c1";
}

.icon-w-group-public-profile:before {
    content: "\e602";
}

.icon-w-group-forum-search-results:before {
    content: "\e657";
}

.icon-w-group-registration:before {
    content: "\e602";
}

.icon-w-group-forums:before {
    content: "\e602";
}

.icon-w-group-roles:before {
    content: "\e602";
}

.icon-w-group-invitation:before {
    content: "\e64f";
}

.icon-w-group-security-access:before {
    content: "\e658";
}

.icon-w-group-media-libraries:before {
    content: "\e632";
}

.icon-w-department-members-viewer:before {
    content: "\e640";
}

.icon-w-group-security-message:before {
    content: "\e64f";
}

.icon-w-leave-group:before {
    content: "\e6d9";
}

.icon-w-group-media-libraries-viewer:before {
    content: "\e632";
}

.icon-w-groups-filter:before {
    content: "\e687";
}

.icon-w-group-members:before {
    content: "\e602";
}

.icon-w-groups-viewer:before {
    content: "\e602";
}

.icon-w-group-members-viewer:before {
    content: "\e602";
}

.icon-w-group-contribution-list:before {
    content: "\e6f8";
}

.icon-w-chat-on-line-users:before {
    content: "\e6c3";
}

.icon-w-group-message-board:before {
    content: "\e6c1";
}

.icon-w-group-document-library:before {
    content: "\e632";
}

.icon-w-group-message-board-viewer:before {
    content: "\e6c1";
}

.icon-w-group-edit-contribution:before {
    content: "\e696";
}

.icon-w-group-message-boards:before {
    content: "\e6c1";
}

.icon-w-group-forum-most-active-threads:before {
    content: "\e6c1";
}

.icon-w-group-permissions:before {
    content: "\e634";
}

.icon-w-group-forum-recently-active-threads:before {
    content: "\e6a8";
}

.icon-w-custom-registration-form:before {
    content: "\e605";
}

.icon-w-on-line-form:before {
    content: "\e689";
}

.icon-w-registration-form:before {
    content: "\e605";
}

.icon-w-logon-form:before {
    content: "\e65e";
}

.icon-w-logon-mini-form:before {
    content: "\e65e";
}

.icon-w-discount-coupon:before {
    content: "\e638";
}

.icon-w-my-account:before {
    content: "\e663";
}

.icon-w-on-line-users:before {
    content: "\e605";
}

.icon-w-my-profile:before {
    content: "\e605";
}

.icon-w-user-public-profile:before {
    content: "\e605";
}

.icon-w-users-filter:before {
    content: "\e687";
}

.icon-w-document-name-filter:before {
    content: "\e687";
}

.icon-w-filter:before {
    content: "\e687";
}

.icon-w-remaining-amount-for-free-shipping:before {
    content: "\e638";
}

.icon-w-shipping-option-selection:before {
    content: "\e609";
}

.icon-w-tasks-owned-by-me:before {
    content: "\e61b";
}

.icon-w-my-projects:before {
    content: "\e62b";
}

.icon-w-project-list:before {
    content: "\e62b";
}

.icon-w-project-tasks:before {
    content: "\e61b";
}

.icon-w-tasks-assigned-to-me:before {
    content: "\e61b";
}

.icon-w-customer-detail:before {
    content: "\e604";
}

.icon-w-customer-address:before {
    content: "\e604";
}

.icon-w-liveid-required-data:before {
    content: "\e6bb";
}

.icon-w-windows-liveid:before {
    content: "\e6bb";
}

.icon-w-openid-logon:before {
    content: "\e6e4";
}

.icon-w-openid-required-data:before {
    content: "\e6e4";
}

.icon-w-powered-by-kentico:before {
    content: "\e65f";
}

.icon-w-bing-translator:before {
    content: "\e6ca";
}

.icon-w-static-bing-maps:before {
    content: "\e6ca";
}

.icon-w-basic-bing-maps:before {
    content: "\e6ca";
}

.icon-w-bing-maps:before {
    content: "\e6ca";
}

.icon-w-google-maps:before {
    content: "\e6c8";
}

.icon-w-static-google-maps:before {
    content: "\e6c8";
}

.icon-w-basic-google-maps:before {
    content: "\e6c8";
}

.icon-w-google-activity-feed:before {
    content: "\e6e6";
}

.icon-w-google-badge:before {
    content: "\e6e6";
}

.icon-w-google-analytics:before {
    content: "\e6c8";
}

.icon-w-google-search:before {
    content: "\e6c8";
}

.icon-w-google-sitemap-xml-sitemap:before {
    content: "\e6c8";
}

.icon-w-google-translator:before {
    content: "\e6c8";
}

.icon-w-google-1-button:before {
    content: "\e6e6";
}

.icon-w-facebook-activity-feed:before {
    content: "\e6c9";
}

.icon-w-facebook-comments:before {
    content: "\e6c9";
}

.icon-w-facebook-connect-logon:before {
    content: "\e6c9";
}

.icon-w-facebook-facepile:before {
    content: "\e6c9";
}

.icon-w-facebook-like-box:before {
    content: "\e6c9";
}

.icon-w-facebook-like-button:before {
    content: "\e6c9";
}

.icon-w-facebook-recommendations:before {
    content: "\e6c9";
}

.icon-w-facebook-send-button:before {
    content: "\e6c9";
}

.icon-w-twitter-feed:before {
    content: "\e6c7";
}

.icon-w-twitter-follow-button:before {
    content: "\e6c7";
}

.icon-w-twitter-tweet-button:before {
    content: "\e6c7";
}

.icon-w-pinterest-follow-button:before {
    content: "\e6e3";
}

.icon-w-pinterest-pin-it-button:before {
    content: "\e6e3";
}

.icon-w-linkedin-apply-with:before {
    content: "\e6e5";
}

.icon-w-linkedin-company-insider:before {
    content: "\e6e5";
}

.icon-w-linkedin-company-profile:before {
    content: "\e6e5";
}

.icon-w-linkedin-logon:before {
    content: "\e6e5";
}

.icon-w-linkedin-member-profile:before {
    content: "\e6e5";
}

.icon-w-linkedin-recommend-button:before {
    content: "\e6e5";
}

.icon-w-linkedin-required-data:before {
    content: "\e6e5";
}

.icon-w-linkedin-share-button:before {
    content: "\e6e5";
}

.icon-w-flash-web-part:before {
    content: "\e6bb";
}

.icon-w-flash-widget:before {
    content: "\e6a5";
}

.icon-w-social-bookmarking:before {
    content: "\e678";
}

.icon-w-wmp-video:before {
    content: "\e6bb";
}

.icon-w-youtube-video:before {
    content: "\e659";
}

.icon-w-silverlight-application-web-part:before {
    content: "\e6bb";
}

.icon-w-silverlight-application-widget:before {
    content: "\e6a5";
}

.icon-w-quicktime:before {
    content: "\e6bb";
}

.icon-w-product-filter:before {
    content: "\e6ce";
}

.icon-w-top-n-newest-products:before {
    content: "\e6ce";
}

.icon-w-top-n-products-by-sales:before {
    content: "\e6ce";
}

.icon-w-similar-products-by-sales:before {
    content: "\e6ce";
}

.icon-w-random-products:before {
    content: "\e6ce";
}

.icon-w-tag-cloud:before {
    content: "\e701";
}

.icon-w-message-board:before {
    content: "\e6c1";
}

.icon-w-accordion-layout:before {
    content: "\e704";
}

.icon-w-columns-layout:before {
    content: "\e712";
}

.icon-w-tabs-layout:before {
    content: "\e6fb";
}

.icon-w-wizard-layout:before {
    content: "\e6fa";
}

.icon-w-rows-layout:before {
    content: "\e72e";
}

.icon-w-new-blog:before {
    content: "\e642";
}

.icon-w-abuse-report:before {
    content: "\e6ea";
}

.icon-w-in-line-abuse-report:before {
    content: "\e6ea";
}

.icon-w-message-board-subscription-confirmation:before {
    content: "\e675";
}

.icon-w-datalist-for-web-service:before {
    content: "\e6a6";
}

.icon-w-tree-view:before {
    content: "\e73a";
}

.icon-w-admin-actions:before {
    content: "\e67f";
}

.icon-w-simple-cookie-law-consent:before {
    content: "\e6f7";
}

.icon-w-news-list:before {
    content: "\e6f8";
}

.icon-w-message-board-unsubscription:before {
    content: "\e60d";
}

.icon-w-keep-alive:before {
    content: "\e622";
}

.icon-w-donate:before {
    content: "\e708";
}

.icon-w-donations:before {
    content: "\e708";
}

.icon-w-payment-form:before {
    content: "\e708";
}

.icon-w-payment-method-selection:before {
    content: "\e708";
}

.icon-w-currency-selection:before {
    content: "\e6ed";
}

.icon-w-analytics-browser-capabilities:before {
    content: "\e6ff";
}

.icon-w-strands-recommendations:before {
    content: "\e6bb";
}

.icon-w-password-expiration:before {
    content: "\e658";
}

.icon-w-message-board-viewer:before {
    content: "\e6c1";
}

.icon-w-checkout-process-obsolete:before {
    content: "\e6bb";
}

.icon-w-category-list:before {
    content: "\e6f8";
}

.icon-w-analytics-custom-statistics:before {
    content: "\e631";
}

.icon-w-subscription-approval:before {
    content: "\e675";
}

.icon-w-widget-actions:before {
    content: "\e6a5";
}

.icon-w-message-panel:before {
    content: "\e6f5";
}

.icon-w-article-list:before {
    content: "\e6f8";
}

.icon-w-set-cookie:before {
    content: "\e6f7";
}

.icon-w-random-document:before {
    content: "\e69f";
}

.icon-w-edit-contribution:before {
    content: "\e696";
}

.icon-w-universal-document-viewer:before {
    content: "\e69f";
}

.icon-w-custom-response:before {
    content: "\e698";
}

.icon-w-collapsible-panel:before {
    content: "\e700";
}

.icon-w-wishlist:before {
    content: "\e614";
}

.icon-w-latest-news:before {
    content: "\e643";
}

.icon-w-edit-document-link:before {
    content: "\e696";
}

.icon-w-did-you-mean:before {
    content: "\e629";
}

.icon-w-universal-pager:before {
    content: "\e6fe";
}

.icon-w-basic-universal-viewer:before {
    content: "\e6fd";
}

.icon-w-random-redirection:before {
    content: "\e703";
}

.icon-w-notification-subscription:before {
    content: "\e675";
}

.icon-w-wizard-buttons:before {
    content: "\e6fa";
}

.icon-w-universal-viewer:before {
    content: "\e6fd";
}

.icon-w-report-value:before {
    content: "\e749";
}

.icon-w-recent-posts:before {
    content: "\e642";
}

.icon-w-object-management-buttons:before {
    content: "\e696";
}

.icon-w-wizard-header:before {
    content: "\e6fa";
}

.icon-w-universal-viewer-with-custom-query:before {
    content: "\e6a0";
}

.icon-w-confirmation-checkbox:before {
    content: "\e702";
}

.icon-w-sharepoint-repeater:before {
    content: "\e6f4";
}

.icon-w-register-after-checkout:before {
    content: "\e605";
}

.icon-w-post-archive:before {
    content: "\e6f8";
}

.icon-w-my-invitations:before {
    content: "\e64f";
}

.icon-w-link-button:before {
    content: "\e67f";
}

.icon-w-contact-list:before {
    content: "\e604";
}

.icon-w-task-info-panel:before {
    content: "\e61b";
}

.icon-w-document-library:before {
    content: "\e69f";
}

.icon-w-custom-table-form:before {
    content: "\e612";
}

.icon-w-hierarchical-viewer:before {
    content: "\e6fd";
}

.icon-w-user-control:before {
    content: "\e6bb";
}

.icon-w-content-slider:before {
    content: "\e6f1";
}

.icon-w-blog-post-subscription-confirmation:before {
    content: "\e675";
}

.icon-w-ignore-list:before {
    content: "\e6ea";
}

.icon-w-document-pager:before {
    content: "\e6fe";
}

.icon-w-content-subscription:before {
    content: "\e675";
}

.icon-w-blog-post-unsubscription:before {
    content: "\e60d";
}

.icon-w-text-highlighter:before {
    content: "\e6f6";
}

.icon-w-related-documents:before {
    content: "\e69f";
}

.icon-w-order-note:before {
    content: "\e660";
}

.icon-w-xslt-viewer:before {
    content: "\e6e7";
}

.icon-w-document-wizard-button:before {
    content: "\e6fa";
}

.icon-w-contribution-list:before {
    content: "\e6f8";
}

.icon-w-timer:before {
    content: "\e6a8";
}

.icon-w-shortcuts:before {
    content: "\e67f";
}

.icon-w-document-wizard-manager:before {
    content: "\e6fa";
}

.icon-w-cookie-law-consent:before {
    content: "\e6f7";
}

.icon-w-blog-comments-viewer:before {
    content: "\e6c1";
}

.icon-w-sign-out-button:before {
    content: "\e6d9";
}

.icon-w-scrolling-news:before {
    content: "\e6f1";
}

.icon-w-output-cache-dependencies:before {
    content: "\e6bb";
}

.icon-w-zones-with-effect:before {
    content: "\e65c";
}

.icon-w-document-wizard-navigation:before {
    content: "\e6fa";
}

.icon-w-my-subscriptions:before {
    content: "\e634";
}

.icon-w-document-wizard-step-action:before {
    content: "\e6fa";
}

.icon-w-page-views:before {
    content: "\e6bb";
}

.icon-w-activities:before {
    content: "\e695";
}

.icon-w-analytics-chart-viewer:before {
    content: "\e631";
}

.icon-w-analytics-table-viewer:before {
    content: "\e612";
}

.icon-w-articles-rss-feed:before {
    content: "\e6e9";
}

.icon-w-blog-comments:before {
    content: "\e6c1";
}

.icon-w-building-your-on-line-store:before {
    content: "\e6f5";
}

.icon-w-department-latest-blog-posts:before {
    content: "\e642";
}

.icon-w-department-latest-forum-posts:before {
    content: "\e6c1";
}

.icon-w-department-latest-news:before {
    content: "\e643";
}

.icon-w-department-quick-links:before {
    content: "\e67f";
}

.icon-w-department-upcoming-events:before {
    content: "\e6b8";
}

.icon-w-documents:before {
    content: "\e69f";
}

.icon-w-e-commerce-settings-checker:before {
    content: "\e702";
}

.icon-w-editable-image:before {
    content: "\e633";
}

.icon-w-e-mail-queue:before {
    content: "\e64e";
}

.icon-w-employee-of-the-month:before {
    content: "\e604";
}

.icon-w-event-management:before {
    content: "\e6b8";
}

.icon-w-eventlog:before {
    content: "\e6a9";
}

.icon-w-forum-group:before {
    content: "\e6c1";
}

.icon-w-forum-posts-waiting-for-approval:before {
    content: "\e6c1";
}

.icon-w-group-administrators:before {
    content: "\e605";
}

.icon-w-group-forum-posts-viewer:before {
    content: "\e6c1";
}

.icon-w-group-poll:before {
    content: "\e61b";
}

.icon-w-intranet-canteen-menu:before {
    content: "\e660";
}

.icon-w-intranet-departments:before {
    content: "\e640";
}

.icon-w-intranet-employees:before {
    content: "\e602";
}

.icon-w-intranet-latest-blog-posts:before {
    content: "\e642";
}

.icon-w-intranet-latest-forum-posts:before {
    content: "\e6c1";
}

.icon-w-intranet-latest-news:before {
    content: "\e643";
}

.icon-w-intranet-poll:before {
    content: "\e631";
}

.icon-w-intranet-quick-links:before {
    content: "\e67f";
}

.icon-w-intranet-upcoming-events:before {
    content: "\e6b8";
}

.icon-w-latest-blog-posts:before {
    content: "\e642";
}

.icon-w-latest-forum-posts:before {
    content: "\e6c1";
}

.icon-w-latest-news-for-corporate-site:before {
    content: "\e643";
}

.icon-w-link:before {
    content: "\e67f";
}

.icon-w-media-gallery:before {
    content: "\e633";
}

.icon-w-message-list:before {
    content: "\e6f8";
}

.icon-w-most-recent-pages:before {
    content: "\e6f8";
}

.icon-w-my-accounts:before {
    content: "\e6bc";
}

.icon-w-my-blogs:before {
    content: "\e642";
}

.icon-w-my-blogs-comments:before {
    content: "\e6c1";
}

.icon-w-my-contacts:before {
    content: "\e663";
}

.icon-w-my-inbox:before {
    content: "\e64e";
}

.icon-w-my-pending-contacts:before {
    content: "\e663";
}

.icon-w-my-projects-intranet-portal:before {
    content: "\e62b";
}

.icon-w-my-workgroups:before {
    content: "\e6c6";
}

.icon-w-object-recycle-bin:before {
    content: "\e6d0";
}

.icon-w-orders:before {
    content: "\e660";
}

.icon-w-persona-based-recommendations:before {
    content: "\e604";
}

.icon-w-personal-category-list:before {
    content: "\e6f8";
}

.icon-w-products:before {
    content: "\e6ce";
}

.icon-w-random-products-for-corporate-site:before {
    content: "\e6ce";
}

.icon-w-recent-users:before {
    content: "\e605";
}

.icon-w-report-daily-sales:before {
    content: "\e684";
}

.icon-w-report-monthly-sales:before {
    content: "\e684";
}

.icon-w-report-number-of-orders-by-status:before {
    content: "\e684";
}

.icon-w-report-sales-by-order-status:before {
    content: "\e684";
}

.icon-w-reporting:before {
    content: "\e684";
}

.icon-w-rich-text:before {
    content: "\e728";
}

.icon-w-scrolling-news-for-corporate-site:before {
    content: "\e643";
}

.icon-w-system:before {
    content: "\e6ab";
}

.icon-w-tasks-assigned-to-me-intranet-portal:before {
    content: "\e61b";
}

.icon-w-tasks-owned-by-me-intranet-portal:before {
    content: "\e61b";
}

.icon-w-text:before {
    content: "\e72c";
}

.icon-w-widget-zone:before {
    content: "\e6a5";
}

.icon-w-workgroup-administrators:before {
    content: "\e605";
}

.icon-w-workgroup-latest-blog-posts:before {
    content: "\e642";
}

.icon-w-workgroup-latest-forum-posts:before {
    content: "\e6c1";
}

.icon-w-workgroup-latest-news:before {
    content: "\e643";
}

.icon-w-workgroup-members:before {
    content: "\e602";
}

.icon-w-workgroup-messages:before {
    content: "\e64f";
}

.icon-w-workgroup-quick-links:before {
    content: "\e67f";
}

.icon-w-workgroup-recent-pages:before {
    content: "\e6f8";
}

.icon-w-workgroup-upcoming-events:before {
    content: "\e6b8";
}

.icon-w-current-user:before {
    content: "\e605";
}

.icon-w-disabled-module-info:before {
    content: "\e664";
}

.icon-w-edit:before {
    content: "\e696";
}

.icon-w-edit-parameters:before {
    content: "\e696";
}

.icon-w-forum-favorites:before {
    content: "\e614";
}

.icon-w-forum-posts-viewer:before {
    content: "\e6c1";
}

.icon-w-forum-subscription-confirmation:before {
    content: "\e675";
}

.icon-w-header-actions:before {
    content: "\e6bb";
}

.icon-w-horizontal-tabs:before {
    content: "\e6fb";
}

.icon-w-listing:before {
    content: "\e728";
}

.icon-w-edit-bindings:before {
    content: "\e696";
}

.icon-w-media-file-uploader:before {
    content: "\e632";
}

.icon-w-messages-placeholder:before {
    content: "\e630";
}

.icon-w-metafile-list:before {
    content: "\e6f8";
}

.icon-w-new-header-action:before {
    content: "\e6bb";
}

.icon-w-object-edit-panel:before {
    content: "\e6bb";
}

.icon-w-object-tree-menu:before {
    content: "\e73a";
}

.icon-w-page-title:before {
    content: "\e727";
}

.icon-w-preview-edit:before {
    content: "\e696";
}

.icon-w-selector:before {
    content: "\e6bb";
}

.icon-w-select-site:before {
    content: "\e698";
}

.icon-w-theme-file-manager:before {
    content: "\e68a";
}

.icon-w-tree:before {
    content: "\e73a";
}

.icon-w-tree-guide:before {
    content: "\e73a";
}

.icon-w-users-viewer:before {
    content: "\e605";
}

.icon-w-vertical-tabs:before {
    content: "\e73c";
}

.icon-file-default:before {
    content: "\e69c";
}

.icon-file-3gp:before {
    content: "\e636";
}

.icon-file-accdb:before {
    content: "\e6a0";
}

.icon-file-ai:before {
    content: "\e717";
}

.icon-file-ascx:before {
    content: "\e714";
}

.icon-file-aspx:before {
    content: "\e69f";
}

.icon-file-au:before {
    content: "\e71c";
}

.icon-file-avi:before {
    content: "\e636";
}

.icon-file-bat:before {
    content: "\e71a";
}

.icon-file-bmp:before {
    content: "\e633";
}

.icon-file-cs:before {
    content: "\e718";
}

.icon-file-css:before {
    content: "\e63f";
}

.icon-file-csv:before {
    content: "\e612";
}

.icon-file-dbm:before {
    content: "\e6a0";
}

.icon-file-doc:before {
    content: "\e625";
}

.icon-file-eps:before {
    content: "\e717";
}

.icon-file-flv:before {
    content: "\e636";
}

.icon-file-gif:before {
    content: "\e633";
}

.icon-file-html:before {
    content: "\e6e7";
}

.icon-file-jpeg:before {
    content: "\e633";
}

.icon-file-js:before {
    content: "\e6cb";
}

.icon-file-mdb:before {
    content: "\e6a0";
}

.icon-file-mid:before {
    content: "\e71c";
}

.icon-file-mov:before {
    content: "\e636";
}

.icon-file-mp3:before {
    content: "\e71c";
}

.icon-file-mp4:before {
    content: "\e636";
}

.icon-file-mpeg:before {
    content: "\e71c";
}

.icon-file-mpg:before {
    content: "\e636";
}

.icon-file-mpg4:before {
    content: "\e636";
}

.icon-file-oga:before {
    content: "\e71c";
}

.icon-file-ogg:before {
    content: "\e71c";
}

.icon-file-ogv:before {
    content: "\e636";
}

.icon-file-pdf:before {
    content: "\e6a3";
}

.icon-file-png:before {
    content: "\e633";
}

.icon-file-pps:before {
    content: "\e71d";
}

.icon-file-ppt:before {
    content: "\e71d";
}

.icon-file-ps:before {
    content: "\e717";
}

.icon-file-psd:before {
    content: "\e633";
}

.icon-file-rtf:before {
    content: "\e625";
}

.icon-file-sln:before {
    content: "\e6ff";
}

.icon-file-swf:before {
    content: "\e636";
}

.icon-file-tif:before {
    content: "\e633";
}

.icon-file-tiff:before {
    content: "\e633";
}

.icon-file-txt:before {
    content: "\e625";
}

.icon-file-vb:before {
    content: "\e716";
}

.icon-file-wav:before {
    content: "\e71c";
}

.icon-file-webm:before {
    content: "\e636";
}

.icon-file-wma:before {
    content: "\e71c";
}

.icon-file-wmv:before {
    content: "\e636";
}

.icon-file-xls:before {
    content: "\e612";
}

.icon-file-xml:before {
    content: "\e6e7";
}

.icon-file-xsl:before {
    content: "\e6e7";
}

.icon-file-xslt:before {
    content: "\e6e7";
}

.icon-file-zip:before {
    content: "\e715";
}

.icon-me-abstractobjectcollection:before {
    content: "\e68b";
}

.icon-me-binding:before {
    content: "\e67f";
}

.icon-me-boolean:before {
    content: "\e74a";
}

.icon-me-datetime:before {
    content: "\e6a8";
}

.icon-me-double:before {
    content: "\e752";
}

.icon-me-false:before {
    content: "\e74e";
}

.icon-me-children:before {
    content: "\e67b";
}

.icon-me-icontext:before {
    content: "\e654";
}

.icon-me-ilist:before {
    content: "\e6f8";
}

.icon-me-imacronamespace:before {
    content: "\e699";
}

.icon-me-info:before {
    content: "\e6a9";
}

.icon-me-insertmacro:before {
    content: "\e740";
}

.icon-me-int32:before {
    content: "\e752";
}

.icon-me-method:before {
    content: "\e6a6";
}

.icon-me-null:before {
    content: "\e751";
}

.icon-me-number:before {
    content: "\e752";
}

.icon-me-parent:before {
    content: "\e74c";
}

.icon-me-property:before {
    content: "\e6a9";
}

.icon-me-referring:before {
    content: "\e67f";
}

.icon-me-sitebinding:before {
    content: "\e67f";
}

.icon-me-snippet:before {
    content: "\e750";
}

.icon-me-string:before {
    content: "\e74f";
}

.icon-me-true:before {
    content: "\e74b";
}

.icon-me-value:before {
    content: "\e749";
}

.icon-me-exception:before {
    content: "\e693";
}

.icon-crosshair {
    position: relative;
    display: inline-block;
}

    .icon-crosshair:before {
        content: "\e71b";
        color: #fff;
        position: absolute;
        left: 0;
        display: inline-block;
    }

    .icon-crosshair:after {
        content: "\e71f";
        position: absolute;
        left: 0;
        display: inline-block;
    }

.row.section-white {
    background: #ffffff;
}

.row.section-cappuccino {
    background-color: #CEB48D;
}

    .row.section-cappuccino h1,
    .row.section-cappuccino h2,
    .row.section-cappuccino h3,
    .row.section-cappuccino .h1,
    .row.section-cappuccino .h2,
    .row.section-cappuccino .h3 {
        color: #6a5a3b;
    }

    .row.section-cappuccino .image-uploader-editor .uploader .dz-message {
        color: #ffffff;
    }

.cookie-consent {
    font-size: 16px;
    padding: 8px;
    background: #E2D1BA;
    color: #000000;
}

    .cookie-consent .consent-text {
        padding-bottom: 16px;
    }

    .cookie-consent .consent-buttons {
        text-align: right;
        margin: 0;
    }*/



/*# Buttons #*/
/*.btn {
    padding: 0.5rem 1rem;
    cursor: pointer;
    background: #fff;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 2.14286;
    color: #ffffff;
    background-color: #272219;
    text-transform: uppercase;
    font-size: 0.875rem;
    border: none;
}

    .btn:hover {
        background: rgba(39, 34, 25, 0.8);
    }

.btn-primary {
    padding: 0.5625rem 1.5rem;
}

.btn:hover {
    background: rgba(39, 34, 25, 0.8);
}

.btn-more {
    margin: 3.5rem 0;
    text-transform: uppercase;
    font-size: 0.875rem;
}

.btn-disabled {
    background-color: #a3a2a2;
    border-color: #696663;
}

    .btn-disabled:hover {
        background: #a3a2a2;
    }

@media (min-width: 768px) {
    .btn-more {
        padding: 1rem 2.5rem;
    }
}




.page-wrap,
.footer-wrapper {
    display: table-row;
}*/


/*# Header #*/
/*header .container {
    padding: 1rem 0;
}

header .stripe {
    height: 1.5rem;
}

.content-wrapper {
    padding: 0;
}

    .content-wrapper.top {
        background: url(../Images/plant-3.png) right 580px no-repeat, url(../Images/bg.jpg) left bottom repeat;
    }

        .content-wrapper.top .row--with-cols-padding {
            padding-bottom: 2em;
        }

    .content-wrapper.bottom {
        background: url(../Images/plant-2.png) left 50% no-repeat, url(../Images/bg.jpg) left bottom repeat;
    }

        .content-wrapper.bottom p {
            margin: 1rem 2.5rem 1rem 0rem;
        }

        .content-wrapper.bottom h3 {
            font-size: 1.5rem;
            font-weight: 400;
            text-align: left;
            margin: 1rem 2.5rem 1rem 0rem;
        }

@media (min-width: 768px) {
    .row--with-cols-padding {
        display: flex;
    }
}

.product-card {
    background: #ffffff;
    padding: 1rem;
    height: 100%;
    margin-bottom: 1rem;
}

    .product-card img {
        max-width: 100%;
    }

@media (min-width: 768px) {
    .product-card {
        margin-bottom: 0;
    }
}*/


/*# Card widget*/
/*.card-body {
    padding: 2rem 0;
}

    .card-body .card-section {
        height: 15.625rem;
        width: 15.625rem;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: 50%;
        text-align: left;
        margin: 0 auto;
    }

        .card-body .card-section .card-text {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            width: 15.625rem;
            color: #FFFFFF;
            background-color: rgba(39, 34, 25, 0.8);
            font-weight: normal;
            font-size: 1rem;
            line-height: 1.9rem;
            padding: 0.6rem 1rem;
            display: inline-block;
            text-align: center;
        }*/


/*# Form */
/*form {
    margin: 1rem 1.5rem 1rem 0rem;
}

    form label {
        margin-right: 2rem;
        vertical-align: top;
    }

    form input[type=submit] {
        padding: 0.5rem 1rem;
        cursor: pointer;
        background: #fff;
        display: inline-block;
        text-decoration: none;
        letter-spacing: 2px;
        line-height: 2.14286;
        color: #ffffff;
        background-color: #272219;
        text-transform: uppercase;
        font-size: 0.875rem;
        border: none;
    }

        form input[type=submit]:hover {
            background: rgba(39, 34, 25, 0.8);
        }

    form .form-field {
        margin: 0.75rem 0;
    }

        form .form-field .editing-form-control-nested-control {
            display: inline-block;
            width: 100%;
        }

            form .form-field .editing-form-control-nested-control .form-control {
                width: 100%;
            }

            form .form-field .editing-form-control-nested-control .field-validation-error {
                color: #ff0000;
            }

        form .form-field .editing-form-control-nested-control {
            text-align: left;
        }

            form .form-field .editing-form-control-nested-control .ktc-checkbox .form-control {
                width: auto;
            }

            form .form-field .editing-form-control-nested-control .ktc-checkbox label {
                margin-left: 0.75em;
            }

@media (min-width: 768px) {
    form .form-field .editing-form-control-nested-control {
        width: 250px;
    }
}

@media (min-width: 1112px) {
    form {
        text-align: right;
    }
}

.formwidget-submit-text {
    font-size: 1.5rem;
    font-weight: 400;
    text-align: right;
    margin: 1rem 2.5rem 1rem 2rem;
    display: block;
}*/



/*# Footer #*/
/*footer .footer-container {
    font-size: 13px;
    color: #fff;
    background: #1D1D1D;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.error-label {
    font-weight: bold;
    margin-top: 0.3rem;
    margin-bottom: 0.6rem;
    display: block;
    color: #D12127;
}

.info-label {
    font-weight: bold;
    margin-top: 0.3rem;
    margin-bottom: 0.6rem;
    display: block;
    color: white;
    background-color: #497d04 !important;
    padding: 1rem;
}*/



/*# Testimonial widget #*/
/*.testimonial-body {
    padding: 30px;
    color: #ffffff;
    font-size: 1.5rem;
    text-align: left;
    position: relative;
    overflow: hidden;
}

    .testimonial-body:before {
        content: "\201C";
        opacity: 0.1;
        font-size: 350px;
        position: absolute;
        left: 54px;
        top: -110px;
    }

    .testimonial-body .author {
        font-size: 1.2rem;
    }

@media (min-width: 768px) {
    .testimonial-body {
        padding: 80px 100px 80px 200px;
    }

        .testimonial-body:before {
            opacity: 0.4;
        }
}

.first-color {
    background-color: #272219;
}

.second-color {
    background-color: #846331;
}

.third-color {
    background-color: #494132;
}*/


/*# Hero image widget #*/
/*.hero-image-section {
    height: 580px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

    .hero-image-section .content {
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        padding: 1rem;
        pointer-events: none;
    }

        .hero-image-section .content .btn,
        .hero-image-section .content .text {
            pointer-events: auto;
        }

        .hero-image-section .content .btn {
            line-height: 30px;
            padding: 0.3rem 5rem;
            border: 2px solid;
            cursor: pointer;
            display: inline-block;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 1rem;
            color: inherit;
            padding: 1rem 2rem;
            background: transparent;
        }

            .hero-image-section .content .btn:hover {
                background: rgba(255, 255, 255, 0.3);
            }

        .hero-image-section .content .text {
            width: 100%;
            z-index: 1;
            font-weight: 700;
            font-size: 3rem;
            line-height: 1;
            display: inline-block;
            margin-bottom: 3rem;
        }

        .hero-image-section .content a.btn {
            cursor: pointer;
        }

    .hero-image-section.dark .content {
        color: #000000;
    }

        .hero-image-section.dark .content .btn {
            color: inherit;
            border-color: #000000;
        }

    .hero-image-section.light .content {
        color: #ffffff;
    }

        .hero-image-section.light .content .btn {
            color: inherit;
            border-color: #ffffff;
        }

@media (min-width: 768px) {
    .hero-image-section .content {
        padding: 8rem;
        text-align: left;
    }

        .hero-image-section .content .btn {
            padding: 1rem 7rem;
        }

        .hero-image-section .content .text {
            z-index: 1;
            font-weight: 700;
            font-size: 4rem;
            line-height: 1;
            display: inline-block;
            margin-bottom: 3rem;
        }
}*/
