/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

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

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

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align=left] {
  display: block;
  float: left; }

.right,
.alignright,
img[align=right] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align=middle] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both; }

.block,
.alignnone {
  display: block;
  clear: both; }

input[type=submit],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #111111;
  background-color: white;
  padding-top: 27px; }

.container {
  width: 897px;
  margin: 0 auto; }

.columns {
  box-sizing: border-box; }
  .columns > .content {
    box-sizing: border-box;
    width: 617px;
    float: left;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #dddddd; }
  .columns > .sidebar {
    box-sizing: border-box;
    width: 280px;
    float: right;
    padding: 27px 27px 0 27px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #dd0000;
  text-decoration: none; }
  p a {
    text-decoration: underline; }
    p a:hover {
      text-decoration: none; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #dddddd; }
  .menu a {
    display: block;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
    background-color: #eeeeee;
    padding: 8px 13px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #dddddd; }
  .menu a:hover {
    background-color: #dddddd; }
  .menu li {
    position: relative;
    float: left;
    margin-bottom: -1px; }
  .menu .sub-menu {
    display: none;
    position: absolute;
    z-index: 110;
    left: -1px;
    list-style: none;
    border-color: #dddddd;
    margin-top: -1px; }
    .menu .sub-menu .sub-menu {
      top: 0;
      left: 166px;
      margin: 0 0 0 -1px; }
    .menu .sub-menu li {
      width: 166px;
      clear: both; }
    .menu .sub-menu a {
      border-left-width: 1px; }
    .menu .sub-menu .current-menu-item > a {
      border-bottom-color: #dddddd; }
  .menu li:hover > .sub-menu {
    display: block; }
  .menu .current-menu-item > a {
    border-bottom-color: white;
    background-color: white;
    cursor: text; }

.menu_control {
  display: block;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  background-color: #eeeeee;
  padding: 8px 13px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #dddddd;
  display: none;
  background-color: white; }
  .menu_control:hover {
    background-color: #dddddd; }

/*
 * ---:[ header ]:---
 */
.header {
  border-bottom: 3px double #dddddd;
  padding: 27px; }

#site_title {
  font-size: 42px;
  line-height: 1.31em;
  font-weight: bold;
  color: #111111; }
  #site_title a {
    color: #111111; }
    #site_title a:hover {
      color: #dd0000; }
  #site_title + #site_tagline {
    margin-top: 7px; }

#site_tagline {
  font-size: 16px;
  color: #888888;
  line-height: 1.5em; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt {
  font-size: 16px;
  line-height: 27px; }
  .grt h1,
  .grt .headline {
    font-size: 33px;
    line-height: 49px; }
  .grt h1 {
    margin-bottom: 27px; }
  .grt .headline {
    color: #111111;
    margin: 0; }
    .grt .headline a {
      color: #111111; }
      .grt .headline a:hover {
        color: #dd0000; }
  .grt h2,
  .grt h3,
  .grt h4 {
    color: #111111; }
  .grt h2 {
    font-size: 26px;
    line-height: 40px;
    margin-top: 44px;
    margin-bottom: 17px; }
  .grt h3 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 38px;
    margin-bottom: 11px; }
  .grt h4 {
    font-size: 16px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: 7px; }
  .grt h1 + h2,
  .grt h2 + h3 {
    margin-top: 0; }
      .grt .post_content h2:first-child,
      .grt .post_content h3:first-child {
        margin-top: 0; }
  .grt ul {
    list-style-type: square; }
    .grt ul li a {
      text-decoration: underline; }
      .grt ul li a:hover {
        text-decoration: none; }
  .grt blockquote {
    color: #888888;
    padding-left: 17px;
    border-left: 1px solid #dddddd; }
    .grt blockquote.right,
    .grt blockquote.left {
      width: 45%;
      font-size: 26px;
      line-height: 37px;
      padding-left: 0;
      border: 0;
      margin-bottom: 17px; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 14px; }
  .grt code {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 4px 5px;
    border-radius: 7px;
    margin: 0 1px; }
  .grt pre {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: #eeeeee;
    padding: 17px 17px 17px 11px;
    border-left: 7px solid rgba(0, 0, 0, 0.15); }
  .grt kbd {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    color: #111111;
    background-color: white;
    padding: 4px 5px;
    border-radius: 7px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.45);
    margin: 0 1px; }
  .grt .alert,
  .grt .note,
  .grt .box {
    padding: 17px; }
  .grt .alert {
    background-color: #ffff99;
    border: 1px solid #e6e68a; }
  .grt .note {
    background-color: #eeeeee;
    border: 1px solid #dddddd; }
  .grt .box {
    background-color: #ffe2e2;
    border: 1px solid #ffb2b2; }
  .grt .footnotes {
    font-size: 13px;
    line-height: 23px;
    padding-top: 27px;
    border-top: 1px dotted #dddddd; }
  .grt .footnotes,
  .grt sub,
  .grt sup,
  .grt .post_cats,
  .grt .post_tags {
    color: #888888; }
  .grt fieldset {
    margin-bottom: 27px; }
    .grt fieldset legend {
      font-size: 20px;
      line-height: 32px;
      font-weight: bold;
      margin-bottom: 7px; }
  .grt .avatar {
    width: 72px;
    height: 72px;
    float: right;
    clear: both;
    margin-left: 17px; }
  .grt .small,
  .grt .caption {
    font-size: 13px;
    line-height: 23px; }
  .grt .caption {
    margin-top: -17px;
    color: #888888; }
  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box;
    background-color: #eeeeee;
    padding: 17px;
    border: 1px solid #dddddd; }
  .grt .wp-caption p {
    font-size: 13px;
    line-height: 23px; }
  .grt .wp-caption img,
  .grt .post_image_box .post_image,
  .grt .thumb,
  .grt .footnotes p {
    margin-bottom: 17px; }
  .grt .drop_cap {
    font-size: 54px;
    line-height: 1em;
    margin-right: 11px;
    float: left; }
  .grt .author_description {
    padding-top: 27px;
    border-top: 1px dotted #dddddd; }
    .grt .author_description .avatar {
      width: 81px;
      height: 81px;
      float: left;
      margin-right: 17px;
      margin-left: 0; }
  .grt .author_description_intro {
    font-weight: bold; }
  .grt p,
  .grt ul,
  .grt ol,
  .grt blockquote,
  .grt pre,
  .grt dl,
  .grt dd,
  .grt .center,
  .grt .aligncenter,
  .grt .block,
  .grt .alignnone,
  .grt .post_image,
  .grt .post_image_box,
  .grt .wp-post-image,
  .grt .caption,
  .grt .wp-caption,
  .grt .alert,
  .grt .note,
  .grt .box,
  .grt .footnotes,
  .grt .headline_area {
    margin-bottom: 27px; }
  .grt .right,
  .grt .alignright,
  .grt .ad {
    margin-bottom: 27px;
    margin-left: 27px; }
  .grt .left,
  .grt .alignleft,
  .grt .ad_left {
    margin-bottom: 27px;
    margin-right: 27px; }
  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 27px; }
  .grt ul ul,
  .grt ul ol,
  .grt ol ul,
  .grt ol ol,
  .grt .wp-caption p,
  .grt blockquote.right p,
  .grt blockquote.left p {
    margin-bottom: 0; }
    .grt .alert :last-child,
    .grt .note :last-child,
    .grt .box :last-child,
    .grt .right :last-child,
    .grt .left .footnotes :last-child {
      margin-bottom: 0; }

/*
 * ---:[ other content styles ]:---
 */
.post_box {
  padding: 27px 27px 0 27px;
  border-top: 1px dotted #dddddd; }
  .post_box.top {
    border-top: 0; }

.byline {
  color: #888888; }
  .byline a {
    color: #888888;
    border-bottom: 1px solid #dddddd; }
    .byline a:hover {
      color: #111111; }
  .byline a,
  .byline .post_author,
  .byline .post_date {
    text-transform: uppercase;
    letter-spacing: 1px; }
  .byline .post_author_intro,
  .byline .post_date_intro,
  .byline .post_cats_intro {
    font-style: italic; }
  .byline .post_edit {
    margin-left: 11px; }
    .byline .post_edit:first-child {
      margin-left: 0; }

  .wp-caption.aligncenter img {
    margin-right: auto;
    margin-left: auto; }
  .wp-caption .wp-caption-text .wp-smiley {
    display: inline;
    margin-bottom: 0; }

.num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  margin-bottom: 27px; }
  .num_comments_link:hover {
    background-color: #eeeeee; }

.num_comments {
  font-size: 27px;
  color: #111111; }

.bracket {
  font-size: 27px;
  color: #dddddd; }

.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dddddd; }
  .archive_intro .headline {
    margin-bottom: 27px; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #dddddd;
  padding: 17px 27px; }
  .prev_next .next_posts {
    float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 13px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .previous_posts a:hover,
  .next_posts a:hover {
    text-decoration: underline; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin-top: 54px; }

.comments_intro {
  color: #888888;
  padding: 0 27px;
  margin-bottom: 17px; }
  .comments_intro a:hover {
    text-decoration: underline; }

.comments_closed {
  font-size: 13px;
  line-height: 23px;
  color: #888888;
  margin: 0 27px 27px 27px; }

.comment_list {
  list-style-type: none;
  border-top: 1px dotted #dddddd;
  margin-bottom: 54px; }

.comment {
  padding: 27px;
  border-bottom: 1px dotted #dddddd; }
  .comment .comment_head {
    margin-bottom: 17px; }
  .comment .comment_author {
    font-weight: bold; }
  .comment .avatar {
    float: right;
    width: 50px;
    height: 50px;
    margin-left: 17px; }
  .comment .comment_date {
    display: block;
    font-size: 13px;
    line-height: 23px;
    color: #888888; }
    .comment .comment_date a {
      color: #888888; }
  .comment .comment_text > :last-child {
    margin-bottom: 0; }
  .comment .comment_footer {
    margin-top: 17px; }
    .comment .comment_footer a {
      font-size: 13px;
      line-height: 23px;
      color: #888888;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-right: 17px; }
  .comment .comment_footer a {
    font-size: 13px;
    line-height: 23px;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 17px; }

  .children .comment {
    list-style-type: none;
    padding: 0 0 0 27px;
    border-bottom: 0;
    border-left: 1px solid #dddddd;
    margin-top: 27px; }
  .children .bypostauthor {
    background-color: transparent;
    border-color: #dd0000; }

  .comment_head a:hover,
  .comment_footer a:hover,
  comment_nav a:hover {
    text-decoration: underline; }

.comment_nav {
  font-size: 13px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 17px 27px;
  border-style: dotted;
  border-color: #dddddd; }
  .comment_nav a:hover {
    text-decoration: underline; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  border-width: 0 0 1px 0;
  margin: -54px 0 54px 0; }

.next_comments {
  float: right; }

.comment_moderated {
  font-weight: bold; }

/*
 * ---:[ inputs ]:---
 */
  input[type="text"],
  input[type="number"],
  input[type="url"],
  input[type="tel"],
  input[type="email"],
  input[type="password"] {
    font-family: inherit;
    font-size: inherit;
    line-height: 1em;
    font-weight: inherit;
    color: #111111;
    background-color: #eeeeee;
    padding: 7px;
    border: 1px solid #dddddd;
    box-sizing: border-box; }
    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="url"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus {
      background-color: white;
      border-color: #eeeeee; }

select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: #111111;
  background-color: #eeeeee;
  padding: 7px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  line-height: inherit; }
  select:focus,
  textarea:focus {
    background-color: white;
    border-color: #eeeeee; }

/*
 * ---:[ buttons ]:---
 */
button,
input[type="submit"] {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: bold;
  background-color: white;
  padding: 11px;
  border: 3px double #dddddd; }
  button:hover,
  input[type="submit"]:hover,
  button:active,
  input[type="submit"]:active {
    background-color: #eeeeee;
    transition: background-color 0.3s; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  padding: 0 27px;
  margin: 54px 0; }
  .comment #commentform {
    padding-right: 0;
    padding-left: 0;
    margin-top: 17px; }
  #commentform .comment_form_title {
    font-size: 20px;
    line-height: 32px;
    color: #111111;
    padding: 0 27px 17px 27px;
    border-bottom: 1px dotted #dddddd;
    margin-right: -27px;
    margin-left: -27px; }
  #commentform p {
    margin-bottom: 17px; }
    #commentform p .required {
      color: #dd0000; }
  #commentform label {
    display: block; }
  #commentform input[type="checkbox"] + label {
    display: inline;
    margin-left: 7px; }
  #commentform #wp-comment-cookies-consent + label {
    font-size: 13px;
    line-height: 23px;
    color: #888888; }
  #commentform input[type="text"] {
    width: 50%; }
  #commentform input[type="submit"] {
    font-size: 20px; }
  #commentform textarea {
    display: block;
    width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #dd0000;
  margin-top: 7px; }
  #cancel-comment-reply-link:hover {
    text-decoration: underline; }

.login_alert {
  font-weight: bold;
  background-color: #eeeeee;
  border: 1px solid #dddddd; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 13px;
  line-height: 20px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading,
  .sidebar .headline {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 12px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading {
    font-variant: small-caps;
    letter-spacing: 1px; }
  .sidebar p,
  .sidebar ul,
  .sidebar ol,
  .sidebar blockquote,
  .sidebar pre,
  .sidebar dl,
  .sidebar dd,
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .center,
  .sidebar .aligncenter,
  .sidebar .block,
  .sidebar .alignnone {
    margin-bottom: 20px; }
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left {
    margin-right: 20px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .stack {
    margin-left: 20px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .wp-caption p,
  .sidebar .post_excerpt p {
    margin-bottom: 0; }
  .sidebar .text_box,
  .sidebar .thesis_email_form,
  .sidebar .query_box {
    margin-bottom: 40px; }
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%;
      margin-bottom: 12px; }
  .sidebar button,
  .sidebar input[type="submit"] {
    padding: 7px; }
  .sidebar .query_box .post_author,
  .sidebar .query_box .post_date {
    color: #888888; }
  .sidebar .widget {
    margin-bottom: 40px; }
    .sidebar .widget ul {
      list-style-type: none; }
      .sidebar .widget ul li {
        margin-bottom: 12px; }
        .sidebar .widget ul li ul,
        .sidebar .widget ul li ol {
          margin-top: 12px; }
        .sidebar .widget ul li a:hover {
          text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 13px;
  line-height: 23px;
  color: #888888;
  text-align: right;
  padding: 17px 27px;
  border-top: 3px double #dddddd; }
  .footer a {
    color: #888888; }
    .footer a:hover {
      color: #111111; }

/*
 * ---:[ custom template styles ]:---
 */
  body.landing {
    padding-top: 0; }
  .landing .container {
    width: 617px; }
  .landing .header,
  .landing .headline_area,
  .landing .footer {
    text-align: center; }

.full_page .columns > .content {
  width: 897px;
  float: none;
  border-right: 0; }

/*
 * ---:[ clearfix ]:---
 */
  .columns:after,
  .menu:after,
  .post_box:after,
  .post_content:after,
  .author_description:after,
  .sidebar:after,
  .query_box:after,
  .prev_next:after,
  .comment_text:after,
  .comment_nav:after {
    display: table;
    clear: both;
    content: ''; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 896px) {
  body {
    padding-top: 0; }

  .container,
  .landing .container {
    width: auto;
    max-width: 617px; }

  .header {
    border-top: 1px solid #dddddd; }
    .landing .header {
      border-top: 0; }

    .columns > .content {
      float: none;
      width: 100%;
      border: 0; }
      .full_page .columns > .content {
        width: 100%; }
    .columns > .sidebar {
      float: none;
      width: 100%;
      border-top: 3px double #dddddd; }

  .menu_control {
    display: block;
    width: 100%;
    background-color: white;
    padding: 1em 27px;
    border-width: 0;
    cursor: pointer;
    box-sizing: border-box; }

  .menu {
    display: none;
    clear: both;
    width: 100%;
    border-width: 1px 0 0 0; }
    .menu .sub-menu {
      position: static;
      display: block;
      padding-left: 27px;
      border-top: 1px solid #dddddd;
      margin: 0; }
      .menu .sub-menu li {
        width: 100%; }
    .menu li {
      float: none;
      width: 100%;
      margin-bottom: 0; }
      .menu li:first-child > a:first-child {
        border-top-width: 0; }
    .menu a {
      background-color: white;
      padding: 1em 27px;
      border-width: 1px 1px 0 0; }
    .menu .current-menu-item > a {
      background-color: #eeeeee; }
    .menu > li > a {
      border-left-width: 1px; }

  .show_menu {
    display: block; }

      .sidebar .search-form input[type="text"],
      .sidebar .thesis_email_form input[type="text"] {
        width: 50%; } }

@media all and (max-width: 616px) {
  .menu a {
      border-right-width: 0; }
    .menu > li > a {
      border-left-width: 0; } }

@media all and (max-width: 469px) {
  .menu a,
  .menu_control {
    padding: 1em 17px; }

  .header,
  .columns > .sidebar,
  .post_box,
  .prev_next,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  #commentform .comment_form_title,
  .footer {
    padding-right: 17px;
    padding-left: 17px; }

  .menu .sub-menu,
  .children .comment {
    padding-left: 17px; }

  .right,
  .alignright,
  img[align="right"],
  .left,
  .alignleft,
  img[align="left"],
  .ad,
  .ad_left {
    float: none; }

    .grt .right,
    .grt .alignright,
    .grt .left,
    .grt .alignleft {
      margin-right: 0;
      margin-left: 0; }
      .grt blockquote.right,
      .grt blockquote.left {
        width: 100%;
        margin-bottom: 27px; }

  .post_author:after {
    display: block;
    height: 0;
    content: '\a';
    white-space: pre; }

    #commentform input[type="text"],
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%; }

  .comments_closed,
  .login_alert {
    margin-right: 17px;
    margin-left: 17px; }

  #commentform .comment_form_title {
    margin-left: -17px;
    margin-right: -17px; }

  .comment_date {
    display: none; } }

/*
 * ---:[ custom CSS ]:---
 */
body {
  font-family: 'Roboto', 'Arial', sans-serif; }

.name {
  max-width: 23%;
  float: left;
  margin-right: 3%; }

.primary_menu {
  max-width: 53%;
  float: left;
  margin-right: 2%;
  margin-left: 8%; }

.send_form {
  max-width: 23%;
  float: left; }

img.float_img {
  float: left;
  margin-right: 10px; }

.top_all {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto; }

a.name_site {
  color: black;
  text-decoration: none !important;
  font-size: 28px;
  line-height: 45px; }

ul.menu {
  border-color: transparent;
  background-color: transparent; }

.menu a {
  display: block;
  font-size: 15px;
  line-height: 30px;
  text-transform: none;
  letter-spacing: 1px;
  color: #1e1e1e;
  border-width: 0px;
  border-style: solid;
  background-color: transparent;
  padding: 10px;
  font-family: 'Roboto';
  font-weight: 300; }

p.zapytanie {
  font-size: 14px;
  line-height: 20px; }

a.mail {
  font-size: 14px;
  color: #10b2db;
  text-decoration: none; }

.send_form {
  border-left: 1px solid #e6e6e6;
  padding-left: 3%; }

.menu a:hover {
  background-color: transparent;
  color: #26b4de; }

.banner_top {
  background: (); }

.banner_wrapper {
  padding-top: 130px;
  clear: both;
  width: auto; }

h1.headline {
  text-align: center !important;
  padding-top: 35px !important;
  color: white !important;
  width: 100% !important;
  clear: both !important;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 50px;
  font-weight: bolder false;
  color: white;
  text-shadow: 1px 1px 1px black; }

.clear {
  text-align: center;
  font-size: 18px; }

.banner_top_medium {
  background: ();
  margin-top: 20px; }

.wrap {
  max-width: 1060px;
  width: auto;
  clear: both;
  margin-right: auto;
  margin-left: auto; }

.banner_content {
  padding-top: 180px; }

.headline a {
  color: white; }

.headline a:hover {
  color: white; }

a.poradnik {
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  background-color: #00aeff;
  padding: 20px 20px; }

.info_text {
  width: 55%;
  margin: 3%;
  float: left;
  overflow: hidden; }

.main_text {
  overflow: hidden;
  background-color: #f8f8f8;
  font-size: 17px;
  color: #1e1e1e; }

h3 {
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 20px; }

p.text {
  line-height: 28px; }

h4 {
  font-size: 32px;
  padding-bottom: 20px; }

.example_wrap {
  margin-top: 20px;
  margin-right: 3%; }

.small_item {
  width: 28%;
  float: left;
  margin-right: 5%; }

.exmpl_box {
  overflow: hidden; }

button#cf-submittedhliwfi {
  background-color: #03b6dd !important;
  border-radius: 0px; }

div#ecf-form-jafugs {
  margin-top: -30px !important; }

.ecf-body {
  margin-top: -30px false; }

.head_title {
  margin-left: 3%;
  margin-top: 3%; }

.exmpl_box {
  margin-left: 3%; }

p.column-th {
  font-size: 21px;
  margin-bottom: 5px;
  font-weight: 500; }

p.marg-bot {
  margin-bottom: 10px;
  font-size: 16px; }

img {
  opacity: 0.9; }

img:hover {
  opacity: 1; }

a.blue {
  color: #00aeff; }

img.logocomes {
  width: 150px;
  margin-bottom: 35px;
  opacity: 0.9; }

.newsletter_content {
  margin: 3%;
  margin-bottom: 0; }

p.newsletter {
  display: inline-block; }

p.back_newsletter {
  display: inline-block; }

.newsletter_wrapp {
  background-color: #03b6dd;
  color: white;
  text-align: center; }

.newsletter_content {
  padding-top: 20px;
  padding-bottom: 20px; }

p.back_newsletter {
  padding-left: 10px;
  padding-right: 10px;
  background-color: white;
  color: #03b6dd;
  font-weight: 500;
  margin-right: 5px;
  margin-left: 8px;
  padding-top: 5px;
  padding-bottom: 5px; }

.column_1 {
  width: 28%;
  float: left;
  margin-right: 5%;
  margin-top: 3%; }

.end_footer {
  background-color: #1f1f1f;
  overflow: hidden;
  color: #d6d6d6;
  font-size: 16px !important;
  padding-bottom: 70px; }

.footer_all {
  margin-left: 3%; }

ul.ft {
  list-style: none; }

ul.ft a {
  color: #d6d6d6;
  font-family: 'Roboto';
  font-weight: 300; }

i.icon-facebook {
  margin-right: 3px;
  margin-left: 3px;
  font-size: 21px;
  color: #1f1f1f;
  background: url(/wp-content/uploads/2018/05/title_img-1.png);
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 17px;
  padding-right: 15px;
  text-decoration: none;
  text-align: center; }

p a {
  text-decoration: none; }

i.icon-youtube {
  margin-right: 3px;
  margin-left: 3px;
  font-size: 21px;
  color: #1f1f1f;
  background: url(/wp-content/uploads/2018/05/title_img-1.png);
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 13px;
  padding-right: 15px;
  text-decoration: none;
  text-align: center; }

p.social-media {
  margin-top: 20px; }

i.icon-facebook:hover,
i.icon-youtube:hover {
  color: #03b6dd; }

form.footer-newsletter-form {
  display: inline-block; }

input.scf_button {
  color: #03b6dd;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  background-color: white;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px; }

input.scf_button:hover {
  background-color: #1f1f1f;
  color: white; }

.gwar-head {
  text-align: center;
  margin-top: 40px; }

h3.gwar {
  font-size: 26px;
  font-weight: 300; }

.gwarancja {
  overflow: hidden; }

.fivecol-one {
  width: 25%;
  float: left;
  margin-right: 2%; }

.gwarancja-wrap {
  margin-top: 30px;
  margin-bottom: 50px;
  overflow: hidden; }

h4.przyklady {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px; }

.name {
  max-width: 22%;
  float: left;
  margin-right: 1%; }

.primary_menu {
  max-width: 40%;
  float: left;
  margin-right: 2%;
  margin-left: 1%; }

a {
  color: #10b2db;
  text-decoration: none; }

.email img {
  width: 31px;
  height: 31px; }

p.zapytanie {
  font-size: 12px;
  line-height: 20px; }

h1.headline.small {
  padding-top: 10px !important;
  font-size: 38px; }

h1.headline.big {
  margin-bottom: 10px; }

.phone {
  display: inline-block; }

.email {
  display: inline-block; }

.email {
  width: 210px; }

img.float_img {
  float: left;
  display: inline-block; }

p.zapytanie {
  float: right; }

.send_form {
  max-width: 30%;
  float: left; }

.send_form {
  max-width: 38%;
  float: left; }

.phone {
  width: 145px; }

.all_txt {
  overflow: hidden;
  width: 65%;
  float: left; }

.text_secondary {
  margin-top: 3%;
  width: 100%; }

.contact-form-small {
  width: 25%;
  float: left;
  margin-right: 3%;
  margin-left: 1%; }

b {
  font-weight: 400; }

h5 {
  font-size: 26px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 300; }

h2 {
  font-weight: 500; }

strong {
  font-weight: 500; }

h4 {
  line-height: 45px; }

h1.headline.small {
  padding-top: 10px !important;
  font-size: 42px; }

h1.headline {
  text-align: center !important;
  padding-top: 35px !important;
  color: white !important;
  width: 100% !important;
  clear: both !important;
  font-size: 30px;
  line-height: 55px;
  margin-bottom: 50px;
  font-weight: bolder false;
  color: white;
  text-shadow: 1px 1px 1px black; }

.banner_top_medium {
  height: 634px; }

form {
  float: right; }

.newsletter_wrapp {
  overflow: hidden; }

p.newsletter {
  float: left; }

/*
 * NEWSLETTER
 */
.newsletter-form input[type="text"] {
  display: inline-block;
  float: right;
  padding: 5px;
  border-color: transparent; }

input.scf_button {
  float: right; }

.newsletter {
  width: 100%; }

.one-third {
  width: 25%; }

/*
 * 
 */
.submit {
  width: 25%; }

.one-third,
.submit {
  float: left;
  display: inline-block;
  margin-right: 5px; }

.one-third input {
  width: 100%; }

/*
 * END NEWSLETTER
 */
.icon {
  width: 15%;
  float: left; }

.six_icons {
  max-width: 1349px;
  overflow: hidden;
  margin-bottom: 5%;
  margin-left: 10%; }

p.icon_txt {
  color: white; }

.icon {
  text-align: center; }

img.ico {
  display: inline-block; }

.banner_content {
  padding-top: 80px; }

img.small-img {
  max-height: 200px !important; }

.contact_frm input,
.smamm_contact input {
  padding: 8px 6px;
  margin-bottom: 15px; }

.contact_frm textarea,
.smamm_contact textarea {
  padding: 12px;
  margin-bottom: 15px; }

input.wpcf7-form-control.wpcf7-submit {
  float: right;
  width: 100%;
  padding: 10px; }

.contact_frm input,
.smamm_contact input {
  border-color: #dddddd;
  border-style: solid;
  border-radius: 1px;
  border-width: 1px !important; }

.contact_frm textarea,
.smamm_contact textarea {
  border-color: #dddddd;
  border-style: solid;
  border-radius: 1px;
  border-width: 1px !important; }

.contact_frm p,
.smamm_contact {
  color: #6e6969;
  font-size: 16px; }

input.wpcf7-form-control.wpcf7-submit {
  background-color: #10b2db;
  color: white;
  font-size: 16px;
  text-transform: uppercase; }

input.wpcf7-form-control.wpcf7-submit:hover,
.smamm_contact input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #06809f; }

.smamm_contact {
  float: left;
  margin-top: 5%;
  background-color: white;
  padding: 25px 35px;
  border: 1px solid #dddddd; }

.all_txt {
  margin-right: 0px;
  margin-top: 0px; }

.smamm_contact {
  background-color: #fafafa; }

a {
  font-family: 'Roboto'; }

.content_cont {
  margin: 3%;
  overflow: hidden; }

.content_cont form {
  background-color: white;
  padding: 25px 35px;
  border: 1px solid #dddddd;
  float: left;
  background-color: #fafafa; }

.content_cont form p {
  color: #6e6969;
  font-size: 16px; }

.content_cont form textarea {
  border-color: #dddddd;
  border-style: solid;
  border-radius: 1px;
  border-width: 1px !important; }

.content_cont form  input {
  padding: 8px 6px;
  margin-bottom: 15px; }

.content_cont form  textarea {
  padding: 12px;
  margin-bottom: 15px; }

.content_cont form  input.wpcf7-form-control.wpcf7-submit {
  float: right;
  width: 50%;
  padding: 10px; }

.content_cont form input.wpcf7-form-control.wpcf7-submit:hover,
.smamm_contact input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #06809f; }

.content_cont form  textarea {
  border-color: #dddddd;
  border-style: solid;
  border-radius: 1px;
  border-width: 1px !important; }

input.wpcf7-form-control.wpcf7-submit {
  border: none; }

input.wpcf7-form-control.wpcf7-text {
  border-color: #dddddd;
  border-width: 1px !important;
  border-style: solid; }

div#wpcf7-f94-p17-o1 {
  overflow: hidden;
  max-width: 50% !important;
  margin-left: 33%; }

form.wpcf7-form.invalid {
  max-width: 100%; }

.top_all {
  overflow: hidden;
  max-width: 1349px;
  margin: 0 auto; }

/*
 * zmiany don juana designu
 */
form {
  float: none; }

.newsletter-form {
  max-width: 800px;
  margin: 0 auto; }

.onethird {
  float: left; }

.newsletter-form input.scf_button {
  float: left; }

.newsletter-form div {
  width: 24%;
  margin-right: 1%; }

p.newsletter {
  padding-bottom: 15px; }

.newsletter_content {
  padding: 0px;
  margin: 0px; }

.newsletter_wrapp {
  padding: 20px 0px; }

input.scf_button {
  padding: 6px 15px; }

p.newsletter {
  padding-bottom: 15px;
  padding-top: 15px; }

.newsletter_wrapp {
  padding: 0px; }

h5 {
  font-weight: 300 !important; }

.site_name {
  margin-left: 30px; }

.post_content li a {
  text-decoration: none; }

.post_content {
  font-family: 'Roboto';
  font-weight: 400;
  color: #1f1f1f; }

.post_content h4 {
  color: #10b2db; }

a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.smamm_contact {
  background-color: #fafafa;
  vertical-align: top;
  margin-top: 0%; }

.contact-form-small {
  position: relative; }

h1 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  color: #10b2db; }

.por_header p {
  text-align: center; }

.bottom_box {
  background-color: #1e1e1e;
  width: 100%;
  overflow: hidden; }

.bot_box h1 {
  text-align: center;
  padding-top: 30px;
  color: white;
  line-height: 40px;
  font-family: 'Roboto';
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px; }

.bot_box {
  max-width: 1060px;
  text-align: center;
  margin: 0 auto; }

form.wpcf7-form {
  background: #fafafa;
  padding: 18px;
  margin-top: 20px;
  padding-bottom: 40px; }

div.wpcf7 {
  margin: 0;
  padding: 0; }

.smamm_contact input {
  padding: 6px 40px;
  margin-bottom: 15px; }

input.wpcf7-form-control.wpcf7-submit {
  float: right;
  width: 170px;
  padding: 10px; }

.contact_frm {
  float: left;
  margin-left: 0;
  margin-top: 20px;
  padding: 25px 35px;
  border: 1px solid #dddddd;
  background-color: #fafafa; }

.contact_frm input {
  padding: 8px 40px;
  margin-bottom: 15px; }

h5 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300; }

.top_all {
  overflow: hidden;
  max-width: 1349px;
  margin: 0 auto; }

.contact_form {
  float: right;
  margin-top: 20px; }

.end_footer {
  width: 100%; }

.newsletter_wrapp {
  width: 100%; }

.gwarancja {
  margin-left: 3%; }

.fivecol-one {
  width: 28%;
  float: left;
  margin-left: 3%; }

.contact_form {
  width: 39%; }

.smamm_contact textarea {
  padding: 12px 14px;
  margin-bottom: 15px; }

.smamm_contact {
  margin-left: 0;
  margin-top: 20px; }

.column_1 {
  width: 20%;
  float: left;
  margin-right: 5%;
  margin-top: 3%; }

.column_comes p {
  font-size: 14px;
  line-height: 22px; }

.column_1 h3 {
  font-size: 24px; }

.dane_foot a {
  font-size: 18px;
  line-height: 35px;
  color: #dddbdc; }

.dane_foot a:hover {
  text-decoration: underline;
  color: #03b6dd; }

.zobacz_column a:hover {
  text-decoration: underline;
  color: #03b6dd; }

.realizacja_full {
  width: 100%;
  background-color: #131212; }

.real_stopka p {
  color: #7c7c7c;
  font-size: 14px; }

.stopka_wrap {
  max-width: 1349px;
  margin: 0 auto; }

.stopka_wrap {
  padding-top: 10px;
  padding-bottom: 10px; }

.real_stopka a {
  color: white; }

.real_stopka a:hover {
  text-decoration: underline;
  color: #03b6dd; }

.dane_foot a {
  font-size: 20px;
  line-height: 35px;
  color: #c8c6c7;
  font-weight: 500; }

.footer_all {
  max-width: 1349px;
  margin: 0 auto; }

.gwarancja-wrap {
  width: 100%; }

.gwarancja {
  margin-left: 0;
  margin: 0 auto;
  max-width: 1349px; }

.example_wrap {
  max-width: 1349px;
  margin: 0 auto !important; }

.main_text {
  width: 100%; }

.wrap_all_txt {
  max-width: 1349px;
  margin: 0 auto; }

.bot_box {
  max-width: 1349px;
  text-align: center;
  margin: 0 auto; }

.fb-share-button.fb_iframe_widget {
  margin-bottom: 20px; }

.norm_row.sfsi_wDiv img {
  opacity: 1 false; }

i.icon-google-plus {
  margin-right: 3px;
  margin-left: 3px;
  font-size: 21px;
  color: #1f1f1f;
  background: url(/wp-content/uploads/2018/05/title_img-1.png);
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 13px;
  padding-right: 15px;
  text-decoration: none;
  text-align: center; }

i.icon-linkedin {
  margin-right: 3px;
  margin-left: 3px;
  font-size: 21px;
  color: #1f1f1f;
  background: url(/wp-content/uploads/2018/05/title_img-1.png);
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 13px;
  padding-right: 15px;
  text-decoration: none;
  text-align: center; }

i.icon-linkedin:hover {
  color: #03b6dd; }

i.icon-google-plus:hover {
  color: #03b6dd; }

.widget {
  margin-bottom: 0px; }

.banner_top_medium {
  background: url(/wp-content/uploads/2016/01/title_im.jpg);
  height: 634px !important;
  margin-top: 20px; }

.wrap_title {
  width: 100%; }

.title_content {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px; }

h3.komunikat {
  font-size: 50px;
  font-weight: 400;
  color: #434242;
  line-height: 1.3; }

.container_kom {
  width: 100%; }

.all-komunikat {
  max-width: 960px;
  margin: 0 auto;
  border: 3px solid rgba(223, 223, 219, 0.3);
  padding: 25px;
  text-align: left; }

.komunicat_text h4 {
  font-size: 44px;
  line-height: 1.2; }

p.a_pdf {
  text-align: center; }

a.cta_pdf {
  background: #268cd9;
  line-height: 1.5;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  color: white;
  text-decoration: none;
  padding: 11px 20px 9px;
  border-radius: 4px; }

p.a_pdf {
  margin-top: 30px;
  margin-bottom: 10px; }

p.smm_pdf {
  text-align: center;
  font-size: 16px;
  color: #979797; }

a.cta_pdf:hover {
  background-color: #51aaed; }

.all-komunikat h5 {
  margin-bottom: 50px; }

.all-komunikat {
  margin-bottom: 30px; }

.kom_footer {
  width: 100%;
  margin-top: 50px;
  padding-bottom: 30px;
  overflow: hidden; }

.kom_footer_wrap {
  max-width: 1200px;
  margin: 0 auto; }

.half_info {
  width: 80%;
  float: left; }

.half_social {
  width: 20%;
  float: left; }

.h1_komunikat p {
  font-size: 14px;
  line-height: 1.8;
  color: #767676; }

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

@media (max-width: 897px) {
  .name {
    float: none;
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px; }

  .primary_menu {
    float: none;
    text-align: left;
    max-width: 100%;
    margin-bottom: 20px; } }

@media (max-width: 897px) {
  .menu_control {
    display: block;
    width: 100%;
    border-width: 0;
    background-color: white;
    padding: 1em 26px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto';
    background-color: #10b2db;
    color: white; } }

@media (max-width: 897px) {
  p.icon_txt {
    font-size: 12px; }

  h1.headline.small {
    font-size: 28px; }

  h1.headline.big {
    font-size: 36px; }

  .info_text {
    width: 100%;
    margin: 20px 20px; }

  .contact_form {
    float: none false; }

  .column_1 {
    display: inline-block;
    width: 100% false;
    margin-bottom: 20px; }

  .all_txt {
    width: 100%; }

  h1,
  h2,
  h3,
  h4,
  h5 {
    line-height: 35px; } }

textarea.wpcf7-form-control.wpcf7-textarea {
  padding: 8px 46px; }

.content_cont form input {
  padding: 8px 40px; }

@media (max-width: 897px) {
  .menu a:hover {
    background-color: rgba(16, 178, 219, 0.21);
    color: #26b4de; } }

.top_all {
  margin-top: 20px !important; }

p.zapytanie {
  float: left; }

h3.gwar {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  font-size: 32px;
  padding-bottom: 20px; }

h3 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6; }

a.poradnik:hover {
  background-color: #0cbc14; }

.sec_item img {
  max-height: 200px; }

a.blue {
  color: white;
  background-color: #00aeff;
  padding: 10px; }

a.blue:hover {
  background-color: #0cbc14; }

.small_item {
  padding-bottom: 20px; }

.column_1 h3 {
  border: none;
  margin: 0; }

.content_cont {
  width: 45%;
  float: left;
  margin: 0 auto; }

.container_kontakt {
  width: 100%; }

.kontakt_wrap {
  max-width: 1349px;
  margin: 0 auto; }

.text_box input {
  padding: 8px 15px; }

.text_box p {
  color: #6e6969;
  font-size: 16px; }

.kontakt-form {
  width: 45%;
  float: left;
  margin: 0 auto; }

input.wpcf7-form-control.wpcf7-text {
  border-color: #dddddd;
  border-width: 1px !important;
  border-style: solid;
  width: 90%; }

textarea.wpcf7-form-control.wpcf7-textarea {
  padding: 8px 15px;
  width: 90%; }

input.wpcf7-form-control.wpcf7-submit {
  float: right;
  width: 30%;
  padding: 10px; }

form.wpcf7-form {
  background: #fafafa;
  padding: 30px 50px;
  margin-top: 20px;
  padding-bottom: 40px; }

input.wpcf7-form-control.wpcf7-submit {
  float: right;
  width: 170px;
  padding: 10px; }

contact_frm {
  float: left;
  margin-left: 0;
  margin-top: 20px;
  padding: 0;
  border: 1px solid #dddddd;
  background-color: #fafafa; }

form.wpcf7-form {
  background: #fafafa;
  padding: 30px 30px;
  margin-top: 0;
  padding-bottom: 40px;
  padding-top: 10px; }

.contact_frm input {
  padding: 8px 15px;
  margin-bottom: 15px; }

.contact_frm h4 {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-left: 20px; }

.kontakt-form {
  margin-top: 30px; }

textarea.wpcf7-form-control.wpcf7-textarea {
  border-color: #dddddd; }

.text_box input {
  margin-bottom: 15px; }

.text_box {
    /*
   * border: 1px solid #DDD;
   */ }

.smamm_contact h4 {
  font-size: 24px;
  margin-bottom: 0px; }

.smamm_contact input {
  padding: 8px 15px;
  margin-bottom: 15px; }

.smamm_contact input {
  padding: 8px 15px;
  margin-bottom: 15px; }

form.wpcf7-form {
  padding: 0px; }

input.wpcf7-form-control.wpcf7-submit:hover,
.smamm_contact input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #0cbc14; }

@media (max-width: 897px) {
  .contact_form {
    float: none false;
    width: 80%;
    margin-left: 20px; } }

@media (max-width: 897px) {
  .contact-form-small {
    width: 80%;
    float: left;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px; }

  .main {
    padding-right: 50px; }

  a.blue {
    text-align: center;
    float: none; }

  p.icon_txt {
    display: none; }

  .newsletter-form div {
    width: 100%;
    margin-right: 1%;
    margin-bottom: 20px;
    float: left; }

  .newsletter-form input[type=\"text\"] {
    display: inline-block;
    float: none;
    padding: 5px;
    border-color: transparent; }

  .newsletter-form input.scf_button {
    float: none; }

  .footer_all {
    padding: 20px; } }

.text_box {
    /*
   * padding: 35px;
   * background-color: #FAFAFA;
   * margin-bottom: 40px;
   */ }

@media (max-width: 897px) {
  .content_cont {
    width: 90%;
    margin: 0 auto;
    padding-right: 50px false; }

  .kontakt-form {
    width: 80% !important;
    float: left;
    margin-left: 20px !important; }

  .real_stopka {
    margin-left: 20px; } }

.form-wrap {
  width: 100%; }

.width_formularz {
  max-width: 1349px;
  margin: 0 auto; }

div#cookie-law-info-bar {
  display: block;
  color: #fafafa;
  font-family: 'Roboto';
  bottom: 0px;
  border-top-width: 4px;
  border-top-style: none;
  border-top-color: #444444;
  position: fixed;
  background-color: #00aeff; }

div#cookie-law-info-bar {
  background: rgba(0, 0, 0, 0.84) none repeat scroll 0% 0% !important;
  padding: 13px 0px; }

a#cookie_action_close_header {
  background: #06809f none repeat scroll 0% 0% !important;
  border-radius: 2px;
  font-weight: normal false; }

@media (max-width: 897px) {
  .small_item {
    width: 80%;
    float: left;
    margin-right: 0;
    margin-left: 20px; }

  .fivecol-one {
    width: 100%;
    float: none;
    margin-left: 30px;
    margin-bottom: 20px; }

  .send_form {
    max-width: 50%;
    float: none;
    margin-left: 20%; } }

input[type=\"submit\"] {
  background-color: #10b2db;
  color: white;
  float: right; }

input[type=\"submit\"]:hover {
  background-color: #0cbc14; }

.smamm_contact {
  margin-bottom: 40px; }

textarea.wpcf7-form-control.wpcf7-textarea {
  margin-bottom: 20px; }

input.wpcf7-form-control.wpcf7-submit {
  text-transform: none false; }

input.scf_button {
  background-color: #1f1f1f !important; }

input[type=\"submit\"]:hover {
  background-color: #0cbc14 false; }

a.name_site {
  font-size: 26px; }

a.name_site:hover {
  color: #10b2db; }

input {
  cursor: pointer; }

input.wpcf7-form-control.wpcf7-submit {
  border-radius: 2px; }

a.poradnik {
  border-radius: 2px; }

a.blue {
  border-radius: 2px; }

input.scf_button {
  border-radius: 2px; }

input {
  border-radius: 2px; }

i.icon-google-plus {
  padding-left: 11px; }

p.centered {
  line-height: 45px;
  margin-top: 20px;
  text-align: center; }

@media (max-width: 897px) {
  .fivecol-one {
    width: 100%;
    float: none;
    margin-left: 30%;
    margin-bottom: 20px; }

  .sec_item img {
    max-width: 497px;
    max-height: 269px; }

  img.small-img {
    max-width: 497px;
    max-height: 269px; } }

.post_content img {
  padding-right: 20px; }

.post_box ul {
  list-style-type: disc;
  font-weight: 300; }

.bottom_box {
  background: url(\"https://budzetobywatelski.eu/wp-content/uploads/2016/02/plac-zabaw-comes-w-bielsku-bialej-na-osiedlu-piastowskim1-1600x400.jpg\"); }

.bot_box h1 {
  font-size: 30px; }

.smamm_contact h4 {
  font-size: 24px;
  margin-bottom: -20px; }

.komunicat_text h5 {
  line-height: 1.8;
  text-align: center; }

.komunicat_text h4 {
  text-align: center; }

h3.komunikat {
  border-bottom: none;
  margin-bottom: 0px; }

.contact-form-small {
  float: left;
  margin-right: 1%;
  margin-left: 3%; }

.por_header {
  margin-top: 20px;
  margin-bottom: 20px; }

.error_wrap {
  width: 100%; }

.eror_width {
  max-width: 1349px;
  margin: 0 auto; }

h1.error {
  text-align: center; }

.error_text {
  margin-top: 10%;
  margin-bottom: 10%; }

@media (max-width: 897px) {
  h1.error {
    margin-left: 20px;
    margin-right: 20px; } }

input.pdf {
  width: 100%; }

.bottom_box {
  background-repeat: repeat !important; }

@media (max-width: 897px) {
  a.name_site {
    font-size: 22px; }

  .fixed_cnt {
    margin: 10px; }

  .contact-form-small {
    margin-left: 20px; } }

.tweet-share {
  display: inline-block;
  position: relative;
  text-indent: 0px;
  margin: 0px;
  padding: 0px;
  border-style: none;
  float: none;
  line-height: 0;
  font-size: 1px;
  vertical-align: baseline;
  display: inline-block;
  width: 85px;
  height: 20px;
  background: transparent;
  margin-left: 5px; }

.post_content {
  margin: 20px; }

.komunicat_text h4 {
  color: #323131;
  font-weight: 300; }

@media (max-width: 897px) {
  .half_info {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 50px; }

  .half_social {
    width: 100%;
    margin-left: 20px; }

  .h1_komunikat p {
    padding-right: 50px;
    padding-left: 30px; }

  h3.komunikat {
    font-size: 30px; }

  .komunicat_text h4 {
    font-size: 24px;
    line-height: 1.6; }

  .komunicat_text h5 {
    font-size: 18px; }

  a.cta_pdf {
    font-size: 12px; }

  p.smm_pdf {
    font-size: 14px; }

  .kom_footer {
    margin-top: 10px; } }

span.line_box {
  text-align: center;
  display: block;
  color: white; }

.poradnik_line_wrap {
  display: block;
  padding: 20px 0px;
  font-size: 24px; }

.poradnik_line {
  background-color: #10b2db;
  color: white; }

.poradnik_line:hover {
  background-color: #0cbc14; }

a.poradnik_line:hover {
  background-color: #0cbc14; }

.fixed_cnt input[type="number"] {
  width: 100% !important; }

.fixed_cnt .wpcf7-text {
  width: 100% !important; }

.bottom_box {
  background: url(/wp-content/uploads/2016/02/plac-zabaw-comes-w-bielsku-bialej-na-osiedlu-piastowskim1-1600x400.jpg); }

.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
  width: 100%; }

div.wpcf7 {
  border: 1px solid #e6e6e6;
  padding: 20px !important;
  background: #fafafa;
  margin-bottom: 80px !important;
  padding-left: 50px !important; }