﻿@font-face {
    font-family: 'IranYekan';
    src: url('../../SiteTemplate/assets/fonts/iranyekanwebregular.eot');
    src: url('../../SiteTemplate/assets/fonts/iranyekanwebregular.eot') format('embedded-opentype'),
        url('../../SiteTemplate/assets/fonts/iranyekanwebregular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: IranYekan !important;
}
#contextBioFa{
    margin-top:30px !important;
}
.BlurBody {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
}
.outer-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 80vh;
    right: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
    font-size: 20px;
    padding-right: 20%;
    padding-left: 20%;
}
footer{
    margin-top:20px;
    text-align:center;
}
.mt-20{
    margin-top:20px !important;
}
.portfolio-item {
    margin: 2px;
    perspective: 650px;
    cursor: pointer !important;
}
.portfolio-item-details * {    
    line-height: 20px !important;
}
.portfolio-top {
    float: left;
    margin: 10px;
    position: relative;
}
.portfolio-item-title{
    color:yellow !important;
    font-weight:bold;
}
.photos{
    margin-top:10px;
    margin-bottom:10px;
    display:flex;
}
.portfolio-item-photo-content {
    align-content: center;
    margin: 5px;
    padding: 5px;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
}
.portfolio-item-photo {
    border-radius: 2px;
    width: 100px;
    margin: 5px;
    border: 2px
}
.flex{
    display:flex;
    width:100%;
}
.pr-10{
    padding-right:10px;
}
.ltr{
    direction:ltr;
    text-align:left;
}
.mt-10{
    margin-top:10px;
}
.portfolio-item-img{
    border-radius:5px;  
}
.english-box {
    direction: ltr;
    text-align: left;
    margin-right: 5px;
    display: inline-flex;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #FCCF03;
    color: #000;
    font-size: 15px;
    opacity: .6;
}
.info-table{
    width:100% !important;
    line-height:2rem;
}
    .info-table td:nth-child(1) {
        width:100px !important;
        font-weight: bold !important;
        padding-right: 5px;
    }
    .info-table td:nth-child(2) {
        padding-left: 5px;
    }
.info-table tr:nth-child(2n) {
    background-color: #fff2ab;
}
.kingWidth100{
    width:100% !important;
}
@media (max-width: 767px) {
    .collapsible-nav, .btn-menu-toggle {
        display: none;
    }
    .flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    .flexPoster{
        margin-bottom:10px;
    }
    .img-fluid {
        width: 100% !important;
    }

    .asideLeft {
        width: unset !important;
    }
    footer{
        margin-top:50px;
    }
    .TruthSymbol {
        margin-bottom: 20px;
    }
    .photos {
        flex-wrap: wrap;
        justify-content: space-around;
    }
}
.TruthSymbol{
    text-align:center;
}
    .TruthSymbol img {
        width: 100px !important;
        filter: grayscale(100%);
        transition: filter 0.4s ease-in-out;
    }
    .TruthSymbol img:hover {
        filter: grayscale(0%);
    }
.TruthSymbolText{
    font-size:17px;
    color:gray;
}
.top-banner{
    border-bottom:5px dashed #ccc;
    margin-bottom:30px;
    opacity:.5;
}
    .top-banner:hover {
        opacity: 1;
    }
.suspended {
    background-color: #fcec03;
    padding: 10px;
    border: 2px dotted #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.topright {
    position: absolute;
    bottom: 8px;
    left: 16px;
    font-size: 18px;
    cursor: help;
    width: 50px;
}
.info-table{
    margin-bottom:10px;
}