html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hovertip {
  font-size: 13px;
  font-family: 'KlavikaWebBasicRegular';
  cursor: default !important;
  z-index: 50;
  color: #636363;
  text-align: center;
  line-height: 30px;
  padding: 0;
  height: 30px;
  width: 84px;
  left: 50%;
  top: 0;
  margin-left: -42px;
  position: absolute;
  opacity: 0;
  background: #f6f6f6;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  transition: opacity 0.25s 0s;
}
.hovertip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  border-width: 0 12px 6px 12px;
  border-color: transparent transparent #f6f6f6 transparent;
}
.hovertip.top:after {
  -webkit-transform: scaleY(-1);
  top: 100%;
}

.active > .hovertip {
  opacity: 1;
  transition: opacity 0.25s 1s;
}

.app-thumb,
.tile-thumb {
  float: left;
  margin-left: -80px;
  width: 55px;
  height: 55px;
  position: relative;
}
.app-thumb img,
.tile-thumb img {
  border-radius: 3px;
  width: 100%;
}

.tooltip-settings {
  position: absolute;
  z-index: 123;
  padding: 19px 10px 6px;
  background: #f6f6f6;
  min-height: 80px;
  text-align: center;
  width: 108px;
  font-size: 15px;
  left: 50%;
  margin: -5px 0 0 -54px;
  top: -9100%;
  opacity: 0;
  font-family: 'KlavikaWebBasicRegular';
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.tooltip-settings:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -12px;
  border: solid 6px transparent;
  border-width: 6px 12px;
  border-bottom-color: #f6f6f6;
  margin-left: -12px;
}
.tooltip-settings li {
  color: #000;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.tooltip-settings li span {
  color: #000;
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.tooltip-settings li span:hover {
  color: #c4251f;
}
