body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif, Times New Roman;
  background-color: #ffffef;
}

/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #9cbcab;
  border-style: none;
  padding: 14px 8px;
}

/* wrap navbar and set a width so doesnt wrap */
.navbar-shell {
  overflow: hidden;
  border-style: none;
  width: 1400px;
}
.homeimg {
  float: left;
  overflow: hidden;
  border: none;
  outline: none;
  padding: 0px 0px;
  background-color: #9cbcab;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

.buttons-section {
  display: inline-block;
  margin-left: 10px;
}

a.buttons-top {
  display: inline-block;
  width: 120px;
  margin: 0px 10px 0px 10px;
  padding: 5px 15px;
  border: 2px solid #ffffff;
  border-radius: 24px;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Roboto',sans-serif;
  color: #ffffff;
  text-shadow: 0 0.04em 0.04em #000000;
  text-align: center;
  transition: all 0.2s;
}
a.buttons-top:hover {
  background-color: #545454;
}


input.dropdown-search-box {
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -ms-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
  width: 120px;
  border-radius: 4px;
  outline: none;
  margin: 5px 1px 3px 5px;
  padding: 2px 0px 2px 3px;
  background-color: #ffffef;
  border: 2px solid #779180;
  box-shadow: 0 0 5px #779180;
}

input.dropdown-search-box:focus {
  margin: 5px 1px 3px 5px;
  padding: 2px 0px 2px 3px;
  background-color: #ffffff;
  border: 2px solid #9cbcab;
  box-shadow: 0 0 5px #ffffff;
}

.salon-welcome-bar {
  position: relative;
  background-color: #ffffef;
  text-align: left;
  height: 60px;
}
.salon-welcome {
  position: relative;
  padding: 16px 25px;
  text-align: left;
  color: #779180;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
}

.search-image {
  background-image: url("../img/img1.jpg");
  background-color: #ffffef;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 0px;
  opacity: 0.8;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}
.search-box {
  position: relative;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.login-msg {
  position: relative;
  text-align: center;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
}

.login-pwd {
  position: relative;
  width: 350px;
  top: 50%;
  left: 50%;
  background-color: #ffffef;
  text-align: Left;
  font-size: 16px;
  font-weight: bold;
  color: #779180;
  padding: 10px 10px 10px 10px;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -ms-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
  border-radius: 4px;
  outline: none;
  border: 2px solid #779180;
  box-shadow: 0 0 5px #779180;
}

.table-search-box {
  position: relative;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -ms-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
  border-radius: 4px;
  outline: none;
  border: 2px solid #779180;
  box-shadow: 0 0 5px #779180;
}

input.search-main {
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -ms-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
  width: 250px;
  border-radius: 4px;
  outline: none;
  margin: 5px 1px 13px 0px;
  padding: 10px 0px 10px 3px;
  background-color: #ffffef;
  border: 2px solid #779180;
  box-shadow: 0 0 5px #779180;
}

input.search-main:focus {
  margin: 5px 1px 3px 0px;
  padding: 10px 0px 10px 3px;
  background-color: #ffffff;
  border: 2px solid #9cbcab;
  box-shadow: 0 0 5px #ffffff;
}

input[type=submit] {
  display: inline-block;
  width: 100px;
  padding: 5px 15px;
  border: 2px solid #ffffff;
  border-radius: 24px;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Roboto',sans-serif;
  color: #111111;
  text-shadow: 0 0.04em 0.04em #000000;
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
  background-color: #9cbcab; 
}

input[type=button] {
  display: inline-block;
  width: 150px;
  padding: 5px 15px;
  border: 2px solid #ffffff;
  border-radius: 24px;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Roboto',sans-serif;
  color: #111111;
  text-shadow: 0 0.04em 0.04em #000000;
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
  background-color: #9cbcab; 
}

input[type=button]:hover {
    background-color:#545454;
    color: #ffffff;
}

.salon-field-cell {
  text-align: left;
}

.salon-field-label {
  color: #779180;
  font-size: 12px;
  font-weight: bold;
  vertical-align: bottom;
}

.salon-reset-password {
  position: relative;
  top: -42px;
  right: 40px;
  text-align: right;
  color: #779180;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
}

.reset-pwd {
  padding: 5px 50px 5px 10px; 
  text-decoration: none;
  font-size: 10px;
  background-color: inherit;
  color: #000000;
}
.reset-pwd a {
  text-decoration: none;
  color: white; 
}

.subscribe-page {
  background-color: #ffffef;
  position: relative;
  top: 0px;
  width: 1150px;
  height: 600px;
  text-align: center;
/*
  border: 2px solid RED;
*/  
}
.subscribe-left-area {
  float: left;
  margin-left: 10px;
  margin-right: 20px;
  width: 575px;
  overflow: hidden;
  text-align: left;
  color: black;
  font-size: 16px;
/*  
  border: 2px solid BLUE;
*/
}
.subscribe-right-area {
  overflow: hidden;
  word-wrap: normal;
  color: black;
  width: 500px;
/*
  border: 2px solid GREEN;
*/
}

.subscribe-buy-title {
  padding: 7px;
  background-color: #779180; 
  color: white; 
  text-align: center;  
  text-shadow: 0 0.04em 0.04em #000000;"
}

.subscribe-buy-price {
  padding: 18px;
  background-color: white; 
  color: #000000; 
  text-align: center;  
  border-bottom: 1px solid #779180;
}

.subscribe-buy-list {
  margin: 0;
  padding: 10px 5px;
  background-color: #779180; 
  text-align: left;
  color: white; 
  font-size: 14px;
}

#subscribe-buy-button {
  padding: 2px; 
  width: 120px; 
  border-radius: 2px;
  background-color: #ffffff; 
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); 
  cursor: pointer;
}

#subscribe-buy-button:hover {
  background-color: #ffffef;
  color: black;
}

.subscribe-buynow-button {
  padding: 2px; 
  width: 120px; 
  border-radius: 2px;
  background-color: #ffffff; 
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); 
  cursor: pointer;
}

.subscribe-buynow-button:hover {
  background-color: #ffffef;
  color: black;
}

.klosterman-page {
  background-color: #ffffef;
  position: relative;
  top: 0px;
}
.klosterman-box {
  position: relative;
  margin: auto;
  width: 80%;
  font-size: 16px;
  text-align: left;
  color: black;
}

.disclaimer-text {
  margin: auto;
  width:60%;	
  position: relative;
  font-size: x-small;
  text-align: left;
  bottom:0;
}
