*{
    font-family: BYekan;
    font-weight: 600;
}
body{

    background: #f3f3f3;
    direction: rtl;
    color: #484848;
    padding: 0;
    font-family: BYekan;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 ;
}
h1{
    font-family: 'BYekan';
}
section#InsertComment , section#comments{
    padding: 3%;
}
.Question table {
    width: 50%;
    text-align: center;
    margin: 3% auto;
}
.Question table th{
    text-align: center;
    border-bottom: 3px solid #0773a0;
    padding: 2%;
}
.Question table td{
    text-align: center;
    border-bottom: 1px solid #0773a0;
    padding: 2%;
}
.post table {
    width: 70%;
    text-align: center;
    margin: 3% auto;
}
.post table th{
    text-align: center;
    border-bottom: 3px solid #0773a0;
    padding: 2%;
}
.post table td{
    text-align: center;
    border-bottom: 1px solid #0773a0;
    padding: 2%;
}
/*
header{
    widows: 100%;
    min-height: 300px;
    margin:0;
    padding: 5% 0;
    text-align: center;
    background:   linear-gradient(
            rgba(0, 0, 0, 0.1),
            rgba(0, 0, 0, 0.4)
    ),

    url("slide3.jpg")no-repeat center center fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;;
}
*/
a{
    text-decoration:none ;
}
#bio{
    background: #fff;
}
.bio{
    color: #0773a0;
}
.bio h1{
    font-size: 20px;
}
.bio span{
    font-size: 14px;
    display: block;
}
.bio a.btn{
    display: block;
    margin: 0 auto;
    width: 80%;
}
aside {
    width: 23%;
    float: right;
    background: #fefefe;
    box-shadow: 0px 2px 20px -10px #000;
    -webkit-box-shadow: 0px 2px 20px -10px #000;
    -moz-box-shadow: 0px 2px 20px -10px #000;
    -ms-box-shadow: 0px 2px 20px -10px #000;
    margin: 1% 2%;
    padding: 2%;
}
.fa{
    vertical-align: middle;
    margin: 0 1%;
}
aside img{
    margin: 0% auto;
    width: 90%;
    display: block;
}
aside a.title{
    text-align: center;
    display: block;
    color: #000;
    font-size: 20px;
}
aside ul {
    padding: 0;
}
aside li{
    list-style: none;
    display: table;
    padding: 5px 5px;
    width: 100%;
    color: #0cb8b6;
}
a:hover{
    text-decoration: none;
    color: inherit;
}
.alert{
    margin: 15px 0;
}
form{
    padding: 2% 5%;
    width: 100%;
}
aside a {
    color:inherit;
    vertical-align: middle;
    font-size: 15px;
    margin-right: 4%;
}
aside i {
    margin-left: 10px;
}

aside #links li:hover {
    background: #0cb8b6;
    color: #fff;
}
.clear{
    clear: both;
}
section.post{
    width:66%;
    margin: 1% 1% 0 2%;
    display: inline-block;
}
iframe{
    width: 100%;
    height: 500px;
    border: 0;
}
article, section#comments , section#InsertComment{

    background-color: white;
    box-shadow: 0px 2px 20px -10px #000;
    -webkit-box-shadow: 0px 2px 20px -10px #000;
    -moz-box-shadow: 0px 2px 20px -10px #000;
    -ms-box-shadow: 0px 2px 20px -10px #000;
    position: relative;
    margin-bottom: 3%;
}
article img.post-image{
    width: 100%;
    display: block;
}
.item-thumbnail img {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    padding: 0;
    margin: 2.5%;
    border: 5px solid transparent;
    box-shadow: 0px 0px 20px -5px #000;
    -moz-box-shadow: 0px 0px 20px -5px #000;
    -webkit-box-shadow: 0px 0px 20px -5px #000;
    -ms-box-shadow: 0px 0px 20px -5px #000;
    -o-box-shadow: 0px 0px 20px -5px #000;
}
footer .item-thumbnail img {
    display: block;
    float: right;
    width: 20%;
    padding: 0;
    margin:  0;
    border: 5px solid transparent;
}

