/* BREAKPOINTS */
.animate, #scroller a, #Footer .social ul li a, #Footer .umow-wizyte a, .galeria p a, .promocja .przycisk p, .promocja, #Sidebar li a, .typography ul.lekarze li a img, .typography ul.zabiegi li a, .typography ul.zabiegi li, #zajawka-rozwin p, .typography a.wyslij-zapytanie-produkt, .typography a.kup-produkt-sklep, .content .typography a.popup, .home .promocje:hover .wiecej p, .home .promocje .wiecej, .home .oferta h2 a, header #Breadcrumbs a.powrot, #Header nav li .second-menu a span, #Header nav li .second-menu, #Header nav li a, #Header nav ul, #Header nav, #Header, .logo {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* HEADER */
.logo {
  float: left;
  background: url("../images/logo.png") no-repeat;
  width: 228px;
  height: 46px;
  background-size: 100%;
  text-indent: -5000px;
}
@media (max-width: 992px) {
  .logo {
    width: 173px;
    height: 35px;
    background-size: 100%;
  }
}

.logo:hover {
  opacity: 0.6;
}

#Header {
  padding: 25px 0 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 99;
}
@media (max-width: 992px) {
  #Header {
    padding-top: 15px;
    padding-bottom: 0;
    position: relative;
    -webkit-box-shadow: 1px 1px 15px #b3b3b3;
    -moz-box-shadow: 1px 1px 15px #b3b3b3;
    box-shadow: 1px 1px 15px #b3b3b3;
  }
}
#Header #mobile li {
  float: none;
  background: none;
  width: 100%;
}
#Header #mobile nav {
  display: block;
  height: auto;
  margin: 0 auto;
}

#mobile {
  display: none;
}
@media (max-width: 992px) {
  #mobile {
    display: block;
  }
}

#Header nav {
  border-bottom: 2px solid #f5f5f5;
  height: 56px;
  margin-left: 255px;
}
@media (max-width: 992px) {
  #Header nav {
    display: none;
    height: 46px;
    border-bottom: none;
  }
}

#Header nav ul {
  float: right;
  padding-top: 20px;
  position: relative;
}
@media (max-width: 992px) {
  #Header nav ul {
    padding-top: 10px;
  }
}

#Header nav li {
  float: left;
  background: url("../images/li-sep.png") no-repeat right center;
}

#Header nav li:nth-last-of-type(2) {
  border-right: none;
}

#Header nav li a {
  font-family: proxima, sans-serif;
  font-size: 15px;
  display: block;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 4px;
  padding: 10px 5px;
  font-weight: 400;
}

#Header nav li:nth-last-of-type(1) {
  border-right: none;
}

#Header nav li a.wizyta-button {
  background: #E0001A;
  color: #FFFFFF;
  margin-right: 0;
}

#Header nav li a:hover, #Header nav li a.current, #Header nav li a.section, #Header nav li:hover a {
  background: #f5f5f5;
}

#Header nav li a.wizyta-button:hover {
  background: #fe9b00;
  color: white;
}

#Header nav li .second-menu {
  position: absolute;
  display: none;
  padding-bottom: 10px;
  opacity: 1;
  top: 55px;
  right: 0;
  width: 900px;
  text-align: center;
  box-shadow: 1px 2px 5px grey;
  background: #f5f5f5;
}
@media (min-width: 1300px) {
  #Header nav li .second-menu {
    width: 1200px;
  }
}
@media (max-width: 1300px) {
  #Header nav li .second-menu {
    width: 980px;
  }
}
@media (max-width: 992px) {
  #Header nav li .second-menu {
    top: 45px;
  }
}

#Header nav li .second-menu a {
  display: inline-block;
  width: 180px;
  margin: 15px 5px;
  padding: 0;
  vertical-align: bottom;
  text-align: center;
}
@media (max-width: 1300px) {
  #Header nav li .second-menu a {
    width: 150px;
    margin: 15px 3px;
  }
}

#Header nav li .second-menu a span {
  height: 2em;
  display: block;
  line-height: 1.1em;
  padding-top: 6px;
  font-weight: 300;
  border-top: 2px solid transparent;
  text-align: cenet;
}

#Header nav li .second-menu img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

