@media(min-width:1200px) {
  .pd-l-0 {
    padding-left: 0
  }
}

@media(min-width:1015px) and (max-width:1200px) {
  .top {
    padding-left: 0;
    padding-right: 0
  }
  .top .container {
    padding: 0;
    max-width: 992px
  }
}

@media(min-width:1015px) {
  body {
    background-position: bottom;
  }
  .f-d-n {
    display: none;
    overflow: hidden
  }
}

@media(max-width:1015px) {
  body {
    background-color: #0a0602
  }
  .m-d-n {
    display: none;
    overflow: hidden
  }
  .top {
    padding-top: 350px;
    margin-bottom: 3rem !important
  }
  .bottom {
    height: 100px;
    padding-top: 30px;
    text-align: center
  }
  .bottom h5 {
    color: #668235
  }
  .bottom span {
    font-size: 14px;
    color: #668235
  }
  .bottom span a {
    font-weight: 700;
    color: #668235
  }
  .top .homepage,
  .top .register,
  .top .download {
    text-decoration: none;
    height: 115px;
    width: 345px;
    padding-top: 45px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 8%;
  }
  .top .homepage strong,
  .top .register strong,
  .top .download strong {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    text-shadow: 0 1px #fff390;
    transition: 1s linear;
    display: block;
    font-weight: 750
  }
  .top .homepage span,
  .top .register span,
  .top .download span {
    font-size: 12px;
    color: #700505;
    font-weight: 1000;
    margin-top: -5px;
    display: block
  }
  .top .homepage {
    background: url(../images/homepage.png)
  }
  .top .register {
    background: url(../images/register.png)
  }
  .top .download {
    background: url(../images/download.png)
  }
}

body {
  background: url(../images/header.png) no-repeat top fixed;
  color: #af9045;
}

