﻿body, ul, li, h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'IRANSansWeb';
    font-style: normal;
    font-weight: normal;
    src: url('../font/IRANSansWeb.eot');
    src: url('../font/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../font/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../font/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../font/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../font/fontawesome-webfont.eot?v=4.1.0');
    src: url('../font/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('../font/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('../font/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('../font/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

body {
    font-family: 'IRANSansWeb';
    background: #fff;
}


.head-ce {
    max-width: 100%;
    margin: 0 auto;
}

.quick-nav li:hover a {
    color: #00d793
}

.quick-nav li a {
    border-right: 1px solid #dbdbdb;
    padding: 5px 9px 0 0;
    margin-top: 10px;
    margin-right: 9px;
    display: block;
    font-size: 13px;
    line-height: 12px;
    color: #3c3d41;
}

.list-inline > li {
    padding-right: 0;
    padding-left: 0;
}

.quick-nav li:last-child a {
    border: none;
}

body::-webkit-scrollbar {
    width: 0.7em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #d5d5d5;
    outline: 1px solid slategrey;
}




.lcs_wrap {
    display: inline-block;
    direction: ltr;
    height: 28px;
    vertical-align: middle;
    float: right;
    top: 9px;
    position: relative;
}

    .lcs_wrap input {
        display: none;
    }

.tx-sld {
    position: absolute;
    width: 100%;
    padding-top: 70px;
    color: #fff;
    text-align: center;
    z-index: 99;
    top: 0;
    height: 50px;
    top: 30%;
}

    .tx-sld h3 {
        text-shadow: 1px 1px 1px #6B6B6B;
    }

.lcs_switch {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 21px;
    border-radius: 17px;
    background: #ddd;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.lcs_cursor {
    display: inline-block;
    position: absolute;
    top: 3px;
    width: 18px;
    height: 15px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    z-index: 10;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.lcs_label {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    width: 33px;
    top: 5px;
    overflow: hidden;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out .1s;
    -ms-transition: all .2s ease-in-out .1s;
    transition: all .2s ease-in-out .1s;
}

    .lcs_label.lcs_label_on {
        left: -70px;
        z-index: 6;
    }

    .lcs_label.lcs_label_off {
        right: -70px;
        z-index: 5;
    }

.lcs_switch.lcs_on {
    background: #00afd7;
    box-shadow: 0 0 2px #00afd7 inset;
}

    .lcs_switch.lcs_on .lcs_cursor {
        left: 21px;
    }

    .lcs_switch.lcs_on .lcs_label_on {
        left: 10px;
        opacity: 1;
    }

.lcs_switch.lcs_off {
    background: #ededed;
    box-shadow: 0px 0px 2px #a4a4a4 inset;
}

    .lcs_switch.lcs_off .lcs_cursor {
        left: 3px;
    }

    .lcs_switch.lcs_off .lcs_label_off {
        right: 10px;
        opacity: 1;
    }

.lcs_switch.lcs_disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
    cursor: default;
}

.p-bx span {
    float: right;
    padding-top: 11px;
    padding-right: 14px;
    color: #454343;
    font-size: 13px
}

.p-bx {
    display: inline-block;
    width: 100% !important;
}

.cbp-vm-view-list .p-bx {
    width: 130px !important;
}


.sd-item {
    padding: 5px 10px;
    direction: rtl;
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #dedede;
}


.container {
    width: 97%;
    max-width: 1500px;
}

.linked {
    background: #4dafcc;
    padding: 8px 10px;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    margin-top: 8px;
    position: relative;
    float: left;
}

.btn-tp {
    float: left;
    margin-left: 10px;
}


@media (min-width: 768px) {
    .modal-dialog {
        width: 400px;
        margin: 93px auto;
    }
}

@media (min-width: 760px) and (max-width: 1200px) {

    .mb-bx {
        display: none;
    }

    .se-nd .col-md-3 {
        width: 100%;
    }
}

.ti-sv img {
    display: none
}

.ti-fiter {
    padding: 9px 15px;
    direction: rtl;
    color: #000;
    font-weight: bold;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.08);
    display: none;
    background: #ebebeb;
}

#trigger-overlay {
    display: none;
}