#Header nav li:hover .second-menu {
  display: block;
  -webkit-animation: fadein 1s;
  /* Safari and Chrome */
  -moz-animation: fadein 1s;
  /* Firefox */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera */
  animation: fadein 1s;
}

#Header nav li .second-menu a:hover span {
  border-top: 2px solid #E0001A;
}

#Header.top {
  padding-top: 15px;
  -webkit-box-shadow: 1px 1px 15px #b3b3b3;
  -moz-box-shadow: 1px 1px 15px #b3b3b3;
  box-shadow: 1px 1px 15px #b3b3b3;
}

#Header.top nav {
  height: 46px;
}

#Header.top nav ul {
  padding-top: 10px;
}

#Header.top .logo {
  width: 173px;
  height: 46px;
  background-size: 100%;
}

#Header.top nav li .second-menu {
  top: 45px;
}

.wizyta-mobile {
  display: none;
  text-align: center;
}
@media (max-width: 992px) {
  .wizyta-mobile {
    display: block;
  }
}
.wizyta-mobile a {
  font-family: proxima, sans-serif;
  font-size: 15px;
  background: #E0001A;
  padding: 10px 15px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  color: #FFFFFF;
}

.page header.second {
  border-bottom: 2px solid #f5f5f5;
  padding: 45px 0 10px 0;
  margin-bottom: 50px;
  margin-top: 96px;
}
@media (max-width: 992px) {
  .page header.second {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .page header.second {
    margin-bottom: 20px;
  }
}

.page header.second h1, .page header.second .h1-title {
  text-align: center;
  font-size: 30px;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
  -webkit-animation: fadeInTop 1.5s;
  /* Safari and Chrome */
  -moz-animation: fadeInTop 1.5s;
  /* Firefox */
  -ms-animation: fadeInTop 1.5s;
  /* Internet Explorer */
  -o-animation: fadeInTop 1.5s;
  /* Opera */
  animation: fadeInTop 1.5s;
}
@media (max-width: 480px) {
  .page header.second h1, .page header.second .h1-title {
    font-size: 26px;
  }
}

.page header.second .inner {
  position: relative;
}

#Breadcrumbs a.home span {
  display: inline-block;
  width: 16px;
  background: url("../images/home-ico.jpg") no-repeat left center;
  text-indent: -5000px;
}

#Breadcrumbs a, #Breadcrumbs p {
  text-decoration: none;
  font-size: 14px;
  color: #000000;
}

#Breadcrumbs a {
  background: url("../images/breadcrumbs-sep.jpg") no-repeat right center;
  margin: 0 0 0 10px;
  padding-right: 20px;
}

@media (max-width: 768px) {
  #Breadcrumbs .nav {
    display: none;
  }
}

#Breadcrumbs a:last-child {
  margin-right: 10px;
}

#Breadcrumbs a:hover {
  text-decoration: underline;
}

header #Breadcrumbs a.powrot {
  background: none;
  position: absolute;
  display: inline-block;
  padding: 8px 0 8px 5px;
  right: 0;
  margin: 0;
  color: #e0001a;
  bottom: -10px;
}

header #Breadcrumbs a.cennik:hover {
  background: url("../images/arr-down.png") no-repeat 9px center #fe9b00;
  text-decoration: none;
}

/* HOME */
.home .oferta {
  float: left;
  width: 18%;
  margin: 0 1.20%;
  position: relative;
  line-height: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .home .oferta {
    width: 32%;
    margin: 0 0.6%;
  }
}
@media (max-width: 768px) {
  .home .oferta {
    width: 48%;
    margin: 1%;
  }
}

.home > section {
  margin-bottom: 45px;
}

.home .oferta.first {
  margin-left: 0;
}
@media (max-width: 768px) {
  .home .oferta.first {
    margin: 1%;
  }
}

.home .oferta.last {
  margin-right: 0;
}
@media (max-width: 768px) {
  .home .oferta.last {
    margin: 1%;
  }
}

.home .oferta img {
  width: 100%;
  transition: all 500ms linear;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
}

.home .oferta:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari and Chrome */
  -o-transform: scale(1.2);
  /* Opera */
}

.home .oferta h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}

