@import url(https://pro.fontawesome.com/releases/v5.11.2/css/all.css);
:root {
  --user-button-circle: rgba(0,0,0,0.025);
  --user-button-cardborder: rgba(255,255,255,0.25);
  --user-button-text:#323133;
  --user-button-shadow:rgba(0,0,0,0.1);
}

#user-button {
  z-index: 1000;
  bottom: 1rem !important;
  right: 1rem !important;
  color: var(--user-button-text);
  transition: 1s 0s ease-out;
  -webkit-animation: slide 3s ease-out forwards;
          animation: slide 3s ease-out forwards;
}
@-webkit-keyframes slide {
  0%, 50% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 1;
    display: block !important;
  }
}
@keyframes slide {
  0%, 50% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 1;
    display: block !important;
  }
}
.home-image-hover #user-button .u-card {
  border-radius: 100%;
  box-shadow: 0 0 1rem -0.25rem var(--user-button-shadow), inset 0 0 1rem -0.75rem var(--user-button-shadow);
}
.home-image-hover #user-button .u-main {
  cursor: pointer;
  --user-button-background:var(--user-button-main, #EC87C0);
}
.home-image-hover #user-button .u-main img {
  height: 100%;
  width: 100%;
}
.home-image-hover #user-button .u-main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  opacity: 1;
  transition: 0s 4s;
}
.home-image-hover #user-button .u-icons {
  position: relative;
  z-index: 950;
  transform: translate(-50%, -50%);
  background: var(--user-button-circle);
  box-shadow: 0 0 0 0.125rem var(--user-button-cardborder);
  border-radius: 100%;
  transition: 0.25s;
  opacity: 1 !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  /*&:before {
     z-index:-1;
     position:absolute;
     top:0; right:0; bottom:0; left:0;
     content:'';

     backdrop-filter: blur(10px);
  }*/
}
.home-image-hover #user-button .u-icons a {
  color: inherit;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
}
.home-image-hover #user-button .u-icons a div {
  padding: 0.5rem;
  transition: 0s;
}
.home-image-hover #user-button .u-icons a[href="https://twitter.com/zed_dash"] {
  position: relative;
}
.home-image-hover #user-button .u-icons a[href="https://twitter.com/zed_dash"]:before {
  content: "Middle Click";
  position: absolute;
  top: -1.5rem;
  left: 50%;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  white-space: pre;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease-in;
  background: #fffc;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
.home-image-hover #user-button .u-icons a[href="https://twitter.com/zed_dash"].show:before {
  opacity: 1;
  transition: 0.25s ease-out;
}
.home-image-hover #user-button .u-icons a[href="https://twitter.com/zed_dash"] div {
  color: #1da1f2;
}
.home-image-hover #user-button .u-icons a[href="https://codepen.io/z-"] div {
  background: black;
  color: white;
}
.home-image-hover #user-button .u-icons a.u-random div {
  position: relative;
  top: -1px;
  -webkit-animation: diespin 2s linear infinite;
          animation: diespin 2s linear infinite;
}
@-webkit-keyframes diespin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes diespin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.home-image-hover #user-button .u-icons a.u-random:not(:hover) div {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.home-image-hover #user-button .u-icons > * {
  position: absolute;
  width: 30px;
  height: 30px;
  background: var(--singlecolour);
  border-radius: 100%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: 0.25s -0.05s;
}
.home-image-hover #user-button .u-icons > *:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-image-hover #user-button .u-icons > *:hover, .home-image-hover #user-button .u-icons > *:focus-within {
  background: var(--hcolour);
}
.home-image-hover #user-button .u-icons > *:first-child:nth-last-child(1):nth-child(1), .home-image-hover #user-button .u-icons > *:first-child:nth-last-child(1) ~ *:nth-child(1) {
  left: 25%;
  top: 25%;
}
.home-image-hover #user-button .u-icons > *:first-child:nth-last-child(2):nth-child(1), .home-image-hover #user-button .u-icons > *:first-child:nth-last-child(2) ~ *:nth-child(1) {
  left: 37.5%;
  top: 18.75%;
}
.home-image-hover #user-button .u-icons > *:first-child:nth-last-child(2):nth-child(2), .home-image-hover #user-button .u-icons > *:first-child:nth-last-child(2) ~ *:nth-child(2) {
  left: 18.75%;
  top: 37.5%;
}
.home-image-hover #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(1), .home-image-hover #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(1) {
  left: 50%;
  top: 15.625%;
}
.home-image-hover #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(2), .home-image-hover #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(2) {
  left: 25%;
  top: 25%;
}
.home-image-hover #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(3), .home-image-hover #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(3) {
  left: 15.625%;
  top: 50%;
}
.home-image-hover #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(1), .home-image-hover #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(1) {
  left: 62.5%;
  top: 18.75%;
}
.home-image-hover #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(2), .home-image-hover #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(2) {
  left: 37.5%;
  top: 18.75%;
}
.home-image-hover #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(3), .home-image-hover #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(3) {
  left: 18.75%;
  top: 37.5%;
}
.home-image-hover #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(4), .home-image-hover #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(4) {
  left: 18.75%;
  top: 62.5%;
}
.home-image-hover #user-button:hover .u-icons, .home-image-hover #user-button:focus-within .u-icons {
  width: 300% !important;
  height: 300% !important;
}


