/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

@font-face {
  font-family: "And Black";
  src: url("myfont-webfont.eot?#iefix") format('embedded-opentype'),
       url("fonts/and_black.woff") format('woff'),
       url("fonts/and_black.ttf") format('truetype');
}

body {
  margin: 0;
}

/* Disable ugly boxes around images in IE10 */
a img{
  border: 0px;
}

::-moz-selection {
  background-color: #ff4081;
  color: #fff;
}

::selection {
  background-color: #ff4081;
  color: #fff;
}


.lyudmila-header .mdl-menu__container {
  z-index: 50;
  margin: 0 !important;
}


.mdl-textfield--expandable {
  width: auto;
}

.lyudmila-fab {
  position: absolute;
  right: 20%;
  bottom: -26px;
  z-index: 3;
  background: #ff4081 !important;
  color: white !important;
}

.lyudmila-mobile-title {
  display: none !important;
}

.lyudmila-contact-section-top .material-icons {
    font-size: 70px;
    color: #ff4081;
}

.lyudmila-logo-image {
  height: 70px;
  width: auto;
  padding-bottom: 10px;
}

.lyudmila-mobile-title .lyudmila-logo-image {
    height: 70px;
    width: auto;
}

.mdl-card-treatment {
    margin: 8px;
}


.lyudmila-header {
  overflow: visible;
  background-color: white;
}

  .lyudmila-header .material-icons {
    color: #767777 !important;
  }

  .lyudmila-header .mdl-layout__drawer-button {
    background: transparent;
    color: #767777;
  }

  .lyudmila-header .mdl-navigation__link {
    color: #757575;
    font-weight: 700;
    font-size: 14px;
  }

  .lyudmila-navigation-container {
    /* Simple hack to make the overflow happen to the left instead... */
    direction: rtl;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 500px;
    -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
            transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lyudmila-navigation {
    /* ... and now make sure the content is actually LTR */
    direction: ltr;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 800px;
  }


  .lyudmila-navigation .mdl-navigation__link {
    display: inline-block;
    height: 60px;
    line-height: 68px;
    background-color: transparent !important;
    border-bottom: 4px solid transparent;
  }

    .lyudmila-navigation .mdl-navigation__link:hover {
      border-bottom: 4px solid #ff4081;
    }

    .lyudmila-navigation .mdl-navigation__link.is-active{
    border-bottom: 4px solid #ff4081;
    }


.lyudmila-drawer {
  border-right: none;
}

  .lyudmila-drawer-separator {
    height: 1px;
    background-color: #dcdcdc;
    margin: 8px 0;
  }

  .lyudmila-drawer .mdl-navigation__link.mdl-navigation__link {
    font-size: 14px;
    color: #757575;
  }

  .lyudmila-drawer span.mdl-navigation__link.mdl-navigation__link {
    color: #ff4081;
  }
.lyudmila-logo-image-drawer {
    position: absolute;
    height: 80px;
    bottom: 0px;
    left: 0px;
}
  .lyudmila-drawer .mdl-layout-title {
    position: relative;
    background: #FAD5C2;
    height: 160px;
  }

    .lyudmila-drawer .lyudmila-logo-image {
      position: relative;
      bottom: 16px;
    }

.img-responsive {
    max-width:100%;
    height:auto;
}

.lyudmila-top-section-eyebrow {
  position: relative;
  height: 400px;
  width: auto;
  background-color: #f3f3f3;
  background: url('/images/banner-eyebrow.jpg') center 30% no-repeat;
  background-size: cover;
}

.lyudmila-top-section-eyeliner {
  position: relative;
  height: 400px;
  width: auto;
  background-color: #f3f3f3;
  background: url('/images/banner-eyeliner.jpg') center 30% no-repeat;
  background-size: cover;
}

.lyudmila-top-section-lip {
  position: relative;
  height: 400px;
  width: auto;
  background-color: #f3f3f3;
  background: url('/images/banner-lips.jpg') center 30% no-repeat;
  background-size: cover;
}

.lyudmila-font {
  font-family: 'And Black', 'Helvetica', 'Arial', sans-serif;
  line-height: 1;
  color: #767777;
  font-weight: 300;
}

.lyudmila-font-sub-slogan {
  font-family: 'And Black', 'Helvetica', 'Arial', sans-serif;
  line-height: 1;
  color: white;
  font-weight: 300;
}

.lyudmila-slogan {
  font-size: 60px;
  padding-top: 150px;
  padding-left: 33%;
}

.lyudmila-sub-slogan {
  font-size: 50px;
  padding-top: 24px;
  padding-left: 25%;
}

.lyudmila-sub-slogan-2 {
  font-size: 40px;
  padding-top: 24px;
  padding-left: 30%
}

.lyudmila-top-section-inner {
  font-size: 21px;
  padding-top: 350px;
}

  .lyudmila-top-section-inner p {
    text-decoration: none;
    color: #767777;
    font-weight: 300;
    font-size: 18px;
  }

.treatment-price {
    text-align: center;
    font-size: 20px;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    padding-bottom: 20px;
}

.lyudmila-information-section-top {
  position: relative;
  padding-top: 60px;
}

.lyudmila-faq-text {
    margin-top: 30px;
    margin-bottom: 30px;
}

.lyudmila-faqs-section-top {
  position: relative;
  padding-top: 60px;
  margin: 0px 20px;
  background-color: #fdf0e7;
}

.lyudmila-procedure-section-top {
  position: relative;
  padding-top: 60px;
}

.lyudmila-treatments-section-top {
  position: relative;
  padding-top: 60px;
}

.lyudmila-contact-section-top {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
}

.mdl-layout__content .titlebar .mdl-typography--display-2-color-contrast:after {
    display: block;
    content: "";
    height: 2px;
    width: 240px;
    background: #ff4081;
    margin: 15px auto;
    position: relative;
}

.lyudmila-services-section-top {
  position: relative;
  padding-top: 60px;
}

.lyudmila-gallery-section-top {
  position: relative;
  padding-top: 60px;
}

.lyudmila-eyebrow-gallery-section {
    padding: 20px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.lyudmila-services-offered {
  position: relative;
  background-size: cover;
  height: 800px;
}

.lyudmila-link {
  text-decoration: none;
  color: #ff4081 !important;
}

  .lyudmila-link:hover {
    color: #ff4081 !important;
  }

  .lyudmila-link .material-icons {
    position: relative;
    top: 6px;
  }

.lyudmila-alt-link {
  text-decoration: none;
  color: #64ffda !important;
  font-size: 16px;
}

.lyudmila-alt-link:hover {
    color: #00bfa5 !important;
}

.lyudmila-alt-link .material-icons {
    position: relative;
    top: 6px;
}

.lyudmila-about-section {
  text-align: left;
  padding: 20px 0;
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
}

.lyudmila-faqs-section {
  text-align: left;
  padding: 20px 0;
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 20px;
}

.lyudmila-treatment-header {
    background-color: #ff4081;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
}

.lyudmila-procedure-section {
  text-align: left;
  padding: 20px 0;
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
}

.lyudmila-treatments-section {
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.lyudmila-information-section {
  text-align: left;
  padding: 100px 0;
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
}

.lyudmila-about-section-text {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.lyudmila-information-section-text {
  margin-left: auto;
  margin-right: auto;
}

  .lyudmila-about-section-text p {
    padding-top: 16px;
  }

.lyudmila-about-section-image {
    width: 100%;
    height: auto;
}


.lyudmila-contact-section {
  padding: 20px 0;
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
}

.mdl-data-table td {
    text-align: left;
}


.mdl-mega-footer--social-btn {
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    background-color: #FAD5C2;
    border: none;
}

.mdl-mega-footer {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 40px;
    padding-left: 40px;
}

.lyudmila-card-container .mdl-card__title .mdl-card__title-text{
    display:block;
    text-align:center;
}

.lyudmila-card-container .mdl-card__title .mdl-card__title-text-treatment{
    color: #ff4081;
    display:block;
    text-align: left;
    height: auto;
    margin: 0;
}

  .lyudmila-card-container .mdl-card__media {
    overflow: hidden;
    background: transparent;
  }

    .lyudmila-card-container .mdl-card__media img {
      width: 100%;
    }

  .lyudmila-card-container .mdl-card__title {
    display: block;
    text-align: center;
    background: transparent;
    height: auto;
    padding-bottom: 0px;
  }

  .lyudmila-card-container .mdl-card__title-text {
    color: black;
    height: auto;
  }

  .lyudmila-card-container .mdl-card__supporting-text {
    height: auto;
    color: black;
    padding-bottom: 48px;
  }

  .lyudmila-card-container .mdl-card__actions {
    position: absolute;
    bottom: 0;
  }

  .lyudmila-card-container .mdl-card__actions a {
    border-top: none;
    line-height: 32px;
    font-size: 16px;
  }

.lyudmila-footer {
  background-color: #FAD5C2;
  color: #757575;
  position: relative;
}

.lyudmila-service-navigation {
    text-align: center;
}

.mdl-navigation__link-service {
    color: #ff4081;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    padding: 0 24px;
}

.lyudmila-footer a:hover {
    color: #ff4081;
}

.lyudmila-footer .mdl-mega-footer--top-section::after {
    border-bottom: none;
}

.lyudmila-footer .mdl-mega-footer--middle-section::after {
    border-bottom: none;
}

.lyudmila-footer .mdl-mega-footer--bottom-section {
    position: relative;
}

.lyudmila-footer .mdl-mega-footer--bottom-section a {
    margin-right: 2em;
}

.lyudmila-footer .mdl-mega-footer--right-section a .material-icons {
    position: relative;
    top: 6px;
}

.lyudmila-link-menu:hover {
  cursor: pointer;
}

/**** Tablet layout ****/
@media (max-width: 1024px) {
    .lyudmila-top-section {
    height: 350px;
  }

   .lyudmila-top-section-eyebrow {
    height: 400px;
  }
    
  .lyudmila-top-section-eyeliner {
    height: 350px;
  }
    
  .lyudmila-top-section-lip {
    height: 350px;
  }
    
  .lyudmila-slogan {
    font-size: 40px;
    margin: 0 16px;
    padding-top: 80px;
    padding-right: 0px;
  }

  .lyudmila-sub-slogan {
    font-size: 25px;
    margin: 0 16px;
    padding-top: 8px;
  }


  .lyudmila-sub-slogan-2 {
    font-size: 25px;
    padding-top: 8px;
    padding-left: 20%;
  }
    
  .lyudmila-top-section-inner {
    padding-top: 80px;
    font-size: 16px;
  }

  .lyudmila-top-section-inner img {
    height: 12px;
  }
    
}

/**** Mobile layout ****/
@media (max-width: 900px) {
  .lyudmila-navigation-container {
    display: none;
  }
    
  .lyudmila-top-section-eyebrow {
    height: 150px;
  }

  .lyudmila-top-section-eyeliner {
    height: 150px;
  }
    
  .lyudmila-top-section-lip {
    height: 200px;
  }

  .lyudmila-title {
    display: none !important;
  }

  .lyudmila-mobile-title {
    display: block !important;
    position: absolute;
    left: calc(50% - 70px);
    -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
            transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }


  .lyudmila-more-button {
    display: none;
  }

  .lyudmila-top-section {
    height: 350px;
  }

  .lyudmila-slogan {
    font-size: 20px;
    margin: 0 16px;
    padding-top: 80px;
    padding-left: 20%;
  }

  .lyudmila-sub-slogan {
    font-size: 20px;
    margin: 0 16px;
    padding-top: 8px;
    padding-left: 20%;
  }

  .lyudmila-sub-slogan-2 {
    font-size: 15px;
    padding-top: 8px;
    padding-left: 20%;
  }
    
  .lyudmila-top-section-inner {
    padding-top: 140px;
    font-size: 16px;
  }

  .lyudmila-top-section-inner img {
    height: 12px;
  }

  .lyudmila-fab {
    display: none;
  }
    
  .lyudmila-about-section {
      text-align: left;
      padding: 20px 0;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
  }
    
  .lyudmila-about-section-text {
      width: 100%;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
  }
    
.lyudmila-about-section-image {
    width: 100%;
    height: auto;
}

  .lyudmila-footer .mdl-mega-footer--bottom-section {
    display: none;
  }
}