.accordian li,
.accordian li img {
  display: block;
}
* {
  margin: 0;
  padding: 0;
}
.accordian {
  width: 805px;
  height: 320px;
  overflow: hidden;
  margin: 100px auto;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}
.accordian ul {
  width: 1200px;
}
.accordian li {
  position: relative;
  width: 160px;
  float: left;
  border-left: 1px solid #888;
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.accordian ul:hover li {
  width: 40px;
}
.accordian ul li:hover {
  width: 640px;
}
.image_title {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 640px;
  height: 60px;
}
.row .feat .item {
  margin-bottom: 10px;
}
.features-blue {
  padding-top: 100px;
}
.col-sm-6.col-md-4.item {
  min-height: 50px;
  margin-bottom: 20px;
}
.row.features.feat {
  margin-top: 40px;
}
.row.features.feat.item,
.row.features.icon {
  color: #fff;
}
.paket label {
  font-size: 18px;
  font-weight: 700;
  color: #aa4f4f;
}
.highlight-salon {
  color: #313437;
  background-color: #fff;
  padding: 50px 0 55px;
  overflow: hidden;
}
table {
  margin-top: 20px;
}
fieldset {
  margin-bottom: 20px;
}
i {
  color: #dabb7a;
}
.features-blue {
  color: #fff;
  background: linear-gradient(135deg, #0f1b2b, #2173af);
  background-color: #1b3354;
  padding-bottom: 30px;
}
.features-blue p {
  color: rgba(255, 255, 255, 0.6);
}
.features-blue h2 {
  font-weight: 700;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}
@media (max-width: 767px) {
  .features-blue {
    padding-bottom: 10px;
  }
  .features-blue h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}
.features-blue .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .features-blue .intro {
    margin-bottom: 40px;
  }
}
.features-blue .item {
  min-height: 100px;
  padding-left: 80px;
  margin-bottom: 20px;
}
.features-blue .item .name {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  color: inherit;
}
.features-blue .item .description {
  font-size: 15px;
  margin-bottom: 0;
}
.features-blue .item .icon {
  font-size: 40px;
  color: #d6af5c;
  float: left;
  margin-left: -65px;
}
.features-blue #feat .item .icon {
  color: #fff;
}
.features-clean {
  color: #313437;
  background-color: #fff;
  padding-bottom: 30px;
  padding-top: 100px;
}
.features-clean p {
  color: #7d8285;
}
.features-clean h2 {
  font-weight: 700;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}
@media (max-width: 767px) {
  .features-blue .item {
    min-height: 0;
  }
  .features-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}
