@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=cyrillic,cyrillic-ext,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500&subset=cyrillic,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500&subset=cyrillic,latin-ext");
.uk-container .row {
  width: 100%; }

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

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

.text-primary {
  color: #920e6c; }

.text-secondary {
  color: #0073a4; }

.text-third {
  color: #a5cd39; }

.text-lightgray {
  color: #F1F1F1; }

.text-gray {
  color: #a2a2a2; }

.text-darkgray {
  color: #444444; }

.text-white {
  color: #ffffff; }

.text-black {
  color: #000000; }

.bg-primary {
  background-color: #920e6c; }

.bg-secondary {
  background-color: #0073a4; }

.bg-third {
  background-color: #a5cd39; }

.bg-lightgray {
  background-color: #F1F1F1; }

.bg-gray {
  background-color: #a2a2a2; }

.bg-darkgray {
  background-color: #444444; }

.bg-white {
  background-color: #ffffff; }

.bg-black {
  background-color: #000000; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.clr {
  width: 100%;
  clear: both; }

.min100vh {
  min-height: 100vh; }

.row.fullwidth, .fullwidth, img.full {
  width: 100%;
  height: auto; }

img.left {
  float: left;
  margin-right: 1rem; }

img.right {
  float: right;
  margin-left: 1rem; }

.margin-small {
  width: 100%;
  margin: 10px 0; }

.margin-medium {
  width: 100%;
  margin: 20px 0; }

.margin-large {
  width: 100%;
  margin: 30px 0; }

body, p {
  font-family: Open Sans, arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  text-align: justify; }

a:link, a:hover {
  text-decoration: none; }

a.buton {
  display: table;
  text-align: center;
  text-decoration: none;
  border: 1px solid #a2a2a2;
  padding: 18px 20px 15px 20px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  font-family: Open Sans, arial, sans-serif;
  font-size: 10pt;
  font-weight: 100;
  color: #fff;
  background: #000000; }
  a.buton:hover {
    background: #fff;
    color: #000;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
  a.buton.buton-center {
    float: none;
    margin: auto; }

h1 {
  font-family: Montserrat, arial narrow, sans-serif;
  font-size: 26pt;
  font-weight: 300;
  color: #000000; }

h2 {
  font-family: Montserrat, arial narrow, sans-serif;
  font-size: 18pt;
  font-weight: 200;
  color: #000000;
  margin-top: 0; }

h3 {
  font-family: Oswald, arial narrow, sans-serif;
  font-size: 14pt;
  font-weight: 400;
  color: #000000;
  margin-top: 0; }

p {
  font-family: Open Sans, arial, sans-serif;
  font-size: 11pt;
  font-weight: 400;
  color: #000000;
  margin-top: 0; }

/* FULLY DATA CONTENT STYLE */
h1.header {
  font-family: Open Sans, arial, sans-serif;
  font-size: 36pt;
  font-weight: 300;
  color: #000000;
  line-height: 1.0em;
  margin-bottom: 0; }

h1.header span.first-word {
  color: #920e6c;
  font-weight: 900; }

h2.header {
  font-family: Oswald, arial narrow, sans-serif;
  font-size: 14pt;
  font-weight: 200;
  color: #000000;
  margin-top: 0; }

h3.header {
  font-family: Open Sans, arial, sans-serif;
  font-size: 12pt;
  font-weight: 600;
  color: #666;
  margin-top: 0; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ OWL THEME */
.owl-stage {
  transform: translate3d(0px, 0, 0);
  width: auto; }

.owl-theme {
  position: relative; }
  .owl-theme .owl-nav {
    margin: 0; }
    .owl-theme .owl-nav button.owl-prev, .owl-theme .owl-nav button.owl-next {
      position: absolute;
      top: 50%;
      margin-top: -50px;
      width: 50px;
      height: 50px;
      text-align: center;
      color: #fff;
      filter: Alpha(Opacity=50);
      /*IE7 fix*/
      opacity: 0.5; }
      .owl-theme .owl-nav button.owl-prev:hover, .owl-theme .owl-nav button.owl-next:hover {
        background: none;
        color: #fff;
        text-decoration: none;
        filter: Alpha(Opacity=100);
        /*IE7 fix*/
        opacity: 1.0; }
      .owl-theme .owl-nav button.owl-prev:focus, .owl-theme .owl-nav button.owl-next:focus {
        outline: none; }
    .owl-theme .owl-nav button.owl-prev {
      float: left;
      left: 10px; }
    .owl-theme .owl-nav button.owl-next {
      float: right;
      right: 10px; }
    .owl-theme .owl-nav .disabled {
      opacity: none;
      cursor: default; }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px; }
  .owl-theme .owl-dots {
    width: 100%;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
    .owl-theme .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1; }
      .owl-theme .owl-dots .owl-dot span {
        width: 50px;
        height: 5px;
        margin: 2px 4px;
        background: #920e6c;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity 200ms ease;
        border-radius: 0px; }
      .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #a5cd39; }

div.upheader {
  width: 100%;
  background: #920e6c;
  padding: 2px 0 4px 0; }
  div.upheader a {
    display: inline-block;
    padding-left: 10px;
    text-decoration: none;
    font-family: Open Sans, arial, sans-serif;
    font-size: 10pt;
    font-weight: 600;
    color: #fff; }

header {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  padding: 10px 0; }
  header img.logo {
    width: 100%; }

nav {
  background: #920e6c;
  margin: 0 0 1px 0;
  padding: 5px 0;
  border-bottom: 1px solid #F1F1F1;
  z-index: 98;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5); }

ul.typmenu {
  list-style-type: none;
  margin: 0 auto;
  display: table;
  padding: 0; }
  ul.typmenu li {
    margin: 0;
    padding: 0px 10px;
    display: inline-block;
    border-right: 1px solid #fff; }
    ul.typmenu li:last-child {
      border: none; }
    ul.typmenu li.search {
      border: 0;
      font-family: Open Sans, arial, sans-serif;
      font-size: 10pt;
      font-weight: 600;
      color: #fff; }
    ul.typmenu li a {
      font-family: Open Sans, arial, sans-serif;
      font-size: 10pt;
      font-weight: 400;
      color: #fff;
      line-height: 1em;
      display: block;
      text-align: center;
      text-transform: uppercase; }

aside.adsy {
  background: #F1F1F1;
  padding: 10px 0 0 0;
  border-bottom: 2px solid #920e6c; }
  aside.adsy h4 {
    font-family: Open Sans, arial, sans-serif;
    font-size: 10pt;
    font-weight: 800;
    color: #777;
    text-align: center; }
  aside.adsy ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }

section.content {
  padding: 30px 0;
  background: #FDEEF9; }
  section.content div.inset {
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4); }

div.navs h3 {
  max-width: 235px;
  font-family: Open Sans, arial, sans-serif;
  font-size: 13pt;
  font-weight: 800;
  color: #920e6c;
  text-align: right;
  border-bottom: 6px solid #920e6c;
  margin: 0 auto 10px auto; }
div.navs ul {
  max-width: 235px;
  margin: 0 auto 10px auto;
  padding: 0;
  list-style-type: none; }
  div.navs ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #F1F1F1; }
    div.navs ul li:last-child {
      border: none; }
    div.navs ul li a:link, div.navs ul li a:visited {
      background: #f9f9f9;
      text-transform: uppercase;
      display: block;
      padding: 8px 2px 8px 10px;
      font-family: Open Sans, arial, sans-serif;
      font-size: 10pt;
      font-weight: 400;
      color: #000;
      -webkit-transition: all 300ms ease-out;
      -moz-transition: all 300ms ease-out;
      -ms-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out;
      transition: all 300ms ease-out; }
      div.navs ul li a:link:hover, div.navs ul li a:visited:hover {
        color: #fff;
        background: #920e6c;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out; }
    div.navs ul li span {
      float: right;
      font-size: 8pt; }

div.ad {
  background: #F1F1F1;
  text-align: center; }

div.news {
  position: relative;
  margin: 10px 0 0 0;
  padding: 5px 0 0 5px;
  border-top: 1px solid #F1F1F1; }
  div.news .intro {
    padding: 0 0 0 10px; }
    div.news .intro h3 {
      font-family: Oswald, arial narrow, sans-serif;
      font-size: 12pt;
      font-weight: 400;
      color: #000;
      margin: 0; }
      div.news .intro h3 a {
        color: #000; }
    div.news .intro p {
      font-family: Open Sans, arial, sans-serif;
      font-size: 10pt;
      font-weight: 400;
      color: #666;
      text-align: left; }
    div.news .intro:hover p {
      color: #000; }
  div.news a.global {
    position: absolute;
    width: 100%;
    top: 0;
    display: block;
    height: 100%; }

div.catalog {
  position: relative;
  margin: 10px 0 0 0;
  padding: 5px 0 0 5px;
  border-top: 1px solid #F1F1F1; }
  div.catalog .intro {
    padding: 0 0 0 10px; }
    div.catalog .intro h3 {
      font-family: Oswald, arial narrow, sans-serif;
      font-size: 12pt;
      font-weight: 400;
      color: #000;
      margin: 0; }
      div.catalog .intro h3 a {
        color: #000; }
    div.catalog .intro p {
      font-family: Open Sans, arial, sans-serif;
      font-size: 10pt;
      font-weight: 400;
      color: #666;
      text-align: left; }
    div.catalog .intro:hover p {
      color: #000; }
  div.catalog a.global {
    position: absolute;
    width: 100%;
    top: 0;
    display: block;
    height: 100%; }

a.przycisk {
  font-weight: 600;
  font-size: 8pt !important; }
  a.przycisk:hover {
    color: #fff;
    background: #920e6c; }

div.catalogdata {
  padding: 30px 0; }
  div.catalogdata h1 {
    margin: 0; }
  div.catalogdata p.typobiektu {
    font-weight: 800;
    font-size: 9pt;
    text-transform: uppercase;
    margin: 0; }
  div.catalogdata div.address {
    font-size: 10pt;
    line-height: 1.5em; }
  div.catalogdata div.infos {
    font-size: 10pt;
    line-height: 1.5em; }
    div.catalogdata div.infos .strong {
      font-weight: 600; }
  div.catalogdata div.gallery img, div.catalogdata div.gallery img.full {
    width: 80%;
    margin: 5px 10%; }

div.pagination {
  border-top: 4px solid #F1F1F1;
  padding: 10px 0; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ OFF CANVAS */
.offcanvas .uk-offcanvas-bar {
  background: #ffffff;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2); }
  .offcanvas .uk-offcanvas-bar * {
    color: #000000; }

.uk-offcanvas-bar-animation {
  transition: transform 0.2s ease-out; }

.uk-offcanvas-overlay::before {
  background: rgba(255, 255, 255, 0.5); }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ MENU SYSTEMS */
ul.topmenu {
  float: right;
  margin: 0; }
  ul.topmenu li a {
    font-family: Open Sans, arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 100;
    color: #000000;
    height: auto;
    padding: 0.75rem 1.5rem;
    display: block; }
    ul.topmenu li a:hover {
      color: #920e6c; }
  ul.topmenu li.active > a {
    color: #fff;
    background: #a5cd39; }

ul.submenu.uk-dropdown-nav {
  margin: 0;
  padding: 0; }
  ul.submenu.uk-dropdown-nav li {
    margin: 0;
    padding: 0; }

/* dropdown */
.uk-dropdown {
  margin-top: 0;
  top: 0;
  padding: 0; }

.uk-navbar-dropdown-dropbar {
  margin-top: 0;
  top: 0;
  padding: 0; }

.uk-navbar-dropbar, .uk-navbar-dropbar-slide {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.uk-offcanvas-bar hr {
  border-color: #a2a2a2; }

.uk-navbar-dropbar-slide {
  display: none; }

.uk-navbar-container {
  background: #fff; }

/* mobile */
.uk-offcanvas-bar ul.mobilemenu li, .uk-offcanvas-bar ul.mobilemenu li.uk-open {
  border-bottom: 1px solid #F1F1F1; }
  .uk-offcanvas-bar ul.mobilemenu li:last-child, .uk-offcanvas-bar ul.mobilemenu li.uk-open:last-child {
    border: 0; }
  .uk-offcanvas-bar ul.mobilemenu li *, .uk-offcanvas-bar ul.mobilemenu li.uk-open * {
    color: #000 !important; }
  .uk-offcanvas-bar ul.mobilemenu li a, .uk-offcanvas-bar ul.mobilemenu li.uk-open a {
    font-family: Open Sans, arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: #000000;
    padding: 1rem; }
    .uk-offcanvas-bar ul.mobilemenu li a:hover, .uk-offcanvas-bar ul.mobilemenu li.uk-open a:hover {
      color: #a2a2a2; }
    .uk-offcanvas-bar ul.mobilemenu li a::after, .uk-offcanvas-bar ul.mobilemenu li.uk-open a::after {
      color: #000; }
  .uk-offcanvas-bar ul.mobilemenu li .uk-nav-sub *, .uk-offcanvas-bar ul.mobilemenu li.uk-open .uk-nav-sub * {
    color: #000; }
.uk-offcanvas-bar ul.mobilemenu li.active a {
  color: #920e6c; }
  .uk-offcanvas-bar ul.mobilemenu li.active a:hover {
    color: #a2a2a2; }
  .uk-offcanvas-bar ul.mobilemenu li.active a::after {
    color: #000; }

footer {
  width: 100%;
  background: #920e6c;
  padding: 40px 0 80px 0; }
  footer p {
    font-family: Open Sans, arial, sans-serif;
    font-size: 9pt;
    font-weight: 400;
    color: #fff;
    text-align: center; }
  footer a:link, footer a:visited {
    text-decoration: none;
    color: #fff; }
  footer div.superfoot {
    text-align: center;
    font-family: Open Sans, arial, sans-serif;
    font-size: 7pt;
    font-weight: 400;
    color: #666; }
    footer div.superfoot a:link, footer div.superfoot a:visited {
      text-decoration: none;
      color: #666; }

div.navs, div.datacontent {
  padding: 20px 0; }

div.datacontent {
  padding: 30px; }
  div.datacontent h1 {
    text-align: left; }
  div.datacontent div.small {
    font-family: Open Sans, arial, sans-serif;
    font-size: 7pt;
    font-weight: 400;
    color: #777;
    padding-top: 20px; }
  div.datacontent em {
    color: inherit; }
  div.datacontent div.content table {
    width: 100%; }
    div.datacontent div.content table td > img {
      /*width:80%;*/
      display: table;
      margin: 0 auto !important; }
  div.datacontent div.content table[width="160"] {
    width: 160px;
    display: block;
    margin-left: 20px; }
  div.datacontent div.content table[width="330"] {
    width: 100% !important; }
    div.datacontent div.content table[width="330"] td > img {
      width: 80%;
      display: table;
      margin: 0 auto !important; }

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