@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on February 25, 2017 */

@font-face {
    font-family: 'geometria_lightlight';
    src: url('../fonts/geometria-light-webfont.eot');
    src: url('../fonts/geometria-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geometria-light-webfont.woff2') format('woff2'),
         url('../fonts/geometria-light-webfont.woff') format('woff'),
         url('../fonts/geometria-light-webfont.ttf') format('truetype'),
         url('../fonts/geometria-light-webfont.svg#geometria_lightlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'metropolislight';
    src: url('../fonts/metropolis-light-webfont.woff2') format('woff2'),
         url('../fonts/metropolis-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'metropolisthin';
    src: url('../fonts/metropolis-thin-webfont.woff2') format('woff2'),
         url('../fonts/metropolis-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@import url('https://fonts.googleapis.com/css?family=Lato:300');

body {
	font-size: 18px;
	font-family: 'geometria_lightlight';
}
ul {
  list-style: none;
  padding: 0;
}
ul li, ol li {
    font-family: 'metropolislight';
    font-size: 16px;
}
a {
  color: #000;
}
a:focus, a:hover {
  color: #c6b7b2;
  text-decoration: none;
}
p {
	font-family: 'metropolislight';
	font-size: 16px;
}

.navbar-brand {
  padding-top: 15px;
}
nav.navbar.bootsnav ul.nav > li > a {
    padding: 40px 15px;
    font-weight: 600;
    font-size: 16px;
}
.logo {max-width: 100%; transition: all .4s;}
.top-nav-collapse .navbar {
    height: 75px;
}
.top-nav-collapse  nav.navbar.bootsnav ul.nav > li > a {
    padding: 25px 15px;
}

.top-nav-collapse .navbar-brand {
  padding: 7px 15px;
}
.navbar, .navbar-brand,
nav.navbar.bootsnav ul.nav > li > a,
.logo,
.top-nav-collapse .navbar, 
.top-nav-collapse  nav.navbar.bootsnav ul.nav > li > a, 
.top-nav-collapse .navbar-brand,
{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
} 
.top-nav-collapse .logo {
    max-width: 52%;
    margin: -15px auto 0;
}


.header {
  color: #fff;
  background: #fff;
  height: 95vh;
  margin-bottom: 80px;
}
.header .item {
  height: 95vh;
}
.header .item .content {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 8%;
}
.header .item .content-2 {

  position: absolute;
  left: 50%;
  bottom: 45%;
}

.header .item .content-3 {
    position: absolute;
    bottom: 25%;
    left: 5%;
}
.header .item .content-2 .title, .header .item .content-3 .title {
  line-height: 70px;
}

.header-small {
  margin-top: 50px;
  margin-bottom: 50px;
  height: 500px;
  color: #fff;
  text-align: center;
}
.header-small p {
  margin-top: 50px;
}
.header .col-md-8.col-md-offset-4 {
  padding-top: 80px;
  padding-left: 100px;
}
.package-header {
  background: url('../img/package.jpg') no-repeat left;
  background-size: cover;
  padding-top: 200px;
}

.header .title {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 40px;
}
.header .title span {
  font-size: 36px;
  text-transform: none;
}
.title {
    font-size: 72px;
    line-height: 55px;
}
.title span {
    font-size: 45px;
}
.title-small {
  font-size: 24px;
}
.about {
	margin: 100px 0;
}
.about img {
    margin: 50px 0 30px;
}
.about-page {
  margin-top: 150px;
  margin-bottom: 50px;
}
.about-page .col-md-12 {
  margin-bottom: 50px;
}
.about-content .title {
  margin-top: 80px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
.carousel-caption {
    text-shadow: none;
    font-size: 18px;
    right: 0;
    left: 90%;
    bottom: -20px;
}
.carousel-caption span {
  font-size: 32px;
}
.image-service {
	padding: 70px 0px;
	position: relative;
}
.image-service h2 {
  line-height: 36px;
}

.bg {
    width: 60%;
    height: 100%;
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #c6b7b2;
}

.image-service .container {
    padding-left: 0px;
    margin-left: 0px;
    z-index: 2;
    position: relative;
}
.image-service .row {
    margin-left: 0px;
}
@media (min-width: 768px) {
    .image-service .row {
        display: flex;
        align-items: center;
    }
}
.image-service .col-md-6 {
	color: #fff;
    padding: 0;
}
.image-service .col-md-6 + .col-md-6 {
    padding-left: 40px;
}
.image-service .top-title {
    font-size: 45px;
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 55px;
}
.background-image {
	background: url('../img/salon3.jpg') no-repeat;
	background-size: cover; 
	height: 450px;
	padding: 50px 50px 50px 100px;
}

.logo-partner {
    padding: 0;
    height: 120px;
}

.logo-partner li {
    list-style: none;
    float: left;
    width: 20%;
}

.logo-partner li img {
	max-height: 120px;
	display: block;
	margin: 0 auto;
}

#map {
    height: 500px;
}
.maps {
	margin: 80px 0 150px;
}
.home.maps {
  margin: 75px 0 75px;
}
.adress {
    position: relative;
    margin-top: -260px;
    margin-left: 70px;
    background: #c6b7b2;
    width: 500px;
    height: 300px;
    padding: 20px 30px;
    color: #fff;
    z-index: 12;
}
.adress a {
  color: #fff;
}
.adress h2 {
  margin-bottom: 0px;
}

.phone {
    font-size: 40px;
}
.margin-t {
  padding: 50px 0;
}
.service {
	margin: 80px 0;
	padding-left: 15px;
	padding-right: 15px;
}

.service .col-md-6 {
    padding: 7px;
}
.service .title {
    margin-top: 0px;
    margin-bottom: 50px;
}
.box-2 {
	background: #fff;
	height: 350px;
	border: 2px solid #c6b7b2;
	margin-bottom: 15px;
  color: #000;
  transition: background .2s;
}
.box-2:hover {
  -webkit-box-shadow:0 0 13px #c6b7b2;
  -moz-box-shadow:0 0 13px #c6b7b2;
  box-shadow:0 0 13px #c6b7b2;
  transition: all .2s;
  color: #000;
}
.service .col-md-3 {
    padding-left: 7px;
    padding-right: 7px;
}
.box-2 .description {
    text-align: center;
    height: 70px;
    padding-left: 15px;
    padding-right: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
}
.box-2 h3 {
	font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.box-2 a {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	padding-bottom: 4px;
	border-bottom: 2px solid #c6b7b2;
}
.carousel-cell {
  width: 49.5%; /* half-width */
  height: 200px;
  margin-right: 10px;
}
.flickity-prev-next-button {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background:  #c6b7b2;
}
.flickity-prev-next-button:hover {
  background: #F90;
}
/* arrow color */
.flickity-prev-next-button .arrow {
  fill: white;
}
.flickity-prev-next-button.no-svg {
  color: white;
}
/* position outside */
.flickity-prev-next-button.previous {
  left: -40px;
}
.flickity-prev-next-button.next {
  right: -40px;
}
footer {
  background: #fff;
  display: block;
  z-index: 9;
  margin-top: 80px;
}
footer .container {
    border-top: 1px solid #f2f2f2;
    padding-top: 20px;
    background: #fff;
}
footer p {
    font-weight: 600;
}
footer ul {
    padding: 0px;
}
footer ul li {
    list-style: none;
    padding-bottom: 7px;
}
footer ul li a {
    font-size: 14px;
    color: #383838;
    padding-bottom: 7px;
}
footer ul li a:hover {
  color: #c6b7b2;
  text-decoration: none;
}
footer ul.col-md-4 {
    padding-left: 0px;
}
.footer-logo {
    margin-top: 30px;
}
.small-footer {
    margin-top: 10px;
    background: #f7f7f7;
}
.small-footer .container {
    padding: 25px 15px 10px;
    background: #f7f7f7;
}
.small-footer p {
    font-size: 12px;
    margin-bottom: 5px;
}

.pakiety {margin: 100px 0 0 0;}
.pakiety .col-md-4 {
  padding-left: 7px;
  padding-right: 7px;
} 

.service-box {
    text-align: center;
    margin-bottom: 25px;
    height: 460px;
    padding: 20px;
    border: 2px solid transparent;
  margin-bottom: 5px;
  -moz-border-image: -moz-linear-gradient(top, #c6b7b2 0%, #92fe9d 100%);
  -webkit-border-image: -webkit-linear-gradient(top, #c6b7b2 0%, #92fe9d 100%);
  border-image: linear-gradient(to bottom, #c6b7b2 0%, #92fe9d 100%);
  border-image-slice: 1;
}

.service-box h3 {
    font-weight: 600;
}
.service-box ul {
  padding: 0;
}
.service-box ul li {
  list-style: none;
}

.package {
    background: url(../img/package.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
    margin: 100px 0;
    text-align: center;
    color: #fff;
}
.package p {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.67);

}
.package h3 {
  font-size: 64px;
  line-height: 68px;
  text-shadow: 1px 0px 10px rgba(0, 0, 0, 0.67);
}
a.btn.btn-default.package-button {
    border: 2px solid #fff;
    padding: 20px;
    color: #000000;
    background: #fff;
    text-transform: uppercase;
    width: 250px;
    margin-top: 35px;
    border-radius: 0;
    font-weight: bold;
    font-size: 18px;
    transition: .5s all;
}
.zabiegi-list li {
    font-family: 'geometria_lightlight';
}

.zabiegi-list li:hover {
  background: #33cccc;
  color: #fff;
}
.zabiegi-list li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 45px;
  font-size: 24px;
  color: #000;
  padding: 5px 10px;
  background: #fff url(../img/arrow-point-to-right.png) no-repeat center right;
  background-size: 20px;
  transition: .2s all;
}
.zabiegi-list li a:hover {

  background: #c6b7b2 url(../img/arrow-point-to-right-white.png) no-repeat center right;
  background-size: 20px;
  color: #fff;
}
.well {
    background: #fff;
    border: 0;
    box-shadow: none;
    padding-top: 100px;
}
.well .title {
  font-size: 45px;
}
.well #contactform {
  margin-top: 20px;
}
#contactform {
  margin-top: -80px;
  background: #c6b7b2;
  padding: 50px 30px 30px;
  margin-bottom: 30px; 
}
#contactform fieldset input[type=text]:hover,
#contactform fieldset input[type=tel]:hover, 
#contactform fieldset input[type=date]:hover,
#contactform fieldset select:hover,
#contactform fieldset input[type=email]:hover, 
#contactform fieldset input[type=number]:hover {color:#000;}     

#contactform fieldset input[type=number]:focus, 
#contactform fieldset input[type=text]:focus, 
#contactform fieldset input[type=email]:focus, 
#contactform fieldset input[type=tel]:focus{ color: #000;}

#contactform fieldset input[type="checkbox"] {-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px; font-size: 14px;}
#contactform fieldset input[type="file"] {}

#contactform fieldset textarea{
    height: 100px;
    width: 100%;
    padding: 10px 15px 10px 15px;
    border: 0;
    background: #fff;
    color: #c6b7b2;
    box-shadow: none;
    margin-bottom: 0px;
    border-radius: 0;
    font-size:16px;
    outline: 0;
    text-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#contactform fieldset textarea:hover{color:#000;}
#contactform fieldset textarea:focus{color: #000;}
            
#contactform fieldset .form-field-error{color:#ff6600;font-style:italic;font-size:12px;margin-bottom:15px;margin-top:-5px;line-height:1.3em;}
#contactform fieldset input[type=submit] {
  border: 2px solid #fff;
  padding: 15px 20px;
  color: #c6b7b2;
  background: #fff;
  text-transform: uppercase;
  min-width: 200px;
  margin-top: 15px;
  border-radius: 0;
  font-weight: bold;
  font-size: 18px;
  transition: .5s all;
  width: 200px; 
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#contactform fieldset input[type=submit]:hover {
    background-color: #c6b7b2;
    color: #fff;
    border: 2px solid #fff;
    
}

#contactform fieldset input[type=hidden]{display:none;}
.check {width:160px}
#contactform .form-error{background-color:#ff6600;padding:10px;font-size:15px;color:#ffffff;margin-bottom:15px;line-height:1.4em;}
            
#contactform fieldset{width:100%;}
#contactform fieldset label{
    display:block;
    font-weight: 400;
    color: #fff;
    font-family: 'metropolislight';
}
.checkbox label {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 24px;
    text-align: justify;
}
.form-info {
    margin: 0px 0 30px;
    color: #c6b7b2;
    border: 2px solid #fff;
    padding: 15px;
    background: #fff;
    font-weight: bold;
}
#contactform fieldset input[type=text], 
#contactform fieldset input[type=tel], 
#contactform fieldset input[type=date], 
#contactform fieldset select,
#contactform fieldset input[type=email], 
#contactform fieldset input[type=number] {
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding: 10px 15px;
    box-shadow: none;
    margin-bottom: 20px;
    border-radius: 0;
    background-color: #fff;
    color: #c6b7b2;
    outline: 0;
    text-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 0;


}
.salon-gallery .container {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

.salon-gallery .col-md-6, .salon-gallery .col-md-3 {
  padding-left: 0px;
  padding-right: 0px;
}
.salon-gallery img {
  border: 1px solid #fff;
}

.box-offer {
    border: 2px solid #ddd;
    margin-top: 30px;
    transition: all .4s;
}
.box-offer:hover {
    border: 2px solid #c6b7b2;
    cursor: pointer;
}
.box-offer-title {
    text-align: center;
    padding: 50px 20px 0;
    font-size: 24px;
    font-weight: 600;
      transition: all .4s;
}
.box-offer:hover .box-offer-title {
  color: #c6b7b2;

}
.box-offer-content {
    padding: 50px 30px;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
}

.box-offer-content ul li {
    margin-bottom: 10px;
    font-family: 'metropolislight';
    font-size: 16px;
}
.box-offer-price {
    text-align: center;
    padding: 20px 40px 10px;
    font-weight: 600;
}
.box-offer-price p span {
    font-weight: 400;
    font-size: 14px;
}

.about-page .col-md-6.image-right {
	padding-left: 0px;
}

.about-page .col-md-6.image-left {
	padding-right: 0px;
}
.about-page .col-md-6 .about-content {
	padding-left: 10px;
}





.open-menu {
  position: absolute;
  top: 25px;
  right: 5px;
  cursor: pointer;
}
.onk {
  position: absolute;
  right: -35px;
  top: 20px;
  display: block;
  width: 40px;
  height: 40px;
  float: right;
  text-indent: -9999px;
  background:  #fff url('../img/wstazka.jpg') no-repeat center;
  background-size: cover; 
  text-align:left;
  overflow:hidden;
}
  
.menu-icon {
  width: 36px;
  float: left;
}
.open-menu p {
  float: left;
  margin-top: 7px;
  font-family: "Open Sans";
  font-weight: 600;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    background-size: contain;
    overflow-x: hidden;
    transition: 0.4s;
}

.overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: left;
    margin-top: 30px;
}

.overlay a {
    padding: 7px;
    text-decoration: none;
    font-size: 24px;
    color: #000;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #c6b7b2;
}

.overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 55px;
    font-size: 50px;
    margin: 0;
    padding: 0;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.border-menu-line {
      border-right: 1px dashed rgba(146, 147, 151, 0.46);
}
nav .col-md-6 {
  padding-right: 30px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #c6b7b2;
}
.owl-theme .owl-dots .owl-dot span {
  background: #fff;
}

.breadcrumbs {
  margin-top: 80px;
  margin-bottom: 75px;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
} 

.breadcrumbs h3 {
    font-size: 28px;
    line-height: 34px;
}

.breadcrumbs.pak {
  background: url('../img/pakiety_bg.jpg') no-repeat right;
  background-size: cover;
}
.breadcrumbs.onk-bg {
  background: url('../img/onk-bg.jpg') no-repeat right;
  background-size: cover;
}
.breadcrumbs.gift-b {
  background: #e7e7e7 url('../img/gift-bg.png') no-repeat center right;
  background-size: contain;
}
.breadcrumbs.zab {
  background: url('../img/zabiegi-bg.jpg') no-repeat right;
  background-size: cover;
}
.breadcrumbs.service {
  background: url('../img/flowers.png') no-repeat right;
  background-size: cover;
}
.gift {
  display: block;
  margin: 0px auto;
}

.gift-description {
    background: #c6b7b2;
    color: #fff;
    padding: 35px;
}

.panel-default {
    border: none;
    box-shadow: none;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border: 0;
 
}
.panel-heading {
    padding: 10px 0px;
}

.panel-title {
  font-size: 24px;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 1px solid #ddd;

}
.panel-body {
    padding: 15px;
}
.panel-body .col-md-2 {
  padding-left: 0px;
  padding-right: 0px;
}


.intervention-title {
  margin-top: 50px;
  margin-bottom: 50px; 
}

.intervention-title h2 {
  font-size: 45px;
  padding-bottom: 15px;
  border-bottom: 1px solid #F5F5F5;

}

.intervention {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 15px;
    padding: 10px 0; 
}
.no-image .intervention  {
  margin: 0;
  display: inline-block;
}
.intervention .col-md-2 {
    padding-left: 0px;
    padding-right: 0px;
}
.col-md-4.single-image {
    padding-left: 0px;
    padding-right: 0px;
}

.intervention img {
    width: 100%;
}
.big-green {
  font-size: 24px;
  color: #c6b7b2;
  margin-bottom: 20px;
  text-align: center;
}
.price {
  font-weight: bold;
}
.salon.gallery {
  margin-top: 80px;
  margin-bottom: -45px;
}

.gallery .start-gallery {
  background-color: #c6b7b2;
  color: #fff;
  height: 480px;
  display: flex; 
  align-items: center;
}

.gallery .col-md-3 {
    padding-left: 0px;
    padding-right: 0px;
}
.gallery img {
  width: 100%;
}

.gallery .title {
    margin-bottom: 50px;
}

.vip {
  height: 85vh;
  background: #c6b7b2 url('../img/vip.jpg') no-repeat center;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 80px 20px -50px;
}
.vip .title {
  line-height: 75px;
}
.banner {
  background: #c6b7b2;
  color: #fff;
  padding: 15px 0;
}
.banner .title {
  font-size: 50px;
  line-height: 45px;
}
.banner .title span {
  font-size: 34px;
}
.banner a {
  border: 2px solid #fff;
  padding: 20px;
  color: #c6b7b2;
  background: #fff;
  text-transform: uppercase;
  min-width: 100%;
  margin-top: 35px;
  border-radius: 0;
  font-weight: bold;
  font-size: 18px;
  transition: .5s all; 
}
.banner a:hover {
  background: #c6b7b2;
  border: 2px solid #fff;
  color: #fff;
}
.save {
    border: 2px solid #fff;
    padding: 20px;
    color: #fff;
    background: #c6b7b2;
    text-transform: uppercase;
    width: 300px;
    margin: 35px auto 0 auto; 
    display: block;
    border-radius: 0;
    font-weight: bold;
    font-size: 18px;
    transition: .5s all;
    outline: 0;
}
.save:hover {
  border: 2px solid #c6b7b2;
  background: #fff;
  color: #c6b7b2;
}
.banner.bottom {
  margin-top: 50px;
  margin-bottom: -80px;
}
.banner.bottom.double a {
  margin-top: 45px;
}
.onk-margin {
  margin-top: 50px;
}
.onk-margin h2 {
  margin-bottom: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f7f7f7;
}

.salon.gallery .row {
    margin-right: -10px;
    margin-left: -10px;
}

.image-box {
  position: relative;
  width: 25%;
  float: left;
  border: 7px solid #fff;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.image-box .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(198, 183, 178, 0.7);
}

.image-box:hover .overlay {
  opacity: 1;
}

.image-box .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

div#social-icons {
    display: inline-block;
    text-align: right;
    float: right;
    margin-top: -3px;
}
div#social-icons>a {
    display: inline-block;
    text-align: center !important;
    text-decoration: none !important;
    overflow: hidden;
    width: 20px;
    height: 20px;
    color: #000;
}
div#social-icons>a:hover {
  color: #c6b7b2;
}