.home .oferta h2 a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
  border-top: 3px solid #e0001a;
  text-decoration: none;
  padding: 0 5%;
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 992px) {
  .home .oferta h2 a {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .home .oferta h2 a {
    font-size: 18px;
  }
}

.home .oferta a span {
  display: table-cell;
  width: 100%;
  height: 80px;
  vertical-align: middle;
  line-height: 1.2em;
}

.home .oferta:hover h2 a {
  padding: 1% 5%;
  background: rgba(0, 0, 0, 0.8);
}

.home .promocje {
  position: relative;
  display: table;
  width: 100%;
  background: #f5f5f5;
  font-size: 22px;
}
@media (max-width: 768px) {
  .home .promocje {
    display: block;
  }
}

.home .promocje header, .home .promocje .content, .home .promocje .wiecej {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
}

.home .promocje header {
  border-left: 5px solid #E0001A;
  padding: 0 25px;
  text-transform: uppercase;
  width: 165px;
}
@media (max-width: 768px) {
  .home .promocje header {
    font-size: 20px;
    padding: 5px 0 0 26px;
  }
}

.home .promocje .content {
  border-left: 1px solid #ededed;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .home .promocje .content {
    font-size: 16px;
    float: left;
    padding-top: 10px;
    padding-bottom: 0;
  }
}

.home .promocje .wiecej {
  border-left: 1px solid #EDEDED;
  float: right;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .home .promocje .wiecej {
    float: right;
    padding: 10px;
  }
}

.home .promocje .wiecej p {
  margin: 0;
  float: right;
  font-size: 18px;
  font-weight: 300;
  background: url("../images/promo-arrow.png") no-repeat right center;
  padding-right: 45px;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .home .promocje .wiecej p {
    font-size: 16px;
  }
}

.home .promocje:hover .wiecej {
  background: #E0001A;
}

.home .promocje:hover .wiecej p {
  color: white;
}

.typography .gabinety h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #000000;
  padding: 0 0 35px 30px;
  border-bottom: 1px solid #f5f5f5;
}
@media (max-width: 480px) {
  .typography .gabinety h2 {
    padding: 0 0 35px 0;
  }
}

@media (max-width: 768px) {
  .typography .gabinety li {
    text-align: center;
  }
}

.typography .gabinety li img {
  vertical-align: middle;
  float: left;
}
@media (max-width: 768px) {
  .typography .gabinety li img {
    float: none;
    margin: 0 auto;
  }
}

.typography .gabinety li a strong {
  font-weight: 300;
  left: 5px;
  margin-left: 0;
  position: relative;
  top: 5px;
}
@media (max-width: 768px) {
  .typography .gabinety li a strong {
    display: block;
  }
}

.typography .gabinety ul.zabiegi li a {
  padding: 5% 5% 40%;
  text-transform: none;
}
@media (max-width: 768px) {
  .typography .gabinety ul.zabiegi li a {
    padding: 5% 5% 32%;
  }
}

@media (max-width: 992px) {
  .typography .gabinety.oferta li a strong {
    text-align: left;
  }
}

.content .typography a.popup {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 200px;
}
@media (max-width: 768px) {
  .content .typography a.popup {
    max-width: 150px;
  }
}
@media (max-width: 480px) {
  .content .typography a.popup {
    float: none;
    display: block;
    width: auto;
    margin: 0 auto;
  }
}
.content .typography a.popup:hover {
  opacity: 0.7;
}
.typography .zapytanie-produkt, .typography .kup-produkt {
  text-align: right;
}
@media (max-width: 480px) {
  .typography .zapytanie-produkt, .typography .kup-produkt {
    text-align: center;
  }
}

.typography a.wyslij-zapytanie-produkt, .typography a.kup-produkt-sklep {
  background: #E0001A;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  padding: 15px 20px;
  width: 200px;
  text-align: center;
  margin: 0;
}
.typography a.wyslij-zapytanie-produkt:hover, .typography a.kup-produkt-sklep:hover {
  color: #ffffff;
  background: #fe9b00;
}

