﻿/*
Author: Balsa Web Design
Author URI: https://balsaweb.com
*/



/***********************************************************************************
*********************************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]****************************************
***********************************************************************************/

/*********************************************************************************
*********************************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]****************************
***********************************************************************************/


/*********************************************************************************
*********************************BalsaCss[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 {
    border: none;
    height: 30px;
    width: 100%;
    max-width: 250px;
    font-family: yekan;
    font-weight: bold;
    font-size: 9pt;
    background: #F2F5FD;
    padding-right: 10px;
}

.textboxem:hover, .textboxem:focus {
    border-color: #a8a7a7;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.mybutton {
    padding: 3px;
    background: #3D3D3D;
    color: rgb(255, 255, 255);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    width: 100px;
    font: 13px 'yekan';
    height: 35px;
    border:none;
    border-radius: 20px;
}


    .mybutton:hover, .buttonem:focus {
        color: white;
        background-color:#212121;
    }

    .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);
    }

.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_Themes/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_Themes/images/giga-star.png') no-repeat;
    font-weight: bolder;
    height: 30px;
    width: 35px;
    display: block;
    background-size: 100% 100%;
    padding-top: 7px;
    /*padding-right: 12px;*/
    font-size: 12px;
    color: #000;
    text-align: center;
}

.ms_raterStar {
    float: left;
    width: 42px;
}

.ms_Sstars {
    float: right;
    width: 188px;
}


/**********************************************************************************
*********************************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_Themes/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_Themes/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_Themes/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_Themes/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_Themes/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_Themes/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;
    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;
}
 

/**********************************************************************************
*********************************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 #757C84;
        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;
    border: 1px solid #eee;
    float: right;
    width: 100%;
    position: relative;
    min-height: 54px;
    
}


    .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: 2px;
    float: left;
    margin-top: 0px;
    background: #f6b60b;
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -moz-transition: .3 ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    position: absolute;
    left: 11px;
    top: 8px;
}

section div.more-info-zeus {
    padding: 10px 0 5px 0;background: #eee;
    margin-top: 12px;
}

.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]*******************************
***********************************************************************************/



.nazartitle {
    font-size: 19px;
    border-bottom: 1px solid white;
    color: #323232;
    padding-right: 38px;
    font-family: bkoodakbold;
    clear: both;
}



.textbox {
    font: 12px yekan;
    padding: 5px;
    border: solid 1px #d2d1d1;
    outline: 0;
    width: 100%;
    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.31) 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 {
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 3px 3px 0 0;
    direction: rtl;
    text-align: justify;
    padding: 7px 8px;
    color: #000;
    margin: 0px auto;
    min-width: 183px;
    font-size: 13px;
    line-height: 33px;
    margin-top: 9px;
    /*font-family: yekan;*/
    background: #f9f8f8a3;
    margin-bottom: 3px;
    max-width: 1100px;
    overflow: hidden;
    min-height: 450px;
}

.ms_btnDimoContent {
    height: 66px;
    width: 959px;
    background-image: url('/App_Themes/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: 74px;
        height: 74px;
        margin: 3px;
        float: right;
    }

        .picUl li a img {
            width: 74px;
            height: 74px;
            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%;
}



.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: left;
}

.social-title {
    float: right;
}

.introsocialul {
    float: right;
    margin: 0px;
    padding: 0 10px;
}

    .introsocialul ul {
        float: right;
    }

    .introsocialul li {
        display: inline;
        overflow: hidden;
    }

.introsocialicon {
    font-size: 35px;
    margin: 5px 4px;
    color: #757373;
}

.errornet {
    font: bold 9pt yekan;
    color: Red;
}

.info, .success, .warning, .error, .validation {
    display: block;
    margin: 0px;
    padding: 15px 45px 15px 50px;
    background-repeat: no-repeat;
    background-position: right center;
    text-align: right;
    direction: rtl;
    font: 9pt yekan;
    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: 51px;
    height: 51px;
    border: none;
    text-indent: -999px;
    z-index: 99999999;
    opacity: 0.7;
    background: url('/App_Themes/images/totop.png') no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

    #toTop:hover {
        outline: none;
        background-position: right 0;
    }

.mainlang {
    position: absolute;
    right: 1%;
    top: 1px;
}

    .mainlang input {
        margin: 1px;
        cursor: pointer;
        width: 20px;
        height: 17px;
    }

.dimo_introtitle {
    font: 20px yekan,arial;
    direction: rtl;
    text-align: right;
    line-height: 27px;
}

