/*!
 *  Font LORENTZIcons 1.0 by @LORENTZ 
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'lorentz_iconsregular';
    src: url('../fonts/loricons-webfont.eot');
    src: url('../fonts/loricons-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/loricons-webfont.woff2') format('woff2'), url('../fonts/loricons-webfont.woff') format('woff'), url('../fonts/loricons-webfont.ttf') format('truetype'), url('../fonts/loricons-webfont.svg#lorentz_iconsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

div.loricons_demobox {
    width: 16.25%;
    border: 1px solid #ddd;
    text-align: center;
    padding: 0%;
    float: left;
    margin: 0 .5% .5% 0;
    height: 150px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

div.loricons_demobox i {
    margin-top: 30px;
}

div.loricons_demobox.large {
    width: 33%;
}

div.loricons_demobox.large i {
    margin-top: 20px;
}

div.loricons_demobox.last-of-row {
    margin-right: 0 !important;
}

div.loricons_demobox i {
    color: rgb(0, 135, 206);
    margin-bottom: 20%;
}

div.loricons_demobox.large i {
    color: rgb(0, 135, 206);
    margin-bottom: 10%;
}

div.loricons_name {
    position: absolute;
    padding: 10px;
    bottom: 0;
    width: 100%;
    background-color: #f4f4f4;
}

.loricons {
    display: inline-block;
    font: normal normal normal 14px/1 lorentz_iconsregular;
    font-size: inherit;
    text-rendering: auto;
    position: relative;
}

/* makes the font 33% larger relative to the icon container */
.loricons-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.loricons-2x {
    font-size: 2em;
}

.loricons-3x {
    font-size: 3em;
}

.loricons-4x {
    font-size: 4em;
}

.loricons-5x {
    font-size: 5em;
}

.loricons-fw {
    width: 1.28571429em;
    text-align: center;
}

.loricons-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.loricons-ul>li {
    position: relative;
}

.loricons-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.loricons-li.loricons-lg {
    left: -1.85714286em;
}

.loricons-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.loricons-pull-left {
    float: left;
}

.loricons-pull-right {
    float: right;
}

.loricons.loricons-pull-left {
    margin-right: .3em;
}

.loricons.loricons-pull-right {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.loricons.pull-left {
    margin-right: .3em;
}

.loricons.pull-right {
    margin-left: .3em;
}

.loricons-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.loricons-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.loricons-rotate-90 {
    transform: rotate(90deg);
}

.loricons-rotate-180 {
    transform: rotate(180deg);
}

.loricons-rotate-270 {
    transform: rotate(270deg);
}

.loricons-flip-horizontal {
    transform: scale(-1, 1);
}

.loricons-flip-vertical {
    transform: scale(1, -1);
}

:root .loricons-rotate-90,
:root .loricons-rotate-180,
:root .loricons-rotate-270,
:root .loricons-flip-horizontal,
:root .loricons-flip-vertical {}

.loricons-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.loricons-stack-1x,
.loricons-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.loricons-stack-1x {
    line-height: inherit;
}

.loricons-stack-2x {
    font-size: 2em;
}

.loricons-inverse {
    color: #ffffff;
}

.loricons-asp:before {
    content: "A";
}

.loricons-ssp:before {
    content: "E";
}

.loricons-pssp:before {
    content: "D";
}

.loricons-dp:before {
    content: "C";
}

.loricons-pdp:before {
    content: "B";
}

.loricons-logo:before {
    content: "X";
}

.loricons-logo-mc:before {
    content: "Y";
    color: rgb(0, 135, 206);
}

.loricons-logo-mc.invers:before {
    content: "Y";
    color: white;
}

.loricons-logo-mc:after,
.loricons-logo-mc.invers:after {
    position: absolute;
    left: 0;
    content: "Z";
    color: rgb(254, 203, 0);
}

.loricons-logo-energy:before {
    content: "[";
}

.loricons-logo-energy-mc:before {
    content: '\\';
    color: rgb(0, 0, 0);
}

.loricons-logo-energy-mc.invers:before {
    content: '\\';
    color: white;
}

.loricons-logo-energy-mc:after,
.loricons-logo-energy-mc.invers:after {
    position: absolute;
    left: 0;
    content: "]";
    color: rgb(255, 27, 34);
    top: -0.006em
}

.loricons-logo-energy-mc.white:before,
.loricons-logo-energy-mc.white:after {
    color: white;
}


.loricons-partnernet:before {
    content: "P";
}

.loricons-partnernet-mc:before {
    content: "S";
    color: rgb(0, 135, 206);
}

.loricons-partnernet-mc.invers:before {
    content: "S";
    color: white;
}

.loricons-partnernet-mc:after,
.loricons-partnernet-mc.invers:after {
    position: absolute;
    left: -.25rem;
    content: "T";
    color: rgb(254, 203, 0);
}

.loricons-customernet:before {
    content: "O";
}

.loricons-customernet-mc:before {
    content: "O";
    color: rgb(0, 135, 206);
}

.loricons-customernet-mc.invers:before {
    content: "O";
    color: white;
}

.loricons-customernet-mc:after,
.loricons-customernet-mc.invers:after {
    position: absolute;
    left: .85rem;
    top: .1rem;
    content: "T";
    color: rgb(254, 203, 0);
}

.loricons-compass:before {
    content: "U";
}

.loricons-compass-logo:before {
    content: "V";
}

.loricons-brochure:before {
    content: "H";
}

.loricons-double-chevron-left:before {
    content: "I";
}

.loricons-double-chevron-right:before {
    content: "J";
}

.loricons-w3w-logo:before {
    content: "^";
    position: relative;
    top: 4px;
    margin-right: 5px;
    color: rgb(0, 135, 206);
}

.loricons-w3w-logo-invers:before {
    content: "_";
    position: relative;
    top: 4px;
    margin-right: 5px;
    color: rgb(0, 135, 206);
}

.loricons-pin:before {
    content: "`";
    margin-right: 5px;
}