html,
body {
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/Monotype-CenturyGothicPro.otf');
    src: url('../fonts/Monotype-CenturyGothicPro.otf') format('embedded-opentype'),
    /* url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),  */
    /* url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),  */
    url('../fonts/Monotype-CenturyGothicStd.otf') format('truetype'),
    /* url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg'); */
    font-weight: normal;
    font-style: normal;
}

body {
    /* font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif; */
    font-family: Century Gothic;
    font-size: 14px;
    line-height: 1.82857143;
    color: #9e9e9e;
    letter-spacing: 2px;
}

a {
  color: #9e9e9e;
}
a:active,
a:hover {
  color: #898989;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 25px;
}
h1 {
    margin-top: 20px;
    margin-bottom: 5px;
    line-height: 50px;
    font-size: 1.4em;
    letter-spacing: 4px;
    font-weight: lighter;
}

.container-menu {
    width: 100%;
    padding-left:5%;
    padding-right:5%;
}
.hr1, .hr2, .hr3 {
    margin-top: 0px;
    margin-bottom: 30px;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: 2px solid  #9e9e9e;
    width: 45%;
    align: left;
    float: left;
}
.hr2 {
    width: 20%;
}
.hr3 {
    width: 90%;
    border-top: 2px solid  #fff;
}

.btn.active, .btn:active {

    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.0);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.0);

}

.baner-text {
  font-family: Century Gothic;
  font-size: 14px;
  line-height: 1.82857143;
  color: #9e9e9e;
}

.header-bio p, .header-zabieg p {text-align: justify;}


.btn-default {
    color: #9e9e9e;
    background-color: #ecedee;
    border-color: #ecedee;
    letter-spacing: 2px;
}
.btn-default:hover {
    color: #898989;
    background-color: #ecedee;
    border-color: #ecedee;
}
.float-right {float:right;}

.form-control::-moz-placeholder {
  color: #9e9e9e;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #9e9e9e;
}
.form-control::-webkit-input-placeholder {
  color: #9e9e9e;
}
.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: normal;
}
.text-vertical-center h1 img{
    float: left;
    margin-left:0;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #C8C9CC;
    background-color: none;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: none;
}

.btn-light {
    border-radius: 0;
    color: #C8C9CC;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #a9a9a9;
    background-color: rgba(255,255,255,0.8);
}

.pull-right {
    float: left !important;
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

#top-nav {
  height: 80px;
  background-color: rgba(255,255,255,0.0);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 0;
    top: -80px;
    width: 100%;
    height: 80px;
    transform: translatey(0px);
    /* overflow-y: auto; */
    background: #fff;
    -webkit-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 15px 0 0 0;
    list-style: none;
}

.sidebar-nav li {
    /* text-indent: 50px; */
    line-height: 50px;
    vertical-align: middle;
    font-size: 0.9em;
    letter-spacing: 3px;
    display: block;
    float: left;
    font-weight: lighter;
    padding-right: 50px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #555;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav .container .sidebar-brand {
float: right;
margin-right: 0px;
padding-right: 0px;
}


#menu-toggle {
    z-index: 1;
    position: fixed;
    /* top: 0; */
    /* left: 0; */
    /* display: block; */
    vertical-align: middle;
}

#sidebar-wrapper.active {
    top: 0;
    width: 100%;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.toggle-bars {
    margin:25px 0px 0px 0px;
    display: table-cell;
    vertical-align: middle;
}

.toggle {
    margin:0px 0px 0px 0px;
}

#top-nav .btn-group-lg>.btn, .btn-lg {
    padding: 0px 0px;
    font-size: 19px;
    line-height: 1;
}
#top-nav .btn {
    padding: 0px 0px;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    /* top: 0; */
    /* left: 0; */
    /* display: block; */
    vertical-align: middle;
}

.btn-dark {
    border-radius: 0;
    color: #C8C9CC;
    background-color: none;
}
.icon-bar {
  display: block;
  width: 25px;
  height: 1px;
  border-radius: 1px;
  background: #9e9e9e;
  margin-top: 5px;
}
.icon-bar-small {
  display: block;
  width: 20px;
  height: 1px;
  border-radius: 1px;
  background: #9e9e9e;
  margin-top: 5px;
}
#menu-close {
  float: left;
}
@media(max-width:768px) {
  #menu-close {
    float: left;
    padding-right: 0px;
    clear: both;
  }
  .clear {
    clear: both;
  }
}

