﻿
@font-face {
    font-family: 'myfont';
    src: url('../fonts/IRANSansWeb.woff') format('woff');
    font-style: normal;
    font-size:12pt;
}

.header_div {
        position:fixed;
}

body {
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    font-family: myfont;
    font-size: 11pt;
    color: #4a4a4a;
    text-indent: 10px each-line;
    background-color: #ebebeb;
    /*background: url(../images/bg7.png) fixed;*/
}
img {
    outline-width: 0;
    border: none;
}
.fader_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /*background: #666 url(../images/ui-bg.png) repeat;*/
    opacity: 0;
    margin-top: -5000px;
    z-index: 2000;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.header1 {
    background-color:#223e7d;
    height: 70px;
}


.fixbar {
    position: fixed;
    margin-top: 0;
    border-bottom: 1px solid #8C8785;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
    z-index: 1033;
    width: inherit;
        top: 0;
}



/*.mainmenu li a {
    margin-right: 8px;
}
.mainmenu li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    background: #004a84;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    padding: 6px 11px;
    box-shadow: inset 0 0 2px 1px #01365e;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}*/
body a {
    outline: 0;
    text-decoration: none;
}
a, a:visited, a b {
    color: #38B0E3;
    text-decoration: underline;
    cursor: pointer;
}

div.menu2 {
    display: normal;
    overflow: hidden;
    height:20px;
    padding-right: 10px;
    /*background-color: #3a3a3a;*/
    padding-bottom: 2px;
    padding-top: 5px;
    border-width:0;
    padding:15px;
    margin-left: auto;
    margin-right: auto;
}

    div.menu2 ul {
        list-style: none;
        margin: 0px;
        margin-top: -3px;
        padding: 0px;
        width: auto;
    }



     div.menu2 ul li a, div.menu2 ul li a:visited {
            font-size:10pt;
            color: #c3c2c2 !important;
            padding: 4px 15px;
            text-decoration: none;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .1s ease-in-out;
            -ms-transition: all .1s ease-in-out;
            -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
                outline-width: 0;
        }

            div.menu2 ul li a:hover {
                border-radius: 3px;
                -moz-border-radius: 3px;
                color: #FFF !important;
                text-decoration: none;
            }

            div.menu2 ul li a:active {
                -moz-border-radius: 3px;
                border-radius: 3px;
                color: #cfdbe6;
                text-decoration: none;
            }

            div.menu2 li:after {
               content: " | ";
             }

    .support {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width:67px;
    height:65px;
    background: url(../images/support2.png) center;
       float: left;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    outline-width: 0;
    border: none;
    float: left;
    vertical-align: middle;
    left: 21px;
    top: 20px;
    position: relative;
    opacity:0.7;
}
    .support:hover {
    opacity:1;    
    outline-width: 0;
    border: none;
    }

    .textboxstyle {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    font-family: 'myfont';
    /*font-size: 11pt;*/
    text-indent: 5px;
    width: 100%;
    height: 30px;
    /*color: #555;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin:3px
}


    .textboxstyle:hover {
        box-shadow: 0px 0px 5px rgba(134, 246, 140,1);
    }
    .textboxstyle2 {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    font-family: 'myfont';
    /*font-size: 11pt;*/
    text-indent: 5px;
    width: 100%;
    height: 120px;
    /*color: #555;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin:3px
}


    .textboxstyle2:hover {
        box-shadow: 0px 0px 5px rgba(134, 246, 140,1);
    }

    .buttstyle {
    border: none;
    color:#FFF;
    background-color:#042E5C;
    font-family: 'myfont';
    padding: 6px;
    width: 150px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    cursor: pointer;
    height: 40px;
   
    background: -webkit-gradient(linear, left top, left bottom, from(#0056A9), to(#042E5C));
    background: -moz-linear-gradient(top, #0056A9, #042E5C);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0056A9', endColorstr='#042E5C');
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    height: 33px;
    width: 160px;
    margin: auto;
    display: block;
}

    .buttstyle:hover {
        opacity: 1;
        -moz-opacity: 1;
    }


    .bigbuttstyle {
    border: none;
    color: #FFF;
    background-color: #042E5C;
    font-family: 'myfont';
    /* padding: 6px; */
    border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    cursor: pointer;
    height: 40px;
    background: -moz-linear-gradient(top, #0056A9, #042E5C);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0056A9', endColorstr='#042E5C');
    opacity: 0.8;
    -moz-opacity: 0.8;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 260px;
    margin-right:auto;
        }

    .bigbuttstyle:hover {
        opacity: 1;
        -moz-opacity: 1;
    }



.hide_object {
       opacity: 0;
}

.labelstyle {
    color: #6189AD;
    text-align: center;
    display: block;
    margin-top: 100px;
}


/*///////////////////tizzerbox///////////////////////////*/
#tizzerbox a {
    width: 40%;
    min-width: 285px;
    max-width: 340px;
    height: 140px;
    font-size: 11pt;
    color: #333;
    box-shadow: 0px 1px 4px #888A85;
    -webkit-box-shadow: 0px 1px 4px #888A85;
    -moz-box-shadow: 0px 1px 4px #888A85;
    background-color: #FFF;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;    direction: rtl;
    display: inline-block;
    position: relative;
    overflow: hidden;

        /*-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;*/

        /*border-bottom-color: #EA6B11;
    border-bottom-style: solid;*/
}

    #tizzerbox a:HOVER {
        box-shadow: 0px 0px 6px 2px rgba(136, 138, 133, 0.5);
        -webkit-box-shadow: 0px 0px 6px 2px rgba(136, 138, 133, 0.5);
        -moz-box-shadow: 0px 0px 6px 2px rgba(136, 138, 133, 0.5);
    }

