/**
  * Import fonts
  * 1st is for header (family: cardo) and paragraph (family: raleway)
  **/
/*@import url('https://fonts.googleapis.com/css?family=Cardo|Raleway');*/
@font-face {
  font-family: 'Cardo';
  src: "../fonts/Cardo/Cardo-Regular.ttf" format("truetype"); }

@font-face {
  font-family: 'Raleway';
  src: "../fonts/Raleway/Raleway-Regular.ttf" format("truetype"); }

/*
 * Vars
 */
.background-dark-overlay {
  background-color: rgba(0, 0, 0, 0.78);
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  color: #fff; }

.background-white-overlay {
  background-color: rgba(255, 255, 255, 0.66);
  background-repeat: no-repeat;
  background-blend-mode: luminosity; }

.background-gold-overlay {
  background-color: rgba(192, 173, 154, 0.66);
  background-blend-mode: luminosity; }

/* Cookie banner */
div#cookie-law {
  position: fixed;
  bottom: 0;
  min-width: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  padding: 1rem 1.2rem;
  color: #fff;
  font-weight: lighter; }

.close-cookie-banner {
  font-size: 2rem;
  margin-left: 1rem; }

/* Body general */
body {
  font-family: 'Raleway', sans-serif;
  /* Headings */
  /* Links */
  /* Main Menu */
  /* Logo and Carousel */ }
  body h1, body h2, body h3 {
    font-family: 'Cardo', serif;
    font-weight: 300; }
  body a.back-to-top {
    position: fixed;
    right: 2rem;
    top: 90vh;
    color: #C0AD9A;
    border: 1px dotted;
    width: 60px;
    height: 60px;
    font-size: 38px;
    font-size: 2.375rem;
    text-align: center; }
  body abbr[data-bs-original-title],
  body abbr[title] {
    text-decoration: none; }
  body nav {
    background-color: #fcfcfc !important;
    box-shadow: rgba(0, 0, 0, 0.6) 0px -1px 4px 0px; }
    @media (min-width: 768px) {
      body nav ul.navbar-nav {
        margin-top: 3.5rem; } }
    body nav ul.navbar-nav li.nav-item.mgma-brand {
      width: 5rem;
      height: 5rem;
      border-radius: 5rem;
      background-color: #fcfcfc !important;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 1px 0px;
      margin: .3rem 2rem;
      padding: 0.8rem 0.7rem; }
    body nav ul.navbar-nav li.nav-item a.navbar-brand img {
      height: 3.8rem; }
    @media (min-width: 768px) {
      body nav {
        height: 3.75rem; } }
  body .ck_logo_container {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    top: 7.125rem;
    padding-top: 0.983rem;
    z-index: 100; }
    body .ck_logo_container > img {
      max-width: 100%; }
    @media (min-width: 768px) {
      body .ck_logo_container {
        top: 6.125rem;
        width: 100%; } }
  body section {
    margin-top: 62px;
    /* Gallery */
    /* /. Gallery */ }
    body section * header {
      font-size: 70px;
      font-size: 4.375rem;
      text-align: center;
      font-weight: 300;
      color: #505050;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.66);
      padding-top: 132px;
      padding-top: 8.25rem;
      line-height: 52px;
      line-height: 3.25rem;
      font-family: 'Cardo', serif; }
      @media (min-width: 768px) {
        body section * header {
          padding: 148px;
          padding: 9.25rem; } }
      body section * header > small {
        font-family: serif;
        font-size: 38px;
        font-size: 2.375rem;
        font-weight: lighter;
        line-height: 50%;
        color: #505050; }
        body section * header > small > strong {
          color: #C0AD9A;
          font-weight: lighter;
          font-size: 42px;
          font-size: 2.625rem; }
      body section * header > hr {
        margin-top: 7px;
        border: 1px solid #505050;
        max-width: 14%; }
    body section a {
      text-decoration: none;
      outline: 0;
      color: #C0AD9A;
      text-decoration: none;
      border-bottom: 1px dotted #C0AD9A;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition: 0.2s color linear;
      -moz-transition: 0.2s color linear;
      transition: 0.2s color linear; }
      body section a:hover, body section a a:active, body section a a:focus {
        color: #C0AD9A;
        font-weight: 600;
        text-decoration: none; }
    body section i {
      color: #C0AD9A; }
    body section p.lead {
      /* font-family: 'Raleway', sans-serif; */
      font-weight: 300;
      font-size: 18px;
      font-size: 1.125rem; }
    body section article {
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 300; }
      body section article > h1:first-of-type {
        margin: 20px auto;
        margin: 1.25rem auto;
        font-weight: 400;
        font-size: 38px;
        font-size: 2.375rem;
        color: #505050; }
      body section article > img {
        margin: 0 10px 10px 0;
        margin: 0 .625rem .625rem 0; }
      body section article ul {
        list-style-type: none; }
        body section article ul#services li {
          padding-left: 1.3rem; }
          body section article ul#services li:before {
            content: "\f0c4";
            /* FontAwesome Unicode for Scissors */
            font-family: FontAwesome;
            font-weight: 900;
            display: inline-block;
            margin-left: -1.57em;
            /* same as padding-left set on li */
            width: 1.3em;
            /* same as padding-left set on li */
            -webkit-transform: rotate(125deg);
            -moz-transform: rotate(125deg);
            -ms-transform: rotate(125deg);
            -o-transform: rotate(125deg);
            transform: rotate(125deg);
            color: #C0AD9A; }
          body section article ul#services li > a {
            color: #C0AD9A;
            text-decoration: none;
            border-bottom: 1px dotted #C0AD9A; }
            body section article ul#services li > a :hover {
              color: #C0AD9A;
              font-weight: 600; }
    body section .devider > .quote {
      padding: 40px 40px 30px 40px;
      margin-top: -40px;
      margin-bottom: 50px;
      z-index: 0;
      font-family: 'Cardo', serif;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: lighter;
      line-height: 38px;
      line-height: 2.375rem;
      color: #505050;
      border: double;
      border-color: #eee;
      border-width: 5px; }
      @media (min-width: 768px) {
        body section .devider > .quote {
          padding: 40px 40px 30px 40px;
          margin-top: -40px;
          margin-bottom: 50px;
          line-height: 46px;
          line-height: 2.875rem;
          font-size: 38px;
          font-size: 2.375rem; } }
      body section .devider > .quote > strong {
        color: #C0AD9A; }
      body section .devider > .quote > p.quoteAuthor {
        font-size: 18px;
        font-size: 1.125rem;
        text-align: right;
        font-style: italic; }
        @media (min-width: 768px) {
          body section .devider > .quote > p.quoteAuthor {
            font-size: 18px;
            font-size: 1.125rem; } }
    body section .devider > hr {
      position: relative;
      top: 60px;
      background-color: black;
      margin: 0; }
    body section .devider_spacer {
      position: relative;
      width: 120px;
      height: 115px;
      padding: 20px 20px;
      background-color: rgba(255, 255, 255, 0.99);
      z-index: 1; }
      body section .devider_spacer > img {
        max-width: 85px;
        max-width: 5.313rem;
        z-index: 0; }
    body section .para_image {
      color: #eee;
      position: relative;
      height: 280px;
      width: 100%;
      margin: 10px 0;
      box-shadow: inset rgba(0, 0, 0, 0.75) 0px 0px 10px;
      background-color: rgba(192, 173, 154, 0.66);
      background-blend-mode: luminosity; }
      body section #about.para_image {
        background: url("/assets/images/page/mir_01.jpg") no-repeat top center fixed;
        background-size: cover; }
      body section #service.para_image {
        background: url("/assets/images/page/mir_02.jpg") no-repeat top center fixed;
        background-size: cover; }
      body section #portfolio.para_image {
        background: url("/assets/images/page/mir_03.jpg") no-repeat top center fixed;
        background-size: cover; }
      body section #gallery.para_image {
        background: url("/assets/images/page/012.jpg") no-repeat top center fixed;
        background-size: cover; }
    body section .gallery-grid-sizer,
    body section .gallery-grid .gallery-image {
      width: 50%;
      float: left;
      margin-bottom: 1.5rem !important; }
      body section .gallery-grid-sizer-hidden,
      body section .gallery-grid .gallery-image-hidden {
        display: none; }
      @media (min-width: 768px) {
        body section .gallery-grid-sizer,
        body section .gallery-grid .gallery-image {
          width: 25%; } }
      body section .gallery-grid-sizer-x-2,
      body section .gallery-grid .gallery-image-x-2 {
        width: 100%; }
        @media (min-width: 768px) {
          body section .gallery-grid-sizer-x-2,
          body section .gallery-grid .gallery-image-x-2 {
            width: 50%; } }
      body section .gallery-grid-sizer a.thumbnail,
      body section .gallery-grid .gallery-image a.thumbnail {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        border: 1px solid #eee;
        width: 310px;
        height: 206px;
        overflow: hidden; }
        body section .gallery-grid-sizer a.thumbnail.active, body section .gallery-grid-sizer a.thumbnail :focus, body section .gallery-grid-sizer a.thumbnail :hover,
        body section .gallery-grid .gallery-image a.thumbnail.active,
        body section .gallery-grid .gallery-image a.thumbnail :focus,
        body section .gallery-grid .gallery-image a.thumbnail :hover {
          border-color: #C0AD9A; }
        body section .gallery-grid-sizer a.thumbnail :hover,
        body section .gallery-grid .gallery-image a.thumbnail :hover {
          opacity: 1; }
        body section .gallery-grid-sizer a.thumbnail img,
        body section .gallery-grid .gallery-image a.thumbnail img {
          opacity: .75;
          -webkit-filter: contrast(1.1);
          filter: contrast(1.1); }
          @media (min-width: 768px) {
            body section .gallery-grid-sizer a.thumbnail img,
            body section .gallery-grid .gallery-image a.thumbnail img {
              max-width: 100%; } }
    body section .show-more-btn {
      margin-top: 20px; }
      body section .show-more-btn a.show-more {
        position: static;
        border: 1px dotted;
        font-size: 38px;
        font-size: 1.375rem;
        padding: 16px 20px;
        width: 80px;
        text-align: center; }
      body section .show-more-btn span {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        font-size: 36px;
        padding: 0 2px;
        top: 5px; }
      body section .show-more-btn:hover, body section .show-more-btn:focus {
        color: #555; }
  body footer {
    position: static;
    bottom: 0;
    width: 100%;
    height: auto;
    color: #fff;
    overflow: hidden;
    background-image: url("/assets/images/references/2020-raw/braut_43.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; }
    @media (min-width: 768px) {
      body footer {
        margin-top: 50px;
        padding-top: 20px;
        padding-bottom: 20px; } }
    body footer > #contact > .container {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
      padding-top: 82px; }
      body footer > #contact > .container hr {
        background-color: #fcfcfc; }
    body footer * h1 {
      border-bottom: 1px solid;
      /*width: 15.125rem;*/ }
    body footer * .distributors {
      /*border-right: 1px solid;*/
      height: 120px;
      /*margin-bottom: 2.125rem;*/
      text-align: center; }
      @media (min-width: 768px) {
        body footer * .distributors {
          border-right: 1px solid;
          /* max-width: 25%; */
          margin-bottom: 2.125rem;
          text-align: left; } }
      body footer * .distributors:last-child {
        border-right: none; }
      body footer * .distributors > a {
        border: none;
        color: #eee; }
        body footer * .distributors > a > img {
          max-height: 60px; }
          body footer * .distributors > a > img#olaplex {
            -webkit-filter: invert(1);
            filter: invert(1); }
            @media (min-width: 768px) {
              body footer * .distributors > a > img#olaplex {
                /* height: 50px; */
                position: relative;
                top: 40%; } }
          body footer * .distributors > a > img#hairtalk {
            -webkit-filter: brightness(1.8);
            filter: brightness(1.8); }
            @media (min-width: 768px) {
              body footer * .distributors > a > img#hairtalk {
                position: relative;
                top: 25%; } }
          @media (min-width: 768px) {
            body footer * .distributors > a > img#newsha {
              position: relative;
              top: 25%; } }
          @media (min-width: 768px) {
            body footer * .distributors > a > img#marianila {
              position: relative;
              top: 25%; } }
    body footer * .footerContactData {
      margin-top: -16px; }
      body footer * .footerContactData address * a {
        color: #fff; }
        body footer * .footerContactData address * a:hover {
          color: #C0AD9A; }
