/*STYLING FOR HEADER ON INDEX PAGE*/
main#content{
  padding-top:0px;
}
#wrapper-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  transition: background .3s ease-in-out;
  background: transparent;
  box-shadow: none;
}
#wrapper-header.shrink {
  background:#fff;
  box-shadow: 0px 1px 14px #939598;
}
#wrapper-header .logo img {
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  width: 150px;
  height: 150px;
  transition: all .3s ease-in-out;
}
@media(max-width:1019px){
  #wrapper-header .logo img {
    width: 130px;
    height: 130px;
  }
}
#wrapper-header.shrink .logo img {
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  height: auto;
}
#wrapper-header.shrink .logo .scroll {
  display: block;
}
#wrapper-header.shrink .logo .start,
#wrapper-header .logo .scroll {
  display: none;
}
#wrapper-header .cartCount {
  color: #fff;
}
#wrapper-header .topMenu .cat-item a {
  color: #fff;
  transition: color .3s ease-in-out;
  letter-spacing: 1px;
}
#wrapper-header.shrink .topMenu .cat-item a,
#wrapper-header.shrink .cartCount{
  color: #939598;
}
#wrapper-header .drop-menu {
  top: 25%;
}
#wrapper-header .header-icon {
  color:#fff;
  font-size: 25px;
  transition: color .3s ease-in-out;
}
#wrapper-header.shrink .header-icon {
  color:#939598;
  font-size: 25px;
}
.topMenu .cat-item:hover {
  display: inline-block;
  border-bottom: 1px solid #fff;
}
/* END OF STYLING FOR HEADER ON INDEX PAGE*/

/* MAIN HOMEPAGE STYLING*/
#index section{
  position: relative;
}
#index img {
  display: block;
  margin: 0px auto;
  width: 100%;
}
#index #hp-block-2 .hp-container.left{
  padding:20px 10px 10px 20px; 
}
#index #hp-block-2 .hp-container.right{
  padding:20px 20px 10px 10px; 
}
#index #hp-block-4 .hp-container{
  padding:10px 20px;
}
#index #hp-block-5 .hp-container{
  width:33.33%;
  float: left;
  position: relative;
}
#index #hp-block-5 .hp-container.left{
  padding:10px 5px 0px 20px;
}
#index #hp-block-5 .hp-container.middle{
  padding:10px 13px 0px 13px;
}
#index #hp-block-5 .hp-container.right{
  padding:10px 20px 0px 5px;
}
@media (max-width:720px){
  #index #hp-block-5 .hp-container{
    width:100%;
  }
  #index #hp-block-5 .hp-container.right,
  #index #hp-block-5 .hp-container.middle,
  #index #hp-block-5 .hp-container.left,
  #index #hp-block-4 .hp-container,
  #index #hp-block-2 .hp-container.right,
  #index #hp-block-2 .hp-container.left{
    padding:10px 0px;
  }
}
#index .index-btn {
  background: #fff;
  border: none;
  color: #939598;
  font-size: 1.25vw;
  display: block;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1px;
  text-align: center;
  top: 53%;
  position: absolute;
  font-family: 'tradegothic20';
  padding: 5px;
  max-width: 150px;
  width:10vw;
  text-transform: uppercase;
}
#index .index-btn.hp-main {
  background: #fff;
  border: none;
  color: #939598;
  font-size: 1.25vw;
  display: block;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1px;
  text-align: center;
  top: 53%;
  position: absolute;
  font-family: 'tradegothic20';
  padding: 5px;
  max-width: 250px;
  width:14vw;
  text-transform: uppercase;
}
#index .index-btn.index4 {
  top: 67%;
  max-width: 200px;
}
#index .left .index-btn{
  left:20px;
}
#index .right .index-btn{
  right:10px;
}
@media (max-width:719px){
  #index .left .index-btn{
    left: 0;
  }
  #index .right .index-btn{
    right: 0;
  }
  #index .index-btn.index4 {
    top: 56%;
  }
}
#index .index-btn:hover, #index .index-btn.LP:hover {
  background: #e6e7e8;
}
/*Changes height of main container button only*/
#index .index-btn.hp-main {
  top:57%;
}
/* ADD LP CLASS FOR LANDING PAGE BUTTON STYLING*/
#index .index-btn.LP {
  top: 65% !important;
}
@media (max-width:720px){
  #index .index-btn {
    font-size: 3.5vw;
    top: 50%;
    width: 35%;
  }
  #index .index-btn.hp-main {
    font-size: 3.5vw;
    top: 50%;
    width: 35%;
  }
}
@media (max-width:420px) {
  #index .index-btn.hp-main {	
    width: 150px;
  }
}
.indexText {
  position: absolute;
  text-indent: -99999em;
  visibility: hidden;
}
/*EMAIL SECTION OF HOMEPAGE*/
#index .hp-container-email{
  text-align: center;
  margin: 30px 0px;
}
#index .email-input-box{
  border-bottom: 1px solid #6d6e72;
  margin: 0 auto;
  width: 400px;
}
#index .email-input-box .input-header{
  color:#939598;
  font-family: "montserratregular";
  font-size: 16px;
}
#index .email-input-box input {
  height: 30px;
  width: 96%;
  font-size: 18px;
  border: none;
  font-family: "tradegothic18";
  color: #6d6e72;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 15px;
}
#index .hp-container-email .email-btn {
  font-size: 20px;
  color:#939598; 
}
#index .email-msg {
  color: #9e1f63;
  font-size: 13px;
  margin: 0 auto;
  width: 400px;
  text-transform: uppercase;
  font-family: "montserratregular";
  text-align: left;
}
.email-suc {
  color: #fff;
  font-size: 13px;
  position: absolute;
  margin-left: 4px;
}