.ie8 #tizzerbox a {
    outline: solid 1px #888a85;
}

    .ie8 #tizzerbox a:hover {
        outline: solid 1px #a62626;
    }


#tizzerbox img {
    width: 140px;
    height: 140px;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color rgba(0, 0, 0, 0.2);
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-style: none none none solid;
    border-width: 0px 0px 0px 1px;
    border-color: rgb(193, 189, 189);
    background: none repeat scroll 0% 0% #ECF0EB;
    -moz-border-top-colors: none;
    float: right;
}

#tizzerbox h4 {
    font-family: "myfont2";
    font-size: 14pt;
    font-weight: bold;
    max-height: 70px;
    width: 55%;
    text-align: justify;
    position: absolute;
    margin: 25px 145px 0px 0px;
    overflow: hidden;
    color: #000000;
    text-overflow: ellipsis;

}

#tizzerbox .fix_tag_style2 {
    font-family: "myfont";
    font-size: 8pt;
    /*color: #FFF0A1;*/
        color: #FFFFFF;
    /*text-shadow: 1px 1px 5px #000000;*/
    width: 120px;
    height: 20px;
    text-align: center;
    background: none repeat scroll 0% 0% rgba(197, 0, 0, 1);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    margin-top: 110px;
    margin-right: -260px;
        padding-top: 0px;
    float: right;
    position: absolute;
}

#tizzerbox .fix_tag_style {
    font-family: 'myfont';
    font-size: 8pt;
    height: 16px;
    width: 32px;
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 2px;
    color: #A62626;
    border-radius: 4px;
    border-color: #A62626;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 4px;
    margin-right: 4px;
    float: right;
    text-align: center;
}

#tizzerbox .tizzer_tags_style {
    float: left;
    width: 160px;
    margin-top: -53px;
}

#tizzerbox .time {
    font-family: "myfont";
    font-size: 10pt;
    color: #FFF;
    background-color: rgba(10, 5, 5, 0.2);
    width: 141px;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    margin: 0px -141px 0px;
    direction: rtl;
    float: right;
    z-index: 2200;
}

