/* Bootstrap Tabs */
.tabs .tab-content { /* jQuery UI tabs conflicting with Bootstrap. */
	display: block;
	border-bottom: 1px solid #a39161;
	padding:30px 0 34px 0;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 2px 15px 0 15px;
  background: #ded9c9;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: #a39161;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #a39161;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  margin-left: 2px;
  width: 194px;
  text-align: center;
}

.nav-tabs > li:first-child {
	margin-left:0;
	width: 196px;
}

.nav-tabs > li > a {
	border: 1px solid #a39161;
	/*border-radius: 4px 4px 0 0;*/
	color: #2c3617;
	display: block;
	font-family: 'Franchise Regular', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 24px;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #af2454;
  background-color: #ffffff;
  border: 1px solid #a39161;
  border-bottom-color: #fff;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}



.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}


.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}