﻿/* global rules */
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: underline;
  color: inherit;
}
a :hover {
  text-decoration: underline;
}
.link {
  text-decoration: none;
}
.link :hover {
  text-decoration: none;
}
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
body {
  background-color: #fff;
  font-family: "os";
  font-size: 20px;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.container {
  width: 1024px;
  margin: 0 auto;
  overflow: auto;
}
/* HEADER */
header {
  z-index: 1000;
  height: 75px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #110c0d;
  color: #fff;
  font-size: 16px;
}
header .container {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
header a {
  text-decoration: none;
}
header .logo {
  flex: 0 0 auto;
  margin-right: 30px;
  color: #ffce09;
  font-family: Impact;
  font-size: 24px;
}
header nav {
  flex: 1 1 auto;
}
header nav a:not(:last-of-type):after {
  content: " | ";
  margin: 0 10px;
}
header .login {
  flex: 0 0 auto;
  color: #ffce09;
}
main {
  padding-top: 75px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
footer {
  z-index: 1000;
  background-color: #110c0d;
  color: #fff;
  height: 75px;
  width: 100%;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .container {
  height: 100%;
  margin-top: 10px;
}
footer .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .left {
  flex: 0 0 auto;
  margin-left: 10px;
}
footer .right {
  flex: 0 0 auto;
  margin-right: 10px;
}
footer .info {
  font-size: 11px;
}
.block {
  flex: 1 0 auto;
}
.block .container {
  padding: 40px 0;
}
.block h1 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}
.block .text-left {
  text-align: left;
}
.block .text-large {
  font-size: 24px;
}
.block .text-small {
  font-size: 16px;
}
.block .text-highlighted {
  color: #D80108;
}
.block p {
  margin: 10px 0;
}
.product {
  background: url('/images/background1.jpg') repeat;
  text-align: center;
}
.product .icon-block {
  display: block;
  zoom: 1;
  margin: 30px auto;
  display: flex;
  justify-content: center;
}
.product .icon-block:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.product .icon-block .icon {
  background: #fff;
  border: solid 4px #ffce09;
  border-radius: 6px;
  margin: 10px;
  width: 110px;
  font-size: 16px;
}
.product .icon-block .icon img {
  width: 100px;
  margin: 4px;
}
.product .icon-block .icon div {
  text-align: center;
}
.demo {
  background: url('/images/background2.png') repeat;
  text-align: center;
}
.demo .screenshot-block {
  display: block;
  zoom: 1;
  margin: 30px auto;
  display: flex;
  justify-content: center;
}
.demo .screenshot-block:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.demo .screenshot-block .screenshot {
  background: white;
  border: solid 4px #ffce09;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin: 20px;
  width: 250px;
  cursor: pointer;
  flex: 0 0 250px;
}
.demo .screenshot-block .screenshot img {
  width: 250px;
  height: 200px;
}
.prices {
  
  text-align: center;
}
.prices .label-block {
  display: block;
  zoom: 1;
  margin: 30px auto;
  display: flex;
  justify-content: center;
}
.prices .label-block:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.prices .label-block .price-label {
  float: left;
  margin: 20px;
  background: url("/images/label.png");
  color: white;
  width: 187px;
  height: 479px;
}
.prices .label-block .price-label div {
  position: relative;
  top: 255px;
  text-align: center;
  font-size: 20px;
}
.prices .label-block .price-label .price {
  font-size: 50px;
  color: white;
}
.setup {
  background: url('/images/background1.jpg') repeat;
  text-align: center;
}
.button {
  width: 250px;
  height: 120px;
  cursor: pointer;
  margin: 20px auto;
  background: #D80108;
  border: solid 4px #D80108;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 10px 10px 5px 0px #110c0d;
  -ms-box-shadow: 10px 10px 5px 0px #110c0d;
  box-shadow: 10px 10px 5px 0px #110c0d;
  overflow: auto;
}
.button div {
  color: #fff;
  font-size: 22px;
  font-family: 'Impact';
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}
.button .button:hover {
  -webkit-box-shadow: 12px 12px 5px 0px #110c0d;
  -ms-box-shadow: 12px 12px 5px 0px #110c0d;
  box-shadow: 12px 12px 5px 0px #110c0d;
}
/* MEDIA */
@font-face {
  font-family: 'os';
  src: url('/fonts/OpenSans-CondBold.woff');
}