/*::Less
----------------------------------------------- */
/* Light:300, Regular:400, Semibold:600 */
.transition-all {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.transition-all-fast {
  -webkit-transition: all 0.0625s ease-out;
  -moz-transition: all 0.0625s ease-out;
  -ms-transition: all 0.0625s ease-out;
  -o-transition: all 0.0625s ease-out;
  transition: all 0.0625s ease-out;
}
.transition-all-slow {
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -ms-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}
.transition-border {
  -webkit-transition: border-color 0.25s ease-out;
  -moz-transition: border-color 0.25s ease-out;
  -ms-transition: border-color 0.25s ease-out;
  -o-transition: border-color 0.25s ease-out;
  transition: border-color 0.25s ease-out;
}
.transition-border-color-fast {
  -webkit-transition: border-color 0.0625s ease-out;
  -moz-transition: border-color 0.0625s ease-out;
  -ms-transition: border-color 0.0625s ease-out;
  -o-transition: border-color 0.0625s ease-out;
  transition: border-color 0.0625s ease-out;
}
.transition-opacity {
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.transition-background-color {
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -ms-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.transition-color {
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.transition-width {
  -webkit-transition: width 0.25s ease-out;
  -moz-transition: width 0.25s ease-out;
  -ms-transition: width 0.25s ease-out;
  -o-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}
.transition-none {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
/*::Composite Builder
----------------------------------------------- */

.alert {
  border-radius: 10px;
  height: 30px;
  line-height: 30px;
  position: relative;
  padding: 20px;
  margin-top: 35px;
  font-size: 20px;
}
.alert a {
  position: absolute;
  height: 30px;
  width: 30px;
  background: white;
  border-radius: 30px;
  text-indent: -1000em;
  right: 20px;
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.alert a:hover {
  background: #cb433a;
}
.alert a:hover span {
  background-color: white;
}
.alert a span {
  position: absolute;
  background: #cb433a;
  left: 50%;
  top: 50%;
  border-radius: 2px;
}
.alert a .line1 {
  width: 20px;
  height: 4px;
  margin: -2px 0 0 -10px;
}
.alert a .line2 {
  width: 4px;
  height: 20px;
  margin: -10px 0 0 -2px;
}
.alert.success {
  background: #278523;
  color: white;
}
.alert.error {
  background: #cb433a;
}
/*::Composite Builder
----------------------------------------------- */

/* -- PAGE TITLE AND NAVIGATION -- */

#composite-builder {
  margin: 0 auto;
  width: 870px;
}
#composite-builder h1 {
  text-align: center;
  color: #2c7da0;
}
#composite-builder nav {
  text-align: center;
  text-space-collapse: collapse;
  font-size: 0;
  padding-bottom: 40px;
}
#composite-builder nav a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 134px;
  border: 2px solid #e6e6e2;
  background: #e9e9e6;
  border-radius: 5px;
  color: #949489 !important;
  font-size: 15px;
  margin: 0 20px;
  position: relative;
}
#composite-builder nav a:hover {
  background-color: #e6e6e2;
}
#composite-builder nav a:after {
  content: "";
  height: 20px;
  width: 44px;
  top: 50%;
  margin: -10px 0 0 0;
  background: url(images/bg-builder-nav.png) no-repeat 0 0;
  position: absolute;
  right: -44px;
  z-index: 10;
}
#composite-builder nav a.on,
#composite-builder nav a.done {
  background: #2c7da0;
  color: #eeeee9 !important;
  font-weight: 600;
}
#composite-builder nav a.on:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #2c7da0 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -7px;
  bottom: -7px;
}
#composite-builder nav a.done:after {
  background-position: 0 -20px;
}
#composite-builder nav a.done span {
  padding-left: 22px;
  background: url(images/icon-done.png) no-repeat left 1px;
}
#composite-builder nav a.last:after {
  display: none;
}
#configurator {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
/* -- DISPLAY AREA -- */

