@charset "utf-8";
/* CSS Document */

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html , body {
	background-color:#e0e0e0;	
}

.tools-nav {
    width: 100%;
    height: 40px;
    float: right;
    min-width: 100%;
    background-color: #001010;
}

.tools-nav .content {
    width: 100%;
    height: 40px;
    max-width: 1150px;
    box-sizing: border-box;
    padding: 0px 16px;
    margin: 0px auto;
    float: none;
}

.tools-nav .content .langs {
    height: 40px;
    float: right;
    line-height: 40px;
    font-family: iransans,tahoma;
    font-size: 10px;
}

.tools-nav .content .langs a {
    height: 40px;
    float: right;
    display: block;
    line-height: 40px;
    color:white;
    margin-left: 15px;
}

.tools-nav .content .langs a.fa {
    font-family: byekan;
}

.tools-nav .content .langs a:hover {
    opacity: 0.7;
}

.tools-nav .content .search {
    width: 150px;
    height: 26px;
    margin: 7px 0px;
    float: left;
    position: relative;
}

.tools-nav .content .search .field {
    width: 122px;
    height: 24px;
    float: right;
    border: 1px solid #404040;
    background-color: #001010;
    border-radius: 0px 7px 7px 0px;
    outline: none;
    transition: all ease-in 0.3s;
    box-sizing: border-box;
    color: #ADADAD;
    font-family: iransans,tahoma;
    font-size: 10px;
    direction: rtl;
    padding: 0px 5px;
}

.tools-nav .content .search .field:hover {
    background-color: #292929;
    padding: 0px 7px;
}

.tools-nav .content .search .submit {
    width: 28px;
    height: 24px;
    float: right;
    border: 1px solid #404040;
    background-color: #404040;
    border-radius: 7px 0px 0px 7px;
    outline: none;
}

.tools-nav .content .search::after {
    content: ''; 
    width: 16px;
    height: 21px;
    position: absolute;
    background-image: url(../image/images.png);
    background-repeat: no-repeat;
    background-position: -1px -77px;
    left: 7px;
    top: 1px;
}

.tools-nav .content .feed {
    float: left;
    display: block;
    line-height: 40px;
    font-family: tahoma;
    font-size: 11px;
    color:rgba(255, 141, 0, 0.82);
    margin-left: 10px;
}

header {
    width: 100%;
    height: 161px;
    float: right;
    min-width: 100%;
    background-color: #004f51;
    background-image: url(../image/background-header.jpg);
}

header .content {
    width: 100%;
    height: 161px;
    max-width: 1150px;
    box-sizing: border-box;
    padding: 0px 16px;
    margin: 0px auto;
    float: none;
    position: relative;
}

header .content .logo-title {
    width: 100%;
    height: 32px;
    float: none;
    position: relative;
    max-width: 850px;
    margin: 0px auto;
    padding-top: 40px;
}

header .content .logo-title .right {
    float: right;
}

header .content .logo-title .left {
    float: left;
}

header .content .logo {
    width: 146px;
    height: 141px;
    position: absolute;
    right: 50%;
    margin-right: -73px;
    //right: calc(50% - 73px);
    top: 10px;
}

header .content .social-network {
    width: 100%;
    height: 29px;
    float: none;
    position: relative;
    max-width: 850px;
    margin: 0px auto;
    padding-top: 75px;
}

header .content .social-network .right {
    float: right;
}

header .content .social-network .right a {
    float: right;
    margin-left: 5px;
}

header .content .social-network a {
    width: 29px;
    height: 29px;
    background-image: url(../image/images.png);
    background-repeat: no-repeat;
    float: right;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    transition: all ease-in 0.3s;
}

header .content .social-network a:hover {
    opacity: 0.8;
}

header .content .social-network .left {
    float: left;
}

header .content .social-network .left a {
    float: left;
    margin-right: 5px;
}

header .content .social-network .right a.dribbble {
    background-position: -270px -1px;
}

header .content .social-network .right a.skype {
   background-position: -232px -1px; 
}

header .content .social-network .right a.youtube {
    background-position: -194px -1px;
}

header .content .social-network .right a.instagram {
    background-position: -155px -1px;
}

header .content .social-network .left a.twitter {
    background-position: -1px -1px;
}

header .content .social-network .left a.facebook {
    background-position: -40px -1px;
}

header .content .social-network .left a.googleplus {
    background-position: -77px -1px;
}

header .content .social-network .left a.pintrest {
    background-position: -117px -1px;
}

@media(max-width:450px) {
    header {
        width: 100%;
        height: 191px;
    }

    header .content {
        height: 191px;
    }

    header .content .social-network {
        padding-top: 115px;
    }
}

nav {
    width: 100%;
    height: 34px;
    float: right;
    min-width: 100%;
    background-color: #008f92;
    position: relative;
}

nav .content {
    width: 96%;
    height: 27px;
    max-width: 800px;
    box-sizing: border-box;
    padding: 0px;
    direction: rtl;
    margin: 7px auto 0px auto;
    float: none;
    border-right: 1px solid #35c4c7;
}

nav .content a {
    float: right;
    display: block;
    height: 27px;
    line-height: 25px;
    font-family: iransans;
    font-size: 11px;
    color: #e0e0e0;
    direction: rtl;
    padding: 0px 15px;
    border-left: 1px solid #35c4c7;
    transition: all ease-in 0.3s;
    cursor: pointer;
    outline: none;
}

nav .content a:hover {
    //background-color: #35c4c7;
    border-bottom: 2px solid #ff3333;
}

