﻿/**********************************************************************************
*********************************Fonts[start]**************************************
***********************************************************************************/




@font-face {
    font-family: 'BBardiya';
    src: url('../fonts/BBardiya.eot?#') format('eot'), /* IE6�8 */
    url('../fonts/BBardiya.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/BBardiya.ttf') format('truetype'); /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: 'BMahsa';
    src: url('../fonts/BMahsa.otf') format('off'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/BMahsa.ttf') format('truetype'); /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
  font-family: 'Mj_Aramco-Bold';
  src: url('../fonts/Mj_Aramco-Bold.woff') format('woff'),
       url('../fonts/Mj_Aramco-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ASoraya';
  src: url('../fonts/ASoraya.woff') format('woff'),
       url('../fonts/ASoraya.ttf') format('truetype'),
       url('../fonts/ASoraya.svg#ASoraya') format('svg');
  font-weight: normal;
  font-style: normal;
}




@font-face {
    font-family: 'BKoodakBold';
    src: url('../fonts/BKoodakBold.eot?#') format('eot'), url('../fonts/BKoodakBold.woff') format('woff'), url('../fonts/BKoodakBold.ttf') format('truetype');
}

@font-face {
    font-family: 'persian-fanni';
    src: url('../fonts/persian-fanni.ttf') format('truetype'); /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: 'BYagut';
    src: url('../fonts/B Yagut.otf') format('otf'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/B Yagut.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.otf') format('otf'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/icomoon.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}


@font-face {
    font-family: 'SHoor';
    src: url('../fonts/SHoor.eot?#') format('eot'), url('../fonts/SHoor.woff') format('woff'), url('../fonts/SHoor.ttf') format('truetype');
}

@font-face {
    font-family: 'BHoma';
    src: url('../fonts/BHoma.eot?#') format('eot'), url('../fonts/BHoma.woff') format('woff'), url('../fonts/BHoma.ttf') format('truetype');
}


@font-face {
    font-family: 'BNazanin';
    src: url('../fonts/BNazanin.eot?#') format('eot'), url('../fonts/BNazanin.ttf') format('truetype'), url('../fonts/BNazanin.woff') format('woff');
}

@font-face {
    font-family: "BBCNassim";
    src: url( "http://f.manmote.com/font/BBCNassim.eot" );
    src: local( "☺" ), url( "http://f.manmote.com/font/BBCNassim.woff" ) format( "woff" ), url( "http://f.manmote.com/font/BBCNassim.ttf" ) format( "truetype" );
}





/**********************************************************************************
*********************************Fonts[end]****************************************
***********************************************************************************/


/***********************************************************************************
*********************************fancy[start]***************************************
***********************************************************************************/



div#fancy_overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    background-color: #333;
}

div#fancy_loading {
    position: absolute;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: none;
    overflow: hidden;
    background: transparent;
    z-index: 100;
}

    div#fancy_loading div {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 480px;
        background: transparent url(../images/fancy_progress.png) no-repeat;
    }

div#fancy_close {
    position: absolute;
    top: -12px;
    right: -12px;
    height: 30px;
    width: 30px;
    background: transparent url(../images/fancy_closebox.png);
    cursor: pointer;
    z-index: 100;
    display: none;
}

div#fancy_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    z-index: 96;
}

#fancy_frame {
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
}

img#fancy_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 92;
}

div#fancy_title {
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
}

    div#fancy_title table {
        margin: 0 auto;
    }

    div#fancy_title div {
        color: #FFF;
        font: bold 12px Arial;
        padding-bottom: 2px;
    }

td#fancy_title_left {
    height: 32px;
    width: 15px;
    background: transparent url(../images/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
    height: 32px;
    background: transparent url(../images/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
    height: 32px;
    width: 15px;
    background: transparent url(../images/fancy_title_right.png) repeat-x;
}

div#fancy_outer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #444;
    background: #FFF;
}

a#fancy_left, a#fancy_right {
    position: absolute;
    bottom: 10px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    background-image: url(data:image/gif;base64,AAAA);
    z-index: 100;
}

a#fancy_left {
    left: 0px;
}

a#fancy_right {
    right: 0px;
}

