﻿
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/cssplay-tabbed-pages.html
Copyright (c) Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.ms-cnt {
    max-width: 963px;
    margin: 0px auto;
}

.hiddenTarget {
    display: none;
    position: fixed;
}

.tabbedPages {
    position: relative;
}

ul.tabs {
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 100;
    margin: 50px auto;
    padding-bottom: 0px;
    text-align: center;
    max-width: 963px;
    margin-bottom: 5px;
}

    ul.tabs li {
        display: inline-block;
        width: 24%;
    }

        ul.tabs li a {
            display: block;
            text-decoration: none;
            padding: 18px 55px 9px 55px;
            text-align: center;
            font-size: 16px;
            line-height: 22px;
            color: #000;
            font-weight: normal;
            position: relative;
            margin-right: 6px;
            margin-left: 6px;
            border: 1px solid #eee;
        }

            ul.tabs li a .separator {
                margin: 16px auto 36px auto;
            }

            ul.tabs li a:before, ul.tabs li a:after {
                position: absolute;
                width: 50px;
                height: 2px;
                background: #00d6a3;
                /*content: " ";*/
                top: 50%;
            }

            ul.tabs li a:before {
                right: 0px;
                left: auto;
            }

            ul.tabs li a:after {
                right: auto;
                left: 0px;
            }



.tabcontent {
    float: right;
    width: 100%;
    padding: 5px 18px;
    background: #fff;
    position: relative;
    z-index: 10;
    display: none;
    clear: left;
    top: -1px;
    right: 2px;
}

#view3 iframe {
    height: 350px !important;
    margin-bottom: 0px !important;
    width: 100% !important;
}


/* change the tab to selected style */
ul.tabs li a.default,
#tab1:target ~ .tabbedPages .tabs li a.tab1,
#tab2:target ~ .tabbedPages .tabs li a.tab2,
#tab3:target ~ .tabbedPages .tabs li a.tab3,
#tab4:target ~ .tabbedPages .tabs li a.tab4,
#tab5:target ~ .tabbedPages .tabs li a.tab5,
#tab6:target ~ .tabbedPages .tabs li a.tab6,
#tab7:target ~ .tabbedPages .tabs li a.tab7 {
    color: #fff;
    font-weight: normal;
    outline: 0px !important;
    background: #033b4a;
    line-height: 54px;
}

/* show the tab content */
div.default,
#tab1:target ~ .tabbedPages div.default,
#tab2:target ~ .tabbedPages div#view2,
#tab3:target ~ .tabbedPages div#view3,
#tab4:target ~ .tabbedPages div#view4,
#tab5:target ~ .tabbedPages div#view5,
#tab6:target ~ .tabbedPages div#view6,
#tab7:target ~ .tabbedPages div#view7 {
    display: block;
}

/* reset the unclicked tabs to default */
#tab2:target ~ .tabbedPages .tabs li a.default,
#tab3:target ~ .tabbedPages .tabs li a.default,
#tab4:target ~ .tabbedPages .tabs li a.default,
#tab5:target ~ .tabbedPages .tabs li a.default,
#tab6:target ~ .tabbedPages .tabs li a.default,
#tab7:target ~ .tabbedPages .tabs li a.default {
    display: block;
}

/* change the tab to selected style */

#tab1:target ~ .tabbedPages .tabs li a.tab1:before, #tab1:target ~ .tabbedPages .tabs li a.tab1:after,
#tab5:target ~ .tabbedPages .tabs li a.tab5:before, #tab5:target ~ .tabbedPages .tabs li a.tab5:after,
#tab6:target ~ .tabbedPages .tabs li a.tab6:before, #tab6:target ~ .tabbedPages .tabs li a.tab6:after {
    position: absolute;
    width: 50px;
    height: 2px;
    background: #D6001B;
    /*content: " ";*/
    top: 50%;
}

ul.tabs li a.default,
#tab1:target ~ .tabbedPages .tabs li a.tab1:before,
#tab5:target ~ .tabbedPages .tabs li a.tab5:before,
#tab6:target ~ .tabbedPages .tabs li a.tab6:before {
    right: 0px;
    left: auto;
}

ul.tabs li a.default,
#tab1:target ~ .tabbedPages .tabs li a.tab1:after,
#tab5:target ~ .tabbedPages .tabs li a.tab5:after,
#tab6:target ~ .tabbedPages .tabs li a.tab6:after {
    right: auto;
    left: 0px;
}


