/*COLORS*/
/*FONTS*/
/*PADDINGS & MARGINS*/
/*GENERAL*/
/*HEADER & NAVIGATION*/
/*BUTTONS*/
/*FORMS*/
/*HOMEPAGE*/
/*FOOTER*/
/*BREAKPOINTS*/
#wrapper {
  overflow: hidden;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1200px;
}
#wrapper:before,
#wrapper:after {
  content: " ";
  display: table;
}
#wrapper:after {
  clear: both;
}
@media (max-width: 767px) {
  #wrapper {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #wrapper {
    width: 768px !important;
  }
}
@media (min-width: 1024px) {
  #wrapper {
    width: 1024px !important;
  }
}
@media (min-width: 1200px) {
  #wrapper {
    width: 1200px !important;
  }
}
/*HELPER CLASSES*/
.brand-font {
  font-family: 'Trade Gothic W01 Bold', Arial, sans-serif;
  text-transform: uppercase;
}
.body-font {
  font-family: 'Univers LT W01_55 Roman1475956', Arial, sans-serif;
}
.body-font-bold {
  font-family: 'Trade Gothic W01 Bold', Arial, sans-serif;
}
.branded-headline-1 {
  font-size: 40px;
  font-family: 'Trade Gothic W01 Bold', Arial, sans-serif;
  text-transform: uppercase;
  color: #393c43;
}
.branded-headline-2 {
  font-size: 34px;
  font-family: 'Trade Gothic W01 Bold', Arial, sans-serif;
  text-transform: uppercase;
  color: #393c43;
}
.branded-headline-3 {
  font-size: 26px;
  font-family: 'Trade Gothic W01 Bold', Arial, sans-serif;
  text-transform: uppercase;
  color: #393c43;
}
.headline-1 {
  font-size: 34px;
  font-family: 'Trade Gothic W01 Bold', Arial, sans-serif;
}
.headline-2 {
  font-size: 24px;
  font-family: 'Trade Gothic W01 Bold', Arial, sans-serif;
  text-transform: uppercase;
}
.headline-3 {
  font-size: 21px;
  font-family: 'Univers LT W01_55 Roman1475956', Arial, sans-serif;
}
.headline-4 {
  font-size: 18px;
  font-family: 'Trade Gothic W01 Bold', Arial, sans-serif;
}
.body-bold {
  font-size: 14px;
  font-family: 'Trade Gothic W01 Bold', Arial, sans-serif;
}
.body-small {
  font-size: 13px;
  font-family: 'Univers LT W01_55 Roman1475956', Arial, sans-serif;
}
.body-bold-small {
  font-size: 13px;
  font-family: 'Trade Gothic W01 Bold', Arial, sans-serif;
}
.body-xsmall {
  font-size: 12px;
  font-family: 'Univers LT W01_55 Roman1475956', Arial, sans-serif;
}
.body-bold-xsmall {
  font-size: 12px;
  font-family: 'Trade Gothic W01 Bold', Arial, sans-serif;
}
.body-large {
  font-size: 15px;
  font-family: 'Univers LT W01_55 Roman1475956', Arial, sans-serif;
}
.body-bold-large {
  font-size: 15px;
  font-family: 'Trade Gothic W01 Bold', Arial, sans-serif;
}
.body-xlarge {
  font-size: 16px;
  font-family: 'Univers LT W01_55 Roman1475956', Arial, sans-serif;
}
.body-bold-xlarge {
  font-size: 16px;
  font-family: 'Trade Gothic W01 Bold', Arial, sans-serif;
}
.color-golden {
  color: #ffd100;
}
.color-black {
  color: #393c43;
}
.color-white {
  color: #ffffff;
}
.color-carbon {
  color: #393c43;
}
.color-steel {
  color: #dcdddf;
}
.button-primary {
  white-space: normal;
  border: none;
  box-shadow: none;
  font-size: 24px;
  font-family: 'Trade Gothic W01 Bold', Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  background: #ffd100;
  padding: 7px 15px;
  transition: background-color 0.15s;
}
.button-primary,
.button-primary a {
  color: #393c43;
}
@media (min-width: 1024px) {
  .button-primary:hover {
    background: #393c43;
    color: #ffd100;
    text-decoration: none;
  }
  .button-primary:hover a {
    text-decoration: none;
  }
  .button-primary[disabled="disabled"]:hover {
    color: #CCCCCC;
  }
}
.button-primary.disabled {
  background: #393c43;
  opacity: .8;
  cursor: default;
  color: currentColor;
}
.button-standard {
  border: none;
  box-shadow: none;
  background: #393c43;
  padding: 5px 10px;
  font-size: 14px;
  font-family: 'Trade Gothic W01 Bold', Arial, sans-serif;
  cursor: pointer;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.15s;
}
.button-standard,
.button-standard a {
  color: #ffffff;
}
.secondary-cta {
  border: none;
  box-shadow: none;
  background: #ffffff;
  display: inline-block;
  width: auto;
  padding: 10px;
  color: #393c43;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Trade Gothic W01 Bold', Arial, sans-serif;
}
.secondary-cta:after {
  content: "\f105";
  margin-left: 5px;
  font-family: fontawesome;
  font-size: 16px;
  color: #393c43;
}
@font-face {
  font-family: 'HeltarRegular';
  src: url('../fonts/heltar_regular_macroman/Heltar-Regular-webfont.eot');
  src: url('../fonts/heltar_regular_macroman/Heltar-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/heltar_regular_macroman/Heltar-Regular-webfont.woff') format('woff'), url('../fonts/heltar_regular_macroman/Heltar-Regular-webfont.ttf') format('truetype'), url('../fonts/heltar_regular_macroman/Heltar-Regular-webfont.svg#HeltarRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ophian-Regular';
  src: url('../fonts/ophian_roman_macroman/Ophian-Regular-webfont.eot');
  src: url('../fonts/ophian_roman_macroman/Ophian-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ophian_roman_macroman/Ophian-Regular-webfont.woff') format('woff'), url('../fonts/ophian_roman_macroman/Ophian-Regular-webfont.ttf') format('truetype'), url('../fonts/ophian_roman_macroman/Ophian-Regular-webfont.svg#ophianroman') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Times ItalicOLD";
  src: url('../fonts/Times/timesi.ttf') format('truetype');
}
@font-face {
  font-family: "Arial BoldOLD";
  src: url('../fonts/Arial/arialbd.ttf') format('truetype');
}
/* product engraving */
#engraving {
  margin-bottom: 10px;
}
#product-engraving {
  display: none;
}
#product-engraving-summary-text {
  text-align: left;
}
#product-engraving-summary-button {
  margin: 5px 5px 0 0;
  text-align: center;
  float: left;
  display: table;
}
#engraving-modify {
  display: none;
}
#engravingfont {
  width: auto;
}
.engravingCharacterCount {
  /*font-size: .8em;	*/
  font-style: italic;
}
#engraving-details {
  float: left;
  padding: 10px;
}
#engraving-details select {
  width: 380px;
  margin-left: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#engraving-messages input {
  width: 365px;
  margin-left: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#engraving-terms {
  width: 340px;
  float: right;
  border: 1px;
  margin-left: 15px;
  font-size: 13px;
  font-family: 'Univers LT W01_55 Roman1475956', Arial, sans-serif;
}
#engraving-action-buttons {
  margin: 10px 0;
}
#engraving-accept-terms {
  width: auto;
}
#engraving-action-buttons a.buttonSFX {
  color: #fff;
  margin: auto;
  width: 135px;
  text-align: center;
  margin-bottom: 20px;
}
#engraving-messages {
  width: 380px;
  float: left;
}
#engraving-messages div {
  margin-top: 20px;
}
#engraved-tools-preview {
  height: 155px;
  width: 400px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  overflow: hidden;
}
#engraved-tools-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  overflow: hidden;
  max-width: initial;
}
#engraved-text {
  z-index: 100;
  text-align: center;
  font-family: "Courier New";
  position: absolute;
  font-size: 12px;
  /*width: 123px;
    left:84px;
    top:72px;*/
}
#selectAttrDialogMsg {
  z-index: 2;
  display: none;
  padding: 10px;
  background: silver;
  position: absolute;
  top: 10px;
  color: #000;
  width: 200px;
  font-size: 12px;
  font-family: 'Univers LT W01_55 Roman1475956', Arial, sans-serif;
}
#latin-char-warning {
  color: red;
  font: 16px italic bold;
}
@media (max-width: 767px) {
  #engraving-terms {
    float: left;
    width: 100%;
    margin: 0;
  }
  #engraving-messages input,
  #engraving-messages select {
    width: 100%;
  }
}
/*engraving area border*/
#engraved-text {
  border: 1px dashed red;
}
#engraved-text-sizer {
  white-space: nowrap;
}