@media(min-width:1015px) {
  .top {
    /* background: url(../images/header.png) no-repeat top center #000; */
    padding-top: 350px;
  }
  .top .homepage,
  .top .register,
  .top .download {
    text-decoration: none;
    height: 115px;
    width: 345px;
    padding-top: 45px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .top .homepage strong,
  .top .register strong,
  .top .download strong {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    text-shadow: 0 1px #fff390;
    transition: 1s linear;
    display: block;
    font-weight: 750
  }
  .top .homepage span,
  .top .register span,
  .top .download span {
    font-size: 12px;
    color: #700505;
    font-weight: 1000;
    margin-top: -5px;
    display: block
  }
  .top .homepage {
    background: url(../images/homepage.png)
  }
  .top .register {
    background: url(../images/register.png)
  }
  .top .download {
    background: url(../images/download.png)
  }
  .center {
    /* background: url(../images/frame.png) repeat-y top center; */
  }
  .bottom {
    height: 330px;
    padding-top: 120px;
    text-align: center
  }
  .bottom h5 {
    color: #a74b1d
  }
  .bottom span {
    font-size: 14px;
    color: #a74b1d
  }
  .bottom span a {
    font-weight: 700;
    color: #a74b1d
  }
}

.container{
  filter: drop-shadow(-1px -1px 17px #000000);
  -webkit-filter: drop-shadow(-1px -1px 17px #000000);
  -moz-filter: drop-shadow(-1px -1px 17px #000000);
}

.card {
  background: url(../images/content-bg.jpg);
  border-radius: 0px;
}

.card-header:nth-of-type(2n+1){
  background: url(../images/light-bg.jpg);
}

.card-header {
  display: block;
  font-size: 17px;
  color: #ffb70c;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: -7px;
  text-align: left;
}

.card-body {
  padding-bottom: 32px;
  padding-left: 30px;
  padding-right: 30px
}

.list-items .item {
  display: block;
  background-size: cover;
  font-size: 14px;
  padding: 8px 0;
  border: 1px solid #796452;
  border-radius: 5px;
  font-weight: 700;
  margin: 3px;
  color: #af9045;
  background: #29231c;
}

.list-items .item .img-box {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  align-content: center;
  align-self: flex-end;
  background: none;
  border: none;
}

.list-items .item .box-element b {
  display: block
}

.list-items .item .box-element span {
  display: block
}

.table-trailer {
  color: #ffecb0;
  background: linear-gradient(to top, #502704 0%, #502704 50%, #502704 100%);
  background-color: #180501;
}

.table-trailer td,
.table-trailer th,
.table-trailer thead th {
  border-color: #fff0c0
}

.table-trailer.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .43)
}

.table-trailer.table-hover tbody tr:hover {
  color: #ec9362;
  background-color: rgba(0, 0, 0, .075)
}

.alert-green-style {
  display: block;
  font-size: 14px;
  color: #af9045;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #796452;
  background: #29231c
}

.head-green-style {
  border: 1px solid #796452;
  border-radius: 5px;
  font-weight: 700;
  color: #f4dd9a;
  background: #29231c;
}

.tooltip-inner {
  font-size: 12px;
  padding: 10px 15px 10px 20px;
  color: #ffe3a2;
  background-color: #283314;
  background-image: url(../images/card/classy-fabric.png);
  border: 1px solid #141b0c;
  text-align: left
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #283314 !important
}

.collapse .alert:before {
  content: "";
  background: url(../images/card/alert-top.html);
  width: 75px;
  height: 25px;
  left: -20px;
  bottom: -6.5px;
  position: absolute
}

.collapse .alert:after {
  content: "";
  background: url(../images/card/alert-bottom.html);
  width: 75px;
  height: 25px;
  right: -20px;
  bottom: -6.5px;
  position: absolute
}

#owl-npc .item {
  /* background: #ffecb2; */
  /* background-image: url(../images/card/classy-fabric.png) padding:8px; */
  margin-left: 2px;
  text-align: center;
  margin-bottom: 5px;
  border-radius: 5px
}

.gameimage {
  border: 5px solid #783300;
  box-shadow: 0 0 20px #782c06
}

.nav-tabs .nav-item {
  background: #fff3cc;
  border: 1px solid #150d0c
}

.nav-tabs .nav-item a {
  color: #1a0602
}

.nav-tabs .nav-link:hover {
  background: #231611;
  border: 1px solid #895539;
  color: #c17d57;
  border-radius: 0
}

.nav-tabs .nav-link:focus {
  background: #231611;
  border: 1px solid #895539;
  color: #c17d57;
  border-radius: 0
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: #fff2c8;
  border: 1px solid #fff0c1;
  color: #1a0602;
  border-radius: 0
}


.discord-widget {
  width:320px;
  transition-property: right;
  transition-duration: 2s;
  -webkit-transition-property: right; /* Safari */
  -webkit-transition-duration: 2s; /* Safari */
  position: fixed;
  bottom: 100px;
  left: 0px;
  z-index:10;
}

.discord-widget.active{
  right: 20px;
}

.openText{
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 99999;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 67px;
  color: #ffc800;
  border-top: 2px solid #ffc800;
  background: url(../images/openText.jpg);
}

.openText h4 {
  margin: 0;
  margin-top: -9px;
  font-weight: bold;
  font-size: 25px;
  font-family: 'Montserrat', cursive;
  text-shadow: 0px 0px 5px #000000;
}

.openText span {
  color: #1bdf07;
  font-size: 20px;
  font-weight: 1;
  margin-top: 5px;
  font-family: 'Montserrat', cursive;
  text-shadow: 0px 0px 5px #000000;
}

.logo {
  top:50px;
  left: 50%;
  transform: translate(-50%,0);
  position: absolute;
  z-index: 1;
}
.itemBiyolog h5{
  font-size: 17px;
  font-weight: 800;
  padding-top: 3px;
  margin-bottom: 3px;
}
.table thead tr td {
  background: url(../images/content-bg.jpg);
  color: #f5ad00;
  border: 1px solid #796452!important;
}
.table-trailer.table-striped tbody tr:nth-of-type(2n+1){
  background: #29231c;
}
.table tbody tr {
  background: url(../images/content-bg.jpg);
}
.table tbody tr td {
  border: 1px solid #796452;
  color: #af9045;
  font-weight: 700;
  font-size: 14px;
  padding: 8px;
}
.ustmenu{
  background: rgba(0, 0, 0, 0.5);
}
.ustmenu .nav li {
  padding: 20px;
}
.ustmenu .nav li a {
  color:#f4dd9a;
  text-decoration: none;
  font-size: 16px;
}
.ustmenu .nav li:hover {
  background: rgba(0, 0, 0, 0.5);
}