#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
    position: fixed;
    font-size: 12px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-top: 1px solid #f2f2f2;
    padding: 15px;
    z-index: 1000;
    background: #fff url(../img/cookie.png) no-repeat right;
    background-size: contain;
}

#cookieinfo h6 {
    font-size: 16px;
    color: #000;
    margin-bottom: 7px;
    font-weight: bold;
}

#cookieinfo p {
    font-size: 13px;
    color: #000;
    line-height: 1.5em;
}

#cookieinfo a {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    line-height: 22px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}




  /* Large desktops and laptops */
@media (min-width: 1600px) {
  .bg {
    width: 80%;
  }
}


/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-fixed-top {
    position: static;
  }
  .navbar-brand {
    padding-top: 0px;
  }

  .overlay a {
    font-size: 18px;
  }
  .overlay-content {
    padding-left: 15px;
  }
  .overlay .closebtn {
    right: 25px;
  }
  .open-menu {
    right: 40px;
  }
  .onk {
    right: 0;
  }
  .header {
    color: #fff;
    background: #fff;
    height: 500px;
  }
  .header .item {
     height: 450px;
  }
  .header .item .content, .header .item .content-2, .header .item .content-3 {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 10%;
  }
  .phone {
    font-size: 32px;
  }
  .image-service .col-md-5 {
    padding-top: 50px;
  }
  .bg {
    height: 90%;
  }
  .image-service .col-md-7 {
    margin-top: 85px;
  }
  .package {
    padding: 100px 0;
  }
  .package h3 {
    font-size: 45px;
    line-height: 1.2;
  }

  .banner .title span {
    font-size: 30px;
  }
  .adress {
    z-index: 1;
  }
  .footer-logo {
    margin-top: 0px;
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .breadcrumbs {
    margin-top: 0px;
    position: relative;
    margin-bottom: 30px;
    height: 100px;
  }
  .breadcrumbs img {
    height: 120px
  }
  .breadcrumbs h3 {
    font-size: 24px;
    line-height: 30px;
    padding-left: 0px;
  }
  .salon.gallery {
    margin-top: 0px;
  }
  .image-box {
    width: 25%;
    border: 4px solid #fff;
  }
  .vip {
    margin: 20px 20px -50px;
  }
  .title {
    font-size: 36px;
  }
  .vip .title {
    line-height: 45px;
  }
  .maps {
    margin: 0px 0 50px;
  }
  #contactform {
    margin-top: 20px;
  }
  #contactform fieldset input[type=submit] {
    margin: 30px auto 30px auto;
    display: block;
  }
  .carousel-caption {
    left: 85%;
  }


}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  #cookieinfo {
    background: #fff;
  }
  .navbar-fixed-top {
    position: static;
  }
  .navbar-brand {
    padding-top: 0px;
  }

  .open-menu {
    right: 40px;
  }
  .onk {
    right: 0;
  }
  .overlay a {
    font-size: 18px;
  }
  .overlay-content {
    padding-left: 15px;
  }
  .overlay .closebtn {
    right: 25px;
  }
  .header {
    color: #fff;
    background: #fff;
    height: 450px;
  }
  .header .item {
     height: 350px;
  }
  .header .title {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 26px;
  }
  .header .title span {
    font-size: 20px;
    text-transform: none;
  }
  .header .item .content, .header .item .content-2, .header .item .content-3 {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 28%;
  }
  .header .item .content-2 .title, .header .item .content-3 .title {
    line-height: 32px;
  }
  .package {
    padding: 100px 20px;
    background-attachment: scroll;
  }
  .package h3 {
    font-size: 32px; 
    line-height: 1.2;
  }
  .adress {
    width: 100%;
    margin-left: 0;
    margin-top: -230px;
    z-index: 1;
  }
  .phone {
    font-size: 32px;
    margin-top: -10px;
  }
  .banner .title {
    font-size: 40px;
    line-height: 45px;
  }
  .banner .title {
    font-size: 40px;
    line-height: 35px;
  }
  .banner .title span {
    font-size: 24px;
    line-height: 0px;
  }
  .box-2 {
    height: auto;
  }
  .box-image img {
    width: 100%;
    height: 160px;

  }
  .image-service .col-md-5 {
    background: #c6b7b2;
    padding-bottom: 30px;
  }
  .image-service .col-md-6 + .col-md-6 {
    padding: 40px 15px;
}
  .image-service .col-md-7 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .bg {
    width: 100%;
  }

  .package {
    margin: 0;
  }
  .image-service {
    padding: 0px 0px;
  }
  
  .footer-logo {
    margin-top: 0px;
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .breadcrumbs {
    margin-top: 0px;
    margin-bottom: 30px;
    height: 95px;
  }
  .breadcrumbs .container {
    width: 100%;
  }
  .breadcrumbs img {
    height: 95px
  }
  .breadcrumbs h3 {
    font-size: 18px;
    line-height: 24px;
    padding-left: 0px;
  }
  .salon.gallery {
    margin-top: 0px;
  }
  .image-box {
    width: 50%;
    border: 2px solid #fff;
  }
  .vip {
    margin: 20px 20px -50px;
  }
  .title {
    font-size: 30px;
  }
  .vip .title {
    line-height: 45px;
  }
  .maps {
    margin: 0px 0 50px;
  }

  .contact-form {
    text-align: center;
  }
  .contact-form p {
    padding: 0px 40px;
  }
  #contactform {
    margin-top: 50px;
  }
  #contactform fieldset input[type=submit] {
    margin: 30px auto 30px auto;
  }
  footer {
    margin-top: 20px;
  }
  .intervention img {
    height: auto;
    width: 100%;
    margin-top: 20px;
  }
  .intervention {
    display:block;
  }

  .banner.bottom {
    margin-bottom: 0px;
  }
  .zabiegi-list li a {
    font-size: 18px;
    min-height: 45px;
  }
  .intervention-title h2 {
    font-size: 28px;
  }
  .carousel-caption {
    left: 85%;
  }
}
@media (max-width: 480px) {
  nav.navbar.bootsnav .navbar-brand {
    float: left!important;
  }
  .navbar-brand {
    padding: 12px 0 0;
  }

  .header {
    height: 350px;
  }
  .header .item {
    height: 250px;
  }
  .header .title {
    font-size: 24px;
  }
  .header .title span {
    font-size: 18px;
  }
  .carousel-caption {
    left: 85%;
  }
  .banner .title {
    font-size: 28px;
    line-height: 26px;
  }
  .banner .title span {
    font-size: 18px;
  }
  .phone {
    font-size: 26px;
    margin-top: -10px;
  }
}
h3 {
    line-height: 32px;
}
ul {
  line-height: 30px;
}
ul.list-dot {
    list-style: disc;
    padding-left: 30px;
}


