@import url('https://fonts.googleapis.com/css?family=Merriweather');
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*#region GENERAL TAGS */

/* RESET CSS */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  height: 100%;
}
body {
  font-size: 14px;
  font-family: 'Merriweather', Serif;
  height: 100%;
  color: #000;
  background-color: #ffffff;
  overflow-y: scroll;
}
* {
  padding: 0;
}
a {
  outline: none !important;
}
a:focus {
  outline-color: transparent;
}
a img,
img {
  border: none;
}
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
td {
  padding: 10px 0 !important;
}
/* HEADINGS
----------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 5px;
}
p {
  line-height: 2em;
}
h1 {
  font-size: 1.9em;
  font-weight: bold;
}
h2 {
  font-size: 2.6em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0;
}
h3 {
  font-size: 2em;
  text-transform: uppercase;
}
h4 {
  font-size: 1.3em;
}
h5,
h6 {
  font-size: 1.1em;
}
/* FORM LAYOUT ELEMENTS
----------------------------------------------------------*/

fieldset {
  border: none;
}
textarea {
  min-height: 75px;
}
input[type="text"],
input[type="password"] {
  border: 1px solid #ccc;
  padding: 2px;
}
select {
  border: 1px solid #ccc;
  padding: 1px;
}
/* TABLE
----------------------------------------------------------*/

table {
  border-collapse: collapse;
}
table th {
  text-align: left;
}
table td {
  vertical-align: top;
  padding: 5px;
}
/*#endregion */

/*#region PRIMARY LAYOUT ELEMENTS */

.background-image {
  /* Setting background-image because the built in solution provides a blurry image on mobile devices*/
  background-image: url(../background.jpg?v=1) !important;
  background-size: cover !important;
}
@media (max-width: 1199px) {
  .background-image {
    background-image: url(../background_mobile.jpg?v=1) !important;
  }
}
.wrapper {
  position: relative;
  margin: auto;
  max-width: 100%;
  min-height: 300px;
  overflow-x: hidden;
}
/*#region MAIN CONTENT */

img.float-left {
  margin-right: 10px !important;
  margin-bottom: 2px !important;
}
img.float-right {
  margin-left: 10px !important;
  margin-bottom: 2px !important;
}
body:not(.design-mode) .header-size-wrapper {
  transition: all 0.5s;
}
.header-size-wrapper {
  position: fixed;
  left: 0;
  background-color: rgba(134, 134, 134, 0.85);
}
.header-size-wrapper .header {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  color: #fff;
  padding: 15px 0 10px 0;
}
.header-size-wrapper .header p {
  line-height: 2.4em;
}
.header-size-wrapper .header .top-contact a {
  color: #fff;
}
.header-size-wrapper .header .logo {
  text-align: center;
}
.header-size-wrapper .header .logo img {
  max-height: 120px;
  width: auto;
  float: none !important;
  transition: max-height 0.5s;
}
body.sticky-body .header-size-wrapper {
  background-color: rgba(134, 134, 134, 0.85);
}
body.sticky-body .header-size-wrapper .header {
  padding: 10px 0 5px 0;
}
body.sticky-body .header-size-wrapper .header p {
  line-height: 1.7em;
}
body.sticky-body .header-size-wrapper .header .logo img {
  max-height: 100px;
}
body.sticky-body .header-size-wrapper .main-menu-size-wrapper .menu-container .menu-link {
  line-height: 70px;
}
.start-page {
  height: 100vh !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.4em;
}
.start-page .content-type-textandimage {
  display: inline-block;
}
.start-page .text-and-image-wrapper {
  padding-top: 400px;
  color: #fff;
}
.start-page .text-and-image-wrapper .book-time {
  position: absolute;
  right: -160px;
  bottom: 20px;
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 28px;
  padding: 20px;
  border-radius: 50%;
  color: #000;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transition: all 0.3s;
  margin-top: 30px;
  font-weight: 400;
  border: 1px solid #000;
  background-color: #fff;
}
.start-page .text-and-image-wrapper .book-time:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
  border-color: #fff;
}
/*@media(min-width:1200px) {
    .image-gallery-wrapper {
        .row {
            text-align:center;
            div {
                display: inline-block;
                margin: 0 auto;
                float: none;
                text-align:center;
                    
            }
        }
    }
}*/