/* CONTENT */
#MainContent {
  margin-left: 260px;
  /* 60px */
  -webkit-animation: fadein 4s;
  /* Safari and Chrome */
  -moz-animation: fadein 4s;
  /* Firefox */
  -ms-animation: fadein 4s;
  /* Internet Explorer */
  -o-animation: fadein 4s;
  /* Opera */
  animation: fadein 4s;
}
@media (max-width: 992px) {
  #MainContent {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  #MainContent .zabiegi li {
    width: 19%;
  }
}
@media (max-width: 768px) {
  #MainContent .zabiegi li {
    width: 32.3%;
  }
}
@media (max-width: 480px) {
  #MainContent .zabiegi li {
    width: 49%;
  }
}
@media (max-width: 992px) {
  #MainContent .zabiegi li a {
    padding: 10% 5% 15% 8%;
    font-size: 16px;
  }
}

#banner {
  -webkit-animation: fadein 1s;
  /* Safari and Chrome */
  -moz-animation: fadein 1s;
  /* Firefox */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera */
  animation: fadein 1s;
}

.typography .foto-wstep {
  line-height: 0;
  overflow: hidden;
}

.typography .foto-wstep img {
  width: 100%;
  line-height: 0;
  -webkit-animation: zoomOut 4s;
  /* Safari and Chrome */
  -moz-animation: zoomOut 4s;
  /* Firefox */
  -ms-animation: zoomOut 4s;
  /* Internet Explorer */
  -o-animation: zoomOut 4s;
  /* Opera */
  animation: zoomOut 4s;
}

article.description {
  padding-bottom: 35px;
  border-bottom: 1px solid #f5f5f6;
  margin-bottom: 35px;
}

article.description:only-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

#zajawka-rozwin p {
  color: #e0001a;
  text-align: right;
  text-transform: capitalize;
  padding-right: 20px;
  background: url("../images/promo-arrow-red.png") no-repeat right center;
  margin: 0;
}

#zajawka-rozwin p:hover {
  cursor: pointer;
  color: #fe9b00;
}

/* ZABIEGI */
.typography ul.zabiegi {
  margin: 0;
  list-style-type: none;
  padding-bottom: 35px;
  border-bottom: 1px solid #f5f5f6;
  margin-bottom: 35px;
}

.typography ul.zabiegi li {
  float: left;
  width: 23.5%;
  margin: 1%;
  background: none;
  position: relative;
  z-index: 1;
  padding-left: 0;
}
@media (max-width: 992px) {
  .typography ul.zabiegi li {
    width: 32.3%;
    margin: 0.5% !important;
  }
}
@media (max-width: 768px) {
  .typography ul.zabiegi li {
    width: 32.3%;
  }
}
@media (max-width: 480px) {
  .typography ul.zabiegi li {
    width: 49%;
  }
}

.typography ul.zabiegi li:hover {
  z-index: 4;
}

.typography ul.zabiegi li:first-child, .typography ul.zabiegi li:nth-child(5n) {
  margin-left: 0;
}

.typography ul.zabiegi li:nth-child(4n) {
  margin-right: 0;
}

.typography ul.zabiegi li a {
  display: block;
  font-size: 21px;
  font-weight: 300;
  color: #000000;
  position: relative;
  line-height: 1.1em;
  background: url("../images/promo-arrow.png") no-repeat 90% 87% #f8f8f8;
  z-index: 2;
  width: 100%;
  height: 100px;
  padding: 15% 5% 45% 8%;
}
@media (max-width: 768px) {
  .typography ul.zabiegi li a {
    font-size: 16px;
    background-size: 5%;
  }
}
@media (max-width: 480px) {
  .typography ul.zabiegi li a {
    font-size: 16px;
  }
}

.typography ul.zabiegi li:hover a {
  text-decoration: none;
  color: #ffffff;
  background-color: #e0001a;
}

