#dropdownbutton {
  background: rgba(0,123,255,0);
  border-style: none;
  border-radius: 0px;
  color: #404040;
  font-size: 16px;
  letter-spacing: -1px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  border: 0;
}

#nav {
  background: rgba(0,0,0,0.85) !important;
  color: rgb(230,234,238);
  height: 75px;
  z-index: 20;
}

@media (min-width: 300px) {
  .gamestart {
    background: rgba(0,123,255,0);
    border-radius: 0px;
    font-size: 22px;
    color: rgb(204,162,79);
    font-weight: 700;
    letter-spacing: -1px;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    border-style: none;
    border-color: rgb(215,118,47);
    margin-right: 20px;
  }
}

@media (min-width: 1200px) {
  .gamestart {
    background: rgba(0,123,255,0);
    border-radius: 0px;
    font-size: 22px;
    color: rgb(204,162,79);
    font-weight: 700;
    letter-spacing: -1px;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    border-style: none;
    border-color: rgb(215,118,47);
    margin-right: 0px;
  }
}

#user {
  background: rgba(0,123,255,0);
  border-style: none;
}

@media (min-width: 300px) {
  #slidetext {
    width: 91%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: rgb(252,252,252);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 45px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.1;
    margin-top: 18px;
    margin-bottom: 20px;
    letter-spacing: -2px;
  }
}

@media (min-width: 1200px) {
  #slidetext {
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: rgb(252,252,252);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 60px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.1;
    margin-top: 18px;
    margin-bottom: 20px;
    letter-spacing: -2.5px;
  }
}

#slidebutton {
  background: rgba(0,0,0,0.7);
  border-style: none;
  border-radius: 0px;
  width: 240px;
  height: 66px;
  margin-top: 22px;
  padding-top: 21px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  color: rgb(118,118,118);
}

@media (min-width: 300px) {
  #slideselector {
    width: 20px;
    height: 650px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 1200px) {
  #slideselector {
    width: 70px;
    height: 50px;
    margin-top: 319px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 1600px) {
  #slidetext {
    width: 40%;
  }
}

@media (min-width: 300px) {
  .maindiv {
    padding-left: 0%;
    padding-right: 0%;
  }
}

@media (min-width: 1200px) {
  .maindiv {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media (min-width: 1600px) {
  .maindiv {
    padding-left: 8%;
    padding-right: 8%;
  }
}

#middlebutton {
  border-style: none;
  border-radius: 0px;
  background: rgba(0,123,255,0);
  width: 100%;
  height: 100%;
}

@media (min-width: 300px) {
  #middlebutton {
    border-bottom-style: solid;
    border-bottom-color: rgba(198,198,198,0.45);
  }
}

@media (min-width: 1200px) {
  #middlebutton {
    border-bottom-style: solid;
    border-bottom-color: rgba(198,198,198,0);
  }
}

#noticetext {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

#noticetext2 {
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

#contentdiv {
  box-shadow: 0px 26px 10px 5px rgba(42,42,42,0.02);
}

@media (min-width: 300px) {
  #contenttitle {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
}

@media (min-width: 1200px) {
  #contenttitle {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
}

@media (min-width: 300px) {
  #plusicon {
    font-size: 52px;
    color: rgb(136,136,136);
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  #plusicon {
    font-size: 52px;
    color: rgb(136,136,136);
    padding-right: 0px;
  }
}

#plusicon:hover {
  color: rgb(208,208,208);
}

#youtuberlink {
  text-decoration: none;
}

#normalbutton:hover {
  filter: brightness(200%);
}

@media (min-width: 300px) {
  #footer-link {
    color: rgb(103,103,103);
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-right: 40px;
    text-decoration: none;
    margin-left: 40px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  #footer-link {
    color: rgb(103,103,103);
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-right: 40px;
    text-decoration: none;
    margin-left: 40px;
    display: initial;
  }
}

#footer-link:hover {
  color: rgb(221,221,221);
}

