* {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #222;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

header,
footer,
section {
  padding: 28px 28px 13px 28px;
  overflow: hidden;
}

header h1 {
  text-align: center;
}

header nav {
  text-align: center;
  padding: 0 0 15px 0;
}

header nav a {
  display: inline-block;
  margin: 0 5px;
}

header nav a,
header nav a * {
  font-size: 18px;
}

header aside {
  text-align: center;
  font-size: 18px;
  padding: 15px 0 18px 0;
}

footer {
  border-top: 1px dotted #333;
  padding-bottom: 188px;
}

section.graybg {
  background: #eee;
}

h1, h2, h3, h4 {
  padding: 0 0 15px 0;
  font-weight: bold;
}

h1, h1 *, .h1, .h1 * {
  font-size: 38px;
}

h2, h2 * {
  font-size: 28px;
}

h3, h3 * {
  font-size: 18px;
}

h3.bank {
  padding-bottom: 5px;
}

h4, h4 * {
  font-size: 15px;
}

p {
  padding: 0 0 15px 0;
}

ul, ol {
  padding: 0 0 15px 23px;
}

ul li,
ol li {
  padding: 2px 0 5px 2px;
}

ul li ul,
ul li p,
ol li ul,
ol li p {
  padding-bottom: 5px;
}

ul.niked,
ul.crossed {
  padding: 0 0 15px 0px;
}

ul.niked li {
    list-style: none;
    background: transparent url(https://img.ssls.cz/yes.png) left 5px no-repeat;
    margin: 0 0 0 5px;
    padding: 3px 0 3px 23px;
}

ul.crossed li {
    list-style: none;
    background: transparent url(https://img.ssls.cz/no.png) left 5px no-repeat;
    margin: 0 0 0 5px;
    padding: 3px 0 3px 23px;
}

ul.arrowed li {
    list-style: none;
    background: transparent url(https://img.ssls.cz/bullet-arrow-green-small.png) left center no-repeat;
    margin: 0 0 0 5px;
    padding: 3px 0 3px 20px;
}

ul.lock li {
    list-style: none;
    background: transparent url(https://img.ssls.cz/bullet-lock.png) left center no-repeat;
    margin: 0 0 0 5px;
    padding: 3px 0 3px 17px;
}

ul.key li {
    list-style: none;
    background: transparent url(https://img.ssls.cz/bullet-key.png) left center no-repeat;
    margin: 0 0 0 5px;
    padding: 3px 0 3px 23px;
}

ul.cart li {
    list-style: none;
    background: transparent url(https://img.ssls.cz/bullet-cart.png) left center no-repeat;
    margin: 0 0 0 5px;
    padding: 3px 0 3px 23px;
}

ul.download li {
    list-style: none;
    background: transparent url(https://img.ssls.cz/bullet-download.png) left center no-repeat;
    margin: 0 0 0 5px;
    padding: 3px 0 3px 17px;
}

ul.attention li {
    list-style: none;
    background: transparent url(https://img.ssls.cz/bullet-attention.png) left center no-repeat;
    margin: 0 0 0 5px;
    padding: 3px 0 3px 23px;
}

a, a *,
a:visited, a:visited * {
  color: #0061DA;
  text-decoration: none;
}

a:hover, a:hover * {
  color: #0071ff;
}

a:active, a:active * {
  color: #003982;
}

a.button,
a.button:visited {
  display: inline-block;
  border-radius: 15px;
  padding: 5px 15px;
}

a.button, a.button *,
a.button:visited, a.button:visited * {
  color: #fff;
  background: #0061DA;
  text-decoration: none;
}

a.button:hover, a.button:hover * {
  color: #fff;
  background: #0071ff;
}

a.button:active, a.button:active * {
  color: #fff;
  background: #003982;
}

a.button.red, a.button.red * {
  background: #c00;
}

a.button.red:hover, a.button.red:hover * {
  background: #f00;
}

.nomargin {
  margin-bottom: 0 !important;
}

.nopadding {
  padding-bottom: 0 !important;
}

hr {
  border: none;
  border-top: 1px dotted #bbb;
  border-bottom: 1px solid #fff;
  background: none;
  display: block;
  margin: 0;
  padding: 0;
  margin: 0 0 18px 0;
}

hr.invisible {
  border: none;
}

.bigger,
.bigger * {
  font-size: 18px;
}

.smaller,
.smaller * {
  font-size: 12px;
}

.strong,
.strong * {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.gray,
.gray * {
  color: #ccc;
}

.gold,
.gold * {
  color: #d2a800;
}

.rotate45 {
  display: inline-block;
  transform: rotate(45deg);
}

.box {
  display: table;
  width: 100%;
  border: 3px solid #ccc;
  border-radius: 8px;
  background: #fff;
  margin: 0 0 12px 0;
}

.box .wrap {
  display: table-row;
}

.box .wrap .icon {
  display: table-cell;
  width: 58px;
  padding: 12px 5px 12px 12px;
  text-align: center;
  vertical-align: top;
}

.box .wrap .content {
  display: table-cell;
  padding: 12px 12px 5px 12px;
  text-align: left;
  vertical-align: top;
}

.box .wrap .content .h {
  display: block;
  font-size: 23px;
}

.box .wrap .icon span {
  font-size: 38px;
}

.box.redbox {
  border-color: #c00;
}

.box.redbox .wrap .content .h {
  color: #c00;
  font-weight: bold;
}

.box.redbox .wrap .icon span {
  color: #c00;
}

.overflow {
  overflow: hidden;
}

.lefth {
  width: 450px;
  float: left;
}

.download-app {
  overflow: hidden;
  padding: 0 0 18px 0;
}

.download-app img {
  height: 45px;
}

.download-app img:first-child {
  margin-right: 15px;
}

@media screen and (max-width: 910px) {
  
  .lefth {
    width: auto;
    float: none;
  }
  
}

.floatleft {
  float: left;
}

.centered {
  text-align: center;
}

.green {
  color: #080;
}

.red {
  color: #c00;
}

section .timelined {
  margin: 0 0 8px 5px;
  padding-left: 18px;
  border-left: 1px dashed #777;
}

@media (max-width: 700px) {
  
  .mbox {
    margin: 0 8px 15px 8px;
    padding: 15px 15px 0 15px;
    background: #fff;
  }
  
  h3.hugeimg {
    text-align: center;
  }
  
  .hugeimg span.fa,
  .hugeimg span.fab,
  .hugeimg span.fas {
    font-size: 38px;
    display: block;
    margin: 0 0 8px 0;
  }
  
  footer {
    text-align: center;
  }
  
}

@media (min-width: 700px) {
  
  header,
  footer,
  section {
    padding-left: 100px;
    padding-right: 100px;
  }
    
}



