@font-face {
  font-family: "futura-pt";
  src: url("../fonts/FuturaLightC.woff2") format("woff2"),
    url("../fonts/FuturaLightC.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "lama-media-font";
  src: url("../fonts/lama-media-font.svg") format("svg"),
    url("../fonts/lama-media-font.woff") format("woff");
  font-display: swap;
}

[data-icon]:before {
  font-family: "lama-media-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "lama-media-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lama-sign-lo:before {
  content: "a";
}
.icon-lama-logo:before {
  content: "b";
}
.icon-lama-sign:before {
  content: "c";
}
.icon-lama-sign-invert:before {
  content: "d";
}
.icon-list:before {
  content: "e";
}
.icon-left-dir:before {
  content: "f";
}
.icon-down-dir:before {
  content: "g";
}
.icon-up-dir:before {
  content: "h";
}
.icon-right-dir:before {
  content: "i";
}
.icon-arrow-up:before {
  content: "k";
}
.icon-arrow-right:before {
  content: "l";
}
.icon-arrow-left:before {
  content: "m";
}
.icon-arrow-down:before {
  content: "n";
}
.icon-close:before {
  content: "j";
}

body {
  font-size: 16px;
  font-family: "futura-pt", sans-serif;
  position: relative;
  background: #f8f8f2;
}
a,
a:link,
a:visited {
  color: #414042;
  text-decoration: none;
}
a:hover {
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}
.page-title-header {
  border-top: 8px solid #383837;
  margin-top: 0;
  padding-top: 5px;
}
.entry-title {
  margin-top: 0;
  font-size: 32px;
}
/**
  *	Main structure
  */
body.home {
  height: 100%;
  overflow: hidden;
  width: 100%;
  min-height: 700px;
}
#wrapper {
}
.container {
}
.home .container {
  background: none;
  padding: 0;
}

.container-inner {
  max-width: 1200px;
  padding: 30px;
  width: 100%;
  margin: auto;
  padding-bottom: 0;
  padding-top: 70px;
}
#header {
  height: 270px;
  padding-top: 30px;
  position: relative;
  max-width: 100%;
  background-image: url(../images/header.png);
  background-color: #fff;
  background-position: top center;
}

.home #header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  height: auto;
  background: none;
}
.home #footer {
  display: none;
}
.header-border {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  z-index: 1;
  background-image: url(../images/border-bg.png);
  background-size: 100%;
  background-repeat: repeat-x;
  background-position: center bottom;
}
@-webkit-keyframes zooming {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(1.4) rotate(0.3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
  }
}
@-ms-keyframes zooming {
  0% {
    -ms-transform: scale(1) rotate(0deg);
  }
  50% {
    -ms-transform: scale(1.4) rotate(0.3deg);
  }
  100% {
    -ms-transform: scale(1) rotate(0deg);
  }
}

@-moz-keyframes zooming {
  0% {
    -moz-transform: scale(1) rotate(0deg);
  }
  50% {
    -moz-transform: scale(1.4) rotate(0.3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0deg);
  }
}
@-webkit-keyframes grain {
  0%,
  100% {
    -webkit-transform: translate(0, 0, 0);
  }
  10% {
    -webkit-transform: translate(-1%, -1%);
  }
  20% {
    -webkit-transform: translate(1%, 1%);
  }
  30% {
    -webkit-transform: translate(-2%, -2%);
  }
  40% {
    -webkit-transform: translate(3%, 3%);
  }
  50% {
    -webkit-transform: translate(-3%, -3%);
  }
  60% {
    -webkit-transform: translate(4%, 4%);
  }
  70% {
    -webkit-transform: translate(-4%, -4%);
  }
  80% {
    -webkit-transform: translate(2%, 2%);
  }
  90% {
    -webkit-transform: translate(-2%, -2%);
  }
}
@-moz-keyframes grain {
  0%,
  100% {
    -moz-transform: translate(0, 0, 0);
  }
  10% {
    -moz-transform: translate(-1%, -1%);
  }
  20% {
    -moz-transform: translate(1%, 1%);
  }
  30% {
    -moz-transform: translate(-2%, -2%);
  }
  40% {
    -moz-transform: translate(3%, 3%);
  }
  50% {
    -moz-transform: translate(-3%, -3%);
  }
  60% {
    -moz-transform: translate(4%, 4%);
  }
  70% {
    -moz-transform: translate(-4%, -4%);
  }
  80% {
    -moz-transform: translate(2%, 2%);
  }
  90% {
    -moz-transform: translate(-2%, -2%);
  }
}

