figure {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 6.25em;
  height: 6.25em;
  animation: rotate 2.4s linear infinite;
}
.white {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  animation: flash 2.4s linear infinite;
  opacity: 0;
}
.dot {
  position: absolute;
  margin: auto;
  width: 2.4em;
  height: 2.4em;
  border-radius: 100%;
  transition: all 1s ease;
}
.dot:nth-child(2) {
  top: 0;
  bottom: 0;
  left: 0;
  background: #FF4444;
  animation: dotsY 2.4s linear infinite;
}
.dot:nth-child(3) {
  left: 0;
  right: 0;
  top: 0;
  background: #FFBB33;
  animation: dotsX 2.4s linear infinite;
}
.dot:nth-child(4) {
  top: 0;
  bottom: 0;
  right: 0;
  background: #99CC00;
  animation: dotsY 2.4s linear infinite;
}
.dot:nth-child(5) {
  left: 0;
  right: 0;
  bottom: 0;
  background: #33B5E5;
  animation: dotsX 2.4s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  10% {
    width: 6.25em;
    height: 6.25em;
  }
  66% {
    width: 2.4em;
    height: 2.4em;
  }
  100% {
    transform: rotate(360deg);
    width: 6.25em;
    height: 6.25em;
  }
}
@keyframes dotsY {
  66% {
    opacity: 0.1;
    width: 2.4em;
  }
  77% {
    opacity: 1;
    width: 0;
  }
}
@keyframes dotsX {
  66% {
    opacity: 0.1;
    height: 2.4em;
  }
  77% {
    opacity: 1;
    height: 0;
  }
}
@keyframes flash {
  33% {
    opacity: 0;
    border-radius: 0%;
  }
  55% {
    opacity: 0.6;
    border-radius: 100%;
  }
  66% {
    opacity: 0;
  }
}
.boxShadow {
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}
#ieLogo {
  bottom: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 2000;
}
.ewMessage {
  color: #404040;
  padding: 2px 10px;
  width: 90%;
  margin: auto;
  text-align: justify;
}
.ewMessage .ewAlertMessage {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1em;
  color: #fa5456;
}
#ieHiddenComponents {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #ffffff;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #f1f2f5 0%, #e2e5ea 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #f1f2f5 0%, #e2e5ea 100%);
  background: radial-gradient(ellipse at center, #f1f2f5 0%, #e2e5ea);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f2f5, endColorstr=#e2e5ea, GradientType=1);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 950000001;
  font-size: 12px !important;
}
.ieAuthenticateLogo {
  color: #404040;
  font-size: 50px;
  text-shadow: #c0c0c0 1px 1px 0;
  font-size: 40px;
  position: absolute;
  top: -120px;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  text-align: center;
}
#ieAuthenticateHeaderText {
  color: #404040;
  font-size: 50px;
  text-shadow: #c0c0c0 1px 1px 0;
  font-size: 14px;
  top: -120px;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  text-align: center;
}
#ieAuthenticateDesctription,
.ieHiddenDescrtipion {
  font-size: 1em;
  position: absolute;
  bottom: -80px;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  text-align: center;
  color: #737373;
}
#ieAuthenticateDesctription a,
.ieHiddenDescrtipion a {
  font-weight: bold;
  color: #5a5a5a;
  text-decoration: none;
}
#ieAuthenticateDesctription a:hover,
.ieHiddenDescrtipion a:hover {
  text-decoration: underline;
}
.weTitle {
  width: 90%;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  margin: 5px auto;
}
.weTitle:first-line {
  font-family: RobotoBold;
  font-size: 1em;
}
.weTitle b {
  font-size: 15px;
}
.weTitle span {
  margin-bottom: 12px;
  display: block;
}
.weTitle ol {
  line-height: 15px;
  font-size: 12px;
}
.ieHiddenLoader {
  bottom: 0;
  height: 35px;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 35px;
  background: url('../bundles/gkiwork/img/loader.gif');
  background-size: 100% 100%;
}
.ieHiddenDescrtipion {
  height: 35px;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 250px;
  bottom: 0;
  width: 500px;
  text-align: center;
}
#weLogowanie,
#changePassDiv {
  font-family: Roboto;
  width: 400px;
  height: auto;
  bottom: auto;
  top: 45%;
  transform: translateY(-50%) perspective(1px);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 950000002;
  transition: height 600ms;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}
#weLogowanie hr,
#changePassDiv hr {
  width: 80%;
  margin: 15px auto;
  border: 0;
  height: 1px;
  opacity: 0.5;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
#weLogowanie label,
#changePassDiv label {
  display: block;
  width: 90%;
  clear: both;
  margin: 15px auto 5px auto;
  color: #515967;
  font-size: 12px;
}
#weLogowanie .password-field .box,
#changePassDiv .password-field .box {
  position: relative;
}
#changePassDiv {
  height: auto;
  display: none;
  bottom: auto;
  border: 2px solid #666;
}
#changePassDiv .weMessage {
  display: none;
}
#changePassDiv #closeBtn {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate3d(50%, -50%, 0);
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.6);
  width: 20px;
  height: 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}
#changePassDiv #closeBtn:hover {
  cursor: pointer;
}
#changePassDiv.pass-expired .weTitle {
  margin: 5px auto 25px;
}
#changePassDiv:not(.pass-expired) .weTitle:last-of-type {
  margin-bottom: 20px;
}
#changePassDiv .description {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 11px;
}
#changePassDiv .description p {
  margin: 0;
}
#changePassDiv .description p:last-child {
  text-align: right;
  margin-bottom: 20px;
}
.weFormInput {
  font-size: 13px;
  display: block;
  margin: auto;
  width: 80%;
  height: 30px;
  border-radius: 2px;
  border: 1px solid lightsteelblue;
  padding: 0 22px 0 10px;
  color: #404040;
  box-sizing: border-box;
  -webkit-box-shadow: inset 1px 1px 2px 0 rgba(182, 189, 202, 0.8);
  -moz-box-shadow: inset 1px 1px 2px 0 rgba(182, 189, 202, 0.8);
  box-shadow: inset 1px 1px 2px 0 rgba(182, 189, 202, 0.8);
}
.weFormInput:focus {
  border: 1px solid #007bc3;
  box-shadow: 0px 0px 20px -10px rgba(0, 153, 255, 0.2), inset 1px 1px 2px 0px rgba(0, 61, 102, 0.8) !important;
}
.weButtonSuccess,
.weButtonChangePass,
.weButtonCookie {
  width: 80%;
  margin: 20px auto;
  background: #007bc3;
  background-image: -webkit-linear-gradient(top, #009bf6, #007bc3);
  background-image: -moz-linear-gradient(top, #009bf6, #007bc3);
  background-image: -ms-linear-gradient(top, #009bf6, #007bc3);
  background-image: -o-linear-gradient(top, #009bf6, #007bc3);
  background-image: linear-gradient(to bottom, #009bf6, #007bc3);
  border-radius: 2px;
  border: 1px solid #2980b9;
  display: block;
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
  font-family: RobotoBold;
  padding: 6px 0;
  text-decoration: none;
  text-shadow: 0px 1px 0px #528009;
  text-align: center;
}
.weButtonSuccess:hover,
.weButtonChangePass:hover,
.weButtonCookie:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #007bc3, #005b90);
  background-image: -moz-linear-gradient(top, #007bc3, #005b90);
  background-image: -ms-linear-gradient(top, #007bc3, #005b90);
  background-image: -o-linear-gradient(top, #007bc3, #005b90);
  background-image: linear-gradient(to bottom, #007bc3, #005b90);
  text-decoration: none;
}
.weButtonSuccess:active,
.weButtonChangePass:active,
.weButtonCookie:active {
  position: relative;
  top: 1px;
}
.weButtonSuccess:disabled,
.weButtonChangePass:disabled,
.weButtonCookie:disabled {
  background: #D8D8D8;
  text-decoration: none;
  cursor: not-allowed;
  border: none;
}
.weButtonSuccess:focus,
.weButtonChangePass:focus,
.weButtonCookie:focus {
  outline: 1px dashed red;
}
.weForgotPass {
  width: 90%;
  margin: 10px auto;
  font-size: 12px;
  text-align: center;
}
.weForgotPass a {
  color: #fa5456;
  font-weight: bold;
}
#weShowPass {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 45px;
  font-size: 1.2em;
  color: #828b9c;
  cursor: pointer;
}
.weDarken {
  color: #515967 !important;
}
.weError {
  border: 1px solid #fa5456 !important;
  box-shadow: 0px 0px 20px -10px #fa5456, inset 1px 1px 2px 0px rgba(176, 5, 7, 0.8) !important;
}
.weWarning {
  border: 1px solid #eda135 !important;
  box-shadow: 0px 0px 20px -10px #eda135, inset 1px 1px 2px 0px rgba(126, 78, 11, 0.8) !important;
}
.rememberPass {
  cursor: pointer;
}
.weMessage {
  font-weight: bold;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
  padding: 0 10px;
}
.weAlertMessage {
  color: #fa5456;
}
.weSuccessMessage {
  color: #4bad4b;
}
.weWarningMessage {
  color: #eda135;
}
.weLoading {
  font-size: 1em;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2500;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #404040;
  display: none;
}
.weLoading .messageLoading {
  position: absolute;
  width: 100%;
  height: 100%;
}
.weLoading .messageLoading figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.boxSizing {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.transparentGradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;1+0,0+100;White+to+Transparent */
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.5) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0.5)));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.5) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.5) 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.5) 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #ffffff 0%, rgba(255, 255, 255, 0.5) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.weCopyright {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
  float: right;
  margin-right: 20px;
  color: #404040;
}
.weCopyright a {
  text-decoration: none;
  color: #404040;
}
.weCopyright a:hover {
  text-decoration: underline;
}
.webewid-menu {
  display: none;
  position: absolute;
  top: 29px;
  width: 200px;
  z-index: 1005;
}
.webewid-menu-container {
  float: left;
  position: relative;
}
#mustLog {
  display: none;
  padding-top: 15px !important;
  height: 23px;
}