.widget.down h2 {
    font-size: 18px;
    margin-bottom: 15px;
}


.phone-button {
    position: fixed;
    width: 70px;
    height: 70px;
    background: #fff;
    bottom: 50px;
    z-index: 9999;
    right: 2%;
    border: 5px solid #fff;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
    display: none;
}



@media (max-width: 767px) {
  .phone-button {
    display: block;
    right: 3%;
  }
}


@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(198, 183, 178, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(198, 183, 178, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(198, 183, 178, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(198, 183, 178, 0.4);
    box-shadow: 0 0 0 0 rgba(198, 183, 178, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(198, 183, 178, 0);
      box-shadow: 0 0 0 10px rgba(198, 183, 178, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(198, 183, 178, 0);
      box-shadow: 0 0 0 0 rgba(198, 183, 178, 0);
  }
}
.phone-button, .phone-button .phone a {
  background: #c6b7b2;
    outline: 0;
    
}
.phone-button .phone a img {
  display: block;
  margin: 13px auto 0;
}
.phone-button a.phone {
    width: 48px;
    display: block;
    height: 48px;
    padding: 30px;
    margin-top: 0px;
}
.phone-button a.phone img {
    display: block;
    margin-top: -15px;
    margin-left: -15px;
}
.phone-button span {
  display: none;
}

ul.fast-link.nav.navbar-nav.navbar-left li a {
    padding: 30px 15px;
}
ul.fast-link.nav.navbar-nav.navbar-left li a:hover {
  color: #c6b7b2;
}
.attr-nav > ul > li > a {
  transition: .3s all;
}
.top-nav-collapse .attr-nav > ul > li > a {
    top: 20px;
}
@media (max-width: 1024px) {
  .fast-link {display: none;}
}

.widget.down h2 {
    margin-bottom: 10px;
}
.widget.down {
    line-height: 28px;
}


.gallery .col-md-2 {
    padding: 0;
}.widget.down a {
    color: #000;
}
.adress p {
    line-height: 28px;
}
.adress .phone {
    margin-top: 10px;
}
.side .widget ul.link li a:focus, .side .widget ul.link li a:hover {
  color: #c6b7b2;
}
.navbar-brand {
  width: 300px;
  height: auto;
  background: #fff;
  margin-top: 20px;
}
.navbar-brand>img {
  margin: 0 auto;
  max-width: 200px;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  background: #fff;
}
@media (max-width: 768px) {
  .navbar-brand {
    width: auto;
    padding: 10px 0px;
    box-sizing: border-box;
  }
  .navbar-brand>img {
      max-width: 150px;
  }
    .attr-nav > ul > li > a {
      top: 20px;
    }
    .box-2 h3 {
        font-size: 16px;
        margin-top: 0;
    }
    .header {
        height: auto;
        margin-bottom: 0px;
    }
    .widget.down h2 {
        margin-bottom: 20px;
    }
    .box-2 .description {
        padding: 0 5px;
    }

}


.box-image img {
    height: 265px;
    width: 100%;
    object-fit: cover;
}
.cc {
    font-size: 16px;
}

.border-bottom {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .box-image img {
        width: 100%;
        height: 160px;
    }
    .box-2 h3 {
        margin-bottom: 0;
    }
    .box-2 .description {
        padding: 5px;
        height: 80px;
    }
}


.image-service {
    color: #fff;
}

.mb-auto {
    margin-bottom:  auto;
}
.intervention-title a  {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}
.intervention h3 {
    margin-top: 0;
}
.intervention ul {
    list-style: disc;
    padding-left: 30px;
}
.intervention ul li {
    line-height: 1.4;
}

@media (max-width: 767px) {     
    .service {
        margin: 0 0 50px;
    }
}