﻿* {
    /*direction: rtl;*/
}

#header-topbar {
    background-color: #21252B;
    padding: 9px;
    height: 50px;
    border-top: 4px solid #df0024;
}

i:hover {
    color: black;
}

#status {
    background-color: #21252B;
    min-height: 40px;
}

#status_title {
    padding: 11px;
    margin-top: 0px !important;
    background-color: #df0024;
    height: 40px;
    text-align: right;
    margin-right: -30px;
}

.support-phone {
    color: #fff;
    width: 280px;
    height: 25px;
    float: right;
    vertical-align: middle;
    border: 1px solid #1B1E23;
    background-color: #1E2127;
    padding: 2px 5px;
}

.Language {
    color: #fff;
    width: 245px;
    height: 25px;
    float: left;
    vertical-align: middle;
    border: 1px solid #1B1E23;
    background-color: #1E2127;
    padding: 2px 5px;
}

.btnlogin {
    background-color: #42525f;
    border: 1px solid #2d3841;
    color: #fff;
}

    .btnlogin:hover {
        color: #fff;
    }

#header-banner {
    /*background-image: url('../images/header.jpg');*/
    height: 102px;
    padding: 20px;
    border-top: 1px solid #878787;
    border-bottom: 1px solid #878787;
    background-color: #21252B;
}

#subject {
    color: white;
    font-size: 20px;
}

#sub-title {
    font-size: 12px;
    color: #f37460;
    padding: 15px;
}

.social-icon {
    list-style: none;
    padding: 0;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
}

    .social-icon i {
        color: black;
        font-size: 3rem;
    }

h4 {
    /*color: #f37460;*/
}

h3 {
    color: white;
    text-align: center;
}

body {
    /*background-color: #ebe8e8;*/
    /*background: #1f1919 url("/images/page.png") repeat fixed 0 0;*/
    /*background-image: url('/image/back.jpg');*/
    background-color: #f6f6f6;
}

header {
    height: 200px;
}

.head {
    background-image: url("/images/header.jpg");
    height: 185px;
    background-position: center top;
}

.box {
    padding: 5px;
    -webkit-transition: border-radius 4s,box-shadow 1s; /* Safari */
    transition: border-radius 4s,box-shadow 1s;
    border: 1px solid #dbdbdb;
}

    .box:hover {
        /*background-color:white;*/
        /*height:150px;*/
        border-radius: 5px;
        border: 1px solid #6f6f6f;
        box-shadow: 2px 2px 3px #4f4f4f,-2px -2px 3px #4f4f4f;
    }

#video {
    background-image: url('/images/bg.png');
    background-repeat: repeat;
    min-height: 510px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.summery {
    border: 1px solid #dcdcdc;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
    direction: rtl;
}

#footer {
    background-image: url(/images/icon/footer_bg.png);
    min-height: 355px;
    color: #CFD8E2;
    margin-top: -15px;
    background-attachment: fixed;
    background-size: cover;
    margin-top:-35px;
}

#footer-copyright {
    background: #0f0f0f;
    border-top: 1px solid #555;
    /*font: 100 13px/33px 'ByekanDatis' !important;*/
    font-size: 13px;
    color: #9c9c9c;
    display: block;
    font-family: tahoma;
    font-size: 11px !important;
    line-height: 30px;
    padding: 1px;
    margin: 0;
    width: 100%;
    float: right;
    text-align: center;
}

.contact, .linkes {
    background: url(/images/icon/border-shadow.png) left no-repeat;
    min-height: 240px;
}

    .contact h3, .linkes h3, .Aboutus h3 {
        color: #df0023;
    }

#footer a {
    color: white;
}

    #footer a:hover {
        color: #c7c7c7;
        text-decoration: none;
    }

h3 {
    font-family: 'yekan';
    font-size: 14px;
    margin-top: 35px;
}

h4 {
    /*background-color: #6bc15f;*/
    /*height: 30px;*/
    font-family: 'yekan';
    /*color: white;*/
    text-align: center;
    /*box-shadow: 1px 1px 2px black;*/
}


