/*Sub Nav*/

#content #sub-nav.my-nav ul li:last-child {
  padding: 0;
}
#content #sub-nav.my-nav ul li a:hover {
  color: black !important;
  background-color: #e2e1e1;
}
#content #sub-nav.my-nav ul li a.active {
  color: white !important;
  background-color: #1d2b55;
  ;
}

/*Type*/

#content h1 {
  padding: 0;
  font-size: 34px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 40px;
  letter-spacing: .025em;
  color: #1d2b55;
  text-align: left;
}
#content h2 {
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: #1d2b55;
  text-align: left;
}
#content h3 {
  padding: 0;
  font-size: 16px;
  font-family: 'proxima-nova', sans-serif;
  line-height: 20px;
  letter-spacing: .025em;
  color: black;
  text-align: left;
}
#content p {
  font-size: 16px;
  font-family: 'proxima-nova', sans-serif;
  line-height: 22px;
  letter-spacing: .025em;
  color: black;
  text-align: left;
}

#content hr {
  border-bottom: 2px solid #48463a;
  margin: 30px 0px;
}

/*Store Modifications*/

.actions div.row-fluid .price {
  padding-left: 5px;
}
.actions .icon {
  background: #e2e1e1 !important;
}
.actions div[class*="add-"] {
  background: #1d2b55 !important;
}
div.row-fluid.row-detail div.description div.title a {
  color: #1d2b55;
  font-weight: bold;
}
div.author a {
  font-size: 11px;
  line-height: 18px;
  letter-spacing: .180em;
  text-transform: uppercase;
  color: #e2e1e1;
}

/*Contact Me*/

.mercy-bkg {
  background-image: url('/images/store/mercy/mercy-gradient-background.png');
  background-size: 100%;
}

/*Buttons*/

a.btn.btn-mercy {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  font-family: 'proxima-nova', sans-serif;
  line-height: 20px;
  letter-spacing: .05em;
  color: #1d2b55;
  text-transform: uppercase;
  text-align: center;
  border: solid #1d2b55 2px;
  cursor: pointer;
  padding: 6px 18px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: 18px;
}
a.btn.btn-mercy:hover {
  background: white;
}
.expiry {
  float: right;
  width: 115px;
  color: white;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .025em;
  padding-top: 12px;
}

body:after {
  display: none;
  content: url(/images/store/mercy/video-thumb.png) url(/images/store/mercy/video-thumb-hover.png);
}

#mercy-video-1 {
  background-image: url(/images/store/mercy/video-thumb.png);
  display: block;
  height: 247px;
  width: 415px;
}

#mercy-video-1:hover {
  background-image: url(/images/store/mercy/video-thumb-hover.png);
}

/* Bullet Points */

.mercy-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mercy-info ul li {
  margin-left: -8px;
  padding-left: 1.8em;
  text-indent: -1.5em;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .025em;
}
.mercy-info ul li:before {
  content: ".";
  color: #e2e1e1;
  font-size: 56px;
  margin-right: 10px;
  line-height: 3px;
  position: relative;
  bottom: 2px;
}

/*FAQ*/

.video h4 {
  font-size: 14px;
  line-height: 16px;
  margin-left: 0px !important;
  margin-top: 20px;
  color: #1d2b55;
  font-weight: bold;
}
.faq h4 {
  font-size: 14px;
  line-height: 16px;
  margin-left: 0px !important;
  margin-top: 20px;
  color: #1d2b55;
  font-weight: bold;
}
.faq ul {
  margin-top: 20px;
  margin-bottom: 20px;
  list-style-type: disc;
}
.faq ul > li {
  margin-left: 40px;
  line-height: 16px;
}
#lb-content > div > table {
  margin-left: auto;
  margin-right: auto;
}
#lb-content > div > table td {
  width: 100px;
  padding: 10px;
  border: 1px solid;
}
