#first-slider .slide1 {
  background-image: url("1.0b6bd21e.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

#first-slider .slide2 {
  background-image: url("2.0c315a43.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

#first-slider .slide3 {
  background-image: url("3.37d3d56a.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

p {
  color: #6c7279;
  font-size: 14px;
  line-height: 22.4px;
}

h1 {
  color: #2d3033;
  font-size: 65px;
}

h2 {
  color: #2d3033;
  font-size: 40px;
}

h3 {
  color: #2d3033;
  font-size: 40px;
  font-weight: 300;
}

h4 {
  color: #ac6ed4;
  font-size: 22px;
  font-weight: 500;
}

h5 {
  color: #2d3033;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Ubuntu, sans-serif;
}

.fix-hed {
  background: #232323 !important;
  position: fixed !important;
}

#detailsPage {
  padding-top: 140px;
}

.btn {
  color: #ac6ed4;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ac6ed4;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.btn:hover, .btn:focus {
  color: #fff;
  background-color: #ac6ed4;
}

.btn-large {
  padding: 15px 40px;
}

#map-overlay {
  color: #848484;
  background-color: #232323;
  height: 400px;
  margin-top: -405px;
  padding: 40px;
}

a {
  color: #ac6ed4;
}

a:hover, a:focus {
  -o-transition: background-color, color, .3s;
  text-decoration: none;
  transition: background-color, color, all .3s;
}

a.morebtn {
  border: 1px solid #ac6ed4;
  margin-top: 15px;
  padding: 6px 18px;
  display: inline-block;
}

a.morebtn:hover {
  color: #fff;
  background: #ac6ed4;
}

body {
  color: #6c7279;
  font-family: Open Sans, Arial, sans-serif;
  font-weight: 400;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.section {
  margin-bottom: 50px;
  padding: 60px 0;
}

.no-padding {
  padding: 0;
}

.no-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.space {
  margin-top: 60px;
}

#header {
  z-index: 999;
  background: #333;
  border-top: 8px solid #363942;
  width: 100%;
  position: fixed;
}

#header .header-content {
  -o-transition: padding .3s;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 12px 0;
  transition: padding .3s;
}

#header .logo {
  float: left;
  color: #141414;
  letter-spacing: 2px;
  text-transform: lowercase;
  font-family: Great Vibes, cursive;
  font-size: 55px;
  font-weight: 700;
  line-height: 45px;
  text-decoration: none;
  position: relative;
  top: 5px;
}

#header .logo span {
  letter-spacing: 0;
  color: #fff;
  margin-left: -4px;
  font-family: monospace;
  font-size: 22px;
  font-weight: 400;
  position: relative;
  top: -1px;
}

#header.fixed {
  background-color: #333;
}

#header.fixed .header-content {
  border-bottom: 0;
  padding: 12px 0;
}

#header.fixed .nav-toggle {
  color: #ac6ed4;
  top: 14px;
}

.navigation.open {
  opacity: .9;
  visibility: visible;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

.navigation {
  float: right;
  margin-top: 15px;
}

.navigation li {
  display: inline-block;
}

.navigation a {
  color: #f9f2ef;
  text-transform: uppercase;
  margin-left: 40px;
  font-size: 14px;
}

.navigation a:hover, .navigation a.active {
  color: #ac6ed4;
}

.nav-toggle {
  text-indent: 100%;
  white-space: nowrap;
  z-index: 99999;
  -o-transition: all .3s;
  width: 44px;
  height: 44px;
  transition: all .3s;
  display: none;
  position: fixed;
  top: 20px;
  right: 5%;
  overflow: hidden;
  color: #fff !important;
}

.nav-toggle:before, .nav-toggle:after {
  content: "";
  backface-visibility: hidden;
  -o-transition-property: -o-transform;
  -moz-transition-property: -moz-transform;
  -webkit-transition-property: -webkit-transform;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition-property: transform;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateZ(0);
}

.nav-toggle:before {
  -o-transition-duration: .3s;
  color: #fff;
  transition-duration: .3s;
  transform: scale(1);
}

.nav-toggle:after {
  -o-transition-duration: 0s;
  color: #ac6ed4;
  background-color: #0000;
  transition-duration: 0s;
  transform: scale(0);
}

.nav-toggle span {
  z-index: 10;
  width: 18px;
  height: 3px;
  display: inline-block;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translateX(-50%)translateY(-50%);
}

.nav-toggle span:before, .nav-toggle span:after {
  content: "";
  backface-visibility: hidden;
  -o-transition: -o-transform .3s;
  -moz-transition: -moz-transform .3s;
  -webkit-transition: -webkit-transform .3s;
  background-color: #e2e2e2;
  width: 100%;
  height: 100%;
  transition: transform .3s;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateZ(0);
}

.nav-toggle span:before {
  transform: translateY(-6px)rotate(0);
}

.nav-toggle span:after {
  transform: translateY(6px)rotate(0);
}

.nav-toggle.close-nav:before {
  transform: scale(0);
}

.nav-toggle.close-nav:after {
  transform: scale(1);
}

.nav-toggle.close-nav span {
  background-color: #fff0;
}

.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
  background-color: #fff;
}

