﻿@charset "UTF-8";

@font-face {
  font-family: 'proxima';
  src: url("../fonts/proximanova-bold-webfont.eot");
  src: url("../fonts/proximanova-bold-webfont-1.eot") format("embedded-opentype"), url("../fonts/proximanova-bold-webfont.woff2") format("woff2"), url("../fonts/proximanova-bold-webfont.woff") format("woff"), url("../fonts/proximanova-bold-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'proxima';
  src: url("../fonts/proximanova-light-webfont.eot");
  src: url("../fonts/proximanova-light-webfont-1.eot") format("embedded-opentype"), url("../fonts/proximanova-light-webfont.woff2") format("woff2"), url("../fonts/proximanova-light-webfont.woff") format("woff"), url("../fonts/proximanova-light-webfont.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'proxima';
  src: url("../fonts/proximanova-regular-webfont.eot");
  src: url("../fonts/proximanova-regular-webfont-1.eot") format("embedded-opentype"), url("../fonts/proximanova-regular-webfont.woff2") format("woff2"), url("../fonts/proximanova-regular-webfont.woff") format("woff"), url("../fonts/proximanova-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima';
  src: url("../fonts/proximanova-semibold-webfont.eot");
  src: url("../fonts/proximanova-semibold-webfont-1.eot") format("embedded-opentype"), url("../fonts/proximanova-semibold-webfont.woff2") format("woff2"), url("../fonts/proximanova-semibold-webfont.woff") format("woff"), url("../fonts/proximanova-semibold-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

body {
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}

html, body {
  overflow-x: hidden;
}

h2 {
  font-weight: normal;
}

*::selection {
  background-color: #D03726;
  color: white;
}

*::-moz-selection {
  background-color: #D03726;
  color: white;
}

.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #DE3838;
  color: #fff;
}

.btn:hover {
  background-color: #343233;
  color: #fff;
}

.btn-big {
  padding: 13px 25px;
  font-size: 16px;
  border: 0px;
}

.form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.tresc {
  padding-left: 0;
  width: 60.333333%;
}

span.red {
  color: #DE3838;
}

img.pull-right, figure.pull-right {
  padding: 10px 0px 30px 30px;
}

img.pull-left, figure.pull-left {
  padding: 10px 30px 30px 0px;
}

figcaption {
  text-align: center;
}

a:link, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}

.menu-mobile {
  display: none;
}

table thead {
  font-size: 16px;
  /*text-transform:capitalize;*/
  font-weight: 100;
}

table {
  /*text-align:center;*/
}

.oferta .height {
  min-height: 500px;
}

.oferta .height ul {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.home div.container.content>div:nth-child(2) {
  margin-top: -30px;
}

.top .container {
  background-repeat: no-repeat !important;
  background-position: calc(50% - 14px) !important;
}

.coworking .top .container {
  background: URL("../img/coworking.png");
}

.nasza-oferta .top .container {
  background: URL("../img/oferta.png");
}

.strefa-relaksu .top .container {
  background: URL("../img/relax.png");
}

.cennik .top .container {
  background: URL("../img/cennik.png");
}

.o-nas .top .container {
  background: URL("../img/aboutus.png");
}

blockquote {
  font-style: italic;
  font-size: 17px;
  margin: 30px 0;
}

.bottom-menu {
  padding: 30px 0;
}

.bottom-menu div {
  text-align: center;
  font-weight: bold;
}

.bottom-menu .active, .footer .menuactive {
  color: #DE3838;
}

/* Nagłowek */
header {
  height: 95px;
}

header .logo img {
  padding: 19px 0;
  width: 150px;
}

header .menu {
  height: 103px;
  background-color: #DE3838;
  padding: 37px;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
}

header .menu ul {
  text-align: center;
  margin: 0;
}

header .menu ul li {
  padding: 0 13px;
}

header .menu ul li:hover {
  /*color:#333333;*/
}

header .menuactive {
  font-weight: bold;
}

header .rezerwacja {
  background-color: #333;
  height: 103px;
  font-size: 16px;
  color: #fff;
}

header .rezerwacja p {
  margin-left: 15px;
  margin-top: 31px;
  line-height: 21px;
}

header .rezerwacja .lang {
  position: absolute;
  right: 0;
  top: 25px;
}

header .rezerwacja:before {
  content: url("../img/calendar.png");
  position: absolute;
  left: -29px;
  top: -webkit-calc(50% - 30px);
  top: -moz-calc(50% - 30px);
  top: calc(50% - 30px);
}

h1.title {
  font-weight: 100;
  font-size: 40px;
  padding: 0px 0 0 0;
  text-transform: uppercase;
}

.fb {
  position: absolute;
  top: 20px;
  right: 0;
}

.instagram {
  position: absolute;
  top: 50px;
  right: 0;
}

.twitter {
  position: absolute;
  top: 67px;
  right: 0;
}

.top {
  position: relative;
}

.biuro-cennik p {
  margin: 0;
}

.biuro-cennik td, th, .cennik td {
  border: 1px solid #eee;
  text-align: center;
  display: table-cell;
  vertical-align: middle !important;
}

.biuro-cennik td:nth-child(1) {
  width: 30%;
  /*text-align: left;*/
}

.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em;
}



/*.biuro-cennik td:nth-child(2) {
    background: #333333 !important;
    color: white;
}*/
.biuro-cennik {
  text-align: center !important;
}

.biuro-cennik td:nth-child(1) {
  /*background: #de3838 !important;*/
  background: #333 !important;
  color: white;
}

.black {
  background: #333 !important;
  color: white;
}

.biuro-cennik thead, .cennik tr th {
  background: #de3838 !important;
  /*background: #333 !important;*/
  color: white;
}

.tytul {
  top: 0;
  position: absolute;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  height: 100%;
}

.vcenter {
  height: 100%;
  margin-bottom: 20px;
  margin-top: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px !important;
}

.bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 103px;
  width: 50%;
  background-color: #333;
  z-index: -1;
}

/* slider */
.slider .bx-wrapper .bx-viewport, .slider li {
  height: 430px;
}

.slider img.slider-icon {
  position: absolute;
  top: -webkit-calc(50.33333333% - 76px);
  top: -moz-calc(50.33333333% - 76px);
  top: calc(50.33333333% - 76px);
  left: -webkit-calc(58.33333333% - 76px);
  left: -moz-calc(58.33333333% - 76px);
  left: calc(58.33333333% - 76px);
}

.slider .slide {
  width: 58.33333333%;
  background-repeat: no-repeat;
}

.slider .h1 {
  position: absolute;
  top: 140px;
  right: 0;
  width: 50%;
  text-align: center;
  font-size: 45px;
  font-weight: bold;
}



img.pull-right:first-child {
  padding: 0px 0px 30px 30px;
}

/* Ikony głowna */
.ikony {
  background-color: #F3F3F3;
  text-align: center;
  padding: 30px 0;
  font-weight: 500;
  font-size: 16px;
}

.ikony h2, .ikony .h2 {
  padding-bottom: 30px;
}

.ikony .icons {
  width: 20% !important;
}

.ikony .icons img {
  margin: 0 auto;
  display: block;
  padding-bottom: 15px;
}

/* Dolne banery */
.bottom-banners {
  color: white;
  background-color: #F3F3F3;
  padding: 60px 0;
}

.bottom-banners h3 {
  font-size: 24px;
  font-weight: normal;
}

.bottom-banners .banner {
  height: 175px;
  padding: 20px 40px;
  position: relative;
}

.bottom-banners .banner:after {
  content: url("../img/tick.png");
  position: absolute;
  bottom: -25px;
  right: -20px;
}

.bottom-banners div>div:nth-child(1)>div {
  background-color: #343233;
}

body>section.bottom-banners>div>div:nth-child(2)>a>div {
  color: #333;
  background-color: #fff;
  background-image: URL('../img/pobierz.png');
  background-repeat: no-repeat;
  background-position: 38px 100px;
}

body>section.bottom-banners>div>div:nth-child(2)>a>div:after {
  content: url("../img/pdf.png");
}

.bottom-banners div>div:nth-child(3)>div {
  background-color: #DE3838;
}

.bottom-banners div>div:nth-child(3)>div:after {
  content: url("../img/phone.png");
}

/* CONTENT */
.content {
  padding: 30px;
  color: #606060;
  font-size: 16px;
  text-align: justify;
  font-weight: 100;
  line-height: 22px;
}

p {
  font-weight: 400;
}

.home .content p {
  text-align: justify;
  font-weight: normal;
}

.home .content ul {
  text-align: justify;
  font-weight: normal;
}

.guys {
  position: absolute;
  left: 58.33333333%;
}

.guys2 {
  position: absolute;
  right: 58.33333333%;
}

/* Pierwsza stopka */
.footer {
  color: #8f8f8f;
  padding: 30px 0;
}

.footer .newsletter {
  float: left;
  width: 60%;
  height: 40px;
}

.footer .btn {
  width: 40%;
  height: 40px;
}

.footer h4 {
  font-size: 16px;
  color: #606060;
}

textarea#message {
  height: 132px;
}

/* Druga stopka */
footer {
  padding: 15px 0;
  background-color: #2E292B;
  color: #8f8f8f;
}

.contact-block img {
  padding: 10px;
}

/*cookie*/
#cookie-bar {
  background: #111111;
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 3px 0;
}