/* Start Arrow Animation */

@-webkit-keyframes start {
  from {
    opacity: 0;
    padding-left: 70px;
  }
  to {
    opacity: 1;
    padding-left: 20px;
  }
}
@-moz-keyframes start {
  from {
    opacity: 0;
    padding-left: 70px;
  }
  to {
    opacity: 1;
    padding-left: 20px;
  }
}
@-o-keyframes start {
  from {
    opacity: 0;
    padding-left: 70px;
  }
  to {
    opacity: 1;
    padding-left: 20px;
  }
}
@keyframes start {
  from {
    opacity: 0;
    padding-left: 70px;
  }
  to {
    opacity: 1;
    padding-left: 20px;
  }
}
#display {
  position: relative;
  float: left;
  width: 520px;
  height: 416px;
}
#display.empty {
  background: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  border: 2px dashed #eeeee9;
  border-radius: 10px;
}
#display.empty p {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  color: #353224;
  font-weight: 300;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  background: white;
  position: absolute;
  float: left;
  padding-left: 20px;
  border-radius: 5px;
  top: 100px;
  left: 0;
  -webkit-animation: start 0.5s 3s ease-out forwards;
  -moz-animation: start 0.5s 3s ease-out forwards;
  -o-animation: start 0.5s 3s ease-out forwards;
  animation: start 0.5s 3s ease-out forwards;
}
#display.empty p:after,
#display.empty p:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#display.empty p:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 30px;
  margin-top: -30px;
}
#display.empty p:before {
  border-color: rgba(238, 238, 233, 0);
  border-right-color: #eeeee9;
  border-width: 33px;
  margin-top: -33px;
}
#display.fixed {
  position: fixed;
  top: 20px;
  left: 50%;
  margin-left: -85px;
}
#display.bottomed {
  position: absolute !important;
  top: auto;
  bottom: 0;
  right: 0;
}
#display p {
  opacity: 0 !important;
}
#display img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#display img.display-step-mountboard {
  z-index: 1;
}
#display img.display-step-frame {
  z-index: 2;
}
#display img.display-step-group-crest {
  z-index: 3;
}
#display img.display-step-heading-style {
  z-index: 4;
}
#display img.display-step-attire {
  z-index: 5;
}
#display img.display-step-plaque-style {
  z-index: 6;
}
#display img.display-step-plaque-style-2 {
  z-index: 7;
}
#display img.display-step-name-style {
  z-index: 8;
}
#display #closeup {
  width: 200px;
  height: 273px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: white;
  z-index: 100;
  border: 10px solid white;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#display #closeup.closed {
  height: 0;
  width: 0;
  border: 0;
}
#display #closeup.closed img {
  opacity: 0;
}
#display #closeup.closed #closeup-toggler {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  top: -54px;
  left: -54px;
}
#display #closeup.off {
  display: none;
}
#display #closeup img {
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
#display #closeup .display-step-mountboard-closeup {
  z-index: 1;
}
#display #closeup .display-step-attire-closeup {
  z-index: 2;
}
#display #closeup .display-step-plaque-style-closeup {
  z-index: 3;
}
#display #closeup .display-step-plaque-style-2-closeup {
  z-index: 4;
}
#display #closeup .display-step-name-style-closeup {
  z-index: 5;
}
#display #closeup #closeup-toggler {
  position: absolute;
  height: 30px;
  width: 30px;
  top: -20px;
  left: -20px;
  background: white;
  z-index: 100;
  border-radius: 30px;
  border: 2px solid #eeeee9;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#display #closeup #closeup-toggler:hover {
  background-color: #cb433a;
}
#display #closeup #closeup-toggler:hover span {
  background-color: white;
}
#display #closeup #closeup-toggler span {
  position: absolute;
  background: #cb433a;
  left: 50%;
  top: 50%;
  border-radius: 2px;
}
#display #closeup #closeup-toggler .line1 {
  width: 20px;
  height: 4px;
  margin: -2px 0 0 -10px;
}
#display #closeup #closeup-toggler .line2 {
  width: 4px;
  height: 20px;
  margin: -10px 0 0 -2px;
}
/* -- CONFIGURE AREA -- */