.gamestart:hover {
  color: rgb(255,173,77);
  text-decoration: none;
}

#user:hover {
  filter: brightness(130%);
}

#gamestartdrop:hover {
  background: rgba(23,23,23,0.9);
}

#gamedrop {
  width: 100%;
  height: 100%;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  border-bottom: 1px solid rgba(153,153,153,0.04);
  background: rgba(1,1,1,0.9);
}

#gamedrop:hover {
  background: #070707;
}

#mainnew:hover {
  background: rgb(241,241,241);
}

@media (min-width: 300px) {
  #previousselector {
    width: 30px;
    height: 30px;
    margin-top: -65px;
    margin-left: 81%;
    background: #000000;
    border-radius: 117px;
  }
}

@media (min-width: 1200px) {
  #previousselector {
    width: 30px;
    height: 30px;
    margin-top: -65px;
    margin-left: 95%;
    background: #000000;
    border-radius: 117px;
  }
}

@media (min-width: 300px) {
  #footer-div {
    padding-top: 40px;
    padding-bottom: 40px;
    display: inherit;
  }
}

@media (min-width: 1200px) {
  #footer-div {
    padding-top: 40px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
  }
}

#slidetext:hover {
  color: rgb(217,217,217);
}

#mainnew {
  background: #ffffff;
}

@media (min-width: 300px) {
  #feature1 {
    height: 638px;
  }
}

@media (min-width: 1200px) {
  #feature1 {
    height: 638px;
  }
}

@media (min-width: 300px) {
  #userdiv {
    margin-right: -75px;
  }
}

@media (min-width: 576px) {
  #userdiv {
    margin-right: -295px;
  }
}

@media (min-width: 992px) {
  #userdiv {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  #userdiv {
    margin-right: 20px;
  }
}

#pagenavlink {
  text-decoration: none;
  color: rgb(177,177,177);
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
}

.h {
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: -2px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 45px;
  color: #040404;
}

.h5 {
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: -2px;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 45px;
  color: #ffffff;
}

.h6 {
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: -2px;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 35px;
  color: #ffffff;
}

.h2 {
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0px;
  padding-right: 0px;
  margin-right: 0px;
  padding-left: 30px;
  padding-top: 0px;
  margin-top: 0px;
}

.h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 29px;
  letter-spacing: -1.5px;
  padding-bottom: 20px;
  padding-top: 10px;
}

.navbar-dark .navbar-toggler {
  color: rgba(255,255,255,.5);
  border: none;
  border-radius: 100px;
}

@media (min-width: 300px) {
  .img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .img {
    width: auto;
  }
}

.p1 {
  font-size: 19px;
  font-family: 'Source Sans Pro', sans-serif;
  color: rgba(92,92,92);
  letter-spacing: -0.7px;
}

.p2 {
  font-size: 19px;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: -0.7px;
  color: rgba(140,140,140);
}

.p6 {
  font-size: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: -0.7px;
  color: rgb(0,0,0);
}

.p5 {
  font-size: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: -0.7px;
  color: rgba(140,140,140);
  margin-top: 20px;
  margin-bottom: 20px;
}

.p3 {
  font-size: 19px;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: -0.7px;
  font-weight: 600;
  color: #000000;
}

.p {
  font-size: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color: rgba(255,255,255,0.35);
}

#p1 {
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  color: rgb(92,92,92);
  margin-bottom: 30px;
  margin-top: 20px;
}

@media (min-width: 300px) {
  .contentpage {
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .contentpage {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 300px) {
  #pagetopdiv {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  #pagetopdiv {
    text-align: left;
  }
}

#header-new {
  padding-top: 32px;
  margin-bottom: 44px;
  padding-bottom: 31px;
  padding-right: 6px;
  padding-left: 6px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(173,173,173,0.3);
}

#share {
  text-decoration: none;
  color: rgb(113,113,113);
}

@media (min-width: 300px) {
  #previousimg {
    width: 0px;
  }
}

@media (min-width: 1200px) {
  #previousimg {
    width: 28px;
  }
}