/* hide the default tab when selecting other tabs*/
#tab2:target ~ .tabbedPages div.default,
#tab3:target ~ .tabbedPages div.default,
#tab4:target ~ .tabbedPages div.default,
#tab5:target ~ .tabbedPages div.default,
#tab6:target ~ .tabbedPages div.default,
#tab7:target ~ .tabbedPages div.default {
    display: none;
}

.ms-cnt .nazarheader {
    display: none;
}

@media only screen and (max-width: 760px) {
    ul .tabs li {
        display: inline-block;
        width: 100%;
    }
}

.ms-pn-6 {
    padding: 6px;
}

.ms-bt-ds {
    border-bottom: 1px dashed #eee;
    margin-bottom: 2px;
    padding-top: 3px;
    height: 1px;
    width: 100%;
}

.doctor-bs {
    width: 221px;
    float: right;
    -webkit-box-shadow: 0 0 5px 0 rgba(41, 61, 88, 0.24);
    -moz-box-shadow: 0 0 5px 0 rgba(41, 61, 88, 0.24);
    box-shadow: 0 0 5px 0 rgba(41, 61, 88, 0.24);
    margin: 5px;
}

    .doctor-bs img {
        width: 100%;
        height: auto;
    }
/**********************************************************************************
*********************************Fonts[start]**************************************
***********************************************************************************/
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: 'BYekan';
    src: url('../fonts/BYekan.eot?#') format('eot'), /* IE6�8 */
    url('fonts/BYekan.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/BYekan.ttf') format('truetype'); /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
}

@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: '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: "yekan";
    src: url(../fonts/YekanWeb-Regular.eot);
    src: url(../fonts/YekanWeb-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/YekanWeb-Regular.woff) format("woff"), url(../fonts/YekanWeb-Regular.ttf) format("truetype"), url(../fonts/YekanWeb-Regular.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "yekanNumber";
    src: url(../fonts/YekanNumbers-Regular.eot);
    src: url(../fonts/YekanNumbers-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/YekanNumbers-Regular.woff) format("woff"), url(../fonts/YekanNumbers-Regular.ttf) format("truetype"), url(../fonts/YekanNumbers-Regular.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@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" );
}

@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: 'Mj_TwoBold';
    src: url('../fonts/Mj_TwoBold.woff') format('woff'), url('../fonts/Mj_TwoBold.ttf') format('truetype'), url('../fonts/Mj_TwoBold.svg#Mj_TwoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**********************************************************************************
*********************************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 3px;
    background-repeat: no-repeat;
    width: 70px;
    border-radius: 3px;
    border: none;
    padding: 2px 25px 2px 0;
    color: black;
}

.dimo-btn-login {
    background-image: url(../images/login.png);
    background-position: 40px 5px;
    background-repeat: no-repeat;
    width: 65px;
    border-radius: 3px;
    border: none;
    padding: 2px 25px 2px 0;
    color: black;
}


.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: 14px yekan;
    max-width: 300px;
    color: white;
}

    .padd p {
        float: left;
        margin: 0 5px;
    }

        .padd p a {
            color: white;
        }

        .padd p i {
            float: right;
            margin-left: 4px;
            position: relative;
            top: 5px;
        }

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;
    color: #ff9d9d;
}


.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 #848484;
    outline: 0;
    height: 30px;
    width: 250px;
    font-family: Tahoma;
    font-size: 8pt;
    background: #F2F5FD;
    color: black;
    margin-right: 5px;
}

.textboxem:hover, .textboxem:focus {
    border-color: #a8a7a7;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.mybutton {
    padding: 3px;
    background: #3ac1b7;
    color: rgb(255, 255, 255);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 7px;
    border: solid 1px #3ac1b7;
    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;
    width: 100px;
    font-size: 16px;
    height: 35px;
}


    .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;
    }

.ms-btn-cnl {
    background: #c13a5f;
    border: solid 1px #c13a5f;
}

.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]************************************
***********************************************************************************/


/**********************************************************************************
***************************Ferequently Question[start]******************************
***********************************************************************************/
.FAQTitle {
    background: none repeat scroll 0 0 #2F3F64;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 45px;
    padding: 0 20px 0 0px;
    margin: 21px auto;
    margin-bottom: 8px;
}

.btm-bx-bc1 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.FAQactive {
    border-radius: 5px;
   /* background: #2F3F64;
    color: white !important;*/
    width: 100%;
    float: right;
}

    .FAQactive h3, .FAQactive span {
      /*  color: white !important;*/
      font-weight:bold;
    }

