@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-Regular"; src: url('../fonts/Oswald-Regular.ttf'); }

body {
	font-family:Arial,Helvetica,sans-serif;
    font-weight: 300;
    background-color:#2f3236;
    color:#FFF;
}
a {
	color: #D94542;
}
a:hover, a:active, a:focus {
	color: #AD3735;
	text-decoration: none;
}
h3.cathead {
	color:white;
	margin-top: 0;
	font-weight: 100;
}
hr {
    border-color: #383C3F !important;
}
hr.catsep {
	border-color: #313538;
}
.crown {
    width: 8.5%;
    padding-right: 4px;
    position: relative;
    bottom: -1px;
}
.alert-danger {
	background-color: #D94542;
	border-color: #D94542;
}
.form-control {
	background-color:#222;
	border-color: #444;
}
.form-control:focus, .form-control:active {
	outline: 0 !important;
	box-shadow: none !important;
	border-color: transparent !important;
}
.add-btn, .add-btn:hover, .add-btn:focus, .add-btn:active{
	color:white !important;
	background-color: #222 !important;
	outline: 0 !important;
	border-left: none;
	outline: 0 !important;
}
a.list-group-item {
	color: #AAA;
}
.list-group .list-group-item {
	background-color: transparent;
	border-color:#252525;
}
.list-group .list-group-item:hover {
	background-color: transparent;
}
.wrapper {
    background-image: url(/sources/store/BACKGROUND/bgmid.jpg);
    background-color:#292c2f;
    overflow:hidden;
    padding-bottom:10px;
    padding-top:20px;
}
.no-margin {
	margin: 0;
}
.container {
    margin-bottom:0;
}
.userbar {
    background-color:#1C1E21;
	min-height: 30px;
	line-height: 30px;
}
.left-userbar, .right-userbar {
    list-style: none;
    margin:0;
    padding:0;
	text-transform:uppercase;
}
.left-userbar li, .right-userbar li {
    display: inline-block;
    font-size:10px;
    color:#AAA;
}
.pull-right {
	float: right;
}

.left-userbar { float:left; }
.right-userbar { float:right; }

.right-userbar li:before {
    content: " / ";
    color:#888;
}
.right-userbar li:first-child:before {
    content: " ";
}

.logo {
	display: table;
	vertical-align:middle;
    font-family: "Oswald-Regular";
    color:#FFF;
	font-size: 50px;
    height: 150px;
    text-transform: uppercase;
	margin-bottom: 0;
	text-align: right;
}
.logo-inner small {
	margin-top: 0px;
	font-size: 20px;
}
.logo-inner {
	display: table-cell;
	vertical-align:middle;
	line-height: 0.5em;
}
::-webkit-scrollbar {
    width: 0px;
}
.navigation {
    list-style:none;
	margin-bottom: 0;
	margin: 0;
	padding: 0;
}
.navigation li {
    display:inline-block;
}
.navigation li a {
    display:inline-block;
    height: 150px;
    line-height: 150px;
    padding-left:10px;
    padding-right:10px;
    min-width:65px;
    color:#FFF;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
    font-size:20px;
    transition: all .1s ease-in-out;
}
.navigation li a:hover {
    text-decoration: none;
    background-color: rgba(255,255,255,0.05);
}
@media(max-width:767px) {
	.navigation {
		float: none;
	}
	.navigation li {
		display: block;
		width:100%;
	}
	.navigation li a {
		display: block;
		width:100%;
		height: 60px;
	    line-height: 60px;
	}
	.left-userbar {
		display: none;
	}
}
.banner-header {
  background-image: url(/sources/store/BACKGROUND/bg1up.jpg);
  background-position: center; /* or top/center/bottom depending on your layout */
  background-repeat: no-repeat;
  background-size: cover; /* <--- the key line */
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Oswald-Regular";
  color: #fff;
  padding-top: 70px;
  padding-bottom: 300px;
}

.server-list {
    vertical-align: middle;
}
.server-item h3, .server-item h4 {
    margin:0;
    font-family: "Oswald-Regular";
    color:#000;
}
.server-item h3 a {
    color:#000;
}
.server-item p {
    margin-bottom:0;
    text-align: justify;
}
.server-star {
    width:60px;
    height:60px;
    line-height: 60px;
    font-size:20px;
    font-family: "Oswald-Regular";
    text-align:center;
}

