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

body {
	background-image: url(/resources/images/Header-Background-1920.jpeg);
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0px 160px;
    background-color: #07080d !important;
}
.logo {
	text-align:center;
}

.text-info {
    color: #ff0000;
}
ul.primary-nav {
	list-style: none;
	margin-left: -40px;
}
ul.primary-nav > li {
	float:left;
	height:40px;
	min-width: 40px;
	text-align:center;
	line-height:40px;
	border-left: 1px solid #0b0b0b;
  	border-right: 1px solid #2c2c2c;
}
ul.primary-nav > li:first-child {
	border-left: none;
}
ul.primary-nav > li:last-child {
	border-right: none;
}
ul.primary-nav > li > a {
	width:100%;
	min-width:40px;
	padding-left: 15px;
	padding-right:15px;
	font-weight:bold;
	display:block;
	text-transform: uppercase;
	font-size:12px;
	transition: all .2s ease-in-out;
}
ul.primary-nav > li > a:hover {
	background-color: rgba(255,255,255,0.05);
	text-decoration: none;
}

ul.secondary-nav {
	list-style: none;
	border-left: 1px solid #2c2c2c;
	height:40px;
	margin-bottom: 0;
}
ul.secondary-nav > li {
	float:left;
	height:40px;
	min-width: 40px;
	text-align:center;
	line-height:40px;
	border-left: 1px solid #0b0b0b;
  	border-right: 1px solid #2c2c2c;
}
ul.secondary-nav > li:first-child {
	margin-left:-40px;
	border-left: 1px solid #0b0b0b;
}
ul.secondary-nav > li:last-child {
	border-right: none;
}
ul.secondary-nav > li > a {
	width:100%;
	min-width:40px;
	padding-left: 15px;
	padding-right:15px;
	font-weight:bold;
	display:block;
	text-transform: uppercase;
	font-size:12px;
	transition: all .2s ease-in-out;
}
ul.secondary-nav > li > a:hover {
	background-color: rgba(255,255,255,0.05);
	text-decoration: none;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}

.body-wrapper {
	padding: 0;
	margin-top:65px;
    margin-bottom:65px;
}

.nav-tabs {
	border-bottom: 1px solid #111414;
	padding:0;
}
.nav-tabs > li {
	padding:0;
	float:right;
	border-radius: 0;
}
.nav-tabs > li > a {
	background: rgba(32, 36, 36, 0.71);
  	padding: 5px 10px;
  	cursor: pointer;
  	border: 1px solid #151919;s
	border-radius: 0;
	color: #777;
}
.nav-tabs > li > a:hover {
	background: rgba(255, 255, 255, 0.03);
	color: #777;

}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: #16171A;
  color: rgba(255,255,255,0.75);
  border: 1px solid #111;
  border-bottom: 1px solid #151919;
  margin: 0;
}
.nav-tabs > li.active > a {
	border-bottom: none;
}
.tab-content {
	border-left: solid 1px #111414;
  	border-right: solid 1px #111414;
  	border-bottom: solid 1px #111414;
  	background-color: #151919;
}
.hero-box {
	padding-top:25px;
	padding-bottom:75px;
	border-top: solid 1px #444;
	margin-top:-15px;
}
.hero-box h2 {
	text-shadow: 1px 1px 2px #000;
	text-transform: uppercase;
}
.hero-box p {

	font-size:16px;
}
hr.custom-sep {
	width:200px;
	border-style:groove;
	border-width:2px;
	border-color:#333;
	border-left:none;
	border-right:none;
	border-top:none;
}
.carousel-indicators li {
  background-color:#111;
  border: solid 1px #111;
}
.carousel-indicators li.active {
  background-color:#888;
  border: solid 1px #888;
}
.feature-box {
	padding-top:90px;
	padding-bottom: 50px;
	background-color:rgba(255,255,255,0.02);
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: 1px solid #111114;
	border-bottom: 1px solid #17171b;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: rgba(255,255,255,0.02);
}
.page-btns {
	padding:10px;
	padding-left:0;
	color:white;
	padding-right:0;
}
.skill-title {
	font-size:24px;
	vertical-align:baseline;
}
.skill-title img {
	vertical-align:baseline;
	max-height:18px;
}
.btn-default {
	font-size: 12px;
	text-align: center;
	margin:3px;
	--bs-btn-color: #fff;
    --bs-btn-bg: #17171e;
}
.btn-default:hover, .btn-default:focus {
	font-size: 12px;
	text-align: center;
	transition: all .3s ease-in-out;
        color: #f00;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    border-style: solid;
    border-width: 1px;
    border-color: #3f0000;
    background-color: #ff1a1a;
    background-image: url(/resources/images/Button-Background.jpeg);
    background-position: 0px 0px;
    background-size: cover;
    box-shadow: 0 0 11px 0 #000, inset 0 0 0 1px #000;
    color: #f00;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 6px #000;
    text-align: center;
	border-top: solid 1px #f00;
	border-bottom: solid 1px #f00;
	transition: all .3s ease-in-out;
}
.btn-default .active {
	border-top: solid 1px #f00;
	border-bottom: solid 1px #f00;
	transition: all .3s ease-in-out;
        color: #f00;
}