.item-mg {
    margin-bottom: 23px;
    overflow: hidden;
}

.icon-mg {
       padding: 0;
    display: inline-block;
    position: relative;
    top: 15px;
    margin-left: 2%;
    float: left;
    text-align: center;
    font-size: 20px;
    margin-right: 2%;
    color: #1f2b46;
}

.item-mg {
    margin-bottom: 5px;
    overflow: hidden;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #eeeeee00;
    padding-left: 0;
    border-bottom: 1px dashed #3333333d;
    padding-top: 10px;
    padding-bottom: 10px;
    direction:rtl;
}


    .item-mg:hover .icon-mg {
        background-position: 0 -60px;
    }

section.item-mg, section.item-mg .icon-mg, section.item-mg h3, section.item-mg 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: 9px 0 7px;
    display: block;
    color: #000;
    font-weight: bold;
    width: 78%;
    float: right;
    direction: rtl;
    text-align: justify;
    cursor: pointer;
}

a.reply-btn {
    color: #FFFFFF;
    padding: 2px 20px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    float: left;
    margin-top: 10px;
    background: #012d74;
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
}

section div.more-info-zeus {
    padding: 10px 25px 5px 0;
    border-top: 1px solid #ddd;
    background: #ffffff;
    text-align: right;
}

.zeus-q {
    line-height: 27px;
    font-weight: normal;
    font-size: 18px;
}

section.bx-mg-hd .more-info-zeus {
    display: none;
}
section.FAQactive .more-info-zeus {
    display: block;
}
.icon-q {
    display: block;
    width: 74px;
    height: 54px;
    background: url(../images/questionMark.png) no-repeat 0 -111px;
    float: right;
}



/**********************************************************************************
***************************Ferequently Question[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: 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_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: -121%;
        padding: 2px 20px;
        background: transparent;
        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-size: 10pt;
        direction: rtl;
        font-family: 'IRANSansWeb';
    }

.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 #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]**************************************
***********************************************************************************/


/**********************************************************************************
******************************birthday form[start]*********************************
***********************************************************************************/

.dimo-birthday-main {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto;
    direction: rtl;
    height: auto;
    display: block;
    overflow: hidden;
    min-height: 350px;
}

.frm-brt-title {
    font-family: 'b yekan', Tahoma;
    font-size: 15px;
    color: #333;
    font-weight: bold;
}

.frm-brt-subtitle {
    font-family: 'b yekan', Tahoma;
    font-size: 13px;
    color: #999999;
    font-weight: normal;
    display: block;
}

.dream_oneContent_header {
    padding-bottom: 20px;
    width: 100%;
    line-height: 20px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    margin-bottom: 10px;
    direction: rtl;
}

.dream_birthay_cnt {
    width: 970px;
    position: relative;
}

    .dream_birthay_cnt div.box {
        width: 280px;
        background-image: url('../images/bithdayBox.png');
        background-repeat: no-repeat;
        position: absolute;
        height: 316px;
        top: -40px;
        left: 0px;
        border: none;
        box-shadow: none;
        border-radius: 0;
    }

.dream_birthday_month_pDiv {
    float: right;
    width: 630px;
}

    .dream_birthday_month_pDiv div.rows {
        float: right;
        margin-bottom: 5px;
        margin-left: 5px;
        text-align: center;
    }

        .dream_birthday_month_pDiv div.rows a {
            width: 100px;
            height: 100px;
            display: block;
            text-decoration: none;
            position: relative;
        }

        .dream_birthday_month_pDiv div.rows div {
            padding: 5px;
        }

    .dream_birthday_month_pDiv span.Month {
        color: #FFF;
        font-weight: normal;
        font-family: 'b yekan', Tahoma;
        font-size: 15px;
    }

    .dream_birthday_month_pDiv span.mCode {
        color: #FFF;
        font-weight: normal;
        font-family: 'b yekan', Tahoma;
        font-size: 45px;
        position: absolute;
        top: 15px;
        left: 0;
        right: 0;
    }

    .dream_birthday_month_pDiv span.mtext {
        color: #FFF;
        font-weight: normal;
        font-family: 'b yekan', Tahoma;
        font-size: 13px;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
    }




.clearfix {
    float: none;
    clear: both;
    padding-bottom: 15px;
}

.dream_birthay_cnt div.titleRows {
    width: 970px;
    float: right;
    margin-bottom: 5px;
}