.home-image-hover.dark {
  background: #232223;
  color: white;
}
@media (prefers-color-scheme: dark) {
  .home-image-hover:not(.light) {
    /*background: #232223;*/
    color: white;
  }
}
.home-image-hover .credit {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: inherit;
}
.home-image-hover .options {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  min-width:100%;
  max-width: 100%;
  width: calc(100% - 100px);
  height:470px;
}

.home-image-hover .options .option {
  position: relative;
  overflow: hidden;
  min-width:240px;
  margin:0px  0px;
  background: var(--optionBackground, var(--defaultBackground, #E6E9ED));
  background-size: auto 100%;
  background-position: center;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  -webkit-filter: grayscale(100%) blur(0px);
    filter: grayscale(100%) blur(0px);
}
 
.home-image-hover .options .option.active {
  flex-grow: 10000;
  transform: scale(1);
  max-width:100%;
  margin: 0px;
  border-radius:0px;
  background-size:cover;
  /*&:active {
     transform:scale(0.9);
  }*/
  -webkit-filter:initial;
    filter:initial;
}
.home-image-hover .options .option.active .shadow {
  box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
}
.home-image-hover .options .option.active .label {
  top:0%;
  left: 0px;
}
.home-image-hover .options .option.active .label .info > div {
  left: 0px;
  opacity: 1;
}
.home-image-hover .options .option:not(.active) {
  flex-grow: 1;
  border-radius:0px;
}
.home-image-hover .options .option:not(.active) .shadow {
  bottom:0px;
  /*box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;*/
}
.home-image-hover .options .option:not(.active) .label {
  bottom: 10px;
  left: 10px;
}
.home-image-hover .options .option:not(.active) .label .info > div {
  left: 20px;
  opacity: 0;
}
.home-image-hover .options .option .shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height:100%;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  background:linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.6) 100%);
}
.home-image-hover .options .option .label {
  display: flex;
  position: absolute;
  right: 0px;
  height: 100%;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  flex-direction: column;
  
}
.home-image-hover .options .option .label .icon {
font-size:18px;
  color:#fff;
  
}

.home-image-hover .options .option.active .label{padding:0px 50px;}
.home-image-hover .options .option .label .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  color: white;
  /*white-space: pre;
  align-items:center;
  text-align: center;*/
  position: absolute;
  bottom:20px;
}
.home-image-hover .options .option .label .info > div {
  position: relative;padding-right: 20px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}
.home-image-hover .options .option .label .info .main {
  font-weight: bold;
  font-size: 1.2rem;
}
.home-image-hover .options .option .label .info .sub {
  transition-delay: 0.1s;
}


.home-image-hover .options1 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  min-width:100%;
  max-width: 100%;
  width: calc(100% - 100px);
  height:470px;
}