.nav-toggle.close-nav span:before {
  transform: translateY(0)rotate(45deg);
}

.nav-toggle.close-nav span:after {
  transform: translateY(0)rotate(-45deg);
}

#first-slider .main-container {
  padding: 0;
}

#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3 {
  color: #fff;
  font-size: 70px;
}

#first-slider .slide1 h4, #first-slider .slide2 h4, #first-slider .slide3 h4, #first-slider .slide4 h4 {
  color: #fff;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

#first-slider .slide1 .text-left, #first-slider .slide3 .text-left {
  padding-left: 40px;
}

#first-slider .carousel-indicators {
  bottom: 30px;
}

#first-slider .carousel-control.right, #first-slider .carousel-control.left {
  background-image: none;
}

#first-slider .carousel .item {
  width: 100%;
  height: 100%;
  min-height: 720px;
}

.carousel-inner .item .container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

#first-slider h3 {
  text-align: center;
  animation-delay: 1s;
}

#first-slider h4 {
  text-align: center;
  animation-delay: 2s;
}

#first-slider h2 {
  animation-delay: 3s;
}

#first-slider .carousel-control {
  width: 6%;
  text-shadow: none;
}

#first-slider h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  text-align: center;
  padding-top: 125px;
}

#first-slider .p a {
  text-decoration: underline;
}

#first-slider .carousel-indicators li {
  background-color: #fff6;
  border: none;
  width: 14px;
  height: 14px;
}

#first-slider .carousel-indicators .active {
  background-color: #fff;
  border: none;
  width: 16px;
  height: 16px;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
  z-index: 5;
  display: inline-block;
  position: absolute;
  top: 50%;
}

.carousel-control .fa-angle-left {
  color: #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border: 3px solid #fff;
  border-radius: 53px;
  width: 38px;
  height: 38px;
  margin-top: -15px;
  font-size: 30px;
  left: 50%;
}

.carousel-control .fa-angle-right {
  color: #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border: 3px solid #fff;
  border-radius: 53px;
  width: 38px;
  height: 38px;
  margin-top: -15px;
  font-size: 30px;
  right: 50%;
}

.carousel-control {
  opacity: 1;
  filter: alpha(opacity= 100);
}

.intro {
  background-color: #333;
}

.intro h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 38px;
}

.intro p {
  color: #fff;
  font-weight: 400;
}

.section-header {
  text-align: center;
  padding-bottom: 30px;
}

.section-header h2 {
  font-size: 48px;
}

.service-section {
  padding-top: 100px;
}

.services {
  margin-bottom: 50px;
}

.services-content {
  background: #fff;
  border: 4px solid #ac6ed4;
  margin-top: 7px;
  padding: 30px 30px 20px;
}

.services .icon {
  color: #fff;
  background: #ac6ed4;
  width: 90px;
  margin: 0 auto;
  padding: 20px;
  font-size: 38px;
  display: inline-block;
}

.work {
  background: #000;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1px #fff;
}

.work img {
  opacity: .6;
  width: 100%;
  height: 100%;
}

