html body {
  padding-top: 50px;
}

.super {
  font-family: 'Segoe UI', Arial, Verdana, Sans-Serif;
  font-size: 0.5em;
  vertical-align: top;
}

.super2 {
  font-family: 'Segoe UI', Arial, Verdana, Sans-Serif;
  font-size: 0.6em;
  vertical-align: top;
}

section.apps {
  /*&:not(:last-child) {
		margin-bottom: 14px;
	}*/
}

section.apps:nth-child(even) {
  background-image: url("/products/images/background/2.jpg");
}

section.apps, section.topapps {
  margin-top: 0;
  padding-top: 20px;
}

section.apps > header, section.topapps > header {
  color: #2d2d2d;
  margin-bottom: 14px;
}

section.apps > header > h2, section.topapps > header > h2 {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  /*font: normal 3.846em 'Segoe UI', Arial, Sans-Serif;*/
  font: normal 3.25em 'Segoe UI', Arial, Sans-Serif;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
}

section.apps > header > h2::before, section.apps > header > h2::after, section.topapps > header > h2::before, section.topapps > header > h2::after {
  background: url("/products/odnt/images/dotted_divider.png") repeat-x left center;
  content: '';
  display: block;
  flex-grow: 1;
}

section.apps > header > h2::before, section.topapps > header > h2::before {
  margin-right: 20px;
}

section.apps > header > h2::after, section.topapps > header > h2::after {
  margin-left: 20px;
}

section.apps > div.content, section.topapps > div.content {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1440px;
}

section.apps > div.content > div.app, section.topapps > div.content > div.app {
  display: flex;
  flex-direction: column;
  margin: 1.5em;
  padding: 0;
  text-align: left;
  width: 318px;
}

section.apps > div.content > div.app > img, section.topapps > div.content > div.app > img {
  border: 0;
}

section.apps > div.content > div.app > h3, section.topapps > div.content > div.app > h3 {
  font: normal 2rem 'Segoe UI', Arial, Sans-Serif;
  margin: 0;
}

section.apps > div.content > div.app > p, section.topapps > div.content > div.app > p {
  font-size: .938rem;
  margin: 0.5em 0;
}

section.apps > div.content > div.app > p[itemprop="description"], section.topapps > div.content > div.app > p[itemprop="description"] {
  flex: 1 0 auto;
}

section.apps > div.content > div.app > p[itemprop="offers"] > span.price, section.topapps > div.content > div.app > p[itemprop="offers"] > span.price {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

section.apps > div.content > div.app > p[itemprop="offers"] > span.price > span:not(:last-child), section.topapps > div.content > div.app > p[itemprop="offers"] > span.price > span:not(:last-child) {
  margin-right: .5em;
}

section.apps > div.content > div.app > div.buttons, section.topapps > div.content > div.app > div.buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: .5em;
  min-height: 70px;
}

section.apps > div.content > div.app > div.buttons a.bvlbutton:not(:first-child), section.topapps > div.content > div.app > div.buttons a.bvlbutton:not(:first-child) {
  margin-left: 1rem;
}

section.apps > div.content > div.app > div.buttons a.link, section.topapps > div.content > div.app > div.buttons a.link {
  color: #004b8d;
  margin-right: 100%;
  margin-top: 1em;
  text-decoration: none;
  white-space: nowrap;
}

section.apps > div.content > div.app > div.buttons a.link:hover, section.topapps > div.content > div.app > div.buttons a.link:hover {
  color: #1BA5C7;
  text-decoration: underline;
}

section.topapps {
  background-color: #fff7da;
}

section.topapps > header > h2::before, section.topapps > header > h2::after {
  background: url("/products/odnt/images/dotted_divider_gold.png") repeat-x left center;
}

#odnt {
  max-height: 383px;
  text-align: center;
}

#odnt > div.bg {
  align-items: center;
  background-color: #f6f6f6;
  background-image: url(/products/images/background/1b.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  display: flex;
  flex-direction: column;
  max-height: 367px;
}

#odnt > div.bg > a {
  padding-top: 1rem;
}

#odnt > div.bg > a > img.logo {
  max-width: 845px;
  margin: 0 0px 20px 0;
  max-width: 100%;
  height: auto;
  width: auto\9;
}

#odnt > div.buttons {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  top: -18px;
}

#odnt > div.buttons > a.bvlbutton {
  margin: 0 15px;
}

#odnt > div.buttons > a.hidden {
  display: none;
}

#odnt > div.buttons::before {
  background: linear-gradient(to right, #96c9fb, #3290f7);
  content: '';
  flex-basis: 100%;
  height: 1px;
}

#odnt > div.buttons::after {
  background: linear-gradient(to left, #96c9fb, #3290f7);
  content: '';
  flex-basis: 100%;
  height: 1px;
}

#bgsale {
  text-align: center;
}

@media (min-width: 1301px) {
  #bgsale {
    min-height: 251px;
  }
  #bgsale > div.sale1 {
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff url(/products/images/sale/software-header-long-autumnsale.png) no-repeat scroll top;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.2rem;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 251px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
  }
  #bgsale > img.sale2 {
    display: none;
  }
}

@media (max-width: 1300px) {
  #bgsale > div.sale1 {
    display: none;
  }
  #bgsale > img.sale2 {
    display: block;
    margin: 0 auto;
    height: auto;
    text-align: center;
    max-width: 1300px;
    width: 100%;
  }
}

@media (max-width: 786px) {
  section.apps > header > h1 {
    text-align: center;
    white-space: normal;
  }
}
