@import url("/Scripts/jquery.fancybox/jquery.fancybox.css");
#c1,
#c2,
#c3,
#c4 {
  position: absolute;
  width: 2200px;
  height: 2200px;
  background-color: rgba(115, 168, 238, 0.02);
  display: block;
  z-index: 1;
  left: 8%;
  top: 9%;
  border-radius: 50%;
}
#c2 {
  left: -80%;
  top: -57%;
  background-color: rgba(0, 144, 255, 0.03);
}
#c3 {
  left: 10%;
  top: -75%;
  background-color: rgba(0, 144, 255, 0.03);
}
#c4 {
  left: -46%;
  top: 58%;
  background-color: rgba(0, 144, 255, 0.03);
}
.shadow {
  box-shadow: inset 2px 0 18px 0 #ABABAB;
  -webkit-box-shadow: inset 2px 0 18px 0 #ABABAB;
  -moz-box-shadow: inset 2px 0 18px 0 #ABABAB;
  -o-box-shadow: inset 2px 0 18px 0 #ABABAB;
}
.flexbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
#page-content {
  background-color: white;
  position: relative;
  overflow: hidden;
}
#page-content .container {
  position: relative;
  z-index: 100;
}
#page-content .download {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  margin-top: 30px;
}
#page-content h1 {
  text-align: center;
  font-size: 48px;
  color: #80B906;
  font-family: "Segoe UI Light", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  line-height: 1.1;
}
#page-content h2 {
  text-align: center;
  font-size: 21px;
  color: #999;
  font-weight: normal;
  max-width: 640px;
  margin: 0 auto;
  margin-top: 8px;
}
#page-content ul {
  position: relative;
  margin: 60px 0;
  list-style: none;
  padding: 0;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
#page-content ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 520px;
  margin: 15px 0;
  padding: 30px;
  text-align: center;
  border: 1px solid #e9e9e9;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
}
#page-content ul li > div {
  max-width: 47%;
}
#page-content ul li:nth-child(odd) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#page-content ul li h2 {
  margin: 15px 0;
  font-size: 28px;
  color: #0075FA;
  font-family: "Segoe UI Light", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
}
#page-content ul li p {
  text-align: left;
  margin: 15px 0;
  line-height: 1.42;
  font-size: 1.2em;
}
#page-content ul li .img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  box-shadow: inset 2px 0 18px 0 #ABABAB;
  -webkit-box-shadow: inset 2px 0 18px 0 #ABABAB;
  -moz-box-shadow: inset 2px 0 18px 0 #ABABAB;
  -o-box-shadow: inset 2px 0 18px 0 #ABABAB;
}
#page-content ul li .img.general {
  background-image: url("img/thumbs/general-info.png");
}
#page-content ul li .img.eventlog {
  background-image: url("img/thumbs/eventlog.png");
}
#page-content ul li .img.osinfo {
  background-image: url("img/thumbs/osinfo.png");
}
#page-content ul li .img.process {
  background-image: url("img/thumbs/process.png");
}
#page-content ul li .img.services {
  background-image: url("img/thumbs/services.png");
}
#page-content ul li .img.hardware {
  background-image: url("img/thumbs/system-hardware.png");
}
#page-content ul li .img.explorer {
  background-image: url("img/thumbs/wmiexplorer.png");
}
#page-content ul li .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
  mix-blend-mode: multiply;
  border-radius: 50%;
}
#page-content ul li .img:hover:after {
  background: rgba(0, 191, 232, 0.52);
}
@media (max-width: 540px) {
  #page-content ul li {
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  #page-content ul li:nth-child(odd) {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #page-content ul li div {
    max-width: 100%;
  }
}
