/*troterk */
/* Trot */
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }


/**
 * Basic styling
 */
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
  margin-bottom: 15px; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 14px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

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

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none; }
  a:visited {
    color: #1756a9; }
  a:hover {
    color: #111;
    text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #3a3c3c;
  border-left: 4px solid #979393;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #979393;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: scroll; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 800px) {
    .wrapper {
      max-width: -webkit-calc(800px - (30px));
      max-width: calc(800px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #3a3c3c; }

.generalHeader {
  font-family: MontSB;
  color: #3a3c3c;
  font-size: 40px;
  margin-left: 20px;
  line-height: 50px;
  position: relative; }
  .generalHeader:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #89160a;
    position: absolute;
    top: 20px;
    left: -20px; }

.cta {
  position: relative;
  width: 166px;
  height: 45px;
  font-family: MontL;
  font-size: 14px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  color: #3a3c3c;
  cursor: pointer;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 20px; }
  .cta svg {
    position: absolute;
    top: 0;
    left: 0; }
    .cta svg rect {
      stroke: #89160a;
      stroke-width: 3;
      stroke-dasharray: 422, 0;
      stroke-dashoffset: 0;
      -webkit-transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1); }

.cta:hover {
  color: #979393; }
  .cta:hover svg rect {
    stroke-width: 3;
    stroke-dasharray: 110, 312;
    stroke-dashoffset: 183; }

.back-to-homepage {
  margin-top: 10px;
  position: relative; }
  .back-to-homepage a {
    color: #89160a;
    -webkit-font-family: MontUL;
    -moz-font-family: MontUL;
    -ms-font-family: MontUL;
    -o-font-family: MontUL;
    font-family: MontUL;
    -webkit-font-size: 12px;
    -moz-font-size: 12px;
    -ms-font-size: 12px;
    -o-font-size: 12px;
    font-size: 12px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }
    .back-to-homepage a .back-to-hp-arrow {
      position: absolute;
      top: 7px;
      left: -15px;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
    .back-to-homepage a:hover {
      color: #3a3c3c;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s;
      text-decoration: none; }
      .back-to-homepage a:hover .back-to-hp-arrow {
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        left: -25px; }

.slide-down {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background-color: #eaeaea;
  border-radius: 50%;
  position: relative;
  top: -25px; }
  .slide-down a {
    position: absolute;
    left: 14.5px;
    top: 18.5px;
    color: #89160a;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }
    .slide-down a:hover {
      color: #979393;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
    .slide-down a span {
      -webkit-font-size: 22px;
      -moz-font-size: 22px;
      -ms-font-size: 22px;
      -o-font-size: 22px;
      font-size: 22px; }

#goTop {
  padding: 5px;
  position: fixed;
  top: -100px;
  right: 20px;
  background: white;
  border: 1px solid #89160a;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  z-index: 9999;
  color: #89160a;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer; }
  #goTop:hover {
    color: #979393;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }
  #goTop span {
    -webkit-font-size: 22px;
    -moz-font-size: 22px;
    -ms-font-size: 22px;
    -o-font-size: 22px;
    font-size: 22px; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/js/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050; }

#fancybox-buttons.top {
  top: 10px; }

#fancybox-buttons.bottom {
  bottom: 10px; }

#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 ); }

#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0; }

#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url("fancybox_buttons.png");
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8; }

#fancybox-buttons a:hover {
  opacity: 1; }

#fancybox-buttons a.btnPrev {
  background-position: 5px 0; }

#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e; }

#fancybox-buttons a.btnPlay {
  background-position: 0 -30px; }

#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px; }

#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px; }

#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px; }

#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px; }

#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default; }

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050; }

#fancybox-thumbs.bottom {
  bottom: 2px; }

#fancybox-thumbs.top {
  top: 2px; }

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5; }

#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff; }

#fancybox-thumbs ul li:hover {
  opacity: 1; }

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none; }

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none; }

.home {
  position: relative;
  width: 100%;
  height: 600px;
  background: url(../img/homeBg.jpg) 50% 0 fixed;
  background-size: cover;
  margin: 0 auto; }