.dream_special-flag_userinfo {
    padding: 2px 5px 2px 18px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    background: #00a99d url('../../images/flag-cutout-2.png') no-repeat 0% 50%;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-family: 'b yekan', Tahoma;
    float: right;
    outline: none;
    margin-left: 5px;
}

.dream_birthay_cnt div.uimg {
    float: right;
    position: relative;
    width: 40px;
}

.dream_birthay_cnt div.hat {
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 1px;
    top: 0;
    height: 45px;
    width: 25px;
    text-align: right;
    background-image: url('../../Images/bHat.png');
    background-repeat: no-repeat;
}

.dream_userinfo_a {
    text-decoration: none;
}

.dream_birthay_cnt div.uimg a {
    margin-top: 33px;
    display: block;
    width: 40px;
    height: 40px;
}

.dream_roundedimg1 {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #FFF;
}

.dream_birthay_cnt div.uimg a img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #FFF;
}

.dimo-box-com {
    padding-bottom: 15px;
    padding-right: 5px;
    padding-top: 5px;
    font-family: 'B Yekan',yekannumber;
    font-size: 11px;
    color: #333333;
}

.dream_birthday_month_pDiv > div:first-child {
    background-color: #f39c12;
}

.dream_birthday_month_pDiv > div:nth-child(2) {
    background-color: #d35400;
}

.dream_birthday_month_pDiv > div:nth-child(3) {
    background-color: #c0392b;
}

.dream_birthday_month_pDiv > div:nth-child(4) {
    background-color: #8e44ad;
}

.dream_birthday_month_pDiv > div:nth-child(5) {
    background-color: #34495e;
}

.dream_birthday_month_pDiv > div:nth-child(6) {
    background-color: #aab7b7;
}

.dream_birthday_month_pDiv > div:nth-child(7) {
    background-color: #9b3b50;
}

.dream_birthday_month_pDiv > div:nth-child(8) {
    background-color: #ae435a;
}

.dream_birthday_month_pDiv > div:nth-child(9) {
    background-color: #cd6d82;
}

.dream_birthday_month_pDiv > div:nth-child(10) {
    background-color: #1abc9c;
}

.dream_birthday_month_pDiv > div:nth-child(11) {
    background-color: #2ecc71;
}

.dream_birthday_month_pDiv > div:nth-child(12) {
    background-color: #3498db;
}

.dimo-contact-box {
    margin: 5px;
    background-color: rgba(255, 255, 255, 0.84);
    min-height: 425px !important;
    border-radius: 41px;
    padding-top: 5px;
}

.human-pic {
    float: right;
    margin-left: 15px;
    margin-bottom: 5px;
    text-align: center;
}

.human-box {
    padding-top: 5px;
    padding-bottom: 20px;
}

.dream_birthday_userBirthInmonth {
    float: right;
    width: 960px;
}

#dream_birthday_userBirthInmonth_content {
    float: right;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
}

    #dream_birthday_userBirthInmonth_content a {
        display: block;
        text-decoration: none;
    }

.dream_birthday_userBirthInmonthList_content {
    border: 1px solid #EAEAEA;
    width: 110px;
    height: 110px;
    position: relative;
}

.dream_birthday_userBirthInmonth_cal {
    float: left;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #00a99d;
    height: 30px;
    width: 35px;
    z-index: 1;
    color: #FFFFFF;
    font-size: 9px;
}

    .dream_birthday_userBirthInmonth_cal span.bCounter {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        font-family: 'b yekan', Tahoma;
        color: #FFF;
        font-size: 13px;
        font-weight: bold;
    }

.dream_birthday_UserLIst {
    float: left;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #000;
    opacity: 0.5;
    height: 30px;
    width: 100%;
    text-align: right;
}

.font_FFFFFF_9 {
    color: #FFFFFF;
    font-family: 'b yekan', Tahoma;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    top: 4px;
    position: relative;
    right: 3px;
}

.dream_birthday_UserLIst span.maht {
    position: absolute;
    right: 1px;
    bottom: 1px;
    color: #FFFFFF;
    font-family: 'b yekan', Tahoma;
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
}

/**********************************************************************************
*******************************birthday form[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]************************************
***********************************************************************************/


/**********************************************************************************
*********************************Contact[start]************************************
***********************************************************************************/


.index-titlebar {
    margin-bottom: 5px;
    clear: both;
    display: block;
    float: right;
    width: 100%;
}

