.xdebug-var-dump, .xdebug-var-dump *, .xdebug-error, .xdebug-error * {
  font-size: 16px !important; }

/**************************************
 * TAGS
 **************************************/
html, body {
  width: 100%;
  font-size: 16px;
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", sans-serif; }

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

p {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300; }

h1 {
  font-size: 40pt; }

h2 {
  font-size: 30pt; }

h3 {
  font-size: 20pt; }

h4 {
  font-size: 1.5em; }

a {
  text-decoration: none; }

a img {
  border: none; }

/* All texts */
p, a, span, li, h1, h2, h3, h4, h5, h6, td, label, em, strong, b, i {
  color: inherit;
  font-family: inherit; }

a, b, i, span, strong {
  color: inherit;
  font-family: inherit; }

*:focus {
  outline: 0 !important; }

select {
  -webkit-appearance: none;
  border-radius: 0; }

/**************************************
 * GLOBAL CLASSES
 **************************************/
.dyn-cov {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.dyn-con {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

div.table {
  display: inline-table; }

div.cell-m {
  display: table-cell;
  vertical-align: middle; }

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

img.alignleft {
  float: left;
  clear: both;
  margin: 15px 15px 15px 0; }

img.aligncenter {
  display: block;
  margin: 0 auto;
  clear: both;
  padding: 0 15px 15px 15px; }

img.alignright {
  float: right;
  clear: both;
  margin: 15px 0 15px 15px; }

.grid {
  width: 100%;
  font-size: 0; }

.grid > div {
  vertical-align: top;
  display: inline-block; }

.grid.two > div {
  width: 50%; }

.grid.two > div:nth-child(1) {
  padding-right: 25px; }

.grid.two > div:nth-child(2) {
  padding-left: 25px; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.inflex {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.flex1 {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  -webkit-box-flex: 1;
          flex: 1; }

.tr {
  -webkit-transition: .2s;
  transition: .2s; }

.container {
  position: relative;
  width: 1100px;
  margin: 0 auto; }

.pad {
  padding: 50px; }

*[class*='btn'] {
  display: inline-block;
  padding: 8px 25px;
  font-family: "";
  font-weight: 400;
  font-size: 16pt;
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s; }

/**************************************
 * ENTRY CONTENT FORMATTING
 **************************************/
.txt p {
  margin-bottom: 1em;
  font-size: 12pt;
  line-height: 1.5em; }

.txt p:last-child {
  margin-bottom: 0; }

.txt pre {
  background: #eee;
  padding: 10px;
  overflow-x: scroll;
  margin-bottom: 20px; }

.txt blockquote {
  padding: 10px;
  background: #eee;
  margin-left: 30px;
  margin-bottom: 20px; }

.txt blockquote p {
  margin-bottom: 0; }

.txt ul,
.txt ol {
  margin-left: 30px;
  font-size: 10pt;
  margin-bottom: 20px; }

.txt hr {
  border: none;
  border-bottom: 1px solid #6EC9F1;
  margin: 10px 0; }

.txt h1 {
  font-size: 30pt;
  margin-bottom: 15px;
  font-weight: 700; }

.txt h2 {
  font-size: 17pt;
  margin-bottom: 10px; }

.txt h3 {
  font-size: 15pt;
  margin-bottom: 5px; }

.txt h4 {
  font-size: 12pt;
  margin-bottom: 0px; }

.txt h5 {
  font-size: 11pt;
  margin-bottom: 0px; }

.txt h6 {
  font-size: 11pt;
  margin-bottom: 0px; }

/**************************************
 * THEME
 **************************************/
html, body {
  height: 100%; }

body {
  background: url("../img/pattern.png") center center repeat;
  display: table; }

body > .pad {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%; }

#svg {
  display: inline-block;
  width: 50%;
  height: auto; }

/*# sourceMappingURL=style.css.map */