@font-face {
    font-family: 'Mj_Liner XL';
    src: url('../fonts/Mj_Liner XL.TTF') format('truetype');
}

@font-face {
    font-family: 'Mj_Liner XXL';
    src: url('../fonts/Mj_Liner XXL.TTF') format('truetype');
}

@font-face {
    font-family: 'IranNastaliq';
    src: url('../fonts/IranNastaliq.TTF') format('truetype');
}

@font-face {
    font-family: 'IranSans';
    src: url('../fonts/FontsFree-Net-ir_sans.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSansWeb(FaNum)';
    src: url('../fonts/FaNum.TTF') format('truetype');
}

* {
    font-family: 'IranSans' !important;
}

.margin-padding_0 {
    margin: 0 auto;
    padding: 0 auto;
}

.bg_play:hover
{
    opacity: 1;
}

.bg_play
{
    opacity: 0.6;
    height: 150px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 25%;
    /* width: 20%; */
    z-index: 1000;
    background-image: url('../vids/play.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.lnk_vid
{
    display:block;
    cursor: pointer;
}

.lnk_vid img{
    width:100%;
}

@media screen and (max-width:768px) {


    #header0 {
        display: none;
    }
}



/* * {
    text-align: center !important;
    margin: 0 auto !important;
} */

.lbl10 {
    font-size: 10px !important;
}

.lbl12 {
    font-size: 12px !important;
}

.lbl13 {
    font-size: 13px !important;
}

.lbl14 {
    font-size: 14px !important;
}

.lbl15 {
    font-size: 15px !important;
}

.lbl16 {
    font-size: 16px !important;
}

.lbl17 {
    font-size: 17px !important;
}

.lbl18 {
    font-size: 18px !important;
}