.slider {
    width: 100%;
    height: auto;
    float: right;
    min-width: 100%;
}

.slider .bxslider {
    margin: 0px;
    padding:0px;
}

.menu {
    width: 100%;
    height: auto;
    float: right;
    min-width: 100%;
    background-image: url(../image/background-menu.jpg);
    position: relative;
}

.menu .content {
    width: 100%;
    height: auto;
    max-width: 800px;
    box-sizing: border-box;
    padding: 0px 16px;
    direction: rtl;
    margin: 0px auto;
    float: none;
    padding-top: 15px;
}

.menu .content .item {
    width: 50%;
    height: 120px;
    float: right;
    display: block;
    margin-top: 10px;
    box-sizing:border-box;
    padding-right: 10%;
}

@media(max-width:500px) {
    .menu .content .item {
        width: 100% !important;
    }
}


.menu .content .item i {
    width:85px;
    height: 85px;
    float: right;
    background-image: url(../image/images.png);
    background-repeat: no-repeat;
    display: block;
    margin: 15px;
}

.menu .content .item i.lesson {
    background-position: -1px -115px;
}

.menu .content .item i.top {
    background-position: -258px -115px;
}

.menu .content .item i.library {
    background-position: -86px -115px;
}

.menu .content .item i.question {
    background-position: -341px -115px;
}

.menu .content .item i.gallery {
    background-position: -170px -115px;
}

.menu .content .item i.products {
    background-position: -426px -115px;
}

.menu .content .item .title {
    width: calc(100% - 115px);
    float: right;
    font-weight: 100;
    font-family: iransans;
    font-size: 17px;
    color: #fbf6bf;
    margin-top: 30px;
}

.menu .content .item .submenu {
    width: calc(100% - 115px);
    float: right;
    font-family: byekan;
    font-size: 12px;
    margin-top: 18px;
}

.menu .content .item .submenu a {
    height: 15px;
    display: block;
    float: right;
    margin-left: 15px;
    border-right: 1px solid #FFF;
    color: #fff;
    padding-right: 10px;
    line-height: 15px;
    outline: none;
}

.news {
    width: 100%;
    height: auto;
    float: right;
    min-width: 100%;
    background-color:#e0e0e0;
    position: relative;
}

.news::before {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    top: 50px;
    right: 0px;
    background-color: #bbbbbb;
}

.news .content {
    width: 100%;
    height: auto;
    max-width: 1000px;
    box-sizing: border-box;
    padding: 0px 50px;
    margin: 0px auto;
    float: none;
    padding-top: 15px;
    position: relative;
}

.news .content h3 {
    width: 238px;
    height: 51px;
    float: right;
    background-image: url(../image/images.png);
    background-repeat: no-repeat;
    background-position: -1px -209px;
    right: calc(50% - 118px);
    top: 25px;
    position: absolute;
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: 53px;
    font-weight: 100;
    font-family: iransans;
    font-size: 15px;
    color: #fbf6bf;
}

.news .content .bx-wrapper {
    margin-top: 110px;
}

.news .content .bx-wrapper .slide {
    position: relative;
    display: block;
    padding: 10px 10px 45px 10px;
    background-color: #f4f2f3;
    border-radius: 5px;
    overflow: hidden;
}

.news .content .bx-wrapper .slide > img {
    border-radius: 5px;
}