#configure {
  background: #eeeee9;
  float: left;
  margin: 0 20px 0 0;
  border-radius: 10px;
  position: relative;
  padding-bottom: 79px;
  width: 330px;
  min-height: 337px;
}
#configure fieldset {
  display: none;
}
#configure fieldset.on {
  display: block;
}
#configure legend {
  text-align: center;
  padding-top: 9px;
  display: block;
  width: 100%;
  line-height: 70px;
  position: relative;
}
#configure legend span {
  font-size: 32px;
  color: #2c7da0;
}
#configure legend a.prev,
#configure legend a.next {
  top: 9px;
  text-indent: -1000em;
}
#configure p.key {
  color: #6c6c65;
  background: url(images/jewel-premium-alt.png) no-repeat 21px 0px;
  border-top: 1px solid #e6e6e2;
  margin-bottom: 0;
  padding: 12px 20px 12px 44px;
}
#configure ol {
  list-style: none;
  margin: 0;
}
#configure ol > li {
  border-top: 1px solid #e6e6e2;
  padding: 30px 30px 30px 40px;
  position: relative;
  clear: both;
}
#configure ol .indicator {
  position: absolute;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 25px;
  background: #eeeee9;
  border: 4px solid #f8f8f7;
  font-size: 14px;
  font-weight: 600;
  color: #6c6c65;
  left: -16px;
  top: 64px;
  border-radius: 40px;
}
#configure label,
#configure .label {
  line-height: 16px;
  display: block;
  font-size: 20px;
  font-weight: 300;
  color: #6c6c65;
  padding-bottom: 14px;
  margin-bottom: 0;
}
#configure label + .option,
#configure .label + .option {
  margin-top: -14px;
}
#configure label span,
#configure .label span {
  color: #cb433a;
}
#configure input.text,
#configure select {
  height: 40px;
  border: 2px solid #e6e6e2;
  padding: 9px 12px;
  width: 80%;
  cursor: pointer;
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  background-image: none;
  background-repeat: no-repeat;
}
#configure input.text:focus,
#configure select:focus {
  border-color: #cb433a;
}
#configure input.text.mid,
#configure select.mid {
  width: 60%;
}
#configure input.text.small,
#configure select.small {
  width: 40%;
}
#configure input.text,
#configure textarea {
  background-image: none;
  background-repeat: no-repeat;
}
#configure input.text {
  margin: -7px 0 21px 0;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
}
#configure textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 9px 12px;
  border: 2px solid #e6e6e2;
  width: 100%;
  max-width: 100%;
  height: 160px;
  display: block;
  margin: -7px 0 21px 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#configure textarea:focus {
  border-color: #cb433a;
  outline: none;
}
#configure input.error,
#configure textarea.error {
  color: #cb433a;
  padding-left: 20px;
  background-image: url(images/bg-error.png);
  background-repeat: no-repeat;
  background-position: 8px 8px;
  border-color: #cb433a;
}
#configure .input-validation-error {
  margin-bottom: 5px !important;
  border-color: #cb433a !important;
  color: #cb433a !important;
}
#configure .field-validation-error {
  clear: both;
  margin-bottom: 21px;
  display: block;
  color: #cb433a;
}
#configure .option {
  list-style: none;
  margin: 0;
  float: left;
  width: 100%;
}
#configure .option.active:hover li label {
  opacity: 0.75;
}
#configure .option.active.large-options li {
  opacity: 1 !important;
}
#configure .option.active.large-options li.active label {
  border-color: #2c7da0;
}
#configure .option.active.large-options li.active label span {
  border-color: #2c7da0;
}
#configure .option.active li.active label,
#configure .option.active li:hover label {
  opacity: 1 !important;
}
#configure .option.active li.active label {
  border-color: #2c7da0;
}
#configure .option.active li label {
  opacity: 0.25;
}
#configure .option li {
  float: left;
  height: 36px;
  width: 36px;
  padding: 16px 16px 0 0;
}
#configure .option li.none {
  width: 140px;
}
#configure .option li.none label {
  text-indent: 0;
  text-align: center;
  background: white;
  height: 36px;
  line-height: 34px;
  font-size: 13px;
  font-weight: 300;
}
#configure .option li.none input {
  position: absolute;
  left: -1000em;
}
#configure .option li.key {
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  font-style: italic;
  height: auto;
  color: #b8b8b2;
  margin-bottom: -8px;
}
#configure .option li.hidden {
  display: none;
}
#configure .option li label {
  display: block;
  text-indent: -1000em;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  padding: 0;
  margin: 0;
  border: 2px solid #e6e6e2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#configure .option li label.premium:before,