.dropdown-user {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  background: white;
  border: 1px solid #89160a;
  border-radius: 5px;
  z-index: 1;
  width: 35px;
  height: 35px; }
  .dropdown-user button {
    background: none;
    border: none;
    text-transform: uppercase;
    color: #89160a;
    letter-spacing: 1px;
    padding: 0;
    position: absolute;
    top: 3px;
    left: 5px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-font-family: MonL;
    -moz-font-family: MonL;
    -ms-font-family: MonL;
    -o-font-family: MonL;
    font-family: MonL;
    -webkit-font-weight: 700;
    -moz-font-weight: 700;
    -ms-font-weight: 700;
    -o-font-weight: 700;
    font-weight: 700; }
    .dropdown-user button.sticky {
      color: #89160a; }
    .dropdown-user button span:first-child {
      -webkit-font-size: 24px;
      -moz-font-size: 24px;
      -ms-font-size: 24px;
      -o-font-size: 24px;
      font-size: 24px; }
  .dropdown-user ul {
    position: absolute;
    top: 40px;
    left: -125px;
    background: white; }
    .dropdown-user ul li {
      border-bottom: 1px dotted #89160a;
      text-align: center; }
      .dropdown-user ul li:last-child {
        border-bottom: none; }
      .dropdown-user ul li a {
        letter-spacing: 1px;
        color: #89160a;
        opacity: 0.7;
        text-transform: uppercase;
        -webkit-font-family: MontL;
        -moz-font-family: MontL;
        -ms-font-family: MontL;
        -o-font-family: MontL;
        font-family: MontL;
        -webkit-font-size: 14px;
        -moz-font-size: 14px;
        -ms-font-size: 14px;
        -o-font-size: 14px;
        font-size: 14px; }

@media screen and (max-width: 1200px) {
  .home .logo-center {
    width: 120px !important;
    height: 140px !important; } }
@media screen and (max-height: 600px) {
  .home .logo-center {
    top: 50px !important; }

  .home .osp-straszydle-center {
    top: 50px !important; }

  .home .scroll-icon {
    margin-top: 0 !important;
    top: 100px !important; } }
@media screen and (max-width: 992px) {
  .dropdown-user {
    display: block; }

  .home .sidebar {
    display: none; }

  .home .toggle {
    display: none; }

  .post .sidebar {
    display: none; }

  .post .toggle {
    display: none; }

  .all-posts .sidebar {
    display: none; }

  .all-posts .toggle {
    display: none; }

  .gallery-big .sidebar {
    display: none; }

  .gallery-big .toggle {
    display: none; } }
@media screen and (max-height: 810px) {
  .home .sidebar ul {
    margin-top: 30px !important; }

  .post .sidebar ul {
    margin-top: 30px !important; }

  .all-posts .sidebar ul {
    margin-top: 30px !important; }

  .gallery-big .sidebar ul {
    margin-top: 30px !important; } }
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Trociny */
@font-face {
  font-family: Mont;
  src: url("/fonts/Montserrat-Regular.otf"); }
@font-face {
  font-family: MontL;
  src: url("/fonts/Montserrat-Light.otf"); }
@font-face {
  font-family: MontUL;
  src: url("/fonts/Montserrat-UltraLight.otf"); }
@font-face {
  font-family: MontB;
  src: url("/fonts/Montserrat-Bold.otf"); }
@font-face {
  font-family: MontEB;
  src: url("/fonts/Montserrat-ExtraBold.otf"); }
@font-face {
  font-family: MontSB;
  src: url("/fonts/Montserrat-SemiBold.otf"); }
.home .toggle, .post .toggle, .all-posts .toggle, .gallery-big .toggle {
  position: fixed;
  z-index: 10;
  -webkit-font-size: 20px;
  -moz-font-size: 20px;
  -ms-font-size: 20px;
  -o-font-size: 20px;
  font-size: 20px;
  color: #3a3c3c;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: white;
  padding: 0;
  margin: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }
  .home .toggle span, .post .toggle span, .all-posts .toggle span, .gallery-big .toggle span {
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0 auto;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s; }
.home .sidebar, .post .sidebar, .all-posts .sidebar, .gallery-big .sidebar {
  position: fixed;
  top: 0px;
  right: 0;
  bottom: 0px;
  left: -170px;
  z-index: 10;
  width: 150px;
  background: white;
  -webkit-box-shadow: 4px 0 4px -2px #888;
  box-shadow: 4px 0 4px -2px #888;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }
  .home .sidebar .logo, .post .sidebar .logo, .all-posts .sidebar .logo, .gallery-big .sidebar .logo {
    width: 80px;
    height: 95px;
    background: url(/img/Logo2.png) center center;
    background-size: cover;
    margin: 0 auto;
    margin-top: 20px; }
  .home .sidebar .logo-name, .post .sidebar .logo-name, .all-posts .sidebar .logo-name, .gallery-big .sidebar .logo-name {
    font-family: Mont;
    font-weight: 700;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px; }
    .home .sidebar .logo-name span, .post .sidebar .logo-name span, .all-posts .sidebar .logo-name span, .gallery-big .sidebar .logo-name span {
      font-family: MontUL;
      text-align: center; }
  .home .sidebar ul, .post .sidebar ul, .all-posts .sidebar ul, .gallery-big .sidebar ul {
    margin-top: 300px;
    margin-left: 20px;
    list-style: none; }
    .home .sidebar ul li, .post .sidebar ul li, .all-posts .sidebar ul li, .gallery-big .sidebar ul li {
      margin-bottom: 25px; }
      .home .sidebar ul li .scroll, .post .sidebar ul li .scroll, .all-posts .sidebar ul li .scroll, .gallery-big .sidebar ul li .scroll {
        -webkit-transition: all 0.15s ease-out 0s;
        -moz-transition: all 0.15s ease-out 0s;
        transition: all 0.15s ease-out 0s;
        color: #979393;
        -webkit-font-size: 11px;
        -moz-font-size: 11px;
        -ms-font-size: 11px;
        -o-font-size: 11px;
        font-size: 11px; }
        .home .sidebar ul li .scroll .menu-icon, .post .sidebar ul li .scroll .menu-icon, .all-posts .sidebar ul li .scroll .menu-icon, .gallery-big .sidebar ul li .scroll .menu-icon {
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s;
          font-size: 14px; }
        .home .sidebar ul li .scroll .menu-text, .post .sidebar ul li .scroll .menu-text, .all-posts .sidebar ul li .scroll .menu-text, .gallery-big .sidebar ul li .scroll .menu-text {
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s;
          -webkit-font-family: Mont;
          -moz-font-family: Mont;
          -ms-font-family: Mont;
          -o-font-family: Mont;
          font-family: Mont;
          margin-left: 5px;
          text-transform: uppercase; }
        .home .sidebar ul li .scroll.active-menu, .post .sidebar ul li .scroll.active-menu, .all-posts .sidebar ul li .scroll.active-menu, .gallery-big .sidebar ul li .scroll.active-menu {
          color: #89160a;
          -webkit-font-size: 14px;
          -moz-font-size: 14px;
          -ms-font-size: 14px;
          -o-font-size: 14px;
          font-size: 14px; }
        .home .sidebar ul li .scroll:hover, .post .sidebar ul li .scroll:hover, .all-posts .sidebar ul li .scroll:hover, .gallery-big .sidebar ul li .scroll:hover {
          text-decoration: none;
          -webkit-font-size: 14px;
          -moz-font-size: 14px;
          -ms-font-size: 14px;
          -o-font-size: 14px;
          font-size: 14px; }
.home #sidebar-toggler, .post #sidebar-toggler, .all-posts #sidebar-toggler, .gallery-big #sidebar-toggler {
  display: none; }
  .home #sidebar-toggler:checked + .page-wrap, .post #sidebar-toggler:checked + .page-wrap, .all-posts #sidebar-toggler:checked + .page-wrap, .gallery-big #sidebar-toggler:checked + .page-wrap {
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s; }
    .home #sidebar-toggler:checked + .page-wrap .sidebar, .post #sidebar-toggler:checked + .page-wrap .sidebar, .all-posts #sidebar-toggler:checked + .page-wrap .sidebar, .gallery-big #sidebar-toggler:checked + .page-wrap .sidebar {
      left: 0px;
      -webkit-transition: all 0.15s ease-out 0s;
      -moz-transition: all 0.15s ease-out 0s;
      transition: all 0.15s ease-out 0s; }
    .home #sidebar-toggler:checked + .page-wrap .toggle, .post #sidebar-toggler:checked + .page-wrap .toggle, .all-posts #sidebar-toggler:checked + .page-wrap .toggle, .gallery-big #sidebar-toggler:checked + .page-wrap .toggle {
      left: 150px;
      -webkit-transition: all 0.15s ease-out 0s;
      -moz-transition: all 0.15s ease-out 0s;
      transition: all 0.15s ease-out 0s;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      font-size: 20px; }
.home .logo-center, .post .logo-center, .all-posts .logo-center, .gallery-big .logo-center {
  position: relative;
  top: 200px;
  width: 120px;
  height: 140px;
  background: url("/img/Logo2.png") center center;
  background-size: cover;
  margin: 0 auto; }
.home .osp-straszydle-center, .post .osp-straszydle-center, .all-posts .osp-straszydle-center, .gallery-big .osp-straszydle-center {
  position: relative;
  top: 200px;
  text-align: center;
  font-family: MontUL;
  text-transform: uppercase;
  font-size: 30px;
  color: white; }
  .home .osp-straszydle-center span, .post .osp-straszydle-center span, .all-posts .osp-straszydle-center span, .gallery-big .osp-straszydle-center span {
    font-family: MontSB; }
.home .scroll-icon, .post .scroll-icon, .all-posts .scroll-icon, .gallery-big .scroll-icon {
  position: relative;
  top: 200px;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-top: 80px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; }
  .home .scroll-icon span, .post .scroll-icon span, .all-posts .scroll-icon span, .gallery-big .scroll-icon span {
    color: white;
    height: 40px;
    -webkit-font-size: 20px;
    -moz-font-size: 20px;
    -ms-font-size: 20px;
    -o-font-size: 20px;
    font-size: 20px;
    width: 100%;
    text-align: center;
    animation: bounceAround 2s ease-in-out infinite; }

@keyframes bounceAround {
  0% {
    transform: translateY(0px); }
  25% {
    transform: translateY(-30px); }
  50% {
    transform: translateY(0px); }
  75% {
    transform: translateY(-30px); }
  100% {
    transform: translateY(0px); } }