@media (min-width: 300px) {
  #nextimg {
    width: 0px;
  }
}

@media (min-width: 1200px) {
  #nextimg {
    width: 28px;
  }
}

#slidetag {
  padding-top: 8px;
  background: rgba(255,255,255,0.0);
  border-radius: 3px;
  padding-bottom: 8px;
  padding-right: 20px;
  padding-left: 20px;
  color: rgba(255,255,255,0.7);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  border: 1px solid rgba(255,255,255,0.3) ;
}

.p1:hover {
  color: #000000;
}

.p4:hover {
  color: rgba(92,92,92);
}

.p3:hover {
  color: rgba(92,92,92);
}

.p4 {
  font-size: 18px;
  color: rgba(154,154,154);
  font-family: 'Source Sans Pro', sans-serif;
}


#middlebutton2 {
  background: rgba(0,123,255,0);
  border-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

#dropdownbutton:hover {
  color: #969696;
}

@media (min-width: 300px) {
  #slideimg2 {
    height: 650px;
    background: url("../../assets/img/mslide1.png") top no-repeat;
  }
}

@media (min-width: 1200px) {
  #slideimg2 {
    height: 650px;
    background: url("../../assets/img/slide1.png") top no-repeat;
  }
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fefefe;
  border-bottom: 0.8px solid rgba(255,255,255,0.3) ;
  text-shadow: -0px 0px 20px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(255,255,255);
  border-bottom: 0.8px solid rgba(255,255,255,0.3);
  text-shadow: -0px 0px 20px;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

@media (min-width: 300px) {
  #button-overview {
    height: auto;
    width: 80%;
    color: rgb(199,199,200);
    background: rgba(0,0,0,0.9);
    border-radius: 4px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    padding: 30px;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-right: 50px;
    padding-left: 50px;
    border: 1px solid rgba(255,255,255,0.15) ;
    margin-bottom: 10px;
    margin-right: 0px;
  }
}

@media (min-width: 1200px) {
  #button-overview {
    height: 80px;
    width: 290px;
    color: rgb(199,199,200);
    background: rgba(0,0,0,0.9);
    border-radius: 4px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    padding: 30px;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-right: 60px;
    padding-left: 60px;
    border: 1px solid rgba(255,255,255,0.15) ;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
}

#button-overview:hover {
  box-shadow: 0px 0px 20px 7px rgba(199,199,200,0.2);
  border-color: rgba(255,255,255);
  background: rgb(0,0,0);
}

#nav-overview {
  color: rgb(164,153,139);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  letter-spacing: 0px;
  font-weight: 200;
  text-decoration: none;
}

.video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
  opacity: 0.8;
}

.video2 {
  min-width: 100%;
  min-height: 100%;
  z-index: -1000;
  overflow: hidden;
  opacity: 0.8;
  border-radius: 10px;
  transform: translateX(0%) translateY(0%);
}

#image {
  opacity: 0.9;
  z-index: -10;
}

@media (min-width: 300px) {
  #logo-title {
    z-index: -10;
    opacity: 0.04;
    width: 300px;
  }
}

@media (min-width: 1200px) {
  #logo-title {
    z-index: -10;
    opacity: 0.04;
    width: 0px;
  }
}

.fixed-top {
  position: fixed;
  top: 200px;
  right: 200px;
  left: 200px;
  z-index: 1030;
}

#overview-button {
  text-decoration: none;
  border-radius: 109px;
  color: rgb(164,164,164);
  font-size: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  background: rgba(0,0,0,0.6);
  padding-right: 29px;
  padding-left: 49px;
  border: 1px solid rgba(255,255,255,0.3) ;
  padding-top: 20px;
  padding-bottom: 20px;
}

#overview-button:hover {
  background: rgba(0,0,0,0.9);
  border-color: rgb(255,255,255);
  box-shadow: 0px 0px 14px rgba(164,164,164,0.57);
}