@font-face {
  font-family: 'ewid';
  src: url('../bundles/gkiwork/css/ewid/fonts/ewid.eot?x40dft');
  src: url('../bundles/gkiwork/css/ewid/fonts/ewid.eot?x40dft#iefix') format('embedded-opentype'), url('../bundles/gkiwork/css/ewid/fonts/ewid.ttf?x40dft') format('truetype'), url('../bundles/gkiwork/css/ewid/fonts/ewid.woff?x40dft') format('woff'), url('../bundles/gkiwork/css/ewid/fonts/ewid.svg?x40dft#ewid') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.iw-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ewid' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iw-icon-rez .path1:before {
  content: "\ec71";
  color: #0000ad;
}
.iw-icon-rez .path2:before {
  content: "\ec72";
  margin-left: -1.00976562em;
  color: #343942;
}
.iw-icon-layers-edit:before {
  content: "\ec70";
}
.iw-icon-archive .path1:before {
  content: "\ec6e";
  color: #0000ad;
}
.iw-icon-archive .path2:before {
  content: "\ec6f";
  margin-left: -1em;
  color: #000000;
}
.iw-icon-edit-documents .path1:before {
  content: "\ec6b";
  color: #000000;
}
.iw-icon-edit-documents .path2:before {
  content: "\ec6c";
  margin-left: -0.99707031em;
  color: #c13535;
}
.iw-icon-edit-documents .path3:before {
  content: "\ec6d";
  margin-left: -0.99707031em;
  color: #000000;
}
.iw-icon-remove-ds-cross .path1:before {
  content: "\ec69";
  color: #343942;
}
.iw-icon-remove-ds-cross .path2:before {
  content: "\ec6a";
  margin-left: -1.27734375em;
  color: #c13535;
}
.iw-icon-remove-ds .path1:before {
  content: "\ec67";
  color: #343942;
}
.iw-icon-remove-ds .path2:before {
  content: "\ec68";
  margin-left: -1.57421875em;
  color: #c13535;
}
.iw-icon-elo:before {
  content: "\ec66";
}
.iw-icon-sheet-add .path1:before {
  content: "\ec22";
  color: #000000;
}
.iw-icon-sheet-add .path2:before {
  content: "\ec23";
  margin-left: -1.15722656em;
  color: #c13535;
}
.iw-icon-sheet-add .path3:before {
  content: "\ec24";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path4:before {
  content: "\ec25";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path5:before {
  content: "\ec26";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path6:before {
  content: "\ec27";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path7:before {
  content: "\ec28";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path8:before {
  content: "\ec29";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path9:before {
  content: "\ec2a";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path10:before {
  content: "\ec2b";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path11:before {
  content: "\ec2c";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path12:before {
  content: "\ec2d";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path13:before {
  content: "\ec2e";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path14:before {
  content: "\ec2f";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path15:before {
  content: "\ec30";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path16:before {
  content: "\ec31";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path17:before {
  content: "\ec32";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path18:before {
  content: "\ec33";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path19:before {
  content: "\ec34";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path20:before {
  content: "\ec35";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path21:before {
  content: "\ec36";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path22:before {
  content: "\ec37";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path23:before {
  content: "\ec38";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path24:before {
  content: "\ec39";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path25:before {
  content: "\ec3a";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path26:before {
  content: "\ec3b";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path27:before {
  content: "\ec3c";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path28:before {
  content: "\ec3d";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path29:before {
  content: "\ec3e";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path30:before {
  content: "\ec3f";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path31:before {
  content: "\ec40";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path32:before {
  content: "\ec41";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path33:before {
  content: "\ec42";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path34:before {
  content: "\ec43";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path35:before {
  content: "\ec44";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path36:before {
  content: "\ec45";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path37:before {
  content: "\ec46";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path38:before {
  content: "\ec47";
  margin-left: -1.15722656em;
  color: #000000;
}
.iw-icon-sheet-add .path39:before {
  content: "\ec48";
  margin-left: -1.15722656em;
  color: #000000;
}
.iw-icon-sheet-add .path40:before {
  content: "\ec49";
  margin-left: -1.15722656em;
  color: #c13535;
}
.iw-icon-sheet-add .path41:before {
  content: "\ec4a";
  margin-left: -1.15722656em;
  color: #000000;
}
.iw-icon-sheet-add .path42:before {
  content: "\ec4b";
  margin-left: -1.15722656em;
  color: #000000;
}
.iw-icon-sheet-add .path43:before {
  content: "\ec4c";
  margin-left: -1.15722656em;
  color: #c13535;
}
.iw-icon-sheet-add .path44:before {
  content: "\ec4d";
  margin-left: -1.15722656em;
  color: #c13535;
}
.iw-icon-sheet-add .path45:before {
  content: "\ec4e";
  margin-left: -1.15722656em;
  color: #000000;
}
.iw-icon-sheet-add .path46:before {
  content: "\ec4f";
  margin-left: -1.15722656em;
  color: #000000;
}
.iw-icon-sheet-add .path47:before {
  content: "\ec50";
  margin-left: -1.15722656em;
  color: #000000;
}
.iw-icon-sheet-add .path48:before {
  content: "\ec51";
  margin-left: -1.15722656em;
  color: #000000;
}
.iw-icon-sheet-add .path49:before {
  content: "\ec52";
  margin-left: -1.15722656em;
  color: #000000;
}
.iw-icon-sheet-add .path50:before {
  content: "\ec53";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path51:before {
  content: "\ec54";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path52:before {
  content: "\ec55";
  margin-left: -1.15722656em;
  color: #c13535;
}
.iw-icon-sheet-add .path53:before {
  content: "\ec56";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path54:before {
  content: "\ec57";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path55:before {
  content: "\ec58";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path56:before {
  content: "\ec59";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path57:before {
  content: "\ec5a";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path58:before {
  content: "\ec5b";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path59:before {
  content: "\ec5c";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path60:before {
  content: "\ec5d";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path61:before {
  content: "\ec5e";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path62:before {
  content: "\ec5f";
  margin-left: -1.15722656em;
  color: #c13535;
}
.iw-icon-sheet-add .path63:before {
  content: "\ec60";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path64:before {
  content: "\ec61";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path65:before {
  content: "\ec62";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path66:before {
  content: "\ec63";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path67:before {
  content: "\ec64";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-sheet-add .path68:before {
  content: "\ec65";
  margin-left: -1.15722656em;
  color: #ffffff;
}
.iw-icon-WA .path1:before {
  content: "\ec20";
  color: #0000ad;
}
.iw-icon-WA .path2:before {
  content: "\ec21";
  margin-left: -1.00976562em;
  color: #343942;
}
.iw-icon-xml-save .path1:before {
  content: "\ec1e";
  color: #000000;
}
.iw-icon-xml-save .path2:before {
  content: "\ec1f";
  margin-left: -0.9609375em;
  color: #c13535;
}
.iw-icon-pkt .path1:before {
  content: "\ec1c";
  color: #0000ad;
}
.iw-icon-pkt .path2:before {
  content: "\ec1d";
  margin-left: -0.91601562em;
  color: #343942;
}
.iw-icon-edit-xml .path1:before {
  content: "\ec19";
  color: #000000;
}
.iw-icon-edit-xml .path2:before {
  content: "\ec1a";
  margin-left: -0.99902344em;
  color: #000000;
}
.iw-icon-edit-xml .path3:before {
  content: "\ec1b";
  margin-left: -0.99902344em;
  color: #c13535;
}
.iw-icon-wrysuj-os-ulicy .path1:before {
  content: "\ec16";
  color: #0000ff;
  opacity: 0.98;
}
.iw-icon-wrysuj-os-ulicy .path2:before {
  content: "\ec17";
  margin-left: -0.88671875em;
  color: #343942;
}
.iw-icon-wrysuj-os-ulicy .path3:before {
  content: "\ec18";
  margin-left: -0.88671875em;
  color: #ffffff;
}
.iw-icon-color-ds-zakres .path1:before {
  content: "\ec14";
  color: #343942;
}
.iw-icon-color-ds-zakres .path2:before {
  content: "\ec15";
  margin-left: -0.9921875em;
  color: #c13535;
}
.iw-icon-color-ds-arrows .path1:before {
  content: "\ec12";
  color: #0071b7;
}
.iw-icon-color-ds-arrows .path2:before {
  content: "\ec13";
  margin-left: -1.39355469em;
  color: #343942;
}
.iw-icon-color-dokumentacja-skladowa-ramka .path1:before {
  content: "\ec10";
  color: #343942;
}
.iw-icon-color-dokumentacja-skladowa-ramka .path2:before {
  content: "\ec11";
  margin-left: -1.00976562em;
  color: #0000ad;
}
.iw-icon-zamow .path1:before {
  content: "\ec0e";
  color: #c13535;
}
.iw-icon-zamow .path2:before {
  content: "\ec0f";
  margin-left: -1.41015625em;
  color: #343942;
}
.iw-icon-color-mat2 .path1:before {
  content: "\ebcf";
  color: #343942;
}
.iw-icon-color-mat2 .path2:before {
  content: "\ebd0";
  margin-left: -1.32324219em;
  color: #0071b7;
}
.iw-icon-zam:before {
  content: "\eb5e";
}
.iw-icon-dz .path1:before {
  content: "\ec0c";
  color: #0000ad;
}
.iw-icon-dz .path2:before {
  content: "\ec0d";
  margin-left: -1.00585937em;
  color: #343942;
}
.iw-icon-camera3:before {
  content: "\ec0b";
}
.iw-icon-color-p .path1:before {
  content: "\ec09";
  color: #0000ad;
}
.iw-icon-color-p .path2:before {
  content: "\ec0a";
  margin-left: -1.00585937em;
  color: #343942;
}
.iw-icon-cursor:before {
  content: "\ec06";
}
.iw-icon-help-cursor:before {
  content: "\ec05";
}
.iw-icon-color-st .path1:before {
  content: "\ec03";
  color: #0000ad;
}
.iw-icon-color-st .path2:before {
  content: "\ec04";
  margin-left: -1.00585937em;
  color: #343942;
}
.iw-icon-color-dok .path1:before {
  content: "\ec01";
  color: #0000ad;
}
.iw-icon-color-dok .path2:before {
  content: "\ec02";
  margin-left: -1.00585937em;
  color: #343942;
}
.iw-icon-color-topologia .path1:before {
  content: "\ebff";
  color: #343942;
}
.iw-icon-color-topologia .path2:before {
  content: "\ec00";
  margin-left: -0.90917969em;
  color: #338300;
}
.iw-icon-koordynator:before {
  content: "\ebfe";
}
.iw-icon-color-malzenstwo .path1:before {
  content: "\ebf7";
  color: #0071b7;
}
.iw-icon-color-malzenstwo .path2:before {
  content: "\ebf8";
  margin-left: -1.11523437em;
  color: #343942;
}
.iw-icon-color-os-fiz .path1:before {
  content: "\ebf9";
  color: #0071b7;
}
.iw-icon-color-os-fiz .path2:before {
  content: "\ebfa";
  margin-left: -1.11523437em;
  color: #34393e;
}
.iw-icon-color-os-prawna .path1:before {
  content: "\ebfb";
  color: #0071b7;
}
.iw-icon-color-os-prawna .path2:before {
  content: "\ebfc";
  margin-left: -1.11523437em;
  color: #343942;
}
.iw-icon-zos:before {
  content: "\ebfd";
  color: #0071b7;
}
.iw-icon-zam2:before {
  content: "\ebe7";
  color: #0071b7;
}
.iw-icon-color-lo .path1:before {
  content: "\ebf5";
  color: #0000ad;
}
.iw-icon-color-lo .path2:before {
  content: "\ebf6";
  margin-left: -1.00585937em;
  color: #343942;
}
.iw-icon-wyczysc:before {
  content: "\ebf3";
}
.iw-icon-zobacz-os-ulicy .path1:before {
  content: "\eba2";
  color: #0000ff;
  opacity: 0.98;
}
.iw-icon-zobacz-os-ulicy .path2:before {
  content: "\ebf2";
  margin-left: -1em;
  color: #343942;
}
.iw-icon-color-dzialki-sasiad .path1:before {
  content: "\ebf0";
  color: #343942;
}
.iw-icon-color-dzialki-sasiad .path2:before {
  content: "\ebf1";
  margin-left: -0.90625em;
  color: #0071b7;
}
.iw-icon-color-narysuj-zakres3 .path1:before {
  content: "\ebee";
  color: #343942;
}
.iw-icon-color-narysuj-zakres3 .path2:before {
  content: "\ebef";
  margin-left: -0.9921875em;
  color: #0071b7;
}
.iw-icon-color-sprawy2 .path1:before {
  content: "\ebea";
  color: #0071b7;
}
.iw-icon-color-sprawy2 .path2:before {
  content: "\ebeb";
  margin-left: -1em;
  color: #343942;
}
.iw-icon-color-eop .path1:before {
  content: "\ebe8";
  color: #0000ad;
}
.iw-icon-color-eop .path2:before {
  content: "\ebe9";
  margin-left: -1.00585937em;
  color: #343942;
}
.iw-icon-color-zmien-nazwe2 .path1:before {
  content: "\eb8a";
  color: #c13535;
}
.iw-icon-color-zmien-nazwe2 .path2:before {
  content: "\eb8b";
  margin-left: -1.00585937em;
  color: #343942;
}
.iw-icon-color-zmien-nazwe .path1:before {
  content: "\ebab";
  color: #c13535;
}
.iw-icon-color-zmien-nazwe .path2:before {
  content: "\ebde";
  margin-left: -1.4453125em;
  color: #343942;
}
.iw-icon-color-os-ulicy2 .path1:before {
  content: "\ebe0";
  color: #c13535;
}
.iw-icon-color-os-ulicy2 .path2:before {
  content: "\ebe1";
  margin-left: -1em;
  color: #343942;
}
.iw-icon-color-os-ulicy2 .path3:before {
  content: "\ebe2";
  margin-left: -1em;
  color: #0000ff;
  opacity: 0.98;
}
.iw-icon-color-sprawy .path1:before {
  content: "\ebda";
  color: #c13535;
}
.iw-icon-color-sprawy .path2:before {
  content: "\ebdb";
  margin-left: -1em;
  color: #343942;
}
.iw-icon-color-st-edycja .path1:before {
  content: "\ec07";
  color: #c13535;
}
.iw-icon-color-st-edycja .path2:before {
  content: "\ec08";
  margin-left: -1.12011719em;
  color: #343942;
}
.iw-icon-color-sprawy-moje .path1:before {
  content: "\ebdc";
  color: #c13535;
}
.iw-icon-color-sprawy-moje .path2:before {
  content: "\ebdd";
  margin-left: -1.296875em;
  color: #343942;
}
.iw-icon-binoculars2:before {
  content: "\eb89";
}
.iw-icon-color-inm .path1:before {
  content: "\ebd6";
  color: #0000ad;
}
.iw-icon-color-inm .path2:before {
  content: "\ebd7";
  margin-left: -1.00585937em;
  color: #343942;
}
.iw-icon-color-map .path1:before {
  content: "\ebd8";
  color: #0000ad;
}
.iw-icon-color-map .path2:before {
  content: "\ebd9";
  margin-left: -1.00585937em;
  color: #343942;
}
.iw-icon-email:before {
  content: "\ebd1";
}
.iw-icon-color-email-new2 .path1:before {
  content: "\ebd2";
  color: #343942;
}
.iw-icon-color-email-new2 .path2:before {
  content: "\ebd3";
  margin-left: -1em;
  color: #dd005c;
}
.iw-icon-color-email-new .path1:before {
  content: "\ebd4";
  color: #343942;
}
.iw-icon-color-email-new .path2:before {
  content: "\ebd5";
  margin-left: -1.22167969em;
  color: #ff0000;
}
.iw-icon-color-udp .path1:before {
  content: "\ebcd";
  color: #0000ad;
}
.iw-icon-color-udp .path2:before {
  content: "\ebce";
  margin-left: -1.00585937em;
  color: #343942;
}
.iw-icon-color-ft .path1:before {
  content: "\ebbc";
  color: #0000ad;
}
.iw-icon-color-ft .path2:before {
  content: "\ebbd";
  margin-left: -1.00585937em;
  color: #343942;
}
.iw-icon-color-rs .path1:before {
  content: "\ebc0";
  color: #0000ad;
}
.iw-icon-color-rs .path2:before {
  content: "\ebc1";
  margin-left: -1.00585937em;
  color: #343942;
}
.iw-icon-color-s .path1:before {
  content: "\ebc2";
  color: #0000ad;
}
.iw-icon-color-s .path2:before {
  content: "\ebc3";
  margin-left: -1.00585937em;
  color: #343942;
}
.iw-icon-color-t .path1:before {
  content: "\ebc4";
  color: #0000ad;
}
.iw-icon-color-t .path2:before {
  content: "\ebc5";
  margin-left: -1.00585937em;
  color: #343942;
}
.iw-icon-color-u .path1:before {
  content: "\ebc6";
  color: #0000ad;
}
.iw-icon-color-u .path2:before {
  content: "\ebc7";
  margin-left: -1.00585937em;
  color: #343942;
}
.iw-icon-color-uzg .path1:before {
  content: "\ebc8";
  color: #0000ad;
}
.iw-icon-color-uzg .path2:before {
  content: "\ebc9";
  margin-left: -1.00585937em;
  color: #343942;
}
.iw-icon-color-up .path1:before {
  content: "\ebca";
  color: #0000ad;
}
.iw-icon-color-up .path2:before {
  content: "\ebcb";
  margin-left: -1.00585937em;
  color: #343942;
}
.iw-icon-anuluj:before {
  content: "\ebcc";
}
.iw-icon-color-mod .path1:before {
  content: "\ebbe";
  color: #0000ad;
}
.iw-icon-color-mod .path2:before {
  content: "\ebbf";
  margin-left: -1.00585937em;
  color: #343942;
}
.iw-icon-zakres-wczytaj:before {
  content: "\ebba";
}
.iw-icon-zakres-zapisz:before {
  content: "\ebbb";
}
.iw-icon-color-dodaj-punkt-osn .path1:before {
  content: "\ebb8";
  color: #343942;
}
.iw-icon-color-dodaj-punkt-osn .path2:before {
  content: "\ebb9";
  margin-left: -0.83984375em;
  color: #0071b7;
}
.iw-icon-color-dlk .path1:before {
  content: "\ebb3";
  color: #0000ad;
}
.iw-icon-color-dlk .path2:before {
  content: "\ebb4";
  margin-left: -1.00585937em;
  color: #343942;
}
.iw-icon-color-narysuj-zakres2 .path1:before {
  content: "\ebaf";
  color: #343942;
}
.iw-icon-color-narysuj-zakres2 .path2:before {
  content: "\ebb0";
  margin-left: -0.9921875em;
  color: #c13535;
}
.iw-icon-color-narysuj-zakres .path1:before {
  content: "\ebb1";
  color: #c13535;
}
.iw-icon-color-narysuj-zakres .path2:before {
  content: "\ebb2";
  margin-left: -0.9921875em;
  color: #343942;
}
.iw-icon-zakres-z-dzialki2:before {
  content: "\e956";
}
.iw-icon-color-modyfikuj-zakres .path1:before {
  content: "\ebac";
  color: #343942;
}
.iw-icon-color-modyfikuj-zakres .path2:before {
  content: "\ebad";
  margin-left: -0.99707031em;
  color: #c13535;
}
.iw-icon-color-usun-zakres .path1:before {
  content: "\ebec";
  color: #c13535;
}
.iw-icon-color-usun-zakres .path2:before {
  content: "\ebed";
  margin-left: -0.99707031em;
  color: #343942;
}
.iw-icon-wrysuj-zakres:before {
  content: "\ebae";
}
.iw-icon-gml:before {
  content: "\ebe3";
}
.iw-icon-color-zu .path1:before {
  content: "\eba9";
  color: #0000ad;
}
.iw-icon-color-zu .path2:before {
  content: "\ebaa";
  margin-left: -1.00976562em;
  color: #343942;
}
.iw-icon-zaznacz-wszystko:before {
  content: "\eba3";
}
.iw-icon-odznacz-wszystko:before {
  content: "\eba4";
}
.iw-icon-zazn-odwr:before {
  content: "\eba5";
}
.iw-icon-zaznacz-wszystko2:before {
  content: "\eba6";
}
.iw-icon-zazn-odwr2:before {
  content: "\eba7";
}
.iw-icon-odznacz-wszystko2:before {
  content: "\eba8";
}
.iw-icon-zobacz-dzialke:before {
  content: "\ebb5";
}
.iw-icon-color-wskaz-dzialke .path1:before {
  content: "\eb4f";
  color: #343942;
}
.iw-icon-color-wskaz-dzialke .path2:before {
  content: "\eb55";
  margin-left: -0.83984375em;
  color: #c13521;
}
.iw-icon-osadz-adres:before {
  content: "\ebe4";
}
.iw-icon-color-usun-osadzenie .path1:before {
  content: "\ebe5";
  color: #343942;
}
.iw-icon-color-usun-osadzenie .path2:before {
  content: "\ebe6";
  margin-left: -1.01464844em;
  color: #c13535;
}
.iw-icon-color-dodaj-adres .path1:before {
  content: "\eb8c";
  color: #c13535;
}
.iw-icon-color-dodaj-adres .path2:before {
  content: "\eb8d";
  margin-left: -1.03808594em;
  color: #343942;
}
.iw-icon-color-wniosek .path1:before {
  content: "\eb8e";
  color: #343942;
}
.iw-icon-color-wniosek .path2:before {
  content: "\eb8f";
  margin-left: -1.2109375em;
  color: #c13535;
}
.iw-icon-color-zawiadomienie .path1:before {
  content: "\eb90";
  color: #343942;
}
.iw-icon-color-zawiadomienie .path2:before {
  content: "\eb91";
  margin-left: -1.02636719em;
  color: #c13535;
}
.iw-icon-color-opis-ulicy .path1:before {
  content: "\eb92";
  color: #c13535;
}
.iw-icon-color-opis-ulicy .path2:before {
  content: "\eb93";
  margin-left: -1.00488281em;
  color: #343942;
}
.iw-icon-color-przypisz-adres-xy .path1:before {
  content: "\eb94";
  color: #343942;
}
.iw-icon-color-przypisz-adres-xy .path2:before {
  content: "\eb95";
  margin-left: -1.1875em;
  color: #f1b93c;
}
.iw-icon-color-przypnij-dzialke .path1:before {
  content: "\eb96";
  color: #c13535;
}
.iw-icon-color-przypnij-dzialke .path2:before {
  content: "\eb97";
  margin-left: -0.9296875em;
  color: #343942;
}
.iw-icon-color-przypnij-dzialke .path3:before {
  content: "\eb98";
  margin-left: -0.9296875em;
  color: #f1b93c;
}
.iw-icon-color-usun-adres .path1:before {
  content: "\eb99";
  color: #343942;
}
.iw-icon-color-usun-adres .path2:before {
  content: "\eb9a";
  margin-left: -0.91601562em;
  color: #f1b93c;
}
.iw-icon-color-usun-adres .path3:before {
  content: "\eb9b";
  margin-left: -0.91601562em;
  color: #c13535;
}
.iw-icon-color-przypisz-adres .path1:before {
  content: "\eb9c";
  color: #340000;
}
.iw-icon-color-przypisz-adres .path2:before {
  content: "\eb9d";
  margin-left: -0.85546875em;
  color: #f1b93c;
}
.iw-icon-os-ulicy:before {
  content: "\eb9e";
}
.iw-icon-os_ulicy:before {
  content: "\ebdf";
}
.iw-icon-color-eb .path1:before {
  content: "\eb9f";
  color: #343942;
}
.iw-icon-color-eb .path2:before {
  content: "\eba0";
  margin-left: -1.00585937em;
  color: #0000ad;
}
.iw-icon-modyfikuj:before {
  content: "\eba1";
}
.iw-icon-color-idg .path1:before {
  content: "\eb60";
  color: #0000ad;
}
.iw-icon-color-idg .path2:before {
  content: "\eb61";
  margin-left: -1.00585937em;
  color: #343842;
}
.iw-icon-color-pr .path1:before {
  content: "\eb63";
  color: #0000ad;
}
.iw-icon-color-pr .path2:before {
  content: "\eb64";
  margin-left: -1.00585937em;
  color: #343942;
}
.iw-icon-color-zak .path1:before {
  content: "\eb65";
  color: #0000ad;
}
.iw-icon-color-zak .path2:before {
  content: "\eb66";
  margin-left: -1.00585937em;
  color: #343942;
}
.iw-icon-color-bud .path1:before {
  content: "\eb67";
  color: #343942;
}
.iw-icon-color-bud .path2:before {
  content: "\eb68";
  margin-left: -1.00585937em;
  color: #0000ad;
}
.iw-icon-color-dw .path1:before {
  content: "\eb69";
  color: #343942;
}
.iw-icon-color-dw .path2:before {
  content: "\eb6a";
  margin-left: -1.00585937em;
  color: #0000ad;
}
.iw-icon-color-egib .path1:before {
  content: "\eb6b";
  color: #343942;
}
.iw-icon-color-egib .path2:before {
  content: "\eb6c";
  margin-left: -1.00585937em;
  color: #0000ad;
}
.iw-icon-color-eks .path1:before {
  content: "\eb6d";
  color: #343942;
}
.iw-icon-color-eks .path2:before {
  content: "\eb6e";
  margin-left: -1.00585937em;
  color: #0000ad;
}
.iw-icon-color-ex .path1:before {
  content: "\eb6f";
  color: #343942;
}
.iw-icon-color-ex .path2:before {
  content: "\eb70";
  margin-left: -1.00585937em;
  color: #0000ad;
}
.iw-icon-color-h .path1:before {
  content: "\eb71";
  color: #343942;
}
.iw-icon-color-h .path2:before {
  content: "\eb72";
  margin-left: -1.00585937em;
  color: #0000ad;
}
.iw-icon-color-klu .path1:before {
  content: "\eb73";
  color: #343942;
}
.iw-icon-color-klu .path2:before {
  content: "\eb74";
  margin-left: -1.00585937em;
  color: #0000ad;
}
.iw-icon-color-mat .path1:before {
  content: "\eb75";
  color: #343942;
}
.iw-icon-color-mat .path2:before {
  content: "\eb76";
  margin-left: -1.00585937em;
  color: #0000ad;
}
.iw-icon-color-op .path1:before {
  content: "\eb77";
  color: #343942;
}
.iw-icon-color-op .path2:before {
  content: "\eb78";
  margin-left: -1.00585937em;
  color: #0000ad;
}
.iw-icon-color-opl .path1:before {
  content: "\eb79";
  color: #343942;
}
.iw-icon-color-opl .path2:before {
  content: "\eb7a";
  margin-left: -1.00585937em;
  color: #0000ad;
}
.iw-icon-color-osn .path1:before {
  content: "\eb7b";
  color: #343942;
}
.iw-icon-color-osn .path2:before {
  content: "\eb7c";
  margin-left: -1.00585937em;
  color: #0000ad;
}
.iw-icon-color-pe .path1:before {
  content: "\eb7d";
  color: #343942;
}
.iw-icon-color-pe .path2:before {
  content: "\eb7e";
  margin-left: -1.00585937em;
  color: #0000ad;
}
.iw-icon-color-pk .path1:before {
  content: "\eb7f";
  color: #343942;
}
.iw-icon-color-pk .path2:before {
  content: "\eb80";
  margin-left: -1.00585937em;
  color: #0000ad;
}
.iw-icon-color-sz .path1:before {
  content: "\eb81";
  color: #343942;
}
.iw-icon-color-sz .path2:before {
  content: "\eb82";
  margin-left: -1.00585937em;
  color: #0000ad;
}
.iw-icon-color-wiz .path1:before {
  content: "\eb83";
  color: #343942;
}
.iw-icon-color-wiz .path2:before {
  content: "\eb84";
  margin-left: -1.00585937em;
  color: #0000ad;
}
.iw-icon-color-wl .path1:before {
  content: "\eb85";
  color: #343942;
}
.iw-icon-color-wl .path2:before {
  content: "\eb86";
  margin-left: -1.00585937em;
  color: #0000ad;
}
.iw-icon-color-xy .path1:before {
  content: "\eb87";
  color: #343942;
}
.iw-icon-color-xy .path2:before {
  content: "\eb88";
  margin-left: -1.00585937em;
  color: #0000ad;
}
.iw-icon-szukaj-os:before {
  content: "\eb5a";
}
.iw-icon-color-zm .path1:before {
  content: "\eb5b";
  color: #343942;
}
.iw-icon-color-zm .path2:before {
  content: "\eb5d";
  margin-left: -1.00585937em;
  color: #0000ad;
}
.iw-icon-re:before {
  content: "\eb56";
}
.iw-icon-color-re .path1:before {
  content: "\eb57";
  color: #0000ad;
}
.iw-icon-color-re .path2:before {
  content: "\eb58";
  margin-left: -1.00585937em;
  color: #343942;
}
.iw-icon-zak:before {
  content: "\eb59";
}
.iw-icon-idg:before {
  content: "\eb5c";
}
.iw-icon-pr:before {
  content: "\eb5f";
}
.iw-icon-op:before {
  content: "\eb62";
}
.iw-icon-zobacz-zakres:before {
  content: "\eb54";
}
.iw-icon-wrysuj-dzialke:before {
  content: "\ebf4";
}
.iw-icon-zakres-z-dzialki:before {
  content: "\eb51";
}
.iw-icon-wskaz-dzialke:before {
  content: "\eb52";
}
.iw-icon-zakres-narysuj:before {
  content: "\eb53";
}
.iw-icon-camera-zakres:before {
  content: "\eb50";
}
.iw-icon-camera:before {
  content: "\e96d";
}
.iw-icon-camera2:before {
  content: "\ebb7";
}
.iw-icon-dokumenty-skladowe:before {
  content: "\ebb6";
}
.iw-icon-wiz:before {
  content: "\eb4a";
}
.iw-icon-h:before {
  content: "\eb4b";
}
.iw-icon-ex:before {
  content: "\eb4c";
}
.iw-icon-pk:before {
  content: "\eb4d";
}
.iw-icon-xy:before {
  content: "\eb4e";
}
.iw-icon-info2:before {
  content: "\eb49";
}
.iw-icon-wl:before {
  content: "\e959";
}
.iw-icon-opl:before {
  content: "\e95d";
}
.iw-icon-egib:before {
  content: "\e957";
}
.iw-icon-klu:before {
  content: "\e958";
}
.iw-icon-osn:before {
  content: "\e95a";
}
.iw-icon-bud:before {
  content: "\e95b";
}
.iw-icon-pe:before {
  content: "\e95c";
}
.iw-icon-mat:before {
  content: "\e954";
}
.iw-icon-dw:before {
  content: "\e952";
}
.iw-icon-eks:before {
  content: "\e953";
}
.iw-icon-sz:before {
  content: "\e955";
}
.iw-icon-usun-wszystko:before {
  content: "\e951";
}
.iw-icon-geodety:before {
  content: "\e902";
}
.iw-icon-powiazanie:before {
  content: "\e900";
}
.iw-icon-przepnij:before {
  content: "\e901";
}
.iw-icon-organizacja:before {
  content: "\e903";
}
.iw-icon-inwestycja:before {
  content: "\e904";
}
.iw-icon-zdrowie:before {
  content: "\e905";
}
.iw-icon-srodowisko:before {
  content: "\e906";
}
.iw-icon-oswiata:before {
  content: "\e907";
}
.iw-icon-sport:before {
  content: "\e908";
}
.iw-icon-administracja:before {
  content: "\e909";
}
.iw-icon-kultura:before {
  content: "\e90a";
}
.iw-icon-gospodarka-komunalna:before {
  content: "\e90b";
}
.iw-icon-zabytki:before {
  content: "\e90c";
}
.iw-icon-test:before {
  content: "\e90d";
}
.iw-icon-sip:before {
  content: "\e90e";
}
.iw-icon-inter-ewid:before {
  content: "\e90f";
}
.iw-icon-historia-zamowien:before {
  content: "\e910";
}
.iw-icon-komornik:before {
  content: "\e911";
}
.iw-icon-interesanta:before {
  content: "\e912";
}
.iw-icon-pomiar:before {
  content: "\e913";
}
.iw-icon-zaznaczenie-usun:before {
  content: "\e914";
}
.iw-icon-zaznaczenie-edycja:before {
  content: "\e915";
}
.iw-icon-import-zaznaczenie:before {
  content: "\e916";
}
.iw-icon-odznacz-wszystko3:before {
  content: "\e917";
}
.iw-icon-zaznacz-wszystko3:before {
  content: "\e918";
}
.iw-icon-wladajacy:before {
  content: "\e919";
}
.iw-icon-gesut:before {
  content: "\e91a";
}
.iw-icon-plany:before {
  content: "\e91b";
}
.iw-icon-unselect:before {
  content: "\e91c";
}
.iw-icon-select:before {
  content: "\e91d";
}
.iw-icon-egib2:before {
  content: "\e91e";
}
.iw-icon-biznesmen:before {
  content: "\e91f";
}
.iw-icon-czysc:before {
  content: "\e920";
}
.iw-icon-pokaz:before {
  content: "\e921";
}
.iw-icon-archiwum-dodaj:before {
  content: "\e922";
}
.iw-icon-budynek:before {
  content: "\e923";
}
.iw-icon-archiwum-usun:before {
  content: "\e924";
}
.iw-icon-archiwum:before {
  content: "\e925";
}
.iw-icon-architektura:before {
  content: "\e926";
}
.iw-icon-zaznacz-check:before {
  content: "\e927";
}
.iw-icon-zmiana:before {
  content: "\e928";
}
.iw-icon-osoba-usun:before {
  content: "\e929";
}
.iw-icon-osoba-dodaj:before {
  content: "\e92a";
}
.iw-icon-dokumenty-wychodzace:before {
  content: "\e92b";
}
.iw-icon-dokumenty-przychodzace:before {
  content: "\e92c";
}
.iw-icon-przeslij:before {
  content: "\e92d";
}
.iw-icon-pobierz:before {
  content: "\e92e";
}
.iw-icon-przypnij:before {
  content: "\e92f";
}
.iw-icon-utworz:before {
  content: "\e930";
}
.iw-icon-usun:before {
  content: "\e931";
}
.iw-icon-dodaj:before {
  content: "\e932";
}
.iw-icon-koszyk-dodaj:before {
  content: "\e933";
}
.iw-icon-przedstawiciel:before {
  content: "\e934";
}
.iw-icon-edit:before {
  content: "\e935";
}
.iw-icon-informacja:before {
  content: "\e936";
}
.iw-icon-mapa-pokaz:before {
  content: "\e937";
}
.iw-icon-tabela-czysc:before {
  content: "\e938";
}
.iw-icon-tabela-odswiez:before {
  content: "\e939";
}
.iw-icon-drukarka:before {
  content: "\e93a";
}
.iw-icon-mapa-zapis:before {
  content: "\e93b";
}
.iw-icon-mapa-pomiary:before {
  content: "\e93c";
}
.iw-icon-mapa-czysc:before {
  content: "\e93d";
}
.iw-icon-snap:before {
  content: "\e93e";
}
.iw-icon-zaznacz:before {
  content: "\e93f";
}
.iw-icon-rysuj-punkt:before {
  content: "\e940";
}
.iw-icon-rysuj-linie:before {
  content: "\e941";
}
.iw-icon-rysuj-wielobok:before {
  content: "\e942";
}
.iw-icon-import:before {
  content: "\e943";
}
.iw-icon-narzedzia:before {
  content: "\e944";
}
.iw-icon-import-budynki:before {
  content: "\e945";
}
.iw-icon-edycja:before {
  content: "\e946";
}
.iw-icon-szukaj-mapa:before {
  content: "\e947";
}
.iw-icon-wrysowanie-mapa:before {
  content: "\e948";
}
.iw-icon-podglad-mapa:before {
  content: "\e949";
}
.iw-icon-szukaj:before {
  content: "\e94a";
}
.iw-icon-legenda:before {
  content: "\e94b";
}
.iw-icon-warstwy:before {
  content: "\e94c";
}
.iw-icon-petent:before {
  content: "\e94d";
}
.iw-icon-eod:before {
  content: "\e94e";
}
.iw-icon-gmk:before {
  content: "\e94f";
}
.iw-icon-refresh:before {
  content: "\e950";
}
.iw-icon-home:before {
  content: "\e95e";
}
.iw-icon-home2:before {
  content: "\e95f";
}
.iw-icon-home3:before {
  content: "\e960";
}
.iw-icon-office:before {
  content: "\e961";
}
.iw-icon-newspaper:before {
  content: "\e962";
}
.iw-icon-pencil:before {
  content: "\e963";
}
.iw-icon-pencil2:before {
  content: "\e964";
}
.iw-icon-quill:before {
  content: "\e965";
}
.iw-icon-pen:before {
  content: "\e966";
}
.iw-icon-blog:before {
  content: "\e967";
}
.iw-icon-eyedropper:before {
  content: "\e968";
}
.iw-icon-droplet:before {
  content: "\e969";
}
.iw-icon-paint-format:before {
  content: "\e96a";
}
.iw-icon-image:before {
  content: "\e96b";
}
.iw-icon-images:before {
  content: "\e96c";
}
.iw-icon-headphones:before {
  content: "\e96e";
}
.iw-icon-music:before {
  content: "\e96f";
}
.iw-icon-play:before {
  content: "\e970";
}
.iw-icon-film:before {
  content: "\e971";
}
.iw-icon-video-camera:before {
  content: "\e972";
}
.iw-icon-dice:before {
  content: "\e973";
}
.iw-icon-pacman:before {
  content: "\e974";
}
.iw-icon-spades:before {
  content: "\e975";
}
.iw-icon-clubs:before {
  content: "\e976";
}
.iw-icon-diamonds:before {
  content: "\e977";
}
.iw-icon-bullhorn:before {
  content: "\e978";
}
.iw-icon-connection:before {
  content: "\e979";
}
.iw-icon-podcast:before {
  content: "\e97a";
}
.iw-icon-feed:before {
  content: "\e97b";
}
.iw-icon-mic:before {
  content: "\e97c";
}
.iw-icon-book:before {
  content: "\e97d";
}
.iw-icon-books:before {
  content: "\e97e";
}
.iw-icon-library:before {
  content: "\e97f";
}
.iw-icon-file-text:before {
  content: "\e980";
}
.iw-icon-profile:before {
  content: "\e981";
}
.iw-icon-file-empty:before {
  content: "\e982";
}
.iw-icon-files-empty:before {
  content: "\e983";
}
.iw-icon-file-text2:before {
  content: "\e984";
}
.iw-icon-file-picture:before {
  content: "\e985";
}
.iw-icon-file-music:before {
  content: "\e986";
}
.iw-icon-file-play:before {
  content: "\e987";
}
.iw-icon-file-video:before {
  content: "\e988";
}
.iw-icon-file-zip:before {
  content: "\e989";
}
.iw-icon-copy:before {
  content: "\e98a";
}
.iw-icon-paste:before {
  content: "\e98b";
}
.iw-icon-stack:before {
  content: "\e98c";
}
.iw-icon-folder:before {
  content: "\e98d";
}
.iw-icon-folder-open:before {
  content: "\e98e";
}
.iw-icon-folder-plus:before {
  content: "\e98f";
}
.iw-icon-folder-minus:before {
  content: "\e990";
}
.iw-icon-folder-download:before {
  content: "\e991";
}
.iw-icon-folder-upload:before {
  content: "\e992";
}
.iw-icon-price-tag:before {
  content: "\e993";
}
.iw-icon-price-tags:before {
  content: "\e994";
}
.iw-icon-barcode:before {
  content: "\e995";
}
.iw-icon-qrcode:before {
  content: "\e996";
}
.iw-icon-ticket:before {
  content: "\e997";
}
.iw-icon-cart:before {
  content: "\e998";
}
.iw-icon-coin-dollar:before {
  content: "\e999";
}
.iw-icon-coin-euro:before {
  content: "\e99a";
}
.iw-icon-coin-pound:before {
  content: "\e99b";
}
.iw-icon-coin-yen:before {
  content: "\e99c";
}
.iw-icon-credit-card:before {
  content: "\e99d";
}
.iw-icon-calculator:before {
  content: "\e99e";
}
.iw-icon-lifebuoy:before {
  content: "\e99f";
}
.iw-icon-phone:before {
  content: "\e9a0";
}
.iw-icon-phone-hang-up:before {
  content: "\e9a1";
}
.iw-icon-address-book:before {
  content: "\e9a2";
}
.iw-icon-envelop:before {
  content: "\e9a3";
}
.iw-icon-pushpin:before {
  content: "\e9a4";
}
.iw-icon-location:before {
  content: "\e9a5";
}
.iw-icon-location2:before {
  content: "\e9a6";
}
.iw-icon-compass:before {
  content: "\e9a7";
}
.iw-icon-compass2:before {
  content: "\e9a8";
}
.iw-icon-map:before {
  content: "\e9a9";
}
.iw-icon-map2:before {
  content: "\e9aa";
}
.iw-icon-history:before {
  content: "\e9ab";
}
.iw-icon-clock:before {
  content: "\e9ac";
}
.iw-icon-clock2:before {
  content: "\e9ad";
}
.iw-icon-alarm:before {
  content: "\e9ae";
}
.iw-icon-bell:before {
  content: "\e9af";
}
.iw-icon-stopwatch:before {
  content: "\e9b0";
}
.iw-icon-calendar:before {
  content: "\e9b1";
}
.iw-icon-printer:before {
  content: "\e9b2";
}
.iw-icon-keyboard:before {
  content: "\e9b3";
}
.iw-icon-display:before {
  content: "\e9b4";
}
.iw-icon-laptop:before {
  content: "\e9b5";
}
.iw-icon-mobile:before {
  content: "\e9b6";
}
.iw-icon-mobile2:before {
  content: "\e9b7";
}
.iw-icon-tablet:before {
  content: "\e9b8";
}
.iw-icon-tv:before {
  content: "\e9b9";
}
.iw-icon-drawer:before {
  content: "\e9ba";
}
.iw-icon-drawer2:before {
  content: "\e9bb";
}
.iw-icon-box-add:before {
  content: "\e9bc";
}
.iw-icon-box-remove:before {
  content: "\e9bd";
}
.iw-icon-download:before {
  content: "\e9be";
}
.iw-icon-upload:before {
  content: "\e9bf";
}
.iw-icon-floppy-disk:before {
  content: "\e9c0";
}
.iw-icon-drive:before {
  content: "\e9c1";
}
.iw-icon-database:before {
  content: "\e9c2";
}
.iw-icon-undo:before {
  content: "\e9c3";
}
.iw-icon-redo:before {
  content: "\e9c4";
}
.iw-icon-undo2:before {
  content: "\e9c5";
}
.iw-icon-redo2:before {
  content: "\e9c6";
}
.iw-icon-forward:before {
  content: "\e9c7";
}
.iw-icon-reply:before {
  content: "\e9c8";
}
.iw-icon-bubble:before {
  content: "\e9c9";
}
.iw-icon-bubbles:before {
  content: "\e9ca";
}
.iw-icon-bubbles2:before {
  content: "\e9cb";
}
.iw-icon-bubble2:before {
  content: "\e9cc";
}
.iw-icon-bubbles3:before {
  content: "\e9cd";
}
.iw-icon-bubbles4:before {
  content: "\e9ce";
}
.iw-icon-user:before {
  content: "\e9cf";
}
.iw-icon-users:before {
  content: "\e9d0";
}
.iw-icon-user-plus:before {
  content: "\e9d1";
}
.iw-icon-user-minus:before {
  content: "\e9d2";
}
.iw-icon-user-check:before {
  content: "\e9d3";
}
.iw-icon-user-tie:before {
  content: "\e9d4";
}
.iw-icon-quotes-left:before {
  content: "\e9d5";
}
.iw-icon-quotes-right:before {
  content: "\e9d6";
}
.iw-icon-hour-glass:before {
  content: "\e9d7";
}
.iw-icon-spinner:before {
  content: "\e9d8";
}
.iw-icon-spinner2:before {
  content: "\e9d9";
}
.iw-icon-spinner3:before {
  content: "\e9da";
}
.iw-icon-spinner4:before {
  content: "\e9db";
}
.iw-icon-spinner5:before {
  content: "\e9dc";
}
.iw-icon-spinner6:before {
  content: "\e9dd";
}
.iw-icon-spinner7:before {
  content: "\e9de";
}
.iw-icon-spinner8:before {
  content: "\e9df";
}
.iw-icon-spinner9:before {
  content: "\e9e0";
}
.iw-icon-spinner10:before {
  content: "\e9e1";
}
.iw-icon-spinner11:before {
  content: "\e9e2";
}
.iw-icon-binoculars:before {
  content: "\e9e3";
}
.iw-icon-search:before {
  content: "\e9e4";
}
.iw-icon-zoom-in:before {
  content: "\e9e5";
}
.iw-icon-zoom-out:before {
  content: "\e9e6";
}
.iw-icon-enlarge:before {
  content: "\e9e7";
}
.iw-icon-shrink:before {
  content: "\e9e8";
}
.iw-icon-enlarge2:before {
  content: "\e9e9";
}
.iw-icon-shrink2:before {
  content: "\e9ea";
}
.iw-icon-key:before {
  content: "\e9eb";
}
.iw-icon-key2:before {
  content: "\e9ec";
}
.iw-icon-lock:before {
  content: "\e9ed";
}
.iw-icon-unlocked:before {
  content: "\e9ee";
}
.iw-icon-wrench:before {
  content: "\e9ef";
}
.iw-icon-equalizer:before {
  content: "\e9f0";
}
.iw-icon-equalizer2:before {
  content: "\e9f1";
}
.iw-icon-cog:before {
  content: "\e9f2";
}
.iw-icon-cogs:before {
  content: "\e9f3";
}
.iw-icon-hammer:before {
  content: "\e9f4";
}
.iw-icon-magic-wand:before {
  content: "\e9f5";
}
.iw-icon-aid-kit:before {
  content: "\e9f6";
}
.iw-icon-bug:before {
  content: "\e9f7";
}
.iw-icon-pie-chart:before {
  content: "\e9f8";
}
.iw-icon-stats-dots:before {
  content: "\e9f9";
}
.iw-icon-stats-bars:before {
  content: "\e9fa";
}
.iw-icon-stats-bars2:before {
  content: "\e9fb";
}
.iw-icon-trophy:before {
  content: "\e9fc";
}
.iw-icon-gift:before {
  content: "\e9fd";
}
.iw-icon-glass:before {
  content: "\e9fe";
}
.iw-icon-glass2:before {
  content: "\e9ff";
}
.iw-icon-mug:before {
  content: "\ea00";
}
.iw-icon-spoon-knife:before {
  content: "\ea01";
}
.iw-icon-leaf:before {
  content: "\ea02";
}
.iw-icon-rocket:before {
  content: "\ea03";
}
.iw-icon-meter:before {
  content: "\ea04";
}
.iw-icon-meter2:before {
  content: "\ea05";
}
.iw-icon-hammer2:before {
  content: "\ea06";
}
.iw-icon-fire:before {
  content: "\ea07";
}
.iw-icon-lab:before {
  content: "\ea08";
}
.iw-icon-magnet:before {
  content: "\ea09";
}
.iw-icon-bin:before {
  content: "\ea0a";
}
.iw-icon-bin2:before {
  content: "\ea0b";
}
.iw-icon-briefcase:before {
  content: "\ea0c";
}
.iw-icon-airplane:before {
  content: "\ea0d";
}
.iw-icon-truck:before {
  content: "\ea0e";
}
.iw-icon-road:before {
  content: "\ea0f";
}
.iw-icon-accessibility:before {
  content: "\ea10";
}
.iw-icon-target:before {
  content: "\ea11";
}
.iw-icon-shield:before {
  content: "\ea12";
}
.iw-icon-power:before {
  content: "\ea13";
}
.iw-icon-switch:before {
  content: "\ea14";
}
.iw-icon-power-cord:before {
  content: "\ea15";
}
.iw-icon-clipboard:before {
  content: "\ea16";
}
.iw-icon-list-numbered:before {
  content: "\ea17";
}
.iw-icon-list:before {
  content: "\ea18";
}
.iw-icon-list2:before {
  content: "\ea19";
}
.iw-icon-tree:before {
  content: "\ea1a";
}
.iw-icon-menu:before {
  content: "\ea1b";
}
.iw-icon-menu2:before {
  content: "\ea1c";
}
.iw-icon-menu3:before {
  content: "\ea1d";
}
.iw-icon-menu4:before {
  content: "\ea1e";
}
.iw-icon-cloud:before {
  content: "\ea1f";
}
.iw-icon-cloud-download:before {
  content: "\ea20";
}
.iw-icon-cloud-upload:before {
  content: "\ea21";
}
.iw-icon-cloud-check:before {
  content: "\ea22";
}
.iw-icon-download2:before {
  content: "\ea23";
}
.iw-icon-upload2:before {
  content: "\ea24";
}
.iw-icon-download3:before {
  content: "\ea25";
}
.iw-icon-upload3:before {
  content: "\ea26";
}
.iw-icon-sphere:before {
  content: "\ea27";
}
.iw-icon-earth:before {
  content: "\ea28";
}
.iw-icon-link:before {
  content: "\ea29";
}
.iw-icon-flag:before {
  content: "\ea2a";
}
.iw-icon-attachment:before {
  content: "\ea2b";
}
.iw-icon-eye:before {
  content: "\ea2c";
}
.iw-icon-eye-plus:before {
  content: "\ea2d";
}
.iw-icon-eye-minus:before {
  content: "\ea2e";
}
.iw-icon-eye-blocked:before {
  content: "\ea2f";
}
.iw-icon-bookmark:before {
  content: "\ea30";
}
.iw-icon-bookmarks:before {
  content: "\ea31";
}
.iw-icon-sun:before {
  content: "\ea32";
}
.iw-icon-contrast:before {
  content: "\ea33";
}
.iw-icon-brightness-contrast:before {
  content: "\ea34";
}
.iw-icon-star-empty:before {
  content: "\ea35";
}
.iw-icon-star-half:before {
  content: "\ea36";
}
.iw-icon-star-full:before {
  content: "\ea37";
}
.iw-icon-heart:before {
  content: "\ea38";
}
.iw-icon-heart-broken:before {
  content: "\ea39";
}
.iw-icon-man:before {
  content: "\ea3a";
}
.iw-icon-woman:before {
  content: "\ea3b";
}
.iw-icon-man-woman:before {
  content: "\ea3c";
}
.iw-icon-happy:before {
  content: "\ea3d";
}
.iw-icon-happy2:before {
  content: "\ea3e";
}
.iw-icon-smile:before {
  content: "\ea3f";
}
.iw-icon-smile2:before {
  content: "\ea40";
}
.iw-icon-tongue:before {
  content: "\ea41";
}
.iw-icon-tongue2:before {
  content: "\ea42";
}
.iw-icon-sad:before {
  content: "\ea43";
}
.iw-icon-sad2:before {
  content: "\ea44";
}
.iw-icon-wink:before {
  content: "\ea45";
}
.iw-icon-wink2:before {
  content: "\ea46";
}
.iw-icon-grin:before {
  content: "\ea47";
}
.iw-icon-grin2:before {
  content: "\ea48";
}
.iw-icon-cool:before {
  content: "\ea49";
}
.iw-icon-cool2:before {
  content: "\ea4a";
}
.iw-icon-angry:before {
  content: "\ea4b";
}
.iw-icon-angry2:before {
  content: "\ea4c";
}
.iw-icon-evil:before {
  content: "\ea4d";
}
.iw-icon-evil2:before {
  content: "\ea4e";
}
.iw-icon-shocked:before {
  content: "\ea4f";
}
.iw-icon-shocked2:before {
  content: "\ea50";
}
.iw-icon-baffled:before {
  content: "\ea51";
}
.iw-icon-baffled2:before {
  content: "\ea52";
}
.iw-icon-confused:before {
  content: "\ea53";
}
.iw-icon-confused2:before {
  content: "\ea54";
}
.iw-icon-neutral:before {
  content: "\ea55";
}
.iw-icon-neutral2:before {
  content: "\ea56";
}
.iw-icon-hipster:before {
  content: "\ea57";
}
.iw-icon-hipster2:before {
  content: "\ea58";
}
.iw-icon-wondering:before {
  content: "\ea59";
}
.iw-icon-wondering2:before {
  content: "\ea5a";
}
.iw-icon-sleepy:before {
  content: "\ea5b";
}
.iw-icon-sleepy2:before {
  content: "\ea5c";
}
.iw-icon-frustrated:before {
  content: "\ea5d";
}
.iw-icon-frustrated2:before {
  content: "\ea5e";
}
.iw-icon-crying:before {
  content: "\ea5f";
}
.iw-icon-crying2:before {
  content: "\ea60";
}
.iw-icon-point-up:before {
  content: "\ea61";
}
.iw-icon-point-right:before {
  content: "\ea62";
}
.iw-icon-point-down:before {
  content: "\ea63";
}
.iw-icon-point-left:before {
  content: "\ea64";
}
.iw-icon-warning:before {
  content: "\ea65";
}
.iw-icon-notification:before {
  content: "\ea66";
}
.iw-icon-question:before {
  content: "\ea67";
}
.iw-icon-plus:before {
  content: "\ea68";
}
.iw-icon-minus:before {
  content: "\ea69";
}
.iw-icon-info:before {
  content: "\ea6a";
}
.iw-icon-cancel-circle:before {
  content: "\ea6b";
}
.iw-icon-blocked:before {
  content: "\ea6c";
}
.iw-icon-cross:before {
  content: "\ea6d";
}
.iw-icon-checkmark:before {
  content: "\ea6e";
}
.iw-icon-checkmark2:before {
  content: "\ea6f";
}
.iw-icon-spell-check:before {
  content: "\ea70";
}
.iw-icon-enter:before {
  content: "\ea71";
}
.iw-icon-exit:before {
  content: "\ea72";
}
.iw-icon-play2:before {
  content: "\ea73";
}
.iw-icon-pause:before {
  content: "\ea74";
}
.iw-icon-stop:before {
  content: "\ea75";
}
.iw-icon-previous:before {
  content: "\ea76";
}
.iw-icon-next:before {
  content: "\ea77";
}
.iw-icon-backward:before {
  content: "\ea78";
}
.iw-icon-forward2:before {
  content: "\ea79";
}
.iw-icon-play3:before {
  content: "\ea7a";
}
.iw-icon-pause2:before {
  content: "\ea7b";
}
.iw-icon-stop2:before {
  content: "\ea7c";
}
.iw-icon-backward2:before {
  content: "\ea7d";
}
.iw-icon-forward3:before {
  content: "\ea7e";
}
.iw-icon-first:before {
  content: "\ea7f";
}
.iw-icon-last:before {
  content: "\ea80";
}
.iw-icon-previous2:before {
  content: "\ea81";
}
.iw-icon-next2:before {
  content: "\ea82";
}
.iw-icon-eject:before {
  content: "\ea83";
}
.iw-icon-volume-high:before {
  content: "\ea84";
}
.iw-icon-volume-medium:before {
  content: "\ea85";
}
.iw-icon-volume-low:before {
  content: "\ea86";
}
.iw-icon-volume-mute:before {
  content: "\ea87";
}
.iw-icon-volume-mute2:before {
  content: "\ea88";
}
.iw-icon-volume-increase:before {
  content: "\ea89";
}
.iw-icon-volume-decrease:before {
  content: "\ea8a";
}
.iw-icon-loop:before {
  content: "\ea8b";
}
.iw-icon-loop2:before {
  content: "\ea8c";
}
.iw-icon-infinite:before {
  content: "\ea8d";
}
.iw-icon-shuffle:before {
  content: "\ea8e";
}
.iw-icon-arrow-up-left:before {
  content: "\ea8f";
}
.iw-icon-arrow-up:before {
  content: "\ea90";
}
.iw-icon-arrow-up-right:before {
  content: "\ea91";
}
.iw-icon-arrow-right:before {
  content: "\ea92";
}
.iw-icon-arrow-down-right:before {
  content: "\ea93";
}
.iw-icon-arrow-down:before {
  content: "\ea94";
}
.iw-icon-arrow-down-left:before {
  content: "\ea95";
}
.iw-icon-arrow-left:before {
  content: "\ea96";
}
.iw-icon-arrow-up-left2:before {
  content: "\ea97";
}
.iw-icon-arrow-up2:before {
  content: "\ea98";
}
.iw-icon-arrow-up-right2:before {
  content: "\ea99";
}
.iw-icon-arrow-right2:before {
  content: "\ea9a";
}
.iw-icon-arrow-down-right2:before {
  content: "\ea9b";
}
.iw-icon-arrow-down2:before {
  content: "\ea9c";
}
.iw-icon-arrow-down-left2:before {
  content: "\ea9d";
}
.iw-icon-arrow-left2:before {
  content: "\ea9e";
}
.iw-icon-circle-up:before {
  content: "\ea9f";
}
.iw-icon-circle-right:before {
  content: "\eaa0";
}
.iw-icon-circle-down:before {
  content: "\eaa1";
}
.iw-icon-circle-left:before {
  content: "\eaa2";
}
.iw-icon-tab:before {
  content: "\eaa3";
}
.iw-icon-move-up:before {
  content: "\eaa4";
}
.iw-icon-move-down:before {
  content: "\eaa5";
}
.iw-icon-sort-alpha-asc:before {
  content: "\eaa6";
}
.iw-icon-sort-alpha-desc:before {
  content: "\eaa7";
}
.iw-icon-sort-numeric-asc:before {
  content: "\eaa8";
}
.iw-icon-sort-numberic-desc:before {
  content: "\eaa9";
}
.iw-icon-sort-amount-asc:before {
  content: "\eaaa";
}
.iw-icon-sort-amount-desc:before {
  content: "\eaab";
}
.iw-icon-command:before {
  content: "\eaac";
}
.iw-icon-shift:before {
  content: "\eaad";
}
.iw-icon-ctrl:before {
  content: "\eaae";
}
.iw-icon-opt:before {
  content: "\eaaf";
}
.iw-icon-checkbox-checked:before {
  content: "\eab0";
}
.iw-icon-checkbox-unchecked:before {
  content: "\eab1";
}
.iw-icon-radio-checked:before {
  content: "\eab2";
}
.iw-icon-radio-checked2:before {
  content: "\eab3";
}
.iw-icon-radio-unchecked:before {
  content: "\eab4";
}
.iw-icon-crop:before {
  content: "\eab5";
}
.iw-icon-make-group:before {
  content: "\eab6";
}
.iw-icon-ungroup:before {
  content: "\eab7";
}
.iw-icon-scissors:before {
  content: "\eab8";
}
.iw-icon-filter:before {
  content: "\eab9";
}
.iw-icon-font:before {
  content: "\eaba";
}
.iw-icon-ligature:before {
  content: "\eabb";
}
.iw-icon-ligature2:before {
  content: "\eabc";
}
.iw-icon-text-height:before {
  content: "\eabd";
}
.iw-icon-text-width:before {
  content: "\eabe";
}
.iw-icon-font-size:before {
  content: "\eabf";
}
.iw-icon-bold:before {
  content: "\eac0";
}
.iw-icon-underline:before {
  content: "\eac1";
}
.iw-icon-italic:before {
  content: "\eac2";
}
.iw-icon-strikethrough:before {
  content: "\eac3";
}
.iw-icon-omega:before {
  content: "\eac4";
}
.iw-icon-sigma:before {
  content: "\eac5";
}
.iw-icon-page-break:before {
  content: "\eac6";
}
.iw-icon-superscript:before {
  content: "\eac7";
}
.iw-icon-subscript:before {
  content: "\eac8";
}
.iw-icon-superscript2:before {
  content: "\eac9";
}
.iw-icon-subscript2:before {
  content: "\eaca";
}
.iw-icon-text-color:before {
  content: "\eacb";
}
.iw-icon-pagebreak:before {
  content: "\eacc";
}
.iw-icon-clear-formatting:before {
  content: "\eacd";
}
.iw-icon-table:before {
  content: "\eace";
}
.iw-icon-table2:before {
  content: "\eacf";
}
.iw-icon-insert-template:before {
  content: "\ead0";
}
.iw-icon-pilcrow:before {
  content: "\ead1";
}
.iw-icon-ltr:before {
  content: "\ead2";
}
.iw-icon-rtl:before {
  content: "\ead3";
}
.iw-icon-section:before {
  content: "\ead4";
}
.iw-icon-paragraph-left:before {
  content: "\ead5";
}
.iw-icon-paragraph-center:before {
  content: "\ead6";
}
.iw-icon-paragraph-right:before {
  content: "\ead7";
}
.iw-icon-paragraph-justify:before {
  content: "\ead8";
}
.iw-icon-indent-increase:before {
  content: "\ead9";
}
.iw-icon-indent-decrease:before {
  content: "\eada";
}
.iw-icon-share:before {
  content: "\eadb";
}
.iw-icon-new-tab:before {
  content: "\eadc";
}
.iw-icon-embed:before {
  content: "\eadd";
}
.iw-icon-embed2:before {
  content: "\eade";
}
.iw-icon-terminal:before {
  content: "\eadf";
}
.iw-icon-share2:before {
  content: "\eae0";
}
.iw-icon-mail:before {
  content: "\eae1";
}
.iw-icon-mail2:before {
  content: "\eae2";
}
.iw-icon-mail3:before {
  content: "\eae3";
}
.iw-icon-mail4:before {
  content: "\eae4";
}
.iw-icon-amazon:before {
  content: "\eae5";
}
.iw-icon-google:before {
  content: "\eae6";
}
.iw-icon-google2:before {
  content: "\eae7";
}
.iw-icon-google3:before {
  content: "\eae8";
}
.iw-icon-google-plus:before {
  content: "\eae9";
}
.iw-icon-google-plus2:before {
  content: "\eaea";
}
.iw-icon-google-plus3:before {
  content: "\eaeb";
}
.iw-icon-hangouts:before {
  content: "\eaec";
}
.iw-icon-google-drive:before {
  content: "\eaed";
}
.iw-icon-facebook:before {
  content: "\eaee";
}
.iw-icon-facebook2:before {
  content: "\eaef";
}
.iw-icon-instagram:before {
  content: "\eaf0";
}
.iw-icon-whatsapp:before {
  content: "\eaf1";
}
.iw-icon-spotify:before {
  content: "\eaf2";
}
.iw-icon-telegram:before {
  content: "\eaf3";
}
.iw-icon-twitter:before {
  content: "\eaf4";
}
.iw-icon-vine:before {
  content: "\eaf5";
}
.iw-icon-vk:before {
  content: "\eaf6";
}
.iw-icon-renren:before {
  content: "\eaf7";
}
.iw-icon-sina-weibo:before {
  content: "\eaf8";
}
.iw-icon-rss:before {
  content: "\eaf9";
}
.iw-icon-rss2:before {
  content: "\eafa";
}
.iw-icon-youtube:before {
  content: "\eafb";
}
.iw-icon-youtube2:before {
  content: "\eafc";
}
.iw-icon-twitch:before {
  content: "\eafd";
}
.iw-icon-vimeo:before {
  content: "\eafe";
}
.iw-icon-vimeo2:before {
  content: "\eaff";
}
.iw-icon-lanyrd:before {
  content: "\eb00";
}
.iw-icon-flickr:before {
  content: "\eb01";
}
.iw-icon-flickr2:before {
  content: "\eb02";
}
.iw-icon-flickr3:before {
  content: "\eb03";
}
.iw-icon-flickr4:before {
  content: "\eb04";
}
.iw-icon-dribbble:before {
  content: "\eb05";
}
.iw-icon-behance:before {
  content: "\eb06";
}
.iw-icon-behance2:before {
  content: "\eb07";
}
.iw-icon-deviantart:before {
  content: "\eb08";
}
.iw-icon-500px:before {
  content: "\eb09";
}
.iw-icon-steam:before {
  content: "\eb0a";
}
.iw-icon-steam2:before {
  content: "\eb0b";
}
.iw-icon-dropbox:before {
  content: "\eb0c";
}
.iw-icon-onedrive:before {
  content: "\eb0d";
}
.iw-icon-github:before {
  content: "\eb0e";
}
.iw-icon-npm:before {
  content: "\eb0f";
}
.iw-icon-basecamp:before {
  content: "\eb10";
}
.iw-icon-trello:before {
  content: "\eb11";
}
.iw-icon-wordpress:before {
  content: "\eb12";
}
.iw-icon-joomla:before {
  content: "\eb13";
}
.iw-icon-ello:before {
  content: "\eb14";
}
.iw-icon-blogger:before {
  content: "\eb15";
}
.iw-icon-blogger2:before {
  content: "\eb16";
}
.iw-icon-tumblr:before {
  content: "\eb17";
}
.iw-icon-tumblr2:before {
  content: "\eb18";
}
.iw-icon-yahoo:before {
  content: "\eb19";
}
.iw-icon-yahoo2:before {
  content: "\eb1a";
}
.iw-icon-tux:before {
  content: "\eb1b";
}
.iw-icon-appleinc:before {
  content: "\eb1c";
}
.iw-icon-finder:before {
  content: "\eb1d";
}
.iw-icon-android:before {
  content: "\eb1e";
}
.iw-icon-windows:before {
  content: "\eb1f";
}
.iw-icon-windows8:before {
  content: "\eb20";
}
.iw-icon-soundcloud:before {
  content: "\eb21";
}
.iw-icon-soundcloud2:before {
  content: "\eb22";
}
.iw-icon-skype:before {
  content: "\eb23";
}
.iw-icon-reddit:before {
  content: "\eb24";
}
.iw-icon-hackernews:before {
  content: "\eb25";
}
.iw-icon-wikipedia:before {
  content: "\eb26";
}
.iw-icon-linkedin:before {
  content: "\eb27";
}
.iw-icon-linkedin2:before {
  content: "\eb28";
}
.iw-icon-lastfm:before {
  content: "\eb29";
}
.iw-icon-lastfm2:before {
  content: "\eb2a";
}
.iw-icon-delicious:before {
  content: "\eb2b";
}
.iw-icon-stumbleupon:before {
  content: "\eb2c";
}
.iw-icon-stumbleupon2:before {
  content: "\eb2d";
}
.iw-icon-stackoverflow:before {
  content: "\eb2e";
}
.iw-icon-pinterest:before {
  content: "\eb2f";
}
.iw-icon-pinterest2:before {
  content: "\eb30";
}
.iw-icon-xing:before {
  content: "\eb31";
}
.iw-icon-xing2:before {
  content: "\eb32";
}
.iw-icon-flattr:before {
  content: "\eb33";
}
.iw-icon-foursquare:before {
  content: "\eb34";
}
.iw-icon-yelp:before {
  content: "\eb35";
}
.iw-icon-paypal:before {
  content: "\eb36";
}
.iw-icon-chrome:before {
  content: "\eb37";
}
.iw-icon-firefox:before {
  content: "\eb38";
}
.iw-icon-IE:before {
  content: "\eb39";
}
.iw-icon-edge:before {
  content: "\eb3a";
}
.iw-icon-safari:before {
  content: "\eb3b";
}
.iw-icon-opera:before {
  content: "\eb3c";
}
.iw-icon-file-pdf:before {
  content: "\eb3d";
}
.iw-icon-file-openoffice:before {
  content: "\eb3e";
}
.iw-icon-file-word:before {
  content: "\eb3f";
}
.iw-icon-file-excel:before {
  content: "\eb40";
}
.iw-icon-libreoffice:before {
  content: "\eb41";
}
.iw-icon-html-five:before {
  content: "\eb42";
}
.iw-icon-html-five2:before {
  content: "\eb43";
}
.iw-icon-css3:before {
  content: "\eb44";
}
.iw-icon-git:before {
  content: "\eb45";
}
.iw-icon-codepen:before {
  content: "\eb46";
}
.iw-icon-svg:before {
  content: "\eb47";
}
.iw-icon-IcoMoon:before {
  content: "\eb48";
}

@font-face {
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Alegreya Sans Light'), local('AlegreyaSans-Light'), url('../bundles/gkiwork/css/Alegreya/fonts/AlegreyaSans-Light.ttf') format("truetype");
}
@font-face {
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Alegreya Sans'), local('AlegreyaSans-Regular'), url('../bundles/gkiwork/css/Alegreya/fonts/AlegreyaSans-Regular.ttf') format("truetype");
}
@font-face {
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Alegreya Sans Bold'), local('AlegreyaSans-Bold'), url('../bundles/gkiwork/css/Alegreya/fonts/AlegreyaSans-Bold.ttf') format("truetype");
}
@font-face {
  font-family: 'Alegreya Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Alegreya Sans Light Italic'), local('AlegreyaSans-LightItalic'), url('../bundles/gkiwork/css/Alegreya/fonts/AlegreyaSans-LightItalic.ttf') format("truetype");
}
@font-face {
  font-family: 'Alegreya Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Alegreya Sans Italic'), local('AlegreyaSans-Italic'), url('../bundles/gkiwork/css/Alegreya/fonts/AlegreyaSans-Italic.ttf') format("truetype");
}
@font-face {
  font-family: 'Alegreya Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Alegreya Sans Bold Italic'), local('AlegreyaSans-BoldItalic'), url('../bundles/gkiwork/css/Alegreya/fonts/AlegreyaSans-BoldItalic.ttf') format("truetype");
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../bundles/gkiwork/css/FontAwesome/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../bundles/gkiwork/css/FontAwesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../bundles/gkiwork/css/FontAwesome/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../bundles/gkiwork/css/FontAwesome/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../bundles/gkiwork/css/FontAwesome/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../bundles/gkiwork/css/FontAwesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 1.1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-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);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-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);
}
.fa-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 .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}

figure {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 6.25em;
  height: 6.25em;
  animation: rotate 2.4s linear infinite;
}
.white {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  animation: flash 2.4s linear infinite;
  opacity: 0;
}
.dot {
  position: absolute;
  margin: auto;
  width: 2.4em;
  height: 2.4em;
  border-radius: 100%;
  transition: all 1s ease;
}
.dot:nth-child(2) {
  top: 0;
  bottom: 0;
  left: 0;
  background: #FF4444;
  animation: dotsY 2.4s linear infinite;
}
.dot:nth-child(3) {
  left: 0;
  right: 0;
  top: 0;
  background: #FFBB33;
  animation: dotsX 2.4s linear infinite;
}
.dot:nth-child(4) {
  top: 0;
  bottom: 0;
  right: 0;
  background: #99CC00;
  animation: dotsY 2.4s linear infinite;
}
.dot:nth-child(5) {
  left: 0;
  right: 0;
  bottom: 0;
  background: #33B5E5;
  animation: dotsX 2.4s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  10% {
    width: 6.25em;
    height: 6.25em;
  }
  66% {
    width: 2.4em;
    height: 2.4em;
  }
  100% {
    transform: rotate(360deg);
    width: 6.25em;
    height: 6.25em;
  }
}
@keyframes dotsY {
  66% {
    opacity: 0.1;
    width: 2.4em;
  }
  77% {
    opacity: 1;
    width: 0;
  }
}
@keyframes dotsX {
  66% {
    opacity: 0.1;
    height: 2.4em;
  }
  77% {
    opacity: 1;
    height: 0;
  }
}
@keyframes flash {
  33% {
    opacity: 0;
    border-radius: 0%;
  }
  55% {
    opacity: 0.6;
    border-radius: 100%;
  }
  66% {
    opacity: 0;
  }
}
.boxShadow {
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}
#ieLogo {
  bottom: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 2000;
}
.ewMessage {
  color: #404040;
  padding: 2px 10px;
  width: 90%;
  margin: auto;
  text-align: justify;
}
.ewMessage .ewAlertMessage {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1em;
  color: #fa5456;
}
#ieHiddenComponents {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #ffffff;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #f1f2f5 0%, #e2e5ea 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #f1f2f5 0%, #e2e5ea 100%);
  background: radial-gradient(ellipse at center, #f1f2f5 0%, #e2e5ea);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f2f5, endColorstr=#e2e5ea, GradientType=1);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 950000001;
  font-size: 12px !important;
}
.ieAuthenticateLogo {
  color: #404040;
  font-size: 50px;
  text-shadow: #c0c0c0 1px 1px 0;
  font-size: 40px;
  position: absolute;
  top: -120px;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  text-align: center;
}
#ieAuthenticateHeaderText {
  color: #404040;
  font-size: 50px;
  text-shadow: #c0c0c0 1px 1px 0;
  font-size: 14px;
  top: -120px;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  text-align: center;
}
#ieAuthenticateDesctription,
.ieHiddenDescrtipion {
  font-size: 1em;
  position: absolute;
  bottom: -80px;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  text-align: center;
  color: #737373;
}
#ieAuthenticateDesctription a,
.ieHiddenDescrtipion a {
  font-weight: bold;
  color: #5a5a5a;
  text-decoration: none;
}
#ieAuthenticateDesctription a:hover,
.ieHiddenDescrtipion a:hover {
  text-decoration: underline;
}
.weTitle {
  width: 90%;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  margin: 5px auto;
}
.weTitle:first-line {
  font-family: RobotoBold;
  font-size: 1em;
}
.weTitle b {
  font-size: 15px;
}
.weTitle span {
  margin-bottom: 12px;
  display: block;
}
.weTitle ol {
  line-height: 15px;
  font-size: 12px;
}
.ieHiddenLoader {
  bottom: 0;
  height: 35px;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 35px;
  background: url('../bundles/gkiwork/img/loader.gif');
  background-size: 100% 100%;
}
.ieHiddenDescrtipion {
  height: 35px;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 250px;
  bottom: 0;
  width: 500px;
  text-align: center;
}
#weLogowanie,
#changePassDiv {
  font-family: Roboto;
  width: 400px;
  height: auto;
  bottom: auto;
  top: 45%;
  transform: translateY(-50%) perspective(1px);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 950000002;
  transition: height 600ms;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}
#weLogowanie hr,
#changePassDiv hr {
  width: 80%;
  margin: 15px auto;
  border: 0;
  height: 1px;
  opacity: 0.5;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
#weLogowanie label,
#changePassDiv label {
  display: block;
  width: 90%;
  clear: both;
  margin: 15px auto 5px auto;
  color: #515967;
  font-size: 12px;
}
#weLogowanie .password-field .box,
#changePassDiv .password-field .box {
  position: relative;
}
#changePassDiv {
  height: auto;
  display: none;
  bottom: auto;
  border: 2px solid #666;
}
#changePassDiv .weMessage {
  display: none;
}
#changePassDiv #closeBtn {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate3d(50%, -50%, 0);
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.6);
  width: 20px;
  height: 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}
#changePassDiv #closeBtn:hover {
  cursor: pointer;
}
#changePassDiv.pass-expired .weTitle {
  margin: 5px auto 25px;
}
#changePassDiv:not(.pass-expired) .weTitle:last-of-type {
  margin-bottom: 20px;
}
#changePassDiv .description {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 11px;
}
#changePassDiv .description p {
  margin: 0;
}
#changePassDiv .description p:last-child {
  text-align: right;
  margin-bottom: 20px;
}
.weFormInput {
  font-size: 13px;
  display: block;
  margin: auto;
  width: 80%;
  height: 30px;
  border-radius: 2px;
  border: 1px solid lightsteelblue;
  padding: 0 22px 0 10px;
  color: #404040;
  box-sizing: border-box;
  -webkit-box-shadow: inset 1px 1px 2px 0 rgba(182, 189, 202, 0.8);
  -moz-box-shadow: inset 1px 1px 2px 0 rgba(182, 189, 202, 0.8);
  box-shadow: inset 1px 1px 2px 0 rgba(182, 189, 202, 0.8);
}
.weFormInput:focus {
  border: 1px solid #007bc3;
  box-shadow: 0px 0px 20px -10px rgba(0, 153, 255, 0.2), inset 1px 1px 2px 0px rgba(0, 61, 102, 0.8) !important;
}
.weButtonSuccess,
.weButtonChangePass,
.weButtonCookie {
  width: 80%;
  margin: 20px auto;
  background: #007bc3;
  background-image: -webkit-linear-gradient(top, #009bf6, #007bc3);
  background-image: -moz-linear-gradient(top, #009bf6, #007bc3);
  background-image: -ms-linear-gradient(top, #009bf6, #007bc3);
  background-image: -o-linear-gradient(top, #009bf6, #007bc3);
  background-image: linear-gradient(to bottom, #009bf6, #007bc3);
  border-radius: 2px;
  border: 1px solid #2980b9;
  display: block;
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
  font-family: RobotoBold;
  padding: 6px 0;
  text-decoration: none;
  text-shadow: 0px 1px 0px #528009;
  text-align: center;
}
.weButtonSuccess:hover,
.weButtonChangePass:hover,
.weButtonCookie:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #007bc3, #005b90);
  background-image: -moz-linear-gradient(top, #007bc3, #005b90);
  background-image: -ms-linear-gradient(top, #007bc3, #005b90);
  background-image: -o-linear-gradient(top, #007bc3, #005b90);
  background-image: linear-gradient(to bottom, #007bc3, #005b90);
  text-decoration: none;
}
.weButtonSuccess:active,
.weButtonChangePass:active,
.weButtonCookie:active {
  position: relative;
  top: 1px;
}
.weButtonSuccess:disabled,
.weButtonChangePass:disabled,
.weButtonCookie:disabled {
  background: #D8D8D8;
  text-decoration: none;
  cursor: not-allowed;
  border: none;
}
.weButtonSuccess:focus,
.weButtonChangePass:focus,
.weButtonCookie:focus {
  outline: 1px dashed red;
}
.weForgotPass {
  width: 90%;
  margin: 10px auto;
  font-size: 12px;
  text-align: center;
}
.weForgotPass a {
  color: #fa5456;
  font-weight: bold;
}
#weShowPass {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 45px;
  font-size: 1.2em;
  color: #828b9c;
  cursor: pointer;
}
.weDarken {
  color: #515967 !important;
}
.weError {
  border: 1px solid #fa5456 !important;
  box-shadow: 0px 0px 20px -10px #fa5456, inset 1px 1px 2px 0px rgba(176, 5, 7, 0.8) !important;
}
.weWarning {
  border: 1px solid #eda135 !important;
  box-shadow: 0px 0px 20px -10px #eda135, inset 1px 1px 2px 0px rgba(126, 78, 11, 0.8) !important;
}
.rememberPass {
  cursor: pointer;
}
.weMessage {
  font-weight: bold;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
  padding: 0 10px;
}
.weAlertMessage {
  color: #fa5456;
}
.weSuccessMessage {
  color: #4bad4b;
}
.weWarningMessage {
  color: #eda135;
}
.weLoading {
  font-size: 1em;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2500;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #404040;
  display: none;
}
.weLoading .messageLoading {
  position: absolute;
  width: 100%;
  height: 100%;
}
.weLoading .messageLoading figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.boxSizing {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.transparentGradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;1+0,0+100;White+to+Transparent */
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.5) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0.5)));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.5) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.5) 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.5) 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #ffffff 0%, rgba(255, 255, 255, 0.5) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.weCopyright {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
  float: right;
  margin-right: 20px;
  color: #404040;
}
.weCopyright a {
  text-decoration: none;
  color: #404040;
}
.weCopyright a:hover {
  text-decoration: underline;
}
.webewid-menu {
  display: none;
  position: absolute;
  top: 29px;
  width: 200px;
  z-index: 1005;
}
.webewid-menu-container {
  float: left;
  position: relative;
}
#mustLog {
  display: none;
  padding-top: 15px !important;
  height: 23px;
}
.displayLayer-modal {
  z-index: 900000003 !important;
}
.displayLayer-dropdown {
  z-index: 900000001 !important;
}
.displayLayer-overlay {
  z-index: 900000002 !important;
}
.displayLayer-basic {
  z-index: 9999 !important;
}
.iw-icon-border {
  border: 1px solid #ceced2;
  border-radius: 5px;
  padding: 2px 4px 3px;
  box-shadow: 1px 1px #86868a;
}
.iw-icon-green {
  color: #87b700;
}
.iw-icon-red,
.iw-icon-color-edycja {
  color: #c13521;
}
.iw-icon-blue,
.iw-icon-color-szukanie {
  color: #0071b7;
}
.iw-icon-green {
  color: #228b22;
}
.iw-icon-color-info {
  color: #0000ad;
}
iw-icon-left {
  float: left;
}
.iw-icon10 {
  font-size: 0.8em !important;
}
.iw-icon12 {
  font-size: 1.1em !important;
}
.iw-icon14 {
  font-size: 1.2em !important;
}
.iw-icon16 {
  width: 1.1em;
  height: 1.1em;
  font-size: 1.4em !important;
}
.iw-icon-menu-dialog {
  font-size: 1.2em !important;
  padding-right: 5px;
  padding-top: 3px;
}
.iw-icon-submenu {
  padding-right: 20px;
  padding-top: 3px;
}
.iw-icon-title {
  padding-right: 10px;
  padding-top: 5px;
}
.iw-icon-margin-top {
  padding-top: 2px;
}
.map_icons {
  position: relative;
  overflow: visible !important;
  text-align: center;
}
.map_icons_before {
  margin: auto;
  font-size: 1.2em;
}
.icon24-drukarka::before {
  font-family: FontAwesome;
  content: '\f02f';
  margin: auto;
  font-size: 1.2em;
}
.icon24-dokumentacja-show::before {
  font-family: FontAwesome;
  content: '\f019';
  margin: auto;
  font-size: 1.2em;
}
.icon24-obrazek::before {
  font-family: FontAwesome;
  content: '\f03e';
  margin: auto;
  font-size: 1.2em;
}
.iwork-font {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}
.icon24-linijka {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}
.icon24-linijka::before {
  content: '\65';
  margin: auto;
  font-size: 1.2em;
}
.icon15-szukaj {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}
.icon15-szukaj::before {
  content: '\79';
  margin: auto;
  font-size: 1.2em;
}
.icon15-ok {
  font-family: FontAwesome;
  font-size: 17px;
  line-height: 17px;
  vertical-align: middle;
}
.icon15-ok::before {
  content: '\f046';
  margin: auto;
  font-size: 1.2em;
}
.icon24-kosz {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}
.icon24-kosz::before {
  content: '\6c';
  margin: auto;
  font-size: 1.2em;
}
.icon24-magnet {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}
.icon24-magnet::before {
  content: '\68';
  margin: auto;
  font-size: 1.2em;
}
.icon24-miotla {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}
.icon24-miotla::before {
  content: '\70';
  margin: auto;
  font-size: 1.2em;
}
.icon24-remove {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}
.icon24-remove::before {
  content: '\63';
  margin: auto;
  font-size: 1.2em;
}
.icon24-edit {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}
.icon24-edit::before {
  content: '\64';
  margin: auto;
  font-size: 1.2em;
}
.icon24-rozdzka {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}
.icon24-rozdzka::before {
  content: '\67';
  margin: auto;
  font-size: 1.2em;
}
.icon24-pointer {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}
.icon24-pointer::before {
  content: '\6b';
  margin: auto;
  font-size: 1.2em;
}
.icon24-point {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}
.icon24-point::before {
  content: '\69';
  margin: auto;
  font-size: 1.2em;
}
.icon24-layers {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}
.icon24-layers::before {
  content: '\6e';
  margin: auto;
  font-size: 1.2em;
}
.icon24-legend {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}
.icon24-legend::before {
  content: '\6f';
  margin: auto;
  font-size: 1.2em;
}
.icon24-lornetka {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}
.icon24-lornetka::before {
  content: '\79';
  margin: auto;
  font-size: 1.2em;
  font-size: 20px;
}
.icon24-lornetka-polygon {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}
.icon24-lornetka-polygon::before {
  content: '\45';
  margin: auto;
  font-size: 1.2em;
  font-size: 25px;
}
.icon24-importBud {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}
.icon24-importBud::before {
  content: '\77';
  margin: auto;
  font-size: 1.2em;
  font-size: 25px;
}
.icon24-importDlk {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}
.icon24-importDlk::before {
  content: '\78';
  margin: auto;
  font-size: 1.2em;
  font-size: 25px;
}
.icon24-reload {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}
.icon24-reload::before {
  content: '\7a';
  margin: auto;
  font-size: 1.2em;
  font-size: 20px;
}
.icon24-wyczysc {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}
.icon24-wyczysc::before {
  content: '\74';
  margin: auto;
  font-size: 1.2em;
  font-size: 20px;
}
.icon24-lupa-polygon {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}
.icon24-lupa-polygon::before {
  content: '\42';
  margin: auto;
  font-size: 1.2em;
  font-size: 23px;
}
.icon24-kredka-polygon {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}
.icon24-kredka-polygon::before {
  content: '\43';
  margin: auto;
  font-size: 1.2em;
  font-size: 23px;
}
.icon24-informacje {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}
.icon24-informacje::before {
  content: '\47';
  margin: auto;
  font-size: 1.2em;
}
.icon24-informacje-wlad {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}
.icon24-informacje-wlad::before {
  content: '\44';
  margin: auto;
  font-size: 1.2em;
  font-size: 25px;
}
.icon24-informacje-przedst {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}
.icon24-informacje-przedst::before {
  content: '\41';
  margin: auto;
  font-size: 1.2em;
  font-size: 25px;
}
.icon24-plusminus-red {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}
.icon24-plusminus-red::before {
  content: '\75';
  margin: auto;
  font-size: 1.2em;
  font-size: 21px;
}
.icon24-menu::before {
  font-family: FontAwesome;
  content: '\f013';
  margin: auto;
  font-size: 1.2em;
  font-size: 20px;
}
.icon24-archive {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}
.icon24-archive::before {
  content: '\72';
  margin: auto;
  font-size: 1.2em;
  font-size: 21px;
}
.icon24-skrzynka {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}
.icon24-skrzynka::before {
  content: '\6a';
  margin: auto;
  font-size: 1.2em;
}
.icon36-info::before {
  font-family: FontAwesome;
  content: '\f05a';
  margin: auto;
  font-size: 1.2em;
  font-size: 36px;
}
.icon36-error::before {
  font-family: FontAwesome;
  content: '\f06a';
  margin: auto;
  font-size: 1.2em;
  font-size: 36px;
}
.icon36-plus-grey::before {
  font-family: FontAwesome;
  content: '\f055';
  margin: auto;
  font-size: 1.2em;
  font-size: 36px;
}
.icon36-success::before {
  font-family: FontAwesome;
  content: '\f058';
  margin: auto;
  font-size: 1.2em;
  font-size: 36px;
}
.icon36-warning::before {
  font-family: FontAwesome;
  content: '\f071';
  margin: auto;
  font-size: 1.2em;
  font-size: 36px;
}
.icon-business-man {
  float: left;
  margin-right: 10px;
}
.iePetentInfo {
  position: relative;
  top: 20px;
  clear: both;
  width: 100%;
  font-size: 11px;
  text-align: center;
}
.iePetentInfo .iePetentDetails {
  font-size: 11px;
}
.softHover {
  -o-transition: color 0.4s ease-out, background 1s ease-in;
  -ms-transition: color 0.4s ease-out, background 1s ease-in;
  -moz-transition: color 0.4s ease-out, background 1s ease-in;
  -webkit-transition: color 0.4s ease-out, background 1s ease-in;
  transition: color 0.4s ease-out, background 1s ease-in;
}
.ieLogOutPack {
  color: white;
  -o-transition: color 0.4s ease-out, background 1s ease-in;
  -ms-transition: color 0.4s ease-out, background 1s ease-in;
  -moz-transition: color 0.4s ease-out, background 1s ease-in;
  -webkit-transition: color 0.4s ease-out, background 1s ease-in;
  transition: color 0.4s ease-out, background 1s ease-in;
  -o-transition: color 0.5s ease-out;
  -ms-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -webkit-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}
.ieLogOutPack::before {
  font-family: FontAwesome;
  content: '\f007';
  margin: auto;
  color: white;
  -o-transition: color 0.4s ease-out, background 1s ease-in;
  -ms-transition: color 0.4s ease-out, background 1s ease-in;
  -moz-transition: color 0.4s ease-out, background 1s ease-in;
  -webkit-transition: color 0.4s ease-out, background 1s ease-in;
  transition: color 0.4s ease-out, background 1s ease-in;
  -o-transition: color 0.5s ease-out;
  -ms-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -webkit-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}
.ieLogOutPack:hover::before {
  color: #ef4c00;
}
.ieTopBeltUserBlock {
  position: absolute;
  right: 10px;
  width: auto;
  top: 5px;
}
#ieLogOff {
  width: auto;
  height: 30px;
  line-height: 30px;
  background: #0e486d;
  text-align: center;
  padding: 0 12px;
  float: right;
  display: inline-block;
  margin-left: 15px;
}
#ieLogOff .username {
  margin-right: 8px;
}
#ieLogOff:hover {
  cursor: pointer;
}
#ieLogOff:hover i::before {
  color: #76b800;
}
#remote-help {
  position: relative;
  margin-left: 15px;
}
#remote-help:hover {
  cursor: pointer;
}
#remote-help > div {
  width: 72px;
  height: 72px;
  background: url(../bundles/gkiwork/img/default/teamviewer.png);
  background-size: cover;
  margin: 0 auto;
}
.ieLogOffMenu {
  z-index: 900000002 !important;
  font-family: 'Open Sans';
  width: 100%;
  height: auto;
  background: #73be46;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  padding-top: 30px;
}
.ieLogOffMenu h2 {
  color: white;
  font-weight: lighter;
  margin: 20px 0 20px 20px;
  font-size: 26px;
}
.ieLogOffMenu .ieLogOutBtn {
  text-align: right;
  position: absolute;
  bottom: 20px;
  right: 100px;
  width: 600px;
  height: 50px;
}
.ieLogOffMenu #ieLogOffBtns {
  text-align: center;
  font-size: 0;
  margin: 25px 0;
}
.ieLogOffMenu #ieLogOffBtns > div {
  display: inline-block;
  margin-right: 60px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.ieLogOffMenu #ieLogOffBtns > div:hover {
  cursor: pointer;
}
.ieLogOffMenu #ieLogOffBtns > div .fa {
  color: #fff;
}
.ieLogOffMenu #ieLogOffBtns > div:last-child {
  margin-right: 0;
}
.ieLogOffMenu #ieLogOffBtns > div p {
  margin-bottom: 0;
}
.changeUser::before {
  font-family: FontAwesome;
  content: '\f0c0';
  margin: auto;
  font-size: 1.2em;
  font-size: 36px;
}
.ieLogOutIcon {
  background: none !important;
  border: 2px solid #ffffff !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  padding: 10px 50px 10px 65px !important;
  margin-left: 10px !important;
  position: relative;
}
.ieLogOutIcon span {
  width: 0;
  height: 0;
}
.ieLogOutIcon span::before {
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 16pt !important;
}
#ieTools i {
  color: white;
  cursor: pointer;
  -o-transition: color 0.4s ease-out, background 1s ease-in;
  -ms-transition: color 0.4s ease-out, background 1s ease-in;
  -moz-transition: color 0.4s ease-out, background 1s ease-in;
  -webkit-transition: color 0.4s ease-out, background 1s ease-in;
  transition: color 0.4s ease-out, background 1s ease-in;
  -o-transition: color 0.5s ease-out;
  -ms-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -webkit-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}
#ieTools i::before {
  margin: auto;
  color: white;
  -o-transition: color 0.4s ease-out, background 1s ease-in;
  -ms-transition: color 0.4s ease-out, background 1s ease-in;
  -moz-transition: color 0.4s ease-out, background 1s ease-in;
  -webkit-transition: color 0.4s ease-out, background 1s ease-in;
  transition: color 0.4s ease-out, background 1s ease-in;
  -o-transition: color 0.5s ease-out;
  -ms-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -webkit-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}
.iePrintConsole {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 30px;
  opacity: 0.2;
  cursor: pointer;
}
.iePrintConsole::before {
  font-family: FontAwesome;
  content: '\f02f';
  margin: auto;
  font-size: 1.2em;
  font-size: 20px;
}
.k-icon,
.k-sprite,
.k-button-group .k-tool-icon {
  overflow: visible !important;
  line-height: normal !important;
}
.iw-icon-kendomenu {
  padding-right: 10px;
  padding-top: 3px;
}
.ie-icon-menu-gesut {
  font-family: 'iwork' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
}
.ie-icon-menu-gesut::before {
  content: '\76';
  margin: auto;
  font-size: 1.2em;
  position: relative;
  top: 6px;
}
#timer {
  float: right;
  font-size: 11pt;
  font-weight: bold;
  margin-left: 10px;
  position: relative;
  top: 5px;
  width: 70px;
  color: black;
}
#timer::before {
  content: '';
  font-family: FontAwesome;
  font-size: 11pt;
  font-weight: normal;
  left: 10px;
  position: absolute;
  top: 2px;
}
.timerWarning {
  color: #f20272;
  text-shadow: 0px 0px 5px #0e486d;
}
.icon16-checked {
  background-image: url('../bundles/gkiwork/img/16x16/checked.png');
  background-size: 100% 100%;
}
.icon16-dom-greyscale {
  background-image: url(../bundles/gkiwork/img/16x16/dom-greyscale.png);
  background-size: 100% 100%;
}
.icon24-dom-greyscale {
  background-image: url(../bundles/gkiwork/img/24x24/dom-greyscale.png);
  background-size: 100% 100%;
}
.icon16-kosz-greyscale {
  background-image: url(../bundles/gkiwork/img/16x16/kosz-greyscale.png);
  background-size: 100% 100%;
}
.icon16-kredka-polygon {
  background-image: url(../bundles/gkiwork/img/16x16/kredka-polygon.png);
  background-size: 100% 100%;
}
.icon16-konwencja-haska {
  background-image: url('../bundles/gkiwork/img/24x24/konwencja-haska.png');
  background-size: 100% 100%;
}
.icon24-konwencja-haska {
  background-image: url('../bundles/gkiwork/img/24x24/konwencja-haska.png');
  background-size: 100% 100%;
}
.icon16-loading {
  background-image: url('../bundles/gkiwork/img/16x16/loading.gif');
  background-size: 100% 100%;
}
.icon16-lupa-polygon {
  background-image: url('../bundles/gkiwork/img/16x16/lupa-polygon.png');
  background-size: 100% 100%;
}
.icon24-lupa-polygon {
  background-image: url('../bundles/gkiwork/img/24x24/lupa-polygon.png');
  background-size: 100% 100%;
}
.icon16-minus-red {
  background-image: url('../bundles/gkiwork/img/16x16/minus-red.png');
  background-size: 100% 100%;
}
.icon16-plus-point-red {
  background-image: url('../bundles/gkiwork/img/16x16/plus-point-red.png');
  background-size: 100% 100%;
}
.icon16-plus-polygon-red {
  background-image: url('../bundles/gkiwork/img/16x16/plus-polygon-red.png');
  background-size: 100% 100%;
}
.icon16-plus-red {
  background-image: url('../bundles/gkiwork/img/16x16/plus-red.png');
  background-size: 100% 100%;
}
.icon16-user {
  background-image: url('../bundles/gkiwork/img/16x16/user.png');
  background-size: 100% 100%;
}
.iw-form-inputsection .iw-form-microtoolbar {
  width: 20px;
  height: 6em;
  line-height: 1.6em;
  padding: 0;
  color: #333;
  float: right;
  background-color: #efefef;
}
.iw-form-inputsection .iw-form-microtoolbar-select {
  width: 80%;
  width: calc(100% - 20px);
  height: 6em;
  overflow-x: hidden;
  /* na błąd w chrome */
  overflow-y: visible;
  /* na błąd w chrome */
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Alegreya Sans", sans-serif;
}
.weLoading {
  display: block;
}
.update-browser {
  font-family: "Alegreya Sans", sans-serif;
  color: #666;
  user-select: none;
  z-index: 40;
}
.update-browser.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.update-browser.modal {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateZ(0);
  padding: 25px 30px 100px;
  background: #fbfbfb;
  font-size: 16px;
  text-align: center;
  position: relative;
  width: 90%;
  max-width: 640px;
  margin: 0 auto;
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* hover style just for information */
}
.update-browser.modal h4 {
  font-size: 19px;
  margin: 0 auto 40px;
}
.update-browser.modal h5 {
  font-size: 18px;
  margin: 0 auto 15px;
}
.update-browser.modal p {
  font-size: 19px;
}
.update-browser.modal ul {
  font-size: 0;
  margin: 0 auto;
  padding: 0;
}
.update-browser.modal ul li {
  display: inline-block;
  font-size: 16px;
  margin-right: 40px;
}
.update-browser.modal ul li:last-child {
  margin-right: 0;
}
.update-browser.modal ul li a {
  text-decoration: none;
  display: block;
  color: #666;
}
.update-browser.modal ul li div {
  width: 64px;
  height: 64px;
  background-size: cover;
}
.update-browser.modal ul li.chrome div {
  background-image: url(/intraewid/bundles/gkiwork/img/128x128/chrome.png);
}
.update-browser.modal ul li.firefox div {
  background-image: url(/intraewid/bundles/gkiwork/img/128x128/firefox.png);
}
.update-browser.modal ul li.edge div {
  background-image: url(/intraewid/bundles/gkiwork/img/128x128/edge.png);
}
.update-browser.modal .btn {
  padding: 12px 40px;
  background-color: #00A64F;
  position: absolute;
  right: 15px;
  bottom: 15px;
  border: 0;
  outline: 0;
  color: #fff;
}
.update-browser.modal .btn:hover {
  cursor: pointer;
}
.update-browser.modal [type="checkbox"] {
  display: none;
}
.update-browser.modal [type="checkbox"] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.update-browser.modal [type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 17px;
  height: 17px;
  border: 1px solid #bbb;
  background: #fff;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.update-browser.modal [type="checkbox"] + label:after {
  content: '✔';
  position: absolute;
  top: 1px;
  left: 4px;
  font-size: 19px;
  line-height: 0.8;
  color: #09ad7e;
  transition: all 0.2s;
}
.update-browser.modal [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) translateZ(0);
}
.update-browser.modal [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1) translateZ(0);
}
.update-browser.modal label:hover:before {
  border: 1px solid #4778d9 !important;
}
.update-browser.modal > p {
  position: absolute;
  left: 15px;
  bottom: 15px;
  margin: 0;
}
.scaffold {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
}
#st-left {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background: white;
  width: 50%;
  float: left;
  left: 0;
}
#st-right {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: white;
  bottom: 0;
  float: right;
  height: 140%;
  right: -35%;
  top: -15%;
  transform: rotate(10deg);
  width: 100%;
  overflow: hidden;
  box-shadow: -8px 0px 21px -7px rgba(0, 0, 0, 0.75);
}
#st-right #st-background {
  width: 100%;
  height: 100%;
  position: relative;
  left: -20%;
  background: url(../bundles/gkiwork/img/default/background.jpg) no-repeat right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transform: scale(0.75) rotate(-10deg);
}
#documents {
  position: absolute;
  bottom: 0;
  left: 45%;
  transition: transform 800ms, background-color 800ms, color 800ms;
  background: rgba(255, 255, 255, 0.6);
  width: 90%;
  max-width: 500px;
  z-index: 20;
  transform: translateY(calc(100% - 70px));
}
#documents.active {
  top: auto;
  transform: translateY(0);
  background: #005374;
  color: #fff;
}
#documents.active .content .box a {
  color: #fff;
}
#documents .header {
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 10px 75px;
  box-sizing: content-box;
}
#documents .header:hover {
  cursor: pointer;
}
#documents .header div {
  margin: 0;
  text-align: center;
}
#documents .header div i {
  margin-right: 15px;
}
#documents .content {
  font-size: 28px;
  padding: 0 15px 0;
  text-align: center;
}
#documents .content > div {
  display: block;
}
#documents .content > div .box {
  font-size: 0;
  float: left;
  text-align: center;
  width: 33.33333334%;
  max-width: 350px;
  padding: 0 15px;
}
#documents .content > div .box:nth-of-type(3n + 1) {
  clear: both;
}
#documents .content > div .box a {
  text-decoration: none;
  display: block;
  color: #000;
  transition: color 800ms;
}
#documents .content > div .box a i {
  font-size: 32px;
  display: block;
  margin: 0 10px 10px 0;
}
#documents .content > div .box a i:last-of-type {
  margin-right: 0;
}
#documents .content > div .box a img {
  max-height: 32px;
  display: block;
  margin: 0 auto 10px;
}
#documents .content > div .box p {
  font-size: 16px;
}
.shadow {
  -webkit-box-shadow: 6px 7px 6px -6px rgba(0, 0, 0, 0.69);
  -moz-box-shadow: 6px 7px 6px -6px rgba(0, 0, 0, 0.69);
  box-shadow: 6px 7px 6px -6px rgba(0, 0, 0, 0.69);
}
.iw-disable {
  cursor: not-allowed;
  background: #808080 !important;
}
.iw-disable .st-arrow {
  background: #808080 !important;
}
.iw-disable p,
.iw-disable .st-icon {
  color: #676767 !important;
}
#st-portale-arrow {
  position: absolute;
  top: 25%;
  left: -7%;
  height: 85%;
  transform: rotate(-10deg);
  margin: 0;
  width: 50%;
  overflow: visible;
}
#st-logo-gk {
  position: fixed;
  width: 120px;
  bottom: 2em;
  right: 2em;
}
.st-contener {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-size: cover;
}
#st-portale {
  position: absolute;
  bottom: 0;
  height: 85%;
  width: 100%;
}
#st-portale > .st-portale {
  transition: all 800ms;
}
#st-portale > .st-portale:focus {
  outline: 2px dashed white;
}
#st-portale > .st-portale:hover {
  cursor: pointer;
  filter: brightness(150%);
}
#st-portale > .st-portale .outer {
  display: table;
  width: 100%;
  height: 100%;
}
#st-portale > .st-portale .inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#st-portale > .st-portale .inner h2 {
  position: relative;
}
#st-portale > .st-portale .inner h2 .fa {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  color: #fff;
}
.st-portale {
  width: 100%;
  height: 20%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.st-portale h2 {
  color: white;
  font-size: 24px;
  margin: 10px;
  padding-right: 60px;
}
.portaleBorder {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.st-inter-ewid {
  background-color: #00ACEF;
}
.st-inter-ewid:hover {
  background-color: rgba(0, 172, 239, 0.8);
}
.st-geodety {
  background-color: #00A64F;
}
.st-geodety:hover {
  background-color: rgba(0, 166, 79, 0.8);
}
.st-komornika {
  background-color: #005796;
}
.st-komornika:hover {
  background-color: rgba(0, 87, 150, 0.8);
}
.st-archiwisty {
  background-color: #bc8626;
}
.st-archiwisty:hover {
  background-color: rgba(239, 195, 20, 0.8);
}
.st-interesanta {
  background-color: #C1254E;
}
.st-interesanta:hover {
  background-color: rgba(193, 37, 78, 0.8);
}
.st-koordynatorsut {
  background-color: #C1254E;
}
.st-koordynatorsut:hover {
  background-color: rgba(193, 37, 78, 0.8);
}
.st-gesut {
  background-color: #8FBC8F;
}
.st-gesut:hover {
  background-color: rgba(102, 205, 170, 0.8);
}
.st-projektanta {
  background-color: #550b75;
}
.st-projektanta:hover {
  background-color: rgba(85, 11, 117, 0.8);
}
.st-przp {
  background-color: #248f8f;
}
.st-przp:hover {
  background-color: rgba(36, 143, 143, 0.8);
}
.st-zus {
  background-color: #803d0c;
}
.st-zus:hover {
  background-color: rgba(128, 61, 12, 0.8);
}
.st-rzeczoznawcy {
  background-color: #3D0854;
}
.st-mapa {
  background-color: #694106;
}
.st-mapa:hover {
  background-color: rgba(105, 65, 6, 0.8);
}
.st-inter-ewid-bg {
  background-color: #00ACEF;
}
.st-koordynatorsut-bg {
  background-color: #C1254E;
}
.st-koordynatorsut-bg:hover {
  background-color: rgba(193, 37, 78, 0.8);
}
.st-gesut-bg {
  background-color: #8FBC8F;
}
.st-gesut-bg:hover {
  background-color: rgba(102, 205, 170, 0.8);
}
.st-projektanta-bg {
  background-color: #550b75;
}
.st-projektanta-bg:hover {
  background-color: rgba(85, 11, 117, 0.8);
}
.st-przp-bg {
  background-color: #248f8f;
}
.st-przp-bg:hover {
  background-color: rgba(36, 143, 143, 0.8);
}
.st-zus-bg {
  background-color: #803d0c;
}
.st-zus-bg:hover {
  background-color: rgba(128, 61, 12, 0.8);
}
.st-geodety-bg {
  background-color: #00A64F;
}
.st-geodety-bg:hover {
  background-color: rgba(0, 166, 79, 0.8);
}
.st-komornika-bg {
  background-color: #005796;
}
.st-komornika-bg:hover {
  background-color: rgba(0, 87, 150, 0.8);
}
.st-archiwisty-bg {
  background-color: #bc8626;
}
.st-archiwisty-bg:hover {
  background-color: rgba(239, 195, 20, 0.8);
}
.st-interesanta-bg {
  background-color: #C1254E;
}
.st-interesanta-bg:hover {
  background-color: rgba(193, 37, 78, 0.8);
}
.st-mapa-bg {
  background-color: #694106;
}
.st-mapa-bg:hover {
  background-color: rgba(105, 65, 6, 0.8);
}
.st-rzeczoznawcy-bg {
  background-color: #3D0854;
}
.st-header {
  display: flex;
  align-items: center;
  height: 15%;
}
.st-header .st-user-logo {
  height: 100px;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
  width: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.st-header .st-title {
  margin: 20px 0;
  padding-right: 5em;
  width: calc(100% - 120px);
  font-size: 18px;
  font-weight: normal;
}
.st-header .st-title::first-line {
  font-size: 20px;
  font-weight: bold;
}
.stFormContent {
  position: absolute;
  top: 3px;
  right: 10px;
  width: 250px;
  display: none;
  z-index: 200;
  box-sizing: content-box;
}
.st-disabled {
  display: none;
}
.right-tool-bar-wrapper {
  top: 30px;
  right: 0;
  position: fixed;
  z-index: 2;
}
.right-tool-bar-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  margin-top: 10px;
  padding: 2px 16px;
  width: auto;
}
.right-tool-bar-item a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
}
.right-tool-bar-item span {
  margin-right: 10px;
}
#st-user {
  display: flex;
}
#st-user .st-logout-user {
  cursor: pointer;
}
#st-user .st-logout-user i {
  font-size: 18px;
}
#st-user .st-logout-user i:hover {
  -o-transition: color 0.4s ease-out, background 1s ease-in;
  -ms-transition: color 0.4s ease-out, background 1s ease-in;
  -moz-transition: color 0.4s ease-out, background 1s ease-in;
  -webkit-transition: color 0.4s ease-out, background 1s ease-in;
  transition: color 0.4s ease-out, background 1s ease-in;
  -o-transition: color 0.5s ease-out;
  -ms-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -webkit-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
  color: #b00507;
}
#st-user .kontakt a i {
  font-size: 18px;
  color: white;
}
#st-user .kontakt a i:hover {
  -o-transition: color 0.4s ease-out, background 1s ease-in;
  -ms-transition: color 0.4s ease-out, background 1s ease-in;
  -moz-transition: color 0.4s ease-out, background 1s ease-in;
  -webkit-transition: color 0.4s ease-out, background 1s ease-in;
  transition: color 0.4s ease-out, background 1s ease-in;
  -o-transition: color 0.5s ease-out;
  -ms-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -webkit-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
  color: #b3b3b3;
}
#st-user .user {
  margin-right: 10px;
  font-size: 16px;
}
#st-user .user ~ div {
  margin: 0 10px;
}
#st-user .st-teamviewer {
  display: flex;
  justify-content: center;
  height: 100%;
}
#st-user .st-teamviewer a {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  font-size: 16px;
}
#st-user .st-teamviewer a img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
#st-user .st-teamviewer a span {
  text-decoration: none;
  color: #fff;
  margin-right: 10px;
}
#st-user > div:last-child {
  margin-right: 0;
}
.softHover {
  -o-transition: color 0.5s ease-out;
  -ms-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -webkit-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}