.textbox {
    width: 100%;
    height: 31px;
    padding: 3px 10px;
    font: normal 13px/1.4 Tahoma,Geneva,sans-serif;
    color: #404040;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.dimo-n-contact-title {
    width: auto;
    background: #53a318;
    position: relative;
    z-index: 10006;
    float: right;
    padding: 11px 25px;
    color: #fff;
    font-size: 13px;
    border-radius: 2px;
    font-family: yekan;
    margin-bottom: 12px;
}

.dimo-cap {
    max-width: 270px !important;
}

.contact-btn-img {
    background-image: url(/App_Theme/fa-IR/images/icons/con-ico-back.png);
    background-repeat: no-repeat;
    background-position: right 8px;
    border: 1px solid #fff;
    background-color: #53a318;
    color: #fff;
    width: 100px;
    padding-right: 25px;
    border-radius: 3px;
}

/**********************************************************************************
**********************************Contact[end]*************************************
***********************************************************************************/


/**********************************************************************************
**********************************Events[Start]************************************
***********************************************************************************/

.k_calendar_cnt {
    width: 100%;
    height: auto;
    margin: 0px auto;
    clear: both;
    overflow: hidden;
}

    .k_calendar_cnt div.rows {
        border-bottom: 1px solid #cdced0;
        height: 62px;
        margin-bottom: 5px;
        /*background-color: #FFFFFF;*/
    }

        .k_calendar_cnt div.rows div.brd {
            height: 62px;
            margin-bottom: 10px;
            border-right-style: solid;
            border-right-width: 5px;
            border-right-color: #57c8f2;
        }

        .k_calendar_cnt div.rows div.date {
            width: 60px;
            float: right;
            text-align: center;
            position: relative;
            height: 62px;
        }

.ruz {
    font-family: 'b yekan', Tahoma;
    font-size: 25px;
    font-weight: bold;
    color: #005298;
    display: block;
    margin-top: 2px;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
}

.dweek {
    font-family: 'b yekan', Tahoma;
    font-size: 11px;
    color: #333333;
    display: block;
    position: absolute;
    top: 37px;
    left: 0;
    right: 0;
}

.k_calendar_cnt div.rows div.text {
    width: 150px;
    float: right;
    margin-right: 7px;
    height: 59px;
    overflow: hidden;
    margin-top: 2px;
}

    .k_calendar_cnt div.rows div.text span.title {
        color: #323232;
        font-size: 12px;
        font-weight: bold;
        display: block;
        margin-bottom: 3px;
        text-align: right;
        direction: rtl;
    }

.dream_tooltip_lable {
    text-decoration: none;
    cursor: pointer;
    direction: rtl;
    top: -12px;
    position: relative;
    font-size: 12px;
}


/**********************************************************************************
***********************************Events[End]**************************************
***********************************************************************************/

/**********************************************************************************
********************************Prolist[start]*************************************
***********************************************************************************/

.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-p9 {
    font-size: 11px;
    text-align: justify;
    line-height: 25px;
    font-size: 12px;
    direction: rtl;
    padding: 0 15px;
    color: #424242;
    margin-bottom: 0;
}

.dimo-t-dx {
    text-align: justify;
    padding: 0px 15px 5px 15px;
    color: #34343c;
    font-size: 15px;
    font-weight: bold;
    direction: rtl;
    line-height: 25px;
}

.dimo-col-news {
    background-color: #fff;
    margin-bottom: 25px;
    border-bottom: 1px solid #00d6a3 !important;
}

.img-6 {
    width: 159px !important;
    display: block;
    height: 159px !important;
}

.dimo_newsdtime {
    padding: 0 15px;
    color: #3e3d3d;
    font: 12px yekan,yekannumber;
}

.dimo-view-more {
    float: left;
}

/**********************************************************************************
*******************************NewsThreadly[end]***********************************
***********************************************************************************/


.ms_over_ti {
    display: inline-block;
    padding: 2px 20px;
    position: relative;
    font-weight: bold;
    top: 6px;
    float: right;
    direction: rtl;
    font-size: 17px;
    clear: both;
}

    .ms_over_ti i {
        font-size: 10px;
    }


.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;
}