.work .overlay {
  opacity: 0;
  -o-transition: opacity, .3s;
  background: #38383894;
  width: 100%;
  height: 100%;
  transition: opacity, all .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.work .overlay-caption {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.work h5, .work p, .work img {
  -o-transition: all, .5s;
  transition: all;
}

.work h5, .work p {
  color: #fff;
  opacity: 0;
  margin: 0;
}

.work span {
  font-size: 45px;
}

.work h5 {
  margin-bottom: 5px;
  transform: translate3d(0, -200%, 0);
}

.work p {
  transform: translate3d(0, 200%, 0);
}

.work-box:hover img {
  transform: scale(1.2);
}

.work-box:hover .overlay {
  opacity: 1;
}

.work-box:hover .overlay h5, .work-box:hover .overlay p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.services-content h5 {
  margin: 20px;
}

.video-section {
  padding: 88px 0 20px;
}

address {
  line-height: 1.42857;
  color: #b5b5b5 !important;
}

.content-3-10 {
  padding: 0;
  position: relative;
}

.content-3-10 .image-container {
  height: 300px;
  padding: 0;
  position: absolute;
  top: 0;
}

.content-3-10 .image-container .background-image-holder {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background: url("salon1.7720e6b6.jpeg") center / cover no-repeat;
  height: 100%;
}

.content-3-10 .content {
  margin-top: 300px;
  padding: 40px;
}

.content-3-10 h3 {
  margin-bottom: 34px;
}

.content-3-10 p {
  margin-bottom: 20px;
}

.img-middle {
  border: 1px solid #d8d8d8;
  width: 100%;
  margin: 20px auto 25px;
  padding: 25px;
  display: block;
}

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

@media only screen and (width >= 768px) {
  .content-3-10 .image-container {
    height: 100%;
  }

  .content-3-10 .content {
    background: #eaeaea;
    margin-top: 0;
    padding: 80px 15px 80px 80px;
  }
}

.packageList {
  margin-bottom: 50px;
}

h5 {
  text-transform: capitalize;
  margin: .3em 0;
  font-size: 1.9em;
  font-weight: 500;
}

ul.list-default {
  padding: 0;
  list-style-type: none;
}

ul.list-default li {
  border-top: 1px solid #0000001a;
  padding: .5em 0 .5em 2em;
  position: relative;
}

.package {
  padding: 1em 0 .5em;
  position: relative;
  border: 1px #0000001a !important;
  border-bottom-style: solid !important;
}

.package:hover {
  background-color: #fbfbfb;
}

.package:hover h5 {
  color: #ff67ab;
}

.package:hover .price {
  background-color: #ff348f;
}

.package ul.list-default li {
  padding: 4px 0;
  border: none !important;
}

.package ul.list-default li:before {
  top: .3em !important;
}

.price {
  color: #fff;
  background-color: #ff67ab;
  margin: -1px -1px -1px 0;
  padding: .5em;
  font-size: 1.35em;
  font-weight: 500;
  position: absolute;
  inset: 0 0 0 auto;
}

.package .price {
  padding: .7em;
  font-size: 1.5em;
  top: 1em;
  bottom: auto;
  right: 1em;
}

.package .price small {
  margin-right: 3px;
  font-size: .7em;
}

.teams {
  text-align: -webkit-center;
}

.person {
  text-align: center;
  max-width: 270px;
}

.person img {
  width: 150px;
  height: 150px;
  margin: auto;
}

.person-content {
  margin-top: 20px;
}

.person h4 {
  font-weight: 400;
}

.person h5 {
  color: #0385dc;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 400;
}

.social-icons, .footer .footer-share {
  margin-top: 20px;
}

.social-icons li, .footer .footer-share li {
  float: none;
  display: inline-block;
}

.social-icons a, .footer .footer-share a {
  color: #3496d8;
  text-align: center;
  border: 1px solid #3496d8;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  font-size: 14px;
  line-height: 32px;
  display: block;
}

.social-icons a:hover {
  color: #fff;
  background-color: #00aeda;
  border-color: #01a9d4;
}

.testimonials {
  text-align: center;
  background-color: #333;
  position: relative;
}

.testimonials blockquote {
  border: 0;
  margin: 0;
  padding: 100px 15%;
}

.testimonials h1 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.testimonials p {
  color: #fff;
  text-transform: uppercase;
  margin: 30px 15%;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  display: block;
}

.flex-control-nav {
  text-align: center;
  z-index: 100;
  margin-top: 2%;
  right: 0;
  bottom: none !important;
  width: 100% !important;
  position: relative !important;
}

.conForm {
  text-align: center;
}

.conForm h5 {
  font-size: 30px;
}

.conForm p {
  text-align: center;
  margin: 7%;
}

.conForm input {
  color: #797979;
  border: 1px solid #e0e0e0;
  outline: none;
  margin-bottom: 30px;
  margin-right: 3%;
  padding: 15px 30px;
  font-size: 15px;
  font-style: normal;
}

.conForm input.noMarr {
  margin-right: 0;
}

.conForm textarea {
  color: #797979;
  resize: none;
  border: 1px solid #e0e0e0;
  outline: none;
  height: 150px;
  margin-bottom: 18px;
  padding: 15px 30px;
  font-size: 15px;
  font-style: normal;
}

.conForm .submitBnt {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  background: #333;
  border: 0;
  border-radius: 2px;
  margin-top: 30px;
  padding: 15px 30px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.conForm .submitBnt:hover {
  color: #e8206b;
  background: #e5e5e5;
}

#success_page {
  color: #00bdbd;
  font-weight: 500;
}

.error_message {
  color: #ff675f;
  padding-bottom: 15px;
  font-weight: 500;
}

#success_page h3 {
  color: #5ed07b;
  font-size: 17px;
  font-weight: 700;
}

.footer {
  text-align: left;
}

.footer-top {
  background-color: #181818;
  padding-top: 50px;
}

.footer-bottom {
  background-color: #313454;
  padding: 20px 0;
}

.footer .footer-col {
  margin-bottom: 80px;
}

.footer h5 {
  color: #fff;
  margin-bottom: 20px;
}

.footer p {
  color: #ffffff40;
}

.footer a {
  color: #ffffff80;
}

.footer a:hover {
  color: #e84545;
}

.footer .footer-share {
  margin-top: 0;
}

.footer .footer-share li {
  float: none;
  display: inline-block;
}

.footer .footer-share a {
  color: #ffffff40;
  border: none;
  font-size: 21px;
}

.footer .fa-heart {
  color: #e84545;
  margin: 0 2px;
  font-size: 11px;
}

#footer-nav {
  height: 35px;
  position: relative;
  bottom: -150px;
}