.typography ul.zabiegi li span {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #f8f8f8;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

/*           .typography ul.zabiegi li:hover span
           {
               background: #e0001a;
               opacity: 0;
               border-radius: 10%;
               -moz-transform: scale(1.2);
               -webkit-transform: scale(1.2);
               -o-transform: scale(1.2);
               -ms-transform: scale(1.2);
               -moz-transition-duration: 0.7s;
               -webkit-transition-duration: 0.7s;
               -ms-transition-duration: 0.7s;
               -o-transition-duration: 0.7s;
               transition-duration: 0.7s;
           }
           */
/* LEKARZE */
.typography ul.lekarze {
  margin: 0;
  padding-bottom: 35px;
  border-bottom: 1px solid #f5f5f6;
  margin-bottom: 35px;
}

.typography ul.lekarze li {
  float: left;
  width: 18%;
  margin: 1% 7% 1% 1%;
  padding: 0;
  background: none;
}
@media (max-width: 768px) {
  .typography ul.lekarze li {
    width: 25%;
    margin: 1% 7% 1% 1% !important;
  }
}
@media (max-width: 480px) {
  .typography ul.lekarze li {
    width: 42%;
    margin: 1% 7% 1% 1% !important;
  }
}

.typography ul.lekarze li:first-child, .typography ul.zabiegi li:nth-child(5n) {
  margin-left: 0;
}

.typography ul.lekarze li:nth-child(4n) {
  margin-right: 0;
}

.typography ul.lekarze li a {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  color: #000000;
  padding-bottom: 20%;
  background: url("../images/promo-arrow-red.png") no-repeat 100% 100%;
}

.typography ul.lekarze li a span {
  display: block;
  height: 2em;
}

.typography ul.lekarze li a img {
  display: block;
  width: 100%;
  padding-bottom: 10px;
}

.typography ul.lekarze li:hover a {
  text-decoration: none;
}

/* LEKARZE PAGE */
.lekarze-top {
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .lekarze-top {
    display: block;
  }
}

.lekarze-top .foto-lekarz {
  width: 19%;
}
@media (max-width: 768px) {
  .lekarze-top .foto-lekarz {
    width: 100%;
    text-align: center;
  }
}

.lekarze-top .foto-lekarz img {
  display: block;
  width: 100%;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .lekarze-top .foto-lekarz img {
    width: 30%;
    display: inline-block;
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  .lekarze-top .foto-lekarz img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
}

.lekarze-top .foto-lekarz span {
  display: block;
  height: 2em;
}
@media (max-width: 768px) {
  .lekarze-top .foto-lekarz span {
    height: auto;
  }
}

.lekarze-top .opis {
  width: 50%;
  padding: 0 5%;
}
@media (max-width: 768px) {
  .lekarze-top .opis {
    padding: 5%;
    width: 100%;
  }
}

.lekarze-top .dni-przyjec {
  width: 31%;
  padding: 0 3%;
  padding-right: 0;
  border-left: 1px solid #f5f5f5;
}
@media (max-width: 768px) {
  .lekarze-top .dni-przyjec {
    padding: 5%;
    width: 100%;
  }
}

.lekarze-top .dni-przyjec ul {
  margin: 0;
}

.lekarze-top .dni-przyjec li {
  padding: 6%;
  margin: 3%;
  background: #f8f8f8;
  float: left;
}

.lekarze-top .dni-przyjec li:nth-child(3n) {
  margin-right: 0;
}

.lekarze-top .dni-przyjec li:first-child, .lekarze-top .dni-przyjec li:nth-child(4n) {
  margin-left: 0;
}

.lekarze-top .dni-przyjec li span {
  display: block;
  min-width: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}

/* SIDEBAR */
#Sidebar {
  float: left;
  width: 200px;
}
@media (max-width: 992px) {
  #Sidebar {
    display: none;
  }
}

#Sidebar ul {
  margin: 0;
}

#Sidebar ul li {
  margin: 0;
  padding-left: 0;
  background: none;
}

#Sidebar li a {
  line-height: 1.1em;
}

#Sidebar #Menu2 {
  position: relative;
  -webkit-animation: moveFromLeft 2s;
  /* Safari and Chrome */
  -moz-animation: moveFromLeft 2s;
  /* Firefox */
  -ms-animation: moveFromLeft 2s;
  /* Internet Explorer */
  -o-animation: moveFromLeft 2s;
  /* Opera */
  animation: moveFromLeft 2s;
}

#Sidebar #Menu2 > li > a {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 15px;
  color: #000000;
  display: block;
  margin: 6px 0;
}

#Sidebar #Menu2 li a:hover, #Sidebar #Menu2 li.current > a, #Sidebar #Menu2 li.section > a, #Sidebar .sub li .current, #Sidebar .sub .section {
  color: #e0001a;
  text-decoration: none;
}

