@charset "UTF-8";

html {
}

body {
    direction: rtl;
    background: #f9f9f9;
    margin: 0;
    padding: 0;
    height:100%;
    font-family: yekan, Tahoma, Arial, Helvetica, sans-serif !important;
    text-align: justify;
}

.default-page-wrapper {

}

.default-page-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.main {
    max-width: 1100px;
    position:relative;
    margin: 0 auto;
    overflow:visible;
    z-index:0;
    padding-top: 20px;
}



.Banner-Container > .inner {
    padding: 20px 0 0 0;
    background: url("../img/transparent/dot.png");
}

.banner {
    margin: 0 auto;
}

.banner-wrapper-default {
    position:relative;
    overflow:visible;
    z-index:-15;
}

.center {
    text-align: center;
}

/**********************************************/

.navbar .nav > li > a{
}

.navbar .nav > li > a:hover {
    color: rgb(71, 182, 227);
}

.navbar-link {
    color: rgb(71, 182, 227);
}

.form-horizontal .help-block {
    margin-top: 0;
}

.alert-warning {
    color: #d39870;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}

.breadcrumb {
    background-color: #eee;
}

.breadcrumb li,
.breadcrumb li a {
    font-family: b_persian_gulfregular, yekan, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 0;
}

.icon-gray,
.icon-grey {
    opacity: 0.5;
}

.btn-gold {
    color: rgb(51, 51, 51);
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
    background-color: rgb(231, 215, 133);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, rgb(255, 254, 184), rgb(196, 156, 56));
    background-repeat: repeat-x;
}
.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active,
.btn-gold.active,
.btn-gold.disabled,
.btn-gold[disabled] {
    color: rgb(255, 255, 255);
    background-color: rgb(196, 156, 56);
}
.btn-gold:hover {
    color: rgb(51, 51, 51);
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
    background: none rgb(246, 246, 246);
}

.nav-tabs > li > a {
    border-radius: 14px 4px 0 0;
    border: 1px solid rgb(204, 204, 204);
    border-bottom:hidden;
    background: rgb(230, 230, 230);
    color: rgb(119, 119, 119);
    line-height: 14px;
    font-size:12px;
    transition: color 0.50s ease, background 0.50s ease, border 0.50s ease, opacity 0.50s ease;
}

.nav-tabs > li > a:hover {
    border: 1px solid rgb(214, 214, 214);
    border-bottom:hidden;
}

.nav-tabs.nav-tabs-left > li {
    float:left;
}

.nav-tabs.nav-tabs-left > li > a {
    border-radius: 4px 14px 0 0;
    margin-left: 0;
    margin-right: 2px;
}

.top-post {
    margin-bottom:20px;
}

.top-post .tabbable .nav-tabs {
    margin: 0;
}

.top-post .tabbable .nav-tabs li {
}

.top-post .tabbable .tab-content {
    border: 1px solid #ddd;
    border-top: none;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    padding:0 10px 10px 10px;
    background: none repeat scroll 0 0 rgb(246, 246, 246);
}

/***********************************************/

.has-spinner .spinner {
    display: inline-block;
    opacity: 0;
    max-width: 0;
    -webkit-transition: max-width 0.50s ease-in, opacity 0.50s ease-in;
    -moz-transition: max-width 0.50s ease-in, opacity 0.50s ease-in;
    -o-transition: max-width 0.50s ease-in, opacity 0.50s ease-in;
    transition: max-width 0.50s ease-in, opacity 0.50s ease-in;
}

.has-spinner .standby {
    display: inline-block;
    -webkit-transition: opacity 0.50s;
    -moz-transition: opacity 0.50s;
    -o-transition: opacity 0.50s;
    transition: opacity 0.50s;
}

.has-spinner.active {
    cursor:progress;
}

.has-spinner.active .spinner {
    opacity: 1;
    max-width: 100%;
}

.has-spinner.active .standby {
    opacity: 0.2;
}

.menu li a {
    color: rgb(96, 103, 111);
}

.menu li a:hover {
    color: rgb(71, 182, 227);
}

.menu li i {
    display:inline-block;
    border:1px solid rgb(175, 175, 175);
    border-radius:20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    padding:1px;
    background-color: rgb(239, 239, 239);
    min-width:11px;
    min-height:11px;
    vertical-align:middle;
    text-align:center;
}

.menu [class^="icon-"] {
    margin-left:12px;
}

/*********/

.link {
    cursor:pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: b_persian_gulfregular, 'BTitrBold', Tahoma, Geneva, sans-serif;
    font-weight: normal;
}

a {
    transition: color 0.30s ease, opacity 0.30s ease;
}

/****************/

.modal.FullSize {
    background: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    border: none;
    box-shadow: none;
}

.modal.FullSize .modal-header {
    border-bottom: none;
    padding: 5px 8px;
}

.modal.FullSize .modal-header .close {
    color: #fff !important;
    font-size: 42px;
    padding: 15px 5px;
    opacity: 0.9;
}

.modal.FullSize .modal-body {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: white;
    background: rgba(229, 229, 229, 0.5);
    border-radius: 5px;
    position: relative;
    display: inline-block;
    padding: 5px;
}

.modal.FullSize .modal-footer {
    background: none;
    border-top: none;
    border-radius: 0;
    box-shadow: none;
    display: none;
}

.Module.CategoryDescriptionBoard {
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2) inset, 0px -3px 7px rgba(0, 0, 0, 0.2) inset;
    background:
            radial-gradient(black 15%, transparent 16%) 0 0,
            radial-gradient(black 15%, transparent 16%) 8px 8px,
            radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
            radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px !important;
    background-color:#282828 !important;;
    background-size:16px 16px !important;;
}

.Module.CategoryDescriptionBoard .wrapper {
    width: 100%;
    min-height: 230px;
    background: none !important;

}

.Banner-Container {
    background:
            radial-gradient(black 15%, transparent 16%) 0 0,
            radial-gradient(black 15%, transparent 16%) 8px 8px,
            radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
            radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
    background-color:#282828;
    background-size:16px 16px;
}
.Banner-Container > .inner {
    background: none; /* remove dots */
}
/* resize smaller category description */