.opening-time {
  color: #fff;
  background: url("lanes.745dccd0.png") top no-repeat;
  width: 215px;
  padding-top: 47px;
}

.opening-time .time-table {
  background-color: #303030;
  border-radius: 2px;
  padding-bottom: 8px;
}

.opening-time .time-table h3 {
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 18px;
  line-height: 2.2;
}

.opening-time .time-table > .inner-bg {
  background: url("opening-time.6de6cf8d.gif");
  border-bottom: 1px solid #444;
  border-radius: 2px;
  margin: 0 8px;
  padding: 0 3px;
  box-shadow: inset 0 2px 3px #0009;
}

.opening-time .time-table > .additional-info {
  text-align: center;
  padding: 2px 8px 0;
}

.opening-time .week-day {
  border-radius: 3px;
  margin: 0;
  padding: 7px 10px;
}

.opening-time .week-day.light-bg {
  background-image: url("opening-time-light.b91f8f18.gif");
}

.opening-time .week-day dt {
  float: left;
  width: 50%;
}

.opening-time .week-day dd {
  text-align: right;
}

.opening-time .week-day.closed dt, .opening-time .week-day.closed dd {
  color: #676767;
}

.opening-time .week-day.today dt {
  color: #ac6ed4;
}

.opening-time-2 {
  color: #fff;
  background: url("lanes.745dccd0.png") top no-repeat;
  width: 100%;
  padding-top: 47px;
}

.opening-time-2 .time-table {
  background-color: #4e4d4d;
  border-radius: 2px;
  padding-bottom: 8px;
}

.opening-time-2 .time-table h3 {
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 18px;
  line-height: 2.2;
}

.opening-time-2 .time-table > .inner-bg {
  background: url("opening-time.6de6cf8d.gif");
  border-bottom: 1px solid #444;
  border-radius: 2px;
  margin: 0 8px;
  padding: 0 3px;
  box-shadow: inset 0 2px 3px #0009;
}

.opening-time-2 .time-table > .additional-info {
  text-align: center;
  padding: 2px 8px 0;
}

.opening-time-2 .week-day {
  border-radius: 3px;
  margin: 0;
  padding: 7px 10px;
}

