/* !Format (Author: mail@jandousek.cz) */

/*
  Titles
  ***
*/

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  transform: rotate(0.03deg);
  margin: 54px 0 24px 0;
  font-weight: 400;
  color: #000000;
}
h1, .--like-h1 {
  line-height: 1.23;
  text-transform: uppercase;
  font-size: 48px;
}
h2, .--like-h2 {
  line-height: 1.2;
  font-size: 36px;
}
h3, .--like-h3 {
  line-height: 1.25;
  font-size: 32px;
}
h4, .--like-h4 {
  line-height: 1.3;
  font-size: 28px;
}
h5, .--like-h5 {
  line-height: 1.35;
  font-size: 24px;
}
h6, .--like-h6 {
  line-height: 1.4;
  font-size: 20px;
}

/*
  Gaps
  ---
*/

h1:first-child,
h2:first-child, 
h3:first-child, 
h4:first-child, 
h5:first-child,
h6:first-child {
  margin-top: 0;
}

/*
  Paragraphs
  ***
*/

p, 
address {
  margin-bottom: 24px;
  line-height: 1.6;
}
address {
  font-style: normal;  
}

/*
  Empty
  ---
*/

p:empty {
  display: none;
}

/*
  Lists
  ***
*/

li {
  margin: 0 0 8px 0;
  padding-left: 2px;
  line-height: 1.6;
}

/*
  Wrappers
  ---
*/

ul,
ol {
  margin: 16px 0 16px 26px;
  font-size: 18px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 8px 0 8px 16px;
}
ul {
  list-style: square;
}
ol {
  list-style: decimal;
}

/*
  table
  ***
*/

table {
  width: 100%;
  margin: 32px 0;
}

/*
  STRONG
  ---
*/

table strong {
  font-weight: 500;
}

/*
  CELL
  ---
*/

table th, 
table td {
  vertical-align: top;
  padding: 14px 24px;
  border-bottom: 1px solid #D6D4D0;
  line-height: 1.6;
}
table th {
  font-weight: 400;
  color: #1E1E1E;
}

/*
  THEAD
  ---
*/

table thead th, 
table thead td {
  border-bottom-color: #B3B7B4;
  font-family: 'Clear Sans Bd', 'Clear Sans Fallback', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
}

/*
  CELLS
  ...
*/

table tbody th {
  font-weight: 400;
  color: #656B66;
}

/*
  table
  ---
*/

.table {
  overflow-y: hidden;
  overflow-x: auto;
  margin: 32px 0;
}

/*
  Adjust TABLE
  ...
*/

.table table {
  min-width: 600px;
  margin: 0;
}

@media only screen and (min-width: 1001px) {

  /*
    Cells
  */

  .table table th:first-child, 
  .table table td:first-child {
    padding-left: 96px;
  }
  .table table th:last-child, 
  .table table td:last-child {
    padding-right: 96px;
  }

}

/*
  Images
  ***
*/

img {
  max-width: 100%;
  height: auto;
}

/*
  - align
  ---
*/

img.align-left, 
img.align-right {
  max-width: 40%;
}
img.align-left {
  float: left;
  margin: 6px 42px 42px 0;
}
img.align-right {
  float: right;
  margin: 6px 0 42px 42px;
}
img.align-none, 
img.align-center {
  margin-top: 42px;
  margin-bottom: 42px;
}
img.align-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

/*
  Gaps
  ---
*/

img[class*="align-"]:first-child {
  margin-top: 0 !important;
}
img[class*="align-"]:last-child {
  margin-bottom: 0 !important;
}

/*
  Rules
  ***
*/

hr {
  height: 1px;
  display: block;
  margin: 74px 0;
  background-color: #E7E7E7;
  border: none;
}

/*
  Iframe
  ***
*/

iframe {
  max-width: 100%;
  max-height: 420px;
  display: block;
}

/*
  STRONG, BOLD
  ***
*/

strong, b {
  font-weight: 400;
  font-family: 'Clear Sans SBd', 'Clear Sans Fallback', Arial, Helvetica, sans-serif;
  color: #000000;
}