#reviewscontainer {
  display: block;
}
#reviewsbox {
  display: none;
}
#reviewsbox.featherlight-inner {
  display: block;
}
#reviewsList {
  font-size: 9pt;
  color: #696969 !important;
}
#reviewsList p {
  margin: 0;
  padding: 5px 2px;
}
#reviewsList .reviewItem {
  margin: 20px 0;
}
#reviewsList .reviewItem .rate:before {
  color: #cca60b;
}
#reviewsList .reviewItem .rate.d1:before {
  content: "\2605";
}
#reviewsList .reviewItem .rate.d2:before {
  content: "\2605\2605";
}
#reviewsList .reviewItem .rate.d3:before {
  content: "\2605\2605\2605";
}
#reviewsList .reviewItem .rate.d4:before {
  content: "\2605\2605\2605\2605";
}
#reviewsList .reviewItem .rate.d5:before {
  content: "\2605\2605\2605\2605\2605";
}
#reviewsList .reviewItem .review {
  width: 50%;
}
.add-review {
  display: inline-block;
  background: #d9b217;
  background: -moz-linear-gradient(top, #d9b217 0%, #a08313 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9b217), color-stop(100%, #a08313));
  background: -webkit-linear-gradient(top, #d9b217 0%, #a08313 100%);
  background: -o-linear-gradient(top, #d9b217 0%, #a08313 100%);
  background: -ms-linear-gradient(top, #d9b217 0%, #a08313 100%);
  background: linear-gradient(to bottom, #d9b217 0%, #a08313 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9b217', endColorstr='#a08313', GradientType=0)";
  width: 110px;
  height: 25px;
  color: white !important;
  text-align: center;
  font-family: 'Verdana';
  font-size: 11px;
  border-radius: 6px;
  margin: 10px 0;
  padding-top: 5px;
  box-sizing: border-box;
  text-transform: uppercase;
}
.add-review:hover,
.add-review:active,
.add-review:visited {
  color: white !important;
  text-decoration: none;
}
#look-inside a {
  font-family: 'Verdana';
}
.star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  width: 200px;
  height: 40px;
  overflow: hidden;
  position: relative;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
}
.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 5;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
}
.star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 6;
  position: relative;
  cursor: pointer;
}
.star-rating input:hover + i,
.star-rating input:checked + i {
  opacity: 1;
}
.star-rating i ~ i {
  width: 40%;
}
.star-rating i ~ i ~ i {
  width: 60%;
}
.star-rating i ~ i ~ i ~ i {
  width: 80%;
}
.star-rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}
/* -------------------------------- 

Form

-------------------------------- */
.cd-form {
  width: 100%;
  max-width: 600px;
}
.cd-form::after {
  clear: both;
  content: "";
  display: table;
}
.cd-form div {
  /* form element wrapper */
  position: relative;
  margin: 10px 0;
}
.cd-form h4,
.cd-form .cd-label {
  font-size: 14px;
  color: #696969;
  margin-bottom: 10px;
}
.cd-form .cd-label {
  display: block;
}
.cd-form input,
.cd-form textarea,
.cd-form select,
.cd-form label,
.choice {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: #2b3e51;
}
.choice {
  color: #CCA60B;
  line-height: 45px;
  display: inline-block;
  position: absolute;
  left: 260px;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form select,
.cd-form legend {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form select {
  /* general style for input elements */
  box-sizing: border-box;
  padding: 2px;
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form input[type="text"]:focus,
.cd-form input[type="email"]:focus,
.cd-form textarea:focus,
.cd-form select:focus {
  outline: none;
  border-color: #2c97de;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
}
.cd-form .cd-select {
  /* select element wapper */
  position: relative;
}
.cd-form select {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.cd-form select::-ms-expand {
  display: none;
}
.cd-form .cd-form-list {
  margin-top: 16px;
}
.cd-form .cd-form-list::after {
  clear: both;
  content: "";
  display: table;
}
.cd-form .cd-form-list li {
  /* wrapper for radio and checkbox input types */
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 26px 16px 0;
  float: left;
}
.cd-form textarea {
  min-height: 200px;
  resize: vertical;
  overflow: auto;
}
.cd-form input[type="submit"] {
  /* button style */
  border: none;
  background: #d9b217;
  background: -moz-linear-gradient(top, #d9b217 0%, #a08313 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9b217), color-stop(100%, #a08313));
  background: -webkit-linear-gradient(top, #d9b217 0%, #a08313 100%);
  background: -o-linear-gradient(top, #d9b217 0%, #a08313 100%);
  background: -ms-linear-gradient(top, #d9b217 0%, #a08313 100%);
  background: linear-gradient(to bottom, #d9b217 0%, #a08313 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9b217', endColorstr='#a08313', GradientType=0)";
  border-radius: 6px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 10px;
  color: white;
  float: right;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form input[type="submit"]:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.cd-form .message p {
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: .25em;
  padding: 6px;
  font-family: "Open Sans", sans-serif;
}
.cd-form .success-message {
  background-color: #e9e2d0;
  display: none;
}
.cd-form .success-message p {
  color: dimgray;
}
.cd-form .error-message {
  background-color: #7D1A1A;
  display: none;
}
@-webkit-keyframes cd-bounce {
  0%,
  100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes cd-bounce {
  0%,
  100% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.8);
  }
}
@keyframes cd-bounce {
  0%,
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.js .floating-labels div {
  margin: 28px 0;
}
.js .floating-labels .cd-label {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 1rem;
  cursor: text;
  -webkit-transition: top 0.2s, left 0.2s, font-size 0.2s;
  -moz-transition: top 0.2s, left 0.2s, font-size 0.2s;
  transition: top 0.2s, left 0.2s, font-size 0.2s;
}
.js .floating-labels .icon .cd-label {
  left: 56px;
}
.js .floating-labels .cd-label.float {
  /* move label out the input field */
  font-size: 1rem;
  top: -16px;
  left: 0 !important;
}