.header-inner {
  width: 100%;
  margin: auto;
  max-width: 1140px;
  position: relative;
  height: 250px;
}
.home .header-inner {
  max-width: 100%;
  padding: 0 30px;
  height: auto;
}
.header-inner .buttons-front {
  bottom: -15px;
  z-index: 99;
}
#content {
  width: 100%;
  float: none;
  margin: auto;
}
.entry-content,
.tiles-podstrony {
  width: 100%;
  max-width: 850px;
  float: none;
  margin: auto;
}
#sidebar {
  width: 23%;
  float: left;
  display: none;
}
.footer-bottom-inner,
.footer-top-inner {
  max-width: 1140px;
  width: 100%;
  margin: auto;
}
.footer-top-inner {
  padding-top: 45px;
  padding-bottom: 45px;
}
.footer-bottom {
  background: #fff;
}
.footer-bottom-mk {
  background: #f8f8f2;
}
.footer-bottom-mk p {
  font-size: 14px;
  color: #424242;
  padding-left: 30px;
  margin-top: 10px;
  font-weight: 500;
}
.footer-bottom-inner {
  padding-top: 20px;
  padding-bottom: 5px;
}

.site-name-container {
  width: 37%;
  float: left;
  background: #424242;
  padding: 14.5px 20px;
}
.site-name {
  font-size: 18px;
  color: #fff;
  margin: 0;
  padding: 10px 0;
  border-top: 2px solid #f8f8f2;
  border-bottom: 2px solid #f8f8f2;
  text-align: center;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  font-weight: normal;
}
.site-name a {
  color: #fff;
}
#footer {
  clear: both;
  background-image: url(../images/footer-bg.png);
  background-position: left;
  background-repeat: no-repeat;
}
#trigger {
  display: none !important;
}
.white-logo-container {
  background: #f8f8f2;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
/**
  *	Main navigation
  */
.logo-container {
  width: 30%;
  float: left;
  text-align: left;
}
.nav-menu-mobile {
  display: none;
}
.lang-container {
  width: 11%;
  float: right;
  height: 76px;
}

.lang-selector ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 0px;
  padding-left: 19px;
}
.lang-selector ul li {
  display: inline-block;
  padding: 0 5px;
}
.lang-selector ul li a {
  display: inline-block;
  padding: 14px 0px;
  white-space: nowrap;
  color: #1f1f1f;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}
.lang-selector ul li.active a,
.lang-selector ul li a:hover {
  border-top: 2px solid #1f1f1f;
}
.primary-navigation {
  position: relative;
  width: 59%;
  float: left;
  text-align: right;
  height: 76px;
}
.primary-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 2px;
  display: flex;
}
.primary-navigation li {
  border: 0;
  display: inline-block;
  position: relative;
  padding: 0 22px;
}

.primary-navigation li:last-child:after {
  display: none;
}
.primary-navigation a {
  display: inline-block;
  padding: 14px 0px;
  white-space: nowrap;
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 600;
}
.primary-navigation ul ul {
  background-color: #039;
  float: left;
  margin: 0;
  position: absolute;
  top: 48px;
  left: -999em;
  z-index: 9999;
}
.primary-navigation li li {
  border: 0;
  display: block;
  height: auto;
  line-height: 1.0909090909;
}
.primary-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.primary-navigation ul ul a {
  padding: 18px 12px;
  white-space: normal;
  width: 176px;
}
.primary-navigation li > a:hover,
.primary-navigation li.focus > a,
.primary-navigation li.current_page_item > a,
.primary-navigation li.current-page-ancestor > a,
.primary-navigation li.current-menu-item > a {
  border-top: 2px solid #1f1f1f;
  padding: 12px 0px;
}
.primary-navigation ul ul a:hover,
.primary-navigation ul ul li.focus > a {
  background-color: #41a62a;
}
.primary-navigation ul li:hover > ul,
.primary-navigation ul li.focus > ul {
  left: auto;
}
.primary-navigation ul ul li:hover > ul,
.primary-navigation ul ul li.focus > ul {
  left: 100%;
}
.primary-navigation .menu-item-has-children > a,
.primary-navigation .page_item_has_children > a {
  padding-right: 26px;
}
.primary-navigation li .menu-item-has-children > a,
.primary-navigation li .page_item_has_children > a {
  padding-right: 20px;
  width: 168px;
}

