/*!
 *  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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.loricons-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.loricons-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.loricons-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.loricons-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.loricons-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .loricons-rotate-90,
:root .loricons-rotate-180,
:root .loricons-rotate-270,
:root .loricons-flip-horizontal,
:root .loricons-flip-vertical {
  filter: none;
}
.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); 

}

.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: 0;
															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: "`";
															position: relative;
															top: 5px;
															margin-right: 5px; }
  