@media(max-width:768px) {
  #sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    left:auto;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 20px 30px 0 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    /* display:inline; */
    float:none;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
    font-size: 9px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #898989;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
}
#top-nav .btn {
    padding: 20px 0px 0 30px;
}
p {
    margin: 0 0 0px;
    clear: both;
}
.header-bio p, .header-zabieg p {
    text-align: left;
}
.hr1, .hr2, .hr3 {
    margin-bottom: 20px;
    clear: both;
}
.border-left {
    border-left: 0px solid #9e9e9e;
    padding-left: 0px;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.toggle-bars {
    margin: 5px 5px 0 10px;
}
.toggle {
    margin: 5px 5px 0 10px;
}
.pull-right {
    float: right !important;
}
}

.sidebar-brand {
  position: fixed;
  right: 0;
  padding-right: 0px;
  margin-right: 0px;
  clear: both;
  float: right;
}

/* Header */

.header {
    display: table;
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: url(../img/clinica-zamaro-home.jpg) no-repeat top right fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
    background-color: #d2d5da;
}

@media(max-width:1224px) {
  .header {
      display: table;
      position: relative;
      z-index: 100;
      width: 100%;
      height: 60%;
      background: url(../img/clinica-zamaro-home.jpg) no-repeat top center scroll;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      -o-background-size: cover;
      background-color: #d2d5da;
      padding-top: 60px;
  }
}
@media(max-width:768px) {
  .header {
      display: table;
      position: relative;
      z-index: 100;
      width: 100%;
      height: 60%;
      background: url(../img/clinica-zamaro-home-mobile.png) no-repeat top right scroll;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      -o-background-size: cover;
      background-color: #d2d5da;
      padding-top: 60px;
    }
}