a#fancy_left:hover {
    background: transparent url(../images/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
    background: transparent url(../images/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

div#fancy_bg {
    display: none;
}

div.fancy_bg {
    position: absolute;
    display: block;
    z-index: 70;
}

div.fancy_bg_n {
    top: -18px;
    width: 100%;
    height: 18px;
    background: transparent url(../images/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
    top: -18px;
    right: -13px;
    width: 13px;
    height: 18px;
    background: transparent url(../images/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
    right: -13px;
    height: 100%;
    width: 13px;
    background: transparent url(../images/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
    bottom: -18px;
    right: -13px;
    width: 13px;
    height: 18px;
    background: transparent url(../images/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
    bottom: -18px;
    width: 100%;
    height: 18px;
    background: transparent url(../images/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
    bottom: -18px;
    left: -13px;
    width: 13px;
    height: 18px;
    background: transparent url(../images/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
    left: -13px;
    height: 100%;
    width: 13px;
    background: transparent url(../images/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
    top: -18px;
    left: -13px;
    width: 13px;
    height: 18px;
    background: transparent url(../images/fancy_shadow_nw.png) no-repeat;
}

/**********************************************************************************
*********************************fancy[end]****************************************
***********************************************************************************/



/**********************************************************************************
*********************************loginstyle[start]*********************************
***********************************************************************************/

.dimo-grid-4 {
    width: 100%;
    max-width: 400px;
}

.dimo-grid-8 {
    width: 100%;
    max-width: 600px;
}

.dimo-btn-signup {
    background-image: url(../images/signup.png);
    background-position: 46px 9px;
    background-repeat: no-repeat;
    width: 70px;
    border-radius: 3px;
    border: none;
    padding: 2px 25px 2px 0;
    color:#000;
}

.dimo-btn-login {
    background-image: url(../images/login.png);
    background-position: 40px 9px;
    background-repeat: no-repeat;
    width: 65px;
    border-radius: 3px;
    border: none;
    padding: 2px 25px 2px 0;
    color:#000;
}


.dimo-login-chk {
    float: right;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    position: relative;
    top: 7px;
}


.afflogin {
    background: #1d1d1d;
    margin: 0px auto;
    border: 1px solid #191919;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 10px 5px rgba(0,0,0,0.2);
    font-size: 12px;
    display: block;
    overflow: hidden;
    width: 300px;
    color: #fff;
    margin-top: 10px;
}

    .afflogin a {
        color: #f9ff03;
        text-decoration: none;
    }

    .afflogin:after {
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        width: 100px;
        left: 20%;
        background: linear-gradient(left, #111, #444, #b6b6b8, #444, #111);
        top: 0;
    }

    .afflogin:before {
        content: "";
        display: block;
        position: absolute;
        width: 8px;
        height: 5px;
        border-radius: 50%;
        left: 34%;
        top: -7px;
        box-shadow: 0 0 6px 4px #fff;
    }

.inset {
    padding: 20px;
    border-top: 1px solid #19191a;
}

.afflogin h1 {
    font-size: 18px;
    text-shadow: 0 1px 0 black;
    text-align: center;
    padding: 8px 0;
    position: relative;
    color: white;
    margin-bottom: 1px;
}

    .afflogin h1:after {
        content: "";
        display: block;
        width: 250px;
        height: 100px;
        position: absolute;
        top: 0;
        left: 50px;
        pointer-events: none;
        transform: rotate(70deg);
        -webkit-transform: rotate(70deg);
        background: linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));
        background-image: -webkit-linear-gradient(50deg, rgba(255,255,255,0.05), rgba(0,0,0,0)); /* For Safari */
    }

label {
    display: block;
    padding-bottom: 3px;
}

.inputtext {
    width: 90%;
    padding: 8px 5px;
    background: linear-gradient(#1f2124, #27292c);
    border: 1px solid #222;
    box-shadow: 0 1px 0 rgba(255,255,255,0.1);
    border-radius: 0.3em;
    margin-bottom: 4px;
}

    .inputtext:hover {
        background: #27292c;
    }

.padd {
    padding: 10px 5px;
    font-size: 16px;
    width: 240px;
}

label[for=remember] {
    color: white;
    display: inline-block;
    padding-bottom: 0;
    padding-top: 5px;
}

input[type=checkbox] {
    display: inline-block;
    vertical-align: top;
}

.p-container {
    padding: 0 20px 20px 20px;
}

    .p-container:after {
        clear: both;
        display: table;
        content: "";
    }

    .p-container span {
        display: block;
        float: left;
        color: #0d93ff;
        padding-top: 8px;
    }

.inputsubmit {
    padding: 5px 20px;
    border: 1px solid rgba(0,0,0,0.4);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 10px 10px rgba(255,255,255,0.1);
    border-radius: 0.3em;
    background: #18165A;
    color: white;
    float: right;
    font-weight: bold;
    cursor: pointer;
    width: 85px;
    margin-right: 34%;
    font: 13px 'web_yekan';
}

    .inputsubmit:hover {
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -10px 10px rgba(255,255,255,0.1);
    }


label:hover ~ input[type=text],
label:hover ~ input[type=password] {
    background: #27292c;
}

.p {
    text-align: center;
}


.userlogintitle {
    background: #5E3B25;
    height: 44px;
    border: 1px solid #41200B;
    color: rgb(239, 194, 133);
    text-align: center;
    border-radius: 0px;
    padding-top: 0px;
    font-size: 19px;
}


.userlogintext {
    font-size: 14px;
    width: 89%;
    padding: 20px;
    line-height: 23px;
    min-width: 250px;
}

    .userlogintext img {
        width: 100%;
    }

.logintxt {
    overflow: hidden;
    display: block;
    height: auto;
    background: rgb(247, 250, 255);
    border: 1px solid #A7B4D7;
    border-radius: 5px;
    margin: 1px auto 0 auto;
    direction: rtl;
    position: relative;
    text-align: justify;
    width: 100%;
}

.login {
    overflow: hidden;
    display: block;
    height: 50%;
    width: 35%;
    border: 12px solid #D7D6FF;
    border-radius: 12px;
    background: rgb(241, 238, 255);
    margin: 30px auto;
    text-align: center;
    direction: rtl;
    position: relative;
}

.line {
    width: 100%;
    height: 3px;
    border-top: 1px solid #969696;
    margin-top: 25px;
}

.login span {
    padding-left: 33%;
}


#ContentPlaceHolder1_LoginView1_AffiliateControl_Login1 {
    width: 96%;
    margin: 6px;
}

.ms_grid_8 {
    width: 55%;
    float: left;
    text-align: justify;
    direction: rtl;
    line-height: 26px;
}

.grid_4 {
    float: left;
    width: 309px;
    clear: both;
}

/**********************************************************************************
*********************************loginstyle[end]***********************************
***********************************************************************************/




/*********************************************************************************
*********************************perfect-scrollbar[Start]**************************
***********************************************************************************/

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
}

.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
    -o-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px;
}

    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        position: absolute;
        /* please don't change 'position' */
        background-color: #aaa;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: background-color 0.2s linear;
        -moz-transition: background-color 0.2s linear;
        -o-transition: background-color 0.2s linear;
        transition: background-color 0.2s linear;
        bottom: 0;
        /* there must be 'bottom' for ps-scrollbar-x */
        height: 8px;
    }

    .ps-container > .ps-scrollbar-x-rail.in-scrolling {
        background-color: #eee;
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
    }

.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
    -o-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    right: 3px;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px;
}

    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        position: absolute;
        /* please don't change 'position' */
        background-color: #aaa;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: background-color 0.2s linear;
        -moz-transition: background-color 0.2s linear;
        -o-transition: background-color 0.2s linear;
        transition: background-color 0.2s linear;
        right: 0;
        /* there must be 'right' for ps-scrollbar-y */
        width: 8px;
    }

    .ps-container > .ps-scrollbar-y-rail.in-scrolling {
        background-color: #eee;
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
    }

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

    .ps-container:hover > .ps-scrollbar-x-rail.in-scrolling, .ps-container:hover > .ps-scrollbar-y-rail.in-scrolling {
        background-color: #eee;
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
    }

    .ps-container:hover > .ps-scrollbar-x-rail:hover {
        background-color: #eee;
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
    }

        .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
            background-color: #999;
        }

    .ps-container:hover > .ps-scrollbar-y-rail:hover {
        background-color: #eee;
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
    }

        .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
            background-color: #999;
        }

.contentHolder {
    position: relative;
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    height: 531px;
    overflow: hidden;
}

    .contentHolder .content {
        background-image: url('./azusa.jpg');
        width: 100%;
        max-height: 500px;
    }


/*********************************************************************************
*********************************perfect-scrollbar[end]****************************
***********************************************************************************/


/*********************************************************************************
*********************************DimoCss[start]************************************
***********************************************************************************/


/*SocialNetworks*/
/********************************************************/
.fb {
    width: 28px;
    height: 28px;
    display: block;
    float: left;
    margin-right: 2px;
    background: url(../images/sociables-icons.jpg) no-repeat left top;
}

    .fb:hover {
        background: url(../images/sociables-icons.jpg) no-repeat left -28px;
    }

.twtr {
    width: 28px;
    height: 28px;
    display: block;
    float: left;
    margin-right: 2px;
    background: url(../images/sociables-icons.jpg) no-repeat left -56px;
}

    .twtr:hover {
        background: url(../images/sociables-icons.jpg) no-repeat left -84px;
    }

.lkdn {
    width: 28px;
    height: 28px;
    display: block;
    float: left;
    margin-right: 2px;
    background: url(../images/sociables-icons.jpg) no-repeat left -112px;
}

    .lkdn:hover {
        background: url(../images/sociables-icons.jpg) no-repeat left -140px;
    }

.youtb {
    width: 28px;
    height: 28px;
    display: block;
    float: left;
    margin-right: 2px;
    background: url(../images/sociables-icons.jpg) no-repeat left -168px;
}

    .youtb:hover {
        background: url(../images/sociables-icons.jpg) no-repeat left bottom;
    }


