html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
    /* Set your content font stack here: */
    font-family: Roboto, Arial, sans-serif;
}

.pure-g-section {
  margin-bottom: 2em;
}

.pure-g-title {
  margin-bottom: 1em;
}

.pure-g {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.pure-g .pure-g--gutter > div > * {
    margin: .5rem;
}

@media screen and (min-width: 80em) {
  .pure-g {
    width: 100%;
  }
  .pure-g .pure-g--gutter > div > * {
    margin: 0 .5rem;
  }
}

/**
 * Tekstowe
 */

.t-c {
  text-align: center;
}

.t-l {
  text-align: left;
}

.t-r {
  text-align: right;
}

.t-j {
  text-align: justify;
}

.t-upper {
  text-transform: uppercase;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.center-block {
  margin: 0 auto;
}

/**
 * Wizualne. Cienie, obramowania.
 */
.box-shadow-std, .with-box-shadow-std {
  box-shadow: 0 4px 4px -4px #c6c6c6;
  /*box-shadow: 0 4px 3px -3px #c6c6c6*/
}

.with-border {
  border: 1px solid #E5E8EC;
}

.with-border-radius-std {
  border-radius: 2px;
}

.t-shadow-bright {
  text-shadow: 1px 1px 0 #FFF;
}

.t-color-gray {
  color: #a9a9a9;
}

.without-bullets img:first-child,
.without-bullets i {
  min-width: 1.2em;
  margin-right: .7em;
  text-align: center;
  opacity: .5;

}

.without-bullets a:hover img:first-child {
  opacity: 1;
}

.l-box {
  position: relative;
  padding: .2em;
}

@media screen and (min-width: 48em) {
  .l-box {
    position: relative;
    padding: 0 .5em;
  }
}

/**
 * NagĹĂłwek na podstronie wraz z grafikÄ.
 * PrzykĹadowo: SKONFIGURUJ SWĂJ PAKIET, TELEWIZJA.
 */
.page-content-header {
  margin: 1em 0 0 0;
  letter-spacing: -.04em;
}

/* Grafika/ikona z lewej strony nagĹĂłwka. */
.page-content-header img {
  vertical-align: middle;
  margin: -.2em .5em 0 0;
  width: 38px;
}

/**
 * Forms
 */
.pure-control-group {
  margin-bottom: 1em;
}

.pure-form input[type="text"],
.pure-form input[type="password"],
.pure-form input[type="email"],
.pure-form input[type="url"],
.pure-form input[type="date"],
.pure-form input[type="month"],
.pure-form input[type="time"],
.pure-form input[type="datetime"],
.pure-form input[type="datetime-local"],
.pure-form input[type="week"],
.pure-form input[type="number"],
.pure-form input[type="search"],
.pure-form input[type="tel"],
.pure-form input[type="color"],
.pure-form select,
.pure-form textarea {
  border-radius: 2px;
  box-shadow: 0 0 2px #d7d7d7 inset;
}

.clauses .clause input {
  float: left;
  margin-right: .5em;
}

/**
 * Misc
 */
body {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background-color: #FFF;
}

script {
  display: none !important;
}

a {
  color: #555;
  text-decoration: none;
  outline: 0 none;
}

a:hover {
  color: black;
}

noscript {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em;
  font-size: 16px;
  background: #888;
  width: 100%;
  color: white;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}