.ulProList {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    clear: both;
    text-align: center;
    margin-top: 12px;
}


    .ulProList li {
        text-align: center;
        direction: rtl;
        display: inline-block;
        background-image: url(/App_Theme/fa-IR/images/img123.png);
        background-size: 100% 100%;
        width: 200px;
        height: 220px;
        margin: 0 auto;
        padding-top: 40px;
        position: relative;
        top: 0;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

        .ulProList li h4 {
            color: #4F5254;
            font-size: 17px;
            padding: 13px;
            font-family: BBardiya;
            font-weight: bolder;
        }

        .ulProList li a {
            font-size: 23px;
            text-decoration: none;
            color: #800000;
            display: block;
            background: url(/App_Theme/fa-IR/images/bg_item.png);
            background-size: 100% 100%;
            background-repeat: no-repeat;
            width: 100%;
        }

    .ulProList img {
        clear: both;
        -webkit-transition: all.6s ease;
        -moz-transition: all.6s ease;
        -o-transition: all.6s ease;
        margin-top: 6px;
        margin-bottom: 0px;
        width: 101px !important;
        display: block;
        margin: 0 auto;
    }

    .ulProList li:hover {
        -moz-transform: scale(1.1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -webkit-transform: scale(1.1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1.1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1.1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1.1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -webkit-transition: all.7s ease;
        -moz-transition: all.7s ease;
        -o-transition: all.7s ease;
    }

    .ulProList li:hover, .ulProList li a:hover {
        /*background: rgb(155, 155, 155);*/
        font-weight: bold;
    }

.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;
    background: #fff;
    margin-bottom: 3px;
    max-width: 1100px;
  
    position: relative;
    z-index: 99;
}

.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;
}

.mainN {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .mainN li {
        margin-top: 10px;
        width: 96%;
        border-bottom: 1px solid rgb(117, 124, 132);
        display: block;
        height: 55px;
        direction: rtl;
        text-align: right;
        height: auto;
        overflow: auto;
    }


        .mainN li a {
            color: #4C4D4E;
            text-decoration: none;
            margin-top: 8px;
            font: 9pt yekan,yekanNumber;
        }

            .mainN li a img {
                float: right;
                width: 70px;
                height: 72px;
                margin: 13px;
                border: 1px solid #DCF7FF;
                margin-top: 0px;
                border-radius: 4px;
            }


.picUl {
    list-style: none;
    border-top: 1px solid rgba(153, 153, 153, 0.33);
    clear: both;
    padding-bottom: 0px;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}

    .picUl li {
        width: 80px;
        height: 80px;
        margin: 5px;
        float: right;
    }

        .picUl li a img {
            width: 75px;
            height: 75px;
            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;
}


.ms_box_tgift {
    background: none;
    border: none;
    border-radius: 0px;
    padding-bottom: 8px;
    width: 201px;
    margin: 11px auto;
    height: 309px;
    position: relative;
    margin-top: 0px;
}

    .ms_box_tgift a {
        text-decoration: none;
        color: #fff;
    }

    .ms_box_tgift img {
        height: 143px;
        width: 194px;
        display: block;
        margin: 0px auto;
        border-radius: 3px;
    }

    .ms_box_tgift a p {
        line-height: 25px;
        font-size: 11px;
        color: #2A2B2D;
        text-decoration: none;
        text-align: justify;
        direction: rtl;
    }


/* 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;
        }

.ms_over_ti2 {
    background-color: #FFFFFF;
}


.ms_fram1 {
    background: url(/App_Theme/fa-IR/images/bg_item.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* width: 201px; */
    /* height: 150px; */
    padding-top: 10px;
    margin: 0px auto;
    display: block;
}



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;
}

svg:not(:root) {
    overflow: hidden;
}

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;
}

