  /*
  Theme Name:   Another AWESOME theme by ARLY
  Theme URI:    http://www.arly.nu/
  Author:       ARLY Creative AB
  Author URI:   http://www.arly.nu/
  Description:  ARLY Awesomeness
  Version:      2.1.0
  */

  /* general */

  /* fonts */

  iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
  }

  p {}
  strong { font-family: "Avenir Black"; font-weight: normal; }

  h1 { font: 36px/1.2em "Avenir Black", Arial, sans-serif; margin: 0 0 10px 0; text-transform: uppercase; }
  h2 { font: 22px/1.2em "Avenir Black", Arial, sans-serif; margin: 15px 0 10px 0; text-transform: uppercase; }
  h3 { font: 18px/1.9em "Avenir Black", Arial, sans-serif; margin: 10px 0; text-transform: uppercase; }
  h4 { font: 18px/1.6em "Avenir Black", Arial, sans-serif; margin: 10px 0; text-transform: uppercase; }

  .sub-headline { font: 24px/1.6em "Avenir Light", Arial, sans-serif; margin: 10px 0; color: #494949; }
  .sub-headline-light { font: 24px/1.6em "Avenir Light", Arial, sans-serif; margin: 10px 0; color: #fff; }
  .signature { float: left; margin: 3em 0 0 0; padding: 2em 0 0 0; border-top: 1px solid #e5e5e5; display: inline-block; font: 16px/1.6em "Avenir Heavy", Arial, sans-serif; color: #494949; width: 100%; }
  .signature:before { display: none; font-family: "FontAwesome"; font-size: 25px; content: "\f10d"; float: left; color: #cfa46f; width: 20px; padding-right: 20px; }

  @font-face {
  font-family: 'Avenir Black';
  src: url('../fonts/avenir-black.eot?#iefix') format('embedded-opentype'),  url('../fonts/avenir-black.otf')  format('opentype'),
	     url('../fonts/avenir-black.woff') format('woff'), url('../fonts/avenir-black.ttf')  format('truetype'), url('../fonts/avenir-black.svg#avenir-black') format('svg');
  font-weight: normal;
  font-style: normal;
 }

   @font-face {
  font-family: 'Avenir Heavy';
  src: url('../fonts/avenir-heavy.eot?#iefix') format('embedded-opentype'),  url('../fonts/avenir-heavy.otf')  format('opentype'),
	     url('../fonts/avenir-heavy.woff') format('woff'), url('../fonts/avenir-heavy.ttf')  format('truetype'), url('../fonts/avenir-black.svg#avenir-heavy') format('svg');
  font-weight: normal;
  font-style: normal;
 }

 @font-face {
  font-family: 'Avenir Roman';
  src: url('../fonts/avenir-roman.eot?#iefix') format('embedded-opentype'),  url('../fonts/avenir-roman.otf')  format('opentype'),
	     url('../fonts/avenir-roman.woff') format('woff'), url('../fonts/avenir-roman.ttf')  format('truetype'), url('../fonts/avenir-roman.svg#avenir-roman') format('svg');
  font-weight: normal;
  font-style: normal;
 }

 @font-face {
  font-family: 'Avenir Light';
  src: url('../fonts/avenir-light.eot?#iefix') format('embedded-opentype'),  url('../fonts/avenir-light.otf')  format('opentype'),
	     url('../fonts/avenir-light.woff') format('woff'), url('../fonts/avenir-light.ttf')  format('truetype'), url('../fonts/avenir-light.svg#avenir-light') format('svg');
  font-weight: normal;
  font-style: normal;
 }

  /* end fonts */

  /* buttons */
  p .button, div .button { margin-right: 15px; }
  p .button:last-child, p .button:last-child { margin-right: 0; }

  .button, .button-l, .button-icon, .button-100 {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle !important;
    border: 0;
    color: #FFF !important;
    background-color: #cfa46f;
    -webkit-appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-shadow: 1px 1px rgba(0,0,0,0.2);
    -webkit-text-shadow: 1px 1px rgba(0,0,0,0.2);
    -moz-text-shadow: 1px 1px rgba(0,0,0,0.2);
  }

  .button-dark {
  cursor: pointer;
  display: inline-block;
  font: 14px "Avenir Heavy", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  margin: 1em 0 0 0;
  color: #FFF !important;
  text-align: center;
  background-color: #9c2b60;
   text-shadow: 1px 1px rgba(0,0,0,0.2);
  -webkit-text-shadow: 1px 1px rgba(0,0,0,0.2);
  -moz-text-shadow: 1px 1px rgba(0,0,0,0.2);
  }

  .button {
  font: 14px "Avenir Heavy", Helvetica, Arial, sans-serif;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  padding: 0 1.5em;
  margin: 1em 0 0 0;
  }

  .button-l {
  font: 18px "Avenir Heavy", Helvetica, Arial, sans-serif;
  font-weight: normal;
  height: 60px;
  line-height: 60px;
  padding: 0 2.5em;
  margin: 1em 0 0 0;
  }

  .button-100 {
  font: 14px "Avenir Heavy", Helvetica, Arial, sans-serif;
  font-weight: normal;
  height: 40px;
  width: 100%;
  line-height: 40px;
  margin: 1em 0 0 0;
  }

  .button-icon {
  text-align: center;
  height: 40px !important;
  width: 40px !important;
  }

  .button-icon i { line-height: 40px !important; vertical-align: middle !important; }

  .button:hover, .button-l:hover, .button-icon:hover, .goto:hover, .button-100:hover, .button-dark:hover { background-color: #be9765 !important; color: #FFF; }

  .goto {
  display: none;
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  background-color: #232323;
  z-index: 400;
  margin: 20px;
  border-radius:  3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  }

  .goto i { font-size: 1.5em; }
  .goto i { vertical-align: middle; }

  /* end buttons */

  .top-left {
    background-position: top left !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  .top-center {
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  .top-right {
    background-position: top right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  .left-center {
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  .center-center {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  .right-center {
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  .bottom-left {
    background-position: bottom left !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  .bottom-center {
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  .bottom-right {
    background-position: bottom right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }

  /* images */

  img { border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
  .wp-post-image { margin-bottom: 1em; }


  /* end images */

  /* basic */

  body {
  font: 16px/1.6em "Avenir Roman", Arial, Sans-serif;
  color: #222;
  background-color: #FFF;
  height: 100%;
  }

  a {
  color: #cfa46f;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  }

  a:hover, a:active, a:focus { color: #cfa46f; }

  .pink-link{
    color: #cfa46f;

  }

  ::-moz-selection { /* Code for Firefox */
  color: #FFF;
  background: #cfa46f;
  }

  ::selection {
  color: #FFF;
  background: #cfa46f;
  }

  .wrapper { float: left; width: 100%; }
  .container { display: block; overflow: hidden; width: 1260px; padding: 0; }
  .container-small { display: block; overflow: hidden; width: 52.5rem; max-width: 100%; padding: 0; }
  .container-smallest { display: block; overflow: hidden; width: 40rem; max-width: 100%; padding: 0; }
  .inner-container { float: left; width: 100%; }

  /* end basic */

  /* end general */

  /* error */

  .not-found {
  text-align: center;
  }

  .error-box {
  display: inline-block;
  font-weight: bold;
  font-size: 30px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #1c1c1c;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  color: #FFF;
  margin: 0 0 1em 0;
  }

  /* end error */

  /* searchresults */

  .content-search { float: left; }

  .no-results {
  text-align: center;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  }

  .search-query { color: #cfa46f; }
  .search-result { display: block; float: left; width: 100%; padding: 1em 0; border-top: 1px solid #e5e5e5; }
  .search-result:first-child { border-top: 0; }
  .search-result-title { float: left; font-size: 18px; font-weight: bold; margin: 10px 0; width: 100%; }
  .search-result-description {}


  /* end searchresults */

  /* header */

  #wrapper-header {
  float: left;
  width: 100%;
  background-color: #FFF;
  z-index: 600;
  }

  #wrapper-header .container { overflow: visible; }

  #header { float: left; width: 100%; height: 100px; }
  #logo { float: left; width: auto; height: 100px; }

  .site-logo { height: 80px; line-height: 100px; }
  .site-logo img {
  width: 180px;
  max-width: 180px;
  vertical-align: middle;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  }

  .site-logo-small { display: none; height: 60px; line-height: 60px; }

  .site-logo-small img {
  width: 45px;
  max-width: 45px;
  vertical-align: middle;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  }

  .mobile-appointment {
    display: none;
  }

  .site-title { display: inline-block; font-size: 20px; float: left; width: 100%; line-height: 60px; }
  .site-description { display: none; float: left; }

  .fixed {
  position: fixed;
  top: 0;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  }


  .fixed #header {
   height: 60px;
   }
  .fixed #header #logo { height: 60px; }
  .fixed .site-title { font-size: 16px; }
  .fixed .site-logo { display: none; }
  .fixed .site-logo-small {
  display: block;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  }

  .fixed #header #navigation { height: 60px; line-height: 60px; }
  .fixed #header #navigation ul { margin-top: 0; }
  .fixed #header #navigation a.main-menu-link { height: 60px; line-height: 60px; vertical-align: middle; }
  .fixed #header #navigation .main-menu-item-search a i { line-height: 40px !important; }
  .fixed #header #navigation .button-link, .fixed #header #navigation .main-menu-item-search { height: 60px; line-height: 60px; }
  .fixed #header #navigation .main-menu-item-search a { height: 60px; line-height: 60px; }
  .fixed #header #navigation .button-link a { height: 40px !important; line-height: 40px !important; vertical-align: middle; }
  .fixed #header #navigation ul li a i { line-height: 60px; vertical-align: middle; }
  .fixed #header #navigation ul li a.facebook i,
  .fixed #header #navigation ul li a.instagram i { line-height: 40px; vertical-align: middle; }
  .fixed #header #navigation ul li .submenu-wrapper { top: 60px; padding: 2em 0; }
  .fixed #header .search-form .search-field { font: 28px/1.2em "Avenir Light", Arial, sans-serif; height: 60px; z-index: 1100; }

  /* end header */


  /* navigation */

  #navigation { display: block; float: right; height: 100px; line-height: 100px; }

  /* menu */

  #navigation ul { display: inline-block; vertical-align: bottom; }
  #navigation ul li { float: left; display: block; }

  #navigation ul li a {
    font-family: "Avenir Roman", Arial, Helvetica, sans-serif;
    display: block;
    margin-right: 1.25em;
    color: #494949;
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    font-size: 14px;
  }

  #navigation ul li:first-child a{ margin-left: 0; }

  #navigation ul li:last-child a { margin-right: 0; }

  #navigation ul li a:hover { color: #262626; }
  #navigation ul li a i { height: 40px; line-height: 40px; vertical-align: middle; color: #222; }
  #navigation ul li.main-menu-item-facebook {
  }
  #navigation ul li.main-menu-item-instagram {
  }
  #navigation ul li.main-menu-item-search a {
  }
  #navigation ul li.main-menu-item-facebook a,
  #navigation ul li.main-menu-item-instagram a {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-right: 0.5em;
    border: 2px solid #494949;
    border-radius: 40px;
    line-height: 36px;
    text-align: center;
  }

  #navigation ul li.main-menu-item-facebook a i,
  #navigation ul li.main-menu-item-instagram a i {
    height: auto;
    line-height: normal;
  }

  #navigation ul li.current-menu-item a, #navigation .current-menu-parent .menu-link a { color: #cfa46f; }
  #navigation .current-menu-parent .main-menu-link, .current-menu-ancestor .main-menu-link { color: #cfa46f !important; }

  #navigation .menu-item-has-children .main-menu-link i { font-size: 18px; padding-left: 0.5em; text-align: right; }

  /* end menu */

  /* submenu */

  #navigation ul li:hover > .submenu-wrapper { z-index: 900; }

  #navigation ul li ul li .menu-item-title a { padding-top: 0 !important; color: #262626; border-bottom: 1px solid #000; }
  #navigation ul li ul li .submenu-wrapper { background-color: transparent; padding: 0 !important; position: static; top: auto; left: auto; width: auto; display: block; z-index: 900; box-shadow: none; border: 0; }
  #navigation ul li ul li .submenu-wrapper .container { width: 100%; }
  #navigation ul li ul li .submenu-wrapper ul { margin-top: 0; padding: 0; }
  #navigation ul li ul li .submenu-wrapper ul li { width: 100%; min-height: 0 !important; padding: 0.3em 0 0 0; margin: 0; }
  #navigation ul li ul li .submenu-wrapper ul li .menu-item-title a { padding-top: 0; font: 14px/1.4em "Avenir Roman", Arial, Sans-serif; }

  #navigation ul li ul li .submenu-wrapper ul li a { color: #000; border-bottom: 0; padding: 0; }

  .submenu-wrapper {
  display: none;
  position: absolute;
  background-color: #fff;
  top: 100px;
  width: 100% !important;
  z-index: 900;
  left: 0;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-box-shadow:0 15px 15px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 15px 15px rgba(0, 0, 0, 0.1);
	box-shadow:0 15px 15px rgba(0, 0, 0, 0.1);
	padding:  0 0 2em 0;
	border-top: 5px solid #cfa46f;
  }

  .submenu-wrapper .container { padding-top: 0 !important; }

  #navigation ul.sub-menu { display: flex; flex-direction: row; flex-wrap: wrap; float: left; width: 100% !important; margin: 40px 0 0 0;  }

  #navigation ul.sub-menu li {
  display: block;
  width: 16%;
  float: left;
  margin: 0 2% 2% 2%;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  background-color: transparent;
  }

  #navigation ul.sub-menu li:hover > .menu-item-title a { color: #232323;  }

  #navigation ul.sub-menu li a { border-left: 0px solid #f4f4f4; width: 100%; color: #494949; padding: 0; } #navigation ul.sub-menu li a:hover { color: #262626; }
  #navigation ul.sub-menu li.current-menu-item a { color: #262626; }

  #navigation ul.sub-menu .menu-item-image-holder, #navigation ul.sub-menu .menu-item-desc, #navigation ul.sub-menu .menu-item-go {float: left; display: block; width: 100%; text-align: left;}

  #navigation ul.sub-menu .menu-item-image-holder img { padding: 0; margin: 0; width: 100% !important; }
  #navigation ul.sub-menu .menu-item-image-holder a { float: left; display: block; width: 100%; height: auto !important; }

  #navigation ul.sub-menu .menu-item-title i {
    display: none;
  }

  #navigation ul.sub-menu.menu-depth-1 .menu-item-title a {
  font-size: 16px;
  float: left;
  display: block;
  font-weight: normal !important;
  vertical-align: middle;
  width: 100%;
  height: auto;
  line-height: 1.2rem;
  padding-bottom: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto;
  }
  #navigation ul.sub-menu.menu-depth-2 .menu-item-title a {
    font-size: 14px;
    float: left;
    display: block;
    font-weight: normal !important;
    vertical-align: middle;
    width: 100%;
    height: auto;
    line-height: 1.2rem;
    padding-bottom: 0;
    margin-bottom: 5px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto;
  }

  #navigation ul.sub-menu.menu-depth-2 .menu-item-title a:hover {
    color: #cfa46f;
  }

  #navigation ul.sub-menu .submenu-wrapper .menu-item-title a {
    margin-bottom: 0;
  }

  #navigation ul.sub-menu .menu-item-title-text { }
  #navigation ul.sub-menu .menu-item-icon i { float: right; height: 50px; line-height: 50px; vertical-align: middle; text-align: right; font-weight: normal !important; font-size: 1.2em; }
  #navigation ul.sub-menu .menu-item-desc { font: 16px/1.6em Helvetica, Arial, sans-serif; color: #bcbcbc; }
  #navigation ul.sub-menu .menu-item-go { float: left; width: 100%; margin: 3.5em 0 0 0; text-align: right; }

  #navigation .button-link {
    height: 80px;
    line-height: 100px;
    vertical-align: middle;
  }
  #navigation .button-link a {
    display: inline-block;
    font: 14px "Avenir Heavy", Helvetica, Arial, sans-serif;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    padding: 0 13px;
    cursor: pointer;
    vertical-align: middle;
    border: 0;
    color: #FFF !important;
    background-color: #cfa46f;
    -webkit-appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-shadow: 1px 1px rgba(0,0,0,0.2);
    -webkit-text-shadow: 1px 1px rgba(0,0,0,0.2);
    -moz-text-shadow: 1px 1px rgba(0,0,0,0.2);
  }

  /* end submenu */

  .mobile-menu-toggle, #navigation-mobile, #navigation-mobile-trigger  { display: none; }

  /* end navigation */

  /* search */

  #search {
  z-index: 500;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  }

  a.search-toggle {
  position: relative;
  display: block;
  z-index: 1150;
  cursor: pointer;
  width: 50px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  }

  a.search-toggle i {
  display: inline-block;
  font-size: 1.8em;
  vertical-align: middle;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  }

  .search-field {
  font: 36px/1.2em "Avenir Light", Arial, sans-serif; margin: 0 0 10px 0;
  float: left;
  width: 100%;
  cursor: pointer;
  text-align: center;
  border: 0;
  z-index: 1100;
  height: 100px;
  }

  .search-form {
  position: absolute;
  display: none;
  float: left;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1100;
  }

  a.search-toggle-full:hover { color: #FFF; }
  ::-webkit-input-placeholder, ::-moz-placeholder, :-moz-placeholder, :-ms-input-placeholder, input-placeholder { color: #FFF; }

  .content-search {  }

  .nav-mobile-search,
  .nav-mobile-social {display: none;}

  /* end search */

  /* slider */

  .rs-intro-text {
  position: absolute;
  z-index: 700;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -40px;
  width: 100%;
  height: 80px;
  padding: 0 4em;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  }

  .rs-intro-text h1 {font-size: 46px; color: #FFF !important; text-align: center !important; letter-spacing: -0.025em; }
  .rs-intro-text p { color: #FFF !important; text-align: center !important; font: 24px/1.6em "Helvetica Neue", Arial, sans-serif; margin: 20px 0 0 0;}

  .rsDefaultInv .rsTmb {display: none !important;}

  .rsDefaultInv .rsBullet span { }
  .rsDefaultInv .rsBullet.rsNavSelected span {background-color: #cfa46f !important;}

  /* end slider */

  /* content */

  .grecaptcha-badge {
    visibility: hidden;
    opacity: 0;
    transition: linear opacity 1s;
  }

.grecaptcha-badge.show {
  visibility: visible;
  opacity: 1;
  transition: linear opacity 1s;
}

  #content, .entry-content { float: left; width: 100%; }

  .devicespace { padding: 3em 0; }

  .autoheight-content {
  position: absolute;
  top: 50%;
  width: 100%;
  }

  .featured-intro {
  float: left;
  width: 100%;
  height: 500px;
  margin: 0 0 2em 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  }

  .page-id-6 .featured-intro { height: 640px; }

  .page-id-116 .featured-intro,
  .page-id-122 .featured-intro { background-position: bottom center !important; }



  .home .hero {
    position: relative;
    display: flex;
    width: 100%;
    height: calc(100vh - 80px);
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .home .hero .hero-content {
    padding: 4rem;
    z-index: 400;
    width: 70%;
  }

  .home .hero .hero-content .title,
  .home .hero .hero-content .description,
  .home .hero .hero-content .cta {
    color: #FFF !important;
    text-align: center;
  }

  .home .hero .hero-content .cta a {
    margin-top: 1.5rem;
    margin-right: 0 !important;
  }

  .home .hero .hero-content h2.title {
    font-size: 3rem;
  }

  .home .hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
  }

  .home .hero.hero-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .home .hero.hero-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 120%;
    min-height: 120%;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
  }

  .chapter { position: relative; }

  .chapter-intro {
  background-color: #f4f4f4;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  color: #FFF;
  text-align: center;
  width: 100%;
  text-shadow: 1px 1px rgba(0,0,0,0.4);
  -webkit-text-shadow: 1px 1px rgba(0,0,0,0.4);
  -moz-text-shadow: 1px 1px rgba(0,0,0,0.4);
  }

  .chapter-intro .textwidget { font: 24px/1.6em "Helvetica Neue", Arial, sans-serif; margin: 10px 0; }

  .chapter-1 { background-color: #222; color: #FFF; }
  .chapter-2 { background-color: #0dddae; color: #FFF; }

  .chapter-next { position: absolute; bottom: 0; text-align: center; width: 100%; cursor: pointer; color: #ccc; margin: 0 0 20px 0; }
  .chapter-next-text { font: bold 10px/1em "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; height: 20px; }
  .chapter-next-icon { height: 20px; }

  #sidebar a { color: #2d2d2d; }
  #sidebar a:hover { color: #cfa46f; }

  /* ul with icons */

  ul.list-icons {}
  ul.list-icons li { line-height: 1.6em; }
  ul.list-icons li i { font-size: 1.2em; padding: 0 0.5em 0 0; }


  .icon-li { display: inline-block; width: 1em; padding-right: 2em; text-align: center; color: #FFF; }

  /* end content */

  /* custom-content */

  /* actions */

  .action-box {
  position: fixed;
  top: 50%;
  right: -65px;
  width: 180px;
  float: right;
  z-index: 99999;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  }

  .action-box:hover { right: -3px; }
  .action-box .button { width: 180px; margin: 0.1em 0 !important; }
  .action-box .button i { float: right; height: 40px; line-height: 40px; }

  /* end actions */


  /* prices */

  table.pricetable {
  }

  table.pricetable tr {
  width: 100%;
  vertical-align: middle;
  border-bottom: 1px solid #f4f4f4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  }

  table.pricetable tr:hover {
  width: 100%;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow:0 0 25px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow:0 0 25px rgba(0, 0, 0, 0.1);
  }

  table.pricetable td { padding: 1em 0; }

  table.pricetable tr.pricetable-heading { background-color: #FFF !important; border-bottom: 2px solid #f4f4f4; }
  table.pricetable tr.pricetable-heading h2 { }
  table.pricetable td.pricetable-price {
  text-align: right;
  }

  table.pricetable td.pricetable-right { text-align: right; }

  /* end prices */

  /* booking */
  .widget-reco-mobile {
    display: none;
  }

  .widget-booking .reco-widget {
    display: flex !important;
    width: 100% !important;
    max-height: none !important;
  }

  /* end booking */

  /* treatments */

  .treatment-wrapper { position: relative; padding-bottom: 17em; display: block;  }
  .treatment { min-height: 160px; margin-bottom: 2em; }

  .treatment a { color: #2d2d2d; }
  .treatment a:hover { color: #cfa46f; }

  .treatment-image { position: relative; }
  .treatment-title, .treatment-faq-title {
    font: 14px/1.6em "Avenir Black", Arial, Sans-serif;
    padding: 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    }

  .treatment-title { position: relative; text-align: center; }
  .treatment-title a { display: block; width: 100%; height: 100%; }

  .treatment-image:hover + .treatment-title .treatment-childs, .treatment-title:hover > .treatment-childs  {
   cursor: pointer;
   display: block;
   position: absolute;
   top: 0;
   }

  .treatment-child {
   float: left;
   border-top: 1px solid #f4f4f4;
   width: 100%;
   list-style: none !important;
  }

  .treatment-child a { display: block; width: 100%; padding: 1em; }

  .treatment-childs {
  display: none;
  width: 100%;
  z-index: 9999;
  font: 14px/1.6em "Avenir Roman", Arial, Sans-serif;
  text-transform: none;
  background-color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
   }

  .treatment-faq { float: left; width: 100%; background-color: #cfa46f; color: #FFF; padding: 2em; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
  .treatment-faq-title { float: left; width: 90%; }
  .treatment-faq-icon { float: right; width: 10%; text-align: right; }
  .treatment-faq-text { float: left; width: 100%; }
  .treatment-faq-count {
  font: 14px "Avenir Black", Arial, sans-serif;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  margin: 0 0.3em 0.1em 0.3em;
  padding: 0.1em 0.1em 0 0;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-color: #9c2b60;
  }

  .treatment-info { float: left; width: 100%; }
  .treatment-info-row { width: 100%; }
  .treatment-info-table { display: block; width: 100%; }
  .treatment-info-title { width: 35%; font-family: "Avenir Heavy", Helvetica, Arial, sans-serif; padding: 0 1em 0 0; }
  .treatment-info-value { width: 65%; }

  .treatment-list { min-height: 240px; list-style: none !important; }


  .treatment-terms { float: left; width: 100%; background-color: #f6f6f6; border-top: 1px solid #e7e7e7; }
  .treatment-terms h2 { cursor: pointer; display: block; float: left; width: 100%; padding: 2em; }
  .treatment-terms i {float: right; font-size: 25px;}

  .treatment-terms-content { display: none; font-size: 90%; line-height: 1.6em; padding: 40px; }
  .treatment-terms-content p { margin: 20px 0; }

  /* end treatments */


  /* special */

  .payoff { padding: 1em 3em 2em 3em; }

  .thumb-info { padding-left: 1.5em; }

  .personalbox { float: left; padding: 1.5em; height: auto; text-align: center; }
  .personalbox img { height: 100%; width: 100%; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; margin-bottom: 1em; }
  .personalbox address { font-size: 14px; margin-top: 0.5em; line-height: 1.4em; font-style: normal; }

  /* end special */

  /* BA */
    .ba-group { float: left; width: 100%; background-color: #F4f4f4; padding: 2em; }

    .ba-group a { color: #2d2d2d; }
    .ba-group a:hover { color: #cfa46f; }

    .ba-nav, .prices-nav { float: left; width: 100%; text-align: center; }
    .ba-nav a, .prices-nav a { margin: 0 0.5em 0.5em 0; }

    .ba-nav { padding-bottom: 2em; }

    .ba-row-column-left { float: left; width: 90%; }
    .ba-row-column-right { float: right; width: 10%; text-align: right; }

    .ba-rows-group { display: none; float: left; width: 100%; }
    .ba-row { float: left; width: 100%; border-bottom: 1px solid #e4e4e4; }
    .ba-row-trigger {}
    .ba-row-trigger {
    cursor: pointer;
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 1.5em;
    }

    .ba-row-title {
    cursor: pointer;
    float: left;
    width: 50%;
    display: inline-block;
    line-height: 1;
    }

    .ba-row-trigger i {
    display: inline-block;
    float: right;
    width: 40px;
    height: 40px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    font-size: 1.5em;
    background-color: #cfa46f;
    -webkit-appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-shadow: 1px 1px rgba(0,0,0,0.2);
    -webkit-text-shadow: 1px 1px rgba(0,0,0,0.2);
    -moz-text-shadow: 1px 1px rgba(0,0,0,0.2);
    }

    .ba-group { float: left; width: 100%; margin: 1em 0; }
    .ba-group h2 { float: left; font: 14px/1.6em "Avenir Black", Arial, sans-serif; margin: 10px 0; padding: 10px 0; text-transform: uppercase; letter-spacing: 0.025em; width: 100%; }
    .ba-group h2 { border-bottom: 1px solid #ccc; }

    .ba-subgroup-header { float: left; width: 100%; }
    .ba-subgroup { float: left; width: 100%; margin: 0.5em 0;  }
    .ba-subgroup-title { float: left; width: 100%; }
    .ba-row-content-description { float: left; padding: 0 0 1.5em 0; }

    .ba-row-content {
    position: relative;
    float: left;
    padding: 2em;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    }

    .ba-row-content-2:before {
    content:"";
    position:absolute;
    border-width:0 10px 10px;
    border-style:solid;
    border-color: #f4f4f4 transparent;
    display:block;
    width:0;
    top: -10px;
    left: 50px;
    bottom:auto;
    left:auto;
    }

  /* end BA */

  /* faq */

  .box { margin: 4em 0 0 0; padding: 2em !important; }

  .faq-group a { color: #2d2d2d; }
  .faq-group a:hover { color: #cfa46f; }

  .faq-nav, .prices-nav { float: left; width: 100%; text-align: center; }
  .faq-nav a, .prices-nav a { margin: 0 0.5em 0.5em 0; }

  .faq-column-left { float: left; width: 10%; }
  .faq-column-right { float: right; width: 90%; }

  .faq-row { float: left; width: 100%; border-bottom: 1px solid #ccc; padding: 1em 0; }
  .faq-trigger {}
  .faq-trigger, .faq-question { cursor: pointer; float: left; width: 100%; text-transform: none !important; font: 16px/1.9em "Avenir Black", Arial, sans-serif !important; }
  .faq-trigger i { font-size: 1em; }
  .faq-group { float: left; width: 100%; margin: 1em 0; }
  .faq-group-alt { float: left; width: 100%; padding: 2em 0; margin: 0; }
  .faq-group-alt .faq-trigger i { font-size: 1.8em; color: #cfa46f; }
  .faq-group h2 { float: left; font: 14px/1.6em "Avenir Black", Arial, sans-serif; margin: 10px 0; padding: 10px 0; text-transform: uppercase; letter-spacing: 0.025em; width: 100%; }
  .faq-group h2 { border-bottom: 1px solid #ccc; }
  .faq-group-title {
    font: 22px/1.2em "Avenir Black", Arial, sans-serif !important;
    margin: 0 0 10px 0 !important;
    border-bottom: 0 !important;
    color: #000;
  }
  .faq-gender, .faq-age { font: 10px/1.6em "Avenir Heavy", Arial, sans-serif; color: #494949; text-transform: uppercase; letter-spacing: 0.05em; }
  .faq-gender i {padding-right: 0.5em;}

  .faq-answer {
  display: none;
  position: relative;
  float: left;
  padding: 2em;
  margin: 1em 2%;
  width: 96%;
  color: #FFF;
  background-color: #cfa46f;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  }

  .faq-answer:before {
  content:"";
  position:absolute;
  border-width:0 10px 10px;
  border-style:solid;
  border-color: #cfa46f transparent;
  display:block;
  width:0;
  top: -10px;
  left: 50px;
  bottom:auto;
  left:auto;
  }

  /* end faq */

  /* end custom-content */

  /* footer */

  #footer { position: relative; float: left; width: 100%; background-color: #262626;  }

  #footer a {
  color: #9a9a9a;
  }

  #footer a:hover { color: #FFF; }

  #footer a i {
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  }

  #footer a:hover i { color: #cfa46f; }

  #footer-top { float: left; width: 100%; background-color: #1e1e1e; color: #9a9a9a; }
  #footer-top h3.widget-title { display: block; color: #FFF; }
  #footer-top i { display: block; padding: 0 0 0.5em 0; font-size: 2.5em; width: 100%; }
  #footer-top a, #footer-middle strong {
  display: inline-block;
  font: 14px/1.6em "Avenir Black", Arial, sans-serif;
  margin: 10px 0; text-transform: uppercase;
  letter-spacing: 0.025em;
  width: 100%;
  color: #FFF;
  }

  #footer-top a { text-align: center; }

  #footer-top .footer-1, #footer-top .footer-2, #footer-top .footer-3, #footer-top .footer-4 { float: left; text-align: center;  }

  .footer-1, .footer-2, .footer-3 { border-right: 1px solid rgba(255,255,255,0.1); }

  #footer-middle { float: left; width: 100%; color: #9a9a9a; padding: 3em 0;  }
  #footer-middle h3.widget-title { display: block; color: #FFF; text-align: center; }
  #footer-middle .footer-summary h3 { font: 36px/1.2em "Avenir Black", Arial, sans-serif; margin: 0 0 10px 0; text-align: center; }
  #footer-middle .footer-summary .textwidget { font: 18px/1.6em "Avenir Light", Arial, sans-serif; margin: 10px 0; text-align: center; padding-bottom: 2em; }

  /* Reco sidfot */

  #footer-middle .widget_block iframe {
    width: 218px !important;
    margin-top: 0.5rem !important;
  }

  #footer-contact { float: left; width: 100%; color: #FFF; }

  #footer-bottom { float: left; width: 100%; height: 60px; line-height: 60px; vertical-align: middle; color: #9a9a9a; background-color: #1e1e1e; }

  #footer-bottom .footer-copy-name { display: inline-block; float: left; }
  #footer-bottom .footer-copy-name strong { display: inline-block; padding: 0 0.5em 0 0; }
  #footer-bottom .footer-tagline { display: inline-block; float: left; }

  #footer-bottom .footer-copy-name, #footer-bottom .footer-tagline, #footer-bottom .footer-made-by { font-size: 14px; }

  .arlycon:before {
  font-family: arly;
  font-size: 1.5em;
  padding-right: 0.5em;
  content: "\e600";
  }

  .left {float: left;}
  .right {float: right;}

  /* end footer */

  /* media queries */

  /* large screen */

  @media screen and (min-width: 1920px) {
    .container { width: 1740px; }
  }

  /* end large screen */


  /* tablet landscape */

  @media screen and (max-width: 1024px) {
    .container { width: 100%; }
    .devicespace { padding: 6em; }

    .container-small.devicespace {
      padding: 3rem 0;
    }

  }

  /* end tablet landscape */


  /* tablet portrait */

  @media screen and (max-width: 928px) {

  .container-small.devicespace {
    padding: .5em 1em;
  }

  #header { height: auto; padding: 0 1em; }
  #logo { width: 100% !important; height: auto; vertical-align: middle; }
  #logo img { display: inline-block; vertical-align: middle; }
  .site-logo { display: block; height: 60px; line-height: 60px; text-align: center;  }
  .site-logo img { width: 100px; max-width: 100px; }

  .home .hero .hero-content { width: 100%; }

  #navigation {
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  float: left;
  width: 100%;
  height: auto;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  background-color: #FFF;
  z-index: 999;
  min-height: 0;
  height: 60px;
  line-height: 60px;
  text-align: center;
  }

  .action-box { display: none; }

  .fixed #header .site-logo-small, .fixed #header #logo { display: none; }
  .fixed #header #navigation { top: 0; float: left; text-align: center; }
  .fixed #header #navigation ul { float: left; display: inline-block;  }
  .fixed #header .search-form { position: absolute; top: 60px !important; }

  #navigation ul { float: none; display: inline-block; margin-top: 0; vertical-align: middle;}
  #navigation ul li {}
  #navigation ul li a { font-size: 14px; height: 60px; line-height: 60px; vertical-align: middle; padding: 0 1em !important;  }
  #navigation ul li.menu-item-has-children a { padding: 0 2em 0 1em !important; }
  #navigation ul li a i { vertical-align: middle; }

  #navigation ul li .submenu-wrapper { top: 60px; }

  #navigation ul ul { left: 0; width: 100%; }
  #navigation ul li ul li a { border-top: 0px solid #f4f4f4; height: auto; line-height: 1.2em !important;}
  #navigation ul li ul li .submenu-wrapper ul li { text-align: left; }
  #navigation ul li ul li .submenu-wrapper ul li a { }
  #navigation ul li ul li .menu-item-title a { border: 0; }
  #navigation .button-link { height: 60px; line-height: 60px; }

  #navigation ul.sub-menu { padding: 0 1em; }
  #navigation ul.sub-menu li { width: 29.3333333333%; min-height: 230px !important; padding: 0; }

  #navigation ul.sub-menu .menu-item-image-holder {}
  #navigation ul.sub-menu .menu-item-desc, #navigation ul.sub-menu .menu-item-title a, #navigation ul li ul li .submenu-wrapper ul li .menu-item-title a { text-align:left; line-height: 1.2em;}

  #header .search-form .search-field {
    height: 120px;
  }

  #content { margin: 0 !important; }

  .footer-copy-name, .footer-tagline { padding: 0 0 1em 0; }

  .hide-tablet { display: none !important; }

  .goto {
  display: block;
  position: static;
  cursor: pointer;
  padding: 0;
  margin: 0;
  float: left;
  color: #232323;
  width: 100% !important;
  text-align: center;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  background-color: #f4f4f4;
  -webkit-animation-delay: 0s !important;;
  animation-delay: 0s !important;
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
  -webkit-animation-fill-mode: none !important;
  animation-fill-mode: none !important;
  -webkit-animation-name: none !important;
  animation-name: none !important;
  }

  .footer-copy-name, .footer-tagline, .footer-made-by {
  float: left;
  text-align: center !important;
  width: 100% !important;
  line-height: 1em;
  }

  .left, .right { width: 100%; }

  .payoff { padding: 0 !important; }

  .treatment { }
  .treatment.col-1-5:last-child { min-height: 0 !important; height: auto; width: 96% !important;}

  .thumb-info { padding-left: 0; }

  #footer-bottom { height: auto !important; padding: 3em 0; }
  #footer-middle .col-1-5 { width: 46%; } #footer-middle img { display: none !important; }
  #footer-middle .col-1-5 { text-align: left; }
  #footer-top .col-1-4-nm { margin: 2em 0 !important; }

  .treatment-info { width: 100%; }

  .footer-1, .footer-2, .footer-3 { border-right: 0px solid rgba(255,255,255,0.1); }

  }

  /* end tablet portrait */


  /* mobile */

  @media screen and (max-width: 736px) {

  .mobile-appointment {
    display: block;
    float: left;
    height: 100%;
  }
  .mobile-appointment a {
    display: block;
    position: absolute;
    top: 30px;
    right: 100px;
    margin: 0;
    margin-left: 20px;
  }

  #header { float: left; height: 100px; padding: 0 1.4em; }

  #logo { height: auto; }
  #logo img { display: inline-block; vertical-align: middle; width: 120px; max-width: 120px !important; }

  .site-logo { display: block; text-align: left; height: 100px; line-height: 100px;  }
  .site-logo-small { display: none;  }
  .site-description { display: none }


  .featured-intro { height: 380px !important; margin: 0; background-size: cover !important; }

  /* mobile navigation */

  .overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  }

  .fixed { position: absolute; }

  #navigation-mobile-trigger {display: block;}

  .mobile-menu-toggle {
  display: block;
  position: absolute;
  top: 35px;
  right: 0;
  margin-right: 40px;
  width: 30px;
  height: 30px;
  z-index: 600;
  cursor: pointer;
  }

  .mobile-menu-toggle span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  margin-top: -3px;
  background-color: #cfa46f;
  font-size: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  }

  .nav-mobile-menu-open .mobile-menu-toggle span {
  background-color: transparent;
  }

  .mobile-menu-toggle span:before,
  .mobile-menu-toggle span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cfa46f;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  }

  .mobile-menu-toggle span:before {
  -webkit-transform: translateY(-250%);
  transform: translateY(-250%);
  background: #cfa46f;
  }

  .mobile-menu-toggle span:after {
  -webkit-transform: translateY(250%);
  transform: translateY(250%);
  background: #cfa46f;
  }

  .nav-mobile-menu-open .mobile-menu-toggle span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  background: #FFF;
  }

  .nav-mobile-menu-open .mobile-menu-toggle span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  background: #FFF;
  }

  #navigation {
  display: none;
  position: absolute;
  float: left;
  background-color: #FFF;
  top: 100px;
  left: 0 !important;
  width: 100%;
  height: auto !important;
  min-height: auto !important;
  z-index: 600;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  text-align: left;
  }

  #navigation ul { float: left; width: 100%; background-color: #FFF; z-index: 600; }
  #navigation ul li { width: 100%; }
  #navigation ul li a { float: left; width: 100%; border-top: none; border-bottom: 1px solid #e5e5e5; height: 60px !important; line-height: 60px; vertical-align: middle; padding: 0 1.7em; }
  #navigation ul li:first-child a { padding: 0 1.7em; }
  #navigation ul li a i { float: right; height: 60px; line-height: 60px; vertical-align: middle; }

  #navigation ul li ul li .submenu-wrapper { display: none; }
  #navigation ul li ul li .submenu-wrapper ul li { padding: 0; }
  #navigation-mobile-trigger { display: block; }


  .submenu-wrapper {
  display: none;
  position: relative;
  background-color: transparent;
  top: 0 !important;
  height: 100%;
  width: 100% !important;
  z-index: 900;
  left: 0;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 0 !important;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  }

  #navigation ul li:hover > .submenu-wrapper { z-index: 900;  }

  #navigation ul.sub-menu {
  position: relative;
  background-color: rgba(255,255,255,1);
  width: 100% !important;
  top: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  }

  #navigation ul.sub-menu li {
  display: block;
  width: 100% !important;
  float: left;
  padding: 0;
  margin: 0;
  min-height: 0 !important;
  border: 0 !important;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  }

  #navigation ul.sub-menu li:hover { border-bottom: 0px transparent; margin-bottom: 0em; }
  #navigation ul.sub-menu .menu-item-title a {float: left; font-size: 16px; width: 100%; height: 60px !important; line-height: 60px !important; vertical-align: middle; padding: 0; border-bottom: 1px solid #e5e5e5 !important;}
  #navigation ul.sub-menu .menu-item-icon i { height: 60px; line-height: 60px; vertical-align: middle;}
  #navigation ul.sub-menu.menu-depth-1 .menu-item-title a {
    font-size: 14px;
    margin: 0;
    padding: 0 2em !important;
  }
  #navigation ul.sub-menu.menu-depth-2 .menu-item-title a {
    padding: 0 3em !important;
  }
  #navigation ul.sub-menu .menu-item-title i {
    float: right;
    display: inline-block;
  }

  /* end submenu */

  #navigation ul.sub-menu .menu-item-desc, #navigation ul.sub-menu .menu-item-image-holder, #navigation ul.sub-menu .menu-item-go { display: none; }
  #navigation .button-link {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 0;
    padding: 1.5em;
    border-bottom: 1px solid #e5e5e5 !important;
  }
  #navigation .button-link a {
    height: auto !important;
    line-height: normal;
    padding: 1em !important;
    margin: 0;
    vertical-align: middle;
    text-align: center;
  }

  /* end menu */

  /* end mobile navigation */
  li.main-menu-item-search,
  li.main-menu-item-facebook,
  li.main-menu-item-instagram {display: none !important;}

  .nav-mobile-search {
    display: block;
    float: left;
    width: 100%;
    padding: 1em;
  }

  .nav-mobile-social {
    display: block;
    float: left;
    width: 100%;
  }

  .nav-mobile-social .mobile-social-link a:first-child {
    border-right: 1px solid #e5e5e5;
  }

  .nav-mobile-social .mobile-social-link i {
    font-size: 1.1em;
    color: #cfa46f;
  }

  .nav-mobile-social .mobile-social-link a {
    float: left;
    width: 50%;
    border-top: none;
    border-bottom: 1px solid #e5e5e5;
    height: 60px !important;
    line-height: 60px;
    vertical-align: middle;
    padding: 0 1em;
    text-align: center;
    font-family: "Avenir Heavy", Arial, Helvetica, sans-serif;
    color: #494949;
  }

  .rs-intro-text { top: 120px; padding: 2em; }
  .rs-intro-text h1 { font-size: 18px; line-height: 1.2em; }

  .home .hero .hero-content h2.title { font-size: 20px; line-height: 1.4em; }


  .rs-intro-text p { font-size: 16px; }

  #comments ul.children { padding: 0; }

  .entry-content { padding: 0; }
  .widget-container img { width: 100% !important; }

  .hide-mobile { display: none; }

  h1, h3, h4 { font-size: 20px; line-height: 1.4em !important; }
  h3 { font-size: 16px; line-height: 1.6em !important; }
  h2 { font-size: 16px; line-height: 1.6em !important; }
  p { line-height: 1.5em; }

  .sub-headline, .sub-headline-light {font-size: 18px; line-height: 1.6em; }
  .chapter-intro .textwidget {font-size: 16px !important; line-height: 1.6em;}

  .button { font-size: 12px; }

  .button-l {
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 1.5em;
  margin: 1em 0 0 0;
  border-bottom: 2px solid #23bf9c;
  }

  .mobile-no-autoheight { height: auto !important; }
  .mobile-no-autoheight .autoheight-content { position: static !important; top: auto !important; margin-top: 0 !important; }
  .mobile-no-autoheight .chapter-next { display: none; }

  .devicespace {padding: 0.5em 1em;}

  .treatment { min-height: 0; height: auto; }
   #footer-middle .footer-summary { display: none; }
   #footer-top .footer-1, #footer-top .footer-2, #footer-top .footer-3 { border-bottom: 1px solid rgba(255,255,255,0.1); padding: 0 0 2em 0; }
   #footer-middle { text-align: center; }


   table.pricetable td { font-size: 12px; padding: 0.5em 0; }
   .pricetable-price { width: 30%; }

   .treatment-info-title { display: block; width: 100%; padding: 0; }
   .treatment-info-value { display: block; width: 100%; }

  .treatment-terms-content { font-size: 90%; line-height: 1.6em; padding: 2em; }
  .treatment-terms-content p { margin: 5px 0; }

  .widget-reco-mobile {
    display: block;
    padding: 1rem 0;
  }


  }



  /* end mobile */


  /* end media queries */