.header-zabieg-1  {background: url(../img/clinikazamaro-zabieg1.jpg) no-repeat top left fixed; background-color: #c9ccce;}
.header-zabieg-2  {background: url(../img/clinikazamaro-zabieg2.jpg) no-repeat top left fixed; background-color: #d2d5da;}
.header-zabieg-3  {background: url(../img/clinikazamaro-zabieg3.jpg) no-repeat top left fixed; background-color: #BCBFC4;}
.header-zabieg-4  {background: url(../img/clinikazamaro-zabieg4.jpg) no-repeat top left fixed; background-color: #BEC3C9;}
.header-zabieg-5  {background: url(../img/clinikazamaro-zabieg5.jpg) no-repeat top left fixed; background-color: #C8C9CD;}
.header-zabieg-6  {background: url(../img/clinikazamaro-zabieg6.jpg) no-repeat top left fixed; background-color: #d2d5da;}
.header-zabieg-7  {background: url(../img/clinikazamaro-zabieg7.jpg) no-repeat top left fixed; background-color: #B9BCC1;}
.header-zabieg-8  {background: url(../img/clinikazamaro-zabieg8.jpg) no-repeat top left fixed; background-color: #C5C6C8;}
.header-zabieg-9  {background: url(../img/clinikazamaro-zabieg9.jpg) no-repeat top left fixed; background-color: #D0D3D8;}
.header-zabieg-10 {background: url(../img/clinikazamaro-zabieg10.jpg) no-repeat top left fixed; background-color: #CDCDCD;}

.header-zabieg-1,
.header-zabieg-2,
.header-zabieg-3,
.header-zabieg-4,
.header-zabieg-5,
.header-zabieg-6,
.header-zabieg-7,
.header-zabieg-8,
.header-zabieg-9,
.header-zabieg-10 {
    display: table;
    position: relative;
    z-index: 100;
    height: 100%;
    width: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
}
@media(max-width:1224px) {
  .header-zabieg-1,
  .header-zabieg-2,
  .header-zabieg-3,
  .header-zabieg-4,
  .header-zabieg-5,
  .header-zabieg-6,
  .header-zabieg-7,
  .header-zabieg-8,
  .header-zabieg-9,
  .header-zabieg-10 {
      display: table;
      position: relative;
      z-index: 100;
      width: 100%;
      height: 60%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      -o-background-size: cover;
      padding-top: 60px;
      /* background-color: #d0d1d3; */
  }
}

.header-bio {
    display: table;
    position: relative;
    z-index: 100;
    width: 100%;
    min-height: 100%;
    background: url(../img/clinica-zamaro-bio.jpg) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 0 0 5% 0;
}
@media(max-width:1024px) {
  .header-bio {
      background: url(../img/clinica-zamaro-bio.jpg) no-repeat top right scroll;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      -o-background-size: cover;
      padding: 0 0 5% 0;
  }
}
@media (max-width: 768px) {
  .header-bio {
      background: #fff;
      padding: 0 0 60px 0;}
}
.header-bio p,
.header-zabieg p,
#services {
  font-size: 12px;
  line-height: 1.82857143;
  display: block;
}
#services h2,
#services h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  line-height: 50px;
  font-size: 1.4em;
  letter-spacing: 4px;
  font-weight: lighter;
}
.header-kontakt {
    display: table;
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #ecedee no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding-top: 50px;
    padding-bottom: 70px;
}
.header-kontakt a {
  color: #9e9e9e;
}
.cennik-out {
    position: relative;
}
@media only screen and (min-width: 767px){
  .cennik {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
    margin: 25% 0 0 -25%;
  }
}
.cennik {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 25% 0 0 0;
}

@media(max-width:1024px) {
  .header,
  .header-bio,
  .header-zabieg {
      height: 100%;

  }
}

/* About */

.about {
    padding: 50px 0;
}

/* Services */

#services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */



.portfolio {
    padding: 50px 0;
    clear: both;
    position: relative;
}

.portfolio-item {
    margin-bottom: 30px;
    background: #fff;
}

.portfolio-item .caption {
    display: flex;
    height: 100%;
    width: 100%;
}
.caption-content-right h2,
.caption-content-left h2 {
    font-size: 17px;
    font-family: Century Gothic;
}
.portfolio-item .caption .caption-content-right {
    color: #fff;
    position: absolute;
    top: 40%;
    right: 10%;
}
.portfolio-item .caption .caption-content-right:hover {
  color: #7d7d7d;
  /* -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out; */
}
.portfolio-item .caption .caption-content-left {
    color: #fff;
    position: absolute;
    top: 40%;
    left: 10%;
}
.portfolio-item .caption .caption-content-left:hover {
  color: #7d7d7d;
  /* -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out; */
}

.col-md-12 .portfolio-item .caption .caption-content-left {
    left: 7%;
}
.col-md-12 .portfolio-item .caption .caption-content-right {
    right: 7%;
}

.caption-content-right h2,
.caption-content-left h2 {
    font-size: 17px;
    font-family: Century Gothic;
}


.img-portfolio {
    margin: 0 auto;
    opacity: 1.0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.img-portfolio:hover {
    opacity: 0.7;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

.map iframe {
    pointer-events: none;
}

/* Footer */

footer {
    padding: 120px 0 70px 0;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}

.left-border {
  border-left: 1px solid #9e9e9e;
  padding-left: 30px;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration:none;
  background-color: #fff;
  color: #333;
}

.text-white {
  color: #fff;

}



.pills-primary > li > a {
    padding: 10px 0px;
}

.pills-primary > li > a:focus, .pills-primary > li > a:hover {
    background-color: #fff;
    color: #898989;
}

.fade {
    opacity: 0;
    display: none;
    -webkit-transition: opacity 2.5s linear;
    -moz-transition: opacity 2.5s linear;
    -ms-transition: opacity 2.5s linear;
    transition: opacity 2.5s linear;
}
.fade.in {
  opacity: 1;
  display: block;
}

.dropdownmenu {
    width: 450px;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media only screen and (max-width: 768px){
  .dropdownmenu {
      padding-top: 0px;
      padding-bottom: 0px;
  }
}

.dropdownmenu li {
    text-indent: 0px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 1.0em;
    width: 100%;
    float: none !important;
    display: block;
    font-weight: lighter;
}



/******Main navigation css start******/



@media only screen and (min-width: 768px){
/******common dropdown css start******/
.dropdownmenu , .subdropdownmenu{  opacity: 0; visibility: hidden; transition: all 1.5s ease;}
.dropdown , .subdropdown{ position: relative; z-index: 1;}
.dropdown li{ display:block;}
.dropdown li a{ color: #9e9e9e; display:block; background: #fff;}
.dropdown li:hover a, .dropdown li.active a{ background: #fff; color: #555;}
.dropdownmenu{ position: absolute;  z-index: 1000; min-width: 300px; background: #fff;}
.dropdownmenu.open{  opacity: 1; visibility: visible;}

/*fisrt level menu start*/
.dropdownmenu{  top: 100px; left: 0; transition: all 1.5s ease; }
.dropdownmenu.open{ top: 100%;}
/*fisrt level menu end*/

/******common dropdown css end******/
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #898989;
    background-color: #ecedee;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.no-padding-left {
  padding-left: 0px;
}

.no-padding-right {
  padding-right: 0px;
}

@media only screen and (max-width: 767px) {
  .no-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.0);
    box-shadow: 0 1px 1px rgba(0,0,0,.0);
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px solid #ddd;
    border-left: 2px solid #9e9e9e;
}

a:focus, a:hover {
    color: #898989;
    text-decoration: none;
}
/*
snippet from Animate.css - zoomIn effect
*/
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s
}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}
@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}

#accordion .panel-title i.glyphicon{
    -moz-transition: -moz-transform 1s ease-in-out;
    -o-transition: -o-transform 1s ease-in-out;
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
}

.rotate-icon{
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.panel{
    border: 0px;
    border-bottom: 0px solid  #9e9e9e;
}
.panel-group .panel+.panel{
    margin-top: 0px;
}
.panel-group .panel{
    border-radius: 0px;
}
.panel-heading{
    border-radius: 0px;
    color:  #9e9e9e;
    padding: 25px 0px;
}
.panel-custom>.panel-heading{

}
.panel-group .panel:last-child{
    border-bottom: 0px solid #9e9e9e;
}

panel-collapse .collapse.in{
    border-bottom:0;
}


.btn {
    border-radius: 0px;
}

.border-left {
  border-left: 1px solid #9e9e9e;
  padding-left: 50px;
}
.margin-bottom {
  margin-bottom: 50px;
}

.pdf-title {
  margin-left: 30px;
  margin-right: 30px;
}
@media(max-width:768px) {
  .border-left {
    border-left: 0px solid #9e9e9e;
    padding-left: 0px;
  }
  .text-right {
    text-align: left;
  }
}

.form-control:focus {
    border-color: #9e9e9e;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.caret {
    margin-bottom: 3px;
}

#top-zabieg {
display: table;
position: relative;
z-index: 100;
width: 100%;
height: 100%;
}
#top-zabieg.active {
    transform: translateX(-1900px);
}
#top-zabieg-close {float:right;}
.bottom-zabieg {padding-top: 50px; padding-bottom: 50px; margin:0 auto; text-align: center;}
.bottom-logo {padding: 0 40px 0 40px;}

@media(max-width:768px) {
  #top-zabieg {opacity: 0.8; background-color:#111;}
  #top-zabieg-background {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    margin: 0px; padding: 0px;
  }
  .header-zabieg-1, .header-zabieg-2, .header-zabieg-3,
  .header-zabieg-4, .header-zabieg-5, .header-zabieg-6,
  .header-zabieg-7, .header-zabieg-8, .header-zabieg-9, .header-zabieg-10 {
    padding-top: 0px;
  }
  .baner-text {padding-bottom: 50px;}
  .fade.in {
    opacity: 1;
    display: block;
    position: fixed;
    right: 0;
    left: auto;
    width: 100%;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #fff;
  }

}
.service-mobile-list .accordion {
    display: table;
    padding: 0 15px;
    margin-bottom: 100px;
}
.service-mobile-list h5 {
    padding: 0px 0px;
    color: #9e9e9e;
    text-decoration: none;
}
.service-mobile-list .btn-link {
    font-weight: 400;
    color: #9e9e9e;
    border-radius: 0;
}
.service-mobile-list .btn {
    display: inline-block;
    padding: 6px 0px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.service-mobile-list ul,
.service-normal-list ul {
    display: block;
    list-style: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.service-mobile-list li,
.service-normal-list link {
    display: block;
    list-style: none;
    margin-block-start: 2em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.card-body ul li strong {
    font-size: 12px;
    line-height: 1.2;
}
.clear-both {position: static; display: table; clear: both;}
#portfolio {position: relative; display: table; clear: both; margin: 0 auto;}
#services.portfolio {padding: 50px 0 0 0;}
#body-zabieg #portfolio.portfolio {padding: 0 0 50px 0;}

#polityka-prywatnosci #services h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.7em;
    font-size: 1.7em;
    letter-spacing: 4px;
    font-weight: lighter;
    text-align: center;
}
#polityka-prywatnosci #services h2 {
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-size: 1.1em;
    letter-spacing: 4px;
    font-weight: lighter;
    text-align: center;
}
#polityka-prywatnosci #services h3 {
    margin-top: 50px;
    margin-bottom: 15px;
    line-height: 1.2em;;
    font-size: 1.1em;
    letter-spacing: 4px;
    font-weight: lighter;
    text-align: center;
}
#polityka-prywatnosci ul, #polityka-prywatnosci ol {
    padding-inline-start: 0px;
    margin-bottom: 15px;
}
#polityka-prywatnosci ul ul {
    padding-inline-start: 0px;
    margin-bottom: 10px;
    padding-left: 30px;
}
