@charset "UTF-8";
/*
Theme Name:  Maria Łuszczewska
Author: Szymon Taciak
Description: Motyw dla Marii Łuszczewskiej zaprojektowany przez Roberta Marciniaka i wykonany przez Szymona Taciaka
Version: 1.0.0

Text Domain: ml

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */ }

*,
*: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/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #0f1012;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.55; }

h1, h2, h3, h4, h5, h6 {
  color: #4d4d4d; }

h1 {
  font-weight: 300;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.1;
  margin-bottom: 0.3em; }

h2 {
  font-weight: 300;
  font-size: 44px;
  font-size: 4.4rem;
  margin-bottom: 0.3em; }

h3 {
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0.7em; }

h4 {
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.7em; }

body .page-title {
  font-weight: 500;
  text-align: right;
  position: relative;
  margin-bottom: 0;
  letter-spacing: 1px;
  text-transform: lowercase;
  color: #fff;
  z-index: 20;
  font-size: 14px;
  font-size: 1.4rem; }

body .entry-title,
.blog .entry-title,
.search .entry-title,
.archive .entry-title {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  text-transform: none;
  margin-bottom: 0.5em;
  padding-bottom: 0;
  border-bottom: 0; }
  body .entry-title a,
  .blog .entry-title a,
  .search .entry-title a,
  .archive .entry-title a {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }

.single .entry-title {
  margin-bottom: 0.3em; }

h2.section-title {
  font-weight: 300;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  font-size: 43px;
  font-size: 4.3rem; }
  h2.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #85c140; }
  h2.section-title.left {
    text-align: left; }
    h2.section-title.left:after {
      left: 0;
      -webkit-transform: none;
              transform: none; }

p {
  margin-bottom: 1.2em; }

b, strong {
  font-weight: 500; }

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: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

.bardzo-duze-napisy {
  line-height: 1;
  font-size: 66px;
  font-size: 6.6rem; }

.duze-napisy {
  font-size: 30px;
  font-size: 3rem; }

.srednie-napisy {
  font-size: 20px;
  font-size: 2rem; }

.male-napisy {
  font-size: 12px;
  font-size: 1.2rem; }

.hint {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999; }

.thin {
  font-weight: 100; }

.regular {
  font-weight: 400; }

.medium {
  font-weight: 500; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
  height: 1px;
  margin-bottom: 1.2em; }

ul, ol {
  margin: 0 0 1.5em 1.5em; }

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; }

.menu,
nav ul {
  margin: 0; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 0; }