.box {
    width: 215px;
    height: 310px;
    position: relative;
    background: rgba(255,255,255,1);
    display: inline-block;
    cursor: pointer;
    color: #2c3e50;
    box-shadow: inset 0 0 0 3px #2c3e50;
    -webkit-transition: background 0.4s 0.5s;
    transition: background 0.4s 0.5s;
    overflow: hidden;
    margin: 10px;
    border-radius: 10px;
}

    .box:hover {
        background: rgba(255,255,255,0);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .box h3 {
        font-family: yekan,tahoma;
        font-size: 15px;
        line-height: 30px;
        color: black;
        margin: 0;
        width: 100%;
        padding-right: 7px;
        text-align: right;
        padding-bottom: 5px;
    }

    .box span {
        display: block;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 13px;
        padding: 5px;
    }

    .box h3,
    .box span {
        -webkit-transition: color 0.4s 0.5s;
        transition: color 0.4s 0.5s;
    }

    .box:hover h3,
    .box:hover span {
        color: #FE0000;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .box svg {
        position: absolute;
        top: 0;
        left: 0;
    }

        .box svg line {
            stroke-width: 3;
            stroke: #ecf0f1;
            fill: none;
            -webkit-transition: all .8s ease-in-out;
            transition: all .8s ease-in-out;
        }

    .box:hover svg line {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .box svg line.top,
    .box svg line.bottom {
        stroke-dasharray: 330 240;
    }

    .box svg line.left,
    .box svg line.right {
        stroke-dasharray: 490 400;
    }

    .box:hover svg line.top {
        -webkit-transform: translateX(-600px);
        transform: translateX(-600px);
    }

    .box:hover svg line.bottom {
        -webkit-transform: translateX(600px);
        transform: translateX(600px);
    }

    .box:hover svg line.left {
        -webkit-transform: translateY(920px);
        transform: translateY(920px);
    }

    .box:hover svg line.right {
        -webkit-transform: translateY(-920px);
        transform: translateY(-920px);
    }

/* Alternatives */

/* Color */
.demo-2 .box {
    box-shadow: inset 0 0 0 0px #2c3e50;
}

    .demo-2 .box:hover h3,
    .demo-2 .box:hover span {
        color: #fe6f83;
    }

    .demo-2 .box svg line {
        stroke-width: 8;
    }

    .demo-2 .box:hover svg line {
        stroke: #9F9F9F;
    }

/* Frame */
.demo-3 .box {
    background: rgba(0,0,0,0);
    color: #fff;
    box-shadow: none;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

    .demo-3 .box:hover {
        background: rgba(0,0,0,0.4);
    }

    .demo-3 .box h3,
    .demo-3 .box span {
        -webkit-transition: none;
        transition: none;
    }

    .demo-3 .box svg line {
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .demo-3 .box:hover svg line {
        stroke-width: 10;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

        .demo-3 .box:hover svg line.top {
            -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
        }

        .demo-3 .box:hover svg line.bottom {
            -webkit-transform: translateX(300px);
            transform: translateX(300px);
        }

        .demo-3 .box:hover svg line.left {
            -webkit-transform: translateY(460px);
            transform: translateY(460px);
        }

        .demo-3 .box:hover svg line.right {
            -webkit-transform: translateY(-460px);
            transform: translateY(-460px);
        }

/* Spin */
.demo-4 .box {
    box-shadow: none;
    background: rgba(0,0,0,0.4);
    -webkit-transition: none;
    transition: none;
    color: #fff;
}

    .demo-4 .box h3,
    .demo-4 .box span {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
    }

    .demo-4 .box:hover h3,
    .demo-4 .box:hover span {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .demo-4 .box svg line {
        stroke-width: 30;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

    .demo-4 .box:hover svg line {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .demo-4 .box:hover svg line {
        stroke-width: 0;
    }

    .demo-4 .box svg line.top,
    .demo-4 .box svg line.bottom {
        stroke-dasharray: 300;
    }

    .demo-4 .box svg line.left,
    .demo-4 .box svg line.right {
        stroke-dasharray: 460;
    }

    .demo-4 .box:hover svg line.top {
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
    }

    .demo-4 .box:hover svg line.bottom {
        -webkit-transform: translateX(300px);
        transform: translateX(300px);
    }

    .demo-4 .box:hover svg line.left {
        -webkit-transform: translateY(460px);
        transform: translateY(460px);
    }

    .demo-4 .box:hover svg line.right {
        -webkit-transform: translateY(-460px);
        transform: translateY(-460px);
    }

.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: 166px;
    max-width: 450px;
}

.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;
    }

.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: -6px;
    left: 0;
    margin-left: 0px;
    width: 100%;
   
    border: none;
    z-index: 99999999;
    opacity: 0.7;
  
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
   
}
#toTopHover {
    background: url(/App_Theme/fa-IR/images/up.png) no-repeat center;
    background-position-y: 0px;
    opacity: 1 !important;
    width: 100%;
    height: 48px;
    z-index: 9999999;
    display: block;
    margin: 0px auto;
    position: relative;
    background-size: 44px 39px;
}
    #toTopHover::before {
        content: "";
        width: 100%;
        left: 0px;
        bottom: 0px;
        height: 16px;
        display: block;
        background: #747474;
        position: absolute;
    }
    #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-size: 20px;
    direction: rtl;
    text-align: right;
}

.dimo_introwriter {
    font-size: 13px;
    margin-bottom: 12px;
}

    .dimo_introwriter i {
        position: relative;
        top: 2px;
    }

.frmdetail {
    text-align: right;
    margin-top: 3px;
    font-size: 12px;
    direction: rtl;
    color: #393939;
    border-top: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    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: black;
        margin-left: 3px;
        padding: 5px 10px 5px 3px;
        float: right;
    }

.dimo-icon {
    float: right;
}

.nazarheader {
    padding: 1px 10px 0px 13px;
    background: #00d6a3;
    margin-bottom: 19px;
    float: right;
    clear: both;
    color: #fff;
    font: 17px "bkoodakbold";
}

.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-size: 14px;
    color: #666 !important;
    background: #f2f2f2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 880px;
    float: right;
}

.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-size: 14px;
    padding: 5px 43px;
    color: #666 !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 210px;
    float: right;
}

