
ul {
  padding-left: 0;
  list-style: none;
}
ul li:hover .itsq-box {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.itsq-box {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 95%;
  margin: 0 auto 15px;
  padding: 5px;
  color: #777;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  text-decoration: none;
}
.itsq-box .itsq-image {
  min-height: 150px;
  border-bottom: 15px solid black;
}
.itsq-box.itsq-wydawnictwo .itsq-image {
  border-bottom-color: #a5241f;
  background-image: url(/img/intro-wydawnictwo.png);
  background-size: cover;
  background-position: bottom center;
}
.itsq-box.itsq-uslugiinternetowe .itsq-image {
  border-bottom-color: #0b6cb0;
  background-image: url(/img/intro-uslugiinternetowe.png);
  background-size: cover;
  background-position: bottom center;
}
.itsq-box.itsq-studio .itsq-image {
  border-bottom-color: #000;
  background-image: url(/img/intro-studio.png);
  background-size: cover;
  background-position: bottom center;
}
.itsq-box.itsq-portal .itsq-image {
  border-bottom-color: #30782f;
  background-image: url(/img/intro-portal.png);
  background-size: cover;
  background-position: bottom center;
}
.itsq-box .itsq-title h2 {
  text-transform: lowercase;
  margin: 0;
  padding: 5px 0 10px;
  font-weight: bold;
  color: #555;
  font-size: 1.9em;
  text-decoration: none;
}
.itsq-box .itsq-desc {
  line-height: 1.3;
  text-decoration: none;
}
.itsq-schema {
  margin-top: 50px;
  font-size: 1.1em;
}
.itsq-schema p {
  line-height: 1.5;
  padding: 0;
  margin: 3px;;
}
.itsq-schema > div {
  margin: 10px 0;
}
.itsq-schema > div p {
  line-height: 1.2;
}
.itsq-cookie-notice {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 20px 0px;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  text-align: center;
  font-size: 90%;
}
.itsq-cookie-notice a,.itsq-cookie-notice a:hover,.itsq-cookie-notice a:visited,.itsq-cookie-notice a:active {
  color: #fff;
  text-decoration: underline;
}
.itsq-cookie-notice .itsq-close {
  text-decoration: underline;
  color: #FF3333;
  font-weight: bold;
  cursor: pointer;
}