.news .content .bx-wrapper .slide.play::after {
    content: '';
    width: 116px;
    height: 116px;
    position: absolute;
    right: 52px;
    bottom: 50px;
    background-image: url(../image/play.jpg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
}

.news .content .bx-wrapper .slide > span {
    width: 90%;
    height: 35px;
    position: absolute;
    right: 5%;
    bottom: 5px;
    text-align: center;
    line-height: 35px;
    direction: rtl;
    font-family: iransans;
    font-size: 11px;
    color: #0e0e0e;
    border-top: 1px solid #D2D2D2;
}

@media(max-width:550px) {
    .bx-controls-direction {
        display: none;
    }
}

.textplace {
    width: 100%;
    height: auto;
    float: right;
    min-width: 100%;
    background-image: url(../image/background-text.jpg);
    position: relative;
}

.textplace .content {
    width: 100%;
    height: auto;
    max-width: 1000px;
    box-sizing: border-box;
    padding: 0px 16px;
    direction: rtl;
    margin: 0px auto;
    float: none;
}

.textplace .content .cl {
    width: 33.3%;
    height: auto;
    float: right;
    box-sizing: border-box;
    border-left: 1px solid #fdfdfd;
    margin: 0px;
    padding: 0px 0px 30px 0px;
}

.textplace .content .cl.cl-3 {
    border-left: 0px;
}

.textplace .content .cl .header {
    width: 200px;
    height: 31px;
    background-image: url(../image/images.png);
    background-repeat: no-repeat;
    background-position: -268px -209px;
    margin-right: calc(50% - 100px);
    text-align: center;
    line-height: 32px;
    direction: rtl;
    font-family: iransans;
    font-size: 13px;
    color:#e62600;
    margin-top: 15px;
}

.textplace .content .cl h5 {
    width: 100%;
    float: right;
    text-align: center;
    direction: rtl;
    margin: 20px 0px;
    padding: 0px;
    font-family: iransans;
    font-size: 14px;
    color: #336600;
}

.textplace .content .cl .text {
    width: 86%;
    float: right;
    margin: 0px 7%;
    font-family: byekan;
    font-size: 13px;
    color:#232323;
    line-height: 25px;
    direction: rtl;
}

.textplace .content .cl .more {
    float: right;
    clear: right;
    color:#c4ba85;
    font-family: iransans;
    font-size: 12px;
    margin: 10px 7% 0px 0px;
}

@media(max-width:700px) {
    .textplace .content .cl.cl-3 {
        display: none;
    }
    .textplace .content .cl {
        width: 50%;
    }
    .textplace .content .cl.cl-2 {
        border-left: 0px;
    }
}

@media(max-width:450px) {
    .textplace .content .cl {
        width: 100%;
        border-left: 0px;
    }
    .textplace .content .cl.cl-2 {
        border-top: 1px solid #fdfdfd;
    }
}

div.footer3cl {
    width: 100%;
    height: auto;
    float: right;
    min-width: 100%;
    background-color: #003333;
    position: relative;
}

div.footer3cl .content {
    width: 100%;
    height: auto;
    max-width: 1000px;
    box-sizing: border-box;
    padding: 0px 16px;
    direction: rtl;
    margin: 0px auto;
    float: none;
}

div.footer3cl .content .continue {
    background-color: red;
    float: left;
    padding: 0px 7px;
    font-size: 12px;
    background-color: #999999;
    line-height: 20px;
    color: black;
    margin: 20px 0px 0px 7px;
}

div.footer3cl .content .cl {
    width: 33.3%;
    height: auto;
    float: right;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px 0px 30px 0px;
}

div.footer3cl .content .cl .header {
    width: 86%;
    float: right;
    text-align: right;
    direction: rtl;
    margin: 20px 7% 10px 7%;
    padding: 0px;
    font-family: iransans;
    font-size: 15px;
    color: #f7f7f7;
}

div.footer3cl .content .cl .text {
    width: 86%;
    float: right;
    margin: 0px 7%;
    font-family: byekan;
    font-size: 13px;
    color:rgba(255,255,255,0.6);
    line-height: 25px;
    direction: rtl;
}

div.footer3cl .content .cl .info {
    width: 86%;
    height: 40px;
    float: right;
    margin: 0px 7%;
    font-family: byekan,tahoma;
    font-size: 13px;
    color:rgba(255,255,255,0.6);
    line-height: 40px;
    direction: rtl;
    text-align: left;
    margin-top: 15px;
    position: relative;
}

div.footer3cl .content .cl .info i.pin {
    width: 20px;
    height: 25px;
    background-image: url(../image/images.png);
    background-repeat: no-repeat;
    background-position: -32px -78px;
    position: absolute;
    display: block;
    right: 0px;
    top: 7.5px;
}

div.footer3cl .content .cl .info i.tel {
    width: 23px;
    height: 23px;
    background-image: url(../image/images.png);
    background-repeat: no-repeat;
    background-position: -64px -78px;
    position: absolute;
    display: block;
    right: 0px;
    top: 8.5px;
}

div.footer3cl .content .cl .info i.email {
    width: 23px;
    height: 15px;
    background-image: url(../image/images.png);
    background-repeat: no-repeat;
    background-position: -100px -78px;
    position: absolute;
    display: block;
    right: 0px;
    top: 12.5px;
}

div.footer3cl .content .cl .social-network {
    width: 86%;
    height: 20px;
    float: right;
    margin: 0px 7%;
    margin-top: 25px;
    position: relative;
}

 div.footer3cl .content .cl .social-network a {
    float: right;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../image/images.png);
    background-repeat: no-repeat;
    margin-left: 12px;
    cursor: pointer;
}

div.footer3cl .content .cl .social-network a.twitter {
    background-position: -1px -40px;
}

div.footer3cl .content .cl .social-network a.facebook {
    background-position: -40px -39px;
}

div.footer3cl .content .cl .social-network a.googleplus {
    background-position: -77px -40px;
}

div.footer3cl .content .cl .social-network a.pintrest {
    background-position: -115px -40px;
}

div.footer3cl .content .cl .social-network a.instagram {
    background-position: -154px -40px;
}

div.footer3cl .content .cl .social-network a.youtube {
    background-position: -192px -40px;
}

div.footer3cl .content .cl .social-network a.skype {
    background-position: -231px -40px;
}

div.footer3cl .content .cl .social-network a.dribbble {
    background-position: -269px -40px;
}

div.footer3cl .content .cl input , div.footer3cl .content .cl textarea {
    width: 86%;
    height: 40px;
    float: right;
    margin: 0px 7%;
    direction: rtl;
    font-family: iransans,tahoma;
    font-size: 11px;
    box-sizing: border-box;
    border: 0px;
    background-color: #999999;
    padding: 0px 7px;
    margin-top: 15px;
    color: #464646 !important;
}

div.footer3cl .content .cl textarea {
    height: 130px;
    padding: 7px;
}


@media(max-width:850px) {
    div.footer3cl .content .cl {
        width: 100%;
        border-top: 1px solid #fdfdfd;
    }
}

footer {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: right;
    background-color: #001010;
    color: #f6f6f6;
    font-family: byekan;
    font-size: 12px;
    text-align: center;
    direction: rtl;
}

.content-nav-responsive {
    width: 100%;
    height: auto;
    float: right;
}

#cd-cart-trigger {
    width: 100%;
    height: 50px;
    float: right;
    min-width: 100%;
    background-color: #162B2B;
    position: relative;
    text-align: center;
    color: white;
    line-height: 50px;
    font-family: iransans;
    display: none;
}


@media(max-width:600px) {
    #cd-cart-trigger {
        display: block;
    }
    nav {
        display: none;
    }
    .slider {
        display: none;
    }
}

.lessons {
    width: 100%;
    height: auto;
    float: right;
    min-width: 100%;
    background-color:#e0e0e0;
    position: relative;
    margin-bottom: 60px;
}

