/*
Theme Name: reklamacje
Theme URI: http://components.underscores.me/
Author: a100
Author URI: http://a100.pl
Description: Serwis reklamacji TZMO
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reklamacje
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

reklamacje is created by the theme generator at http://components.underscores.me/, (C) 2015-2016 Automattic, Inc.
Components is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Accessibility
# Alignments
# Clearings
# Typography
# Forms
# Buttons
# Formatting
# Lists
# Tables
# Navigation
# Links
# Layout
  ## Posts
  ## Pages
# Comments
# Widgets
# Infinite scroll
# Media
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  /*font-weight: bold;*/
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);*/
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);*/
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  /*box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);*/
}

/*--------------------------------------------------------------
# Formattings
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle:before {
  content: "\2630";
  display: inline-block;
  margin-right: 5px;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

@media screen and (min-width: 37.5em) {
    .content-area {
      float: left;
      margin: 0 -25% 0 0;
      width: 100%;
    }

    .site-main {
      margin: 0 25% 0 0;
    }

    .site-content .widget-area {
      float: right;
      overflow: hidden;
      width: 25%;
    }

    .site-footer {
      clear: both;
      width: 100%;
    }
}

/*--------------------------------------------------------------
## Single Column / No Active Sidebar
--------------------------------------------------------------*/
.no-sidebar .site-main {
  margin: 0;
}

.no-sidebar .content-area {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin: 1em 0 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* Ensure center-aligned captions center-align properly. */
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* Give some padding to floated elements, to prevent them butting up against text. */
.wp-caption.alignleft {
  margin-right: 20px;
}
.wp-caption.alignright {
  margin-left: 20px;
}
.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}


/**
 * own style
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  /* 1 */
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

b,
strong {
  /*font-weight: inherit; */
}

b,
strong {
  /*font-weight: bolder; */
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,input,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,input,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,input,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #3a3939;
  background-color: #e6ecef;
  padding: 1% 15%; }

@media only screen and (max-width: 1200px) {
  body {
    padding-left: 10%;
    padding-right: 10%; } }

@media only screen and (max-width: 991px) {
  body {
    padding-left: 5%;
    padding-right: 5%; } }

p {
  margin-top: 5px; }

h1 {
  font-size: 24px;
  font-weight: 400;
  color: #403f3f;
  margin-bottom: 0; }