.overviewcontent {
  display: inline-block;
  flex-grow: 1;
  height: 100%;
  width: 50%;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.overviewbody {
  width: 100%;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 300px) {
  #over-slideselector {
    width: 85px;
    height: 55px;
    margin-top: 70%;
    margin-left: 20%;
    margin-right: 20%;
    background: #000000;
    border-radius: 9px;
  }
}

@media (min-width: 1200px) {
  #over-slideselector {
    width: 85px;
    height: 55px;
    margin-top: 23%;
    margin-left: -20%;
    margin-right: -20%;
    background: #000000;
    border-radius: 9px;
  }
}

@media (min-width: 1600px) {
  #over-slideselector {
    width: 85px;
    height: 55px;
    margin-top: 22%;
    margin-left: -23%;
    margin-right: -23%;
    background: #000000;
    border-radius: 9px;
  }
}

#button2-overview {
  border-style: none;
  border-radius: 70px;
  background: rgba(255,255,255,0.91);
  padding-right: 34px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 54px;
  color: rgb(13,13,13);
  text-decoration: none;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media (min-width: 300px) {
  #playnowdiv {
    padding-top: 17px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column!important;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  #playnowdiv {
    padding-top: 37px;
    padding-bottom: 0;
    display: inherit;
  }
}

@media (min-width: 300px) {
  #playnow {
    padding-top: 80px;
    padding-bottom: 60px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255,255,255,0.75);
  }
}

@media (min-width: 1200px) {
  #playnow {
    padding-top: 120px;
    padding-bottom: 120px;
    width: 100%;
    height: 100%;
    text-align: left;
    background: url("../../assets/img/aden5.jpg") top / cover no-repeat;
  }
}

@media (min-width: 300px) {
  #heading-playnow {
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  #heading-playnow {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 300px) {
  #overview-section {
    background: rgba(0,0,0,0.4);
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media (min-width: 1200px) {
  #overview-section {
    background: rgba(0,0,0,0.4);
    padding-top: 240px;
    padding-bottom: 240px;
  }
}

@media (min-width: 300px) {
  #heading-overview {
    color: rgb(255,255,255);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 45px;
    margin-bottom: 60px;
    font-weight: 600;
  }
}

@media (min-width: 1200px) {
  #heading-overview {
    color: rgb(255,255,255);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 60px;
    margin-bottom: 60px;
    font-weight: 600;
  }
}

@media (min-width: 300px) {
  #logo-over {
    margin-bottom: 30px;
    width: 280px;
  }
}

@media (min-width: 1200px) {
  #logo-over {
    margin-bottom: 30px;
    width: 400px;
  }
}

@media (min-width: 300px) {
  #heading-pageover {
    padding-top: 15px;
    padding-bottom: 0px;
    padding-right: 4%;
    padding-left: 4%;
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  #heading-pageover {
    padding-top: 15px;
    padding-bottom: 0px;
    padding-right: 10%;
    padding-left: 10%;
    font-size: 50px;
  }
}

@media (min-width: 300px) {
  #over-topdiv {
    padding-top: 190px;
    padding-bottom: 10px;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  #over-topdiv {
    padding-top: 240px;
    padding-bottom: 10px;
    text-align: center;
  }
}

@media (min-width: 300px) {
  #p-pageover {
    margin-right: 10%;
    margin-left: 10%;
    margin-top: -14px;
  }
}

@media (min-width: 1200px) {
  #p-pageover {
    margin-right: 35%;
    margin-left: 35%;
    margin-top: -14px;
  }
}

@media (min-width: 300px) {
  #myCarousel2 {
    height: 100%;
    margin-right: 8%;
    margin-left: 8%;
    margin-top: 55px;
  }
}

@media (min-width: 1200px) {
  #myCarousel2 {
    height: 100%;
    margin-right: 30%;
    margin-left: 30%;
    margin-top: 55px;
  }
}

@media (min-width: 1200px) {
  .img2 {
    width: 100%;
  }
}

@media (min-width: 300px) {
  .img2 {
    width: 100%;
  }
}