.ieConsole {
  color: #515967;
}
.ieConsole p {
  color: #515967;
}
@media (max-width: 768px) {
  .update-browser.modal {
    padding: 1em 1em 3em 1em;
    font-size: 16px;
  }
  #documents {
    font-size: 14px;
  }
  #documents:not(.active) {
    width: 70px;
  }
  #documents:not(.active) .header {
    padding: 10px;
  }
  #documents:not(.active) .header div i {
    margin: 0;
  }
  #documents:not(.active) .header div span {
    display: none;
  }
  #documents:not(.active) .content {
    display: none;
  }
  #documents .header {
    padding: 0 1em;
    font-size: 1.5em;
  }
  #documents .header div {
    margin: 0;
    text-align: center;
  }
  #documents .header div i {
    margin-right: 15px;
  }
  #documents .content > div .box {
    padding: 0 4px;
  }
  #documents .content > div .box p {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  #st-logo-gk {
    bottom: calc(70px + 1em);
    right: 1em;
  }
  #st-left {
    z-index: 1;
    width: 100%;
    background: transparent;
  }
  .st-header {
    position: fixed;
    width: 100%;
    height: 96px;
    margin: 0;
    background: #fff;
  }
  .st-header .st-user-logo {
    float: none;
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }
  .st-header .st-title {
    float: none;
    flex: 1;
    margin: 0;
    padding-right: 1em;
    width: auto;
    font-size: 16px;
    font-weight: normal;
  }
  .st-header .st-title::first-line {
    font-size: 1em;
    font-weight: normal;
  }
  #st-portale {
    bottom: 0;
    width: 60%;
    max-width: 320px;
    height: calc(100% - 96px);
    font-size: 16px;
    display: flex;
    flex-direction: column;
  }
  #st-portale > .st-portale {
    flex: 1;
    padding: 0;
    padding-right: 10px !important;
  }
  #st-portale > .st-portale .inner h2 .fa {
    right: 0;
  }
  #st-right {
    display: none;
  }
  #st-right #st-background {
    display: none;
  }
  #documents {
    left: auto;
    right: 0;
  }
  #documents .content {
    padding-bottom: 100px;
  }
}
@media (max-width: 1024px) and (min-height: 741px) {
  .st-header {
    width: 60%;
    max-width: 320px;
  }
}
@media (min-width: 1920px) {
  #st-portale > .st-portale h2:first-child {
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
  }
  #st-portale > .st-portale .inner > .fa {
    font-size: 60px;
  }
}
@media (min-width: 2560px) {
  #st-left {
    width: 48%;
  }
}
.ieButtonCookies {
  background: #89c403 linear-gradient(to bottom, #89c403 5%, #77a809 100%) repeat scroll 0 0;
  border: 1px solid #74b807;
  border-radius: 2px;
  box-shadow: 0 1px 0 0 #a4e271 inset;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  margin: 20px auto;
  padding: 6px 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #528009;
  width: 80%;
}
.ieButtonVerify {
  background: #89c403 linear-gradient(to bottom, #89c403 5%, #77a809 100%) repeat scroll 0 0;
  border: 1px solid #74b807;
  border-radius: 2px;
  box-shadow: 0 1px 0 0 #a4e271 inset;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  margin: 20px auto;
  padding: 6px 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #528009;
  width: 80%;
  width: 25%;
  display: inline-block;
}
#verifyDocuments {
  display: none;
  background-color: white;
  height: auto;
  outline: 9999px solid rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 90%;
  max-width: 550px;
  z-index: 50;
  transform: translate(-50%, -50%);
}
.ieTitleCookies {
  font-size: 15px;
  font-weight: bold;
}
.st-info-cookies {
  display: none;
  font-size: 16px;
  font-weight: bold;
}
#st-pre-background {
  background-size: cover;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#st-no-accept-button-cookies {
  display: none;
  font-size: 18px;
}
#st-accept-button-cookies {
  font-size: 18px;
}
#st-no-accept-button-cookies {
  display: none;
}
#st-link-cookies {
  font-size: 16px;
}
#st-text-cookies {
  font-size: 16px;
  margin: 1em;
}
#st-info-cookies {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  height: auto;
  outline: 9999px solid rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 90%;
  max-width: 550px;
  z-index: 40;
}
#st-url-cookies {
  display: none;
  font-size: 16px;
  font-weight: bold;
}
.jumbotron {
  background-color: transparent;
  margin-top: 5rem;
}
.choose-usage-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 15rem;
  width: 100%;
  white-space: normal;
  overflow-wrap: break-word;
  font-size: 1.2rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  border-color: #dfdfdf;
  background-color: rgba(255, 255, 255, 0.75);
}
.choose-usage-button:hover,
.choose-usage-button:focus {
  box-shadow: 0 4px 8px 0 rgba(0, 123, 255, 0.19), 0 6px 20px 0 rgba(0, 123, 255, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 123, 255, 0.19), 0 6px 20px 0 rgba(0, 123, 255, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 123, 255, 0.19), 0 6px 20px 0 rgba(0, 123, 255, 0.19);
  border-color: rgba(0, 123, 255, 0.19);
  background-color: rgba(255, 255, 255, 0.85);
}
.background-image {
  width: 100%;
  height: 100%;
  position: fixed;
  background: url(../bundles/gkiwork/img/default/background.jpg) no-repeat fixed center;
  background-size: cover;
}
.verify-document-input {
  font-size: large;
}
@media (max-width: 1024px) {
  .verify-document-input {
    width: 90%;
  }
}