.dimo_introwriter {
    color: #757575;
    font-size: 13px;
    margin-bottom: 12px;
    padding-top: 10px;
}

    .dimo_introwriter i {
        position: relative;
        top: 2px;
    }

.frmdetail {
    text-align: right;
    margin-top: 3px;
    font: 12px yekan,yekannumber;
    direction: rtl;
    color: #969595;
    padding: 3px 0;
    margin-bottom: 25px;
    overflow: hidden;
}

    .frmdetail a {
        color: #393939;
        text-decoration: none;
    }


    .frmdetail i {
        font-size: 14px;
        position: relative;
        top: 2px;
        color: #969595;
        margin-left: 3px;
        padding: 5px 5px 5px 3px;
        float: right;
    }

.dimo-icon {
    float: right;
}

.dimo-nazar-box {
    margin: 15px 0;
}

.nazarheader {
    padding: 3px 15px 3px 17px;
    margin-bottom: 19px;
    float: right;
    clear: both;
    font: 19px "bkoodakbold",arial;
    width: 100%;
}

.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;
    padding: 5px 10px;
    font: 14px "yekan",arial;
    color: #666 !important;
    background: #f2f2f2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    min-height: 172px;
}

.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",arial;
    padding: 5px 43px;
    color: #666 !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 4px;
    border: 1px solid #e2e2e2;
}

.txtfield2, .rlptxtfield2 {
    width: 100%;
    background: url(../../images/cmnt.png) no-repeat right -3px top -27px,#f2f2f2;
    margin: 2px 0 4px 0;
    box-shadow: none;
    float: right;
    border-radius: 2px;
    border: none 0;
    font: 14px "yekan",arial;
    padding: 5px 43px;
    color: #666 !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: rtl;
    border: 1px solid #e2e2e2;
}


.sendComment {
    position: relative;
    z-index: 1001;
    margin-top: 2px;
    float: right;
    font-size: 14px;
    width: 100%;
    border: none;
    opacity: 0.6;
}

    .sendComment:hover {
        opacity: 1;
    }

.theme-color-default {
    color: #fff;
    background-color: #f39c12;
}

    .theme-color-default: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);
        color: #000;
    }

    .theme-color-default:hover {
        opacity: 1;
    }


.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-bottom: 4px;
    width: 100%;
    padding-right: 14px;
    margin-top: 2px;
}

    .nazarchk input {
        float: right;
        width: 20px;
        height: 20px;
        position: relative;
        top: 3px;
    }

    .nazarchk label {
        float: right;
        color: #252525;
        padding-right: 10px;
    }


.intro-social {
    float: left;
    direction: rtl;
    width: 345px;
}


.Divider {
    height: 2px;
    width: 99.7%;
    background: rgba(0, 74, 183, 0.61);
    overflow: hidden;
    position: relative;
    bottom: 21px;
}

.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(/App_Themes/images/icons/buy.png);
    background-position: 108px 6px;
    background-repeat: no-repeat;
    font-size: 13px;
    color: #fff;
    border: 1px solid rgba(83, 83, 83, 0);
    padding: 0px 32px 0 10px;
    width: 135px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0.6;
}

    .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);*/
        opacity: 1;
    }

.PriceIcon {
    float: right;
}



.news-img-box {
    background: rgba(164, 164, 164, 0.12);
    overflow: hidden;
    height: auto;
    padding: 5px;
    margin-bottom: 10px;
}

.news-img-colright {
    width: 100%;
    max-width: 220px;
    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;
}

.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;
    border: 1px solid #c5c5c5;
}


.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_Themes/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: 5px 14px;
    margin: 15px;
    width: 155px;
    border-radius: 2px;
    cursor: pointer;
    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;
    background: #ff7e66;
    direction:rtl;
}

    .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;
        line-height:28px;
    }

    .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;
}

/**********************************************************************************
********************************contact[start]*************************************
***********************************************************************************/

.contact-body {
    background: #ffffffc7;
    direction: rtl;
    overflow: hidden;
    min-height: 385px;
    font-family: yekan,arial;
}

.contact-field-title {
    float: right;
}

.contact-txt {
    width: 98%;
    padding: 0 10px;
    font-family: yekan,Arial;
    height: 35px;
}

.contact-form-title {
    text-align: center;
    font-size: 20px;
    padding: 14px;
    line-height: 23px;
}

    .contact-form-title span {
        font-size: 14px;
        color: #7d7c7c;
    }

.dimo-contact-btn {
    margin: 9px 0;
    opacity: 0.6;
    border: none;
    width: 100px;
    height: 35px;
    line-height: 25px;
    padding: 0;
}

