.right {
  float: right !important;
  text-align: right;
}
.moduletable_skill {
  background: white;
}
.logo-image {
  float: left;
}
.logo-image a:hover {
  text-decoration: none;
  color: #ffffff;
}
.logo-image a {
  text-decoration: none;
  color: #ffffff;
}
#sitename {
  font-size: 30px;
  font-family: 'Roboto Slab', serif;
  font-style: italic;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #02AED6;
}
.title h1 {
  color: #ffffff;
}
.list4 {
  counter-reset: myCounter;
  padding: 0;
  margin: 0;
}
.list4 li {
  list-style: none;
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-size: 18px;
}
.list4 li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: #ffffff;
  background: #428bca;
  display: inline-block;
  text-align: center;
  margin: 5px 10px 5px 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
}
.list2 {
  list-style: none;
  padding: 0;
}
.list2 li {
  padding: 10px 25px;
  background: linear-gradient(to left, #adcee9 0%, #eef7ff, #adcee9);
  border-bottom: 1px solid #999999;
  color: #222222;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
}
.list2 li:last-child {
  border-bottom: none;
}
.list2 a {
  color: #c3501e;
  text-decoration: underline;
}
.first-letter li:first-letter {
  font-size: 28px;
  margin-right: 15px;
}
.list3 {
  margin-bottom: 8px;
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.list3 li {
  position: relative;
  border: 2px solid #DDDDDD;
  background: #FAFAFA;
  padding: 16px 20px 16px 28px;
  margin: 12px 0 12px 40px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.list3 li:hover {
  background: #F0F5FB;
  border: 2px solid #ADCEE9;
}
.list3 li:before {
  line-height: 32px;
  position: absolute;
  top: 4px;
  left: -40px;
  width: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background: #77AEDB;
  counter-increment: li;
  content: counter(li);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.list3 li:hover:before {
  width: 46px;
  background: #337AB7;
}
.list3 li:after {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  height: 0;
  width: 0;
  border: 16px solid transparent;
  border-left-color: #77AEDB;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.list3 li:hover:after {
  margin-left: 6px;
  border-left-color: #337AB7;
}
@media (max-width: 480px) {
  p.product_s_desc {
    font-size: 14px;
    margin: 15px 0 15px;
  }
}
@media (min-width: 480px) {
  p.product_s_desc {
    margin: 15px 30px 25px;
  }
}
.category-view-main img {
  display: inherit !important;
}