.lessons::before {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    top: 50px;
    right: 0px;
    background-color: #bbbbbb;
}

.lessons .content {
    width: 100%;
    height: auto;
    max-width: 1000px;
    box-sizing: border-box;
    padding: 0px 50px;
    margin: 0px auto;
    float: none;
    padding-top: 90px;
    position: relative;
}

.lessons .content h3 {
    width: 238px;
    height: 51px;
    float: right;
    background-image: url(../image/images.png);
    background-repeat: no-repeat;
    background-position: -1px -209px;
    right: calc(50% - 118px);
    top: 25px;
    position: absolute;
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: 53px;
    font-weight: 100;
    font-family: iransans;
    font-size: 15px;
    color: #fbf6bf;
}

.lessons .content .item {
    width: 30%;
    position: relative;
    display: block;
    padding: 10px 0px 45px 0px;
    background-color: #f4f2f3;
    border-radius: 5px;
    overflow: hidden;
    float: right;
    margin: 20px 1.5% 0px;
}

.lessons .content .item > img {
    width: 92%;
    height: 157px;
    border-radius: 5px;
    margin: 0px 4%;
}

.lessons .content .item.play::after {
    content: '';
    width: 116px;
    height: 116px;
    position: absolute;
    right: 52px;
    bottom: 50px;
    background-image: url(../image/play.jpg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
}

.lessons .content .item > span {
    width: 90%;
    height: 35px;
    position: absolute;
    right: 5%;
    bottom: 5px;
    text-align: center;
    line-height: 35px;
    direction: rtl;
    font-family: iransans;
    font-size: 11px;
    color: #0e0e0e;
    border-top: 1px solid #D2D2D2;
}

@media(max-width: 750px) {
    .lessons .content .item {
        width: 47%;
    }
}

@media(max-width: 500px) {
    .lessons .content .item {
        width: 97%;
    }
}

.questions {
    width: 100%;
    height: auto;
    float: right;
    min-width: 100%;
    background-color:#e0e0e0;
    position: relative;
    margin-bottom: 60px;
}

.questions::before {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    top: 50px;
    right: 0px;
    background-color: #bbbbbb;
}

.questions .content {
    width: 100%;
    height: auto;
    max-width: 1000px;
    box-sizing: border-box;
    padding: 0px 50px;
    margin: 0px auto;
    float: none;
    padding-top: 120px;
    position: relative;
}

.questions .content h3 {
    width: 238px;
    height: 51px;
    float: right;
    background-image: url(../image/images.png);
    background-repeat: no-repeat;
    background-position: -1px -209px;
    right: calc(50% - 118px);
    top: 25px;
    position: absolute;
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: 53px;
    font-weight: 100;
    font-family: iransans;
    font-size: 15px;
    color: #fbf6bf;
}

.questions .content .categories {
    width: 25%;
    height: auto;
    float: right;
    overflow: hidden;
    background-color: rgba(63, 63, 63, 0.28);
    border-radius: 3px;
}

.questions .content .categories h6 {
    width: 100%;
    height: 30px;
    float: right;
    direction: rtl;
    padding-right: 10%;
    margin: 0px;
    background-image: url(../image/background-header.jpg);
    line-height: 30px;
    font-family: byekan;
    font-size: 12px;
    font-weight: 100;
    color: white;
}

.questions .content .categories a {
    display: block;
    float: right;
    width: 100%;
    height: 40px;
    margin: 0px;
    padding-right: 10%;
    font-family: byekan;
    font-size: 13px;
    color:#616161;
    line-height: 40px;
    direction: rtl;
    border-bottom:1px dotted rgba(0, 0, 0, 0.13);
    cursor: pointer;
}

.questions .content .categories a:hover {
    background-color: #BDBDBD;
}

.questions .content .quests {
    width: 70%;
    height: auto;
    float: right;
    overflow: hidden;
    border-radius: 3px;
    margin-right: 5%;
}

.questions .content .quests h6 {
    width: 100%;
    height: 30px;
    float: right;
    direction: rtl;
    padding-right: 4%;
    margin: 0px 0px 10px;
    background-image: url(../image/background-header.jpg);
    line-height: 30px;
    font-family: byekan;
    font-size: 12px;
    font-weight: 100;
    color: white;
}

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  position: relative;
  outline: none;
}
#cssmenu {
  width: 100%;
  background: #E0E0E0;
  float: right;
}
#cssmenu > ul > li {
  margin: 0 0 8px 0;
}
#cssmenu > ul > li:last-child {
  margin: 0;
}
#cssmenu > ul > li > a {
    cursor: pointer;
    direction: rtl;
    font-family: iransans;
    font-size: 11px;
    padding: 13px 4%;
    line-height: 30px;
    background-color: #CCC;
    color:#565555;
    display: block;
    text-align: right;
}
#cssmenu > ul > li > a > span {
  display: block;
  direction: rtl;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
    background-color: #545454;
}
#cssmenu > ul > li.active > a span {
    color: white;
}
/* Sub menu */
#cssmenu ul ul {
  display: none;
}
#cssmenu ul ul li {
    width: 100%;
    direction: rtl;
    font-family: byekan;
    font-size: 13px;
    padding: 13px 4% 40px 4%;
    margin-top: 7px;
    line-height: 27px;
    background-color: white;
    color:#565555;
    text-align: right;
}
#cssmenu ul ul li h5 {
    margin: 10px 0px;
    font-size: 14px;
    color: #025356;
}