.contact-body ul {
    margin: 33px;
    text-align: center;
}


.contact-tab {
    width: 49%;
    background: #f9f9f9;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    margin: 1px;
    text-align:center !important;
}

.contact-body i {
    border: 1px solid #a2a0a0;
    padding: 8px 12px;
    border-radius: 50%;
    margin-bottom: 8px;
}

.contact-body textarea {
    height: 80px;
    margin-top: 5px;
    line-height: 23px;
}

.dimo-map {
    width: 100%;
    margin: 10px auto;
    height: 205px;
    max-width: 445px;
}
/**********************************************************************************
*********************************contact[end]**************************************
***********************************************************************************/


/**********************************************************************************
********************************Prolist[start]*************************************
***********************************************************************************/

.ulProList {
    position: relative;
    margin: 0px auto;
    text-align: center;
    display: inline-block;
    width: 100%;
}

    .ulProList h4 {
        padding-top: 12px;
    text-decoration: none;
    color: #2c2f40;
    font-size: 15px;
    }

    .ulProList li {
        width: 100%;
        max-width: 250px;
        display: inline-block;
        margin: 10px;
        background: #e6e6e6;
        border: 1px dashed #9e9e9e;
        border-radius: 5px;
        padding: 12px;
        text-align: center;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffe8+0,d6dbbf+100;Wax+3D+%231 */
        background: #feffe8; /* Old browsers */
        background: -moz-linear-gradient(top, #feffe8 0%, #d6dbbf 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #feffe8 0%,#d6dbbf 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #feffe8 0%,#d6dbbf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#d6dbbf',GradientType=0 ); /* IE6-9 */
    }

        .ulProList li a img {
            width: 227px;
            height: 209px;
            border: 1px solid #cccccc;
            border-radius: 1px;
            display: block;
            margin: 0px auto;
        }

.prolisttitle {
    font-size: 16px;
    min-height: 26px;
    overflow: hidden;
    line-height: 25px;
    font-weight: bold;
    color: #008f06;
    margin-top: 11px;
    margin-bottom: 0px;
    text-shadow: 1px 1px 1px #b7b7b7;
}


.pn-pro-bx {
    padding: 0 20px;
}

.dimo-product-bx {
    background-color: #fff;
    min-height: 385px;
    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;
    line-height: 10px;
    top: -6px;
    position: relative;
    padding-top: 15px;
}

.first-gh {
    text-decoration: line-through;
    padding: 5px;
    font-family: yekan,bkoodakbold;
    font-size: 14px;
    color: #4D545A;
}



/**********************************************************************************
*********************************Prolist[end]**************************************
***********************************************************************************/


/**********************************************************************************
******************************NewsThreadly[start]**********************************
***********************************************************************************/

.dimo-news-search {
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin: 20px 0;
    border: 1px solid #e6e5e5;
    padding: 10px;
}

.dimo-news-search-btn {
    opacity: 0.6;
    border: none;
    width: 100%;
}

    .dimo-news-search-btn:hover {
        opacity: 1;
    }

.dimo-news-search-txt {
    width: 100%;
    border: 1px solid #d2d2d2;
    padding: 0 10px;
}

.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;
    line-height: 23px;
    margin: 5px 0;
}

.dimo-col-news {
    background-color: #fff;
    margin-bottom: 15px;
    border-bottom: 2px solid #85ab1c5c !important;
}

.img-6 {
    width: 140px !important;
    display: block;
    height: 135px !important;
}

.dimo_newsdtime {
    padding: 0 15px;
    color: #3e3d3d;
    font: 12px yekan,yekannumber;
}

.news-tab {
    padding: 0;
}

    .news-tab li {
        float: right !important;
    }

    .news-tab a {
        padding: 10px 20px !important;
    }

.dimo-news-row {
    width: 100%;
    margin: 5px 0;
    overflow: hidden;
    line-height: 21px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d0d0d0;
}

.news-box-title {
    padding: 0 10px;
    margin: 30px 0 5px 0;
    font-size: 16px;
}

    .news-box-title i {
        position: relative;
        top: 2px;
    }



/**********************************************************************************
*******************************NewsThreadly[end]***********************************
***********************************************************************************/

.default-title {
    padding: 0 15px;
    overflow: hidden;
    margin-bottom: 10px;
}

.right {
    float: right;
}

.clear{
    clear:both;
}

.balsa-special-code{
    float:right;
    color: #f39c12;
}