ul, li { list-style: none; }

.bg {padding: 124px;background: url(../img/header-bg.png);background-repeat: no-repeat;margin-bottom: -40px;}
    
.question {
}

.question li {padding: 33px 28px 34px 0px;}


.question li.q {
    background-color: #2f2a20;
    box-shadow: 0 0 15px rgb(26 23 16), inset 0 0 4px rgb(12 11 8), inset 0 0 30px rgb(79 68 55 / 45%);
    box-sizing: border-box;
    border: solid 1px #433631;
    color: #655e57;
    /* border-radius: 14px; */
    margin-bottom: 8px;
    transition:0.1s;
    direction:rtl;
}

.question li.q span {
    padding-right: 5px;
    color: #a5887a;
}
.question li.a {
  background: #252017;
  font-size: 14px;
  line-height: 24px;
  /* border-top: dashed 1px #453b3b; */
  margin-bottom: 11px;
  padding-left: 30px;
  /* border-radius: 22px; */
  direction: rtl;
}

 .question > ul {
   list-style: none;
		margin: 13px 21px;
		text-align: right;
     }
/*
    .question > ul > li.q:hover {
    color: #ffb956;
    box-shadow: inset 0 0 4px rgba(243,84,34,0.6), inset 0 0 60px rgba(151,59,30,0.45);
    cursor:pointer;
    }
 */
 .question > ul > li > img.arrow{
    margin-left: 29px;
    padding: 20px 40p;
    float: left;
    }
    
 .question > ul > li.q.active {
  box-shadow: inset 0 0 4px rgba(243,84,34,0.6), inset 0 0 60px rgb(183 76 42 / 71%);
  border: solid 1px #b3773a;
}

 .question > ul > li > img.icon{
    position: absolute;
    right: 17px;
    width: 47px;
    height: 47px;
    top: 17px;
    background: url(../../../images/wowzone/tutorialpage.png) no-repeat 0 0;
    display: inline-block;
    }
 
 .rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.description{
    background: #2f2a20;
    width: auto;
    height: 70px;
    margin: 10px 0px 10px 0px;
    border: solid 1px #53483dbf;
    padding: 23px 87px 0px 0px;
    color: #939172;
    text-align: right;
    line-height: 20px;
    direction: rtl;
    background-image: url(/application/modules/tutorial/img/tut-lant.png);
    background-repeat: no-repeat;
    background-position: right 19px center;
    background-size: 47px;
    font-size: 14px;
}

#cataclysm {
 background-image: url(../img/cata.png);
 background-repeat: no-repeat;
 background-position: 0px 0px;
 font-weight: bold;
}
#wotlk {
 background-image: url(/application/themes/wowzone/images/realm-status/realms_sprite.png);
 background-repeat: no-repeat;
 background-position: 0px 0px;
 font-weight: bold;
}
#legion{
  background-image: url(/application/themes/wowzone/images/realm-status/realms_sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -240px;
  font-weight: bold;
}
.download_btn_small{
    background-color: #36452b;
 width:355px;
    text-align: center;
    font-weight: bold;
    border: solid 1px #445d42;
    border-radius: 10px;
    margin-top: 15px;
    box-shadow: 0 2px rgb(41 29 20), inset 0 2px rgb(64 255 117 / 15%);
    transition:0.4s;
    direction: ???;
    }
.download_btn_small a{
    display:block;
    padding:10px;
    color: #6f916c;
    transition:0.4s;
    text-shadow: 0 1px 2px rgb(28 21 21 / 88%);
    }
.download_btn_small:hover{
    background-color: #405233;
    }
.download_btn_small a:hover{
    color: #9ac495;
    }

.download_btn_725_launcher
{
    background-color: #24203c;
    text-align: center;
    width: 355px;
    font-weight: bold;
    border: solid 1px #48425d;
    border-radius: 10px;
    margin-top: 15px;
    box-shadow: 0 2px rgb(21 41 20), inset 0 2px rgb(64 189 255 / 15%);
    transition:0.4s;
    direction: ltr;
    }
.download_btn_725_launcher a{
    display:block;
    padding:10px;
    color: #6c7691;
    transition:0.4s;
    text-shadow: 0 1px 2px rgb(28 21 21 / 88%);
    direction: rtl;
    }
.download_btn_725_launcher a:hover{
    color: #95a0c4;
    }