#tizzerbox .pricetag {
    float: right;
    font-family: "myfont";
    font-size: 10pt;
    text-align: right;
    height: auto;
    margin: -25px 140px 5px 0px;
    color: #0a558e;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
    line-height: 15px;
}

#tizzerbox .loc_tag {
    float: right;
    font-family: "myfont";
    font-size: 9pt;
    text-align: right;
    height: auto;
    color: #2196F3;
    margin-top: -50px;
    margin-right: 145px;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: inherit;
}

#tizzerbox {
    padding-top: 1px;
    width: inherit;
    height: inherit;
        margin-left: 10px;
    direction: rtl;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
    /*margin-top: 150px;*/


}

    #tizzerbox .global_tag {
    
    font-family: 'myfont';
    font-size: 8pt;
    height: 16px;
    width: auto;
    color: #08B030;
    border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top: 90px;
    text-align: center;
    right: 145px;
    position: absolute;
    }

    

#tizzerbox .matn_style {
    font-family: 'myfont';
    color: #383838;
    white-space: pre;
    direction: rtl;
    text-overflow: ellipsis;
    height: 93px;
    margin-top: 22px;
    font-size: 8pt;
    position: absolute;
    margin-right: 185px;
    overflow: hidden;
    white-space: normal;
    line-height: 1.7;
    text-align: justify;
    margin-left: 5px;
    padding: 5px;

}

#tizzerbox .matn_div_style {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
    background: -moz-linear-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
    background:-moz-linear-gradient(center top , rgba(255, 255, 255, 0), rgb(255, 255, 255));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(255, 255, 255, 0), endColorstr='#FFFFFF');
    margin-top: 70px;
    height: 60px;
    width: 100%;
    position: absolute;
}



/*-------------------filesbox end---------------------------*/

              /*farsfile*/

/*.icon-shopping-cart {
    background-position: -360px -120px;
}
.icon-white {
    background-image: url(../images/glyphicons-halflings-white.png);
}
a.dnl {
    padding: 2px 14px 2px 14px;
    vertical-align: middle;
    font: 12px/20px WIranSans, WIranSans, Tahoma, sans-serif;
    line-height: 30px;
    float: left;
    height: 30px;
}

a.button, input.button, input[type="submit"], input[type="button"] {
    cursor: pointer;
    margin: 0;
    color: #FFFFFF;
    line-height: 12px;
    font: normal 13px "WYekan", WIranSans, Tahoma;
    padding: 3px 15px;
    border-radius: 3px;
    color: #FFF;
    text-shadow: 0 -1px 0px #285990;
    background: #2a9ce5;
    background: -webkit-gradient(linear, left top, left bottom, from(#2a9ce5), to(#1d7ab6));
    background: -moz-linear-gradient(top, #2a9ce5, #1d7ab6);
    border: 1px solid #2064af;
    border-top-color: #1d67ba;
    border-bottom-color: #265e9c;
    -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.6), inset 1px 0 1px 0px rgba(255, 255, 255, 0.2), inset -1px 0 1px 0px rgba(255, 255, 255, 0.2), inset 0px -1px 0px rgba(255, 255, 255, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 1px 0px 0px rgb(255 255 255 / 60%), inset 1px 0 1px 0px rgb(255 255 255 / 20%), inset -1px 0 1px 0px rgb(255 255 255 / 20%), inset 0px -1px 0px rgb(255 255 255 / 10%), inset 0px 1px 0px rgb(255 255 255 / 20%);
    box-shadow: 0px 1px 0px 0px rgb(255 255 255 / 60%), inset 1px 0 1px 0px rgb(255 255 255 / 20%), inset -1px 0 1px 0px rgb(255 255 255 / 20%), inset 0px -1px 0px rgb(255 255 255 / 10%), inset 0px 1px 0px rgb(255 255 255 / 20%);
}*/