@media(max-width: 800px) {
    .questions .content .categories {
        width: 100%;
    }
    .questions .content .quests {
        width: 100%;
        margin-right: 0px;
        margin-top: 30px;
    }
    .questions .content .categories h6 {
        padding-right: 0px;
        text-align: center;
    }
    .questions .content .categories a {
        padding-right: 0px;
        text-align: center;
    }
}

.subjects {
    width: 100%;
    height: auto;
    float: right;
    min-width: 100%;
    background-color:#e0e0e0;
    position: relative;
    margin-bottom: 60px;
}

.subjects::before {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    top: 50px;
    right: 0px;
    background-color: #bbbbbb;
}

.subjects .content {
    width: 100%;
    height: auto;
    max-width: 1000px;
    box-sizing: border-box;
    padding: 0px 50px;
    margin: 0px auto;
    float: none;
    padding-top: 120px;
    position: relative;
}

.subjects .content h3 {
    width: 238px;
    height: 51px;
    float: right;
    background-image: url(../image/images.png);
    background-repeat: no-repeat;
    background-position: -1px -209px;
    right: calc(50% - 118px);
    top: 25px;
    position: absolute;
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: 53px;
    font-weight: 100;
    font-family: iransans;
    font-size: 15px;
    color: #fbf6bf;
}

.subjects .content .categories {
    width: 25%;
    height: auto;
    float: right;
    overflow: hidden;
    background-color: rgba(63, 63, 63, 0.28);
    border-radius: 3px;
}

.subjects .content .categories h6 {
    width: 100%;
    height: 30px;
    float: right;
    direction: rtl;
    padding-right: 10%;
    margin: 0px;
    background-image: url(../image/background-header.jpg);
    line-height: 30px;
    font-family: byekan;
    font-size: 12px;
    font-weight: 100;
    color: white;
}

.subjects .content .categories a {
    display: block;
    float: right;
    width: 100%;
    height: 40px;
    margin: 0px;
    padding-right: 10%;
    font-family: byekan;
    font-size: 13px;
    color:#616161;
    line-height: 40px;
    direction: rtl;
    border-bottom:1px dotted rgba(0, 0, 0, 0.13);
    cursor: pointer;
}

.subjects .content .categories a:hover {
    background-color: #BDBDBD;
}

.subjects .content .quests {
    width: 70%;
    height: auto;
    float: right;
    border-radius: 3px;
    margin-right: 5%;
}

.subjects .content .quests h6 {
    width: 100%;
    height: 30px;
    float: right;
    direction: rtl;
    padding-right: 4%;
    margin: 0px;
    background-image: url(../image/background-header.jpg);
    line-height: 30px;
    font-family: byekan;
    font-size: 12px;
    font-weight: 100;
    color: white;
}

.subjects .content .quests .item {
    width: 100%;
    float: right;
    height: auto;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: white;
    direction: rtl;
    cursor: pointer;
    position: relative;
}

.subjects .content .quests .item img {
    width: 25%;
    height: auto;
    float: right;
    margin: 10px 2.5%;
    border-radius: 5px;
}

.subjects .content .quests .item .title {
    width: 66%;
    height: auto;
    float: right;
    margin: 15px 2% 0px;
    font-family: byekan;
    font-size: 17px;
    padding-right: 0px;
    color: #525252;
    direction: rtl;
}

.subjects .content .quests .item .summery {
    width: 66%;
    height: auto;
    float: right;
    margin: 8px 2% 30px;
    font-family: tahoma;
    font-size: 10px;
    padding-right: 0px;
    color: #7D7D7D;
    direction: rtl;
    line-height: 23px;
}

.subjects .content .quests .item .link {
    height: 28px;
    position: absolute;
    left: 20px;
    line-height: 30px;
    font-family: iransans;
    font-size: 9px;
    color: white;
    bottom: -15px;
    background-color: #015453;
    border-radius: 5px;
    padding: 0px 10px;
}

@media(max-width: 800px) {
    .subjects .content .categories {
        width: 100%;
    }
    .subjects .content .quests {
        width: 100%;
        margin-right: 0px;
        margin-top: 30px;
    }
    .subjects .content .categories h6 {
        padding-right: 0px;
        text-align: center;
    }
    .subjects .content .categories a {
        padding-right: 0px;
        text-align: center;
    }
}

@media(max-width: 500px) {
    .subjects .content .quests .item img {
        width: 95%;
        height: auto;
        float: right;
        margin: 10px 2.5%;
        border-radius: 5px;
    }

    .subjects .content .quests .item .title {
        width: 90%;
        margin: 5px 5% 0px;
    }

    .subjects .content .quests .item .summery {
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
    }
}

.products-page {
    width: 100%;
    height: auto;
    float: right;
    min-width: 100%;
    background-color:#e0e0e0;
    position: relative;
    margin-bottom: 60px;
}

.products-page::before {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    top: 50px;
    right: 0px;
    background-color: #bbbbbb;
}

.products-page .content {
    width: 100%;
    height: auto;
    max-width: 1000px;
    box-sizing: border-box;
    padding: 0px 50px;
    margin: 0px auto;
    float: none;
    padding-top: 90px;
    position: relative;
}

.products-page .content h3 {
    width: 238px;
    height: 51px;
    float: right;
    background-image: url(../image/images.png);
    background-repeat: no-repeat;
    background-position: -1px -209px;
    right: calc(50% - 118px);
    top: 25px;
    position: absolute;
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: 53px;
    font-weight: 100;
    font-family: iransans;
    font-size: 15px;
    color: #fbf6bf;
}

.products-page .content .catbox {
    width: 100%;
    height: auto;
    float: right;
    margin: 10px 0px;
}

