.clear {
  clear: both; }

.center {
  width: 100%;
  text-align: center; }

body {
  margin: 0;
  padding: 0; }

#container {
  width: 900px;
  margin: 0 auto; }

#top-bar {
  height: 40px;
  line-height: 32px;
  border: 1px solid #dddddd;
  border-top: 0;
  background-color: #f6f6f6; }
  #top-bar .top-bar-item {
    float: right;
    margin-right: 5px;
    margin-top: 3px; }
  #top-bar .top-bar-item:first-of-type {
    float: left;
    margin-top: 0;
    margin-left: 10px;
    color: #444444; }

#menu {
  font-family: "Kite One", sans-serif;
  font-size: 0.9em;
  text-transform: uppercase;
  color: #333333;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  z-index: 20; /* ensures menu has stacking priority */
}

#menu .menu-item {
  width: 140px;
  float: left;
  margin-left: 50px;
  position: relative;
  z-index: 21; /* stacks each item above slideshow */
}

#menu .menu-item:first-of-type {
  margin-left: 0;
}

#menu .menu-item a {
  color: #444444;
  text-decoration: none;
}

#menu .menu-item .menu-more {
  width: 140px;
  font-family: "ABeeZee", sans-serif;
  font-size: 0.9em;
  background-color: #f6f6f6;
  visibility: hidden;
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 30; /* highest stacking priority */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* optional: soft shadow */
}

#menu .menu-item .menu-more li {
  height: 30px;
  line-height: 30px;
}

#menu .menu-item .menu-more li:hover {
  text-decoration: underline;
  background-color: #f0f0f0;
}

#menu .menu-item:hover .menu-more {
  visibility: visible;
}
.slideshow-container {
  position: relative;
  z-index: 1;
}

body {
  font-family: "Open Sans";
  font-weight: 300;
  line-height: 1.2em; }

  * {box-sizing: border-box}
  body {font-family: Verdana, sans-serif; margin:0}
  .mySlides {display: none}
  img {vertical-align: middle;}

  /* Slideshow container */
  .slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }

  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
  }

  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }

  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .active, .dot:hover {
    background-color: #717171;
  }

  /* Fading animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }

  @-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
  }

#footer {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 0.8em;
  line-height: 1.8em;
  text-align: center; }
  #footer #address-1, #footer #address-2 {
    background-color: #f8f8f8;
    border: 1px solid #eeeeee;
    line-height: 1.45em; }
  #footer #phone {
    font-size: 0.9em;
    line-height: 2.5em; }

.wing-left, .wing-right {
  width: 18px;
  position: relative;
  top: -3px; }

/*  MEN LONG */
.hair-pictures .image {
  float: left;
  margin: 40px; }
.hair-pictures img {
  width: 175px;
  height: 233px; }

/* MEN LONG END */