@media (min-width: 0px) and (max-width: 760px) {
    .mb-bx {
        display: none;
    }

    .logo-nd {
        width: 100px;
    }

    .linked {
        background: #01b0d7;
        padding: 8px 6px;
        border-radius: 6px;
        text-align: center;
        color: #fff;
        margin-left: 7px;
        font-size: 11px;
    }

    .tp-bx {
        padding: 11px 0 0 0;
    }

    nav.navbar.bootsnav .navbar-toggle {
        top: -4px;
    }
}

@media (min-width: 0px) and (max-width: 960px) {
    .ti-sv {
        width: 33%;
        float: right;
        font-size: 12px;
        padding-top: 5px;
    }

    .ti-fiter {
        display: block;
    }

    nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
        width: 227px;
    }

    .sd-item {
        padding: 8px 15px;
    }

    #loginButton {
        padding: 0 15px
    }

    #cssmenu {
        display: none;
    }


    .container .col-md-2 {
        padding: 0 0;
    }

    .p-bx span {
        font-size: 12px;
    }

    .lcs_switch {
        width: 37px;
        height: 23px;
    }

    .lcs_cursor {
        width: 15px;
        height: 16px;
    }

    .ti-sv img {
        width: 15px;
        float: right;
        margin-left: 5px;
        display: block;
    }

    .line-nd {
        padding: 2px 0;
        margin-top: 0;
        margin-bottom: 16px;
        overflow: hidden;
        position: relative;
    }

    .panel-nd .col-md-2 {
        padding: 0 15px;
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav {
        width: 227px;
        padding-right: 0;
        padding-left: 15px;
    }

    .ti-nd {
        padding-right: 9px;
    }
}

a:active, a:focus {
    text-decoration: none;
    color: #000;
}


.link-more {
    padding: 9px 0;
    border-top: 1px solid #ccc;
    text-align: center;
    display: block;
    font-size: 12px;
    color: #333;
    background-color: #fdfcfc;
    float:none;
    width:100%;
    transform:none;
    margin-left:0;
}

img {
    max-width: 100%;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.clear {
    clear: both;
}


@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: visible;
    }
}

@-moz-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: visible;
    }
}

@keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: visible;
    }
}

.has-children > a, .go-back a {
    position: relative;
}

    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        content: '';
        position: absolute;
        top: 21px;
        margin-top: -1px;
        display: inline-block;
        height: 2px;
        width: 7px;
        background: #a7a5a5;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .has-children > a::before, .go-back a::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .has-children > a::after, .go-back a::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

@media only screen and (min-width: 1024px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        background: #b3b3b3;
    }
}

.has-children > a {
    padding-left: 40px;
}

    .has-children > a::before, .has-children > a::after {
        /* arrow goes on the right side - children navigation */
        left: 20px;
        -webkit-transform-origin: 0px 50%;
        -moz-transform-origin: 0px 50%;
        -ms-transform-origin: 0px 50%;
        -o-transform-origin: 0px 50%;
        transform-origin: 0px 50%;
    }

.cd-dropdown-content .go-back a {
    padding-left: 40px;
}

    .cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
        /* arrow goes on the left side - go back button */
        left: 20px;
        -webkit-transform-origin: 1px 50%;
        -moz-transform-origin: 1px 50%;
        -ms-transform-origin: 1px 50%;
        -o-transform-origin: 1px 50%;
        transform-origin: 1px 50%;
    }

.cd-main-content {
    background-color: #e6e6e6;
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
    display: none;
}

.se-bx {
    float: right;
    background: #fff;
    height: 50px;
    width: 81%;
    border: none;
    border-radius: 3px;
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    text-align: right;
    padding: 0 10px;
}

.icon-bx {
    display: none;
    padding: 10px 0 30px 0;
}

    .icon-bx li {
        float: right;
    }

        .icon-bx li a {
            padding: 1px 18px;
            border: 1px solid #0b69ab;
            margin: 0 0 0 10px;
            color: #0b69ab;
            border-radius: 5px;
        }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(57, 57, 57, 0.1411764705882353);
}

.cd-dropdown-trigger img {
    display: none;
}

@media only screen and (max-width: 1250px) {
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 10px 7px 20px 15px;
    }

    .se-bx {
        width: 76%;
    }

    .cbp-vm-title h3 {
        font-size: 12px;
    }
}