.percent {
	position:absolute;
	width:200px;
	text-shadow: 1px 1px 1px #000;
}
.progress {
    background-color: #17171e;
    border-radius: 0;
    border: solid 1px #0b0c11;
    box-shadow: inset 0 0 3px #111;
}
.progress-bar {
    background-color: #4a0404;
}
.hs-header {
	padding:15px;
	color:white;
}
.hs-header p {
    margin-top: 30px;
}
.hs-header h1 {
	font-weight: bold;
	font-size:45px;
	text-align: center;
	margin-top:45px;
}
.modes h1 {
	margin-top:60px;
}
.hs-header h3 {
	text-align:center;
	margin-top:0;
	font-size:20px;
}
.hs-header h3 a {
	color:#AAA;
}
.hs-header h3 a:hover {
	color:#FFF;
	text-decoration:none;
}
.hs-header p {
	font-size: 14px;
	font-weight: 300;
	color: #AAA;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
	text-align: center;
}
a.list-group-item {
  color: #AAA;
  background-color:transparent;
  border: none;
  border-bottom: solid 1px #171717;
  transition: all .2s ease-in-out;
}
a.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
a.list-group-item:hover, a.list-group-item:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #0b0c11;
}
a.list-group-item img {
	transition: all .2s ease-in-out;
	float:right;
}
a.list-group-item:hover img {
	-webkit-transform: translateX(-20px);
}

.panel, .panel-primary {
	background-color:#212121;
	border-color: #151515;
}
.panel-primary > .panel-heading {
	color: #fff;
	background-color: #282828;
	border-color: #282828;
}
.panel-primary > .panel-footer {
	color: #fff;
	background-color: #282828;
	border-color: #282828;
}
.skill-box {
	background: #202424;
  	border-radius: 3px;
  	box-shadow: 0 0 11px rgba(0,0,0,0.3),0 1px 3px rgba(0,0,0,0.5),0 0 0 1px rgba(255,255,255,0.03) inset;
  	margin: 5px;
  	transition: all 200ms ease 0s;
  	height:40px;
  	line-height: 40px;
  	padding-left: 10px;
}

.table > tbody > tr {
    background: #0f0f14;
    border-radius: 0px;
    box-shadow: 0 0 11px rgba(0,0,0,0.3), 0 1px 3px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.03) inset;
    margin: 0 0 1px;
    transition: all 200ms ease 0s;
}

.table > tbody > tr:hover {
  background: #141519;
}

.hs_sidebar {
    box-shadow: 0 0 11px rgba(0,0,0,0.3), 0 1px 3px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.03) inset;
    border-radius: 0px;
    background: #0f0f14;
}
.news_divider {
  margin: 0 10px 5px 0;
  background: url() no-repeat center right;
  height: 2px;
}
.hs_sidebar h3 {
	background-color: #111116;
    border-bottom: 1px solid rgb(255 255 255 / 3%);
	font-size:16px;
}
.text-success {
	color: #00AA00;
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: rgba(0, 200, 0, 0.1);
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: rgba(255,0,0,0.1);
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: rgba(255,200,0,0.1);
}
.alert-danger {
	background-color: rgba(255,0,0,0.1);
	border-color: #AA0000;
	color: #FF0000;
}
.footer_copyright {
  padding: 15px 10px;
  width: 1040px;
  background: #1D2121;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  clear: both;
  border-radius: 0 0 3px 3px;
  margin:auto;
  margin-bottom:20px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0) inset,0 -1px 0 rgba(255, 255, 255, 0.1) inset,0 1px 0 #0B0B0A,0 -1px 0 #0B0B0A,0 2px 0 rgba(0, 130, 250, 1),0 -2px 0 rgba(118, 101, 63, 0),0 0 8px rgba(0, 0, 0, 0),0 2px 2px rgba(0, 0, 0, 1),0 -2px 2px rgba(0,0,0,0);
}
.footer_copyright p {
	margin: 0;
}
.info {
	display:inline-block;
	height:  30px;
	margin-top: 0;
	line-height: 50px;
}
.prev {
	margin-right: 15px;
}
.next {
	margin-left: 15px;
}