.about {
  width: 100%;
  background: url("/img/aboutBg.jpg") center center;
  background-size: cover;
  padding-bottom: 50px;
  position: relative;
  padding-top: 30px; }
  .about .container-about {
    padding-top: 30px; }
    .about .container-about .row .paperBoy {
      width: 450px;
      height: 450px;
      margin: 0 auto;
      position: relative;
      top: -30px; }
    .about .container-about .row .generalHeader {
      font-family: MontSB;
      color: #3a3c3c;
      font-size: 40px; }
    .about .container-about .row p {
      -webkit-font-family: MontUL;
      -moz-font-family: MontUL;
      -ms-font-family: MontUL;
      -o-font-family: MontUL;
      font-family: MontUL;
      -webkit-font-size: 16px;
      -moz-font-size: 16px;
      -ms-font-size: 16px;
      -o-font-size: 16px;
      font-size: 16px;
      text-align: justify;
      line-height: 30px;
      margin-top: 30px; }
  .about .cta {
    position: relative;
    width: 166px;
    height: 45px;
    font-family: MontL;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #979393;
    cursor: pointer;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 40px; }
    .about .cta a {
      color: #979393; }
      .about .cta a:hover {
        text-decoration: none;
        color: #3a3c3c; }
    .about .cta svg {
      position: absolute;
      top: 0;
      left: 0; }
      .about .cta svg rect {
        stroke: #89160a;
        stroke-width: 3;
        stroke-dasharray: 422, 0;
        stroke-dashoffset: 0;
        -webkit-transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1);
        -moz-transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1); }
  .about .cta:hover {
    color: #3a3c3c; }
    .about .cta:hover svg rect {
      stroke-width: 3;
      stroke-dasharray: 110, 312;
      stroke-dashoffset: 183; }

.ozdobaAbout {
  width: 100%;
  height: 100px;
  background: url("/img/ozdobaAbout.png") center center;
  background-size: cover; }

@media screen and (max-width: 1200px) {
  .about .container-about .row .paperBoy {
    width: 350px;
    height: 350px; }

  .about .container-about .row p {
    -webkit-font-size: 14px;
    -moz-font-size: 14px;
    -ms-font-size: 14px;
    -o-font-size: 14px;
    font-size: 14px;
    margin-top: 15px; }

  .about .container-about .row .generalHeader {
    -webkit-font-size: 30px;
    -moz-font-size: 30px;
    -ms-font-size: 30px;
    -o-font-size: 30px;
    font-size: 30px; } }
@media screen and (max-width: 992px) {
  .about .container-about .row .paperBoy {
    display: none; }

  .about {
    background: #eaeaea; } }
.news {
  width: 100%;
  position: relative; }
  .news .generalHeader {
    margin-top: 60px; }
  .news .container .row .col-news {
    min-height: 450px; }
    .news .container .row .col-news a {
      color: #3a3c3c; }
      .news .container .row .col-news a:hover {
        text-decoration: none; }
    .news .container .row .col-news .news-unit {
      position: relative;
      display: block;
      padding: 10px; }
      .news .container .row .col-news .news-unit:hover .news-photo {
        background-size: 100% !important;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        -webkit-filter: grayscale(50%);
        -o-filter: grayscale(50%);
        filter: grayscale(50%); }
      .news .container .row .col-news .news-unit .news-photo {
        width: 340px;
        height: 170px;
        margin: 0 auto;
        background-size: 120% !important;
        background-position: center !important;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
      .news .container .row .col-news .news-unit .news-describe {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px; }
        .news .container .row .col-news .news-unit .news-describe h3 {
          text-align: left;
          font-family: MontSB;
          font-size: 14px;
          text-transform: uppercase;
          color: #3a3c3c; }
        .news .container .row .col-news .news-unit .news-describe .news-date {
          font-family: MontL;
          font-size: 14px;
          font-style: normal; }
          .news .container .row .col-news .news-unit .news-describe .news-date span {
            color: #89160a; }
        .news .container .row .col-news .news-unit .news-describe .news-content {
          margin-top: 10px;
          font-family: MontL;
          font-size: 13px;
          color: #3c3a3a;
          border-top: 1px solid #979393;
          line-height: 26px; }
        .news .container .row .col-news .news-unit .news-describe .news-cta {
          font-family: MontL;
          font-size: 14px;
          color: #89160a;
          margin-bottom: 80px;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s; }
          .news .container .row .col-news .news-unit .news-describe .news-cta span {
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            transition: 0.5s;
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transform: rotate(-180deg); }
        .news .container .row .col-news .news-unit .news-describe .news-cta:hover {
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s;
          color: #3a3c3c;
          text-decoration: none; }
          .news .container .row .col-news .news-unit .news-describe .news-cta:hover span {
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            transition: 0.5s;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none; }
  .news .container .cta {
    margin-bottom: 80px; }
    .news .container .cta a {
      color: #3a3c3c; }
      .news .container .cta a:hover {
        text-decoration: none;
        color: #979393; }

@media screen and (max-width: 1200px) {
  .news .container .row .col-news .news-unit .news-photo {
    width: 280px;
    height: 140px; }

  .news .generalHeader {
    -webkit-font-size: 30px;
    -moz-font-size: 30px;
    -ms-font-size: 30px;
    -o-font-size: 30px;
    font-size: 30px; } }
@media screen and (max-width: 992px) {
  .news .container .row .col-news .news-unit .news-photo {
    width: 200px;
    height: 100px; } }
@media screen and (max-width: 768px) {
  .news .container .row .col-news .news-unit .news-photo {
    width: 200px;
    height: 100px; }

  .news .container .row .col-news .news-unit {
    max-width: 500px;
    margin: 0 auto;
    background: #eaeaea;
    margin-bottom: 10px;
    border-radius: 10px; }

  .news .container .row .col-news .news-unit .news-photo {
    width: 480px;
    height: 240px; } }
@media screen and (max-width: 540px) {
  .news .container .row .col-news .news-unit .news-photo {
    width: 280px;
    height: 140px; } }
.parallaxNum {
  position: relative;
  width: 100%;
  height: 240px;
  background: url(../img/parallaxNum.jpg) center center fixed;
  background-size: cover;
  margin: 0 auto; }
  .parallaxNum .container {
    position: relative; }
    .parallaxNum .container .row {
      position: relative;
      top: 80px; }
      .parallaxNum .container .row .col-parallaxNum {
        text-align: center;
        color: white;
        -webkit-font-family: MontL;
        -moz-font-family: MontL;
        -ms-font-family: MontL;
        -o-font-family: MontL;
        font-family: MontL;
        -webkit-font-size: 24px;
        -moz-font-size: 24px;
        -ms-font-size: 24px;
        -o-font-size: 24px;
        font-size: 24px; }
        .parallaxNum .container .row .col-parallaxNum p {
          margin: 0;
          padding: 0;
          height: 80px; }
        .parallaxNum .container .row .col-parallaxNum .timer {
          -webkit-font-size: 32px;
          -moz-font-size: 32px;
          -ms-font-size: 32px;
          -o-font-size: 32px;
          font-size: 32px;
          -webkit-font-family: MontSB, sans-serif;
          -moz-font-family: MontSB, sans-serif;
          -ms-font-family: MontSB, sans-serif;
          -o-font-family: MontSB, sans-serif;
          font-family: MontSB, sans-serif; }

@media screen and (max-width: 768px) {
  .parallaxNum .container .row {
    top: 40px; }

  .parallaxNum .container .row .col-parallaxNum {
    -webkit-font-size: 16px;
    -moz-font-size: 16px;
    -ms-font-size: 16px;
    -o-font-size: 16px;
    font-size: 16px; }

  .parallaxNum .container .row .col-parallaxNum .timer {
    -webkit-font-size: 30px;
    -moz-font-size: 30px;
    -ms-font-size: 30px;
    -o-font-size: 30px;
    font-size: 30px; } }
.team {
  background-color: #eaeaea;
  padding-bottom: 60px; }
  .team .team-container {
    padding-top: 60px; }
    .team .team-container .row {
      margin-top: 80px; }
      .team .team-container .row .team-unit {
        display: block;
        margin: 0 auto;
        position: relative;
        width: 320px; }
        .team .team-container .row .team-unit:hover .team-photo {
          background-size: 100% !important;
          background-repeat: no-repeat !important;
          background-position: left top !important;
          border: 1px solid #89160a;
          -webkit-filter: grayscale(0%);
          -o-filter: grayscale(0%);
          filter: grayscale(0%);
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s; }
        .team .team-container .row .team-unit .team-photo {
          width: 160px;
          height: 160px;
          border-radius: 50%;
          margin: 0 auto;
          background-size: 110% !important;
          background-repeat: no-repeat !important;
          background-position: center center !important;
          -webkit-filter: grayscale(50%);
          -o-filter: grayscale(50%);
          filter: grayscale(50%);
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s; }
        .team .team-container .row .team-unit .photo-db {
          background: url(/img/face1.jpg) center center; }
        .team .team-container .row .team-unit .photo-ls {
          background: url(/img/face2.jpg) center center; }
        .team .team-container .row .team-unit .photo-kj {
          background: url(/img/face3.jpg) center center; }
        .team .team-container .row .team-unit .team-name {
          -webkit-font-family: MontL, sans-serif;
          -moz-font-family: MontL, sans-serif;
          -ms-font-family: MontL, sans-serif;
          -o-font-family: MontL, sans-serif;
          font-family: MontL, sans-serif;
          -webkit-font-size: 20px;
          -moz-font-size: 20px;
          -ms-font-size: 20px;
          -o-font-size: 20px;
          font-size: 20px;
          display: block;
          color: #3a3c3c;
          text-align: center;
          margin-top: 40px; }
        .team .team-container .row .team-unit .team-role {
          font-style: normal;
          -webkit-font-family: Mont, sans-serif;
          -moz-font-family: Mont, sans-serif;
          -ms-font-family: Mont, sans-serif;
          -o-font-family: Mont, sans-serif;
          font-family: Mont, sans-serif;
          -webkit-font-size: 12px;
          -moz-font-size: 12px;
          -ms-font-size: 12px;
          -o-font-size: 12px;
          font-size: 12px;
          display: block;
          margin: 0 auto;
          text-align: center;
          color: #89160a; }
        .team .team-container .row .team-unit .team-content {
          margin-top: 20px;
          line-height: 30px;
          -webkit-font-family: MontL, sans-serif;
          -moz-font-family: MontL, sans-serif;
          -ms-font-family: MontL, sans-serif;
          -o-font-family: MontL, sans-serif;
          font-family: MontL, sans-serif;
          -webkit-font-size: 14px;
          -moz-font-size: 14px;
          -ms-font-size: 14px;
          -o-font-size: 14px;
          font-size: 14px;
          color: #3a3c3c;
          text-align: justify; }

@media screen and (max-width: 1200px) {
  .team .team-container .row .team-unit {
    width: 260px; }

  .team .team-container .row .team-unit .team-role {
    height: 30px; } }
@media screen and (max-width: 992px) {
  .team .team-container .row .team-unit {
    width: 200px; } }
@media screen and (max-width: 768px) {
  .team .team-container .row .team-unit {
    width: 280px;
    margin-bottom: 30px;
    background: white;
    border-radius: 10px;
    padding-top: 20px; }

  .team .team-container .row .team-unit .team-content {
    padding: 20px;
    padding-top: 0; }

  .team .team-container .row .team-unit .team-name {
    margin-top: 20px; } }
.gallery {
  padding-bottom: 60px; }
  .gallery .container .gallery-header {
    margin-top: 30px; }
  .gallery .gallery-container {
    min-height: 700px; }

.controls {
  padding: 2%;
  color: black; }
  .controls .sort-holder {
    display: block; }
  .controls .filter {
    display: inline-block;
    padding: .4em .8em;
    border: 0;
    color: #979393;
    background-color: white;
    -webkit-font-family: MontSB;
    -moz-font-family: MontSB;
    -ms-font-family: MontSB;
    -o-font-family: MontSB;
    font-family: MontSB;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer; }
    .controls .filter.active {
      color: #89160a; }
    .controls .filter :focus {
      outline: 0 none; }
  .controls .sort {
    display: inline-block;
    padding: .4em .8em;
    border: 0;
    color: #979393;
    background-color: white;
    -webkit-font-family: MontSB;
    -moz-font-family: MontSB;
    -ms-font-family: MontSB;
    -o-font-family: MontSB;
    font-family: MontSB;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer; }
    .controls .sort.sort-left {
      border-left: 2px solid #89160a; }
    .controls .sort.active-sort {
      color: #89160a; }
    .controls .sort :focus {
      outline: 0 none; }
    .controls .sort.active {
      color: #89160a; }

.container-gallery-photos {
  padding: 2% 2% 0;
  text-align: justify;
  font-size: 0.1px;
  max-width: 1200px;
  -webkit-backface-visibility: hidden; }
  .container-gallery-photos :after {
    content: '';
    display: inline-block;
    width: 100%; }
  .container-gallery-photos .mix {
    display: inline-block;
    width: 24%;
    text-align: left;
    margin-bottom: 2%;
    display: none; }
    .container-gallery-photos .mix .gallery-photo {
      background-size: 120% !important;
      background-repeat: no-repeat;
      cursor: pointer;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
      .container-gallery-photos .mix .gallery-photo:hover {
        background-size: 100% !important; }
    .container-gallery-photos .mix .photo-1 {
      background: url(/img/gallery/szkolenia1min.jpg) center center; }
    .container-gallery-photos .mix .photo-2 {
      background: url(/img/gallery/remont1min.jpg) center center; }
    .container-gallery-photos .mix .photo-3 {
      background: url(/img/gallery/szkolenia2min.jpg) center center; }
    .container-gallery-photos .mix .photo-4 {
      background: url(/img/gallery/akcje1min.jpg) center center; }
    .container-gallery-photos .mix .photo-5 {
      background: url(/img/gallery/szkolenia3min.jpg) center center; }
    .container-gallery-photos .mix .photo-6 {
      background: url(/img/gallery/remont2min.jpg) center center; }
    .container-gallery-photos .mix .photo-7 {
      background: url(/img/gallery/akcje2min.jpg) center center; }
    .container-gallery-photos .mix .photo-8 {
      background: url(/img/gallery/swieta1min.jpg) center center; }
    .container-gallery-photos .mix .photo-9 {
      background: url(/img/gallery/swieta2min.jpg) center center; }
    .container-gallery-photos .mix .photo-10 {
      background: url(/img/gallery/remont3min.jpg) center center; }
    .container-gallery-photos .mix .photo-11 {
      background: url(/img/gallery/akcje3min.jpg) center center; }
    .container-gallery-photos .mix .photo-12 {
      background: url(/img/gallery/swieta3min.jpg) center center; }
    .container-gallery-photos .mix .photo-13 {
      background: url(/img/gallery/bramy1min.jpg) center center; }
    .container-gallery-photos .mix .photo-14 {
      background: url(/img/gallery/bramy2min.jpg) center center; }
    .container-gallery-photos .mix .photo-15 {
      background: url(/img/gallery/bramy3min.jpg) center center; }
    .container-gallery-photos .mix .photo-16 {
      background: url(/img/gallery/bramy4min.jpg) center center; }
    .container-gallery-photos .mix :after {
      content: attr(data-myorder);
      color: white;
      font-size: 16px;
      display: inline-block;
      vertical-align: top;
      padding: 4% 6%;
      font-weight: 700; }
    .container-gallery-photos .mix :before {
      content: '';
      display: inline-block;
      padding-top: 60%; }
  .container-gallery-photos .gap {
    display: inline-block;
    width: 49%; }
  .container-gallery-photos .mix.category-1 {
    border-top: 2px solid limegreen; }
  .container-gallery-photos .mix.category-2 {
    border-top: 2px solid yellow; }
  .container-gallery-photos .mix.category-3 {
    border-top: 2px solid red; }
  .container-gallery-photos .mix.category-4 {
    border-top: 2px solid purple; }
  .container-gallery-photos .mix.category-5 {
    border-top: 2px solid blue; }

@media all and (min-width: 420px) {
  .container-gallery .mix,
  .container-gallery .gap {
    width: 32%; } }
@media all and (min-width: 640px) {
  .container-gallery .mix,
  .container-gallery .gap {
    width: 23.5%; } }
@media screen and (max-width: 1200px) {
  .gallery .gallery-container {
    min-height: 500px; } }
@media screen and (max-width: 992px) {
  .gallery .gallery-container {
    min-height: 400px; }

  .controls .filter {
    -webkit-font-size: 14px;
    -moz-font-size: 14px;
    -ms-font-size: 14px;
    -o-font-size: 14px;
    font-size: 14px; }

  .controls .sort {
    -webkit-font-size: 14px;
    -moz-font-size: 14px;
    -ms-font-size: 14px;
    -o-font-size: 14px;
    font-size: 14px; }

  .controls .sort.sort-left {
    border-left: none; } }
@media screen and (max-width: 600px) {
  .gallery .gallery-container {
    min-height: 300px; } }
.gallery-big {
  background: #eaeaea; }
  .gallery-big header {
    width: 100%;
    height: 180px;
    background: url("/img/gallery-bg.jpg") center center;
    background-size: cover; }
    .gallery-big header .gallery-big-header-text {
      -webkit-font-family: MontSB;
      -moz-font-family: MontSB;
      -ms-font-family: MontSB;
      -o-font-family: MontSB;
      font-family: MontSB;
      -webkit-font-size: 45px;
      -moz-font-size: 45px;
      -ms-font-size: 45px;
      -o-font-size: 45px;
      font-size: 45px;
      color: white;
      margin-top: 50px;
      margin-bottom: 0; }
    .gallery-big header .gallery-big-header-span {
      -webkit-font-family: MontUL;
      -moz-font-family: MontUL;
      -ms-font-family: MontUL;
      -o-font-family: MontUL;
      font-family: MontUL;
      -webkit-font-size: 20px;
      -moz-font-size: 20px;
      -ms-font-size: 20px;
      -o-font-size: 20px;
      font-size: 20px;
      color: white; }
  .gallery-big .gallery-big-container {
    background: white;
    min-height: 720px; }
    .gallery-big .gallery-big-container .filter-left {
      border-left: 2px solid #89160a; }

.gallery-cta a {
  color: #3a3c3c; }
  .gallery-cta a:hover {
    color: #979393;
    text-decoration: none; }

.tools {
  background-color: #eaeaea;
  padding-bottom: 80px; }
  .tools .slide-down-tools {
    background: white; }
  .tools .container .generalHeader {
    margin-top: 50px; }
  .tools .container .row {
    margin-top: 20px;
    background: white;
    border-radius: 10px;
    position: relative;
    display: block; }
    .tools .container .row .col-holder {
      position: relative;
      display: block !important;
      margin: 0 auto !important; }
    .tools .container .row .tools-photo {
      width: 200px;
      height: 200px;
      margin: 0 auto;
      margin-top: 20px; }
      .tools .container .row .tools-photo.tool-1-photo {
        background: url(/img/pompa.png) center center;
        background-size: cover; }
      .tools .container .row .tools-photo.tool-2-photo {
        background: url(/img/pila.png) center center;
        background-size: cover; }
      .tools .container .row .tools-photo.tool-3-photo {
        background: url(/img/rover.png) center center;
        background-size: cover; }
      .tools .container .row .tools-photo.tool-4-photo {
        background: url(/img/agregat.png) center center;
        background-size: cover;
        margin-top: 40px; }
    .tools .container .row .tools-content {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 20px;
      display: block;
      position: relative;
      margin: 0 auto;
      max-width: 300px; }
      .tools .container .row .tools-content .tool-name {
        -webkit-font-family: MontSB;
        -moz-font-family: Mont;
        -ms-font-family: Mont;
        -o-font-family: Mont;
        font-family: Mont;
        -webkit-font-size: 18px;
        -moz-font-size: 18px;
        -ms-font-size: 18px;
        -o-font-size: 18px;
        font-size: 18px;
        color: #3a3c3c;
        display: block;
        line-height: 14px; }
      .tools .container .row .tools-content .tool-sponsor {
        font-style: normal;
        -webkit-font-family: Mont;
        -moz-font-family: Mont;
        -ms-font-family: Mont;
        -o-font-family: Mont;
        font-family: Mont;
        -webkit-font-size: 14px;
        -moz-font-size: 14px;
        -ms-font-size: 14px;
        -o-font-size: 14px;
        font-size: 14px;
        color: #89160a; }
      .tools .container .row .tools-content .tool-describe {
        max-width: 300px;
        margin-top: 10px;
        color: #979393;
        -webkit-font-family: MontUL;
        -moz-font-family: MontUL;
        -ms-font-family: MontUL;
        -o-font-family: MontUL;
        font-family: MontUL; }

@media screen and (max-width: 768px) {
  .tools .container .row .col-holder {
    width: 320px;
    float: none; } }
.testimonials {
  height: 350px;
  width: 100%;
  background: url(../img/parallaxTest.jpg) center center fixed;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center; }
  .testimonials .test-belt {
    height: 200px;
    width: 1200px;
    position: relative; }
    .testimonials .test-belt .test-unit {
      width: 1000px;
      height: 100px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -50px;
      margin-left: -500px;
      -webkit-font-family: Mont;
      -moz-font-family: Mont;
      -ms-font-family: Mont;
      -o-font-family: Mont;
      font-family: Mont;
      -webkit-font-size: 20px;
      -moz-font-size: 20px;
      -ms-font-size: 20px;
      -o-font-size: 20px;
      font-size: 20px;
      color: white;
      text-align: center;
      opacity: 0;
      -webkit-transition: 1.5s;
      -moz-transition: 1.5s;
      transition: 1.5s; }
      .testimonials .test-belt .test-unit.active-unit {
        opacity: 1;
        -webkit-transition: 1.5s;
        -moz-transition: 1.5s;
        transition: 1.5s; }
      .testimonials .test-belt .test-unit .test-person {
        display: block;
        -webkit-font-size: 14px;
        -moz-font-size: 14px;
        -ms-font-size: 14px;
        -o-font-size: 14px;
        font-size: 14px;
        color: white; }
    .testimonials .test-belt .test-controls {
      width: 200px;
      height: 50px;
      position: relative;
      top: 200px;
      margin: 0 auto;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-box-align: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      -o-justify-content: space-around;
      justify-content: space-around; }
      .testimonials .test-belt .test-controls .control-dot {
        height: 14px;
        width: 14px;
        border-radius: 50%;
        background-color: white;
        border: 1px solid #89160a;
        cursor: pointer;
        -webkit-transition: 1.5s;
        -moz-transition: 1.5s;
        transition: 1.5s; }
        .testimonials .test-belt .test-controls .control-dot.active-unit {
          background-color: #89160a;
          border: 1px solid white;
          -webkit-transition: 1.5s;
          -moz-transition: 1.5s;
          transition: 1.5s; }

@media screen and (max-width: 992px) {
  .testimonials .test-belt .test-unit {
    -webkit-font-size: 16px;
    -moz-font-size: 16px;
    -ms-font-size: 16px;
    -o-font-size: 16px;
    font-size: 16px;
    width: 500px;
    margin-left: -250px;
    margin-top: -70px; }

  .testimonials .test-belt .test-controls {
    top: 165px; } }
@media screen and (max-width: 580px) {
  .testimonials .test-belt .test-unit {
    width: 280px;
    margin-left: -140px;
    margin-top: -100px;
    -webkit-font-size: 14px;
    -moz-font-size: 14px;
    -ms-font-size: 14px;
    -o-font-size: 14px;
    font-size: 14px; } }
.contact {
  padding-bottom: 60px; }
  .contact .header-container p {
    -webkit-font-family: MontL;
    -moz-font-family: MontL;
    -ms-font-family: MontL;
    -o-font-family: MontL;
    font-family: MontL;
    -webkit-font-size: 14px;
    -moz-font-size: 14px;
    -ms-font-size: 14px;
    -o-font-size: 14px;
    font-size: 14px;
    color: #3a3c3c;
    margin-top: 50px; }
    .contact .header-container p span {
      color: #89160a;
      -webkit-font-family: Mont;
      -moz-font-family: Mont;
      -ms-font-family: Mont;
      -o-font-family: Mont;
      font-family: Mont; }
  .contact .form-container {
    margin-top: 50px; }
    .contact .form-container input, .contact .form-container textarea {
      border: 1px solid #3a3c3c;
      width: 100%;
      line-height: 40px;
      padding: 5px 20px;
      -webkit-font-family: MontUL;
      -moz-font-family: MontUL;
      -ms-font-family: MontUL;
      -o-font-family: MontUL;
      font-family: MontUL;
      color: #3a3c3c; }
      .contact .form-container input:focus, .contact .form-container textarea:focus {
        -webkit-box-shadow: inset 0px 0px 0px 2px #89160a;
        -moz-box-shadow: inset 0px 0px 0px 2px #89160a;
        box-shadow: inset 0px 0px 0px 2px #89160a;
        border: 1px solid transparent;
        outline: none; }
      .contact .form-container input[type="submit"], .contact .form-container textarea[type="submit"] {
        width: 140px;
        margin-top: 40px;
        color: #89160a;
        background-color: white;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
        .contact .form-container input[type="submit"]:hover, .contact .form-container textarea[type="submit"]:hover {
          color: white;
          background-color: #89160a;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s; }
    .contact .form-container label {
      width: 100%;
      position: relative; }
      .contact .form-container label span {
        -webkit-font-family: MontUL;
        -moz-font-family: MontUL;
        -ms-font-family: MontUL;
        -o-font-family: MontUL;
        font-family: MontUL;
        -webkit-font-size: 16px;
        -moz-font-size: 16px;
        -ms-font-size: 16px;
        -o-font-size: 16px;
        font-size: 16px;
        width: 150px;
        color: #89160a;
        position: absolute;
        left: 50%;
        top: -12px;
        margin-left: -75px;
        text-align: center; }
    .contact .form-container span {
      display: block;
      background-color: white; }
    .contact .form-container .form-wrapper .contact-info {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-flex-align: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between; }
      .contact .form-container .form-wrapper .contact-info label {
        display: inline-block;
        width: 30%;
        margin-bottom: 40px; }
        .contact .form-container .form-wrapper .contact-info label span {
          width: 100px;
          position: absolute;
          left: 50%;
          top: -12px;
          margin-left: -50px; }
    .contact .form-container .contact-data {
      -webkit-font-family: MontUL;
      -moz-font-family: MontUL;
      -ms-font-family: MontUL;
      -o-font-family: MontUL;
      font-family: MontUL;
      -webkit-font-size: 14px;
      -moz-font-size: 14px;
      -ms-font-size: 14px;
      -o-font-size: 14px;
      font-size: 14px;
      padding-left: 40px;
      width: 100% !important; }
      .contact .form-container .contact-data .fb-page span {
        margin: 0 !important; }
      .contact .form-container .contact-data .data-adress span, .contact .form-container .contact-data .data-phone span, .contact .form-container .contact-data .data-email span {
        display: inline-block;
        margin-right: 20px;
        color: #89160a; }

@media screen and (max-width: 992px) {
  .contact .form-container .contact-data {
    padding: 0;
    display: block;
    width: 340px;
    margin: 0 auto;
    margin-top: 40px; } }
@media screen and (max-width: 768px) {
  .contact .form-container .form-wrapper .contact-info label span {
    -webkit-font-size: 12px;
    -moz-font-size: 12px;
    -ms-font-size: 12px;
    -o-font-size: 12px;
    font-size: 12px;
    width: 60px;
    margin-left: -30px;
    top: -10px; }

  .contact .form-container label span {
    -webkit-font-size: 12px;
    -moz-font-size: 12px;
    -ms-font-size: 12px;
    -o-font-size: 12px;
    font-size: 12px;
    width: 100px;
    margin-left: -50px;
    top: -10px; }

  .contact .form-container input {
    -webkit-font-size: 14px;
    -moz-font-size: 14px;
    -ms-font-size: 14px;
    -o-font-size: 14px;
    font-size: 14px;
    padding-left: 10px;
    padding-rightleft: 10px; }

  .contact .form-container textarea {
    -webkit-font-size: 14px;
    -moz-font-size: 14px;
    -ms-font-size: 14px;
    -o-font-size: 14px;
    font-size: 14px;
    padding-left: 10px;
    padding-rightleft: 10px; }

  .contact .form-container input[type="submit"] {
    margin: 0 auto; } }
.post {
  padding-bottom: 50px;
  background: #eaeaea; }
  .post .news-container {
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
  .post header {
    width: 100%;
    background: url("/img/news-header-bg.jpg") center center;
    background-size: cover; }
    .post header .header-mark {
      color: #89160a;
      -webkit-font-size: 35px;
      -moz-font-size: 35px;
      -ms-font-size: 35px;
      -o-font-size: 35px;
      font-size: 35px; }
    .post header .news-header {
      -webkit-font-size: 20px;
      -moz-font-size: 20px;
      -ms-font-size: 20px;
      -o-font-size: 20px;
      font-size: 20px;
      -webkit-font-family: Mont;
      -moz-font-family: Mont;
      -ms-font-family: Mont;
      -o-font-family: Mont;
      font-family: Mont; }
  .post .news-unit {
    margin-top: 60px;
    display: inline-block; }
    .post .news-unit .news-photo {
      position: relative;
      width: 100%;
      height: 400px;
      background: url(""); }
      .post .news-unit .news-photo .news-date {
        position: absolute;
        top: -20px;
        left: -35px;
        width: 70px;
        height: 70px;
        background: url(/img/calendar.png) center center;
        background-size: cover;
        text-align: center;
        color: blue;
        -webkit-font-family: MontSB;
        -moz-font-family: MontSB;
        -ms-font-family: MontSB;
        -o-font-family: MontSB;
        font-family: MontSB;
        -webkit-font-size: 14px;
        -moz-font-size: 14px;
        -ms-font-size: 14px;
        -o-font-size: 14px;
        font-size: 14px; }
        .post .news-unit .news-photo .news-date span {
          display: block; }
          .post .news-unit .news-photo .news-date span:first-child {
            line-height: 32px;
            color: white; }
          .post .news-unit .news-photo .news-date span:last-child {
            color: #89160a;
            line-height: 30px;
            -webkit-font-size: 16px;
            -moz-font-size: 16px;
            -ms-font-size: 16px;
            -o-font-size: 16px;
            font-size: 16px; }
    .post .news-unit .news-desc-wrapper {
      margin-top: 10px;
      margin-bottom: 40px;
      -webkit-font-family: MontL;
      -moz-font-family: MontL;
      -ms-font-family: MontL;
      -o-font-family: MontL;
      font-family: MontL;
      color: #3a3c3c; }
      .post .news-unit .news-desc-wrapper span {
        color: #89160a; }
      .post .news-unit .news-desc-wrapper .news-title {
        display: inline-block;
        float: left;
        margin-right: 30px;
        -webkit-font-size: 14px;
        -moz-font-size: 14px;
        -ms-font-size: 14px;
        -o-font-size: 14px;
        font-size: 14px; }
      .post .news-unit .news-desc-wrapper .news-author {
        display: inline-block;
        float: left;
        -webkit-font-size: 14px;
        -moz-font-size: 14px;
        -ms-font-size: 14px;
        -o-font-size: 14px;
        font-size: 14px; }
    .post .news-unit .news-content {
      -webkit-font-family: MontL;
      -moz-font-family: MontL;
      -ms-font-family: MontL;
      -o-font-family: MontL;
      font-family: MontL;
      line-height: 35px;
      padding: 20px;
      padding-bottom: 10px;
      color: #3a3c3c;
      text-align: justify;
      text-indent: 30px; }
    .post .news-unit .news-input-photo {
      width: 100%;
      padding-top: 40%; }
  .post .cta a {
    -webkit-font-size: 12px;
    -moz-font-size: 12px;
    -ms-font-size: 12px;
    -o-font-size: 12px;
    font-size: 12px;
    color: #3a3c3c; }
    .post .cta a:hover {
      color: #979393;
      text-decoration: none; }

@media screen and (max-width: 992px) {
  .last-news-wrapper {
    width: 49.5%;
    display: inline-block;
    float: left; }

  .archivum-news-wrapper {
    width: 49.5%;
    display: inline-block;
    float: right; }

  .post .header .news-header {
    -webkit-font-size: 35px;
    -moz-font-size: 35px;
    -ms-font-size: 35px;
    -o-font-size: 35px;
    font-size: 35px;
    margin-top: 45px; }

  .posts .header .header-mark {
    -webkit-font-size: 28px;
    -moz-font-size: 28px;
    -ms-font-size: 28px;
    -o-font-size: 28px;
    font-size: 28px; }

  .post .news-unit .news-photo {
    height: 300px; } }
@media screen and (max-width: 900px) {
  .post .news-unit .news-photo .news-date {
    left: 0; } }
@media screen and (max-width: 600px) {
  .last-news-wrapper {
    width: 220px;
    display: block;
    float: none;
    margin: 0 auto; }

  .archivum-news-wrapper {
    width: 220px;
    display: block;
    float: none;
    margin: 0 auto; }

  .all-posts .archive-strap .last-news-wrapper .last-news-header {
    margin: 0 auto; } }
.all-posts, .post {
  background: #eaeaea; }
  .all-posts header, .post header {
    width: 100%;
    background: url("/img/news-header-bg.jpg") center center;
    background-size: cover; }
    .all-posts header .header-mark, .post header .header-mark {
      color: #3a3c3c;
      -webkit-font-size: 35px;
      -moz-font-size: 35px;
      -ms-font-size: 35px;
      -o-font-size: 35px;
      font-size: 35px;
      position: absolute;
      top: 17px;
      left: -45px; }
    .all-posts header .news-header, .post header .news-header {
      -webkit-font-size: 45px;
      -moz-font-size: 45px;
      -ms-font-size: 45px;
      -o-font-size: 45px;
      font-size: 45px;
      -webkit-font-family: Mont;
      -moz-font-family: Mont;
      -ms-font-family: Mont;
      -o-font-family: Mont;
      font-family: Mont;
      color: white;
      lineheight: 45px;
      margin-top: 45px;
      margin-bottom: 45px;
      position: relative; }
  .all-posts .all-news-container, .post .all-news-container {
    background-color: white;
    padding-top: 20px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap;
    justify-content: center;
    align-content: center; }
    .all-posts .all-news-container .all-news-unit, .post .all-news-container .all-news-unit {
      width: 250px;
      margin: 15px;
      margin-bottom: 50px; }
      .all-posts .all-news-container .all-news-unit:hover .all-news-title, .post .all-news-container .all-news-unit:hover .all-news-title {
        color: #89160a; }
      .all-posts .all-news-container .all-news-unit:hover a, .post .all-news-container .all-news-unit:hover a {
        color: #3a3c3c;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
      .all-posts .all-news-container .all-news-unit:hover .all-news-photo, .post .all-news-container .all-news-unit:hover .all-news-photo {
        background-size: 100% !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
      .all-posts .all-news-container .all-news-unit a, .post .all-news-container .all-news-unit a {
        -webkit-font-family: Mont;
        -Montz-font-family: Mont;
        -ms-font-family: Mont;
        -o-font-family: Mont;
        font-family: Mont;
        color: #979393;
        font-style: normal;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
        .all-posts .all-news-container .all-news-unit a:hover, .post .all-news-container .all-news-unit a:hover {
          text-decoration: none; }
        .all-posts .all-news-container .all-news-unit a > .all-news-title, .post .all-news-container .all-news-unit a > .all-news-title {
          margin-top: 10px;
          text-transform: uppercase;
          color: #3a3c3c;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s; }
          .all-posts .all-news-container .all-news-unit a > .all-news-title span, .post .all-news-container .all-news-unit a > .all-news-title span {
            -webkit-font-size: 12px;
            -moz-font-size: 12px;
            -ms-font-size: 12px;
            -o-font-size: 12px;
            font-size: 12px;
            margin-right: 10px;
            color: #89160a;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            transition: 0.5s; }
        .all-posts .all-news-container .all-news-unit a > .all-news-date, .post .all-news-container .all-news-unit a > .all-news-date {
          -webkit-font-size: 14px;
          -moz-font-size: 14px;
          -ms-font-size: 14px;
          -o-font-size: 14px;
          font-size: 14px;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s; }
          .all-posts .all-news-container .all-news-unit a > .all-news-date span, .post .all-news-container .all-news-unit a > .all-news-date span {
            color: #89160a; }
        .all-posts .all-news-container .all-news-unit a > .all-news-content, .post .all-news-container .all-news-unit a > .all-news-content {
          margin-top: 20px;
          -webkit-font-family: MontL;
          -moz-font-family: MontL;
          -ms-font-family: MontL;
          -o-font-family: MontL;
          font-family: MontL;
          line-height: 24px;
          -webkit-font-size: 14px;
          -moz-font-size: 14px;
          -ms-font-size: 14px;
          -o-font-size: 14px;
          font-size: 14px; }
        .all-posts .all-news-container .all-news-unit a .all-news-photo, .post .all-news-container .all-news-unit a .all-news-photo {
          width: 100%;
          height: 150px;
          background-size: 120% !important;
          background-position: center !important;
          background-repeat: no-repeat !important;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s; }
  .all-posts .archive-strap, .post .archive-strap {
    margin-top: 35px;
    padding: 20px;
    display: inline-block;
    width: 100%; }
    .all-posts .archive-strap .last-news-wrapper .last-news-header, .post .archive-strap .last-news-wrapper .last-news-header {
      -webkit-font-family: MontSB;
      -moz-font-family: MontSB;
      -ms-font-family: MontSB;
      -o-font-family: MontSB;
      font-family: MontSB;
      -webkit-font-size: 24px;
      -moz-font-size: 24px;
      -ms-font-size: 24px;
      -o-font-size: 24px;
      font-size: 24px;
      color: #3a3c3c; }
    .all-posts .archive-strap .last-news-wrapper ul, .post .archive-strap .last-news-wrapper ul {
      list-style: none; }
      .all-posts .archive-strap .last-news-wrapper ul li a, .post .archive-strap .last-news-wrapper ul li a {
        -webkit-font-family: MontUL;
        -moz-font-family: MontUL;
        -ms-font-family: MontUL;
        -o-font-family: MontUL;
        font-family: MontUL;
        -webkit-font-size: 12px;
        -moz-font-size: 12px;
        -ms-font-size: 12px;
        -o-font-size: 12px;
        font-size: 12px;
        color: #3a3c3c;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
        .all-posts .archive-strap .last-news-wrapper ul li a:hover, .post .archive-strap .last-news-wrapper ul li a:hover {
          text-decoration: none;
          color: #89160a;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s; }
          .all-posts .archive-strap .last-news-wrapper ul li a:hover span, .post .archive-strap .last-news-wrapper ul li a:hover span {
            color: #89160a;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            transition: 0.5s; }
        .all-posts .archive-strap .last-news-wrapper ul li a span, .post .archive-strap .last-news-wrapper ul li a span {
          -webkit-font-size: 9px;
          -moz-font-size: 9px;
          -ms-font-size: 9px;
          -o-font-size: 9px;
          font-size: 9px;
          margin-right: 5px;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s; }
    .all-posts .archive-strap .archivum-news-wrapper .archivum-news-header, .post .archive-strap .archivum-news-wrapper .archivum-news-header {
      -webkit-font-family: MontSB;
      -moz-font-family: MontSB;
      -ms-font-family: MontSB;
      -o-font-family: MontSB;
      font-family: MontSB;
      -webkit-font-size: 24px;
      -moz-font-size: 24px;
      -ms-font-size: 24px;
      -o-font-size: 24px;
      font-size: 24px;
      color: #3a3c3c; }
    .all-posts .archive-strap .archivum-news-wrapper .month-wrapper, .post .archive-strap .archivum-news-wrapper .month-wrapper {
      -webkit-font-size: 14px;
      -moz-font-size: 14px;
      -ms-font-size: 14px;
      -o-font-size: 14px;
      font-size: 14px; }
      .all-posts .archive-strap .archivum-news-wrapper .month-wrapper .month-header, .post .archive-strap .archivum-news-wrapper .month-wrapper .month-header {
        -webkit-font-family: Mont;
        -moz-font-family: Mont;
        -ms-font-family: Mont;
        -o-font-family: Mont;
        font-family: Mont;
        color: #3a3c3c; }
      .all-posts .archive-strap .archivum-news-wrapper .month-wrapper ul, .post .archive-strap .archivum-news-wrapper .month-wrapper ul {
        list-style: none; }
        .all-posts .archive-strap .archivum-news-wrapper .month-wrapper ul li a, .post .archive-strap .archivum-news-wrapper .month-wrapper ul li a {
          -webkit-font-family: MontUL;
          -moz-font-family: MontUL;
          -ms-font-family: MontUL;
          -o-font-family: MontUL;
          font-family: MontUL;
          -webkit-font-size: 12px;
          -moz-font-size: 12px;
          -ms-font-size: 12px;
          -o-font-size: 12px;
          font-size: 12px;
          color: #3a3c3c;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s; }
          .all-posts .archive-strap .archivum-news-wrapper .month-wrapper ul li a:hover, .post .archive-strap .archivum-news-wrapper .month-wrapper ul li a:hover {
            text-decoration: none;
            color: #89160a;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            transition: 0.5s; }
            .all-posts .archive-strap .archivum-news-wrapper .month-wrapper ul li a:hover span, .post .archive-strap .archivum-news-wrapper .month-wrapper ul li a:hover span {
              color: #89160a;
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              transition: 0.5s; }
          .all-posts .archive-strap .archivum-news-wrapper .month-wrapper ul li a span, .post .archive-strap .archivum-news-wrapper .month-wrapper ul li a span {
            -webkit-font-size: 9px;
            -moz-font-size: 9px;
            -ms-font-size: 9px;
            -o-font-size: 9px;
            font-size: 9px;
            margin-right: 5px;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            transition: 0.5s; }

@media screen and (max-width: 992px) {
  .last-news-wrapper {
    width: 49.5%;
    display: inline-block;
    float: left; }

  .archivum-news-wrapper {
    width: 49.5%;
    display: inline-block;
    float: right; }

  .all-posts .header .news-header {
    -webkit-font-size: 35px;
    -moz-font-size: 35px;
    -ms-font-size: 35px;
    -o-font-size: 35px;
    font-size: 35px;
    margin-top: 45px; }

  .all-posts .header .header-mark {
    -webkit-font-size: 28px;
    -moz-font-size: 28px;
    -ms-font-size: 28px;
    -o-font-size: 28px;
    font-size: 28px; }

  .all-posts header .news-header, .post header .news-header {
    -webkit-font-size: 28px;
    -moz-font-size: 28px;
    -ms-font-size: 28px;
    -o-font-size: 28px;
    font-size: 28px; }

  .all-posts header .header-mark, .post header .header-mark {
    top: 5px; } }
@media screen and (max-width: 600px) {
  .last-news-wrapper {
    width: 220px;
    display: block;
    float: none;
    margin: 0 auto; }

  .archivum-news-wrapper {
    width: 220px;
    display: block;
    float: none;
    margin: 0 auto; }

  .all-posts .archive-strap .last-news-wrapper .last-news-header {
    margin: 0 auto; } }
@media screen and (max-width: 500px) {
  .post .news-unit .news-content {
    padding-top: 60px; } }
.one-percent {
  background-color: #eaeaea;
  padding-top: 80px;
  padding-bottom: 60px; }
  .one-percent .one-percent-content {
    padding-top: 30px;
    color: #3a3c3c;
    -webkit-font-family: MontL;
    -moz-font-family: MontL;
    -ms-font-family: MontL;
    -o-font-family: MontL;
    font-family: MontL;
    -webkit-font-size: 18px;
    -moz-font-size: 18px;
    -ms-font-size: 18px;
    -o-font-size: 18px;
    font-size: 18px;
    line-height: 32px; }
  .one-percent .one-percent-photo {
    background: url(/img/1procent.png) center center;
    background-size: cover;
    height: 400px;
    width: 400px;
    margin: 0 auto; }

@media screen and (max-width: 620px) {
  .one-percent .one-percent-content {
    -webkit-font-size: 14px;
    -moz-font-size: 14px;
    -ms-font-size: 14px;
    -o-font-size: 14px;
    font-size: 14px; }

  .one-percent .one-percent-photo {
    width: 270px;
    height: 270px; } }
footer {
  position: relative;
  width: 100%;
  background: url(/img/footer-bg.png);
  padding-top: 10px; }
  footer .footer-logo {
    width: 50px;
    height: 60px;
    background: url(/img/Logo2.png) center center;
    background-size: cover;
    margin: 0 auto; }
  footer .footer-copyright {
    text-align: center;
    color: white;
    -webkit-font-family: MontUL;
    -moz-font-family: MontUL;
    -ms-font-family: MontUL;
    -o-font-family: MontUL;
    font-family: MontUL;
    -webkit-font-size: 11px;
    -moz-font-size: 11px;
    -ms-font-size: 11px;
    -o-font-size: 11px;
    font-size: 11px; }
  footer .footer-menu {
    text-align: center;
    margin: 0 auto; }
    footer .footer-menu ul {
      display: block;
      margin: 0;
      margin-bottom: 20px; }
      footer .footer-menu ul li {
        display: inline-block;
        float: center;
        margin-left: 10px; }
        footer .footer-menu ul li a {
          color: #979393;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s;
          -webkit-font-family: MontL;
          -moz-font-family: MontL;
          -ms-font-family: MontL;
          -o-font-family: MontL;
          font-family: MontL; }
          footer .footer-menu ul li a:hover {
            color: white;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            transition: 0.5s;
            text-decoration: none; }
  footer .footer-author {
    display: block;
    text-align: center;
    -webkit-font-size: 11px;
    -moz-font-size: 11px;
    -ms-font-size: 11px;
    -o-font-size: 11px;
    font-size: 11px;
    -webkit-font-family: MontUL;
    -moz-font-family: MontUL;
    -ms-font-family: MontUL;
    -o-font-family: MontUL;
    font-family: MontUL;
    color: #979393;
    margin-top: 20px;
    padding-bottom: 20px; }
  footer .banner {
    width: 400px;
    display: block;
    position: relative;
    margin: 0 auto; }

@media screen and (max-width: 400px) {
  footer .banner {
    width: 250px; } }


.btn-public{
  position: absolute;
  display: block;
  padding: 20px;
  right:20px;
  margin-top: 50px;
  color: white !important;
  font-size: 1em;
  font-weight: 600;

}
.info-wrap{

}
.info-wrap .info{
  position: relative;
  display: block;
  margin: 0 auto;
  padding-top:40px;
  padding-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
  max-width:1000px;
  text-align: center;
  font-family: "Lato";
  font-size: 1.5em;
}
@media screen and (max-width: 600px) {
  .info-wrap .info{
    font-size:1em;
  }
  .info-wrap ul{
   
    font-size: 0.7em;
    padding: 0;
  }
}

.info-1{
  font-weight: 300;
}

.info-wrap ul{
  display: block;
  position: relative;
  margin: 0 auto;
  padding-left: 100px;
  max-width:1000px;

  font-family: "Lato";
  font-size: 1em;
  font-weight: 800;
}
@media screen and (max-width: 600px) {
  .info-wrap ul{
   
    font-size: 0.9em;
    padding: 20px;
    text-align: center;
    
  }
}

.info-wrap ul li{

}