.information-seperator{
  margin-bottom: 25px;
      text-align: center;
    font-weight: 400;
    color: #d08787;
}
.caldera-grid .btn {
  background: transparent;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 20px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  text-decoration: none; }
  .btn:hover {
    cursor: pointer; }
  .btn.btn-default {
    background: #f0f0f0;
    color: #444444;
    border: 1px solid #d5d5d5; }

    .btn.btn-default:hover {
      border-color: #d5d5d5;
      background: #d5d5d5;
}
  .btn.btn-primary {
    position: relative;
    background: #1398b6;
    color: #fff;
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .class-btn-default>div{
    position: relative;
  }
  .class-btn-default>div:before {
      content: '';
      display: block;
      position: absolute;
      bottom: -41px ; /*0; */
      right: 0;
      border-bottom: 15px solid #fff;
      border-left: 15px solid transparent;
      -webkit-transition: all ease .3s;
      transition: all ease .3s;
      z-index: 999;
    }

    .btn.btn-primary:hover {
      background: #19B1D3;
    }
    .class-btn-default>div:hover:before {
        border-bottom-width: 20px;
        border-left-width: 20px;
      }

.form-group.upload>div{
  pointer-events: none;
  border-color: #949fa1;
    border-style: dashed;
    border-radius: 5px;
    /*height: 80px;*/
    border-width: 2px;
    padding: 20px;
}

.btn.btn-block.cf-uploader-trigger{
  pointer-events: auto;
  background: #f1f1f1;
  border-radius: 5px;
  width: 30%;
  margin: 0 auto;
}

.btn.btn-block.cf-uploader-trigger:hover{
    background:  #e6ecef;
}

.form-group.upload>div:hover{
   border-color: #19B1D3;
}





@media only screen and (max-width: 767px) {
  .btn {
    width: 100%; } }

.required {
  color: #e74c3c; }

.bold {
  font-weight: 700; }

.dropzone {
  min-height: 0;
  margin-top: 7px;
  margin-bottom: 20px;
  border-style: dashed;
  border-radius: 5px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s; }
  .dropzone .dz-message {
    margin: 4em 0; }
  .dropzone:hover {
    border-color: #19B1D3; }


.header {
  position: relative;
  /*margin-bottom: 20px; */
}
  .header .logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: auto; }
  .header .border-top .border {
    width: 20%;
    height: 3px;
    float: left; }
    .header .border-top .border.one {
      background-color: #6cb8c6; }
    .header .border-top .border.two {
      background-color: #7cc85b; }
    .header .border-top .border.three {
      background-color: #292258; }
    .header .border-top .border.four {
      background-color: #1598b6; }
    .header .border-top .border.five {
      background-color: #e18a3d; }
  .header > .content {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1); }
  .entry-header.header:before {
    position: absolute;
    bottom: -50px;
    left: -42px;
    content: '';
    display: block;
    width: 124px;
    height: 124px;
    background-image: url(assets/img/reload.png);
    background-size: 124px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    opacity: 0.3;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  .header .image-grid .image {
    display: block;
    width: 80px;
    height: auto;
    float: left; }
  .header .image-grid .text {
    width: calc(100% - 120px);
    padding-left: 20px;
    padding-right: 20px;
    float: left; }
  .header .image-grid:after {
    display: block;
    content: '';
    clear: both; }

@media only screen and (max-width: 1200px) {
  .header .logo {
    width: 250px; } }

@media only screen and (max-width: 991px) {
  .header .logo {
    width: 200px; } }

@media only screen and (max-width: 767px) {
  .header .logo {
    width: 170px; }
  .header:before {
    display: none; }
  .header .image-grid .image {
    width: 40px; }
  .header .image-grid .text {
    width: calc(100% - 60px);
    padding-left: 10px;
    padding-right: 10px; }
    .header .image-grid .text h1 {
      margin-top: 0; } }

.main {
  /* BOXY W INDEX */
  /* KONIEC INDEXU */
  /*PODZIEKOWANIA*/ }
  .main > a .box {
    position: relative;
    width: calc(50% - 10px);
    min-height: 500px;
    margin-bottom: 20px;
    background-size: cover;
    -webkit-transition: all ease .3s;
    transition: all ease .3s; }
    .main > a .box .name {
      position: absolute;
      left: 0;
      right: 0;
      padding: 10px 30px; }
      .main > a .box .name h2 {
        color: #fff;
        font-size: 36px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35); }
        .main > a .box .name h2 span {
          font-size: 24px;
          font-weight: 400;
          text-transform: uppercase;
          display: block; }
        .main > a .box .name h2 small {
          font-size: 20px;
          font-weight: 300;
          display: block;
          margin-top: 5px; }
    .main > a .box:hover {
      -webkit-transform: scale(1.03);
              transform: scale(1.03); }
    .main > a .box:before {
      content: '';
      display: block;
      width: 0;
      height: 0; }
    .main > a .box.left {
      float: left;
      background-image: url(assets/img/indywidualny.jpg);
      background-position: center; }
      .main > a .box.left .name {
        background-color: #7cc85b;
        bottom: 0; }
      .main > a .box.left:before {
        border-top: 50px solid #e6ecef;
        border-right: 50px solid transparent; }
    .main > a .box.right {
      float: right;
      background-image: url(assets/img/instytucjonalny.jpg);
      background-position: left 100% top 200px; /* top; */
    }
      .main > a .box.right .name {
        background-color: #e18a3d;
        top: 0; }
      .main > a .box.right:before {
        position: absolute;
        bottom: 0;
        right: 0;
        border-bottom: 50px solid #e6ecef;
        border-left: 50px solid transparent; }
  .main .image {
    height: 150px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-bottom: 4px solid transparent;
    /* background-image i border-bottom-color definiwoane pod .main */ }
    .main .image:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-top: 50px solid #e6ecef;
      border-right: 50px solid transparent; }
  .main > .content {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 20px; }
    .main > .content .control-label {
      position: relative;
      display: block;
      margin-bottom: 7px;
      color: #403f3f;
      font-weight: 400; }

 .main > .content .upload .control-label:after {
    content: none;
  }
      .main > .content .control-label:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 10px solid #fff;
        border-right: 10px solid transparent;
        position: absolute;
        bottom: -16px;
        left: 0; }
      .main > .content .control-label:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -12px;
        left: -1px;
        width: 13px;
        height: 1px;
        background-color: #d8dfe5;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transition: all linear .5s;
        transition: all linear .5s; }
      .main > .content .control-label.focused:after {
        background-color: #1398b6; }
    .main > .content .form-control {
      display: block;
      width: 100%;
      margin-bottom: 15px;
      padding-top: 6px;
      padding-bottom: 6px;
      padding-left: 10px;
      padding-right: 5px;
      box-sizing: border-box;
      border: 2px solid #d8dfe5;
      -webkit-transition: all linear .5s;
      transition: all linear .5s;
      font-family: 'Open Sans', sans-serif;
      font-weight: 300; }
      .main > .content .form-control:focus {
        border: 2px solid #1398b6;
        outline: none; }
    .main > .content .checkbox {
      clear: both; }
      .main > .content .checkbox input {
        display: block;
        width: 15px;
        height: 15px;
        background: #fff;
        float: left; }
      .main > .content .checkbox label {
        display: block;
        width: calc(100% - 20px);
        float: right;
        margin-bottom: 20px;
 font-weight: 300;
      }
    .main > .content .info {
      margin-bottom: 30px; }
    .main > .content .btn-default:first-of-type {
      margin-right: 15px; }
    .main > .content .btn-primary {
      padding-left: 60px;
      padding-right: 60px;
      float: right; }
    .main > .content .helper {
      display: inline-block;
      position: relative; }
      .main > .content .helper .box {
        background: #f0f0f0;
        color: #494949;
        padding: 2px 6px;
        -webkit-transition: all ease .3s;
        transition: all ease .3s; }
      .main > .content .helper .content {
        position: absolute;
        top: -4px;
        left: 20px;
        width: 300px;
        background: #fff;
        box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.1);
        display: none;
        -webkit-transition: all ease .3s;
        transition: all ease .3s; }
        .main > .content .helper .content p {
          padding: 10px;
          margin: 0; }
      .main > .content .helper:hover {
        cursor: pointer; }
        .main > .content .helper:hover .box {
          background: #19B1D3;
          color: #fff; }
        .main > .content .helper:hover .content {
          display: block; }
  .main h2.uppercase {
    font-weight: 400;
    color: #535353;
    font-size: 18px;
    text-transform: uppercase; }
  .main .grid {
    height: auto; }
    .main .grid .grid-item {
      width: 50%;
      float: left; }
      .main .grid .grid-item .image {
        width: 54px;
        height: auto;
        float: left; }
      .main .grid .grid-item .text {
        width: calc(100% - 74px);
        float: left;
        padding-left: 20px; }
      .main .grid .grid-item h3 {
        font-weight: 400;
        font-size: 18px;
        margin-top: 7px;
        margin-bottom: 5px;
        color: #403f3f; }
    .main .grid:after {
      content: '';
      display: block;
      clear: both; }

@media only screen and (max-width: 767px) {
  .main > a .box {
    width: 100%;
    min-height: 350px; }
  .main .btn {
    margin-top: 10px; }
    .main .btn:last-of-type {
      float: none; }
  .main .grid .grid-item {
    width: 100%; }
    .main .grid .grid-item .image {
      width: 32px;
      height: auto; }
    .main .grid .grid-item .text {
      width: calc(100% - 42px);
      padding-left: 10px; }
      .main .grid .grid-item .text h3 {
        margin-top: 0; } }

#individual .image {
  background-image: url(assets/img/indywidualny.jpg);
  border-bottom-color: #7cc85b; }

 .image.image-individual {
  background-image: url(assets/img/indywidualny.jpg);
  border-bottom-color: #7cc85b; }

#institutional .image {
  background-image: url(assets/img/instytucjonalny.jpg);
  border-bottom-color: #e18a3d; }

  .image.image-institutional  {
  background-image: url(assets/img/instytucjonalny.jpg);
  border-bottom-color: #e18a3d; }

.footer {
  position: relative;
  background: #fff;
  clear: both;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1); }
  .footer .footer-links {
    display: inline-block;
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    float: right; }
    .footer .footer-links li {
      float: left;
      padding-left: 5px;
      padding-right: 5px;
      font-size: 14px; }
      .footer .footer-links li a {
        color: #3a3939;
        text-decoration: none; }
        .footer .footer-links li a:hover {
          color: #19B1D3; }
  .footer:before {
    position: absolute;
    top: -45px;
    right: -42px;
    content: '';
    display: block;
    width: 124px;
    height: 124px;
    background-image: url(assets/img/reload.png);
    background-size: 124px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    opacity: 0.3;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .footer:after {
    content: '';
    display: block;
    clear: both; }
.checkbox{
  font-weight: 200;
}
@media only screen and (max-width: 767px) {
  .footer:before {
    display: none; }
  .footer .footer-links li {
    display: block;
    width: 100%;
    margin-top: 7px; } }

/*# sourceMappingURL=style-ola.css.map */
 .caldera-grid .cf-multi-uploader-list>ul>li .cf-file-remove{pointer-events: auto;}

 .tiptext{    
  font-size: 0.7rem;
  font-style: italic;
}