.opening-time-2 .week-day.light-bg {
  background-image: url("opening-time-light.b91f8f18.gif");
}

.opening-time-2 .week-day dt {
  float: left;
  width: 50%;
}

.opening-time-2 .week-day dd {
  text-align: right;
}

.opening-time-2 .week-day.closed dt, .opening-time .week-day.closed dd {
  color: #676767;
}

#dopamin {
  font-size: xx-small;
  position: fixed;
  bottom: 5px;
  right: 1%;
}

.icons-sprite, .icons-arrow-left-white, .icons-arrow-left, .icons-arrow-right-white, .icons-arrow-right, .icons-calendar, .icons-child, .icons-divider-1, .icons-divider-2, .icons-divider-3, .icons-divider-4, .icons-divider-5, .icons-divider-6, .icons-divider-7, .icons-divider-8, .icons-divider-9, .icons-double-line, .icons-her, .icons-him, .icons-minus, .icons-nested, .icons-ornament-left, .icons-ornament-right, .icons-pagination-next, .icons-pagination-prev, .icons-plus, .icons-scissors, .icons-slider-nav-left, .icons-slider-nav-right, .icons-to-top-arrow, .icons-zoom, .accordion-heading a .icon, .accordion-heading.open a .icon {
  background-image: url("icon-set.1babf7c1.png");
  background-repeat: no-repeat;
}

.icons-arrow-left-white {
  background-position: 0 0;
  width: 13px;
  height: 13px;
}

.icons-arrow-left {
  background-position: 0 -13px;
  width: 13px;
  height: 13px;
}

.icons-arrow-right-white {
  background-position: 0 -26px;
  width: 13px;
  height: 13px;
}

.icons-arrow-right {
  background-position: 0 -39px;
  width: 13px;
  height: 13px;
}

.icons-calendar {
  background-position: 0 -52px;
  width: 13px;
  height: 13px;
}

.icons-child {
  background-position: 0 -65px;
  width: 14px;
  height: 14px;
}

.icons-divider-1 {
  background-position: 0 -79px;
  width: 33px;
  height: 33px;
}

.icons-divider-2 {
  background-position: 0 -112px;
  width: 33px;
  height: 33px;
}

.icons-divider-3 {
  background-position: 0 -145px;
  width: 33px;
  height: 33px;
}

.icons-divider-4 {
  background-position: 0 -178px;
  width: 33px;
  height: 33px;
}

.icons-divider-5 {
  background-position: 0 -211px;
  width: 33px;
  height: 33px;
}

.icons-divider-6 {
  background-position: 0 -244px;
  width: 33px;
  height: 33px;
}

.icons-divider-7 {
  background-position: 0 -277px;
  width: 33px;
  height: 33px;
}

.icons-divider-8 {
  background-position: 0 -310px;
  width: 33px;
  height: 33px;
}

.icons-divider-9 {
  background-position: 0 -343px;
  width: 33px;
  height: 33px;
}

.icons-double-line {
  background-position: 0 -376px;
  width: 114px;
  height: 6px;
}

.icons-her {
  background-position: 0 -382px;
  width: 14px;
  height: 16px;
}

.icons-him {
  background-position: 0 -398px;
  width: 14px;
  height: 16px;
}

.icons-minus {
  background-position: 0 -414px;
  width: 23px;
  height: 23px;
}

.icons-nested {
  background-position: 0 -437px;
  width: 25px;
  height: 8px;
}

.icons-ornament-left {
  background-position: 0 -445px;
  width: 33px;
  height: 9px;
}

.icons-ornament-right {
  background-position: 0 -454px;
  width: 33px;
  height: 9px;
}

.icons-pagination-next {
  background-position: 0 -463px;
  width: 11px;
  height: 10px;
}

.icons-pagination-prev {
  background-position: 0 -473px;
  width: 11px;
  height: 10px;
}

.icons-plus {
  background-position: 0 -483px;
  width: 23px;
  height: 23px;
}

.icons-scissors {
  background-position: 0 -506px;
  width: 33px;
  height: 33px;
}

.icons-slider-nav-left {
  background-position: 0 -539px;
  width: 53px;
  height: 53px;
}

.icons-slider-nav-right {
  background-position: 0 -592px;
  width: 53px;
  height: 53px;
}

