@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: 102px;
    width: 276px;
    padding-top: 33px;
    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: #fff59e;
    font-weight: 500;
    margin-top: -5px;
    display: block
  }
  .top .homepage {
    background: url(../images/btn.png)
  }
  .top .register {
    background: url(../images/btn.png)
  }
  .top .download {
    background: url(../images/btn.png)
  }
  .top .homepage:hover {
    background: url(../images/btn2.png)
  }
  .top .register:hover {
    background: url(../images/btn2.png)
  }
  .top .download:hover {
    background: url(../images/btn2.png)
  }
}

body {
  background: url(../images/header.png) no-repeat fixed;
}

@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: 102px;
    width: 276px;
    padding-top: 29px;
    display: block;
    text-align: center
  }
  .top .homepage strong,
  .top .register strong,
  .top .download strong {
    font-size: 22px;
    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/btn.png)
  }
  .top .register {
    background: url(../images/btn.png)
  }
  .top .download {
    background: url(../images/btn.png)
  }
  .top .homepage:hover {
    background: url(../images/btn2.png)
  }
  .top .register:hover {
    background: url(../images/btn2.png)
  }
  .top .download:hover {
    background: url(../images/btn2.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: url(../images/body-bg.png);
  background-repeat: repeat;
}

.card-header {
  background: linear-gradient(0deg,rgba(30,76,138,1) 0%,rgba(50,126,230,1) 100%);
  border-radius: 3px !important;
  color: #ffffff;
  text-shadow: 2px 0 1px #20170d;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.card-body {
  padding-bottom: 32px;
  padding-left: 30px;
  padding-right: 30px
}

.list-items .item {
  display: block;
  font-size: 14px;
  color: #160401;
  padding: 8px 0;
  background: rgba(32, 30, 28, 0.77);
  margin-bottom: 10px;
  border-radius: 0 !important;
  box-shadow: 0 0 2px rgba(0,0,0,.37);
  color: #fff;
  border: 1px solid rgba(0,0,0,.3);
}

.list-items .itemBiyolog {
  display: block;
  font-size: 14px;
  color: #160401;
  padding: 8px 0;
  background: linear-gradient(0deg,rgba(30,76,138,1) 0%,rgba(50,126,230,1) 100%);
  margin-bottom: 10px;
  border-radius: 0 !important;
  box-shadow: 0 0 2px rgba(0,0,0,.37);
  color: #fff;
  border: 1px solid rgba(0,0,0,.3);
}

.list-items .itemBiyolog .img-box {
  height: 50px;
  width: 50px;
  border: 1px solid #327ee6;
  background: none;
  display: flex;
  align-items: center;
  align-content: center;
  align-self: flex-end
}

.list-items .item .img-box {
  height: 50px;
  width: 50px;
  border: 1px solid #1a0602;
  background-color: rgb(18, 63, 126);
  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: linear-gradient(to top, #181615 0%, #2b231c 50%, #222120 100%);
  background-color: #895539;
}

.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 {
  color: #fff;
  background-color: #501f0c;
  border-color: #fcdda2;
  background: url(../images/body-bg.png);
}

.head-green-style {
  color: #fff;
  background-color: #291812;
  border-color: #895539;
  background: url(../images/bg.png);
  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 {
  /* 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;
}

.logo {
  top:50px;
  left: 49%;
  transform: translate(-50%,0);
  position: absolute;
  z-index: 1;
}