.block {
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 13px;
    direction: rtl;
    text-align: center;
    box-shadow: 2px 2px 2px black,-2px -2px 2px black;
}

    .block:hover {
        box-shadow: 0 1px 2px #1F2833;
    }

.block-head-summery {
    /*background-color: #6bc15f;
    border-bottom: 2px solid #6bc15f;*/
    /*background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #e5a100 0px, #ffb200 9%, #ffbc1f 20%, #ffb200 46%, #faaf00 50%, #e09d00 80%, #f0a800 100%) no-repeat scroll 0 0;
    background: -webkit-linear-gradient(top, #E5A100 0, #FFB200 9%, #FFBC1F 20%, #FFB200 46%, #FAAF00 50%, #E09D00 80%, #F0A800 100%) no-repeat;*/
    /*border-radius: 3px;*/
    box-sizing: border-box;
    /*width: 257px;*/
    color: white;
    padding: 10px;
    /*border-bottom: 2px solid #a60455;*/
    /*height: 38px;*/
    padding-right: 10px;
    text-align: center;
    direction: rtl;
    background: #42525f;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.block-head {
    /*background-color: #6bc15f;
    border-bottom: 2px solid #6bc15f;*/
    border-radius: 3px;
    box-sizing: border-box;
    /*width: 257px;*/
    color: white;
    padding: 10px;
    /*background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #e5a100 0px, #ffb200 9%, #ffbc1f 20%, #ffb200 46%, #faaf00 50%, #e09d00 80%, #f0a800 100%) no-repeat scroll 0 0;
    background: -webkit-linear-gradient(top, #E5A100 0, #FFB200 9%, #FFBC1F 20%, #FFB200 46%, #FAAF00 50%, #E09D00 80%, #F0A800 100%) no-repeat;*/
    /*border-radius: 3px;*/
    box-sizing: border-box;
    background-color: #42525f;
}

    .block-head a {
        color: white;
    }

        .block-head a:hover {
            color: #d9534f;
            text-decoration: none;
        }

.block-head-side {
    border-radius: 3px;
    box-sizing: border-box;
    /*width: 257px;*/
    color: black;
    padding: 10px;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #e5a100 0px, #ffb200 9%, #ffbc1f 20%, #ffb200 46%, #faaf00 50%, #e09d00 80%, #f0a800 100%) no-repeat scroll 0 0;
    background: -webkit-linear-gradient(top, #E5A100 0, #FFB200 9%, #FFBC1F 20%, #FFB200 46%, #FAAF00 50%, #E09D00 80%, #F0A800 100%) no-repeat;
    /*border-bottom: 2px solid #ebebeb;*/
    height: 38px;
    padding-right: 10px;
    text-align: right;
}

.block-content {
    padding: 7px 15px;
}

.footer {
    /*height: 470px;*/
    background-color: #323232;
    margin-top: 30px;
    text-align: center;
    box-shadow: 1px 1px 2px black;
    border-top: 3px solid #ffb200;
    color: white;
    
}

    .footer a:hover {
        color: #bdbdbd;
        text-decoration: none;
    }

.productbox {
    background-color: rgb(233, 233, 233);
    margin-top: 10px;
    border-radius: 5px;
    padding: 0px;
    border: 5px solid white;
    color: #47494a;
    text-align: center;
    direction:rtl;
}

.fixed {
    position: fixed;
    top: 0;
    /*opacity:0.5;*/
    z-index: 100;
    width: 100%;
}


/*1px solid #141414*/
.top-footer {
    background-color: #292929;
    border-bottom: 1px solid #141414;
    min-height: 80px;
    padding-top: 30px;
}

.center-footer {
    min-height: 340px;
}

.End-footer {
    border-top: 1px solid #141414;
    min-height: 70px;
}

.sep {
    border-bottom: 2px solid #f37460;
    margin-bottom: 10px;
}

hr {
    height: 1px;
    background-color: #cbcbcb;
}

.footer a {
    color: white;
}

.mybtn {
    width: 110px;
    background: #666;
    border: #666 1px solid;
    color: white;
    display: block;
    font-size: 13px;
    font-weight: normal;
    height: 25px;
    line-height: 20px;
    padding-left: 13px;
    padding-right: 16px;
    position: relative;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-align: center;
    float: right;
}

    .mybtn:hover {
        color: #c72020;
    }

#dv_btn {
    margin-top: 20px;
    text-align: center;
}