@media (min-width: 300px) {
  .wiki-list {
    display: inline-block;
    grid-template-columns: auto auto auto;
  }
}

@media (min-width: 1200px) {
  .wiki-list {
    display: grid;
    grid-template-columns: auto auto auto;
  }
}

#wikilist-button {
  width: 100%;
  height: 106px;
  padding-top: 35px;
  padding-left: 46px;
  padding-right: 40px;
  background: rgb(251,253,255);
  color: rgb(0,0,0);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.7px;
  border-style: none;
  outline: none;
}

#wikilist-button:hover {
  background: rgb(30,15,7);
  color: rgb(255,255,255);
}

@media (min-width: 300px) {
  .article-wiki {
    height: 100%;
    border-radius: 5px;
    margin: 20px;
  }
}

@media (min-width: 1200px) {
  .article-wiki {
    height: 100%;
    border-radius: 5px;
    margin: 10px;
  }
}

@media (min-width: 300px) {
  #search {
    border-style: none;
    background: rgb(16,16,16);
    border-radius: 3px;
    text-decoration: none;
    color: rgb(239,239,239);
    font-size: 16px;
    float: none;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
    margin-top: 24px;
    width: 280px;
    outline: none;
  }
}

@media (min-width: 1200px) {
  #search {
    border-style: none;
    background: rgb(16,16,16);
    border-radius: 3px;
    text-decoration: none;
    color: rgb(239,239,239);
    font-size: 16px;
    float: right;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
    margin-top: -14px;
    width: 280px;
    outline: none;
  }
}

@media (min-width: 300px) {
  .wiki-category {
    margin: 20px;
  }
}

@media (min-width: 1200px) {
  .wiki-category {
    margin: 10px;
  }
}

@media (min-width: 300px) {
  #table-list {
    margin-bottom: 20px;
    flex-direction: column;
    display: flex!important;
  }
}

@media (min-width: 1200px) {
  #table-list {
    margin-bottom: 20px;
    flex-direction: initial;
    display: flex!important;
  }
}

#list-title {
  border-radius: 0px;
  border-width: 0px;
  padding-top: 20px;
  padding-right: 35px;
  padding-bottom: 20px;
  padding-left: 35px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}

#list-items {
  border-radius: 0px;
  height: 100%;
  width: 100%;
  background: rgb(244,244,244);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 35px;
  padding-left: 35px;
  border-width: 0px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

@media (min-width: 300px) {
  #wiki-nextprevious {
    background: rgb(230,230,230);
    padding-bottom: 50px;
    display: inherit;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 1200px) {
  #wiki-nextprevious {
    background: rgb(230,230,230);
    padding-bottom: 70px;
    padding-top: 30px;
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
  }
}

#article {
  padding-top: 40px;
  padding-left: 20px;
  padding-bottom: 19px;
  padding-right: 20px;
  background: #ffffff;
  border-radius: 5px;
}

#article:hover {
  background-color: rgba(238,238,238);
}

@media (min-width: 300px) {
  #dropdown-usermenu {
    width: 340px;
    margin-right: -178px;
    border-style: none;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 54px;
    background: rgba(255,255,255,0);
  }
}

@media (min-width: 1200px) {
  #dropdown-usermenu {
    width: 340px;
    margin-right: -31px;
    border-style: none;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 52px;
    background: rgba(255,255,255,0);
  }
}

#button3 {
  width: 100%;
  height: 70px;
  border-style: none;
  font-size: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  background: rgb(65,52,39);
  letter-spacing: 0px;
  line-height: 1;
}

#button3:hover {
  background: rgb(106,79,52);
}

.input {
  height: 70px;
  width: 100%;
  outline: none;
  background: rgb(20,20,20);
  color: #959595;
  border-style: none;
  border-radius: 4px;
  font-size: 19px;
  font-family: 'Source Sans Pro', sans-serif;
  padding-left: 35px;
  padding-right: 35px;
}