.btn {
    border-radius:3px;
}
@media(max-width:1200px) {
    .top-banner img {
        width:100%;
    }
}
.panel-small {
    max-width:400px;
    margin:auto;
}
.modal-title {
     font-family: "Oswald-Regular";
}
.modal-content {
    border-radius: 10px;
}
.badge {
    background-color:#222;
    border-radius:2px;
    margin-top: 9px;
}
.well {
     background-color: rgba(255,255,255,0.05);
     border: none;
     color: #EFEFEF;
}
.well h3, .well h4 {
    font-family: Muli;
    margin-top: 0;
}
.well h4 small {
    margin-top:5px;
}
.well h2 {
    font-family: "Oswald-Regular";
    margin-top: 0;
    margin-bottom:20px;
}
.footer, .copyright {
    padding-top:20px;
    padding-bottom:20px;
    margin-top:0;
    border-radius:0;
    color:#FFF;
}
.footer {
    background-color: #232628;
    border-top: solid 4px #D94542;
}
.copyright {
    background-image: url(/sources/store/BACKGROUND/bgdown.jpg);
    background-color:#1F2123;
    height: 292px;
}
.copyright2 {
    width: 100%;
    margin-top: 179px;
    height: 99px;
    background-image: url(/sources/store/BARS/down.png)!important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-header {
    font-family: "Oswald-Regular";
    font-size:20px;
    color:#DDD;
    text-transform: uppercase;
}
.footer-list .list-group-item {
    background-color:transparent;
    border: none;
    border-bottom: dotted 1px #555;
    padding-top:20px;
    padding-bottom:20px;
    vertical-align: middle;
}
.footer-list .list-group-item img {
    border: solid 3px #555;
    margin-right:15px;
}
.footer-list .list-group-item h4 {
    margin:0;
    margin-top: 7px;
    font-size: 12px;
    color:#D94542;
}
.footer-list .list-group-item a {
    color:#FFF;
    font-size: 12px;

}
.alert-success {
    background-color: #D94542;
    border-color: #AD3735;
}
.color2 {
    color: #D94542;
}
.color {
    color: #bf3cf7;
}
.color:hover {
    color: #AD3735;
    text-decoration: none;
}
.btn-success1 {
    background-image: url(/sources/store/beforelogin/loginstat.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    background-color: transparent;
}
.btn-success1:hover, .btn-success1:active, .btn-success1:focus {
    background-image: url(/sources/store/beforelogin/loginclick.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    background-color: transparent;
}
.btn-success1:active:hover, .btn-success1.active:hover, .open > .dropdown-toggle.btn-success1:hover, .btn-success1:active:focus, .btn-success1.active:focus, .open > .dropdown-toggle.btn-success1:focus, .btn-success1:active.focus, .btn-success1.active.focus, .open > .dropdown-toggle.btn-success1.focus {
    background-image: url(/sources/store/beforelogin/loginclick.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    background-color: transparent;
}


.btn-success {
    color: #ffffff;
    background-color: #D94542;
    border-color: #D94542;
}
.btn-success:hover, .btn-success:active, .btn-success:focus {
    background-color: #AD3735;
    border-color: #AD3735;
}
.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
    color: #ffffff;
    background-color: #AD3735;
    border-color: #AD3735;
}

.btn-primary {
    color: #ffffff;
    background-color: #656565;
    border-color: #656565;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #545454;
    border-color: #545454;
}
.panel-default {
	background-color: #333639;
	border: none;
}
.panel-default .panel-heading {
	background-color: #333639;
	border-bottom: solid 1px #D94542;
	color: #FFF;
}
.panel-default .panel-footer {
	background-color: #333639;
	border-top: solid 1px #1F2123;
	color: #FFF;
}
.admin-login {
	width: 300px;
	margin:auto;
	margin-top: 50px;
}
.confirm-box {
	width: 600px;
	margin:auto;
	margin-top: 50px;
}

.confirm-box .btn {
	width: 100px;
}

.username {
	font-family: "Oswald-Regular";
}
.username small {
	font-family: Muli;
	font-size:12px;
}
.user-avatar {
	height:37px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.4;
    vertical-align: top;
    border-top: 1px solid #444;
}
.posted {
	color:#777;
}
.banned {
	text-decoration: line-through;
	color:#777;
}

.item {
    background-repeat: no-repeat;
    height: 264px;
    background-size: contain;
    width: 278px;
    background-position: center;
    background-image: url(/sources/store/BOX/itemsbx/mainbox.png);
    background-color: transparent;
    padding: 10px;
    min-height: 165px;
    margin-bottom: 20px;
}
.input-sm {
    height: 28px;
    padding: 2px 12px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}
.input-custom {
    margin-top: 90px;
}
#products {
    margin-top: 0px;
}
.cart-item {
    border: none;
    border-bottom: solid 1px #222;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}
.portal-btn {
    width: 100%;
    height: 125px;
	margin-bottom: 10px;
}
@font-face {
    font-family: valdemar;
    src: url(/sources/store/afterlogin/valdemar.ttf);
  }
.hellotext{
    -webkit-text-stroke: 0.2px white;
     text-stroke: 1px black;
    margin-top:0;
    text-align:center;
    font-family: valdemar;
    color:#4e025c;
    font-size: 290%;
    text-shadow: 0 0 10px #bf3cf7;
}
.emptycartt{
    background-image: url(/sources/store/afterlogin/mty.png);
        height: 49px;
        background-size:contain;
        background-position: center;
        background-repeat: no-repeat;
        color: transparent!important;
}
.logoutbutton{
    top: 660px;
    position: absolute;
    width: 337px;
    justify-self: center;
    /*margin-top: 314px;*/
    background-image: url(/sources/store/afterlogin/logout.png);
    height: 49px;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent!important;
}
.submitbtn{
    background-image: url(/sources/store/afterlogin/CHECKOUT.png);
    background-size: contain;
    height: 49px;
    border-color: transparent!important;
    background-repeat: no-repeat;
    background-color: transparent!important;
    color: transparent!important;
    background-position: center;
}
.product-image {
	width: 75px;
	height: 5px;
	text-align:center;
	vertical-align: middle;
}
.product-image .image-inner {
	display: table-cell;
	vertical-align: middle;
}
.product-image img {
	max-width: 35px !important;
    max-height: 35px;
}