/********************************************************/


.mytextbox {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    outline: 0;
    height: 30px;
    width: 100%;
    max-width: 250px;
    font-family: Tahoma;
    font-size: 8pt;
    background: #F2F5FD;
    color: black;
    margin-right: 5px;
    padding-right: 10px;
}

.textboxem:hover, .textboxem:focus {
    border-color: #a8a7a7;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.mybutton {
           /*padding: 1px 8px;
    background: rgba(125, 177, 57, 0.69);
    color: rgb(255, 255, 255);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 7px;
    transition-duration: 0.2s;
    cursor: pointer;
    width: 100px;
    font: 12px 'yekan';
    height: 33px;
    border: 1px solid #9cbe6c;
    margin-left: 4px;*/
              padding: 1px 8px;
    background: rgba(97, 165, 0, 0.77) url(/App_Theme/fa-IR/images/chat4.png);
    color: rgb(255, 255, 255);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 7px;
    transition-duration: 0.2s;
    cursor: pointer;
    width: 100px;
    font: 12px 'yekan';
    height: 33px;
    border: 1px solid #8fb146;
    margin-left: 4px;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 15%;
    padding-left: 29px;
}

.ms_overbtn{
    background: rgba(255, 0, 0, 0.45) url(/App_Theme/fa-IR/images/del1.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 9%;
    border: 1px solid #fb8c8e;
}
.no-pn{
    padding:0;
}
    .mybutton:hover, .buttonem:focus {
        border: solid 2px rgba(255, 224, 9, 0.28);
        text-decoration: none;
        color: white;
    }

    .mybutton:active {
        -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        background: #005ca9;
        border: solid 1px #203E5F;
    }

.mytblUser {
    background: #f0f0f0;
    float: right;
    margin: 20px;
    clear: both;
    box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
}

    .mytblUser tr th {
        background: #099edc;
        text-align: center;
        color: white;
        font: bold 9pt tahoma;
        height: 35px;
        background: #258dc8; /* Old browsers */
        background: -moz-linear-gradient(top, #258dc8 0%, #258dc8 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#258dc8), color-stop(100%,#258dc8)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #258dc8 0%,#258dc8 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #258dc8 0%,#258dc8 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #258dc8 0%,#258dc8 100%); /* IE10+ */
        background: linear-gradient(to bottom, #258dc8 0%,#258dc8 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=0 ); /* IE6-9 */
    }

    .mytblUser tr td {
        padding: 5px;
        background: white;
        padding: 5px;
    }



.farsifont {
    font: normal 18px/38px BKoodakBold,tahoma !important;
}


.nazartext {
    font: normal 10px/29px BKoodakBold,tahoma;
    overflow: hidden;
    display: block;
    padding: 12px;
}


.dimotbl {
    margin: 0px auto;
    direction: rtl;
}

.Archive {
    text-shadow: 1px 6px 5px #000;
    font: 20px 'BMahsa';
    float: left;
}

    .Archive a {
        color: #c19935;
    }



/********** مربوط به شبکه های اجتماعی ***********/

ul.share-buttons {
    list-style: none;
    padding: 0;
}

    ul.share-buttons li {
        display: inline;
        list-style: none;
        float: right;
        width: 45px;
    }

.share-title {
    margin-bottom: 15px;
    color: rgb(224, 179, 23);
}

.share-main {
    float: left;
}
/******************************************************/

/*********************************************************************************
*********************************DimoCss[end]************************************
***********************************************************************************/





/**********************************************************************************
*********************************Rate[start]***************************************
***********************************************************************************/


div.rating-cancel, div.star-rating {
    float: left;
    width: 17px;
    height: 15px;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden;
}

    div.rating-cancel, div.rating-cancel a {
        background: url(delete.gif) no-repeat 0 -16px;
    }

    div.star-rating, div.star-rating a {
        background: url(/App_Theme/fa-IR/images/star.gif) no-repeat 0 0px;
    }

        div.rating-cancel a, div.star-rating a {
            display: block;
            width: 16px;
            height: 100%;
            background-position: 0 0px;
            border: 0;
        }

div.star-rating-on a {
    background-position: 0 -16px !important;
}

div.star-rating-hover a {
    background-position: 0 -32px;
}
/* Read Only CSS */
div.star-rating-readonly a {
    cursor: default !important;
}
/* Partial Star CSS */
div.star-rating {
    background: transparent !important;
    overflow: hidden !important;
}


.ui-rater > span {
    vertical-align: top;
}

.ui-rater-rating {
    background: url('/App_Theme/fa-IR/images/giga-star.png') no-repeat;
    font-weight: bolder;
    height: 30px;
    width: 35px;
    display: block;
    background-size: 100% 100%;
        padding-top: 3px;
    /* padding-right: 12px; */
    font-size: 10px;
    color: #000;
    text-align: center;
}

.ms_raterStar {
    float: left;
    width: 42px;margin-top: 16px;
}

.ms_Sstars {
    float: right;
    width: 104px;
}


/**********************************************************************************
*********************************Rate[end]*****************************************
***********************************************************************************/


/**********************************************************************************
******************************Video-Group[start]***********************************
***********************************************************************************/

.dimo-chart {
    height: 170px;
    width: 100%;
    margin: 0 auto;
}

    .dimo-chart img {
        width: 100%;
        height: 100%;
        display: block;
        z-index: 50000;
        margin: 0 auto;
    }

.dimo-video-tit {
    display: block;
    padding: 3px 0 10px 0;
    font-size: 15px;
    color: black;
}

.one-video-box {
    margin: 5px 0px;
    padding: 10px;
    border: 1px solid #c3c2c2;
}

.dimo-video-time {
    text-align: right;
    margin: 5px 0;
    width: 100%;
}

    .dimo-video-time img {
        width: 25px;
    }

.p-vd {
    min-height: 75px;
}


/**********************************************************************************
********************************Video-Group[end]************************************
***********************************************************************************/





/**********************************************************************************
*********************************fancy[start]**************************************
***********************************************************************************/


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/App_Theme/fa-IR/images/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url('/App_Theme/fa-IR/images/fancybox_loading.gif') center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('/App_Theme/fa-IR/images/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('/App_Theme/fa-IR/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99999999999999;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        padding: 10px;
        line-height: 24px;
        white-space: nowrap;
        font: 8pt tahoma;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('/App_Theme/fa-IR/images/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

        #fancybox-loading div {
            background-image: url('/App_Theme/fa-IR/images/fancybox_loading@2x.gif');
            background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
        }
}

.fancybox-buttons img {
    width: 237px;
    height: 166px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 16px solid #ddd;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    margin-left: 10px;
    margin-bottom: 0px;
}

    .fancybox-buttons img:hover {
        border: 4px solid rgba(55, 59, 54, 1);
    }


/**********************************************************************************
*********************************fancy[end]****************************************
***********************************************************************************/


/**********************************************************************************
*********************************Gallery[start]************************************
***********************************************************************************/
.tp-grid {
    list-style-type: none;
    position: relative;
    display: block;
    margin-bottom: 37px;
}

    .tp-grid li {
        position: absolute;
        cursor: pointer;
        border: 10px solid #1d2455;
        box-shadow: 0 2px 3px rgba(3, 3, 3, 0.77);
        display: none;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.no-js .tp-grid li {
    position: relative;
    display: inline-block;
}

.tp-grid li a {
    display: block;
    outline: none;
}

.tp-grid li img {
    display: block;
    border: none;
}

.tp-info, .tp-title {
    position: absolute;
    background: #fff;
    line-height: 20px;
    color: #333;
    top: 52%;
    width: 86%;
    padding: 10px;
    font-weight: 700;
    text-align: right;
    left: -100%;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1), 5px 0 5px -3px rgba(0,0,0,0.4), inset 0 0 5px rgba(0,0,0,0.04);
}

.touch .tp-info {
    left: 0px;
}

.no-touch .tp-info {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.no-touch .tp-grid li:hover .tp-info {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    transition-delay: 150ms;
}

.no-touch .tp-open li:hover .tp-info {
    left: 0px;
}

.tp-title {
    padding: 10px 35px 10px 10px;
    left: 0px;
    direction: rtl;
    z-index: 9999;
}

    .tp-title span:nth-child(2) {
        color: #aaa;
        padding: 0 5px;
        background: #F7F7F7;
        right: 0px;
        height: 100%;
        line-height: 40px;
        top: 0px;
        position: absolute;
        display: block;
    }

/* Custom elements style */
/*.wrapper {
	position: relative;
	padding: 0 0 50px 0;
}*/

.topbar {
    position: relative;
    padding: 20px 0;
    margin: 0 0 1%;
    z-index: 999;
    /*box-shadow: 0 1px 0 #aaa, 0 -1px 0 #aaa;*/
}

.back {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 51%;
    margin: -20px 0 0 -20px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    color: #FFF;
    background: #ddd;
    background: rgba(141, 141, 141, 1);
    cursor: pointer;
    display: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 36px;
}

.no-touch .back:hover {
    background: #fff;
    background: rgba(236, 168, 33, 1);
}

.topbar h2,
.topbar h3 {
    display: inline-block;
    font-weight: 300;
    font-size: 40px;
    width: 49%;
    min-width: 320px;
}

.topbar h2 {
    padding-right: 20px;
    color: #666;
}

.topbar h3 {
    text-align: right;
    padding-left: 20px;
    color: #aaa;
}

/* Loader */

.loader {
    left: 50%;
    position: absolute;
    margin-left: -120px;
}

    .loader i {
        display: inline-block;
        width: 40px;
        height: 40px;
        -webkit-animation: loading 1s linear infinite forwards;
        -moz-animation: loading 1s linear infinite forwards;
        -o-animation: loading 1s linear infinite forwards;
        -ms-animation: loading 1s linear infinite forwards;
        animation: loading 1s linear infinite forwards;
    }

.cssanimations .loader span {
    display: none;
}

.no-cssanimations .loader i {
    display: none;
}

.loader i:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loader i:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loader i:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loader i:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loader i:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes loading {
    0% {
        opacity: 0;
        background-color: rgba(255,255,255,0.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(0.25) rotate(75deg);
        background-color: rgba(155,155,155,0.9);
    }
}

@-moz-keyframes loading {
    0% {
        opacity: 0;
        background-color: rgba(255,255,255,0.9);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(0.25) rotate(75deg);
        background-color: rgba(155,155,155,0.9);
    }
}

@-o-keyframes loading {
    0%; {
        opacity: 0;
        background-color: rgba(255,255,255,0.9);
    }

    100% {
        opacity: 1;
        -o-transform: scale(0.25) rotate(75deg);
        background-color: rgba(155,155,155,0.9);
    }
}

@-ms-keyframes loading {
    0% {
        opacity: 0;
        background-color: rgba(255,255,255,0.9);
    }

    100% {
        opacity: 1;
        -ms-transform: scale(0.25) rotate(75deg);
        background-color: rgba(155,155,155,0.9);
    }
}

@keyframes loading {
    0% {
        opacity: 0;
        background-color: rgba(255,255,255,0.9);
    }

    100% {
        opacity: 1;
        transform: scale(0.25) rotate(75deg);
        background-color: rgba(155,155,155,0.9);
    }
}
/**********************************************************************************
*********************************Gallery[end]**************************************
***********************************************************************************/






/**********************************************************************************
***************************Ferequently Question[start]******************************
***********************************************************************************/

.btm-bx-bc1 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 20px;
    position: relative;
    z-index: 3;
}
section.item-mg, .icon-mg, h3, div {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.item-mg {
    margin-bottom: 23px;
    overflow: hidden;
}

.icon-mg {
    padding: 0;
    display: inline-block;
    position: relative;
    top: 20px;
    margin-left: 12px;
    background: url(../images/questionMark.png) no-repeat 0 0;
    width: 54px;
    height: 43px;
    float: right;
}
.item-mg {
    margin-bottom: 10px;
    overflow: hidden;
}


.item-mg:hover .icon-mg {
    background-position: 0 -60px;
}
style-page-t.css:1238
section.item-mg, .icon-mg, h3, div {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.item-mg h3 {
    font-size: 14px;
    margin: 17px 0 0;
    display: block;
    color: #000;
    font-weight: bold;
    width: 88%;
    float: right;
    direction: rtl;
    text-align: justify;
}
a.reply-btn {
    color: #FFFFFF;
    padding: 2px 20px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    float: left;
    margin-top: 10px;
    background: #75ae31;
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -moz-transition: .3 ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
}
section div.more-info-zeus {
    padding: 10px 0 5px 0;
}
.zeus-q {
    line-height:27px;
}
section.bx-mg-hd .more-info-zeus {
    display: none;
}
.icon-q {
    display: block;
    width: 74px;
    height: 54px;
    background: url(../images/questionMark.png) no-repeat 0 -111px;
    float: right;
}



/**********************************************************************************
***************************Ferequently Question[end]*******************************
***********************************************************************************/






/**********************************************************************************
********************************404 eror[start]************************************
***********************************************************************************/

.dimo-404-header {
    margin: 40px auto;
    width: 100%;
    text-align: center;
}

    .dimo-404-header img {
        width: 250px;
    }

.dimo-404-title {
    text-align: center;
    font-size: 45px;
    line-height: 50px;
}

.dimo-404-des {
    text-align: center;
    margin: 27px;
    font-size: 14px;
}

.dimo-404-img {
    text-align: center;
    width: 100%;
}

    .dimo-404-img img {
        width: 120px;
    }

.dimo-404returnback {
    background: #e84c3d;
    color: white;
    padding: 10px 70px;
    border-radius: 7px;
    font-size: 15px;
    text-decoration: none;
}



/**********************************************************************************
*********************************404 error[end]************************************
***********************************************************************************/
 

.nazartitle {
    font-size: 19px;
    border-bottom: 1px solid white;
    color: #323232;
    padding-right: 38px;
    font-family: bkoodakbold;
    clear: both;
}



.textbox {
    font: 8pt tahoma;
    padding: 5px;
    border: solid 1px #d2d1d1;
    outline: 0;
    width: 150px;
    background: rgba(248, 248, 248, 0.04);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

    .textbox:hover, .textbox:focus {
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
    }

.button {
    font: 8pt tahoma;
    padding: 10px 15px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    cursor: pointer;
}


    .button:hover, .button:focus {
        background: #356094;
        border: solid 1px #2A4E77;
        text-decoration: none;
    }

    .button:active {
        -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        background: #2E5481;
        border: solid 1px #203E5F;
    }

.ms_over {
    width: 100%;
    float: right;
    margin-top: 0px;
    min-width: 140px;
    color: #000;
    max-width: 500px;
    border-radius: 3px;
}

.ms_over2 {
    width: 100%;
    height: 100px;
    min-width: 180px;
    color: #000;
    border-radius: 3px;
}


.ms_txtmatn {
    text-align: center;
    padding-bottom: 2px;
}

.ms_boxSN { /* margin: 0px auto; */
    width: 100%;
    max-width: 902px;
}

.ntin {
    font: bold 8pt tahoma;
    color: #363434;
}


.nazar {
    padding: 10px 5px 10px 5px;
    direction: rtl;
    color: rgb(255, 255, 255);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-border-radius: 7px;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    font: 13px yekan;
    line-height: 32px;
    max-width: 1190px;
    margin: 10px auto;
}

.chnazar {
    float: right;
}

    .chnazar label {
        color: black;
        font-weight: normal;
    }

.nazar h1 {
    width: 100%;
    text-align: center;
    color: #fff;
    font: bold 16px;
}

.ms_boxsender {
    width: 100%;
    float: right;
    margin-left: 40px;
    margin-top: 8px;
    max-width: 750px;
}

.ms_posN {
    width: 91px;
    float: right;
    direction: rtl;
    text-align: right;
    color: #000;
    margin-top: 8px;
}
 
 
 

.ms_over_Hc {
    border: 1px solid #E7E7E7;
    margin: 0px auto;
    margin-top: 9px;
    background: rgb(240, 240, 240);
    border-radius: 4px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 1000px;
}

.DimoContent {
      
    direction: rtl;
    text-align: justify;
    padding: 5px 8px;
    color: #000;
    margin: 0px auto;
    min-width: 183px;
    font-size: 13px;
    line-height: 33px;
    margin-top: 0px;
    font-family: yekan;

    margin-bottom: 3px;
    max-width: 1100px;
    overflow: hidden;
}

.ms_btnDimoContent {
    height: 66px;
    width: 959px;
    background-image: url('/App_Theme/fa-IR/images/3img12.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}


.picUl {
    list-style: none;
    border-top: 1px solid rgba(153, 153, 153, 0.33);
    clear: both;
    padding:0;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}

    .picUl li {
        width: 70px;
        height: 70px;
        margin: 5px;
        float: right;
    }

        .picUl li a img {
            width: 70px;
            height: 70px;
            border: 0px;
            border: 2px solid #C1C1C1;
        }


.ms_posDN {
    width: 200px;
    float: right;
    font-size: 11px;
    direction: rtl;
    text-align: right;
    color: rgb(117, 124, 132);
    line-height: 29px;
}




/* Color */

.demo-2 {
    width: 100%;
    max-width: 210px;
}

    .demo-2 .box {
        box-shadow: inset 0 0 0 1px #757C84;
        border-radius: 3px;
    }

        .demo-2 .box:hover h3,
        .demo-2 .box:hover span {
            color: #1B1464;
        }

        .demo-2 .box svg line {
            stroke-width: 3px;
        }

        .demo-2 .box:hover svg line {
            stroke: #1B1464;
        }
 
 


article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}


figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.dimogrid {
    width: 100%;
    overflow: hidden;
    margin: 5px auto;
    position: relative;
    text-align: center;
}





.ms-pos {
    margin: 2px 9px;
    display: block;
}

.ms-tbC {
    float: right;
    text-align: right;
    direction: rtl;
    background: rgb(117, 124, 132);
    padding: 7px;
    border-radius: 14px;
    color: #fff;
}

    .ms-tbC table {
        width: 100%;
    }

.ms_txtC {
    float: right;
    line-height: 34px;
    text-align: justify;
    padding-left: 1%;
}

.dimo-map {
    width: 90%;
    margin: 10px auto;
    height: 225px;
    max-width: 445px;
    overflow: hidden;
}

.ms_overColor {
    color: #B00004;
    font-weight: bolder;
    font-size: 22px;
    margin-right: 1%;
    clear: both;
    display: block;
    padding-top: 18px;
}

.dimo-pos-title {
    margin: 2px 9px;
    display: inline;
    width: 100px;
    margin-bottom: 20px;
}

.dimo-pos-tool {
    margin: 2px 9px;
    display: inline;
    width: 200px;
}

.ms_txtContact {
    width: 98%;
    border: none;
    background: rgba(231, 231, 231, 1);
    height: 32px;
    padding-right: 7px;
    float: left;
    text-align: right;
    color: #000;
    border: 1px solid rgb(182, 182, 182);
    border-radius: 7px;
    max-width: 200px;
}

.conbtn {
    text-align: center;
    margin: 10px;
}

.Grid {
    width: 100%;
    max-width: 1024px;
    overflow: hidden;
    direction: rtl;
}

    .Grid a {
        color: black;
        padding-right: 10px;
    }

.gridPaging a {
    width: 30px;
    height: 20px;
    text-decoration: none;
    padding: 5px 5px 5px 5px;
    border: 1px solid #33220f;
    background: #4f3920;
    color: white;
    margin: 2px;
}

    .gridPaging a:hover {
        background: #965810;
    }

.ms_over111 {
    float: right;
}

.social-title {
    float: right;
}

.introsocialul {
    float: right;
    margin: 0px;
    padding: 0 10px;
}

    .introsocialul ul {
        float: right;
    }

    .introsocialul li {
        display: inline;
    }

.introsocialicon {
    font-size: 19px;
    margin: 1px;
}

.errornet {
    font: bold 9pt yekan;
    color: Red;
}

.info, .success, .warning, .error, .validation {
    display: block;
    border: 1px solid #9C9C9C;
    margin: 0px;
    padding: 15px 45px 15px 50px;
    background-repeat: no-repeat;
    background-position: right center;
    text-align: right;
    direction: rtl;
    font: 9pt yekan;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-size: 30px 30px;
    background-position: 99% 12px;
    clear: both;
}

.info {
    color: #ECA821;
    background-color: #4068B4;
    background-image: url('../images/Information.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../images/success.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/Error.png');
}

#toTop {
      display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 45%;
    margin-left: 640px;
    overflow: hidden;
    width: 47px;
    height: 47px;
    border: none;
    text-indent: -999px;
    z-index: 99999999;
    opacity: 1;
    background: #9e2559 url(/App_Theme/fa-IR/images/totop.png) no-repeat 0px 0px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
    border: 2px solid #1d2455;
    border-radius: 50%;
    background-position: -2px -3px;
}

    #toTop:hover {
        outline: none;
        background-position:-53px;
    }

.mainlang {
    position: absolute;
    right: 1%;
    top: 1px;
}

    .mainlang input {
        margin: 1px;
        cursor: pointer;
        width: 20px;
        height: 17px;
    }

.dimo_introtitle {
    font: 20px yekan;
    direction: rtl;
    text-align: right;
}

.dimo_introwriter {
    font: 13px yekan;
    margin-bottom: 12px;
}

    .dimo_introwriter i {
        position: relative;
        top: 2px;
    }

.frmdetail {
      text-align: right;
    margin-top: 3px;
    font: 12px yekan,yekannumber;
    direction: rtl;
    color: #3a3a3a;
    border-bottom: 1px solid #c1c1c145;
    padding-bottom: 7px;
    margin-bottom: 25px;
    overflow: hidden;
}

    .frmdetail a {
        color: #393939;
        text-decoration: none;
    }


    .frmdetail i {
            font-size: 15px;
    position: relative;
    top: 2px;
    color: #124469;
    margin-left: 3px;
    padding: 5px 10px 5px 3px;
    float: right;
    line-height: 26px;
    }

.dimo-icon {
    float: right;line-height: 37px;
}
.ms_fixed_so{
        position: fixed;
    right: 3%;
    width: 45px;    top: 5%;
}
.nazarheader {
       padding: 4px 15px 3px 17px;
    background: #1d2455;
    margin-bottom: 19px;
    float: right;
    clear: both;
    color: #fff;
    font: 16px "bkoodakbold";
    border-radius: 5px;
}

.nazardetail {
    clear: both;
    color: #2F2F2F;
    overflow: hidden;
    height: auto;
    display: block;
    line-height: 25px;
    text-align: right;
}



.multitxtfield {
       width: 100%;
    height: 110px;
    border-radius: 2px;
    border: none 0;
    margin: 10px 0;
    padding: 10px;
    font: 14px "yekan";
    color: #666 !important;
    background: #f2f2f2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 809px;
    clear: both;
    display: block;
}

.txtfield, .rlptxtfield {
    margin-left: 2%;
    width: 100%;
    background: url(../images/cmnt.png) no-repeat right -7px top 10px,#f2f2f2;
    float: right;
    border-radius: 2px;
    border: none 0;
    font: 14px "yekan";
    padding: 5px 43px;
    color: #666 !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 210px;
}

.txtfield2, .rlptxtfield2 {
    width: 100%;
    background: url(../images/cmnt.png) no-repeat right -3px top -27px,#f2f2f2;
    margin-left: 2%;
    box-shadow: none;
    float: right;
    border-radius: 2px;
    border: none 0;
    font: 14px "yekan";
    padding: 5px 43px;
    color: #666 !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 210px;
    direction: ltr;
}


.sendComment {
     position: relative;
    z-index: 1001;
    margin: 0px 11px 0 0;
    background: url(../images/sendbutton.png) no-repeat left 0 top -2px;
    float: right;
    height: 38px;
    width: 183px;
    font-size: 14px;
    color: #484848;
    border: none;
}

.tblUser {
    background: #C9C8C8;
    color: black;
    margin-top: 10px;
    width: 100%;
}

    .tblUser img {
        margin-top: 10px;
        margin-right: 10px;
    }

.UserNazar {
    margin-top: 60px;
    max-width: 802px;
    width: 100%;
}

.nazarchk {
    float: right;
    background: #F2F2F2;
    margin: 1px 19px;
    width: 100%;
    max-width: 135px;
}

    .nazarchk input {
        float: right;
        margin: 12px 5px;
    }

    .nazarchk label {
        float: right;
        color: #252525;
        margin-top: 1px;margin-bottom: 1px;

    }


.intro-social {
    float: left;
    direction: rtl;
    width: 345px;
}


.Divider {
   height: 2px;
    width: 100%;
    background: #1d2455;
    overflow: hidden;
    position: relative;
    bottom: 21px;
    right: 5px;
}

.clear {
    clear: both;
}

.pricebox {
    border-top: 1px solid #C1C1C1;
    padding: 10px 5px;
    border-bottom: 1px solid #C1C1C1;
    overflow: hidden;
}

.pricefield {
    width: 100%;
    max-width: 190px;
    float: right;
}



.btbuy {
    background-image: url(../images/buy.png);
    background-position: 104px 6px;
    background-repeat: no-repeat;
    padding-right: 30px;
    font-size: 13px;
    color: #fff;
    background-color: #8A8A8A;
    border-color: #3E3E3E;
    border: 1px solid rgba(83, 83, 83, 0);
    border-radius: 4px;
    padding: 0px 25px 0 10px;
    width: 125px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.btbuy:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #4c3a3c;
}

.PriceIcon {
    float: right;
}



.news-img-box {
    
    overflow: hidden;
    height: auto;
    padding: 5px;
    margin-bottom: 10px;
}

.news-img-colright {
    width: 100%;
    max-width: 120px;
    float: right;
    text-align: center;
}

    .news-img-colright img {
        width: 100%;
    }

.news-img-left {
    float: right;
    max-width: 700px;
    margin: 0 10px;
    direction: rtl;
    text-align: justify;
    font-size: 12px;
}


.dimo-contact {
    width: 99%;
    margin: 0px auto;
}



.dimo-contact-box {
      margin: 5px;
    background-color: rgba(255, 255, 255, 0.56);
    min-height: 425px !important;
 
    border-radius: 3px;
    padding-top: 5px;    
}

.dimo-contact-title {
          margin-right: 3%;
    font-size: 23px;
    padding: 5px;
    direction: rtl;
    margin-bottom: 15px;
    font-family: BBardiya;
    font-weight: bold;
    color: #124469;
    border-bottom: 1px dotted #3f95af;
}

.dimo-contact-field {
           max-width: 37px;
    width: 100%;
    direction: rtl;
    position: absolute;
    left: 23px;
}

.dimo-contact-tools {
    width: 99%;
    margin-left: 1%;
    max-width: 370px;
    float: right;
    line-height: 45px;
}

    .dimo-contact-tools input {
   width: 97%;
    max-width: 360px;
    background:none;
    border: none;
    border-radius: 2px;
    border-bottom: 1px solid rgba(148, 191, 204, 0.46)
    }
   .dimo-contact-tools input:hover ,.dimo-contact-tools input:active ,  .dimo-contact-tools input:focus,.dimo-contact-tools input:visited{
               -webkit-box-shadow: 0px 3px 2px -2px #00BCD4;
    box-shadow: 0px 3px 2px -2px #00BCD4;
    border: none;
    border-radius: 4px;
    border-bottom: 1px solid #009688;
    }
    .dimo-contact-tools textarea {
         width: 97%;
    max-width: 363px;
    background: none;
    border: none;
    float: left;
    margin-top: 9px;
    border-radius: 2px;
    border-bottom: 1px solid #bfbfbf;
    }
   .dimo-contact-tools textarea:hover , .dimo-contact-tools textarea:active ,  .dimo-contact-tools textarea:focus,.dimo-contact-tools textarea:visited{
               -webkit-box-shadow: 0px 3px 2px -2px #00BCD4;
    box-shadow: 0px 3px 2px -2px #00BCD4;
    border: none;
    border-radius: 4px;
    border-bottom: 1px solid #009688;
    }
.dimo-contact-btn {
    margin-left: 3%;
}

    .dimo-contact-btn input {
           margin-top: 41px;
    float: left;
    margin-right: 2px;
    border-radius: 2px;
   width: 85px;
    }

.dimo-contact-text {
    margin: 25px;
    font-size: 13px;
    line-height: 27px;
    direction: rtl;
}

.animated {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInUpQuick {
    -webkit-animation-name: fadeInUpQuick;
    animation-name: fadeInUpQuick;
}

.fadeInRightQuick {
    -webkit-animation-name: fadeInRightQuick;
    animation-name: fadeInRightQuick;
}

.map-google-title {
    font: 13pt tahoma;
    padding-right: 10px;
}




.signupbanner {
}

.DimoTitle {
    font-size: 25px;
    margin: 20px 5px;
}

.dimo_reg {
    float: right;
    clear: both;
    text-align: right;
    width: 100%;
}

.dimo_tools {
    width: 100%;
    max-width: 600px;
}


.row-title {
    background: gainsboro;
    padding-right: 20px;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    height: 35px;
}

.ms_bxTmap {
    border-radius: 3px;
    width: 96%;
    padding: 5px 2px;
    margin: 0px auto;
    max-width: 1000px;
    overflow: hidden;
    margin-bottom: 30px;
   
}


.col-dimo {
    height: auto;
    display: block;
    overflow: hidden;
    padding: 0 10px;
    margin: 0 10px;
    min-height: 300px !important;
    border-radius: 4px;
}



.col-dimo-menu-box {
    direction: rtl;
    padding: 2px 5px;
    background: #1c1f24;
}

.dimo-user-menu {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.dimo-user-menu li {
    background: #1c1f24;
    margin: 4px 0;
    border-radius: 2px;
    padding: 5px 10px;
    border-bottom: 1px solid rgb(56, 55, 55);
}

    .dimo-user-menu li a {
        color: #fff;
        font-size:13px;
    }

.dimo-user-welcome-text {
    width:100%;
    overflow:hidden;
    background:rgba(241, 67, 67, 0.56);
    padding:0 10px;
    margin-bottom: 10px;
}

    .welcome-user-box {
        font-family: persian-fanni,arial;
    color: #fff;
    text-align: center;
    font-size: 11px;
}

.dimo-user-date {
    text-align: center;
    color: white;
    font: 10px yekan,yekannumber;
}

.dimo-userpic {
   width: 110px;
    max-height: 115px;
    border-radius: 50%;
    margin-top: 5px;
}

.user-pic-pos {
    text-align: center;
}

.regbtn {
    margin-top: 30px;
    background-color: #848383;
    background-image: url(/App_Theme/fa-IR/images/signup.png);
    background-position: 50px 5px;
    background-repeat: no-repeat;
    width: 80px;
    border-radius: 3px;
    border: none;
    padding: 2px 25px 2px 0;
    height: auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

    .regbtn:hover {
        background-color: #cecece;
        color: black;
    }



.searchtitle {
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    padding: 10px;
    background: white;
    text-align: right;
    font-size: 15px;
    margin-bottom: 3px;
    direction: rtl;
}

    .searchtitle span {
        padding-right: 5px;
        font-size: 20px;
    }

.Dimo-Newslabel {
    background: #c4c4c4;
    overflow: hidden;
    float: right;
    margin: 5px 1px;
    padding: 0px 10px;
    border-radius: 3px;
}

    .Dimo-Newslabel a {
        text-decoration: none;
        color: black;
    }


.dimo-buy-img {
    width: 100%;
}


.buyboxes {
    padding: 15px 0;
    overflow: hidden;
    line-height: 46px;
}


.dimo-buy-img {
    width: 100%;
}

.dimo-buy-txt {
    height: 40px;
    width: 230px;
    border: none;
    background: rgba(255, 255, 255, 0.16);
    padding: 0 5px;
    border-radius: 3px;
    font-family: yekan,yekannumber;
}

.right {
    float: right !important;
}

.dimo-no-pd {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin: 0;
}


.dimo-right {
    float:right !important;
}


.dimo-buy-btn {
    background-image: url(../images/basket.png);
    background-position: 132px 6px;
    background-size: 25px;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.24);
    border: none;
    width: 160px;
    margin-right: 15px;
    border-radius: 3px;
    padding-right: 30px;
}


.dimo-max-width {
    width:100%;
}


.dimo-car-signup {
    border: 1px solid #444;
    min-height: 50px;
    margin: 10px;
    max-width: 827px;
    padding:10px 0;
    line-height:35px;
}

.dimo-car-bt-none {
    background:none;
    border:none;
 

}
 

.dimo-div-signup-btn{
    padding: 0 14px;
    margin: 15px;
    background: #969696;
    width: 140px;
    color: black;
    border-radius: 3px;
    cursor:pointer;
    clear:both;
    overflow:hidden;
    display:block;
       -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}

    .dimo-div-signup-btn:hover {
            -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #1c1f24;
    color:white;
    }

table-re {
    position: relative;
}

.nda {
    position: absolute;
    top: 8px;
    z-index: 2000;
    left: 109px;
}

.table-re thead {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    background-color: #1c1f24;
    color: white;
}

.table-re table {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: none;
    direction: rtl;
}

    .table-re table tr {
        border-bottom: 1px solid #dedede;
        padding: 5px;
    }

    .table-re table th,.table-re  table td {
        padding: 10px;
        text-align: center;
    }

    .table-re table th {
        text-transform: uppercase;
        font-size: 14px;
        padding: 10px !important;
        background: rgba(160, 163, 156, 0.44);
    }

    .table-re table .price-th {
        width: 270px;
    }

    .table-re table div {
        margin: 0 5px;
    }

.basket-img {
    float: left;
    margin: 5px;
}

.basket-count {
    float: left;
    position: absolute;
    left: 16px;
    top: 3px;
}

 .dimo-factor-title {
            background: #ede9e9;
    margin: 0;
        padding:0 0 0 0 !important;
        }

        .dimo-factor-title-icon {
            float: right;
    margin: 0 0 0 20px;
    background: #39393a;
    width: 50px;
    text-align: center;
    color: white;
    font-size: 15px;
        }
        .dimo-factor-price {
            color:red;
            font-family: yekan,yekannumber;
        }

.dimo-menu-fa {
        font-size: 14px;
    color: #fff;
    position: relative;
    top: 2px;
    margin-left: 5px;
}


.intro-header {
    width:100%;
    max-height:300px;
}

.validator {
    color:red;
}

/**********************************************************************************
********************************Prolist[start]*************************************
***********************************************************************************/
.ms_over_ti{
       font-family: 'BBardiya';
    font-weight: bolder;
    color: #1d2455;
    font-size: 26px;
    margin-top: 15px;
    display: block;
    float: right;
    padding: 0px 0px 22px 10px;
    margin-bottom: 8px;
    background: url(../images/line4.png) right bottom no-repeat;
}

.ulProList {
    position: relative;
    margin: 0px auto;
    text-align: center;
    width: 100%;
}

.ulProList li{
               width: 200px;
    display: inline-block;
    margin: 10px 5px;
    background: rgb(242, 243, 246);
    padding-bottom: 18px;
    border: 2px dashed #1d2455ad;
    height: 200px;
    border-radius: 50%;transition: all 0.5s ease 0s;
}
    
    .ulProList li a{
        color:#fff;
    }
    .ulProList li a h4{
               font-size: 21px;
    direction: rtl;
    color: #1d2455;
    font-family: 'BBardiya';
    font-weight: bold;
    line-height: 42px;
    }
    .ulProList li a img {
               width: 160px;
    height: 160px;
    margin: 18px auto;
    transition: all 0.5s ease 0s;
    }
    .ulProList li a img:hover{
        -moz-transform: scale(1.1) rotate(0deg) translateX(0px) skewX(0deg) skewY(0deg);
-webkit-transform: scale(1.1) rotate(0deg) translateX(0px) skewX(0deg) skewY(0deg);
-o-transform: scale(1.1) rotate(0deg) translateX(0px) skewX(0deg) skewY(0deg);
-ms-transform: scale(1.1) rotate(0deg) translateX(0px) skewX(0deg) skewY(0deg);
transform: scale(1.1) rotate(0deg) translateX(0px) skewX(0deg) skewY(0deg);
    }
.prolisttitle {
        font-size: 14px;
    min-height: 52px;
    overflow: hidden;
    line-height: 25px;
    color: #001059;
}


.pn-pro-bx {
    padding: 0 20px;
}

.dimo-product-bx {
    background-color: #fff;
    min-height: 305px;
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.11);
    padding-bottom: 1px;
    margin-bottom:20px;
}

    .dimo-product-bx:hover {
        box-shadow: 2px 3px 11px #808088;
    }

.dimo-img-pr {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.dimo-ti-bx {
    text-align: center;
    color: #34343c;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: bold;
}

.dimo-p-x {
    direction: rtl;
    text-align: justify;
    line-height: 25px;
    padding-top: 5px;
    padding: 5px 15px 10px 15px;
    color: #34343c;
    min-height: 88px;
}

.entry-view-footer {
    position: relative;
    background: #fff;
    z-index: 10;
    border: 1px solid #dddddd;
    margin: 0px 5px 10px 5px;
}

.count-dimo {
    color:black;
}

.prolistprice {
   font-family: yekan,bkoodakbold;
    color: black;
    position: relative;
    float: right;
    text-align: right;
  
}

.first-gh {
    text-decoration: line-through;
    padding: 5px;
    font-family: yekan,bkoodakbold;
    font-size: 14px;
    color: #4D545A;
}



/**********************************************************************************
*********************************Prolist[end]**************************************
***********************************************************************************/


/**********************************************************************************
******************************NewsThreadly[start]**********************************
***********************************************************************************/

.dimo-p9 {
    font-size: 11px;
    text-align: justify;
    line-height: 25px;
    font-size: 13px;
    direction: rtl;
    padding: 0 15px;
    color:#424242;
    margin-bottom:0;
}

.dimo-t-dx {
    text-align: right;
    padding: 0px 15px 5px 15px;
    color: #34343c;
    font-size: 16px;
    font-weight: bold;
}

.dimo-col-news {
       background-color: #fff;
    margin-bottom: 25px;
    border-bottom: 2px solid rgba(99, 126, 135, 0.22)!important;
    padding-bottom: 6px;
}

.img-6 {
    width: 159px !important;
    display: block;
    height: 159px !important;
}

.dimo_newsdtime {
       padding: 0 15px;
    color: #036b28;
    font: 12px yekan,yekannumber;
    font-weight: bold;
}

/**********************************************************************************
*******************************NewsThreadly[end]***********************************
***********************************************************************************/

  .ms_bg_footer{
                   position: relative;
    width: 100%;
    height: 156px;
    float: right;
    clear: both;
        }
        .wind {
               background: url(/App_Theme/fa-IR/images/wind.png);
    height: 32px;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 41px;
    left: 0px;
    animation: animateBG 2s linear infinite;
    -webkit-animation: animateBG 2s linear infinite;
    background-size: 100% 100%;
        }

        .moving-bg {
              min-height: 155px;
    background: #3a2220 url(/App_Theme/fa-IR/images/bg1.jpg) top left repeat-x;
    position: relative;
    animation: animateBG 5s linear infinite;
    -webkit-animation: animateBG 5s linear infinite;
    text-align: center;
    color: #fff;
    padding-bottom: 21px;
    background-size: 100% 100%;
        }

        .truck {
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            left: -50px;
            right: 0;
            bottom:21px;
            animation: truck 1s linear alternate;
            -webkit-animation: truck 1s linear alternate;
            max-width: 220px;
        }
        @-webkit-keyframes animateBG {
  0%{
    background-position: 0px bottom;
  }

  100% {
    background-position: -1024px bottom;
  }
}

@keyframes animateBG {
  0% {
    background-position: 0px bottom;
  }

  100% {
    background-position: -1024px bottom;
  }
}

@keyframes truck{
	
  0% {left: -1000px;}
  70%{left: 0px;}
  100% {left: -50px;}
  
}

@-webkit-keyframes truck{
	
  0% {left: -1000px;}
  70%{left: 0px;}
  100% {left: -50px;}
  
}

@keyframes button{
	
  0% { transform:scale(1);}
  50% { transform:scale(1.1);}
  100% { transform:scale(1);}
}

@-webkit-keyframes button{
	
  0% { -webkit-transform:scale(1);}
  50% { -webkit-transform:scale(1.1);}
  100% { -webkit-transform:scale(1);}
}

.keyword{
	color:yellow;
	font-size:2em;
	font-weight:bold;
	animation: animateBlink 1s infinite;
    -webkit-animation: animateBlink 1s infinite;
	display:block;
	margin:5px 0px;
	}

.cta-box-tq-bestguess .keyword{
	display:inline;
	margin:0px;
	}

.cta-box-tq-bestguess .sms-now{
	animation: button 0.8s linear infinite;
	-webkit-animation: button 0.8s linear infinite;
	}

@-webkit-keyframes animateBlink{
  0%{ opacity:1;}
  50% { opacity:0.3;}
  100%{ opacity:1;}
}

@keyframes animateBlink {
  0%{ opacity:1;}
  50% { opacity:0.3;}
  100%{ opacity:1;}
}



.subscribe-submit-button{
	animation: button 0.8s linear infinite;
	-webkit-animation: button 0.8s linear infinite;
}



@keyframes button{
	
  0% { transform:scale(1);}
  50% { transform:scale(1.1);}
  100% { transform:scale(1);}
}

@-webkit-keyframes button{
	
  0% { -webkit-transform:scale(1);}
  50% { -webkit-transform:scale(1.1);}
  100% { -webkit-transform:scale(1);}
}