@media only screen and (max-width: 990px) {
    .icon-bx {
        position: absolute;
        width: 100%;
        top: 2px;
        right: 167px;
    }

    nav.navbar.bootsnav .navbar-header, nav.navbar.bootsnav .navbar-nav {
        padding-left: 0px;
        padding-right: 0px;
    }

    .see-all .fa {
        float: left;
        position: relative;
        top: 20px;
    }

    .cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
        border-bottom-width: 1px;
        border-bottom: 1px solid rgba(0,0,0,.12);
    }

    nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
        z-index: 999999;
    }

    .se-bx {
        float: right;
        background: #fff;
        height: 30px;
        width: 100%;
        border: 1px solid #ccc !important;
        border-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .icon-bx li a {
        padding: 2px 18px;
        height: 28px;
        border-radius: 20px;
    }

    #trigger-overlay {
        position: relative;
        float: right;
        background: none;
        border: 1px solid #cccccc;
        border-radius: 6px;
        right: 0;
        background: #ccc;
        padding: 3px 10px;
        display: block;
        color: #0c0d0d;
        font-size: 13px;
        margin-left: 10px;
    }

        #trigger-overlay img {
            width: 16px;
            margin-left: 4px;
        }

    nav.navbar.bootsnav {
        padding-right: 0;
    }

    .container {
        width: 100%;
        padding: 0 0;
    }

    .cd-dropdown-trigger {
        position: relative;
        background: none;
        border: none;
        width: 93px;
        float: right;
        padding: 0 6px;
        border-radius: 25px;
        text-align: left;
        font-size: 12px;
        border: 1px solid #0b8aa7;
        line-height: 25px;
        margin-top: 10px;
        color: #0b8aa7;
    }

        .cd-dropdown-trigger::after {
            display: none;
        }

        .cd-dropdown-trigger::before {
            display: none;
        }

        .cd-dropdown-trigger img {
            width: 14px;
            float: right;
            display: inline-block;
            position: relative;
            top: 9px;
        }

    .cd-dropdown-wrapper {
        display: inline-block;
        position: relative;
        height: 54px;
        float: right;
        margin: 0px 0 0 0;
        -webkit-font-smoothing: antialiased;
        width: 95px;
    }
}

.icon-bx li:hover a {
    background-color: #0b69ab;
    color: #fff;
}

#loginBox select {
    margin-top: 4px;
    direction: rtl;
    padding: 5px 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#loginForm p {
    padding-bottom: 8px;
}

.no-pn {
    padding: 0 0;
}

section::after {
    clear: both;
    content: "";
    display: table;
}

section.fixed-header {
    display: none;
}

