/*= little reset
---------------------------------------------------------------------------- */
body, head, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, dd, dt, dl, form, fieldset, input, textarea, button {
  border: none;
  font-size: 1em;
  font-weight: 300;
  list-style: none;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

img {
  display: block; }

a {
  color: inherit;
  text-decoration: none; }

body {
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5; }

pre {
  background-color: #D3DDBB;
  color: #404040;
  font-size: 1.3em;
  margin: 5px 0;
  padding: 15px; }

.center {
  text-align: center; }

.m-wrapper {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 10px;
  position: relative; }

#main-header {
  background-color: #446E86;
  color: #D3DDBB;
  padding: 20px 0; }

.components {
  border-bottom: 1px solid #3E9CA4;
  padding: 50px 0; }

.icon-show li {
  background-color: #D3DDBB;
  height: 70px;
  line-height: 50px;
  margin-left: 1px;
  width: 70px;
  text-align: center; }
  .icon-show li:first-child {
    margin-left: 0; }
  .icon-show li .icon {
    vertical-align: middle; }
  .icon-show li strong {
    display: block;
    line-height: 1.5em; }

.small {
  font-size: 1.2em;
  margin-bottom: 2em; }

.base {
  font-size: 1.6em;
  line-height: 1.5em;
  margin-bottom: 1.5em; }

.medium {
  font-size: 2em;
  line-height: 1.4em;
  margin-bottom: 1.2em; }

.large {
  font-size: 2.6em;
  line-height: 1.3em;
  margin-bottom: 0.93em; }

.xlarge {
  font-size: 4.2em;
  line-height: 1.25em;
  margin-bottom: 0.58em; }

.xxlarge {
  font-size: 6.8em;
  line-height: 1.15em;
  margin-bottom: 0.36em; }

.huge {
  font-size: 11em;
  line-height: 1.1em;
  margin-bottom: 0.22em; }

.btn {
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  display: inline-block;
  font-size: 1.6em;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out; }
  .btn.btn-link {
    border: none; }
    .btn.btn-link:hover {
      text-decoration: underline; }
  .btn.btn-primary {
    background-color: #3e9ca4; }
    .btn.btn-primary:hover {
      background-color: #3a9199; }
  .btn.btn-success {
    background-color: #83b592; }
    .btn.btn-success:hover {
      background-color: #79af8a; }
  .btn.btn-info {
    background-color: #c1caaf; }
    .btn.btn-info:hover {
      background-color: #bac4a6; }
  .btn.btn-warning {
    background-color: #e5d8a4; }
    .btn.btn-warning:hover {
      background-color: #e2d398; }
  .btn.btn-danger {
    background-color: #e16b5d; }
    .btn.btn-danger:hover {
      background-color: #df5f50; }
  .btn.btn-large {
    font-size: 4.2em;
    height: 60px;
    line-height: 60px;
    padding: 0 35px; }
  .btn.btn-small {
    font-size: 1.3em;
    height: 30px;
    line-height: 30px;
    padding: 0 15px; }

.ordered-list {
  padding-left: 30px;
  counter-reset: sekcja; }
  .ordered-list li {
    position: relative; }
    .ordered-list li:before {
      counter-increment: sekcja;
      content: counters(sekcja,"") ".";
      display: block;
      left: -30px;
      position: absolute;
      top: 0;
      width: 25px;
      text-align: right; }

.inline-list:after {
  content: "";
  display: table;
  clear: both; }
.inline-list li {
  float: left; }

.icon {
  background-image: url("../images/icons/example-icons.png");
  display: inline-block; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .icon {
      background-image: url("../images/icons/example-icons_2x.png");
      background-size: 119px 20px; } }

.i-marker {
  height: 20px;
  width: 12px; }

.i-magnifier {
  background-position: -13px 0;
  height: 18px;
  width: 18px; }

.i-basket {
  background-position: -32px 0;
  height: 15px;
  width: 22px; }

.i-envelop {
  background-position: -55px 0;
  height: 12px;
  width: 18px; }

.i-calendar {
  background-position: -74px 0;
  height: 18px;
  width: 17px; }

.i-people {
  background-position: -92px 0;
  height: 18px;
  width: 27px; }