.primary-navigation .menu-toggle {
  width: 100%;
  color: #fff;
  display: none;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: text-bottom;
  cursor: pointer;
  margin: 0;
  top: 0;
  right: 0;
  text-align: center;
}
.primary-navigation a.audio-play {
  display: inline-block;
  width: 23px;
  height: 19px;
  background-image: url(../images/glosnik.png);
  background-position: top;
  background-size: auto;
  padding: 0;
  line-height: 19px;
  margin-bottom: -4px;
}
.primary-navigation a.audio-play.stopped {
  background-position: bottom;
}
.primary-navigation .menu-toggle .menu-toggle-label {
  display: none;
}

/**
  *	Breadcrumbs
  */

.breadcrumbs {
  font-family: "futura-pt", sans-serif;
  padding: 0px 0px;
  padding-top: 10px;
  font-size: 14px;
  width: 100%;
}
.breadcrumbs .breadcrumb {
  display: inline-block;
}
.breadcrumbs-separator {
  padding: 0px 4px;
  color: #c3c3c3;
}
/**
  *	HEntry
  *
  */

.hentry .entry-meta {
  font-size: 12px;
}

/**
  *	Hentry Subpage
  *
  */
.category-15 .mceContentBody {
  min-height: 100px;
}
.category-15 #content-area,
.single-post #content-area {
  max-width: 850px;
  margin: auto;
}
.category-15 article {
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e0;
}
.hentry-subpage {
  width: 50%;
  float: left;
  border: 0;
  padding: 20px 0;
  margin-bottom: 50px;
}
.hentry-subpage .subpage-single-box {
  background-image: url(../images/gray-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  position: relative;
  height: 150px;
  padding: 18px;
}
.hentry-subpage .subpage-single-box h2 {
  font-size: 24px;
  position: relative;
  z-index: 20;
  text-transform: uppercase;
}
.subpage-thumbnail figure {
  margin: 0;
}
.subpage-thumbnail {
  position: absolute;
  bottom: -10px;
  right: 3px;
  z-index: 10;
}
.hentry-subpage:nth-child(odd) .subpage-single-box .subpage-thumbnail {
  right: auto;
  left: 0;
}
.hentry-subpage:nth-child(odd) .subpage-single-box {
  text-align: right;
}
.hentry-subpage:nth-child(even) .subpage-single-box {
  background-image: url(../images/navy-bg.png);
}
.hentry-subpage:nth-child(even) .subpage-single-box h2 a {
  color: #fff;
}

/**
  *	Widgets
  *
  */

/**
  *
  *	Footer
  *
  */
.footer-copyright {
  float: left;
  font-size: 14px;
  color: #828283;
}
.footer-lama {
  float: right;
  position: relative;
  z-index: 9;
}
.footer-lama a {
  display: inline-block;
  padding: 2px 10px;
  margin-left: 0px;
  vertical-align: middle;
  margin-top: -6px;
  opacity: 0.8;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
/*.footer-lama a:after{
     content:'Projekt i wykonanie:';
     position:absolute;
     top:12px;
     left:0;
     font-weight:600;
     color:#000;
     font-size:12px;
     -webkit-transition: 1s ease-in-out;
     -moz-transition: 1s ease-in-out;
     -o-transition: 1s ease-in-out;
     transition: 1s ease-in-out;
     z-index:0;
     width:120px;
     opacity:0;
 
 }*/
.footer-lama a:hover {
  opacity: 1;
}
.footer-lama a:hover:after {
}
.footer-lama svg {
  height: 25px;
  width: 53px;
}
.lama-footer-bright .logo-lama-on-black {
  display: none;
}
.lama-footer-bright .logo-lama-on-white {
  display: block;
  float: right;
}
.lama-footer-black .logo-lama-on-black {
  display: block;
  float: right;
}
.lama-footer-black .logo-lama-on-white {
  display: none;
}
.lama-footer-black {
  background: #000;
}
.lama-footer-black .footer-lama a:after,
.lama-footer-black .footer-copyright {
  color: #fff;
}
.footer-logo-description {
  float: left;
  padding-top: 1px;
  position: relative;
  overflow: hidden;
  width: 125px;
  height: 30px;
}
.lama-footer-black .footer-logo-description {
  color: #fff;
}
.footer-logo-description span {
  position: absolute;
  right: -125px;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  opacity: 0.8;
}
.footer-lama:hover .footer-logo-description span {
  transform: translateX(-125px);
  opacity: 1;
}
.footer-logo-description svg {
  width: 103px;
  height: 20px;
}
/**
  *
  *	Gallery
  *
  */
.gallery img {
  border: 0px !important;
}
.gallery a {
  display: block;
}
.gallery .gallery-item {
  margin: 0 !important;
  margin-bottom: -5px !important;
  padding: 4px;
}

/**
  *	Paginacja
  *
  *
  *
  */

ul.page-numbers {
  list-style: none;
  text-align: center;
}
ul.page-numbers li {
  display: inline-block;
  border: 1px solid #000;
  list-style: none;
}
ul.page-numbers li .page-numbers {
  display: block;
  padding: 2px 10px;
}
ul.page-numbers li .page-numbers.current,
ul.page-numbers li .page-numbers:hover {
  background: #000;
  color: #fff;
}

/**
  *	Cookie info
  *
  *
  */

.ie8 .cookie-info {
  position: static !important;
}

body .cookie-info {
  position: fixed;
  top: 0;
  max-width: 100%;
  width: 100%;
  margin: auto;
  bottom: auto;
  background: #efefef;
  padding: 10px 0;
  left: 0 !important;
  padding-left: 10px;
  right: 0 !important;
  z-index: 9999;
}
body .cookie-info-header {
  margin: 0;
}
body .cookie-info-inner {
  margin: 0px;
  padding-right: 60px;
  position: static;
}
body .cookie-info-header-title {
  display: none;
}
body .cookie-info-content {
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-size: 13px;
  display: inline;
}
body .cookie-info-header-close {
  background: #3a3a3a;
  top: 0px;
  right: 0px;
  bottom: 0px;
  color: #fff;
  width: 40px;
  height: 34px;
}
body .cookie-info-header-close a {
  display: block;
  color: #fff;
  width: 40px;
  overflow: hidden;
  font-size: 0;
  text-indent: -9999px;
}
body .cookie-info-header-close a:after {
  font-family: "lama-media-font";
  content: "j";
  font-size: 10px;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  text-indent: 0px;
}
body .cookie-x {
  display: none;
}
body .cookie-info-link a,
body .cookie-info-link {
  display: inline-block;
  color: #4b4b4b;
}
body .cookie-info-link a:hover {
  text-decoration: underline;
}
/**
  *	Sidebar menu
  *
  *
  *
  *
  *
  *
  */
.widget_nav_menu ul,
.widget_nav_menu ul li {
  list-style: none;
  list-style-position: inide;
  margin: 0;
  padding: 0;
}
.sidebar-nav ul,
.sidebar-nav ul li {
  list-style: none;
  list-style-position: inide;
  margin: 0;
  padding: 0;
}
.sidebar-nav,
.widget_nav_menu {
  margin-top: 0px;
  font-family: "futura-pt", sans-serif;
}
.sidebar-nav > ul > li > a {
  display: block;
  background: #c3b99c;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 15px;
  color: #414042;
  margin-bottom: 1px;
  position: relative;
  padding-right: 30px;
}
.widget_nav_menu ul.menu > li > a {
  display: block;
  background: #c3b99c;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 15px;
  color: #414042;
  margin-bottom: 1px;
  position: relative;
  padding-right: 36px;
}
.sidebar-nav > ul.menu > li > a:hover {
  background: #fff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.widget_nav_menu ul.menu > li > a:hover {
  background: #fff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.widget_nav_menu ul.sub-menu > li > a:hover {
  text-decoration: underline;
}
.sidebar-nav > ul:not(.sub-menu) > li > a:after {
  content: "g";
  font-family: "lama-media-font";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 16px;
}
.widget_nav_menu ul:not(.sub-menu) > li > a:after {
  content: "g";
  font-family: "lama-media-font";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 16px;
}
.widget_nav_menu  ul:not(.sub-menu) > li.current-menu-item > a:after, .widget_nav_menu  ul:not(.sub-menu) > li.current-menu-ancestor > a:after /** , .sidebar-nav > ul > li.toggled > a:after **/ {
  content: "h";
  font-family: "lama-media-font";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 16px;
}
.widget_nav_menu .widget-title {
  display: none;
}
.sidebar-nav > ul:not(.sub-menu) > li.current-menu-item > a:after, .sidebar-nav > ul:not(.sub-menu) > li.current-menu-ancestor > a:after /** , .sidebar-nav > ul > li.toggled > a:after **/ {
  content: "h";
  font-family: "lama-media-font";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 16px;
}

.sidebar-nav > ul > li.current-menu-item,
.sidebar-nav > ul > li.current-menu-ancestor {
  /* border-top: 1px solid #000; */
}
.widget_nav_menu ul > li.current-menu-ancestor:first-child,
.widget_nav_menu ul > li.current-menu-item:first-child {
  border-top: 0 !important;
}
.sidebar-nav > ul > li.current-menu-ancestor:first-child,
.sidebar-nav > ul > li.current-menu-item:first-child {
  border-top: 0 !important;
}
.sidebar-nav > ul.menu > li.current-menu-item > a,
.sidebar-nav > ul.menu > li.current-menu-ancestor > a {
  background: #fff;
}
.widget_nav_menu ul.menu > li.current-menu-item > a,
.widget_nav_menu ul.menu > li.current-menu-ancestor > a {
  background: #fff;
}
.sidebar-nav ul ul li.current-menu-item a {
  font-weight: 600;
  color: #414042;
}
.widget_nav_menu ul ul li.current-menu-item a {
  font-weight: 600;
  color: #414042;
}

.sidebar-nav .sub-menu li a {
  display: block;
  padding: 4px 15px;
  color: #716b7a;
}
.widget_nav_menu ul.sub-menu li a {
  display: block;
  padding: 4px 15px;
  color: #716b7a;
}
.sidebar-nav > ul > li > ul.sub-menu {
  padding-bottom: 10px;
  padding-top: 10px;
}
.widget_nav_menu ul > li > ul.sub-menu {
  padding-bottom: 10px;
  padding-top: 10px;
}
.widget_accordion_informations_content {
  background: #f0ebe4;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 25px;
  font-family: "futura-pt", sans-serif;
}
.widget_accordion_informations_content table {
  width: 100%;
}
.widget_accordion_informations_content table td:nth-child(even) {
  text-align: right;
}
#accordion_informations-2 .widget_accordion_informations_content {
  font-size: 14px;
}
.widget_accordion_informations_content p {
  margin: 5px 0;
}
#accordion_informations-3 h4 {
  background-image: url(../images/car.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
#accordion_informations-2 h4 {
  background-image: url(../images/clock.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
#accordion_informations-4 h4 {
  background-image: url(../images/phone.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.widget-title {
  color: #fff;
  background-color: #424242;
  padding: 10px;
  margin: 0;
}
.widget_text .widget-title {
  background: none;
  color: #424242;
  border-top: 5px solid #424242;
  font-size: 24px;
  padding-bottom: 20px;
  padding-left: 0;
}

/**
  *	Tiles
  *
  *
  *
  */

.tile {
  position: relative;
}
.tile a,
.mceContentBody .tile a {
  display: block;
  color: #fff;
}
.tile a,
.mceContentBody .tile a h1 {
  color: #fff;
}
.tile a:hover h1,
.mceContentBody .tile a:hover h1 {
  color: #c3b99c;
}
.tile header,
.mceContentBody .tile header {
  position: relative;
}
.tile header:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  display: block;
  background: -moz-linear-gradient(
    left,
    rgba(229, 221, 197, 1) 0%,
    rgba(229, 221, 197, 1) 81%,
    rgba(229, 221, 197, 0) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(229, 221, 197, 1)),
    color-stop(81%, rgba(229, 221, 197, 1)),
    color-stop(100%, rgba(229, 221, 197, 0))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    rgba(229, 221, 197, 1) 0%,
    rgba(229, 221, 197, 1) 81%,
    rgba(229, 221, 197, 0) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    rgba(229, 221, 197, 1) 0%,
    rgba(229, 221, 197, 1) 81%,
    rgba(229, 221, 197, 0) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    rgba(229, 221, 197, 1) 0%,
    rgba(229, 221, 197, 1) 81%,
    rgba(229, 221, 197, 0) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    rgba(229, 221, 197, 1) 0%,
    rgba(229, 221, 197, 1) 81%,
    rgba(229, 221, 197, 0) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ddc5', endColorstr='#00e5ddc5',GradientType=1 ); /* IE6-9 */
}

.tile header h1,
.mceContentBody .tile header h1 {
  font-size: 20px;
  padding: 10px 15px;
  margin: 0 !important;
  padding-left: 0;
  color: #424242;
  font-family: "futura-pt", sans-serif;
  font-weight: normal;
  padding-right: 30px;
}
.white-arrow-right {
  background: url(../images/arrow.png) center center;
  width: 17px;
  height: 18px;
}
.tile header .white-arrow-right,
.mceContentBody .tile header .white-arrow-right {
  position: absolute;
  right: 0px;
  bottom: 14px;
}

.tiles-box,
.box {
  padding-bottom: 40px;
}
.tiles-box > header h1,
.box > header h1 {
  font-size: 24px;
  margin-top: 4px;
  margin-bottom: 25px;
  color: #414042;
  border-top: 5px solid #4b4b4b;
}
.box > header h2 {
  font-size: 18px;
  margin-top: 4px;
  margin-bottom: 20px;
  color: #414042;
}

.tile-165 {
  width: 14%;
  height: 165px;
}
.tile.tile-165 .rozeta {
  top: -58px;
  right: -58px;
}

.tile-260 {
  width: 30%;
  max-width: 263px;
}
.tile-555 {
  width: 67%;
  max-width: 555px;
  margin-right: 3%;
}

.tile-1z3 {
  width: 32%;
  max-width: 263px;
}
.tile-2z2 {
  width: 33%;
  max-width: 263px;
}
.tile-bg {
  height: 262px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.tiles-podstrony .tile-number-2 {
  margin-right: 0 !important;
}
.tiles-podstrony .tile {
  width: 31%;
  margin-bottom: 70px !important;
}
.ie8 .tile .tile-header,
.ie8 .mceContentBody .tile .tile-header {
}

.tiles-2-4 .tile {
  margin-right: 4%;
  margin-bottom: 35px;
}
.tiles-2-4 .tile-number-2,
.tiles-2-4 .tile-number-6 {
  margin-right: 0%;
}
#tiles-nasza-oferta .tiles-box,
.home .box {
  padding-bottom: 0px;
}

.mceContentBody .tiles-box {
  padding-top: 20px;
}

.tiles-3x1 .tile {
  margin-right: 3%;
  margin-bottom: 25px;
}
.tiles-3x1 .tile a {
  text-decoration: none !important;
}
.tiles-3x1 .last-tile {
  margin-right: 0 !important;
}

.tiles-1-wyrozniony .tile {
}
.tiles-1-wyrozniony .tile-2z2 {
}
.tiles-1-wyrozniony .tile.tile-1z3 {
  margin-right: 5%;
}
.tiles-1-wyrozniony .last-tile {
  margin-right: 0 !important;
}

/*Footer*/
.footer-top {
  background-color: #c8bfa5;
  background-image: url(../images/footer-bg.png);
  background-position: left;
  background-repeat: no-repeat;
}
.footer-navigation {
  background: none;
  padding-top: 42px;
  width: 55%;
}
.footer-navigation ul {
  float: left;
  text-align: left;
}
.footer-navigation ul li {
  padding: 0;
}
.footer-navigation a {
  color: #fff;
  padding: 3px 21px !important;
}
.footer-navigation li > a:hover,
.footer-navigation li.current-menu-item > a,
.footer-navigation li.current_page_item > a,
.footer-navigation li.current-menu-ancestor > a,
.footer-navigation li.current-page-ancestor > a {
  padding: 3px 21px;
  border: 0;
  text-decoration: underline;
}
.footer-navigation li:after {
  display: none;
}
.footer-logos-container {
  width: 25%;
  float: left;
  text-align: left;
  padding-top: 56px;
}
.footer-logos-container-inner {
  max-width: 270px;
}
.footer-logos-container a {
  display: inline-block;
}
#logo-ossolineum {
  float: right;
}
.footer-logos-container .logo-panorama {
  margin-bottom: 35px;
}
.footer-logos-container .site-name a {
  color: #424242;
}
.social-container {
  width: 20%;
  float: left;
  text-align: right;
  padding-top: 30px;
}
.social-container img {
  opacity: 0.7;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
}
.social-container a {
  display: inline-block;
  margin-bottom: 20px;
  text-align: right;
}
.social-container a:hover img {
  opacity: 1;
}

/*404*/
.error404 h2 {
  color: #ce2c34;
  font-style: italic;
  font-size: 26px;
  padding-bottom: 180px;
  padding-top: 20px;
  text-align: center;
}
.error-title {
  font-size: 100px;
  margin-bottom: 10px;
  font-weight: 400;
}
.error404 p.error-medium {
  font-size: 24px;
}
.error404 p.error-code {
  margin: 50px 0;
  font-size: 17px;
}
.error404 p {
  font-size: 18px;
  margin-bottom: 5px;
  color: #121212;
}
.error404 article {
  padding-bottom: 180px;
}
.error404 article a {
  display: block;
  color: #a3a3a3;
  font-weight: bold;
  font-size: 17px;
}
.error404 article a:hover {
  text-decoration: underline;
}
.left-404,
.right-404 {
  width: 50%;
  float: left;
}

.background-absolute {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.background-cover-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.2s linear;
  -moz-transition: transform 0.1s linear;
  -webkit-transition: all 0.2s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.background-back-image {
  z-index: 0;
  background: url(../images/tlo_1.png) no-repeat center center fixed;
  background-size: cover;
}
.background-middle-image {
  z-index: 10;
  background: url(../images/tlo_2.png) no-repeat center center fixed;
  background-size: cover;
}
.background-kreski-image {
  z-index: 5;
  background: url(../images/kreski.png) no-repeat center center fixed;
  background-size: cover;
}
.background-front-image {
  z-index: 20;
  background-size: cover;
}
.front-boxes-container {
  position: absolute;
  width: 1230px;
  height: 300px;
  top: 25%;
  left: 50%;
  margin-left: -615px;
  z-index: 9999;
}
.front-button {
  display: inline-block;
  padding: 14px 25px;
  margin-right: 24px;
  background: #c3b99c;
}
.buttons-front {
  position: absolute;
  bottom: 23px;
  right: 50px;
  z-index: 9999;
  -webkit-transform: translateZ(9999px);
}
.max-berg-container {
  position: absolute;
  bottom: 50px;
  left: 10px;
  z-index: 9998;
}
.tile-front-container {
  max-width: 370px;
  background: #fff;
  padding: 20px 30px;
  position: absolute;
  bottom: 90px;
  left: 50%;
  margin-left: -185px;
  z-index: 9999;
  width: 100%;
}
.tile-front-container h1 {
  font-size: 20px;
  color: #424242;
  margin: 0;
}
.tile-front-container .read-more {
  font-size: 15px;
  color: #c3b99c;
  margin-top: 10px;
}
.tile-front-container p {
  font-size: 13px;
  line-height: 21px;
  color: #424242;
  margin-bottom: 0;
  margin-top: 10px;
}
.single-box-front {
  width: 25%;
  float: left;
  height: 232px;
  text-align: center;
  padding: 20px;
  transition: all 0.2s linear;
}
.single-box-front img {
  height: 100%;
}
.bottom-white-border {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background-image: url(../images/bottom.png);
  height: 90px;
  background-size: cover;
}
.bottom-white-border a {
  display: block;
  float: left;
  margin-left: 30px;
  margin-top: 18px;
  line-height: 90px;
  height: auto;
}
.bottom-white-border a.logo-ministerstwo {
  margin-top: 23px;
}
body.popup-opened .background-back-image,
body.popup-opened #header,
body.popup-opened .background-middle-image,
body.popup-opened .tile-front-container,
body.popup-opened .buttons-front,
body.popup-opened .single-box-front {
  filter: blur(3px);
  -webkit-filter: blur(4px);
  -ms-filter: blur(3px);
}

/**
  * Wydarzenia
  *
  *
  *
  */
.event-container {
  width: 65%;
  float: left;
}
.event-thumbnail {
  position: relative;
  overflow: hidden;
}
.event-thumbnail img {
  max-width: none !important;
}
.event-thumbnail-overlay-type {
  position: absolute;
  bottom: 7px;
  left: 0;
  background: #c3b99c;
  color: #fff;
  padding: 8px 18px;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.home .event header {
  text-transform: uppercase;
}
.home .event .event-excerpt {
  font-size: 16px;
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-weight: 500;
}
.home .event .event-nav {
  text-align: right;
}
.home .event .event-nav a {
  font-size: 14px;
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-weight: 600;
  text-decoration: underline;
}
.home .event .event-nav a:hover {
  text-decoration: none;
}

.events-list-container {
  width: 31%;
  margin-left: 4%;
  float: right;
}
.events-list-container-2 {
  width: 31%;
  margin-left: 4%;
  float: right;
}
.event-listed {
  background: #f2f2f2;
  margin-bottom: 1px;
  padding: 10px 10px;
  cursor: hand;
  cursor: pointer;
}
.event-listed.active {
  background: #c3b99c;
  color: #fff;
}
.event-listed .event-title {
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.event-listed .event-date {
  font-size: 14px;
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-weight: 500;
}

#event-types-list {
  margin-top: 30px;
}
#event-types-list ul li,
#event-types-list ul {
  list-style: inside none;
  margin: 0;
  padding: 0;
}
#event-types-list ul li {
  display: inline-block;
  margin-bottom: 4px;
}
#event-types-list ul li a {
  background: #c3b99c;
  color: #fff;
  display: block;
  padding: 8px 18px;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
#event-types-list ul li:hover a,
#event-types-list ul li.active a {
  background: #414042;
}

.events-list .event:hover {
  background: rgba(218, 209, 181, 0.86);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.events-filter {
  padding-top: 0px;
  padding-bottom: 25px;
}
.filter-event-type {
  width: 75%;
}
.filter-event-date {
  width: 25%;
}
.events-filter h3 {
  border-bottom: 1px solid #5b5b5b;
  color: #5b5b5b;
  font-size: 14px;
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.events-filter #event-types-list {
  margin-top: 0px;
}

.event-meta {
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
  position: relative;
}
.event-types {
  text-transform: uppercase;
  font-size: 14px;
  float: left;
}
.events-list .event-date {
  border-bottom: 4px solid #000;
  float: right;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}

.events-list .event {
  margin-left: -25px;
  padding-left: 25px;
  margin-right: -25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.event-place-name {
  color: #414042;
  text-align: right;
}

.events-list .event-thumbnail {
  float: left;
  width: 23%;
  margin-right: 3%;
}
.events-list .event-content {
  float: left;
  width: 42%;
  margin-right: 4%;
}
.events-list .event-details {
  float: right;
  width: 28%;
}

.event-content header h1 {
  text-transform: uppercase;
  font-size: 16px;
}
.event-content {
  color: #646464;
  font-size: 14px;
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-weight: 400;
}

.event-details-header {
  font-size: 16px;
  color: #414042;
  font-family: "futura-pt", sans-serif;
  padding-bottom: 10px;
}
.event-details-text {
  font-size: 14px;
  color: #414042;
}

#month-filter {
  width: 100%;
}

.content-event {
  background: #fff;
  padding: 15px 15px;
  margin-top: -20px;
  padding-top: 30px;
}

.single-event .event-content {
  float: left;
  width: 67%;
}
.single-event .event-meta {
  float: right;
  width: 30%;
  font-size: 14px;
}
.single-event .event-meta h4 {
  margin-top: 10px;
}
.single-event #content {
  width: 100%;
  float: none;
}
.single-event .event-meta .top-border-light {
  padding-bottom: 15px;
}
.single-event .box > header h1 {
  font-size: 32px;
  width: 66%;
}
#back-events-list {
  position: absolute;
  top: 8px;
  right: 0px;
  font-size: 14px;
}

/**
  *	Wyszukiwarka
  *
  *
  *
  *
  */
.wyszukiwarka-results {
  width: 72%;
}
.wyszukiwarka-filters {
  width: 25%;
  position: relative;
}
.wyszukiwarka-filters .top-border-light {
  padding-bottom: 20px;
}
.wyszukiwarka-filters ul,
.wyszukiwarka-filters ul li {
  list-style: none;
  list-style-position: inside;
  margin: 0 !important;
  padding: 0;
}
.wyszukiwarka-filters .top-border-light h4,
.wyszukiwarka-results .top-border-light h4 {
  margin-top: 10px;
}
.wyszukiwarka-filters label input {
  margin-right: 10px;
}
.wyszukiwarka-filters label {
  padding: 3px 10px;
  font-size: 14px;
  display: block;
}
.wyszukiwarka-filters label.active {
  background: #333333;
  color: #fff;
}
.wyszukiwarka-results .tile-260 {
  width: 100%;
}
.wyszukiwarka-results .hall {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
}
.wyszukiwarka-results-container a {
  display: block;
}

.wyszukiwarka-results-container .hall:nth-child(3n) {
  margin-right: 0 !important;
}
.wyszukiwarka-results-container .hall:nth-child(3n + 1) {
  clear: both;
}

.disabled-filters {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.empty-results {
  background: #f2f2f2;
  padding: 15px 20px;
  font-size: 16px;
}

.iframe-map {
  float: right;
  width: 50%;
  margin-bottom: 30px;
}
