@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 {
      display: flex;
      flex-direction: column;
      position: relative;
      background: var(--dark-bg);
      height: 100%;
      font-family: Arial, sans-serif;
      overflow-x: hidden;
      color: var(--text-light);
}

.hidden{
    display: none !important;
}
#closeModal{
  position: absolute;
  top: 8px;
  right: 0;
  width: 35px;
  height: 30px;
  font-size: 20px;
  background: transparent;
  color: #eee;
  cursor: pointer;
  border: 0;
}
#show{
  background: gray;
  color: white;
  border: none;
  padding: 10px 30px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#acceptTerms{
  width: 100%;
  position: relative;
  height: 30px;
  margin-top: 30px;
  background: #43AC6A;
  border: none;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
h1{
  font-weight: bold;
  margin-bottom: 2em;
}
#mask{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
}
#modal, #dynamicModal{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    max-height: 500px;
    background: rgb(39, 39, 39);
    color: #eee;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    overflow-Y: scroll;
    padding: 40px 20px 20px 20px;
    transition: 0.5s ease-out;
}
.active + #modal, .dynActive + #dynamicModal{
  visibility: visible;
  opacity: 1;
}
#modal, #dynamicModal {
  --scrollbarBG: rgb(55, 55, 55);
  --thumbBG: rgb(39, 39, 39);
}
#modal h1{
    font-family: cinzel;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 1.4em;
}
#modal::-webkit-scrollbar, #dynamicModal::webkit-scrollbar {
  width: 5px;
}
#modal, #dynamicModal {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
#modal::-webkit-scrollbar-track, #dynamicModal::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
#modal::-webkit-scrollbar-thumb, #dynamicModal::-webkit-scrollbar-track {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

.mobile-hide {
    display:none;
}
::-webkit-scrollbar {
    width: 10px;
    background-color: #1f1e1a;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.31) inset;
}

::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 100%, .1);
    background-clip: padding-box;
    border: 3px solid transparent;
    border-radius: 5px;
}
.large-header {
	position: absolute;
	width: 100%;
	overflow: hidden;
	z-index: -1;
}
.navigation {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 10px;
    color: white;
    background: #181818;
    background: rgba(24, 24, 24, 0.8);

}

#header {
    width: 100%;

}
#information {
    position: relative;
    height: 600px;
    width: 100%;
    background: #181818;
    background: rgba(24, 24, 24, 0.8);
    color: #b3b3b3;
    z-index: 2;

}

.playbutton {
    background: rgba(122, 36, 41, 0.5);
    border: 1px solid red;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 26px;
  cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    width: 160px;
    font-family:cinzel;
    position: relative;
    top: 80px;
}

.playbutton:hover {
    box-shadow: rgb(122, 36, 41) 0px 0px 10px 0px, rgba(0, 0, 0, 0.71) 0px 0px 6px 0px;
}
ul {
    text-transform: uppercase;
}

li {
    list-style: none;
    display: inline;
}

a {
    text-decoration: none;
    color: inherit;
}
.lefttext h1 p {
    font-size: 37px !important;
    font-family: cinzel;
    color: #b1353b !important;
    text-shadow: 0px 0px 5px #000;
}
.lefttext h1 {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
  filter: brightness(1.4);
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}
.countdown {
    background: rgba(13, 13, 13,.8);
}
.center_nav {
    max-width: 1110px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
img.logo:hover {
    filter: brightness(1.5);
}

img.logo {
    max-width: 700px;
    width: 100%;
    filter: brightness(1);
}
.lefttext p {
    font-size:16px;
}
.float_left {
    float: left;
        right: 40px;
}
.float_right {
    float:right;
    left: 69px;
}
.usernav {
    position: relative;
    font-family: Cinzel;
    margin: 0;
    padding: 0 0 20px 0;
}
.usernav a {
    font-size: 23px !important;
}
.usernav a:hover {
    color:#7a2429;
}
.contain {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    bottom: 70px;
}
.infocontain {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.infocontain h1 {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    color: #b1353b;
    padding-top:50px;

}
.infocontain h2 {
    text-align: center;
    font-size: 15px;
}
.lefttext {
    max-width: 400px;
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
    margin-top: 150px;
    text-align:center;
}
#box {
    width: 200px;
    vertical-align: text-top;
    display: inline-block;
    margin: 10px;
        position: relative;
    top: 100px;
}
#box h1 {
font-size: 18px;
text-align: center;
padding-top:0;
}
#box h2 {
    text-align: center;
    text-transform: none;
}

@media(max-width:4000px) {
  .usernav_menuoff {
      display:none;
  }  
}

    .center_nav {
    padding-left: 47px;
    }

@media(max-width:1124px) {
    .logo {
        display: block;
        margin-left:auto;
        margin-right:auto;
        max-width: 700px;
    }
    img.logo {
        position:relative !important;
    }
    .lefttext {
      margin-top: 135px !important;
    }
    .playbutton {
        top:0px !important;
    }
    #information {
        height: 1020px !important;
    }
    .mobile-hide {
        display: block;
    }
    .usernav {
        display:none;
    }
.usernav_menuoff {
    display: block;
    text-align: center;
    position: relative;
    top: 35px;
    color:white;
    font-family:cinzel;
}
    #box {
        top: 100px;
    }
}

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
#myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}


.dropdown {

margin-right: 20px;
    display: none;
}
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;
}
.quantity {
	border-right: none;
}
.form-control:focus, .form-control:active {
	outline: 0 !important;
	box-shadow: none !important;
	border-color: #444 !important;
}
.add-btn, .add-btn:hover, .add-btn:focus, .add-btn:active{
	color:white !important;
	background-color: #222 !important;
	border-color: #444 !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-color: rgba(24, 24, 24, 0.8);
    overflow:hidden;
    padding-bottom:10px;
}
.no-margin {
	margin: 0;
}
.container {
    margin-bottom:0;
}

.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;
    padding: 5px;
}
.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 {
    border-top: solid 4px #D94542;
    background-color:#1F2123;
    border-radius: 0 0 5px 5px;
    font-size:12px;
}
.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: #D94542;
}
.color:hover {
    color: #AD3735;
    text-decoration: none;
}
.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-color: rgba(255, 255, 255, 0.05);
    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: 20px;
}
#products {
    margin-top: 20px;
}
.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;
}
.product-image {
	display: table;
	width: 75px;
	height: 75px;
	margin:0 auto;
	text-align:center;
	vertical-align: middle;
}
.product-image .image-inner {
	display: table-cell;
	vertical-align: middle;
}
.product-image img {
	max-width: 35px !important;
}