section.header div {
    float: left;
    display: block;
    margin-right: 1.9355953897%;
    width: 100%;
    height: 10em;
    background: url("https:\a//raw.githubusercontent.com/thoughtbot/refills/master/source/images/mountains.png"), -webkit-linear-gradient(-280deg, #0A120D, #162C4C), no-repeat #162C4C scroll;
    background: url("https:\a//raw.githubusercontent.com/thoughtbot/refills/master/source/images/mountains.png"), linear-gradient(10deg, #0A120D, #162C4C), no-repeat #162C4C scroll;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

    section.header div:last-child {
        margin-right: 0;
    }

@media screen and (max-width: 980px) {
    section.header div {
        float: left;
        display: block;
        margin-right: 2.3317410822%;
        width: 100%;
    }

        section.header div:last-child {
            margin-right: 0;
        }
}

section.body div.main {
    float: left;
    display: block;
    margin-right: 1.9355953897%;
    width: 79.0%;
}

    section.body div.main:last-child {
        margin-right: 0;
    }

@media screen and (max-width: 980px) {
    section.body div.main {
        float: left;
        display: block;
        margin-right: 2.3317410822%;
        width: 100%;
    }

        section.body div.main:last-child {
            margin-right: 0;
        }

    .icon-bx {
        display: block;
    }
}

section.body div.sidebar {
    float: left;
    display: block;
    margin-right: 1.9355953897%;
    width: 19.00%;
    color: gray;
    position: relative;
    margin-bottom: 30px;
}

    section.body div.sidebar:last-child {
        margin-right: 0;
    }

@media screen and (max-width: 980px) {
    section.body div.sidebar {
        float: left;
        display: block;
        margin-right: 2.3317410822%;
        width: 100%;
        height: auto;
    }

        section.body div.sidebar:last-child {
            margin-right: 0;
        }
}

section.body div div.sticky-sidebar {
    height: 100%;
    width: 100%;
    padding: 0;
    top: 0;
    bottom: auto;
    float: none;
}

@media screen and (max-width: 980px) {
    section.body div div.sticky-sidebar {
        position: relative;
        top: auto;
        bottom: auto;
        margin: 0 auto;
        height: auto;
        width: 100%;
        max-width: 16.688em;
    }
}

section.footer div {
    float: left;
    display: block;
    margin-right: 1.9355953897%;
    width: 100%;
    height: 20em;
    background: url("https:\a//raw.githubusercontent.com/thoughtbot/refills/master/source/images/mountains.png"), -webkit-linear-gradient(-280deg, #0A120D, #162C4C), no-repeat #162C4C scroll;
    background: url("https:\a//raw.githubusercontent.com/thoughtbot/refills/master/source/images/mountains.png"), linear-gradient(10deg, #0A120D, #162C4C), no-repeat #162C4C scroll;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

    section.footer div:last-child {
        margin-right: 0;
    }

.nm-bx img {
    width: 60px;
}

@media screen and (max-width: 980px) {
    .ft-mb {
        display: none;
    }

    .ft-ce {
        padding: 0 0;
    }
}

ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown-container, .instructions {
    margin: 10px auto;
    font-size: 14px;
    width: 100%;
    background-color: #fff;
    overflow: auto;
}

.instructions {
    width: 100%;
    text-align: center;
}

.dropdown-button {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 12px;
    cursor: pointer;
    border: 1px solid lightgray;
    box-sizing: border-box;
    text-align: right;
}

    .dropdown-button .dropdown-label, .dropdown-button .dropdown-quantity {
        float: right;
    }

    .dropdown-button .dropdown-quantity {
        margin-left: 4px;
    }

    .dropdown-button .fa {
        float: left;
    }

.dropdown-list {
    float: left;
    width: 100%;
    border: 1px solid lightgray;
    border-top: none;
    box-sizing: border-box;
    padding: 10px 12px;
}

    .dropdown-list input[type="search"] {
        padding: 5px 0;
    }

    .dropdown-list ul {
        margin: 10px 0;
        max-height: 200px;
        overflow-y: auto;
    }

        .dropdown-list ul input[type="checkbox"] {
            position: relative;
            top: 2px;
        }

}

#menuwrap {
    background: #fff;
    position: relative;
    margin: 0 20px;
    padding: 0;
    height: 60px;
    overflow: hidden;
}

#menu {
    position: absolute;
    width: 100%;
    max-width: 920px;
    height: 60px;
    margin: auto;
    background: #525252;
    z-index: 2;
}

    #menu a {
        display: table;
        color: rgba(255, 255, 255, .3);
        text-align: center;
        margin: auto;
        padding: 20px 0;
        font-size: 20px;
        text-decoration: none;
    }

    #menu button {
        cursor: pointer;
        background: #848484;
        border: 0;
        padding: 5px 10px;
        margin: 8px;
        color: #FFFFFF;
        font-family: inherit;
        font-weight: 700;
        border-radius: .25em;
        -webkit-border-radius: .25em;
    }

        #menu button:hover {
            background: #f79029;
        }

    #menu:before {
        position: absolute;
        content: '';
        display: inline-block;
        right: 0;
        top: 0;
        height: 60px;
        width: 80px;
        margin: 0;
        text-align: center;
        background: #f79029;
    }

    #menu:after {
        position: absolute;
        content: '\f015';
        display: inline-block;
        font-family: FontAwesome;
        right: 0;
        top: 0;
        height: 60px;
        line-height: 60px;
        width: 80px;
        margin: 0;
        text-align: center;
        color: #fff;
        font-size: 28px;
    }

#content {
    position: relative;
    margin: 0;
}

#main {
    position: relative;
    float: left;
    width: 79%;
    background: #fff;
}


#side {
    width: 20%;
    max-width: 280px;
    float: right;
    position: relative;
    padding: 0;
    overflow: hidden;
}

#sidecontent2 {
    width: 280px;
    height: 200px;
    margin: 0 auto 20px auto;
    background: #525252;
    position: relative;
}

    #sidecontent2 span {
        position: absolute;
        color: rgba(255, 255, 255, .4);
        text-align: center;
        margin: auto;
        padding: 20px 0;
        font-size: 25px;
        left: 0;
        right: 0;
        top: 35%;
        text-decoration: none;
    }



@media screen and (max-width: 990px) {
    .rw-blg {
        display: none;
    }

    #main {
        width: 100%;
    }

    #side {
        min-height: 20px !important;
    }
}


.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #ff4e00;
    border-color: #ff4e00;
    color: #fff !important;
}