.article-page {
	margin-top: 4%;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.article-page .container {
    width: 70%;
    min-width: 700px;
    margin: 0 auto;
    min-height: 400px;
    background: rgba(218,215,191,0.83);
    border-radius: 10px;
    padding-top: 25px;
    position: relative;
    font-family: iransansfarsi_bold;
    z-index: 9;
}
.article-page .container .title {
    width: 30%;
    height: 365px;
    margin-right: 3%;
    background: #399;
    border-radius: 10px;
    padding-top: 10px;
    display: inline-block;
    float: right;
    overflow: hidden;
}
.article-page .container .content div {
    text-align: right;
}
.article-page .container .title .description {
    width: 90%;
    min-height: 30px;
    line-height: 2;
    font-size: 15px;
    font-family: iransansfarsi_bold;
    margin: 2px auto;
    text-align: center;
    color: white;
    font-weight: 500;
    cursor: pointer;
    overflow: hidden;
    background: #d17447;
    border-radius: 5px;
}
.article-page .container .title .selected {
    background: #b24d1c;
    border-radius: 5px;
}
.article-page .container .content {
    width: 90%;
    float: right;
    min-height: 250px;
    margin-right: 5%;
    font-family: iransansfarsi_bold;
    overflow: hidden;
}
.article-page .container #content-container {
    max-height: 350px;
}
.article-page .container .content .level1 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 30px;
}
.article-page .container .content .level2 {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    color: #dd7341;
    margin-top: 15px;
}
.article-page .left {
    left: 0;
    top: -50px;
}
.article-page .right img {
    transform: rotate(180deg);
}
.article-page .semicircular {
    display: inline-block;
    position: absolute;
    top: 55px;
    opacity: 0.7;
}
.article-page .back {
    display: inline-block;
    width: 40%;
    height: 35px;
    margin-right: 9%;
    float: right;
    margin-top: 3%;
}
.article-page .back .icon, .article-page .one-back .icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(come-back-icon.png);
    float: right;
}
.article-page .back a:first-child .icon {
    background-position-x: 35px;
}
.article-page .one-back .history-back .icon {
    background-position-x: 0px;
}
.article-page .footer .back a, .article-page .footer .back span {
    float: right;
}
.article-page .back .between {
    background: url(arrw.png) no-repeat;
    display: inline-block;
    width: 20px;
    height: 30px;
    background-size: 20px;
    margin-right: 10px;
    transform: rotate(180deg);
}
.types-page .back .parent-article .text {
    text-shadow: 0px 0px 2px black;
}
.article-page .back a span {
    float: right;
}
.article-page .back a , .article-page .one-back a{
    text-decoration: none;
    font-size: 15px;
    font-family: iransansfarsi_bold;
    color: white;
    display: inline-block;
    cursor: pointer;
}
.article-page .back a .text, .article-page .one-back a .text {
    height: 35px;
    line-height: 2.5;
    margin-right: 5px;
    float: right;
}
.article-page .private {
    display: inline-block;
    width: 10%;
    text-align: center;
    font-size: 20px;
    color: white;
    float: left;
    margin-left: 11%;
    margin-top: 3%;
    text-decoration: none;
}
.article-page .footer {
    height: 150px;
    position: relative;
    width: 100%;
    min-width: 700px;
    margin-top: 7%;
    bottom: -5px;
    right: 0;
    background: black;
}
.article-page .logo {
    position: absolute;
    left: 10%;
    bottom: 10%;
}
.article-page .circle-img img {
    width: 165px;
}
.article-page .circle-img {
    display: inline-block;
    border-radius: 50%;
    background: black;
    position: absolute;
	right: calc(50% - 82px);
  	top: -60px;
  }
.this-page.parent-article .text {
    transform: translateY(10%)!important;
}
.article-page .parent-article {
    margin-right: 10px;
}
.article-page .parent-article .text {
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(22%);
    font-family: iransansfarsi_bold;
}
.this-page .text {
    color: #d9723f;
    text-shadow: 0 0 1px black;
    font-size: 22px;
    position: relative;
    top: -9px;
}
.article-page .audio {
    display: inline-block;
    width: 60%;
    margin: 10px 3%;
    text-align: center;
}
.article-page .audio audio {
    width: 80%;
}
.article-page #content-container #mCSB_1_scrollbar_vertical {
    margin-left: 25px;
}
.article-page .container .title .description:hover {
    background: #c76b3e;
    border-radius: 5px;
}
.article-page .container .title .selected:hover {
    background: #b24d1c;
}
.article-page .description-level2 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: none;
}
.article-page .description-level2 .description-child {
    min-width: 75%;
    margin: 5px auto;
    height: 20px;
    font-size: 14px;
    font-family: iransansfarsi_bold;
    color: #ffdfb4;
    border-radius: 5px;
    cursor: pointer;
    line-height: 1.5;
    overflow: hidden;
}
.article-page .description-level2 .description-child:hover {
    background: #c76b3e;
}
.article-page .description-level2 .selected2 {
    background: #8d360c;
}
.article-page .level3 {
    margin-top: 15px;
    font-size: 16px;
    font-family: iransansfarsi_bold;
}
.article-page .pdf {
    font-size: 20px;
    font-family: iransansfarsi_bold;
    text-decoration: none;
    color: #cea458;
    font-weight: bold;
    display: inline-block;
    width: 165px;
}
.article-page .pdf .icon {
    display: inline-block;
    width: 25px;
    height: 24px;
    background: url(download-icons.png) 0 25px;
    float: right;
}
.article-page .pdf .text {
    float: right;
    margin-left: 5px;
}
.article-page .parent-article .icone {
    width: 35px;
    height: 34px;
    display: inline-block;
    float: right;
    background: url(white-object.png);
    background-size: 36px;
    margin-top: 10px;
}
.article-page .parent-article .icone.article-type-304 {
    background-position-y: -135px;
}
.article-page .parent-article .icone.article-type-408 {
    background-position-y: 101px;
}
.article-page .parent-article .icone.article-type-802 {
    background-position-y: 66px;
}
.this-page.parent-article .icone {
  	width: 35px;
    height: 35px;
    display: inline-block;
    float: right;
    background: url(color-object.png);
    background-size: 36px;
    margin-top: 10px;
}
.this-page.parent-article .text {
    color: #399;
    font-size: 20px;
    font-weight: bold;
}
.article-page .article-type-301 {
    background-position-y: -101px!important;
}
.article-page .article-type-1002 {
    background-position-y: -32px!important;
}
.article-page .article-type-201 {
    background-position-y: -66px!important;
}
.article-page .article-type-303 {
    background-position-y: -134px!important;
}
.article-page .article-type-407 {
    background-position-y: -203px!important;
}
.article-page .article-type-801 {
    background-position-y: -203px!important;
}
.article-page .article-type-501 {
    background-position-y: -237px!important;
}
.article-page .article-type-1501 {
    background-position-y: 34px!important;
}
.article-page .article-type-1317{
    background-position-y: -135px!important
}
.article-page .history-back {
    position: absolute;
    top: -35px;
    left: 0;
}

/************types-page****************/
.types .type {
    border: solid 2px #399;
	width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #399;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-backface-visibility: hidden;
}
.types .type:hover {
    border: solid 2px #288;
    background: #a09a73;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-backface-visibility: hidden;
}
.types .type .text {
    font-size: 20px;
    color: white;
    font-family: iransansfarsi_bold;
    text-align: center;
    display: inline-block;
}
.types .container {
    padding-bottom: 40px;
}
.types .container .types {
    display: inline-block;
    margin: 20px auto;
    max-width: 81%;
}
.types .container {
    text-align: center;
}