#Sidebar .sub {
  margin: 10px 0 0 15px;
}

#Sidebar .sub li a {
  font-size: 14px;
  color: #000000;
  margin: 8px 0;
  display: block;
}

/* PROMOCJE HOLDER */
.promocja {
  display: flex;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
@media (max-width: 768px) {
  .promocja {
    display: block;
  }
}

.promocja:hover {
  background: #f5f5f5;
}

.promocja:hover p.wiecej {
  background: #fe9b00;
}

.promocja section {
  float: left;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .promocja section {
    float: none;
  }
}

.promocja .foto {
  width: 15%;
  text-align: center;
}
@media (max-width: 992px) {
  .promocja .foto {
    float: left;
    margin-right: 10px;
  }
}

.promocja .opis {
  width: 60%;
  padding: 10px 1%;
}
@media (max-width: 768px) {
  .promocja .opis {
    width: 100%;
    padding-bottom: 0;
  }
}

.promocja .opis.no-photo {
  width: 75%;
}
@media (max-width: 768px) {
  .promocja .opis.no-photo {
    width: 100%;
    padding-bottom: 0;
  }
}

.promocja .przycisk {
  width: 25%;
  text-align: center;
  border-left: 1px solid #f5f5f5;
}
@media (max-width: 768px) {
  .promocja .przycisk {
    width: 100%;
    padding-top: 0;
    text-align: right;
  }
  .promocja .przycisk br {
    display: none;
  }
}

.promocja .przycisk p {
  background: #f8f8f8;
  display: inline-block;
  padding: 5px 10px;
}

.promocja .przycisk p.cena {
  margin-bottom: 22%;
}
@media (max-width: 768px) {
  .promocja .przycisk p.cena {
    display: none;
  }
}

.promocja .przycisk .wiecej {
  background: #666666;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .promocja .przycisk .wiecej {
    margin-bottom: 0;
  }
}

.promocja.article .przycisk .wiecej {
  margin-top: 32%;
}
@media (max-width: 768px) {
  .promocja.article .przycisk .wiecej {
    margin-top: 0;
  }
}

/* KONTAKT */
#MainContent.kontakt {
  margin-left: 0;
}

.dane-kontaktowe {
  float: left;
}
@media (max-width: 992px) {
  .dane-kontaktowe {
    float: none;
  }
}
@media (max-width: 480px) {
  .dane-kontaktowe p {
    text-align: center !important;
  }
}

.google-map {
  padding: 15px;
  background: #f8f8f8;
  margin-top: 80px;
}

.google-map iframe {
  height: 440px;
  width: 100%;
}

.formularz {
  width: 700px;
  float: right;
}
@media only screen and (max-width: 1180px) {
  .formularz {
    width: 600px;
  }
}
@media (max-width: 992px) {
  .formularz {
    float: none;
  }
}
@media (max-width: 768px) {
  .formularz {
    width: 100%;
  }
}

.form-left {
  float: left;
  width: 49%;
  margin-right: 1%;
}
@media (max-width: 480px) {
  .form-left {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

.form-right {
  float: right;
  width: 49%;
  margin-left: 1%;
}
@media (max-width: 480px) {
  .form-right {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}

/* PopUp Form */
#PopUpForm {
  display: none;
  margin: 0 auto;
  width: 920px;
  padding: 20px 40px 20px 40px;
}

#PopUpForm .formularz {
  width: 500px;
}

/* GALERIA */
.typography .galeria p {
  float: left;
  margin: 1px;
}

.galeria p a {
  display: table-cell;
  width: 150px;
  height: 180px;
  padding: 5px;
  background: #f6f6f6;
  vertical-align: middle;
  text-align: center;
}

.galeria p a img {
  max-height: 160px;
  max-width: 150px;
}

.galeria p a:hover {
  background: #f2f2f2;
}

/* SEO */
.opis-content.fiks {
  width: 500px;
  background: white;
  position: fixed;
  bottom: 0;
  right: 3px;
  z-index: 999;
  display: block;
}

.opis-content {
  position: fixed;
  bottom: 0;
  left: 5px;
  width: 920px;
  z-index: 999;
  display: block;
}

.opis-content.typography p {
  color: #3b3939;
}

.opis-content.typography h1 {
  font-size: 22px;
}

.opis-content .opis-typo {
  display: none;
  padding: 10px 20px;
  background: #ffffff;
  bottom: 10px;
  position: relative;
  box-shadow: 1px 1px 5px #808080;
}

.opis-content .opis-typo ul li {
  line-height: 16px;
  margin: 3px 0;
  float: left;
  width: 40%;
}

.opis-content .opis-typo p.opis-typo-ukryj {
  background: url("/close.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 40px;
  right: 0;
  margin: 0;
  position: absolute;
  top: 5px;
  width: 40px;
  text-indent: -5000px;
}

.opis-typo-show p {
  display: block;
  float: left;
  cursor: pointer;
  margin-right: 10px;
  width: 15px;
  height: 9px;
  background: url("../images/slideup_arr.png") no-repeat scroll 0 0 transparent;
  text-indent: -5000px;
  margin-bottom: 10px;
}

/* FOOTER */
#Footer {
  background: #f8f8f8;
  padding: 25px 0;
}

#Footer .inner .kontakt {
  float: left;
  width: 240px;
}

