/* ANIMATIONS */
.custom-lightBox, .custom-lightBox * {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.icon-scroll {
  display: none;
}
/* # LightBox modifications BY: LUKASZ-DEVELOPER.COM
---------------------------------------------------------------------------------------------------- */
[class*='element-15'] {
  height: 0px;
  width: 0px;
  text-indent: -9999em;
}
.ic {
  height: 27px;
  width: 27px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  z-index: 999999999909;
}
.ic.show {
  opacity: 1.0;
}
.icon-info-btn {
  position: fixed;
  height: 40px;
  width: 40px;
  top: 43px;
  right: 0px;
  left: auto;
  background-image: url(images/info-icon.png);
  background-color:rgba(255,255,255,0.1);
  opacity: 0.0;
}
.icon-arrow {
  position: absolute;
  top: 15px;
  right: 26px;
  background-image: url(images/arrow-icon.png);
  border: none;
}
.foot-inf {
  position: fixed;
  height: auto;
  width: 100vw;
  top: auto;
  left: 0;
  bottom: -100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  border-top: solid 1px #292929;
  opacity: 0.0;
  z-index: 999999;
    padding-right: 20px;
    padding-left: 20px;
}
.foot-inf.show {
  bottom: 0;
  opacity: 1.0;
}
.foot-inf h3 {
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  font-style:normal;
  margin-bottom: 0px;
  margin-top: 15px;
}
.foot-inf .esgbox-tags {
  height: auto;
  margin: 2px auto 10px;
  overflow: hidden;
}
.foot-inf .esgbox-tags span {
  font-size: 17px;
  font-weight: 700;
  font-style: italic;
  color: #dd9933;
  margin: 0 4px 0 3px;
  display: inline-block;
}
.foot-inf p {
  max-width: 770px;
  font-family: 'Open Sans';
  text-align:justify;
  color: #ffffff;
  font-size: 15px;
  line-height: 30px;
  padding-top: 0;
  padding-left: 0;
	padding-right: 0;
  margin: 13px auto 25px auto;
}
.ericbox-close {
	position: fixed !important;
	top: 0px !important;
	right: 0px !important;
	width:40px !important;
  height:40px !important;
  cursor:pointer;
  z-index:8040404040 !important;
  display:block;
  background-image: url(images/esgbox_sprite.png);
  background-color:rgba(255,255,255,0.1);
  }
.ericbox-close:hover, .icon-info-btn:hover {
  background-color:rgba(71,77,75,1);
}
#particles-js {
  max-height: 100%;
  overflow: hidden;
}
/* RWD */
@media screen and (min-width: 768px) {
  .foot-inf {
  }
}
@media screen and (max-width:599px) {
  .foot-inf {
    padding: 0 5%;
  }
  .foot-inf h3 {
    font-size: 19px;
  }
  .foot-inf .esgbox-tags {
    max-width: 100%;
    padding: 0 5px;
  }
  .foot-inf .esgbox-tag {
    font-size: 14px;
  }
  .foot-inf p {
    font-size: 14px;
    line-height: 20px;
  }
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min--moz-device-pixel-ratio: 1.25),
only screen and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and ( min-device-pixel-ratio: 1.25) {
  	.ericbox-close {
  		background-image: url(images/esgbox_sprite@2x.png);
  		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  	}
    .icon-info-btn {
      background-image: url(images/info-icon@2x.png);
      background-size: 27px 27px;
    }
    .icon-arrow {
      background-image: url(images/arrow-icon@2x.png);
      right: 9px;
      background-size: 24px 13px;
    }
}
/* IE */
@media screen and ( min-width: 1500px),
only screen and ( min-resolution: 120dpi) {
    .ericbox-close {
      background-image: url(images/esgbox_sprite@2x.png);
      background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }
    .icon-info-btn {
      background-image: url(images/info-icon@2x.png);
      background-size: 27px 27px;
    }
    .icon-arrow {
      background-image: url(images/arrow-icon@2x.png);
      right: 9px;
      background-size: 24px 13px;
    }
}