aside li::after{
    clear: both;
}
.item-thumbnail h1 {
    font-size: 15px;
    color:#333;
    width: 60%;
    margin: 0 2.5%;
    display: inline-block;
}
.item-thumbnail h1::after{
    clear: both;
}
.sidebar .item-title a {
    color: #333;
}

article h1 a,article h1 {
    color: #222;
    font-weight: 600;
    padding: 0 5%;
    font-size: 25px;
}

article h2{
    color: #222;
    padding: 0 6%;
    font-size: 23px;
}
article.quiz{
    padding-bottom: 5%;
}
article.no-top a{
    font-size: 16px;
}
article.no-top a.btn{
    text-align: center;
    display: block;
    width: fit-content;
    margin: 0 auto;
}
article.no-top h1{
    font-size: 16px;
    padding: 3% 0%;
    margin: 0;
}
article .content{
    padding: 3% 5%;
}
article.no-top p{
    font-size: 14px;
    padding: 0 5%;
    text-align: center;
}
.fullWidth{
    width: 100% !important;
    margin: 0 auto !important;
    display: block;
    padding: 2% 0;
}
.ltr{
    direction: ltr;
}
.halfWidth{
    width: 74% !important;
}
.chat{
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #a0a0a0;
    height: 350px;
    overflow: scroll;
    display: inline-block;
}
.caption{
    position: relative;
    display: inline-block;

    left: 15%;
}
textarea.chatBox{
    width: 100%;
}
input.chatBox , select.chatBox{
    display: inline-block;
    width: fit-content;
    vertical-align: middle;
    margin: 1% 0 1% 1%;
}
.contacts{
    background: #fff;
    width: 25%;
    vertical-align: top;
    display: inline-block;
    height: 350px;
    overflow: scroll;
    border: 1px solid #a0a0a0;
}
.contacts ul {
    padding: 0;
}
.contacts ul li{
    list-style: none;
}
.contacts ul li a{
    width: 100%;
    display: block;
    padding: 5px 10px;
    background: #e8e8e8;
    color: #5f5f5f;
    border-bottom: 1px solid #5f5f5f;
}
.msg{
    border: 1px solid;
    margin: 10px;
    padding: 5px;
    width: 65%;
    border-radius: 4px;
}
img.avt{
    position: relative;
    left:20%;
    width: 15%;
    border-radius: 50%;
    display: inline-block;
}
.avt:hover {
    transform: scale(5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
img.right{
    right: 105%;
}
.littleP{
    font-size:12px;
}
.left-Chat{
    position: relative;
    left: -30%;
}
article p ,article a{
    /*padding: 0 5%;*/
    font-size: 16px;
    font-family: BYekan;
    font-weight: 600;
    width: 90%;
    margin: 0 auto;
    line-height: 1.5;
}
article a.btn{
    width: max-content;
}
article img {
    width: 100%;
}
footer{
    background: #1E1E21;
    padding: 0;
    margin: 0 0;
}
footer section{
    width: 27%;
    vertical-align: top;
    margin: 0 auto;
    color: #fff;
    padding: 2% 3%;
    display: inline-block;
}
footer #copyright{
    width: 100%;
    color: #E3E3E3;
    display: block;
    font-size: 12px;
    line-height: 23px;
    margin: 0;
    padding: 1% 0;
    text-align: center;
    font-weight: 300;
    line-height: 1em;
    background-color: #151517;
}
footer #copyright a {
    color: #A5D238;
    font-size: 12px;
}

#paging ul{
    width: 65%;
}
#paging ul li a {
    color: #FFFFFF;
}
#paging ul li {
    display: inline;
    background: #333;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#paging ul li.current {
     background: #A5D238;
     color: #FFFFFF;
     margin: 0 10px 0 0;
     padding: 5px 10px;
     text-decoration: none;
     border-radius: 3px;
     -moz-border-radius: 3px;
     -o-border-radius: 3px;
     -webkit-border-radius: 3px;
 }