/*--------------------------------*/


.detdiv{
    height: auto;
    background-color: white;
    min-height: 100px;
    padding: 30px;
    max-width: 750px;
    /* margin: 70px; */
    left: auto;
    right: auto;
    display: block;
    margin: auto;
    top: 50px;
    margin-top: 70px;
    margin-bottom: 70px;
}

.detshowtitle {
    font-family: 'myfont';
    font-size: 12pt;
    font-weight: bold;
    border-bottom-color: #5897fb;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    white-space: normal !important;
        float: right;
}
.detshowvalue {
    font-family: 'myfont';
    font-size: 11pt;
    text-indent: 10px each-line;
    margin-top: 10px;
    float: right;
    text-align: justify;

}

.detshowvalue2 {
    font-family: 'myfont';
    font-size: 11pt;
    text-indent: 10px each-line;
    margin-top: 10px;
    text-align: justify;

}


.how_to_show_link {
    font-family: 'myfont';
    font-size: 11pt;
    text-indent: 10px each-line;
    margin-top: 10px;
    text-align: justify;
    width:570px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
   /*-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;*/

}

.labelclass {

        color: #2196F3;
}

.topborder {
border-top: 1px dotted #c4c6bf;
 border-top: outset;

}


/* ----------------------  page loader*/
.loader {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    /* background-color: #2196f3; */
    background-color: #325378;
    border-radius: 50%;
    margin-top: 107px;
    margin-left: auto;
    margin-right: auto;
}


        .loader:after {
            content: '';
            position: absolute;
            border-radius: 50%;
            top: 50%;
            left: 50%;
            border: 0px solid white;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-animation: loading 1000ms ease-out forwards infinite;
            animation: loading 1000ms ease-out forwards infinite;
        }

    @-webkit-keyframes loading {
        0% {
            border: 0px solid white;
        }

        20% {
            border: 8px solid white;
            width: 0%;
            height: 0%;
        }

        100% {
            border: 8px solid white;
            width: 100%;
            height: 100%;
        }
    }

    @keyframes loading {
        0% {
            border: 0px solid white;
        }

        20% {
            border: 8px solid white;
            width: 0%;
            height: 0%;
        }

        100% {
            border: 8px solid white;
            width: 100%;
            height: 100%;
        }
    }
/*  end page loader*/
.footer_box {
    background-color: #03203e;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: table;
}


    /*loading*/
     @keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to { 
        transform: rotate(360deg);
    }
}
 

 @-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}

.load {
    width: 60px;
    height: 60px;
    border: solid 5px #2c35ab;
    border-radius: 50%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-transition: all 0.5s ease-in;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1.0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    transition: all 0.5s ease-in;
    animation-name: rotate;
    animation-duration: 1.00s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 40%;
    left: 49%;
    position:fixed;
    z-index:10000;
    visibility:hidden;
}
  /*loading*/

  /* search pic logo*/
.search_logo_style {
    left: 320px;
    position: absolute;
    margin-top: 3px;
    opacity: 0.6;
    cursor:pointer;

    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    

}

            .search_logo_style:hover {
               opacity: 0.9;
            }

.menubar_style_normal {
    background-color: #000000;
    position:normal;
}
.menubar_style_fix {
    background-color: #000000;
    position:normal;
    position:fixed;
    top:0px;
    z-index:1000;
    width: 100%;
}


.any_div_style{
    height: fit-content;
    background-color: #c1d4e1;
    color: #0e2d85;
    border-radius: 10px;
    left: 200px;
    right: 200px;
    position: absolute;
    top: 250px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    min-height: 100px;
    text-shadow: none;
}

.persian_date {
    color: white;
    font-size: 8pt;
    position: absolute;
    margin-top: 7px;
    margin-right: 80px;
}


.keywords_div {
        Font-Size:Small;
        font-style:italic; 
        Color:#8f8d8d;
      
}

