/*Sub Nav*/

#content #sub-nav.my-nav ul li:last-child {
  padding: 0;
}

#content #sub-nav.my-nav ul li a:hover {
  background-color: #284e8b;
}

#content #sub-nav.my-nav ul li a.active {
  color: white !important;
  background-color: #0094d9;;
}


/*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: #0094d9;
  text-align: left;
}

#content h2 {
  padding: 0;
  font-size: 20px;
  line-height: 26px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #284e8b;
  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: 20px;
  letter-spacing: .025em;
  color: black;
  text-align: left;
}

/*Store Modifications*/
.actions div.row-fluid .price {
  padding-left: 5px;
}

.actions .icon {
  background: #0094d9 !important;
}

.actions div[class*="add-"] {
  background: #284e8b !important;
}

div.row-fluid.row-detail div.description div.title a {
  color: #0094d9;
  font-weight: bold;
}

div.author a {
  font-size: 11px;
  line-height: 18px;
  letter-spacing: .180em;
  text-transform: uppercase;
  color: #284e8b;
}

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

/*Buttons*/
a.btn.btn-called {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  font-family: 'proxima-nova', sans-serif;
  line-height: 20px;
  letter-spacing: .025em;
  color: #284e8b;
  text-transform: uppercase;
  text-align: center;
  border: solid #ddedf4 2px;
  border-radius: 10px;
  cursor: pointer;

  padding: 16px 30px 15px 30px;

	background: #f9fcfd;
}

a.btn.btn-called:hover {
	background: #ddedf4;
  text-shadow: none;
}

/* Bullet Points */
.reborn-info ul {
  list-style: none;
  padding:0;
  margin:0;
}

.reborn-info ul li {
  margin-left: -8px;
  padding-left: 1.8em;
  text-indent: -1.5em;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .025em;
}

.reborn-info ul li:before {
  content: ".";
  color: #284e8b;
  font-size: 56px;
  margin-right: 10px;
  line-height: 3px;
  position: relative;
  bottom: 2px;
}


/*FAQ*/
.faq h4{
	font-size: 14px;
  line-height: 16px;
	margin-left: 0px !important;
	margin-top: 20px;
	color: #284e8b;
  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;
}