.about-us-page {
  background-color: #fff;
  padding: 0 15px;
}
.about-us-page > .content-container-content {
  width: 800px;
  max-width: 100%;
  padding: 25px;
  margin: auto;
}
.employees-page {
  background-color: #a2a2a2;
  padding: 25px 25px 45px 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .employees-page .image-gallery-wrapper .col-lg-4 {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .employees-page .image-gallery-wrapper .col-lg-4:nth-child(3) {
    clear: both;
    margin-left: 25%;
    margin-top: 25px;
  }
}
.employees-page .image-set {
  overflow: visible;
  /*.col-lg-3
        {
            position: static;
        }*/

}
.employees-page .image-set .right-button,
.employees-page .image-set .left-button {
  display: none;
}
.employees-page .image-set .image-in-gallery {
  margin-bottom: 0;
  font-size: 0.9em;
  text-align: center;
}
.employees-page .image-set .image-in-gallery a,
.employees-page .image-set .image-in-gallery a:hover,
.employees-page .image-set .image-in-gallery a:active {
  color: #fff !important;
  text-decoration: none;
}
.employees-page .image-set .image-in-gallery .image-in-gallery-image-wrapper {
  float: none;
}
.employees-page .image-set .image-in-gallery .image-in-gallery-image-wrapper img {
  clear: both;
  border-radius: 5px;
}
.employees-page .image-set .image-in-gallery .gallery-image-header {
  display: block !important;
  text-align: center;
  width: 100%;
  font-size: 2em;
  color: #fff !important;
  padding: 10px;
  text-decoration: none;
}
.employees-page .image-set .image-in-gallery .text-on-gallery-image-wrapper {
  /*height: ~"calc(100% -45px)";*/
  /*width: ~"calc(100% + 30px)";*/
  /*margin-left: -2px;*/
  padding: 15px;
  /*position: absolute;*/
  /*background-color: rgba(67,87,99,0.8);*/
  /*top: 140px;*/
  /*left: -15px;*/
  /*top: 0;*/
  /*transition: all 0.3s;*/
  /*margin-top: -110%;*/
  /*border-radius: 50%;*/
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  /*opacity: 0;*/

}
.employees-page .image-set .image-in-gallery .text-on-gallery-image-wrapper h2 {
  font-size: 1.6em;
}
.employees-page .image-set .image-in-gallery:hover .text-on-gallery-image-wrapper {
  opacity: 1;
}
@media (min-width: 1200px) {
  .employees-page .employee-gallery {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}
.employees-page .employee-gallery .gallery-image-header {
  word-break: break-all;
}
.treatments-page {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 25px 15px;
  color: #fff;
}
.treatments-page > .content-container-content {
  width: 1200px;
  max-width: 100%;
  margin: auto;
}
.treatments-page .table-prices td {
  border-top: none !important;
  border-bottom: 1px solid #ddd;
}
.treatments-page .table-prices td:nth-child(2n) {
  text-align: right;
}
.btn-custom-default {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin: 20px 0;
}
.btn-custom-default:hover {
  background-color: #fff;
}
.gallery-center-images .image-gallery-wrapper .image-in-gallery {
  text-align: center;
}
.gallery-center-images .image-gallery-wrapper .image-in-gallery .image-in-gallery-image-wrapper {
  float: none;
}
.portfolio-page {
  background-color: #fff;
  border-top: 1px solid #f1f1f1;
}
/*#endregion */

/*#region FOOTER */

.footer-size-wrapper {
  background-color: #a2a2a2;
  color: #fff;
}
.footer-size-wrapper .footer {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  padding: 30px 15px;
  padding-bottom: 20px;
}
.footer-size-wrapper .footer a {
  color: #fff;
}
.footer-size-wrapper .footer h2 {
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  margin-bottom: 4px;
  margin-top: 2px;
  position: relative;
}
.footer-size-wrapper .footer h2:before {
  content: "";
  width: 100%;
  bottom: 0;
  border-bottom: 1px solid #6b6b6b;
  display: block;
  position: absolute;
}
.footer-size-wrapper .footer iframe {
  padding: 2px;
  border: 1px solid #fff !important;
}
.footer-size-wrapper .footer .facebook,
.footer-size-wrapper .footer .instagram {
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #a2a2a2;
  margin: 20px 0;
}
.footer-size-wrapper .footer .facebook:before,
.footer-size-wrapper .footer .instagram:before {
  font-family: FontAwesome;
  color: #fff;
  font-size: 40px;
}
.footer-size-wrapper .footer .facebook:hover:before,
.footer-size-wrapper .footer .instagram:hover:before {
  text-decoration: none;
  color: #cdd9e1;
}
.footer-size-wrapper .footer .facebook:before {
  content: "\f09a";
}
.footer-size-wrapper .footer .instagram:before {
  content: "\f16d";
}
.footer-size-wrapper .footer .book {
  height: 40px;
  display: inline-block;
  color: #fff;
  margin: 20px 0;
  line-height: 54px;
  position: relative;
  font-size: 26px;
  margin-left: 10px;
}
.footer-size-wrapper .footer .book:before {
  font-family: FontAwesome;
  font-size: 36px;
  content: "\f073";
  top: -2px;
  position: relative;
}
.footer-size-wrapper .footer .book:hover {
  text-decoration: none;
  color: #cdd9e1;
}
/*#endregion */

/*#region FOOTER META DATA (LOGIN AND BY ALPACHA) */

.footer-meta-data {
  position: absolute;
  width: 100%;
  text-align: center;
  max-width: 100%;
  margin: auto;
  /*z-index: 2001 !important;*/
  background-color: #a2a2a2;
  padding-bottom: 5px;
}
.footer-meta-data a {
  color: #000;
  text-decoration: none;
  font-size: 10px;
}
@media (max-width: 768px) {
  .footer-meta-data {
    position: relative;
  }
}
/*#endregion */

/*#region MAIN MENU */

body.sticky-body .menu-nav {
  top: 122px !important;
}
.main-menu-size-wrapper {
  z-index: 2001 !important;
}
.main-menu-size-wrapper .menu-container {
  position: relative;
}
.main-menu-size-wrapper .menu-container .menu-link,
.main-menu-size-wrapper .menu-container .menu-link:hover,
.main-menu-size-wrapper .menu-container .menu-link:active {
  font-size: 40px;
  color: #fff !important;
  float: right;
  text-decoration: none !important;
  line-height: 100px;
}
.main-menu-size-wrapper .menu-container .menu-nav {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 25px;
}
.main-menu-size-wrapper .menu-container .menu-nav ul {
  list-style: none;
}
.main-menu-size-wrapper .menu-container .menu-nav ul a,
.main-menu-size-wrapper .menu-container .menu-nav ul a:hover,
.main-menu-size-wrapper .menu-container .menu-nav ul a:active {
  font-size: 1.3em;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 50px;
}
.dropdown-menu-wrapper {
  display: none !important;
}
/*#endregion */

/*#region CONTACT FORM */

.contact-information .editor-label,
.contact-message .editor-label {
  margin-top: 10px;
  font-weight: bold;
}
.contact-submit-btn {
  padding-top: 10px;
  overflow: auto;
}
/*#endregion */

/*#region MODALS (POPUPS) */

.modal-error .error-title.image {
  height: 35px;
  width: 35px;
  float: left;
  margin-right: 7px;
}
.modal-error .error-title-image svg {
  width: 35px;
  height: 35px;
  margin-bottom: -20px;
  top: -7px;
  position: relative;
}
.modal-error .error-title-image svg rect {
  fill: transparent;
}
.modal-error .error-title-image svg path {
  fill: #d9534f;
}
.modal-error.checkout-error .modal-title {
  font-weight: bold;
}
/*#region POPUP MODAL */

.modal {
  z-index: 4001;
}
.popup-modal .modal-dialog {
  width: 500px;
  height: 300px;
}
.popup-modal .modal-header {
  border-radius: 4px 4px 0 0;
}
.popup-modal .modal-header a,
.popup-modal .modal-header button {
  opacity: 1;
}
.popup-modal .modal-title {
  opacity: 1;
  line-height: 1.2em;
  font-size: 16px;
}
.popup-modal .modal-body {
  font-size: 13px;
}
/*#endregion */

@media (max-width: 1300px) {
  .employees-page .image-set .image-in-gallery .gallery-image-header {
    font-size: 2em;
  }
  .employees-page .image-set .image-in-gallery .text-on-gallery-image-wrapper {
    font-size: 0.9em;
  }
  .employees-page .image-set .image-in-gallery .text-on-gallery-image-wrapper h2 {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  .employees-page .image-set .image-gallery-wrapper .col-xs-6 {
    width: 50% !important;
  }
}
@media (max-width: 1050px) {
  .start-page .text-and-image-wrapper {
    padding-top: 250px;
  }
  .start-page .text-and-image-wrapper .book-time {
    position: static;
  }
}
@media (max-width: 767px) {
  .start-page {
    font-size: 1.5em;
  }
  .start-page .text-and-image-wrapper {
    padding-top: 150px;
  }
  .start-page .text-and-image-wrapper .book-time {
    position: static;
  }
  body.sticky-body .menu-nav {
    top: 138px !important;
  }
  .header .top-contact {
    margin: -15px;
    margin-bottom: 10px;
    padding: 0 15px;
    text-align: center;
  }
  .header .top-contact p {
    display: inline;
  }
  .header .top-contact p:first-child:after {
    content: " | ";
  }
  .header .top-contact br {
    display: none;
  }
  .header .main-menu-size-wrapper {
    min-height: 0px !important;
  }
  .header .main-menu-size-wrapper .content-type-mainmenu {
    height: 0px !important;
  }
  .header .main-menu-size-wrapper .content-type-mainmenu .menu-container .menu-link {
    position: absolute;
    right: 0px;
    top: -107px;
  }
  .employees-page .image-set .image-gallery-wrapper .col-xs-6 {
    width: 100% !important;
  }
  body.sticky-body .header-size-wrapper .header .top-contact {
    margin-top: -5px;
  }
  body.sticky-body .header-size-wrapper .main-menu-size-wrapper .menu-container .menu-link {
    line-height: 70px;
    top: -88px;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 1.7em;
    font-weight: bold;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.3em;
  }
  h4 {
    font-size: 1.25em;
  }
  h5,
  h6 {
    font-size: 1.1em;
  }
  .start-page {
    font-size: 1.2em;
    padding: 0 15px;
  }
  .header .logo img {
    max-height: 65px !important;
  }
}
.no-padding {
  padding: 0 !important;
}
