@font-face { font-family: "OpenSans-Light"; src: url('../fonts/OpenSans-Light.ttf'); }
@font-face { font-family: "OpenSans-Regular"; src: url('../fonts/OpenSans-Regular.ttf'); }

body {
	font-family: 'OpenSans-Light';
	background: #121212;
	color: #DEDEDE;
	background-image: url(../img/headerbg.png);
	background-size:cover;
	background-attachment: fixed;
}
.logo {
  padding-top: 50px;
} 
.navbar, .navbar-inverse {
	min-height:44px;
	margin-bottom:0;
}

.navbar-brand {
	min-height:44px;
	line-height:15px;
	margin-bottom:0;
}
.navbar-inverse {
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
}
@media(min-width:768px) {
	.navbar-inverse {
		background-image: url(../img/button_bg.png);
	  	
		/* background-size:contain; */
	  	
		/* background-repeat: repeat-x; */
	
		background-size: cover;
}
}
@media(max-width:768px) {
	.navbar-inverse {
		background-image: url(../img/grad10.png);
		background-color: rgb(36, 36, 36);
		background-repeat: repeat-x;
	}
}
.container {
	max-width: 976px;
}
.dark-container {
	margin-top:50px;
	border: solid 1px #111;
	border-radius: 5px;
	/* background-color: rgb(35, 35, 35); */
	background-image: url(../img/black.png);
	padding:0;
	overflow:hidden;
	margin-bottom:50px;
}
.navbar-inverse .navbar-nav>li>a {

	font-size:12px;
	color:#8f7a60;
	border-right:1px solid #1e1a18;
	border-left:1px solid #302a26;
}

a {}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color:#d4a262;
	background: rgba(0,0,0,0.1) url(../img/darkInsetGradient.png) repeat-x 0 0;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
	color: #d4a262
	text-shadow: rgba(0,0,0,0.7) 0px 1px 1px;
	-webkit-box-shadow: inset rgba(0,0,0,0.6) 0px 1px 4px;
	-moz-box-shadow: inset rgba(0,0,0,0.6) 0px 1px 4px;
	-khtml-box-shadow: inset rgba(0,0,0,0.6) 0px 1px 4px;
	box-shadow: inset rgba(0,0,0,0.6) 0px 1px 4px;
}
.panel-default {
	border: none;
	background-color:#282828;
	background-image: url(../img/panel.png);
	border: solid 1px #191919;
}
.panel-default>.panel-heading {
  background-color:#191919;
  background-image: url(../img/button_bg.png);
  /* background-size: cover; */
  color: #8F7A60;
  box-shadow: 0px 5px 6px #121212;
  border-bottom: none;
}
.panel-default>.panel-body {
  /* background-color:#282828; */
  /* background-image: url(http://i.imgur.com/n0gV50R.png); */
  color: #8F7A60;
  background-size: inherit;
}
.panel-default>.panel-footer {
  background-color: #131313;
  color: #493F31;
  font-size: 12px;
  border-top: none;
  padding:2px;
  padding-left: 15px;
  padding-right: 15px;
}
.footer {
	background-color:#191919;
	background-image: url(../img/footer.png);
	padding:10px;
	opacity: .2;
	/* background-size: initial; */
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}

.navbar-inverse .navbar-nav>li>a:hover {
    background: rgba(255,255,255,0.05);
}

.btn-default {
	background-color:#111;
	border: none;
	color:#AAA;
	border-color:transparent;
}

.btn-default:hover {
	background-color:#111;
	color:#FFF;
	border: none;
	border-color:transparent;
}

.btn-breadcrumb {
	width:100%;
	background-color:red;
	background-color: #111;
	border-radius: 4px;
	border: solid 1px #333;
	margin-bottom:20px;
}

.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding:6px 15px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #111;/* Arrow Fill Color */
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #333;/* Arrow Line Color */
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #111;/* Arrow Hover Fill Color */
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #333;/* Arrow Hover Line Color */
}

.table {
	border-color: #252525;
}
.table tr, .table td  {
	border-bottom: solid 1px #222;
	color: #8F7A60;
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
	background-color: #323232;
}
.form-control {
	background-color: #151515; 
	border: solid 1px #303030;
	background-image: none;
	box-shadow: inset 0 0 5px #000;
	color: #303030;
}
.form-control:focus {
	box-shadow: none;
	color: #EFEFEF;
	border: solid 1px #666;
}
.text-white {
	color: rgb(143, 122, 96);
}
.text-white:hover {
	color:#666;
	text-decoration: none;
}
::-webkit-scrollbar {  
    width: 12px;  
}

::-webkit-scrollbar-track {
    background-color: #222;  
    border-left: 1px solid #222;  
}

::-webkit-scrollbar-thumb {
    background-color: #333;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #444;  
}
.page-title {
	margin:0;
	margin-top:50px;
	padding:0;
	text-shadow: 1px 1px 3px #000;
}
.buttons {
	margin-bottom:10px;
}
.buttons img {
	border: solid 1px #000;
	border-radius: 5px;
	box-shadow: 0 0 3px #000;
	-webkit-filter:brightness(50%);
	-webkit-transition: all .3s ease-in-out;
}
.buttons img:hover {
	-webkit-filter:brightness(100%);
}
.buttons p {
	position: relative;
	display: inline-block;
	bottom: 0px;
	right:50px;
	top:50px;
	left: 100px; 
	z-index:1000;
	text-align: right;
	text-shadow: 1px 1px 2px #000;
	margin:0;
	padding:0;
}
.buttons a {
	color:white;
}
.carousel {
	border-bottom:solid 1px #000;
}
.carousel-caption h3, .carousel-caption p {
	text-shadow: 1px 1px 1px #000;
}