body {
 background-color: #02131d;
    /* padding-top: 58px; */
}

.header {
    /* width: 100%;
    height: 420px; */
    /* background: url(../images/9dragons-header-classic.jpg); */
    /* background: url(../images/celestial_hero.jpg); */
    /* background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
}

#combat .myButton {
    box-shadow: inset 0px 1px 0px 0px #9e9a99;
    background: linear-gradient(to bottom, #12100d 5%, #634b30 100%);
    background-color: #12100d;
    border-radius: 3px;
    border: 1px solid #54381e;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #141110;
    width: 100%;
    text-align: center !important;
}

#combat .myButton:hover {
    background: linear-gradient(to bottom, #634b30 5%, #12100d 100%);
    background-color: #634b30;
    color: #fff;
}

#combat .myButton:active {
    position: relative;
    top: 1px;
}


.input-group {
    margin-top: 2px;
    padding: 3px;
}

.float-right {
    float: right;
}

.status-online {
    color: green;
}

.status-offline {
    color: red;
}

footer {
    margin-top: -24px;
    display: block;
    background: #222;
}

footer a,
p {
    color: #fff;
    padding: 15px 0 10px 0;
}

.col-md-9 p {
    color: #000;
}

.col-md-9 form input {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.col-md-9 form input[type="submit"] {
    width: 100%;
    background-color: #4caf50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#timestamp {
    font-size: 25px;
    font-weight: bold;
}

table.product_listing {
    width: 100%;
}

table.product_listing thead {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

table.product_listing th,
table.product_listing td {
    padding: 10px;
}

p.description {
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px 0px;
}

.no-border {
    border: none;
}

.mt-5 {
    margin-top: 5px;
}

#terms_conditions p {
    color: #181810;
}

.product_listing tr td img {
    width: 40px;
}

.col-md-9 .description {
    color: #008000;
    font-size: 18px;
}

.donation_points {
    font-weight: bold;
}

.donation_points span {
    font-weight: normal;
}

.panel-body {
    font-size: 16px;
}

.fa-2x {
    vertical-align: middle;
    margin-right: 2px;
    width: 35px;
    text-align: center;
}

.panel-heading h4 {
    margin: 2px 0;
}

.sidebar-nav-fixed .list-group-item {
    padding: 6px 12px;
}

.sidebar-nav-fixed .list-group-item .badge {
    top: 2px;
    position: relative;
}

.help-block {
    margin-top: 0;
    padding-top: 0;
}

div.container>div.panel-default {
    border: none !important;
}

.fa {
    min-width: 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .karma_table {
        display: inline-block;
        width: 49%;
    }

    .navbar-nav {
        display: table;
        width: 100%;
    }

    .navbar-nav>li {
        display: table-cell;
        float: none;
    }
}

@media (max-width: 768px) {


    #fade {
        display: none;
    }
}

.shop_filter {
    text-align: center;
}

.shop_filter .filter_bnt {

    display: inline-block;
    padding: 25px;
}

.new_player_cos {
    margin-bottom: 20px;

}

.new_player_cos img {
    width: 100%;
}

.events-list {
    padding: 5px 0 5px 0;
    color: black;
}

.events-list-li {
    padding: 0px 0 5px 0;
    color: black;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-weight: bold;
}

.active,
.accordion:hover {
    background-color: #ccc;
}

.accordion_panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.support_ticket_btn {
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    background-color: #f9f9f9;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

.support_ticket_btn:hover {
    background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
    background-color: #e9e9e9;
}

.support_ticket_btn:active {
    position: relative;
    top: 1px;
}

.accordion:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}

.accordion_panel p {
    color: #333;
}

.label {
    color: white;
    padding: 8px;
}

.new {
    background-color: #04AA6D;
}

/* Green */

.slider_txt1 {
    position: absolute;
    bottom: 0%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-size: 46px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: uppercase;
}

.slider_txt2 {
    position: absolute;
    bottom: 0%;
    left: 22%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-size: 46px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: uppercase;
}


.slider_txt3 {
    position: absolute;
    bottom: 0%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-size: 46px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: uppercase;
}

.mobile-box {
    width: 49%;
    background-color: #f5f5f5;
}

.shop-filter {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .mobile-box {
        width: 100%;
        background-color: #f5f5f5;
    }

    .shop-filter {
        font-size: 11px;
        margin: 0 8px 0 8px;
    }

	
}
.winter_hunt img {width:100%;}

.col-md-9 div img {width:100%;}



/* below accordation */
/* # The Rotating Marker # */
details summary::-webkit-details-marker { display: none; }
summary::before {
  font-family: "Hiragino Mincho ProN", "Open Sans", sans-serif;
  content: "▶";
  position: absolute;
  top: 1rem;
  left: 0.4rem;
  transform: rotate(0);
  transform-origin: center;
  transition: 0.2s transform ease;
}
details[open] > summary:before {
  transform: rotate(90deg);
  transition: 0.45s transform ease;
}

/* # The Sliding Summary # */
details { overflow: hidden; }
details summary {
  position: relative;
  z-index: 10;
}
@keyframes details-show {
  from {
    margin-bottom: -80%;
    opacity: 0;
    transform: translateY(-100%);
  }
}
details > *:not(summary) {
  animation: details-show 500ms ease-in-out;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  color: transparent;
  overflow: hidden;
}
details[open] > *:not(summary) { color: inherit; }

/* # Style 2 # */
details.style2 summary::before {
  content: "×";
  color: #FFF;
  font-size: 2rem;
  line-height: 1rem;
  transform: rotate(-45deg);
  top: 1.2rem;
  left: 0.5rem;
}
details[open].style2 > summary:before {
  transform: rotate(90deg);
  color: #F00 !important;
  transition: color ease 2s, transform ease 1s;
}

/* # Style 3 # */
details.style3 summary::before {
  content: "›";
  font-size: 2.5rem;
  line-height: 1rem;
  top: 1.3rem;
  left: 0rem;
  margin: -0.5rem -0.5rem 0 0.5rem;
  transform-origin: bottom center;
  transition: margin linear 0.05s;
}
details.style3:hover > summary:before {
  color: #FFF;
}
details[open].style3 > summary:before {
  left: 0rem;
  color: #CCC;
  transform: rotate(90deg);
  margin-left: 0.4rem;
  transition: color ease 2s, transform ease 1s, margin ease 1s;
}
@supports (-webkit-touch-callout: none) {
  details.style3 summary::before { top: 1.6rem; }
  details[open].style3 > summary:before { top: 1.3rem; transition: all 0.8s; }
}

/* # Style 4 # */
details.style4 summary {
  padding-right: 2.2rem;
  padding-left: 1rem;
}
details.style4 summary::before {
  content: "×";
  color: #FFF;
  font-size: 2rem;
  line-height: 1rem;
  transform: rotate(-45deg);
  top: 1.2rem;
  left: unset;
  right: 0.6rem;
}
details[open].style4 > summary:before {
  transform: rotate(90deg);
  color: #F00 !important;
  transition: color ease 2s, transform ease 1s;
}

/* # Style 5 # */
details.style5 summary {
  padding-right: 2.2rem;
  padding-left: 1rem;
}
details.style5 summary::before {
  content: "🙈";
  font-size: 1.5rem;
  top: 0.5rem;
  left: unset;
  right: 0.5rem;
  transform: rotate(0);
}
details.style5:hover > summary::before {
  content: "🙊";
}
details[open].style5 > summary::before {
  content: "🐵";
  transform: rotate(0deg);
}
details[open].style5 > summary:hover::before {
  content: "🙉";
}
details .monkey-see { display: inline; }
details .monkey-hide { display: none; }
details[open] .monkey-see { display: none; }
details[open] .monkey-hide { display: inline; }

/* # Style 6 # */
details.style6 summary {
  padding-right: 2.2rem;
  padding-left: 1rem;
}
details.style6 summary::before {
  content: "❔";
  font-size: 1.5rem;
  top: 0.5rem;
  left: unset;
  right: 0.5rem;
  transform: rotate(0);
}
details.style6:hover > summary:before {
  content: "👁️‍🗨️";
}
details[open].style6 > summary:before {
  content: "❌";
  transform: rotate(0deg);
}

/* # Style 7 # */
details.style7 summary {
  padding-left: 3rem;
}
details[open].style7 summary,
details.style7:hover summary {
  background: #000;
  color: #CCC;
}
details[open].style7 summary strong,
details.style7:hover summary strong {
  color: #FDCE4C;
}
details.style7:hover summary strong { color: #ffdf87; }
details.style7 summary::before {
  content: "🌑";
  font-size: 1.5rem;
  top: 0.5rem;
  left: 0.5rem;
  transform: rotate(0);
}
details.style7:hover > summary::before {
  content: "🌕";
}
details[open].style7 > summary::before {
  content: "🌕";
  transform: rotate(0deg);
}
details[open].style7 > summary:hover::before {
  content: "🌕";
}
details .moon-new { display: inline; }
details .moon-full { display: none; }
details[open] .moon-new { display: none; }
details[open] .moon-full { display: inline; }
details.style7 .content { background: #DDD; }

/* # Just Some Pretty Styles # */
body { font-family: "Open Sans", sans-serif; }
img { max-width: 100%; }
p { margin: 0; padding-bottom: 10px; }
p:last-child { padding: 0; }
details {

  box-sizing: border-box;
  margin-top: 5px;
  background: white;
}
summary {
  border: 4px solid transparent;
  outline: none;
  padding: 1rem;
  display: block;
  background: #666;
  color: white;
  padding-left: 2.2rem;
  position: relative;
  cursor: pointer;
  font-size:20px;
}
details[open] summary,
summary:hover {
  color: #FFCA28;
  background: #444;
}
summary:hover strong,
details[open] summary strong,
summary:hover::before,
details[open] summary::before {
  color: #FFA128;
}
.content {
  padding: 10px;
  border: 2px solid #888;
  border-top: none;
}
.guides_container p {color:black;}


.myButton {
	box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
	background-color:#768d87;
	border-radius:5px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}
.myButton:hover {
	background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
	background-color:#6c7c7c;
}
.myButton:active {
	position:relative;
	top:1px;
}

     a.button6{
display:inline-block;
padding:0.7em 1.4em;
margin:0 0.3em 0.3em 0;
border-radius:0.15em;
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif;
text-transform:uppercase;
font-weight:400;
color:#FFFFFF;
background-color:#3369ff;
box-shadow:inset 0 -0.6em 0 -0.35em rgba(0,0,0,0.17);
text-align:center;
position:relative;
}
a.button6:active{
top:0.1em;
}
@media all and (max-width:30em){
a.button6{
display:block;
margin:0.4em auto;
}
}

.fb-like span {width:100px !important;}   
 
.fb-like span  iframe{width:100px  !important;} 


.buff_container{
	background-color: #04AA6D !important;
    border: 2px solid black;
	display:block;
	font-size: 24px;
    font-weight: bold;
	color:white;
	padding: 10px;
	width:100%;
}