.features-clean .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 60px;
}
.features-clean .item {
  min-height: 100px;
  padding-left: 80px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .features-clean .intro {
    margin-bottom: 40px;
  }
  .features-clean .item {
    min-height: 0;
  }
}
.features-clean .item .name {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  color: inherit;
}
.features-clean .item .description {
  font-size: 15px;
  margin-bottom: 0;
}
.features-clean .item .icon {
  font-size: 40px;
  color: #1485ee;
  float: left;
  margin-left: -65px;
}
.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #0f1b2b;
}
.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
}
.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}
.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}
.footer-dark ul a:hover {
  opacity: 0.8;
}
.footer-dark .item.text {
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}
.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}
.footer-dark .item.social {
  text-align: center;
}
@media (max-width: 991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}
.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}
.header-blue .navbar,
.header-blue .navbar .navbar-nav a.active,
.header-blue .navbar .navbar-nav > .show .dropdown-item {
  box-shadow: none;
  background: 0 0;
}
.footer-dark .item.social > a:hover {
  opacity: 0.9;
}
.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}
.d-none.d-md-block.kuchen-img,
.d-none.d-md-block.right-img {
  max-width: 260px;
  margin-top: -30px;
  margin-bottom: -230px;
  position: relative;
}
a {
  color: #0f1b2b;
}
.d-none.d-md-block.kuchen-img {
  transform: rotate(11deg);
}
#side-menu #mnav .nav-item {
  border-bottom: 1px solid #e1e1e1;
}
#jumbot p {
  font-size: 18px;
}
#jumbot {
  background: #dabb7a;
  padding: 2rem;
}
@media (min-width: 768px) {
  .header-blue {
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .header-blue .hero h1 {
    margin-top: 190px;
    margin-bottom: 24px;
    line-height: 1.2;
  }
}
.header-blue {
  font-family: "Source Sans Pro", sans-serif;
  background-color: #184e8e;
  padding-bottom: 60px;
  padding-top: 120px;
  background: linear-gradient(135deg, #0f1b2b, #2173af);
}
@media (min-width: 768px) {
  .header-blue {
    padding-top: 120px;
    padding-bottom: 30px;
  }
}
.header-blue .navbar {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
  border-radius: 0;
  border: none;
}
.header-blue .navbar .navbar-brand {
  font-weight: 700;
  color: inherit;
}
.header-blue .navbar .navbar-brand:hover {
  color: #f0f0f0;
}
.header-blue .navbar .navbar-collapse {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .header-blue .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .header-blue .navbar .navbar-collapse {
    border-color: transparent;
    margin: 0;
  }
  .header-blue .navbar-nav .nav-link {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
}
.header-blue .navbar .navbar-collapse span .login {
  color: #d9d9d9;
  margin-right: 0.5rem;
  text-decoration: none;
}
.header-blue .navbar .navbar-collapse span .login:hover {
  color: #fff;
}
.header-blue .navbar .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.3);
}
.header-blue .navbar .navbar-toggler:hover,
.header-blue .navbar-toggler:focus {
  background: 0 0;
}
@media (min-width: 992px) {
  .header-blue .navbar-nav .nav-link {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
.header-blue .navbar .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 2px;
}
.header-blue .navbar .dropdown-menu .dropdown-item,
.header-blue .navbar .dropdown-menu .dropdown-item:focus {
  line-height: 2;
  color: #37434d;
}
.header-blue .navbar .dropdown-menu .dropdown-item:focus,
.header-blue .navbar .dropdown-menu .dropdown-item:hover {
  background: #ebeff1;
}
.header-blue .action-button,
.header-blue .action-button:not(.disabled):active {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 40px;
  color: #ebeff1;
  box-shadow: none;
  text-shadow: none;
  padding: 0.3rem 0.8rem;
  background: 0 0;
  transition: background-color 0.25s;
  outline: 0;
}
.header-blue .action-button:hover {
  color: #fff;
}
.header-blue .navbar .form-inline label {
  color: #d9d9d9;
}
.header-blue .navbar .form-inline .search-field {
  display: inline-block;
  width: 80%;
  background: 0 0;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  transition: border-bottom-color 0.3s;
}
.header-blue .navbar .form-inline .search-field:focus {
  border-bottom: 1px solid #ccc;
}
.header-blue .hero {
  text-align: center;
}
@media (min-width: 768px) {
  .header-blue .hero {
    text-align: left;
  }
}
.header-blue .hero h1 {
  color: #fff;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .header-blue .hero h1 {
    margin-top: 130px;
    margin-bottom: 24px;
    line-height: 1.2;
  }
}
.header-blue .hero p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 300;
}
.header-blue .phone-holder {
  text-align: right;
}
.header-blue div.iphone-mockup {
  position: relative;
  max-width: 300px;
  margin: 20px;
  display: inline-block;
}
.header-blue .iphone-mockup img.device {
  width: 100%;
  height: auto;
}
.header-blue .iphone-mockup .screen {
  position: absolute;
  width: 88%;
  height: 77%;
  top: 12%;
  border-radius: 2px;
  left: 6%;
  border: 1px solid #444;
  overflow: hidden;
  background: url(/assets/img/screen-content-iphone-6.jpg?h=d334d78d1d815e91e2987118a101dfde)
    center;
  background-size: cover;
}
.highlight-clean .buttons .btn,
.highlight-salon .intro .btn {
  border: none;
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 700;
}
.header-blue .iphone-mockup .screen:before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 70%;
  height: 140%;
  top: -12%;
  right: -60%;
  transform: rotate(-19deg);
  opacity: 0.2;
}
.highlight-clean .buttons .btn:active,
.highlight-salon .intro .btn:active {
  transform: translateY(1px);
}
.highlight-clean p {
  color: #7d8285;
  font-size: 18px;
}
.highlight-clean {
  color: #313437;
  padding: 50px 0;
}
.highlight-clean h2 {
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0;
  color: inherit;
}
.highlight-clean .intro {
  font-size: 16px;
  max-width: 100%;
  margin: 0 auto 25px;
  padding: 20px;
  background-color: #fff;
}
.highlight-clean .buttons {
  text-align: center;
}
.highlight-clean .buttons .btn {
  padding: 16px 32px;
  margin: 6px;
  background: #ddd;
  opacity: 0.9;
  font-size: 13px;
  line-height: 1;
  outline: 0;
}
.highlight-clean .buttons .btn:hover {
  opacity: 1;
}
.highlight-clean .buttons .btn-primary {
  background-color: #24334a;
  color: #fff;
}
.highlight-salon p {
  color: #7d8285;
}
.highlight-salon h2 {
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0;
  color: inherit;
}
.highlight-salon .intro {
  font-size: 18px;
  max-width: 98%;
  line-height: 1.5;
}
.highlight-salon .intro p {
  margin-bottom: 35px;
}
.highlight-salon .intro .btn {
  padding: 16px 32px;
  background: 0 0;
  opacity: 0.9;
  font-size: 13px;
  line-height: 1;
}
.highlight-salon .intro .btn:hover {
  opacity: 1;
}
.highlight-salon .intro .btn-primary {
  background-color: #0f1b2b;
  color: #fff;
}
.highlight-salon .iphone-mockup img.device {
  width: 100%;
  height: auto;
}
.highlight-salon .iphone-mockup .screen {
  position: absolute;
  width: 88%;
  height: 77%;
  top: 12%;
  border-radius: 2px;
  left: 6%;
  border: 1px solid #444;
  overflow: hidden;
  background: url(/assets/img/screen-content-iphone-6.jpg?h=d334d78d1d815e91e2987118a101dfde)
    center;
  background-size: cover;
}
#logo,
#slide {
  background-repeat: no-repeat;
  background-size: cover;
}
.highlight-salon .iphone-mockup .screen:before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 70%;
  height: 140%;
  top: -12%;
  right: -60%;
  transform: rotate(-19deg);
  opacity: 0.2;
}
#heartsfall,
#snow {
  width: 99%;
}
#pkgbtn,
.list-group-item button {
  width: 100%;
}
.photo-gallery {
  color: #313437;
  padding-top: 100px;
  background-color: #fff;
}
.photo-gallery p {
  color: #7d8285;
}
.photo-gallery h2 {
  font-weight: 700;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}