#cookie-bar.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}

#cookie-bar p {
  margin: 0;
  padding: 0;
}

#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}

#cookie-bar .cb-enable {
  background: #007700;
}

#cookie-bar .cb-enable:hover {
  background: #009900;
}

#cookie-bar .cb-disable {
  background: #990000;
}

#cookie-bar .cb-disable:hover {
  background: #bb0000;
}

#cookie-bar .cb-policy {
  background: #0033bb;
}

#cookie-bar .cb-policy:hover {
  background: #0055dd;
}

/* ==== Stopka WEBISO ==== */
@font-face {
  font-family: 'espregular';
  src: url("../fonts/esp.eot");
  src: url("../fonts/esp-1.eot") format("embedded-opentype"), url("../fonts/esp.woff2") format("woff2"), url("../fonts/esp.woff") format("woff"), url("../fonts/esp.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.stopka-webiso {
  top: 17px;
  position: relative;
}

.stopka-webiso a {
  font-size: 10px;
  color: #848484;
}

.stopka-webiso span {
  font-size: 19px !important;
  font-family: "espregular";
  position: relative;
  top: 3px;
}

.stopka-webiso a:hover {
  text-decoration: none;
}

.stopka-webiso:hover span:first-child {
  color: #2F80B2;
}

.stopka-webiso span:last-child {
  color: #CECECE;
}

.stopka-webiso:hover span:last-child {
  color: #53A834;
}

.slide {
  height: 100%;
  background-size: cover;
}

/* STOPKA WEBISO KONIEc */
@media (max-width: 1200px) {
  header .menu ul li {
    padding: 0 8px;
  }
}

@media (max-width: 1170px) {
  .slider .slide {
    width: 100%;
  }

  .60px {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .slider {
    color: #fff;
  }

  .slider .bx-wrapper .bx-viewport, .slider li {
    height: auto;
    max-height: 430px;
  }

  .slider .h1 {
    background: rgba(255, 255, 255, 0.6);
    padding: 10px 0;
    top: 20%;
    color: #333333;
    width: 100%;
  }

  .slider img.slider-icon {
    display: none;
  }

  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 15px;
    width: 100% !important;
    right: auto;
  }

  .ikony .icons {
    width: 50% !important;
    float: left;
    padding-bottom: 30px;
  }
}

@media (max-width: 1170px) {
  .bottom-banners h3 {
    font-size: 20px;
    font-weight: normal;
  }
}

@media (max-width: 992px) {
  .top .container {
    background: none !important;
  }

  .slider .h1 {
    font-size: 25px;
  }

  .bx-controls {
    display: none;
  }

  .tresc {
    width: auto;
    padding-left: 15px;
  }

  .menu-mobile {
    width: 45px;
    height: 45px;
    border: 0px;
    background-color: transparent;
    font-size: 40px;
    color: #DE3838;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
  }

  .guys {
    margin-top: 30px !important;
    position: static;
  }

  .bg, .menu, .rezerwacja {
    display: none;
  }

  .logo {
    width: 100%;
  }

  .logo img {
    margin: 0 auto;
    display: block;
  }

  .bottom-banners .container div {
    padding-bottom: 30px;
  }

  .footer {
    display: none;
  }

  .stopka-webiso {
    width: 100%;
    float: none;
    text-align: center;
    position: static;
    margin-top: 30px;
  }

  body>div.container.content>div:nth-child(2)>img {
    max-width: 100%;
  }

  .tytul {
    position: static;
  }

  body>div.top>div.container.tytul>div {
    float: none !important;
  }
}

@media (max-width: 768px) {
  tr {
    text-align: left;
  }

  .ikony {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .slider h2 {
    font-size: 22px;
  }

  .ikony .icons {
    width: 100% !important;
  }
}

.oferta .height {
  min-height: 600px;
}

.oferta .height h2,
.oferta .height p {
  margin: 30px 0;
}

.home .content .vcenter {
  min-height: 600px;
}

.home .box-text {
  padding: 40px;
}

.home .box-text h2 {
  font-size: 24px !important;
}

.kontakt .contact-block {
  text-align: center;
}

.home-img-1 {
  margin: 0 auto;
}

.home-img-2 {
  display: none;
}

@media (min-width: 992px) {
  .kontakt .contact-block {
    text-align: right;
  }

  .home .box-text {
    padding: 50px;
  }
}

@media (min-width: 1200px) {
  .home-img-2 {
    display: block;
  }

  .home .box-text {
    padding: 20px 60px;
  }

  .no-right img {
    float: right;
  }
}

@media (min-width: 1600px) {
  .home .box-text {
    padding: 60px 120px;
  }
}

.overlay.overlay-hugeinc.open {
  z-index: 9999;
}

.no-left {
  padding-left: 0 !important;
}

.no-right {
  padding-right: 0 !important;
}

.list-inline {
  font-size: 17px !important;
}

header .menu ul li {
  padding: 0 8px !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  height: 102px;
  /* width: 100%; */
  z-index: 100;
  width: 100%;
  background: white;
}

header:after {
  position: absolute;
  content: " ";
  top: 0;
  right: 0;
  width: 40%;
  background: #333333;
  height:0 ;
  z-index: 0;

}


@media (min-width: 994px) {
  header:after {
    height: 103px;
  }
}


header .container {
  position: relative;
  z-index: 1;
}

body {
  padding-top: 100px;
}

@media (min-width: 1600px) {
  .home .row:first-child .box-text {
    padding: 60px 40px 120px 200px !important;
  }
}

.wide .slide {
  margin: auto;
}

.wide .bx-controls {
  display: none;
}

.menu-toggle {
  display: none;
}

@media (max-width: 1000px) {

  .menu-toggle {
    display: block;
    position: absolute;
    color: #de3838;
    top: 28px;
    right: 10px;
    font-size: 35px;
    cursor: pointer;
  }

    header>.container {
    padding:0;
  }

    .menu li {
    margin-top: 15px !important;
  }

    .menu {
      display: block;
      left: -100%;
      transition: .4s left;
      height: unset !important;
      padding: 10px 0 20px !important;
    }

  .menu.active {



    left: 0;
  }

  .menu ul {
    display: flex;
    flex-flow: column;
    height: unset;
  }

  }


.transparentDiv {
  width: 100% !important;
}

.h3-slider {
  position: absolute;
  top: 190px;
  right: 0;
  width: 50%;
  text-align: center;
}

@media (max-width: 1170px) {
  .h3-slider {
    display: none;
  }