table {
  margin: 0 0px 1.5em;
  width: 100%;
  border-collapse: collapse; }
  table thead tr:last-child {
    border-bottom: 1px solid #ddd; }
  table th {
    border-left: 1px solid #ddd;
    background: #eee;
    font-weight: bold;
    padding: 5px 15px; }
  table td {
    padding: 5px 15px; }

.entry-content table thead tr:last-child {
  border-bottom: 2px solid #ddd; }
.entry-content table th {
  border-left: 2px solid #ddd;
  background: #eee; }
  .entry-content table th:first-child {
    border-left: 0; }
.entry-content table tr {
  border-top: 2px solid #ddd; }
  .entry-content table tr:first-child {
    border-top: 0; }
.entry-content table td {
  border-left: 2px solid #ddd; }
  .entry-content table td:first-child {
    border-left: 0; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #0f1012;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  line-height: 1;
  display: inline-block;
  padding: .5em 1em .5em;
  border-radius: 0 !important;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #0f1012;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .button:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    color: #fff;
    background-color: #030404; }
  .button:focus, .button:active,
  button:focus,
  button:active,
  input[type="button"]:focus,
  input[type="button"]:active,
  input[type="reset"]:focus,
  input[type="reset"]:active,
  input[type="submit"]:focus,
  input[type="submit"]:active {
    color: #fff;
    background-color: black; }
  .button.button-large,
  button.button-large,
  input[type="button"].button-large,
  input[type="reset"].button-large,
  input[type="submit"].button-large {
    padding: 18px 35px;
    text-align: center;
    font-weight: 500;
    background-color: #0f1012;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-size: 14px;
    font-size: 1.4rem; }
    .button.button-large:hover,
    button.button-large:hover,
    input[type="button"].button-large:hover,
    input[type="reset"].button-large:hover,
    input[type="submit"].button-large:hover {
      color: #fff;
      background-color: #030404; }
    .button.button-large:focus, .button.button-large:active,
    button.button-large:focus,
    button.button-large:active,
    input[type="button"].button-large:focus,
    input[type="button"].button-large:active,
    input[type="reset"].button-large:focus,
    input[type="reset"].button-large:active,
    input[type="submit"].button-large:focus,
    input[type="submit"].button-large:active {
      color: #fff;
      background-color: black; }
    .button.button-large.secondary,
    button.button-large.secondary,
    input[type="button"].button-large.secondary,
    input[type="reset"].button-large.secondary,
    input[type="submit"].button-large.secondary {
      background-color: #fff;
      color: #85c140;
      border: 1px solid #85c140; }
      .button.button-large.secondary:hover,
      button.button-large.secondary:hover,
      input[type="button"].button-large.secondary:hover,
      input[type="reset"].button-large.secondary:hover,
      input[type="submit"].button-large.secondary:hover {
        background-color: rgba(133, 193, 64, 0.1); }
  .button.lowercase,
  button.lowercase,
  input[type="button"].lowercase,
  input[type="reset"].lowercase,
  input[type="submit"].lowercase {
    padding-top: .4em !important; }
  .button.uppercase,
  button.uppercase,
  input[type="button"].uppercase,
  input[type="reset"].uppercase,
  input[type="submit"].uppercase {
    text-transform: uppercase; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */ }

body .button.button-alt,
body .button-alt,
body .wpb_btn-warning {
  background-color: #f1a208;
  color: #000;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  body .button.button-alt:hover,
  body .button-alt:hover,
  body .wpb_btn-warning:hover {
    color: #000;
    background-color: #d89107; }
  body .button.button-alt:focus, body .button.button-alt:active,
  body .button-alt:focus,
  body .button-alt:active,
  body .wpb_btn-warning:focus,
  body .wpb_btn-warning:active {
    color: #000;
    background-color: #ca8707; }
  body .button.button-alt.button-large,
  body .button-alt.button-large,
  body .wpb_btn-warning.button-large {
    padding: 18px 35px;
    text-align: center;
    font-weight: 500;
    background-color: #f1a208;
    color: #000;
    border: 0;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-size: 14px;
    font-size: 1.4rem; }
    body .button.button-alt.button-large:hover,
    body .button-alt.button-large:hover,
    body .wpb_btn-warning.button-large:hover {
      color: #000;
      background-color: #d89107; }
    body .button.button-alt.button-large:focus, body .button.button-alt.button-large:active,
    body .button-alt.button-large:focus,
    body .button-alt.button-large:active,
    body .wpb_btn-warning.button-large:focus,
    body .wpb_btn-warning.button-large:active {
      color: #000;
      background-color: #ca8707; }
body .button.button-primary,
body .button-primary,
body .wpb_btn-danger {
  background-color: #85c140;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  body .button.button-primary:hover,
  body .button-primary:hover,
  body .wpb_btn-danger:hover {
    color: #fff;
    background-color: #78af39; }
  body .button.button-primary:focus, body .button.button-primary:active,
  body .button-primary:focus,
  body .button-primary:active,
  body .wpb_btn-danger:focus,
  body .wpb_btn-danger:active {
    color: #fff;
    background-color: #70a335; }
  body .button.button-primary.button-large,
  body .button-primary.button-large,
  body .wpb_btn-danger.button-large {
    padding: 18px 35px;
    text-align: center;
    font-weight: 500;
    background-color: #85c140;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-size: 14px;
    font-size: 1.4rem; }
    body .button.button-primary.button-large:hover,
    body .button-primary.button-large:hover,
    body .wpb_btn-danger.button-large:hover {
      color: #fff;
      background-color: #78af39; }
    body .button.button-primary.button-large:focus, body .button.button-primary.button-large:active,
    body .button-primary.button-large:focus,
    body .button-primary.button-large:active,
    body .wpb_btn-danger.button-large:focus,
    body .wpb_btn-danger.button-large:active {
      color: #fff;
      background-color: #70a335; }
body .wpb_button {
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: #85c140; }
body button.wpb_btn-large,
body span.wpb_btn-large {
  border-radius: 0; }

.button-primary,
.button-alt,
.button,
.button-large {
  outline: none; }

input::-webkit-input-placeholder {
  color: #0f1012;
  opacity: 1 !important;
  filter: alpha(opacity=100); }

input:-moz-placeholder {
  color: #0f1012;
  opacity: 1 !important;
  filter: alpha(opacity=100); }

input::-moz-placeholder {
  color: #0f1012;
  opacity: 1 !important;
  filter: alpha(opacity=100); }

input:-ms-input-placeholder {
  color: #0f1012;
  opacity: 1 !important;
  filter: alpha(opacity=100); }

textarea::-webkit-input-placeholder {
  color: #0f1012;
  opacity: 1 !important;
  filter: alpha(opacity=100); }

textarea:-moz-placeholder {
  color: #0f1012;
  opacity: 1 !important;
  filter: alpha(opacity=100); }

textarea::-moz-placeholder {
  color: #0f1012;
  opacity: 1 !important;
  filter: alpha(opacity=100); }

textarea:-ms-input-placeholder {
  color: #0f1012;
  opacity: 1 !important;
  filter: alpha(opacity=100); }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
  position: relative;
  top: 2px; }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #0f1012;
  border: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 100%;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-size: 14px;
  font-size: 1.4rem; }

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #0f1012;
  border-color: #000;
  outline: none; }

input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
textarea:hover {
  border-color: #000;
  outline: none; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 14px 20px 13px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
  resize: none; }

label {
  cursor: pointer; }

.search-form {
  display: block;
  width: 100%;
  max-width: 280px;
  position: relative; }
  .search-form .search-field {
    position: relative;
    width: 100%;
    max-width: 100%; }
  .search-form .search-submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    text-indent: -999px;
    background: transparent url(../images/search.png) no-repeat center center;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0; }
    .search-form .search-submit:hover, .search-form .search-submit:active, .search-form .search-submit:focus {
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 0; }

span.wpcf7-not-valid-tip {
  color: #fff;
  padding: 1px 5px;
  font-size: 12px;
  display: block;
  border-radius: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 1px;
  background-color: #F00; }

textarea.wpcf7-not-valid,
input.wpcf7-not-valid {
  border-color: #F77; }

div.wpcf7-response-output {
  padding: 0.4em 0.8em;
  margin: 15px 0 0;
  border-radius: 0;
  text-align: center;
  border: 1px solid #aaa;
  background: #f5f5f5;
  color: #0f1012;
  font-size: 13px;
  font-size: 1.3rem; }

div.wpcf7-validation-errors {
  /* border: 1px solid #f7e700;
  background: #fff8b5; */ }

div.wpcf7-mail-sent-ng {
  /* border: 1px solid #ff5555;
  background:#ffcfcf; */ }

div.wpcf7-mail-sent-ok {
  /* border: 1px solid #398f14;
  background: #d5ffca; */ }

textarea.error,
input.error {
  color: #0f1012;
  border-color: #ff3333;
  outline: none;
  -webkit-box-shadow: inset 0 0 6px 0px rgba(255, 0, 0, 0.7);
          box-shadow: inset 0 0 6px 0px rgba(255, 0, 0, 0.7);
  background-color: #fff2f2; }

.page-template-contact .wpcf7-form {
  width: 280px; }
.page-template-contact .form-field {
  margin-bottom: 30px;
  position: relative; }
  .page-template-contact .form-field .wpcf7-form-control-wrap {
    position: static; }
  .page-template-contact .form-field.submit {
    margin-bottom: 0;
    position: relative; }
    .page-template-contact .form-field.submit .ajax-loader {
      position: absolute;
      top: 50%;
      left: 100%;
      -webkit-transform: translate(8px, -50%);
              transform: translate(8px, -50%); }
.page-template-contact textarea {
  height: 200px; }
.page-template-contact .button {
  text-align: center;
  width: 100%;
  background-color: #000 !important; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #0f1012;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  a:visited {
    color: #0f1012;
    outline: none; }
  a:hover, a:focus, a:active {
    color: black;
    outline: none; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation ul {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none; }
  .main-navigation ul li {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem; }
  .main-navigation ul a {
    display: block;
    text-transform: lowercase;
    color: rgba(255, 255, 255, 0.2);
    position: relative; }
    .main-navigation ul a:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 30px;
      height: 10px;
      z-index: -1;
      background-color: transparent;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease; }
    .main-navigation ul a:hover:before {
      background-color: rgba(255, 255, 255, 0.2); }
  .main-navigation ul li.current-menu-parent > a,
  .main-navigation ul li.current-menu-item > a,
  .main-navigation ul li.toggled > a,
  .main-navigation ul a:hover {
    color: #fff; }
  .main-navigation ul li.toggled > ul,
  .main-navigation ul li.current-menu-parent > ul {
    max-height: 200px; }
  .main-navigation ul li.current-menu-parent.toggled > ul {
    max-height: 0; }
  .main-navigation ul li.current-menu-parent.toggled > a {
    color: rgba(255, 255, 255, 0.1); }
    .main-navigation ul li.current-menu-parent.toggled > a:hover {
      color: #fff; }
  .main-navigation ul li.menu-item-has-children.current-menu-parent.toggled > a,
  .main-navigation ul li.menu-item-has-children > a {
    position: relative; }
    .main-navigation ul li.menu-item-has-children.current-menu-parent.toggled > a:after,
    .main-navigation ul li.menu-item-has-children > a:after {
      content: '+';
      margin-left: 5px;
      font-size: 14px;
      font-size: 1.4rem; }
  .main-navigation ul li.current-menu-parent > a:after,
  .main-navigation ul li.menu-item-has-children.toggled > a:after {
    content: '-';
    font-size: 20px;
    font-size: 2rem; }

.main-navigation div > ul > li {
  margin-bottom: 20px; }
  .main-navigation div > ul > li:last-child {
    margin-bottom: 0; }

.main-navigation li > ul {
  padding-left: 15px;
  height: auto;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .main-navigation li > ul > li {
    margin-top: 20px; }

/* Small menu */
.menu-toggle {
  display: none; }

/*--------------------------------------------------------------
5.3 Pagination
--------------------------------------------------------------*/
.pagination {
  font-size: 0;
  text-align: center;
  display: block;
  margin-top: 25px; }
  .pagination .page-numbers {
    color: #fff;
    background: #85c140;
    font-size: 14px;
    font-size: 1.4rem;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border: 2px solid transparent;
    margin: 0 4px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    .pagination .page-numbers:hover, .pagination .page-numbers.current {
      background: #97ca5d;
      color: #fff; }
    .pagination .page-numbers.dots {
      background: none;
      width: auto;
      color: #0f1012; }
      .pagination .page-numbers.dots:hover {
        background: none; }

/*--------------------------------------------------------------
6.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:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #0f1012;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    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 */ }

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after,
.wrapper:before,
.wrapper: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; }

.clear:after,
.clearfix:after,
.wrapper:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets */ }
  .widget select {
    max-width: 100%; }

.widget-area .widget {
  margin-bottom: 25px; }
.widget-area .widget_search .search-form {
  max-width: 100%; }
.widget-area .widget_search input[type="search"] {
  width: 100%; }

.widget-title {
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-size: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-weight: 500;
  color: #0f1012; }

.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none; }
  .widget_archive ul li,
  .widget_categories ul li,
  .widget_nav_menu ul li {
    display: block; }
    .widget_archive ul li:first-child,
    .widget_categories ul li:first-child,
    .widget_nav_menu ul li:first-child {
      border-top: 0; }
  .widget_archive ul a,
  .widget_categories ul a,
  .widget_nav_menu ul a {
    display: block;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.2;
    background-color: #eeeeee;
    color: #0f1012;
    font-weight: 600;
    padding: 13px 20px 12px;
    font-family: 'Titillium Web', sans-serif; }
  .widget_archive ul li.current-menu-item a,
  .widget_archive ul li a:hover,
  .widget_archive ul a:hover,
  .widget_categories ul li.current-menu-item a,
  .widget_categories ul li a:hover,
  .widget_categories ul a:hover,
  .widget_nav_menu ul li.current-menu-item a,
  .widget_nav_menu ul li a:hover,
  .widget_nav_menu ul a:hover {
    background-color: #85c140;
    color: #fff; }

.widget_nav_menu .widget-title {
  display: none; }

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.wrapper {
  width: 1120px;
  margin: 0 auto;
  position: relative; }

html {
  overflow-y: auto;
  overflow-x: hidden; }

/*--------------------------------------------------------------
10.1 Header
--------------------------------------------------------------*/
#wpadminbar {
  opacity: .4; }

#wpadminbar:hover {
  opacity: 1; }

body.admin-bar {
  margin-top: 0px; }

html.js {
  margin-top: 0 !important; }

.site-header {
  background-color: #0f1012;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 66.6666%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .site-header:before, .site-header:after {
    display: none; }
  .site-header .site-title {
    margin-bottom: 0; }
  .site-header .content-wrapper {
    height: 660px;
    width: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .site-header .header-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -7px; }
    .site-header .header-socials a {
      width: 24px;
      margin-right: 30px;
      line-height: 0;
      font-size: 0px;
      font-size: 0rem; }
      .site-header .header-socials a.mail {
        margin-top: 1px; }
      .site-header .header-socials a:last-child {
        margin-right: 0; }
      .site-header .header-socials a:hover svg {
        fill: rgba(255, 255, 255, 0.7); }
      .site-header .header-socials a svg {
        width: 100%;
        fill: #fff;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease; }

.site-branding {
  width: 175px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .site-branding a {
    position: relative;
    line-height: 0;
    display: block;
    font-size: 0px;
    font-size: 0rem; }
    .site-branding a svg {
      fill: #fff;
      width: 100%;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease; }
    .site-branding a:hover svg {
      opacity: 0.7; }
  .site-branding img {
    display: block;
    line-height: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }

/*--------------------------------------------------------------
10.2 Content
--------------------------------------------------------------*/
.content-area.full {
  float: none;
  clear: both;
  margin: 0;
  width: 100%; }

.full .site-main {
  margin: 0;
  padding-right: 0;
  padding-left: 0; }

.full .entry-content > .wpb_row {
  position: relative; }

.full .entry-content > .wpb_row.home-section:last-child {
  margin-bottom: 0; }

.full .hentry:last-child {
  margin-bottom: 0; }

/*--------------------------------------------------------------
10.3 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.archive .hentry {
  margin-bottom: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3); }
  .archive .hentry:first-of-type {
    border-top: 0; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.entry-summary {
  margin: 0.7em 0 0; }

.page-content {
  margin: 1.5em 0 0; }

.entry-content {
  margin: 0; }

.archive .hentry .entry-content {
  margin-top: 0.4em; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.page-id-187 .site-content:before {
  display: none; }

.page-theme-dark hr {
  background-color: rgba(255, 255, 255, 0.3); }
.page-theme-dark .site-content {
  background-color: #0f1012; }
  .page-theme-dark .site-content:before {
    background-color: #171717; }
.page-theme-dark .site-header {
  border-right: 1px solid #171717; }
.page-theme-dark .multilanguage-content-container .lang-nav ul li.current-lang a {
  opacity: 1; }
  .page-theme-dark .multilanguage-content-container .lang-nav ul li.current-lang a:hover {
    opacity: 1; }
.page-theme-dark .multilanguage-content-container .lang-nav ul li a {
  color: #fff;
  opacity: 0.1; }
  .page-theme-dark .multilanguage-content-container .lang-nav ul li a:hover {
    opacity: 0.7; }

.page-theme-dark .site-content,
.home .site-content {
  color: #fff; }

.page-theme-image-in-bg .site-content:before {
  display: none; }

.page-template-page-no-padding-left .site-content .content-area {
  padding-left: 30px; }

.page-template-portfolio.page-id-194 .gallery-container a {
  background-position: center top; }
.page-template-portfolio .site-content .content-area {
  width: 100%;
  padding-right: 135px; }
.page-template-portfolio .gallery-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .page-template-portfolio .gallery-container a {
    width: calc(50% - 33px);
    height: calc(33vw - 168px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .page-template-portfolio .gallery-container a:nth-child(n+3) {
      margin-top: 66px; }
    .page-template-portfolio .gallery-container a:hover {
      -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.3); }

.site-content {
  min-height: 100vh;
  padding-top: calc(50vh - 330px);
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative; }
  .site-content:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 33.3333vw;
    width: 1px;
    z-index: 0;
    background-color: #f2f2f2;
    display: block; }
  .site-content .content-area {
    width: 680px;
    padding-left: 135px;
    position: relative;
    z-index: 1; }
  .site-content a {
    font-weight: 500; }
  .site-content hr {
    width: 80px;
    display: inline-block; }

.home .site-content,
.page-template-contact .site-content,
.page-template-portfolio .site-content {
  padding-bottom: calc(50vh - 330px); }

.home .site-content {
  padding-right: calc(33.3333vw - 360px); }
  .home .site-content .content-area {
    width: 100%;
    padding-left: 0; }

.home-image-container {
  text-align: right;
  position: relative;
  font-size: 0px;
  font-size: 0rem; }
  .home-image-container img {
    display: inline-block; }
  .home-image-container .image-desc {
    position: absolute;
    bottom: 125px;
    right: 380px;
    color: #fff;
    text-align: right;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.8;
    font-size: 14px;
    font-size: 1.4rem; }

.page-template-contact .site-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.posted-on {
  color: #bbb; }

.search article {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 25px; }
  .search article:first-of-type {
    border-top: 0; }

.post-meta {
  color: #a1a1a1;
  font-size: 15px;
  font-size: 1.5rem; }

.page-container {
  width: 66.6666%;
  float: right; }

.multilanguage-content-container .lang-nav ul {
  list-style: none;
  margin-left: 0;
  font-size: 0px;
  font-size: 0rem; }
  .multilanguage-content-container .lang-nav ul li {
    margin-bottom: 1.2em;
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
    font-size: 18px;
    font-size: 1.8rem; }
    .multilanguage-content-container .lang-nav ul li.current-lang a {
      opacity: 1; }
      .multilanguage-content-container .lang-nav ul li.current-lang a:hover {
        opacity: 1; }
    .multilanguage-content-container .lang-nav ul li a {
      text-transform: uppercase;
      color: #0f1012;
      opacity: 0.2; }
      .multilanguage-content-container .lang-nav ul li a:hover {
        opacity: 0.7; }
.multilanguage-content-container .contents .lang-content {
  display: none; }
  .multilanguage-content-container .contents .lang-content.current {
    display: block; }

.content-space-big .site-content .content-area {
  padding-top: 244px; }

.small-screen.home .site-content, .small-screen.page-template-contact .site-content, .small-screen.page-template-portfolio .site-content {
  padding-bottom: calc(50vh - 275px); }
.small-screen .site-content {
  padding-top: calc(50vh - 275px); }
.small-screen .site-header .content-wrapper,
.small-screen .home-image-container img {
  height: 550px; }
.small-screen .home-image-container .image-desc {
  right: 325px;
  bottom: 115px; }
.small-screen.content-space-big .site-content .content-area {
  padding-top: 195px; }

/*--------------------------------------------------------------
10.4 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
10.5 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
10.5 Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  clear: both;
  color: #777777;
  height: 250px;
  background: #010101 url(../images/logo.png) no-repeat center center;
  font-size: 11px;
  font-size: 1.1rem; }
  .site-footer a {
    color: #777777;
    text-decoration: none; }
    .site-footer a:hover {
      text-decoration: underline; }
  .site-footer .wrapper {
    padding: 30px 0; }
  .site-footer .f-left {
    float: left; }
    .site-footer .f-left span {
      white-space: nowrap; }
  .site-footer .f-menu {
    float: left;
    width: 33%;
    text-align: center; }
    .site-footer .f-menu ul {
      list-style: none;
      padding-left: 0; }
    .site-footer .f-menu li {
      display: inline-block;
      margin-right: 0;
      margin-bottom: 10px; }
    .site-footer .f-menu a {
      text-transform: uppercase; }
  .site-footer .f-right {
    text-align: right;
    float: right; }
  .site-footer .kreacja {
    padding-right: 57px;
    display: inline-block;
    position: relative; }
    .site-footer .kreacja img {
      position: absolute;
      top: -3px;
      right: 0; }

.prefooter-contact-row .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .prefooter-contact-row .vc_column-inner > .wpb_wrapper .wpb_text_column {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .prefooter-contact-row .vc_column-inner > .wpb_wrapper .wpb_text_column:after {
      content: '';
      position: absolute;
      top: 0;
      right: -120px;
      width: 1px;
      height: 200px;
      background-color: rgba(255, 255, 255, 0.2);
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0; }
    .prefooter-contact-row .vc_column-inner > .wpb_wrapper .wpb_text_column:last-child:after {
      display: none; }

/*--------------------------------------------------------------
11.0 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; }

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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%; }

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 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; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  margin-left: -5px;
  margin-right: -5px; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 3% 0;
  padding-left: 5px;
  padding-right: 5px; }
  .gallery-item img {
    display: block;
    margin: 0 auto; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%; }

.gallery-caption {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem; }

/*--------------------------------------------------------------
12.0 Additional / Modifiers
--------------------------------------------------------------*/
.banner-section {
  height: 300px;
  background: url(../images/page-title-bg.jpg) no-repeat center center/cover; }
  .banner-section .wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.shortcode-gallery-container {
  margin-left: -5px;
  margin-right: -5px;
  font-size: 0px;
  font-size: 0rem; }
  .shortcode-gallery-container.cols-3 a {
    height: 190px;
    width: calc(33.3333% - 10px); }
  .shortcode-gallery-container.cols-4 a {
    height: 150px;
    width: calc(25% - 10px); }
  .shortcode-gallery-container a {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 10px);
    margin: 5px;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

.home-tiles-container {
  font-size: 0px;
  font-size: 0rem;
  margin-left: -1%;
  margin-right: -1%; }
  .home-tiles-container .single-tile {
    font-size: 20px;
    font-size: 2rem;
    margin: 1%;
    width: 23%;
    display: inline-block;
    vertical-align: top;
    background-color: #f1a208;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    padding-top: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .home-tiles-container .single-tile .tile-thumbnail {
      display: block;
      width: 100%;
      height: 130px; }
    .home-tiles-container .single-tile .tile-page-title {
      display: block;
      background-color: #eeeeee;
      padding: 11px 15px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .home-tiles-container .single-tile:hover {
      background-color: #85c140; }
    .home-tiles-container .single-tile:hover > .tile-page-title {
      background-color: #85c140;
      color: #ffffff; }

.featured-products-container {
  margin-left: -8px;
  margin-right: -8px;
  font-size: 0px;
  font-size: 0rem; }
  .featured-products-container .single-product {
    display: inline-block;
    vertical-align: top;
    width: calc(33.3333% - 16px);
    margin: 50px 8px 0;
    font-size: 16px;
    font-size: 1.6rem; }
    .featured-products-container .single-product a {
      display: block;
      color: #0f1012; }
      .featured-products-container .single-product a.attachment {
        color: #85c140;
        font-weight: 400;
        text-transform: uppercase;
        position: relative;
        padding-left: 25px;
        font-size: 14px;
        font-size: 1.4rem; }
        .featured-products-container .single-product a.attachment:hover {
          color: black; }
        .featured-products-container .single-product a.attachment:before {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          display: block;
          height: 1px;
          width: 15px;
          background-color: #85c140;
          font-size: 0px;
          font-size: 0rem; }
    .featured-products-container .single-product .title {
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease; }
    .featured-products-container .single-product .product-link:hover .title {
      color: #83c144; }
    .featured-products-container .single-product .excerpt p:last-child {
      margin-bottom: 0; }
    .featured-products-container .single-product .product-link + .attachment {
      margin-top: 12px; }
    .featured-products-container .single-product .thumbnail {
      width: 100%;
      height: 190px;
      background-size: cover;
      background-position: center center;
      margin-bottom: 30px; }

body .wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
  padding-bottom: 33%; }

.inline-block {
  display: inline-block; }

.radius-small {
  border-radius: 7px; }

.radius-large {
  border-radius: 10px; }

a[href$=".odt"] {
  position: relative; }

a[href$=".doc"] {
  position: relative; }

a[href$=".docx"] {
  position: relative; }

a[href$=".ods"] {
  position: relative; }

a[href$=".xls"] {
  position: relative; }

a[href$=".xlsx"] {
  position: relative; }

a[href$=".pdf"] {
  position: relative; }

div#fancy_outer {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

a#fancy_right:hover span {
  right: 10px;
  left: auto; }

a#fancy_left:hover span {
  left: 10px; }

div#fancy_title {
  display: none !important; }

.page-template-homepage .vc_basic_grid > .vc_grid {
  margin-left: -15px;
  margin-right: -15px; }

.vc_grid.vc_row.vc_grid-gutter-10px .vc_pageable-slide-wrapper {
  font-size: 0; }

.wpb_single_image .vc_single_image-wrapper {
  max-width: 100%; }

.hidden {
  display: none; }

button#catapultCookie {
  -webkit-box-shadow: none;
          box-shadow: none; }

body {
  /* .lightbox {
  	position: absolute;
  	right: 0;
  	width: auto;
  	z-index: 10000;
  	font-weight: 400;
  	left: 33.3333% !important;
  }
  
  .lightboxOverlay {
  	position: absolute;
  	top: 0;
  	left: 33.3333%;
  	z-index: 9999;
  	background-color: #fff;
  	filter: none;
  	opacity: 1;
  	display: none;
  	right: 0;
  	width: auto !important;
  } */ }
  body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
  body .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    background-color: transparent; }
  body .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
  body .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    display: none; }
  body .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase; }
    body .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
      padding: 3px 0; }
      body .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:after {
        content: "";
        display: inline-block;
        margin-left: 7px;
        background: url(../images/down.png) no-repeat 0 0;
        width: 10px;
        height: 10px;
        vertical-align: middle; }
    body .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active a:after {
      background: url(../images/up.png) no-repeat 0 0; }
  body .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_content {
    padding-left: 0;
    padding-right: 0; }
  body .wrapper-fix {
    margin-left: 0;
    margin-right: 0; }
  body .home-slider-bar {
    z-index: 500;
    position: relative; }
  body div#fancy_overlay {
    z-index: 10000 !important; }
  body div#fancy_outer {
    z-index: 10001 !important; }
  body div.ppt {
    display: none !important; }
  body .centered-bg {
    background-size: cover !important;
    background-position: center center !important; }
  body .wpb_column.centered-bg > .vc_column-inner {
    background-size: cover !important;
    background-position: center center !important; }
  body .home-banner {
    height: 670px;
    background-position: center bottom !important; }
  body .impression-row > .wpb_column {
    position: relative; }
    body .impression-row > .wpb_column:before {
      content: url(../images/bg-addon.png);
      position: absolute;
      top: 180px;
      right: 90%;
      z-index: -1; }
    body .impression-row > .wpb_column:after {
      content: url(../images/bg-addon.png);
      position: absolute;
      top: 53%;
      left: 83%;
      z-index: -1; }
  body .produits-divers-row > .wpb_column {
    position: relative; }
    body .produits-divers-row > .wpb_column:before {
      content: url(../images/bg-addon.png);
      position: absolute;
      top: 70px;
      right: 90%;
      z-index: -1; }
    body .produits-divers-row > .wpb_column:after {
      content: url(../images/bg-addon.png);
      position: absolute;
      top: 73%;
      left: 83%;
      z-index: -1; }
  body .societe-row > .wpb_column {
    position: relative; }
    body .societe-row > .wpb_column:after {
      content: url(../images/bg-addon.png);
      position: absolute;
      top: 35%;
      left: 80%;
      z-index: -1; }
  body .single-document .srednie-napisy {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
  body .single-document a {
    display: block;
    padding-left: 60px;
    background: url(../images/documents-icon.png) no-repeat left top 5px; }
    body .single-document a:hover .srednie-napisy {
      color: #83c043 !important; }
  body .narrow-row {
    padding: 0 100px; }
  body .lightboxOverlay {
    background-color: #fff !important;
    opacity: 1 !important; }
  body .lightbox .lb-dataContainer {
    position: relative;
    padding-top: 20px; }
  body .lightbox .lb-number {
    display: none !important; }
  body .lightbox .lb-data .lb-details {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 27px;
    z-index: 1; }
  body .lightbox .lb-data .lb-caption {
    color: #0f1012;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px;
    font-size: 1.2rem; }
  body .lightbox .lb-close {
    position: relative;
    z-index: 10;
    background-position: right center !important; }
  body .lightbox .lb-image {
    border-width: 10px;
    border-radius: 0; }
  body .lightbox .lb-nav {
    width: calc(100% + 80px);
    left: -40px; }
    body .lightbox .lb-nav a.lb-next,
    body .lightbox .lb-nav a.lb-prev {
      opacity: 0.2; }
      body .lightbox .lb-nav a.lb-next:hover,
      body .lightbox .lb-nav a.lb-prev:hover {
        opacity: 1; }

/*--------------------------------------------------------------
12.0 Media Queries
--------------------------------------------------------------*/
/******* RESPONSIVE    ******/
.trew {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: gray;
  color: #Fff;
  padding: 30px;
  font-size: 18px;
  z-index: 30; }

.desktop-wide,
.desktop,
.tablet,
.mobile-big,
.mobile-small {
  display: none; }

.desktop-wide {
  display: block; }

/* DESKTOP 1920 - 2560 DESKTOP */
@media screen and (min-width: 1920px) {
  .wrapper {
    width: 1120px; } }
@media screen and (max-width: 1400px) {
  .page-template-portfolio .site-content .content-area {
    padding-right: 80px;
    padding-left: 80px; }

  .page-template-portfolio .gallery-container a {
    height: calc(33vw - 113px); } }
/* DESKTOP 1200 - 1920 DESKTOP */
@media screen and (min-width: 1260px) {
  .tablet,
  .mobile-big,
  .mobile-small {
    display: none; }

  .desktop {
    display: block; }

  .wrapper {
    width: 1120px; } }
/* TABLET 760 - 1023 TABLET */
@media screen and (min-width: 760px) {
  .site-menu {
    display: block !important; }

  .site-menu > ul > li > ul {
    display: none !important; }

  .site-menu > ul > li:hover > ul {
    display: block !important; } }
@media screen and (max-width: 1259px) {
  .desktop-wide,
  .desktop,
  .mobile-big,
  .mobile-small {
    display: none; }

  .tablet {
    display: block; }

  .wrapper {
    width: 720px; }

  .site-header .content-wrapper {
    width: auto;
    padding-right: 50px; }

  .site-content .content-area {
    width: auto;
    padding-left: 50px;
    padding-right: 50px; }

  .page-template-contact textarea {
    height: 100px; }

  input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    padding: 9px 15px 8px; }

  .page-template-portfolio .site-content .content-area {
    padding-left: 50px;
    padding-right: 50px; }

  .page-template-portfolio .gallery-container a {
    width: calc(50% - 25px);
    height: calc(33vw - 75px); }

  .page-template-portfolio .gallery-container a:nth-child(n+3) {
    margin-top: 50px; }

  body.home .site-content, body.page-template-contact .site-content, body.page-template-portfolio .site-content {
    padding-bottom: calc(50vh - 225px); }
  body .site-content {
    padding-top: calc(50vh - 225px); }
  body .site-header .content-wrapper,
  body .home-image-container img {
    height: 450px; }
  body .home-image-container .image-desc {
    right: 325px;
    bottom: 115px; }
  body.content-space-big .site-content .content-area {
    padding-top: 140px; }
  body .home-image-container .image-desc {
    right: 260px;
    top: 310px;
    bottom: auto; }
  body .home-image-container img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100000;
    max-width: inherit; }
  body.home .site-content .content-area {
    z-index: inherit; } }
/* MOBILE 480 - 759 MOBILE */
@media screen and (max-width: 767px) {
  .desktop-wide,
  .desktop,
  .tablet,
  .mobile-small {
    display: none; }

  .mobile-big {
    display: block; }

  .wrapper {
    width: 440px; }

  .menu-toggle:hover,
  .menu-toggle:active,
  .menu-toggle:focus,
  .menu-toggle {
    display: block;
    position: absolute;
    left: 0;
    top: 35px;
    width: 40px;
    height: 30px;
    text-indent: -9999px;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent; }
    .menu-toggle:hover .toggle-item,
    .menu-toggle:active .toggle-item,
    .menu-toggle:focus .toggle-item,
    .menu-toggle .toggle-item {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #fff;
      border-radius: 0px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      .menu-toggle:hover .toggle-item:nth-child(1),
      .menu-toggle:active .toggle-item:nth-child(1),
      .menu-toggle:focus .toggle-item:nth-child(1),
      .menu-toggle .toggle-item:nth-child(1) {
        top: 0; }
      .menu-toggle:hover .toggle-item:nth-child(2), .menu-toggle:hover .toggle-item:nth-child(3),
      .menu-toggle:active .toggle-item:nth-child(2),
      .menu-toggle:active .toggle-item:nth-child(3),
      .menu-toggle:focus .toggle-item:nth-child(2),
      .menu-toggle:focus .toggle-item:nth-child(3),
      .menu-toggle .toggle-item:nth-child(2),
      .menu-toggle .toggle-item:nth-child(3) {
        top: 12px; }
      .menu-toggle:hover .toggle-item:nth-child(4),
      .menu-toggle:active .toggle-item:nth-child(4),
      .menu-toggle:focus .toggle-item:nth-child(4),
      .menu-toggle .toggle-item:nth-child(4) {
        top: 25px; }
    .menu-toggle:hover.open .toggle-item:nth-child(1),
    .menu-toggle:active.open .toggle-item:nth-child(1),
    .menu-toggle:focus.open .toggle-item:nth-child(1),
    .menu-toggle.open .toggle-item:nth-child(1) {
      top: 12px;
      width: 0%;
      left: 50%; }
    .menu-toggle:hover.open .toggle-item:nth-child(2),
    .menu-toggle:active.open .toggle-item:nth-child(2),
    .menu-toggle:focus.open .toggle-item:nth-child(2),
    .menu-toggle.open .toggle-item:nth-child(2) {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .menu-toggle:hover.open .toggle-item:nth-child(3),
    .menu-toggle:active.open .toggle-item:nth-child(3),
    .menu-toggle:focus.open .toggle-item:nth-child(3),
    .menu-toggle.open .toggle-item:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .menu-toggle:hover.open .toggle-item:nth-child(4),
    .menu-toggle:active.open .toggle-item:nth-child(4),
    .menu-toggle:focus.open .toggle-item:nth-child(4),
    .menu-toggle.open .toggle-item:nth-child(4) {
      top: 12px;
      width: 0%;
      left: 50%; }
    .menu-toggle:hover:focus,
    .menu-toggle:active:focus,
    .menu-toggle:focus:focus,
    .menu-toggle:focus {
      outline: none; }

  .fixed .menu-toggle {
    top: -7px; }

  .main-navigation div {
    display: none; }

  .main-navigation {
    width: auto;
    float: none;
    clear: both;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .main-navigation ul:after {
      display: none; }

  .main-navigation {
    margin-top: 0;
    max-height: calc(100vh - 200px);
    overflow-y: auto; }

  .main-navigation li:hover > ul {
    -webkit-transform: none;
    transform: none; }

  .main-navigation div ul {
    display: block;
    position: relative; }

  .main-navigation div ul ul {
    display: none;
    border-top: none; }

  .main-navigation div ul li {
    display: block;
    margin: 0;
    border-radius: 0px; }

  .main-navigation ul a::before {
    display: none; }

  .main-navigation li > ul > li:first-child,
  .main-navigation li > ul > li:first-child a,
  .main-navigation li > ul > li:last-child,
  .main-navigation li > ul > li:last-child a {
    border-radius: 0px; }

  .main-navigation div > ul > li:hover > a::before {
    display: none; }

  .main-navigation div > ul > li:hover > a::after,
  .main-navigation div > ul > li > a:focus::after,
  .main-navigation div > ul > li.current-menu-item > a::after {
    width: auto; }

  .main-navigation div ul li a {
    border-radius: 0px;
    display: block;
    margin: 0;
    text-align: center;
    padding: 15px 10px 16px;
    font-size: 20px;
    font-size: 2rem; }

  .main-navigation div > ul > li.current-menu-item > a:hover:after {
    display: inline-block; }

  .main-navigation div ul ul li a {
    font-size: 16px;
    font-size: 1.6rem; }

  .main-navigation ul li.current-menu-parent.toggled > ul {
    max-height: inherit !important; }

  .main-navigation div > ul > li > a:hover:before {
    display: none; }

  .main-navigation div > ul > li a:hover > ul {
    display: none; }

  .main-navigation div > ul > li.extra-menu > ul {
    padding: 0;
    position: relative;
    max-width: none;
    background: none;
    display: none; }

  .main-navigation div > ul > li.extra-menu:hover > ul {
    padding: 0; }

  .main-navigation div > ul > li.extra-menu.toggled > ul {
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center; }

  .main-navigation div > ul > li.extra-menu > ul > li {
    display: block;
    width: 100%; }

  .main-navigation div > ul > li.extra-menu > ul > li a:hover ul {
    display: none; }

  .main-navigation div > ul > li.extra-menu > ul > li::before {
    display: none; }

  .main-navigation div > ul > li.extra-menu.toggled > ul > li > ul {
    max-width: none;
    display: none; }

  .main-navigation div > ul > li.extra-menu.toggled > ul > li.toggled > ul {
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center; }

  .main-navigation div > ul > li.extra-menu.toggled > ul > li > ul > li a {
    color: #244ac6; }

  .main-navigation div > ul > li.extra-menu.toggled > ul > li > ul > li a:hover {
    color: #fff;
    background-color: #E21A22; }

  .main-navigation div > ul > li.extra-menu.toggled > ul > li.toggled > a {
    background-color: #4369E5;
    color: #fff; }

  .main-navigation ul li.menu-item-has-children.current-menu-parent.toggled > a::after,
  .main-navigation ul li.menu-item-has-children > a::after {
    font-size: 20px;
    font-size: 2rem; }

  .main-navigation ul li.current-menu-parent > a::after {
    content: '+'; }

  .main-navigation ul li.menu-item-has-children.current-menu-parent.toggled > a::after {
    content: '-'; }

  /* .main-navigation li.menu-item-has-children > a:after,
  .main-navigation li.current-menu-ancestor > a:after {
  	display: block;
  	position: absolute;
  	right:10px;
  	left: auto;
  	top: 19px;
  	height: 0;
  	width: 0;
  	border-top:6px solid transparent;
  	border-bottom:6px solid transparent;
  	border-left:6px solid #fff;
  	border-right:0;
  	content:"";
  	background-color: transparent;
  } 
  .main-navigation li.menu-item-has-children > ul > li > a:after {
  	display: none;
  }
  .main-navigation li.menu-item-has-children:hover > a:after {
  	border-top:6px solid transparent;
  	border-bottom:6px solid transparent;
  	border-left:6px solid #fff;
  }    
  .main-navigation li.menu-item-has-children > ul > li:hover > a:after {
  	border-top:6px solid transparent;
  	border-bottom:6px solid transparent;
  	border-left:6px solid #fff;
  }  
  
  .main-navigation li.menu-item-has-children.toggled > a:after {
  	border-top:6px solid transparent;
  	border-bottom:6px solid transparent;
  	border-left:6px solid #fff;
  	transform: rotate(90deg);
  	-webkit-transform:rotate(90deg); 
  	-moz-transform:rotate(90deg); 
  	-o-transform:rotate(90deg); 
  }  
  
  .main-navigation li.menu-item-has-children.toggled > ul > li.toggled > a:after {
  	border-top:6px solid transparent;
  	border-bottom:6px solid transparent;
  	border-left:6px solid #fff;
  	transform: rotate(90deg);
  	-webkit-transform:rotate(90deg); 
  	-moz-transform:rotate(90deg); 
  	-o-transform:rotate(90deg); 
  }     
  
  .main-navigation li.active.menu-item-has-children > a:after {
  	right:10px;
  	top:50%;
  	margin-top: -3px;
  	border-top:6px solid #fff;
  	border-bottom:0;
  	border-left:6px solid transparent;
  	border-right:6px solid transparent;
  } */
  .gallery-columns-1 .gallery-item {
    width: 100%;
    max-width: 100%; }

  .gallery-columns-2 .gallery-item {
    width: 100%;
    max-width: 100%; }

  .gallery-columns-3 .gallery-item {
    width: 50%;
    max-width: 50%; }

  .gallery-columns-4 .gallery-item {
    width: 50%;
    max-width: 50%; }

  .gallery-columns-5 .gallery-item {
    width: 50%;
    max-width: 50%; }

  .gallery-columns-6 .gallery-item {
    width: 33%;
    max-width: 33%; }

  .gallery-columns-7 .gallery-item {
    width: 33%;
    max-width: 33%; }

  .gallery-columns-8 .gallery-item {
    width: 25%;
    max-width: 25%; }

  .gallery-columns-9 .gallery-item {
    width: 33%;
    max-width: 33%; }

  .site-header {
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0; }

  body .site-header .content-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: auto;
    width: 440px;
    margin: 0 auto;
    padding-right: 0;
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px; }

  .page-container {
    width: 100%;
    float: none; }

  .banner {
    padding-bottom: 50px;
    position: relative; }

  .banner,
  .page-theme-dark .page-container {
    background-color: #0f1012; }

  .page-template-page-no-padding-left .site-content .content-area,
  .page-template-contact .site-content .content-area {
    padding-left: 0; }

  .page-template-contact .wpcf7-form {
    width: 100%; }

  .page-template-contact .wpcf7-form input {
    width: 100%; }

  .page-template-contact .site-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

  input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    padding: 14px 20px 13px; }

  .page-template-portfolio .site-content .content-area {
    padding-left: 0;
    padding-right: 0; }

  .page-template-portfolio .gallery-container a {
    height: 195px; }

  .page-theme-dark .site-header {
    border-right: none; }

  .site-content::after,
  .site-header::before,
  .banner::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 33.3333vw;
    width: 1px;
    z-index: 0;
    background-color: #f2f2f2;
    display: block; }

  .page-theme-dark .site-content::after,
  .site-header::before,
  .site-header::after,
  .banner::before,
  .banner::after {
    background-color: #171717; }

  .header-socials {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    width: 100%;
    position: absolute;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0; }

  .main-menu-toggled {
    overflow: hidden; }
    .main-menu-toggled .site-header .content-wrapper {
      height: 100vh;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .main-menu-toggled .header-socials {
      opacity: 1;
      visibility: visible;
      position: relative; }

  body {
    padding-top: 100px; }
    body .home-image-container > img {
      display: none; }
    body .home-image-container img {
      z-index: 10;
      position: relative;
      width: 100%;
      height: auto; }
    body .home-image-container .image-desc {
      top: -95px;
      right: 0;
      font-size: 14px;
      font-size: 1.4rem; }
    body .site-content {
      padding-top: 50px !important;
      padding-bottom: 50px !important;
      min-height: calc(100vh - 165px);
      width: 100%; }
      body .site-content .content-area {
        padding-right: 0;
        padding-left: 0;
        width: 440px !important;
        margin: 0 auto; }
    body.content-space-big .site-content .content-area {
      padding-top: 0; }
    body.home .site-content {
      padding-top: 100px !important; } }
/* MOBILE 320 - 479 MOBILE */
@media screen and (max-width: 479px) {
  .desktop-wide,
  .desktop,
  .tablet,
  .mobile-big {
    display: none; }

  .mobile-small {
    display: block; }

  .wrapper {
    width: 300px; }

  .gallery-columns-1 .gallery-item {
    width: 100%;
    max-width: 100%; }

  .gallery-columns-2 .gallery-item {
    width: 100%;
    max-width: 100%; }

  .gallery-columns-3 .gallery-item {
    width: 100%;
    max-width: 100%; }

  .gallery-columns-4 .gallery-item {
    width: 100%;
    max-width: 100%; }

  .gallery-columns-5 .gallery-item {
    width: 50%;
    max-width: 50%; }

  .gallery-columns-6 .gallery-item {
    width: 50%;
    max-width: 50%; }

  .gallery-columns-7 .gallery-item {
    width: 50%;
    max-width: 50%; }

  .gallery-columns-8 .gallery-item {
    width: 50%;
    max-width: 50%; }

  .gallery-columns-9 .gallery-item {
    width: 33%;
    max-width: 33%; }

  .page-template-portfolio .gallery-container a {
    width: calc(50% - 15px);
    height: 135px; }

  body .site-header .content-wrapper,
  body .site-content .content-area {
    width: 300px !important; } }

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