@media (max-width: 767px) {
  .highlight-salon .intro {
    max-width: none;
  }
  .photo-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}
.photo-gallery .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px;
}
.icoright,
.nav-item {
  margin-right: 5px;
}
.photo-gallery .intro p {
  margin-bottom: 0;
}
.photo-gallery .photos {
  padding-bottom: 20px;
}
.photo-gallery .item {
  padding-bottom: 30px;
}
#slide {
  background-image: url(/assets/img/homephoto1.jpg?h=82d8fb679cfeb559c62eaa7113c776d1);
  background-position: top;
  min-height: 900px;
}
#logo {
  background-image: url(/assets/img/logo.svg?h=298a10f8ecf9b900013e88c8ad181cc5);
  height: 100px;
  background-position: center;
  width: 160px;
  background-color: #0f1b2b;
  border: 2px solid #dabb7a;
  border-radius: 6px;
}
#navcol-1 {
  font-family: Comfortaa, Verdana;
  font-style: normal;
  font-weight: 600;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  border-bottom: 2px solid #dabb7a;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #000;
  border-bottom: 2px solid #dabb7a;
}
.navbar-light .navbar-nav .nav-link {
  color: #0f1b2b;
  border-bottom: 2px solid transparent;
}
#snow {
  overflow: hidden;
}
#paket {
  color: #142c51;
  font-family: Comfortaa, cursive;
}
#header {
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.9) 0,
    rgba(255, 255, 255, 0.3) 98%,
    rgba(255, 255, 255, 0.25) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.9) 0,
    rgba(255, 255, 255, 0.3) 98%,
    rgba(255, 255, 255, 0.25) 100%
  );
}
.btn-primary {
  background: #0f1b2b;
  border-color: #0f1b2b;
}
.link:hover {
  color: #fff;
  text-decoration: none;
}
.icoright,
.link {
  color: #dabb7a;
}
.list-group-item {
  font-weight: 400;
  font-size: 28px;
}
.icoright {
  font-size: 17px;
}
.mcontainer .row {
  padding: 30px 0;
}
#pkgbtn {
  padding: 5px 10px;
  font-size: 15px;
}
#bilgi:hover {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
#mainimg {
  background-image: url(/assets/img/salonback.jpg?h=428b9b80a24ff93760cf25be34b35e19);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 520px;
}
body {
  background-image: url(/assets/img/body-bg.png?h=950c3f093e8ac4f430289a708f89a961);
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #000;
  background-color: #f0f0f0;
  border-color: #f0f0f0;

}

.btn-default {
  background-color: #f0f0f0;
}