.home-image-hover .options .option1 {
  position: relative;
  overflow: hidden;
  min-width:240px;
  margin:0px  0px;
  background: var(--optionBackground, var(--defaultBackground, #E6E9ED));
  background-size: auto 100%;
  background-position: center;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  -webkit-filter: grayscale(100%) blur(0px);
    filter: grayscale(100%) blur(0px);
}
 
.home-image-hover .options .option1.active {
  flex-grow: 10000;
  transform: scale(1);
  max-width:100%;
  margin: 0px;
  border-radius:0px;
  background-size:cover;
  /*&:active {
     transform:scale(0.9);
  }*/
  -webkit-filter:initial;
    filter:initial;
}
.home-image-hover .options .option1.active .shadow {
  box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
}
.home-image-hover .options .option1.active .label {
  top:0%;
  left: 0px;
}
.home-image-hover .options .option1.active .label .info > div {
  left: 0px;
  opacity: 1;
}
.home-image-hover .options .option1:not(.active) {
  flex-grow: 1;
  border-radius:0px;
}
.home-image-hover .options .option1:not(.active) .shadow {
  bottom:0px;
  /*box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;*/
}
.home-image-hover .options .option1:not(.active) .label {
  bottom: 10px;
  left: 10px;
}
.home-image-hover .options .option1:not(.active) .label .info > div {
  left: 20px;
  opacity: 0;
}
.home-image-hover .options .option1 .shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height:100%;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  background:rgba(0,0,0,0.55);
}
.home-image-hover .options .option1 .label {
  display: flex;
  position: absolute;
  right: 0px;
  height: 100%;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  flex-direction: column;
  
}
.home-image-hover .options .option1 .label .icon {
font-size:18px;
  color:#fff;
  
}

.home-image-hover .options .option1.active .label{padding:0px 50px;}
.home-image-hover .options .option1 .label .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left:2px;
  color: white;
  /*white-space: pre;
  align-items:center;
  text-align: center;*/
  position: absolute;
  bottom:20px;
}
.home-image-hover .options .option1 .label .info > div {
  position: relative;padding-right: 20px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}
.home-image-hover .options .option1 .label .info .main {
  font-weight: bold;
    font-size: 1rem;
}
.home-image-hover .options .option1 .label .info .sub {
  transition-delay: 0.1s;
}

#home-advanced-treatments .options .option1{margin: 0px 10px; min-width:80px !important;  border-radius:8px; position:relative;}
#home-advanced-treatments .options .option1:not(.active) .label{left:0px; bottom:0px;}
#home-advanced-treatments .home-image-hover h3{text-align:center; font-weight:bold; font-size:30px;}
#home-advanced-treatments .options .option1.active h3{text-align:left;}
#home-advanced-treatments .options .option1:not(.active) .label .info > div{opacity:1;}
#home-advanced-treatments .options .option1:not(.active) .label .info > .sub{display:none; }
#home-advanced-treatments .home-image-hover .options .option1.active .shadow{background:linear-gradient(to right, rgb(0,0,0,.66)30%, rgb(0,0,0,.2) 70%);}
#home-advanced-treatments .home-image-hover .options .option1 .shadow{background:#1885d1;}
#home-advanced-treatments .home-image-hover .options .option1{filter:initial;}
#home-advanced-treatments .options .option1 .label .info{width:40%;}
#home-advanced-treatments .options .option1.active a{display:block; border-radius:8px;}

#home-advanced-treatments .options .option1.active .rotate{font-family: Proxima-Nova-Regular; font-size:1.5rem; font-weight:bold;}



.rotate {
/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);
  width:345px;
  height: auto;
  position: relative;
  left: -134px !important;
  bottom: 158px;
}

#home-advanced-treatments .options .option1.active .rotate{-webkit-transform: inherit; -moz-transform:inherit; -ms-transform: inherit; -o-transform:inherit; left: 0px !important;bottom: 0px;}


#testimonials-page-slider .options .option1{margin: 0px 10px; min-width:80px !important;  border-radius: 4px; position:relative;}
#testimonials-page-slider .options .option1:not(.active) .label{left:0px; bottom:0px;}
#testimonials-page-slider .home-image-hover h3{text-align:center; font-weight:bold; font-size:30px;}
#testimonials-page-slider .options .option1.active h3{text-align:left;}
#testimonials-page-slider .options .option1:not(.active) .label .info > div{opacity:1;}
#testimonials-page-slider .options .option1:not(.active) .label .info > .sub{display:none; }
#testimonials-page-slider .home-image-hover .options .option1.active .shadow{background:linear-gradient(to top, rgb(0,0,0,.66)30%, rgb(0,0,0,.2) 70%);}
#testimonials-page-slider .home-image-hover .options .option1{filter:initial;}
#testimonials-page-slider .options .option1 .label .info{width:80%;}
#testimonials-page-slider .options .option1.active a{display:block; border-radius: 6px; background:none; border:0px; padding: 0px; margin-top:50%; margin-left:40%;}
#testimonials-page-slider .home-image-hover a img{width:70px; height:70px;}

#testimonials-page-slider .options .option1.active .rotate{-webkit-transform: inherit; -moz-transform:inherit; -ms-transform: inherit; -o-transform:inherit; left: 0px !important;bottom: 0px;}