#Footer .inner .spot-reklamowy {
  float: left;
  max-width: 465px;
  margin-left: 4%;
}
@media (min-width: 1300px) {
  #Footer .inner .spot-reklamowy {
    max-width: 54%;
  }
}

#Footer .inner .oferta {
  width: 200px;
}
@media (max-width: 992px) {
  #Footer .inner .oferta {
    float: left !important;
    margin-left: 3%;
    margin-top: 20px;
  }
}

#Footer .inner .inne, #Footer .inner .oferta {
  float: right;
}

#Footer .inner .inne {
  margin-left: 2%;
}
@media (max-width: 992px) {
  #Footer .inner .inne {
    float: left;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

#Footer h3 {
  font-size: 23px;
  font-weight: 300;
  border-bottom: 1px solid #e7e7e7;
  padding: 0 20px 15px 20px;
  margin-bottom: 20px;
}

#Footer p, #Footer a {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  line-height: 1.6em;
}

#Footer .kontakt a {
  color: #e0001a;
}

#Footer p, #Footer ul {
  padding: 0 20px;
}

#Footer p {
  margin: 10px 0;
}

.social p {
  text-align: right;
}

#Footer li {
  background: url("../images/li-small-arr.png") no-repeat left 5px;
  padding-left: 20px;
}

#Footer .umow-wizyte {
  margin-top: 25px;
}

#Footer p .tel {
  font-size: 16px;
  font-weight: 900;
}

#Footer .umow-wizyte a {
  background: url("../images/ico-tel.png") no-repeat scroll 13px 11px #E0001A;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 20px 9px 35px;
  text-transform: uppercase;
}

#Footer .umow-wizyte:hover a {
  background: url("../images/ico-tel.png") no-repeat scroll 13px 11px #fe9b00;
}

#Footer .social {
  float: right;
}
@media (max-width: 768px) {
  #Footer .social {
    float: left;
    margin-top: 40px;
  }
}

#Footer .social ul li {
  float: left;
  background: none;
  padding-left: 0;
}

#Footer .social ul li a {
  font-size: 28px;
  opacity: 0.3;
  padding: 8px 5px 0 5px;
}

#Footer .social ul li a:hover {
  opacity: 1;
  color: #ffffff;
  padding: 8px 8px 0 8px;
}

#Footer a.fb:hover {
  background-color: #4C6BA4;
}

#Footer a.gp span {
  font-size: 24px;
}

#Footer a.gp:hover {
  background-color: #BA3526;
}

#Footer a.yt:hover {
  background-color: #E42D27;
}

#Footer a.pinterest:hover {
  background-color: #ab171e;
}

#scroller a {
  display: block;
  height: 55px;
  line-height: 55px;
}

/* PARTNERZY */
.partnerzy {
  overflow: hidden;
  padding-top: 45px;
  border-bottom: 1px solid #f5f5f5;
}
@media (max-width: 768px) {
  .partnerzy {
    padding-bottom: 30px;
  }
}