.icons-to-top-arrow {
  background-position: 0 -645px;
  width: 15px;
  height: 11px;
}

.icons-zoom {
  background-position: 0 -656px;
  width: 16px;
  height: 16px;
}

.icon {
  vertical-align: middle;
  vertical-align: auto;
  zoom: 1;
  display: inline;
}

.inactive-sprite, .social-icon.twitter > .inactive, .social-icon.facebook > .inactive, .social-icon.youtube > .inactive, .social-icon.rss > .inactive, .social-icon.stumble > .inactive, .social-icon.skype > .inactive, .social-icon.tumblr > .inactive, .social-icon.pinterest > .inactive, .social-icon.linkedin > .inactive, .social-icon.google > .inactive, .social-icon.vimeo > .inactive, .social-icon.mail > .inactive, .social-icon.favorites > .inactive, .social-icon.flickr > .inactive, .social-icon.instagram > .inactive, .social-icon.yelp > .inactive {
  background-image: url("sm-inactive.d8567939.png");
  background-repeat: no-repeat;
}

.active-sprite, .social-icon.twitter, .social-icon.facebook, .social-icon.youtube, .social-icon.rss, .social-icon.stumble, .social-icon.skype, .social-icon.tumblr, .social-icon.pinterest, .social-icon.linkedin, .social-icon.google, .social-icon.vimeo, .social-icon.mail, .social-icon.favorites, .social-icon.flickr, .social-icon.instagram, .social-icon.yelp {
  background-image: url("sm-active.b833dff0.png");
  background-repeat: no-repeat;
}

.social-icons {
  z-index: 99;
  display: flex;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.social-icon {
  -o-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out;
  display: inline-block;
}

.social-icon > .inactive {
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  display: inline-block;
}

.social-icon:hover > .inactive {
  opacity: 0;
  filter: alpha(opacity= 0);
}

.social-icon.twitter, .social-icon.twitter > .inactive {
  background-position: 0 -384px;
  width: 32px;
  height: 32px;
}

.social-icon.facebook, .social-icon.facebook > .inactive {
  background-position: 0 0;
  width: 32px;
  height: 32px;
}

.social-icon.youtube, .social-icon.youtube > .inactive {
  background-position: 0 -480px;
  width: 32px;
  height: 32px;
}

.social-icon.rss, .social-icon.rss > .inactive {
  background-position: 0 -256px;
  width: 32px;
  height: 32px;
}

.social-icon.stumble, .social-icon.stumble > .inactive {
  background-position: 0 -320px;
  width: 32px;
  height: 32px;
}

.social-icon.skype, .social-icon.skype > .inactive {
  background-position: 0 -288px;
  width: 32px;
  height: 32px;
}

.social-icon.tumblr, .social-icon.tumblr > .inactive {
  background-position: 0 -352px;
  width: 32px;
  height: 32px;
}

.social-icon.rss, .social-icon.rss > .inactive {
  background-position: 0 -256px;
  width: 32px;
  height: 32px;
}

.social-icon.pinterest, .social-icon.pinterest > .inactive {
  background-position: 0 -224px;
  width: 32px;
  height: 32px;
}

.social-icon.linkedin, .social-icon.linkedin > .inactive {
  background-position: 0 -160px;
  width: 32px;
  height: 32px;
}

.social-icon.google, .social-icon.google > .inactive {
  background-position: 0 -96px;
  width: 32px;
  height: 32px;
}

.social-icon.vimeo, .social-icon.vimeo > .inactive {
  background-position: 0 -416px;
  width: 32px;
  height: 32px;
}

.social-icon.mail, .social-icon.mail > .inactive {
  background-position: 0 -192px;
  width: 32px;
  height: 32px;
}

.social-icon.favorites, .social-icon.favorites > .inactive {
  background-position: 0 -32px;
  width: 32px;
  height: 32px;
}

.social-icon.flickr, .social-icon.flickr > .inactive {
  background-position: 0 -64px;
  width: 32px;
  height: 32px;
}

.social-icon.instagram, .social-icon.instagram > .inactive {
  background-position: 0 -128px;
  width: 32px;
  height: 32px;
}

.social-icon.yelp, .social-icon.yelp > .inactive {
  background-position: 0 -448px;
  width: 32px;
  height: 32px;
}

/*# sourceMappingURL=index.47ca9330.css.map */