@media screen and (max-width: 718px) {
	
  .home-image-hover .options {
    min-width:100%;
  }
  .home-image-hover .options .option:nth-child(5) {
    display:block;
  }
  .home-image-hover .options{background: #fff;}
  .home-image-hover .options .option{background-size: cover;}
  .home-image-hover .options{flex-direction: column; }
  .home-image-hover .options .option{ margin:0px 0px !important; height:180px;}
  .home-image-hover .options .option.active{height:480px;}
  .home-image-hover .options .option .label .info{margin-left:0px;}
  .home-image-hover h3{padding-top:20px;font-size:18px;}
  .home-image-hover .options .option .label .info .sub{font-size:12px;}
   .home-image-hover .options .option.active .label{padding: 0px 20px;}
  .home-image-hover .options .option .label .info{position:relative;bottom:0px;}
  
  
  .home-image-hover .options{background: #fff;}
  .home-image-hover .options .option1{background-size: cover;}
  .home-image-hover .options{flex-direction: column; }
  .home-image-hover .options .option1{ margin:10px 0px !important; height:80px;}
  .home-image-hover .options .option1.active{height:480px;}
  .home-image-hover .options .option1 .label .info{margin-left:0px;}
  .home-image-hover h3{padding-top:4px;font-size:16px;}
 
  .home-image-hover .options .option1 .label .info .sub{font-size:12px;}
   .home-image-hover .options .option1.active .label{padding: 0px 20px;}
  .home-image-hover .options .option1 .label .info{position:absolute;bottom:20px;}
  
  .home-image-hover .options .option1 .label .icon{width:63px;}
  #home-advanced-treatments .home-image-hover h3{padding-top:4px; font-size:16px;}
   #home-advanced-treatments .home-image-hover .option1.active h3{padding-top:10px;}
  #home-advanced-treatments .options .option1:not(.active) .label{position: relative;}
  #home-advanced-treatments .options .option1 .label .info{width:90%;}
  
  .home-image-hover .options .option1 .label .info .main{font-size:12px; }
	.home-image-hover a{font-size: 12px; margin:8px 0 0px; padding:4px 6px;}
	.home-image-hover a img{height:10px;}
	.home-image-hover .options .option1 .label .info > div{padding-right:0px;}
	
	
  
  .rotate {
/* Safari */
-webkit-transform: rotate(0deg);
/* Firefox */
-moz-transform: rotate(0deg);
/* IE */
-ms-transform: rotate(0deg);
/* Opera */
-o-transform: rotate(0deg);
  width:auto;
  height: auto;
  position: relative;
  left:20% !important;
  top:4% !important;
  bottom:-4px;

}

  .home-image-hover .options .option1 .label .info {position: absolute;bottom:12px;}

  #testimonials-page-slider .options .option1.active .rotate{-webkit-transform: inherit; -moz-transform:inherit; -ms-transform: inherit; -o-transform:inherit; left: 0px !important;bottom:0px; }
  #testimonials-page-slider .home-image-hover h3{padding-top:20px; font-size: 20px;}
  #testimonials-page-slider .options .option1:not(.active) .label{position: relative;}
  #testimonials-page-slider .options .option1 .label .info{width:90%;}
  #testimonials-page-slider .options .option1.active .rotate{-webkit-transform: inherit; -moz-transform:inherit; -ms-transform: inherit; -o-transform:inherit; left: 0px !important;bottom:0px; }
  #testimonials-page-slider .home-image-hover .options{background:none;}
  #testimonials-page-slider .options .option1 .label .icon{width: auto;}
  #testimonials-page-slider .home-image-hover a img {width:60px;height:60px;}
  #testimonials-page-slider .options .option1.active a{margin-top:45% !important;margin-left: 40% !important;}
  #testimonials-page-slider .options .option1 .rotate{left:10% !important; bottom:-1px !important;}
   #testimonials-page-slider .options .option1 .label .info{bottom:14px;}
  
  
}
@media screen and (max-width: 638px) {
  .home-image-hover .options {
    min-width:100%;
  }
  .home-image-hover .options .option:nth-child(4) {
    display:block;
  }
}
@media screen and (max-width: 558px) {
  .home-image-hover .options {
    min-width:100%;
  }
  .home-image-hover .options .option:nth-child(3) {
    display:block;
  }
}
@media screen and (max-width: 478px) {
  .home-image-hover .options {
    min-width: 100%;
  }
  .home-image-hover .options .option:nth-child(2) {
    display:block;
  }
}