#configure .option li label.additional:before {
  content: '';
  position: absolute;
  top: -3px;
  right: 17px;
  height: 20px;
  width: 17px;
  background: url(images/jewel-premium.png) no-repeat 0 0;
}
#configure .option li label.gem {
  background: transparent;
}
#configure .option li label:hover {
  border-color: #cb433a;
}
#configure .option li label:focus-within {
  border-color: #cb433a !important;
}
#configure .option li label input {
  float: none;
}
#configure .option.large-options li {
  height: 83px;
  padding-right: 0;
  width: 260px;
}
#configure .option.large-options li label {
  background: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  border: 2px solid #e6e6e2;
  text-indent: 0;
  line-height: 79px;
  color: #6f6d66;
  font-size: 18px;
  font-weight: 300;
}
#configure .option.large-options li label:hover {
  border-color: #cb433a;
}
#configure .option.large-options li label:hover span {
  border-color: #cb433a;
}
#configure .option.large-options li span {
  float: left;
  height: 79px;
  border-right: 1px solid #e6e6e2;
  margin-right: 20px;
  -webkit-transition: border-color 0.25s ease-out;
  -moz-transition: border-color 0.25s ease-out;
  -ms-transition: border-color 0.25s ease-out;
  -o-transition: border-color 0.25s ease-out;
  transition: border-color 0.25s ease-out;
}
#configure .option.large-options li span img {
  display: block;
  margin: 14px 10px 0 10px;
  width: 50px;
}
#configure .option.large-options li input {
  position: absolute;
  left: -1000em;
}
#configure .panel {
  display: none;
}
#configure .panel.on {
  display: block;
}
#configure .panel p,
#configure .panel label {
  margin-bottom: -6px;
  color: #b8b8b2;
  padding-top: 12px;
  font-size: 14px;
  line-height: 20px;
}
#configure .panel p {
  font-style: italic;
}
#configure .panel label {
  padding-bottom: 0;
}
#configure .panel label input {
  margin: 3px 5px 0 0;
  float: left;
}
#configure .idea {
  clear: both;
  padding-top: 16px;
  display: none;
}
#configure .idea textarea {
  height: 80px;
  margin-bottom: 0;
}
#configure #plaque-hint {
  float: left;
  width: 100%;
  margin-bottom: 16px;
}
#configure #plaque-hint .group {
  float: left;
  width: 50%;
}
#configure #plaque-hint .group img {
  float: left;
  width: 20%;
  margin-right: 5%;
}
#configure #plaque-hint .group h5 {
  margin-bottom: 4px;
  font-size: 14px;
  color: #b8b8b2;
  font-style: italic;
}
#configure #selections {
  padding: 30px 40px;
  border-top: 1px solid #e6e6e2;
}
#configure #selections h4 {
  color: #6f6d66;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 5px;
}
#configure #selections ul {
  list-style: none;
  margin: 0;
}
#configure #instructions {
  padding: 30px 40px;
  border-top: 1px solid #e6e6e2;
}
#configure #instructions #send {
  background: white url(images/jewel-submit.png) no-repeat right center;
  padding-right: 40px;
}
#configure #instructions .stButton {
  height: 41px;
  padding-right: 20px;
  border: 2px solid #ccccc8;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#configure #instructions .stButton:hover {
  border-color: #cb433a;
}
#configure #instructions .stButton:before {
  content: "SHARE";
  color: #cb433a;
  font-size: 15px;
  line-height: 41px;
}
#configure #instructions .st_sharethis,
#configure #instructions .stButton {
  background: white url(images/jewel-email.png) no-repeat 20px center;
  padding-left: 43px;
  float: left;
  margin-bottom: 10px;
}
#configure #instructions #send:active,
#configure #instructions #email:active {
  background-color: #cb433a;
}
#configure #instructions #error-list h5,
#configure #instructions #error-list p {
  color: #cb433a;
}
#configure #instructions #error-list h5 {
  font-size: 20px;
  margin-bottom: 5px;
}
#configure #instructions #error-list span:after {
  content: ", ";
}
#configure #instructions #error-list span:last-child:after {
  content: "";
}
#configure .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 78px;
  line-height: 78px;
  border-top: 1px solid #e6e6e2;
}
#configure a.prev,
#configure a.next {
  color: #bbbab0;
  opacity: 0.8;
  font-size: 17px;
  position: absolute;
  top: 0;
}
#configure a.prev:hover,
#configure a.next:hover {
  opacity: 1;
}
#configure a.prev {
  left: 20px;
  background: url(images/builder-prev-bg.png) no-repeat 0 center;
  padding-left: 20px;
}
#configure a.prev:hover {
  padding-left: 25px;
}
#configure a.next {
  right: 20px;
  background: url(images/builder-next-bg.png) no-repeat right center;
  padding-right: 20px;
}
#configure a.next:hover {
  padding-right: 25px;
}
#configure a.done {
  opacity: 1;
  color: #2c7da0;
  font-weight: 600;
}
/* -- REVIEW AREA -- */