.products-page .content .catbox .header {
    width: 96%;
    height: 30px;
    float: right;
    direction: rtl;
    padding-right: 4%;
    margin: 0px 1.5% 0px;
    background-image: url(../image/background-header.jpg);
    line-height: 30px;
    font-family: byekan;
    font-size: 12px;
    font-weight: 100;
    color: white;
    border-radius: 5px 5px 0px 0px;
}

.products-page .content .catbox a {
    width: 46.5%;
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    float: right;
    margin: 10px 1.5% 0px;
    background-color:white;
    line-height: 70px;
    font-family: byekan;
    font-size: 13px;
    font-weight: 100;
    color: #6F6F6F;
    direction: rtl;
    text-align: center;
}

.products-page .content h6 {
    width: 96%;
    height: 30px;
    float: right;
    direction: rtl;
    padding-right: 4%;
    margin: 30px 1.5% -10px;
    background-image: url(../image/background-header.jpg);
    line-height: 30px;
    font-family: byekan;
    font-size: 12px;
    font-weight: 100;
    color: white;
    border-radius: 5px 5px 0px 0px;
}

.products-page .content .item {
    width: 46.5%;
    position: relative;
    display: block;
    padding: 0px;
    background-color: #f4f2f3;
    border-radius: 5px;
    overflow: hidden;
    float: right;
    margin: 25px 1.5% 0px;
}

.products-page .content .item h1 {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    direction: rtl;
    font-family: iransans;
    font-size: 13px;
    text-align: right;
    font-weight: 100;
    background-color: #666666;
    color: white;
    padding-right: 20px;
    line-height: 35px;
}

.products-page .content .item img {
    width: 25%;
    float: left;
    margin:10px 2.5%;
    border-radius: 5px;
}

.products-page .content .item .title {
    width: 65%;
    height: auto;
    float: right;
    margin: 15px 5% 0px 0px;
    direction: rtl;
    text-align: right;
    font-family: byekan;
    font-size: 13px;
}

.products-page .content .item .description {
    width: 63%;
    height: auto;
    float: right;
    margin: 5px 5% 0px 0px;
    direction: rtl;
    text-align: right;
    font-family: byekan;
    font-size: 11px;
    color: #666666;
}
.products-page .content .item .price {
    width: 95%;
    height: 30px;
    float: right;
    margin: 0px 2.5% 10px;
    background-color: rgba(0, 143, 146, 0.27);
    border-radius: 5px;
}

.products-page .content .item .price input {
    width: 15%;
    height: 22px;
    float: right;
    border-radius: 0px;
    margin: 4px;
    border:0px;
    border-radius: 0px 5px 5px 0px;
    text-align: center;
    font-family: byekan;
    font-size: 11px;
}

.products-page .content .item .price span {
    width: 40%;
    height: 30px;
    float: left;
    display: block;
    text-align: center;
    direction: rtl;
    background-color: #AAD1D2;
    font-family: byekan;
    font-size: 12px;
    line-height: 30px;
    color: #666666;
}

.products-page .content .item .price a {
    width: 40%;
    height: 30px;
    float: left;
    display: block;
    text-align: center;
    direction: rtl;
    background-color: #008F92;
    font-family: byekan;
    font-size: 12px;
    line-height: 30px;
    border-radius: 5px 0px 0px 5px;
    color: white;
}

@media(max-width: 730px) {
    .products-page .content .item {
        width: 97%;
        position: relative;
        display: block;
        padding: 0px;
        background-color: #f4f2f3;
        border-radius: 5px;
        overflow: hidden;
        float: right;
        margin: 25px 1.5% 0px;
    }
}

.galleries {
    width: 100%;
    height: auto;
    float: right;
    min-width: 100%;
    background-color:#e0e0e0;
    position: relative;
    margin-bottom: 60px;
}

.galleries::before {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    top: 50px;
    right: 0px;
    background-color: #bbbbbb;
}

.galleries .content {
    width: 100%;
    height: auto;
    max-width: 1000px;
    box-sizing: border-box;
    padding: 0px 50px;
    margin: 0px auto;
    float: none;
    padding-top: 90px;
    position: relative;
}

.galleries .content h3 {
    width: 238px;
    height: 51px;
    float: right;
    background-image: url(../image/images.png);
    background-repeat: no-repeat;
    background-position: -1px -209px;
    right: calc(50% - 118px);
    top: 25px;
    position: absolute;
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: 53px;
    font-weight: 100;
    font-family: iransans;
    font-size: 15px;
    color: #fbf6bf;
}

.galleries .content .catbox {
    width: 100%;
    height: auto;
    float: right;
    margin: 10px 0px;
}

.galleries .content .catbox .header {
    width: 96%;
    height: 30px;
    float: right;
    direction: rtl;
    padding-right: 4%;
    margin: 0px 1.5% 0px;
    background-image: url(../image/background-header.jpg);
    line-height: 30px;
    font-family: byekan;
    font-size: 12px;
    font-weight: 100;
    color: white;
    border-radius: 5px 5px 0px 0px;
}

.galleries .content .catbox a {
    width: 30%;
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    float: right;
    margin: 10px 1.5% 0px;
    background-color:white;
    line-height: 70px;
    font-family: byekan;
    font-size: 13px;
    font-weight: 100;
    color: #6F6F6F;
    direction: rtl;
    text-align: center;
}