@media (max-width:719px) {
  .email-msg {
    margin-left: 0px;
  }
  .email-suc {
    margin-left: 0px;
  }
  #index .email-input-box{
    width: 100%;
  }
  #index .hp-container-email .email-btn {
    font-size: 15px;
  }
}
/*END EMAIL SECTION OF HOMEPAGE*/
/*EMAIL POP UP */
#mask {
  background-color: #000000;
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1;
}
#signupForm p {
  clear: both;
  line-height: 1.2em;
  margin: 2px 0;
}
#dialog.window {
  background: none repeat scroll 0 0 #f2f2f2;
  display: none;
  height: 400px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 40%;
  width: 550px;
  z-index: 999999;  
}
#signupForm{
  padding: 0px 50px;
}
.emailsignupclose {
  cursor: pointer;
  text-align: right;
  margin-bottom: 20px;
  position: relative;
  top: 10px;
  font-size: 20px;
  color: #6d6e72;
  padding-right: 10px;
}
.signupTextHeader {
  font-size: 30px;
  color: #6d6e72;
  font-family: 'tradegothic20';
  background: none;
  text-align: center;
  letter-spacing: 1px;
}
.signupTextBody {
  color: #6d6e72;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.08em;
  margin: 20px;
  text-align: center;
  font-family: 'montserratregular';
  line-height: 14px;
}
.signupTextBodyBottom {
  color: #6d6e72;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  letter-spacing: .08em;
  position: relative;
  font-family: 'montserratregular';
  float: left;
  width:100%;
  margin: 20px 0px;
}
.subscribeBtn {
  background: url("images/emailPopupButton.png") no-repeat scroll 0 0 transparent;
  color: #FFFFFF !important;
  float: left;
  font-size: 18px;
  height: 55px;
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 5px;
}
.subscribeBtn:hover {
  background: url("images/emailPopupButton-Roll.png") no-repeat scroll 0 0 transparent;
}
.emailsignupPop {
  clear: both;
  height: 60px;
  margin-left: 15px;
  padding-top: 20px;
  vertical-align: top;
  width: 430px;
}
.emailInputPop {
  float: left !important;
  position: relative;
  vertical-align: top;
  width: 96%;
}
.policysubscribeBox {
  font-size: 25px;
  color: #6d6e72;
}
.emailSignupBox {
  height: 30px;
  width: 100%;
  color: #6d6e72;
  font-size: 14px;
  font-family: 'montserratregular';
  background: transparent;
  border: none;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
.privacyPop {
  color: #6d6e72;
  font-size: 11px;
  text-decoration: underline;
  position: relative;
  top: 3px;
  font-family: 'montserratregular';
}
.emailPopup-close {
  background: url(images/fancy_closebox.png) no-repeat;
  position: relative;
  width: 25px;
  height: 24px;
  cursor: pointer;
  float: right;
  margin-bottom: 10px;
}
.emailPopup {
  background: none repeat scroll 0 0 #FFF;
  border: 5px solid #e09032;
  height: 183px;
  width: 420px;
  position: absolute;
}
#email-signup-container {
  width: 420px !important;
}
.email-header {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  float: left;
  margin-left: 18px;
  margin-bottom: 5px;
  clear: both;
}
.email-body {
  color: #727272;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.08em;
  margin-left: 18px;
  text-align: left;
  float: left;
  font-style: italic;
  line-height: 14px;
}
.email-msg-pop {
  color: #DF0029;
  font-size: 12px;
  float: left;
  position: absolute;
}
#dialog .email-suc {
  color: #939598;
  font-size: 13px;
  position: absolute;
  margin-left: 4px;
}
.privacy {
  text-align: center;
  position: relative;
  float: left;
  width:100%;
  margin: 20px 0px;
}
.privacy a {
  font-size: 12px;
  color: #0482e9;
  text-decoration: underline;
  text-align: center;
}
/* CSS for IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   #index .index-btn {
  font-family: 'Gotham-Medium' !important;
  font-size: 18px !important;
}
#index .email-input-box input {
  font-family: 'Gotham-Medium' !important;
}
}