/* Add Item to list */

@-webkit-keyframes addItem {
  from {
    opacity: 0;
    margin-top: 20px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
@-moz-keyframes addItem {
  from {
    opacity: 0;
    margin-top: 20px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
@-o-keyframes addItem {
  from {
    opacity: 0;
    margin-top: 20px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes addItem {
  from {
    opacity: 0;
    margin-top: 20px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
/* Remove Item from List */

@-webkit-keyframes deleteItem {
  from {
    opacity: 1;
    margin-top: 0;
  }
  to {
    opacity: 0;
    margin-top: -20px;
  }
}
@-moz-keyframes deleteItem {
  from {
    opacity: 1;
    margin-top: 0;
  }
  to {
    opacity: 0;
    margin-top: -20px;
  }
}
@-o-keyframes deleteItem {
  from {
    opacity: 1;
    margin-top: 0;
  }
  to {
    opacity: 0;
    margin-top: -20px;
  }
}
@keyframes deleteItem {
  from {
    opacity: 1;
    margin-top: 0;
  }
  to {
    opacity: 0;
    margin-top: -20px;
  }
}
#review {
  clear: both;
  width: 100%;
  position: relative;
  margin-bottom: 70px;
  min-height: 80px;
}
#review.empty p {
  opacity: 1;
}
#review.empty ul {
  opacity: 0;
}
#review p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  border-radius: 10px;
  background: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  border: 2px dashed #eeeee9;
  text-align: center;
  color: #6f6d66;
  font-weight: 300;
  font-size: 20px;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#review ul {
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 10;
}
#review li {
  height: 55px;
  margin: 0 10px 10px 0;
  white-space: nowrap;
  font-size: 0;
  float: left;
}
#review li.deleting {
  -webkit-animation: deleteItem 0.5s ease-out forwards;
  -moz-animation: deleteItem 0.5s ease-out forwards;
  -o-animation: deleteItem 0.5s ease-out forwards;
  animation: deleteItem 0.5s ease-out forwards;
}
#review li a {
  float: left;
  height: 15px;
  width: 15px;
  border-radius: 30px;
  text-indent: -1000em;
  background: #eae9e1 url(images/jewel-review-close.png) no-repeat center center;
  margin: 18px 10px 0 0;
}
#review li a:hover {
  background-color: #cb433a;
}
#review li h4,
#review li span {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  background: white;
  border-style: solid;
  border-color: #eae9e1;
  line-height: 51px;
  padding: 0 20px;
  white-space: nowrap;
}
#review li h4 {
  color: #a09f97;
  border-width: 2px 1px 2px 2px;
  border-radius: 5px 0 0 5px;
}
#review li span {
  color: #777769;
  border-width: 2px 2px 2px 0;
  border-radius: 0 5px 5px 0;
}
#review li div {
  -webkit-animation: addItem 1s;
  -moz-animation: addItem 1s;
  -o-animation: addItem 1s;
  animation: addItem 1s;
}
.builder-size-warning {
  display: none;
}
/*::Media Queries
----------------------------------------------- */