#button4 {
  width: 100%;
  height: 70px;
  font-size: 20px;
  background: rgba(255,255,255,0.4);
  font-family: 'Source Sans Pro', sans-serif;
  color: rgb(0,0,0);
  border-style: solid;
  border-color: rgba(0,0,0,0.53);
}

#button4:hover {
  background: rgb(255,255,255);
}

@media (min-width: 300px) {
  #form-div {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (min-width: 1200px) {
  #form-div {
    margin-left: 28%;
    margin-right: 28%;
  }
}

@media (min-width: 1600px) {
  #form-div {
    margin-left: 32%;
    margin-right: 32%;
  }
}

@media (min-width: 300px) {
  #register-div2 {
    padding-top: 22px;
    display: inherit;
  }
}

@media (min-width: 1200px) {
  #register-div2 {
    padding-top: 22px;
    display: flex;
  }
}

@media (min-width: 300px) {
  #register-div {
    padding-top: 170px;
    padding-bottom: 100px;
    margin-left: 0%;
    margin-right: 0%;
  }
}

@media (min-width: 1200px) {
  #register-div {
    padding-top: 170px;
    padding-bottom: 100px;
    margin-left: 8%;
    margin-right: 8%;
  }
}

@media (min-width: 1600px) {
  #register-div {
    padding-top: 170px;
    padding-bottom: 100px;
    margin-left: 14%;
    margin-right: 14%;
  }
}

#fb-button {
  height: 70px;
  width: 100%;
  font-size: 19px;
  border-style: none;
  background: rgb(16,93,176);
}

#fb-button:hover {
  background: rgb(34,129,231);
}

#google-button {
  height: 70px;
  width: 100%;
  font-size: 19px;
  background: rgb(255,255,255);
  color: rgb(0,0,0);
  border-style: solid;
  border-color: rgb(98,98,98);
}

#google-button:hover {
  color: rgb(255,255,255);
  background: rgb(1,1,1);
}

.p7 {
  color: rgb(205,49,161);
  font-family: 'Source Sans Pro', sans-serif;
  text-align: left;
  font-size: 14px;
  margin-top: 12px;
  margin-left: 24px;
}

.p8 {
  color: rgb(205,133,49);
  font-family: 'Source Sans Pro', sans-serif;
  text-align: left;
  font-size: 14px;
  margin-top: 12px;
  margin-left: 24px;
}

@media (min-width: 300px) {
  #slideimg1 {
    padding-top: 80px;
    padding-bottom: 60px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: url("../../assets/img/oren.jpg") top / cover no-repeat;
  }
}

@media (min-width: 1200px) {
  #slideimg1 {
    padding-top: 120px;
    padding-bottom: 160px;
    width: 100%;
    height: 100%;
    text-align: left;
    background: url("../../assets/img/oren.jpg") top / cover no-repeat;
  }
}

@media (min-width: 300px) {
  #slidediv {
    height: 410px;
    padding-left: 10%;
    padding-top: 298px;
  }
}

@media (min-width: 1200px) {
  #slidediv {
    height: 450px;
    padding-left: 8%;
    padding-top: 150px;
  }
}

@media (min-width: 1200px) {
  #votenow {
    padding-top: 160px;
    padding-bottom: 160px;
    width: 100%;
    height: 100%;
    text-align: left;
    background: url("../../assets/img/votenow1.jpg") top / cover no-repeat;
  }
}
body {
	font-size: 18px;
	line-height: 1.4;
	font-family: 'Avenir', sans-serif;
	font-weight: 700;
	color: #ffedc2;
	background: #0d0b0e;
	background-image: url("../images/bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*animation: bluring 3s infinite linear;*/
}

body.inner {
	background-image: url("../images/bg-inner.jpg");
}

body.soon {
	width: 100%;
	height: 100%;
	background-color: #000;
	background: url("../images/soon.jpg") center center no-repeat;
	background-size: cover;
}
body.inner .statuses {
	margin-top: 40px;
}
#preloader {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	background-color: #000;