.partnerzy h2 {
  float: left;
  width: 190px;
  font-size: 30px;
  text-transform: uppercase;
  color: #000000;
  padding: 0 0 40px 30px;
  font-weight: 300;
  line-height: 55px;
}
@media (max-width: 768px) {
  .partnerzy h2 {
    float: none;
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .partnerzy h2 {
    width: 100%;
    text-align: center;
    padding: 0 0 20px 0;
  }
}

.simply-scroll {
  margin-left: 250px;
}
@media (max-width: 768px) {
  .simply-scroll {
    margin-left: 2%;
    margin-right: 2%;
  }
}

#scroller a:hover {
  opacity: 0.7;
}

/* READ MORE */
.readmore-js-toggle, .readmore-js-section {
  display: block;
  width: 100%;
}

.readmore-js-section {
  overflow: hidden;
}

.copyright {
  padding: 50px 30px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .copyright {
    padding: 30px;
    float: none !important;
  }
}

.copyright {
  float: right;
  text-align: right;
  line-height: 30px;
}
@media (max-width: 768px) {
  .copyright {
    padding-top: 0;
  }
}

.copyright a {
  text-decoration: none;
}

.widoczni {
  height: 200px;
  display: table;
  width: 100%;
}
.widoczni p {
  margin: 0;
  padding: 0;
  display: table-cell;
  text-align: center !important;
  vertical-align: middle;
}
.widoczni p img {
  vertical-align: middle;
  margin: 0 auto;
  padding-bottom: 10px;
}
.widoczni a {
  display: inline-block;
  text-decoration: none;
}

#MemberLoginForm_LoginForm {
  width: 250px;
  margin-left: 20%;
}

/* Mapki */
/* DYSTRYBUTORZY MAPKI */
p#mapki {
  position: relative;
  width: 507px;
  max-width: 100%;
  margin-bottom: 0;
}

p#mapki img {
  width: 507px;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  display: none;
}

p#mapki img#mapka {
  display: block;
  z-index: 1;
}

/* FILMY YT */
/*
.film-yt {
  @extend .animate;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0;

  overflow: hidden;
    &:hover {
      opacity: 0.8;
    }
  iframe, embed, object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 320px;
    max-height: 210px;

    height: 100%;
  }
}
*/
.film-yt {
  display: inline-block;
  margin: 10px;
}
@media (max-width: 768px) {
  .film-yt {
    display: block;
    margin: 5px auto;
    width: 280px;
  }
}

.yt-footer {
  display: inline-block;
}

/* EFEKTY */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari and Chrome */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomOut {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
/* Firefox */
@-moz-keyframes zoomOut {
  from {
    -moz-transform: scale(1.2);
  }
  to {
    -moz-transform: scale(1);
  }
}
/* Safari and Chrome */
@-webkit-keyframes zoomOut {
  from {
    -webkit-transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
  }
}
/* Internet Explorer */
@-ms-keyframes zoomOut {
  from {
    -ms-transform: scale(1.2);
  }
  to {
    -ms-transform: scale(1);
  }
}
/* Opera*/
@-o-keyframes zoomOut {
  from {
    -o-transform: scale(1.2);
    /* Opera */
  }
  to {
    -o-transform: scale(1);
    /* Opera */
  }
}
@keyframes fadeInTop {
  from {
    top: -100px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* Firefox */
@-moz-keyframes fadeInTop {
  from {
    top: -100px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* Safari and Chrome */
@-webkit-keyframes fadeInTop {
  from {
    top: -100px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadeInTop {
  from {
    top: -100px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* Opera */
@-o-keyframes fadeInTop {
  from {
    top: -100px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes moveFromLeft {
  from {
    left: -150px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
/* Firefox */
@-moz-keyframes moveFromLeft {
  from {
    left: -150px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
/* Safari and Chrome */
@-webkit-keyframes moveFromLeft {
  from {
    left: -150px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes moveFromLeft {
  from {
    left: -150px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
/* Opera*/
@-o-keyframes moveFromLeft {
  from {
    left: -150px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

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

.home-page-text h1.home-h1{border-bottom:solid 1px #ddd; font-size:23px; font-weight:500; margin-bottom:10px;}
.home-page-text h2.home-h2{border-bottom:solid 1px #ddd; font-size:20px; font-weight:500; margin-bottom:5px;}
