@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: 500px;
    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: 83px;
    width: 261px;
    padding-top: 72px;
    display: block;
    text-align: center
  }
  .top .homepage strong,
  .top .register strong,
  .top .download strong {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffd4bf;
    text-shadow: 0 1px #451500;
    transition: 1s linear;
    display: block;
    font-weight: 750
  }
  .top .homepage strong:hover,
  .top .register strong:hover,
  .top .download strong:hover {
    color: #e3ef9b
  }
  .top .homepage span,
  .top .register span,
  .top .download span {
    font-size: 12px;
    color: #ff9153;
    font-weight: 500;
    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 center,url(../images/footer.png) fixed;
  color: #ffdfae;
  font-size: 13px;
}

@media(min-width:1015px) {
  .top {
    /* background: url(../images/header.png) no-repeat top center #000; */
    padding-top: 400px;
  }
  .top .homepage,
  .top .register,
  .top .download {
    text-decoration: none;
    height: 83px;
    width: 261px;
    padding-top: 70px;
    display: block;
    text-align: center
  }
  .top .homepage strong,
  .top .register strong,
  .top .download strong {
    font-size: 24px;
    text-transform: uppercase;
    color: #fffcfb;
    text-shadow: 0 1px #451500;
    transition: 1s linear;
    display: block;
    font-weight: 750
  }
  .top .homepage strong:hover,
  .top .register strong:hover,
  .top .download strong:hover {
    color: #e3ef9b
  }
  .top .homepage span,
  .top .register span,
  .top .download span {
    font-size: 12px;
    color: #fff59e;
    font-weight: 500;
    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
  }
}

.card {
  background-color: #141212
}

.card-header {
  background-color: #141212;
  border-radius: 3px !important;
  color: #ca9020;
  text-shadow: 2px 0 1px #20170d;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  border:none;
  border-top: 5px solid #49350b;
  text-shadow: 0px 0px 12px rgb(73, 53, 11);
}

.card-body {
  padding-bottom: 32px;
  padding-left: 30px;
  padding-right: 30px;
}

.last-child {
  border-bottom: 5px solid #49350b;
}

.list-items .item {
  display: block;
  background-size: cover;
  font-size: 14px;
  background-position: center;
  background: #201e1e;
  color: #FCDDA2;
  border-radius: 3px;
  padding: 8px 0
}

.list-items .item .img-box {
  height: 50px;
  width: 50px;
  border: 1px solid #141212;
  background-color: #f98f00;
  display: flex;
  align-items: center;
  align-content: center;
  align-self: flex-end
}

.list-items .item .box-element b {
  display: block
}

.list-items .item .box-element span {
  display: block
}

.table-trailer {
  color: #FCDDA2;
  background: #0d0c0c;
  border: none;

}

.table-trailer td,
.table-trailer th,
.table-trailer thead th {
  border-color: #fff0c0;
  border: none;
}

.table-trailer.table-striped tbody tr:nth-of-type(odd) {
  background: #201e1e;
}

.table-trailer.table-hover tbody tr:hover {
  color: #fff;
}

/* .alert-green-style {
color: #ffd4a2;
background-color: #501f0c;
border-color: #fff2c8;
background-image: url(../images/card/classy-fabric.png)
} */

.head-green-style {
  background: #1b1919;
  margin-top: 0px;
  font-weight: bolder;
  font-size: 14px;
  color: #caae86;
  text-align: center;
}

.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 {
  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: #141212
}

.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: #141212;
  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;
  text-align: center;
  color: #ffdfae;
  background-image: url(../images/openText.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5px;
}

.logo {
  top:50px;
  left: 49%;
  transform: translate(-50%,0);
  position: absolute;
  z-index: 1;
}
.itemBiyolog{
  background-color: #1b1919;
  border: 1px solid #141212;
  color: #eccfb6;
  font-size: 13px;
  padding: 15px;
}
.itemBiyolog .img-thumbnail{
  background: url(../images/iconBG.png) no-repeat;
  border-radius: 5px;
  padding: 4px;
  margin-right: 10px;
  box-shadow: none;
  border: 2px solid #710505;
  background-position: center;
}
.itemBiyolog h5{
  font-size: 17px;
  font-weight: 600;
}
.openText h4{
  color: #ffdfae;
  font-weight: 700;
}
.openText span{
  color: #ffdfae;
  font-weight: 700;
  font-size: 12px;
}