.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-size: 14px;
    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;
    float: right;
}


.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;
        width: 25px;
        height: 19px;
        position: relative;
        top: 5px;
    }

    .nazarchk label {
        float: right;
        color: #252525;
        margin-top: 1px;
        margin-bottom: 0px;
    }


.intro-social {
    float: left;
    direction: rtl;
    width: 345px;
}


.Divider {
    height: 2px;
    width: 99.7%;
    background: rgb(0, 214, 163);
    overflow: hidden;
    position: relative;
    bottom: 21px;
}

.clear {
    clear: both;
}

.title-nd h1 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
}

.pricebox {
    border-top: 1px solid #C1C1C1;
    padding: 10px 5px;
    border-bottom: 1px solid #C1C1C1;
    overflow: hidden;
}

.pricefield {
    width: 100%;
    max-width: 190px;
    float: right;
}

.first-gh {
    text-decoration: line-through;
    padding: 5px;
    font-size: 14px;
    color: #4D545A;
}

.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;
}

.prolistprice {
    color: black;
    line-height: 10px;
    top: -6px;
    position: relative;
}

.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;
}


.dimo-contact {
    width: 99%;
    margin: 0px auto;
}

.dimo-contact-col-right {
    visibility: visible;
    width: 99%;
    max-width: 530px;
    min-height: 455px;
    background-color: rgba(255, 255, 255, 0.72);
    float: right;
    margin: 10px;
}

.dimo-contact-col-left {
    width: 99%;
    max-width: 400px;
    min-height: 455px;
    background-color: rgba(255, 255, 255, 0.72);
    float: right;
    margin: 10px;
}

.dimo-contact-title {
    margin-right: 3%;
    font-size: 16px;
    padding: 13px;
    direction: rtl;
    margin-bottom: 28px;
    font-weight: bold;
    color: #033b4a;
    border-bottom: 1px dotted #949494;
    margin-left: 3%;
}

.dimo-contact-field {
    max-width: 37px;
    width: 100%;
    direction: rtl;
    position: absolute;
    left: 23px;
}

.dimo-contact-tools {
    width: 99%;
    margin-left: 1%;
    max-width: 400px;
    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: 33px;
        float: left;
        margin-right: 2px;
        border-radius: 2px;
        width: 65px;
    }

.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;
    border: 1px solid #c5c5c5;
}


.col-dimo {
    height: auto;
    display: block;
    overflow: hidden;
    padding: 0 10px;
    margin: 0 10px;
    min-height: 300px !important;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
}

.dimo-user-menu {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .dimo-user-menu a {
        color: black;
    }

.col-dimo-menu-box {
    direction: rtl;
    border-radius: 5px;
    padding: 2px 5px;
    background: #ede9e9;
}

.dimo-user-menu li {
    background: #ede9e9;
    margin: 4px 0;
    border-radius: 2px;
    padding: 0 3px;
}

.dimo-userpic {
    width: 120px;
    max-height: 150px;
}

.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-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-right {
    float: right !important;
}


.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: #f9f9f9;
}

.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-div-signup-btn {
    padding: 0 14px;
    margin: 15px;
    background: #969696;
    width: 160px;
    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: #4c3a3c;
        color: white;
    }

.dimo-car-bt-none {
    background: none;
    border: none;
}

.dimo-menu-fa {
    font-size: 16px;
    color: #535254;
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.validator {
    color: red;
    position: relative;
    top: 5px;
    font: 14px yekan;
    float: right;
}

.amar {
    padding: 7px 2px;
    margin-top: 10px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    font-size: 15px;
}

.chk input {
    width: 30px;
    height: 20px;
    position: relative;
    top: 2px;
}

.intro-header {
    width: 100%;
    float: right;
    max-height: 200px;
}

.rdb {
    width: 17px;
    height: 17px;
}
