* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font: 14px/1.4 Verdana, Geneva, sans-serif;
  color: #666;
  background: #f4f4f4 url("../../images/download.jpg") top left repeat-x;
}

article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

#page-wrap {
  width: 855px;
  max-width: calc(100% - 40px);
  margin: 40px auto;
}

.site-title {
  color: #fff;
  font: bold 24px Verdana, Geneva, sans-serif;
  letter-spacing: -1px;
  text-align: right;
  margin: 0 0 20px;
}

#rotator {
  width: 816px;
  max-width: 100%;
  position: relative;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

#block-1 {
  background: #d5fcff;
}

#block-2 {
  background: #e1ffd5;
}

#block-3 {
  background: #ffffd8;
}

#block-4 {
  background: #f90;
}

#rotator > div {
  position: absolute;
  overflow: hidden;
  transition: all 0.5s ease;
}

#rotator > div > div {
  padding: 20px;
}

#rotator > div > div img {
  float: right;
  margin: 0 0 2px 10px;
}

#rotator > img {
  display: block;
  width: 100%;
  height: auto;
}

#rotator .active {
  top: 28px;
  left: 24px;
  width: 580px;
  height: 421px;
}

#rotator .non-active-top {
  top: 20px;
  left: 620px;
  width: 320px;
  height: 130px;
}

#rotator .non-active-bottom {
  top: 170px;
  left: 620px;
  width: 320px;
  height: 130px;
}

#rotator .non-active-bottom2 {
  top: 320px;
  left: 620px;
  width: 320px;
  height: 130px;
}

#rotator .non-active-top:hover,
#rotator .non-active-bottom:hover,
#rotator .non-active-bottom2:hover {
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

#rotator h2 {
  text-align: center;
  line-height: 130px;
  color: #09f;
}

#rotator .active h2 {
  display: none;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #09f;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  font-weight: bold;
}

.language-links {
  margin: 0 0 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
}

.lang-links,
.lang-links a {
  color: #9cc42a;
  font-weight: bold;
}

.company-table {
  width: 421px;
  max-width: 100%;
  border-collapse: collapse;
}

.company-table th {
  font-size: 9px;
  text-align: left;
  padding: 0 12px 0 0;
  vertical-align: middle;
}

.bluepricebold {
  color: #09f;
}

.bold {
  font-weight: bold;
}

.bluetext {
  color: #09f;
}

.hlight {
  background-color: yellow;
}

#page {
  font-size: 10px;
}

@media (max-width: 920px) {
  #page-wrap {
    max-width: calc(100% - 24px);
    margin: 20px auto;
  }

  .site-title {
    text-align: left;
  }

  #rotator {
    padding: 12px;
  }

  .company-table th {
    display: block;
    padding: 0 0 12px;
  }
}
