/* CAROUSEL TEXT STYLES */
.promotion-module .sharp-sans-exbld-14 {
  font-family: "SharpSansNo1-Extrabold";
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height:1.8em;
}

.promotion-module .sharp-sans-exbld-18 {
  font-family: "SharpSansNo1-Extrabold";
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height:24px;
}


.promotion-module .sharp-sans-exbld-20 {
  font-family: "SharpSansNo1-Extrabold";
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.34em;
  line-height:1em;
}

.promotion-module .sharp-sans-exbld-60 {
  font-family: "SharpSansNo1-Extrabold";
  font-size: 60px;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height:1em;
}

.promotion-module .sharp-sans-exbld-75 {
  font-family: "SharpSansNo1-Extrabold";
  font-size: 75px;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height:1em;
}


.promotion-module .sharp-sans-exbld-50 {
  font-family: "SharpSansNo1-Extrabold";
  font-size: 50px;
  font-weight: normal;
  letter-spacing: 0.19em;
  line-height:0.8em;
}

.promotion-module .sharp-sans-exbld-80 {
  font-family: "SharpSansNo1-Extrabold";
  font-size: 80px;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height:1em;
}

.promotion-module .sharp-sans-exbld-70 {
  font-family: "SharpSansNo1-Extrabold";
  font-size: 70px;
  font-weight: normal;
  letter-spacing: 0.025em;
  line-height:0.1em;
}

.promotion-module .ogg-50 {
  font-family: "Ogg-Roman";
  font-size: 50px;
  font-style: normal;
  letter-spacing: -0.02em;
  line-height:50px;
}

.promotion-module .ogg-90 {
  font-family: "Ogg-Roman";
  font-size: 90px;
  font-style: normal;
  letter-spacing: 0;
  line-height:1em;
}

.promotion-module .ogg-70 {
  font-family: "Ogg-Roman";
  font-size: 70px;
  font-style: normal;
  letter-spacing: 0;
  line-height:1;
}

.promotion-module .circular-pro-14 {
  font-family: "LLCircularProWeb-Book";
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height:30px;
}

.promotion-module .circular-pro-30 {
  font-family: "LLCircularProWeb-Book";
  font-size: 30px;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height:30px;
}

.promotion-module .circular-pro-16 {
  font-family: "LLCircularProWeb-Book";
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0.12em;
  line-height:10px;
}

.promotion-module .circular-pro-24-sub2 {
  font-family: "LLCircularProWeb-Book";
  font-size: 30px;
  font-style: normal;
  letter-spacing: 0.15em;
  line-height:8px;
}

.promotion-module .circular-pro-30-sub {
  font-family: "LLCircularProWeb-Book";
  font-size: 30px;
  font-style: normal;
  letter-spacing: 0.15em;
  line-height:8px;
}
/* ***** */


.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }


/* MAIN STYLES */
.promotion-module-bar {
  /*background-image:url(../img/bar.jpg);*/
  background: #000;
  color: #FFFFFF;
}

h3.promo-header {
  color: #FFF;
  font-family: "LLCircularProWeb-Book";
  font-size: 15pt;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  padding-top:6px;
  vertical-align: middle;
  overflow: hidden;
  margin: 0px;
}


h3.promo-header:before,
h3.promo-header:after {
/*    background-image:url(../img/flake.png);*/
  background-repeat:no-repeat;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
  width:28px;
  height:60px;
}
h3.promo-header:before {
    right: 5.5em;
    margin-left: -50%;
  top: 15px;
}
h3.promo-header:after {
    left: 5.5em;
    margin-right: -50%;
  top: 15px;
}

.promotion-collapse{
  position:relative;
}

.collapse{
  position: absolute;
  bottom: 20px;
  right: 220px !important;
}

#item1{
  width: 100%;
  background-color: #ffffff

}

#item1 .item1-inner{
  /*background-image:url(../img/red-bkg.jpg);
  background-repeat: repeat-x;*/
  background: #000;
  width:100%;
  text-align: center;

}

#item1 .item1-inner h4{
  font-size:13px;
  color:#ffffff;
  margin: 0px;
  text-align: center;
  line-height:18px
}

#item1 .item1-inner p{
  font-size:12px;
  color:#ffffff ;
}

#item1 .links {
  display: inline-block;
}

.shopnow-btn {
  border:1px solid #e6e6e6;
  color:#fff;
  display:inline-block;
  font-family: "SharpSansNo1-Extrabold";
  font-size:12px;
  font-weight: normal;
  height:42px;
  letter-spacing: 0.2em;
  line-height: 40px;
  padding:0 30px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  float:left;
}


.shopnow-btn + .shopnow-btn {
  margin-left: 12px;
}

.shopnow-btn:hover {
  border-color:#e6e6e6;
  background:#fff;
  color:#000;
}