.galleries .content h6 {
    width: 96%;
    height: 30px;
    float: right;
    direction: rtl;
    padding-right: 4%;
    margin: 30px 1.5% -10px;
    background-image: url(../image/background-header.jpg);
    line-height: 30px;
    font-family: byekan;
    font-size: 12px;
    font-weight: 100;
    color: white;
    border-radius: 5px 5px 0px 0px;
}

.galleries .content .item {
    width: 30%;
    position: relative;
    display: block;
    padding: 10px 0px 45px 0px;
    background-color: #f4f2f3;
    border-radius: 5px;
    overflow: hidden;
    float: right;
    margin: 20px 1.5% 0px;
}

.galleries .content .item > img {
    width: 92%;
    height: 157px;
    border-radius: 5px;
    margin: 0px 4%;
}

.galleries .content .item.play::after {
    content: '';
    width: 116px;
    height: 116px;
    position: absolute;
    right: 52px;
    bottom: 50px;
    background-image: url(../image/play.jpg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
}

.galleries .content .item > span {
    width: 90%;
    height: 35px;
    position: absolute;
    right: 5%;
    bottom: 5px;
    text-align: center;
    line-height: 35px;
    direction: rtl;
    font-family: iransans;
    font-size: 11px;
    color: #0e0e0e;
    border-top: 1px solid #D2D2D2;
}

.library {
    width: 100%;
    height: auto;
    float: right;
    min-width*********: 100%;
    background-color************:#e0e0e0;
    position: relative;
    margin-bottom: 60px;
}

.************************************************library::before {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    top: 50px;
    right: 0px;
    background-color: #bbbbbb;
}

.library .content {
    width: 100%;
    height: auto;
    max-width: 1000px;
    box-sizing: border-box;
    padding: 0px 50px;
    margin: 0px auto;
    float: none;
    padding-top: 120px;
    position: relative;
}

.library .content h3 {
    width: 238px;
    height: 51px;
    float: right;
    background-image: url(../image/images.png);
    background-repeat: no-repeat;
    background-position: -1px -209px;
    right: calc(50% - 118px);
    top: 25px;
    position: absolute;
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: 53px;
    font-weight: 100;
    font-family: iransans;
    font-size: 15px;
    color: #fbf6bf;
}

.library .content .categories {
    width: 25%;
    height: auto;
    float: right;
    overflow: hidden;
    background-color: rgba(63, 63, 63, 0.28);
    border-radius: 3px;
}

.library .content .categories h6 {
    width: 100%;
    height: 30px;
    float: right;
    direction: rtl;
    padding-right: 10%;
    margin: 0px;
    background-image: url(../image/background-header.jpg);
    line-height: 30px;
    font-family: byekan;
    font-size: 12px;
    font-weight: 100;
    color: white;
}

.library .content .categories a {
    display: block;
    float: right;
    width: 100%;
    height: 40px;
    margin: 0px;
    padding-right: 10%;
    font-family: byekan;
    font-size: 13px;
    color:#616161;
    line-height: 40px;
    direction: rtl;
    border-bottom:1px dotted rgba(0, 0, 0, 0.13);
    cursor: pointer;
}

.library .content .categories a:hover {
    background-color: #BDBDBD;
}

.library .content .quests {
    width: 70%;
    height: auto;
    float: right;
    border-radius: 3px;
    margin-right: 5%;
    margin-bottom: 60px;
}

.library .content .quests h6 {
    width: 100%;
    height: 30px;
    float: right;
    direction: rtl;
    padding-right: 4%;
    margin: 0px;
    background-image: url(../image/background-header.jpg);
    line-height: 30px;
    font-family: byekan;
    font-size: 12px;
    font-weight: 100;
    color: white;
    border-radius: 5px 5px 0px 0px;
}

.library .content .quests .lib-header {
    width: 100%;
    float: right;
    margin-top: 25px;
}

.library .content .quests .bookplace {
    width: 100%;
    height: auto;
    float: right;
    position: relative;
}

.library .content .quests .bookplace .lib-body {
    width: 100%;
    height: auto;
    float: right;
    margin-top: 0px;
}

.library .content .quests .bookplace .books {
    width: 94%;
    height: 140px;
    position: absolute;
    right: 3%;
    top: 20px;
}

.library .content .quests .bookplace .books .item {
    width: 92px;
    height: 132px;
    float: right;
    margin: 0px 12px;
    position: relative;
    display: block;
    cursor: pointer;
}

.library .content .quests .bookplace .books .item img {
    height: 130px;
    position: absolute;
    top: 0px;
    right: 0px;
    transition:all ease-in 0.3s;
}

.library .content .quests .bookplace .books .item:hover img {
    top: -10px;
}

@media(max-width: 985px) {
    .library .content .quests .bookplace .books .item {
        width: 79px;
        height: 116px;
        margin: 0px 12px;
    }

    .library .content .quests .bookplace .books .item img {
        height: 115px;
    }

    .library .content .quests .bookplace .books .item:hover img {
        top: -10px;
    }
}

@media(max-width: 885px) {
    .library .content .quests .bookplace .books .item {
        width: 66px;
        height: 95px;
        margin: 0px 10px;
    }

    .library .content .quests .bookplace .books .item img {
        height: 96px;
    }

    .library .content .quests .bookplace .books .item:hover img {
        top: -10px;
    }
}

@media(max-width: 755px) {
    .library .content .categories {
        width: 100%;
    }
    .library .content .quests {
        width: 100%;
        margin-right: 0px;
        margin-top: 30px;
    }
    .library .content .categories h6 {
        padding-right: 0px;
        text-align: center;
    }
    .library .content .categories a {
        padding-right: 0px;
        text-align: center;
    }
    .library .content .quests .bookplace .books .item {
        width: 79px;
        height: 116px;
        margin: 0px 18px;
    }

    .library .content .quests .bookplace .books .item img {
        height: 115px;
    }

    .library .content .quests .bookplace .books .item:hover img {
        top: -10px;
    }
}

@media(max-width: 720px) {
    .library .content .quests .bookplace .books .item {
        margin: 0px 12px;
    }
}

@media(max-width: 650px) {
    .library .content .quests .bookplace .books .item {
        width: 59px;
        height: 85px;
        margin: 0px 15px;
    }

    .library .content .quests .bookplace .books .item img {
        height: 85px;
    }

    .library .content .quests .bookplace .books .item:hover img {
        top: -10px;
    }

}

@media(max-width: 575px) {
    .library .content .quests .bookplace .books .item {
        margin: 0px 11px;
    }
}

@media(max-width: 531px) {
    .library .content .quests .bookplace .books .item {
        margin: 0px 9px;
    }
}

@media(max-width: 515px) {
    .library .content .quests .bookplace .books .item {
        width: 50px;
        height: 70px;
        margin: 0px 12px;
    }

    .library .content .quests .bookplace .books .item img {
        height: 70px;
    }

    .library .content .quests .bookplace .books .item:hover img {
        top: -10px;
    }
}

@media(max-width: 495px) {
    .library .content .quests .bookplace .books .item {
        margin: 0px 9px;
    }
}

@media(max-width: 462px) {
    .library .content .quests .lib-header {
        display: none;
    }

    .library .content .quests .bookplace {
        width: 100%;
        height: auto;
        float: right;
        position: relative;
    }

    .library .content .quests .bookplace .lib-body {
        display: none;
    }

    .library .content .quests .bookplace .books {
        width: 100%;
        height: auto;
        position: relative;
    }
    .library .content .quests .bookplace .books .item {
        width: 40%;
        height: auto;
        float: right;
        margin: 0px 5%;
        position: relative;
        display: block;
        cursor: pointer;
    }

    .library .content .quests .bookplace .books .item img {
        width: 100%;
        height: auto;
        position: relative;
        transition:all ease-in 0.3s;
    }
}

@media(max-width: 400px) {
    .library .content .quests .bookplace .books .item {
        width: 90%;
        height: auto;
        float: right;
        margin: 0px 2%;
        position: relative;
        display: block;
        cursor: pointer;
    }

    .library .content .quests .bookplace .books .item img {
        width: 100%;
        height: auto;
        position: relative;
        transition:all ease-in 0.3s;
    }
}

.special-page {
    width: 100%;
    height: auto;
    float: right;
    min-width: 100%;
    background-color:#e0e0e0;
    position: relative;
    margin-bottom: 60px;
}

.special-page::before {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    top: 50px;
    right: 0px;
    background-color: #bbbbbb;
}

.special-page .content {
    width: 100%;
    height: auto;
    max-width: 1000px;
    box-sizing: border-box;
    padding: 0px 50px;
    margin: 0px auto;
    float: none;
    padding-top: 90px;
    position: relative;
}

.special-page .content h3 {
    width: 238px;
    height: 51px;
    float: right;
    background-image: url(../image/images.png);
    background-repeat: no-repeat;
    background-position: -1px -209px;
    right: calc(50% - 118px);
    top: 25px;
    position: absolute;
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: 53px;
    font-weight: 100;
    font-family: iransans;
    font-size: 15px;
    color: #fbf6bf;
}

.special-page .content .item {
    width: 100%;
    height: auto;
    float: right;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin-top: 20px;
}

.special-page .content .item img {
    width: 25%;
    float: right;
    margin: 20px 2%;
    border-radius: 5px;
}

.special-page .content .item h1 {
    width: 65%;
    height: auto;
    float: right;
    margin: 25px 2% 0px 0px;
    padding: 0px 0px 15px 0px;
    font-family: iransans;
    font-size: 17px;
    font-weight: 100;
    direction: rtl;
    text-align: right;
    border-bottom: 1px dotted #AFAFAF;
}

.special-page .content .item .link {
    width: 65%;
    height: auto;
    float: right;
    margin: 10px 2% 0px 0px;
    padding: 0px 0px 0px 0px;
    direction: rtl;
    text-align: right;
}

.special-page .content .item .link a {
    height: 25px;
    display: block;
    float: right;
    padding: 0px 10px;
    border-radius: 5px;
    background-color: #565656;
    color: white;
    margin-right: 10px;
    line-height: 25px;
    font-family: byekan;
    font-size: 13px;
    font-weight: 100;
}

.special-page .content .item .link a:first-child {
    margin-right: 0px;
}

.special-page .content .item .data {
    width: 65%;
    height: auto;
    float: right;
    margin: 20px 2% 20px 0px;
    padding: 10px 0px 10px 0px;
    direction: rtl;
    text-align: right;
    background-color: #E0E0E0;
    border-radius: 5px;
}

.special-page .content .item .data a {
    display: block;
    float: right;
    clear: right;
    font-family: byekan;
    font-size: 13px;
    margin-right: 15px;
    line-height: 30px;
    color: #565656;
}

@media(max-width: 650px) {
    .special-page .content .item img {
        width: 92%;
        margin: 20px 4%;
    }

    .special-page .content .item h1 {
        width: 90%;
        margin: 5px 5% 0px 5%;
        padding: 0px 0px 15px 0px;
    }

    .special-page .content .item .link {
        width: 90%;
        margin: 5px 5% 0px 5%;
    }

    .special-page .content .item .data {
        width: 90%;
        margin: 20px 5% 20px 5%;
    }


}