/*
    @media screen and (max-width:879px) {
        body { overflow:hidden;
            &:after { content:""; position:fixed; background: #fff url(images/bg-overlay.png) repeat 0 0; left:0; top:0; width:100%; height:100%; z-index:999999; display:block; }
        }
        .builder-size-warning {
            position:fixed; left:50%; top:50%; width:300px; height:300px; margin:-150px 0 0 -150px; display:block; color:#fff; z-index:1000000;
            h2 { font-family:@font-proxima !important; font-size:24px; font-weight:700; color:#fff !important; }
        }
    }

    */

@media screen and (min-width: 1220px) {
  #composite-builder {
    width: 1120px;
  }
  #composite-builder nav a {
    height: 48px;
    line-height: 48px;
    width: 156px;
    font-size: 17px;
  }
  #configure {
    width: 430px;
    min-height: 457px;
  }
  #configure .option.large-options li {
    width: 360px;
  }
  #configure .option li {
    height: 40px;
    width: 40px;
  }
  #configure .option li.none label {
    height: 40px;
    line-height: 38px;
  }
  #configure #instructions #send {
    float: right;
  }
  #configure #instructions .st_sharethis {
    margin-bottom: 0;
  }
  #display {
    width: 670px;
    height: 536px;
  }
  #display.fixed {
    margin-left: -110px;
  }
}
@media screen and (min-width: 1470px) {
  #composite-builder {
    width: 1370px;
  }
  #configure {
    width: 530px;
    min-height: 577px;
  }
  #configure legend span {
    font-size: 48px;
  }
  #configure legend a.next,
  #configure legend a.prev {
    text-indent: 0;
  }
  #configure .option.large-options li {
    width: 222px;
  }
  #configure .option.large-options li:nth-child(2n-1) {
    padding-right: 16px;
  }
  #configure .option.large-options li label {
    padding-top: 14px;
    line-height: 25px;
  }
  #configure .option.large-options li label span {
    margin-top: -14px;
  }
  #display {
    width: 820px;
    height: 656px;
  }
  #display.fixed {
    margin-left: -135px;
  }
  #display #closeup {
    width: 250px;
    height: 342px;
  }
}
@media screen and (min-width: 1720px) {
  #composite-builder {
    width: 1620px;
  }
  #configure {
    width: 630px;
    min-height: 697px;
  }
  #configure .option.large-options li {
    width: 272px;
  }
  #configure .option.large-options li label {
    padding-top: 0;
    line-height: 79px;
  }
  #configure .option.large-options li label span {
    margin-top: 0;
  }
  #display {
    width: 970px;
    height: 776px;
  }
  #display.fixed {
    margin-left: -160px;
  }
  #display #closeup {
    width: 300px;
    height: 410px;
  }
}