footer a {
    color: #fff;
    font-size: 14px;
}

footer ul {
    padding: 0;
}
footer li {
    list-style : none;
    display: table;
}
footer p{
    font-weight: 600;
    color: #F1F1F1;
}
input {
    font-family: BYekan;
}
footer input[type="email"] {

    background: #2B2B2B;
    border-radius: 2px;
    font-size: 13px;
    margin: 0 0 20px;
    padding: 10px 15px;
    width: 90%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    outline: 0;
    border: 1px solid #333;
}
footer input[type="button"],a.button {
    padding: 10px;
    width: 100%;
    margin-bottom: 5px;
    box-shadow: none;
    outline: 0;
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 400;
    background: #A5D238;
}
.meta li {
    list-style: none;
    display: inline;
    color: #555;
    font-weight: 600;
}
.meta i {
    color: #A5D238;
    margin: 0 10px;
}
#comments h2{
    padding: 0 3%;
}
#comments li{
    display: block;
    clear: both;
    margin: 3% 0;
}
#comments li img {
    float: right;
    margin: 0 3%;
    border-radius: 50%;
}
#comments .comment{
    display: inline-block;
}
#InsertComment{
    padding: 5% !important;
}
input,textarea,select{
    font-family: BYekan;
    font-size: 14px;
    display: block;
    width: 50%;
    padding: 5px 10px;
}
textarea{
    width: 50.5%;
}
input[type="submit"]{

    width: fit-content;
    font-weight: 600;
}
div.success{
    background-color: #BEEC03;
    border: 3px solid #85D603;
    text-align: center;
    padding: 2%;
    color: #427304;
    font-weight: bold;
    font-size: 20px;
}
div.error{
    background-color: #F59898;
    border: 3px solid #A54F4F;
    text-align: center;
    padding: 2%;
    color: #C30505;
    font-weight: bold;
    font-size: 20px;
}
footer img{
    margin: 0 auto;
    width: 40%;
    display: block;
}
.no-top{
    width: 31%;
    padding-top: 0 !important;
    height: 420px;
    display: inline-block;
    vertical-align: top;
    margin: 1%;
}
.center{
    text-align: center;
}
.blue{
    color: #0088ff;
}

article.fa{
    width: 100%;
}
.Question{
    display: none;
    padding: 5%;
}
.Question h1 , .Question p{
    padding: 0;
}
.Question ul li {
    list-style: none;
}
.Question ul li input , .Question ul li span  {
    display: inline-block;
    width: auto;
    padding: 2%;
}
.Current{
    display: block;
}
.navigation li{
    display: inline-block;
    border-bottom: 3px solid #0088ff;
    margin: 2% 0;
    padding: 1%;
}
.navigation li.active{
    border-bottom: 3px solid #8a6d3b;
}
article a.btn{
    margin: 3% 5%;
}
.msg p , .msg a{
    left: -10px;
    top: -50px;
    position: relative;
}

@media (max-width: 450px) {

    input.chatBox, select.chatBox{
        width: 100%;
    }
    .msg{
        width: 80%;
    }
    .msg p , .msg a{
        left: 0%;
        top: -25px;
        position: relative;
    }
    .left-Chat {
        position: relative;
        left: -14%;
    }
    article.fa {
        width: 96%;
        display: block;
        margin: 0 auto;
        padding: 2%;
    }

    .post table{
        width: 96%;
    }

    .no-top{
        width: 95%;
        display: block;
        vertical-align: top;
        margin: 8% auto;
    }

    .btn{
        width: max-content;
    }

    aside {
        width: 92%;
        margin: 2% auto;
        float: none;
    }

    section.post {
        width: 96%;
        margin: 2%;
    }




}