.search-box {
}

ul {
    list-style: none;
}

.fixed {
    position: fixed;
    top: 0;
    /*opacity:0.5;*/
    z-index: 100;
    width: 100%;
}

.fixedbox {
    background: #fff url("/image/support.png") no-repeat scroll 10px 70px;
    border: 1px solid #d9dee1;
    border-radius: 5px;
    bottom: 20px;
    padding: 20px;
    position: fixed;
    right: 0;
    width: 200px;
    z-index: 1000;
}

    .fixedbox h5 {
        border-bottom: 1px solid #d9dee1;
        color: #526066;
        font-family: yekan;
        margin: 0;
        padding: 0 0 15px;
        text-align: center;
    }

    .fixedbox p {
        color: #333;
        direction: rtl;
        float: right;
        font-weight: 700;
        margin: 0;
    }

        .fixedbox p span {
            color: #f9612a;
            direction: rtl;
            display: block;
        }

.detail {
    /*display: none;*/
    margin-bottom: 10px;
}

.detailbtn {
    margin-top: 10px;
    width: 170px;
    margin-left: 5%;
}

.buybtn {
    margin-top: 5px;
    width: 170px;
    margin-left: 5%;
}

.finalprice {
    border: 1px solid #c0f0c1;
    font-size: 14px;
    margin-bottom: 20px;
}

.total {
    padding: 15px 40px 25px 0;
    color: #898888;
}

.payable {
    background-color: #f7fff7;
    border-radius: 0 0 4px 4px;
    font-size: 15px;
    padding: 15px 40px 35px 0;
}

.art-content .art-postcontent-0 .layout-item-0 {
    padding-right: 10px;
    padding-left: 10px;
}

.art-content .art-postcontent-0 .layout-item-1 {
    color: #1F2833;
    background: #F5F5F5;
}

.art-content .art-postcontent-0 .layout-item-2 {
    color: #1F2833;
    padding: 20px;
}

.art-content .art-postcontent-0 .layout-item-3 {
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #CFD8E2;
    border-left-color: #CFD8E2;
    color: #1F2833;
    padding: 15px;
}

.art-content .art-postcontent-0 .layout-item-4 {
    color: #212B36;
    background: #FFFFFF;
}

.art-content .art-postcontent-0 .layout-item-5 {
    color: #212B36;
    /*background:;*/
    padding: 20px;
}

.art-content .art-postcontent-0 .layout-item-6 {
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-width: 0px;
    border-top-color: #CFD8E2;
    border-right-color: #CFD8E2;
    border-bottom-color: #CFD8E2;
    border-left-color: #CFD8E2;
    color: #212B36;
    background: #FFFFFF;
    border-spacing: 20px 0px;
    border-collapse: separate;
}

.art-content .art-postcontent-0 .layout-item-7 {
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-width: 2px;
    border-color: #BFBFBF;
    color: #212B36;
    background:;
    padding: 20px;
    border-radius: 10px;
}

.art-content .art-postcontent-0 .layout-item-8 {
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-width: 2px;
    border-color: #BFBFBF;
    color: #BFBFBF;
    /*background:;*/
    padding: 20px;
    border-radius: 10px;
}

.art-content .art-postcontent-0 .layout-item-9 {
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-width: 2px;
    border-color: #BABABA;
    color: #212B36;
    background:;
    padding: 20px;
    border-radius: 10px;
}

.art-content .art-postcontent-0 .layout-item-10 {
    color: #1D2630;
    background: #E8E8E8;
}

.art-content .art-postcontent-0 .layout-item-11 {
    color: #1D2630;
    padding: 20px;
}

.ie7 .art-post .art-layout-cell {
    border: none !important;
    padding: 0 !important;
}

.ie6 .art-post .art-layout-cell {
    border: none !important;
    padding: 0 !important;
}
