body {
    line-height: 1;
    font: normal 14px 'IranSansLight';
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font: normal 30px "Yekan", "YekanNumbers";
    margin: 0px;
    padding: 0px;
}
a:hover,
a:focus {
    text-decoration: none;
}
ul li {
    list-style: none;
}
.right {
    float: right;
}
.header-logo {
    margin: 0 auto;
    display: table;
}
.left {
    float: left;
    text-align: right;
}

/*------------------------------------------hover-------------------------------------------------*/
.ih-item.square {
    position: relative;
    width: 250px;
    height: 250px;
    border: none;
    box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px 5px 0 0;
    border: none;
}
.toor .ih-item.square {
    position: relative;
    width: 250px;
    height: 250px;
    border: none;
    box-shadow: 0 -5px 8px -5px #700, 5px 0 8px -5px #700, -5px 0 8px -5px #700;
    border-radius: 5px 5px 0 0px;
    border-bottom: none;
}
/*---------------------------------------------end-hover------------------------------------------------*/

.tour-det,
.tour-det2 {
    width: 100%;
        box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3);
    height: 70px;
}
.tour-det >p,
.tour-det2 > p{
    height: 30px;
}
.tour-det-link{
    /*height: calc(100% - 215px);*/
    width: 100%;
    display: block;

        border-radius: 0 0 5px 5px;
            box-shadow: 1px -2px 3px rgba(0, 0, 0, 0.3);
}
.tour-det2 {

    box-shadow: 3px 0 8px -5px #700, -3px 0 8px -5px #700;
    transition-duration: .2s;
    border-radius: 0 0 5px 5px;
}
.tour-det2:hover {
    transform: scale(1.05);
    transition-duration: .2s;
}
.tour-det2 h3 {
    font-size: 24px;
}
.tour-det {

    transition-duration: .2s;
    border-radius: 0 0 5px 5px;
}

.tour-det h3 {
    font-size: 20px;
}

/*---------------------------indust user style-----------------------*/

.ih-item.square.effect7 .info p {
    color: #eee;
}
.ih-item.square.effect7 .img {
    height: 100%;
}
.ih-item.square.effect7:hover .img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.ih-item.square.effect7:hover .info {
    visibility: visible;
    opacity: 1;
}
.ih-item.square.effect7:hover .info h3,
.ih-item.square.effect7:hover .info p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.m-u-product {
    margin-top: 10px;
    margin-bottom: 10px;
}
.fancybox-title-float-wrap .child {
    font-family: iransans;
    font-size: 12px;
}

/*-------------------m-u-product2----------------*/
.m-u-product2 {
    margin: 0px auto;
    /*height: 100%;*/
    box-sizing: border-box;
}
.m-u-product2-top {
    text-align: center;
    display: block;
    clear: both;
    padding: 0;
    width: 90%;
    margin: 0 auto;
    height: 350px;
    box-shadow: 1px 1px 3px #300;
    border-radius: 5px 5px 0 0;
}
.m-u-product2-top img {
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 0 0;
}
.m-u-product2-bottom {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    box-shadow: 1px 1px 6px #333;
    border-radius: 0 0 5px 5px;
    height:auto; 
    min-height: 330px;
        box-sizing: border-box;
}
.m-u-product2-bottom h3 {
    line-height: 30px;
    color: #700;
    text-align: center;
}
.m-u-product2-code {
    margin-top: 20px;
    color: #000;
    text-align: center;
        clear: both;
}
.m-u-product2-code span {
    font-family: YekanNumbers;
    display: inline-block;
}
.m-u-product2-comment {
    padding: 10px;
    text-align: justify;
    direction: rtl;
}
.m-u-product2-price-brand {
    border: 1px solid #e2c975;
    margin: 20px 10px;
    border-radius: 3px;
    padding: 5px;
    clear: both;
}
.m-u-product2-price {
    display: inline-block;
    float: right;
    color: #700;
}
.m-u-product2-price span {
    color: #a00;
    font-family: YekanNumbers;
}
.m-u-product2-brand {
    height: 30px;
    vertical-align: middle;
    display: inline-block;
}
.m-u-product2-brand span {
    font-family: Yekan, YekanNumbers;
}
.m-u-product2-btn {
    padding: 10px;
}
.m-u-product2-btn a {
    padding: 5px 10px;
    margin: 0 15px 0 0;

    font-family: Yekan;
    transition-duration: .2s;
    border-radius: 3px;
    color: #fff;
}
.m-u-product2-btn a:hover {
    background: #800;
    transition-duration: .2s;
}

.m-u-wrapper> .col-lg-6,
.m-u-wrapper> .col-md-6 {
    clear: left;
        margin: 30px auto;
}

/*---------------------m-u-product3---------------*/
.m-u-product3-img {
    text-align: center;
    padding-top: 35px;
    width: 100%;
    margin: 0 auto;
}
.m-u-product3-img img {
    width: 100%;
    height: 100%;
    box-shadow: 7px 0 15px -4px rgb(45, 1, 1), -7px 0 8px -4px rgb(45, 1, 1);
}
.m-u-product3-tab-row {
    clear: both;
    overflow: hidden;
    /*background: #fafafa;*/
    padding-top: 10px;
}
.m-u-product3-detail-title {
    display: inline-block;
    padding: 5px 10px;

    width: 150px;
    float: right;
    margin: 3px 0;

    font-family: Yekan;
    font-size: 14px;
}
.m-u-product3-detail-info {
    display: inline-block;
    padding: 5px 10px;

    width: calc(100% - 195px);
    float: left;
    margin: 3px 0;

    font-family: Yekan, YekanNumbers;
    font-size: 14px;
}
.m-u-product3-tab-title {
    display: block;
    padding: 5px 10px;
    margin: 0;

    font-size: 16px;
    clear: both;
    font-weight: 600;
	margin-top: 30px;	
}

.m-u-product3-tab-title:first-child {
    margin-top: 0;
}

.m-u-product3-tab-commenter {
    padding: 10px 10px 0;
    margin: 5px auto;
    display: block;
    clear: both;

}
.m-u-product3-tab-comment-author {
    display: inline-block;
    float: right;
    font-size: 12px;
}
.m-u-product3-tab-comment-date {
    display: inline-block;
    font-family: YekanNumbers;
    font-size: 12px;
}
.m-u-product3-tab-row-comment {
    clear: both;
    margin: 15px auto 10px;
    overflow: hidden;
}
.m-u-product3-tab-comment {
    padding: 0 10px 0 0;
    font-size: 12px;
}
.m-u-product3-new-comment {
    clear: both;
    overflow: hidden;
    padding: 10px;
    margin: 10px auto;
    direction: rtl;
}
.m-u-input-text {
    display: block;
    width: 100%;
    padding: 5px 10px;
    margin: 5px auto;
    border-radius: 4px;

    font-family: Yekan;
    font-size: 12px;
    box-sizing: border-box;
}
.m-u-product3-tab-row h3 {

    margin-bottom: 20px;
}
.m-u-textarea {
    width: 100%;
    padding: 5px 10px;
    margin: 5px auto;
    border-radius: 4px;

    font-family: Yekan;
    font-size: 12px;
    display: table;
    min-height: 100px;
    overflow: hidden;
    text-align: right;
    direction: rtl;
    box-sizing: border-box;
}
.m-u-input-btn {
    font-family: Yekan;
    float: right;
    margin: 10px 0;
    padding: 3px 60px;

    cursor: pointer;
    border-radius: 3px;
    transition: .2s ease;
}

.m-u-product-tab-input-title {
    /*padding-right: 10px;*/
    font-size: 13px;
    text-align: right;
}
.m-u-product3-tab-row-order {
    clear: both;
    margin: 10px auto 5px;
    overflow: hidden;
}
.m-u-red-star {
    font-family: tahoma;
    color: #f00;
}
.m-u-input-captcha {
    display: inline-block;
    width: 40%;
    padding: 5px 10px;
    margin: 5px 0 5px 5%;
    border-radius: 4px;

    font-family: Yekan;
    font-size: 12px;
}
.m-u-input-captcha-comment{
    display: inline-block;
    width: 40%;
    padding: 5px 10px;
    margin:5px 0 5px 5%;
    border-radius: 4px;
    border: 1px solid #B2DFDB;
    font-family: Yekan;
    font-size: 12px;
}
.CaptchaBox {
    display: inline-block;
    float: left;
    padding: 10px 0 10px 10px;
}
.m-u-captcha-box {
    width: 60%;
    overflow: hidden;
}
.m-u-captcha-img {
    height: 35px;
    width: 200px;
    vertical-align: middle;
}
.m-u-captcha-refresh img {
    vertical-align: middle;
    padding: 3px;
}
.m-u-product3-items {
    width: 100%;
    margin: 0;
    text-align: center;
}
.m-u-product3-item1 a {
    width: 100%;
    padding: 5px 0;
    display: block;
    font-family: Yekan;
    background-position: 280px;
    transition: .2s ease;
    box-shadow: 6px 0 6px -6px #888, -6px 0 6px -6px#888;
    margin: 5px auto;
    cursor: pointer;
}
.m-u-product3-item2 a {
    width: 100%;
    padding: 5px 0;
    display: block;
    font-family: Yekan;
    background-position: 280px;
    transition: .2s ease;
    box-shadow: 6px 0 6px -6px #888, -6px 0 6px -6px#888;
    margin: 5px auto;
}
.m-u-product3-item3 a {
    width: 100%;
    padding: 5px 0;
    display: block;

    font-family: Yekan;

    background-position: 280px;
    transition: .2s ease;
    box-shadow: 6px 0 6px -6px #888, -6px 0 6px -6px#888;
    margin: 5px auto;
}
.m-u-product3-item1 a:hover {

    background-position: 300px;
}
.m-u-product3-item2 a:hover {

    background-position: 300px;
}
.m-u-product3-item3 a:hover {

    background-position: 300px;
}
.m-u-product3-shopping {

    padding: 10px;
}
.m-u-product3-shopping-count {
    direction: rtl;
    padding: 0px 10px 0px 2px;
    font-family: Yekan, YekanNumbers;
}
.m-u-product3-shopping-btn {
    font-family: Yekan;
    border: none;
    font-size: 14px;
    background: #004D40 url(images/shopping2.png) no-repeat right center;
    padding-right: 40px;
    color: #fff;
    cursor: pointer;
    transition: .2s ease;
}
.m-u-product3-shopping-btn:hover {
    background-color: #00796B;
}

.m-u-product3-comments {
    margin: 20px auto;
    font-family: YekanNumbers, iransans;
    font-weight: 400;
    font-size: 13px;
    clear: both;
}
.m-u-contact-info {
    padding: 20px 10px;
    margin: 0 auto 30px;
}
.m-u-contact {
    /*background: #FAFAFA;*/
}

#googleMap {
    height: 300px;
    margin: 20px auto;
}
.m-u-contact .m-u-input-btn {
    float: right;
    margin: 15px 5%;
}

.m-u-product3-success{
    text-align: center;
    color: #4CAF50;
    font-family: yekan;
    font-size: 13px;
	margin-top: 10px;
}
.m-u-product3-error{
    text-align: center;
    color: #EF2929;
    font-family: yekan;
    font-size: 13px;
	margin-top: 10px;
}

/*---------------about-------------------------*/
.m-u-about {
    /*background: #fafafa;*/
        display: block;
    width: 100%;
}
.m-u-about-gallery {
    padding: 20px 5px;
    margin: 0 auto 20px;
    overflow: hidden;
    clear: both;
}
.m-u-about .m-u-product3-tab-title {
    margin-bottom: 20px
}
.m-u-about-attachment {
    padding: 20px 5px;
    margin: 20px auto;
    clear: both;
    overflow: hidden;
}
.m-u-about-attachment-items li {
    background: #FFD64F url(images/attachment2.png) no-repeat center center;
    height: 64px;
    width: 64px;
    display: inline-block;
    border-radius: 15px;
    transition: .2s ease;
}
.m-u-about-attachment-items li:hover {
    background: #fff url(images/attachment2.png) no-repeat center center;
    height: 64px;
    width: 64px;
    display: inline-block;
    border-radius: 15px;
}
.m-u-about-attachment-items li a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}
.m-u-about-attachment-items {
    text-align: center;
}
.m-u-about-attachment-item {
    text-align: center;
    overflow: hidden;
}
.m-u-about-attachment-item-img {
    width: 64px;
    height: 64px;
    margin: 10px auto;
    border-radius: 50%;

    padding: 20px;
    transition: .2s ease all;
}

.m-u-about-attachment-item-img img {
    width: 100%;
    height: 100%;
}
.m-u-about-attachment-title {
    font-family: Yekan, YekanNumbers;
    font-size: 16px;

}

/*-------------------news-----------------*/
.m-u-news-img img {
    width: 100%;
    height: 100%;
}
.m-u-news-wrapper {
    overflow: hidden;
    padding: 5px 0;
    margin: 20px auto;
    border: 1px solid #eee;
    /*background: #fafafa;*/
    border-radius: 4px;
    display: block;
}
.m-u-news-title {
    font-size: 16px;
    text-align: right;
    font-family: Yekan, YekanNumbers;
    direction: rtl;
}

.m-u-news-comment {
    text-align: right;
    direction: rtl;
    font-family: YekanNumbers, iransans;
    font-size: 12px;
}
.m-u-news-img {
    height: 175px;
    text-align: right;
}
.m-u-news-date {
    position: relative;
    display: inline-block;
    bottom: 0;
    font-family: Yekan, YekanNumbers;
    text-align: left;
    margin: 5px 10px;
}
.m-u-news-content {
    height: 175px;
}
.m-u-news-readmore {
    position: relative;
    display: inline-block;
    bottom: 0;
    /*left: 158px;*/
    
    font-family: Yekan;
    text-align: left;
    margin: 5px 10px;
}
.m-u-news-readmore a {
    color: #a00;
    transition: .2s ease all;
}
.m-u-news-readmore a:hover {
    color: #222;
}
.m-u-news-details {
    clear: both;
    display: block;
    overflow: hidden;
    /* margin-top: 80px; */
    position: absolute;
    bottom: 0;
}

/*---------------------new----------------------------*/
.m-u-new-title {
    width: 100%;
    padding: 5px 0;
    text-align: right;
    direction: rtl;
    margin: 10px auto;
}
.m-u-new-title a {

    font-family: Yekan, YekanNumbers;
    font-size: 24px;
    text-shadow: 1px 1px 5px #666;
}
.m-u-new-img {
    height: 250px;
    width: 300px;
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
}
.m-u-new-img img {
    width: 100%;
    height: 100%;
}
.m-u-new-comment {
    text-align: justify;
    direction: rtl;
    font-family: YekanNumbers, iransans;
    font-size: 14px;
}
.m-u-new {
    overflow: hidden;
    border:1px solid #fafafa;
    padding: 10px 0;
    border-radius: 5px;
        display: block;
    width: 100%;
}
.m-u-news-review {
    bottom: 0;
    display: inline-block;
    margin: 5px 15px;
    /*left: 310px;*/
    
    background: url(images/visit.png) no-repeat left center;
    width: 50px;
    font-family: YekanNumbers;
}
.m-u-new-details {
    clear: both;
    display: block;
    overflow: hidden;
    margin-top: 50px;
}
.m-u-new > div {
    margin-bottom: 30px
}
.m-u-new-date {
    bottom: 0;
    font-family: Yekan, YekanNumbers;
    text-align: left;
    display: inline-block;
    margin: 5px 10px;
}
.m-u-news-author {
    bottom: 0;
    display: inline-block;
    /*left: 158px;*/
    
    font-family: Yekan;
    text-align: left;
    margin: 5px 10px;
}
.m-u-new-content {
    min-height: 250px;
}
.m-u-new-category {
    text-align: left;
    bottom: 0;
    display: inline-block;
    /*left: 400px;*/
    
    font-family: Yekan;
    margin: 5px 10px;
}
.m-u-new-category a {
    color: #a00;
    transition: .2s ease all;
}
.m-u-new-category a:hover {
    color: #000;
}
.m-u-new-source {
    font-family: Yekan;
    text-align: left;
    bottom: 0;
    display: inline-block;
    margin: 5px 10px;
    /*left: 530px;*/
}
    .m-u-input-captcha-news{
        display: inline-block;
    width: 50%;
    padding: 5px 10px;
    margin: 5px 0;
    border-radius: 4px;
    border: 1px solid #B2DFDB;
    font-family: Yekan;
    font-size: 12px;
}
.m-u-captcha-box-news{
    width: 48%;
    overflow: hidden;
    float: left;
    margin: 5px 1%;
}
/*---------------------cost1 styles--------------*/
.m-u-cost1 {
    /*background: #fafafa;*/
    overflow: hidden;
        width: 100%;
    display: block;
}
.m-u-cost1-table {
    padding: 20px 0px;
    margin: 0 auto 30px;
}
.m-u-cost1-table td img{
    width:70px;
    /*height:70px;*/
    vertical-align: middle;
}

.m-u-cost1 .m-u-product3-tab-title {
    margin-top: 0;
}
.m-u-cost1 table {
    width: 100%;
    border-collapse: collapse;
    direction: rtl;
}

.m-u-cost1 th {

    color: white;
    font-weight: bold;
}
.m-u-cost1 td,
.m-u-cost1 th {
    padding: 6px;

    text-align: center;
    font-family: Yekan, YekanNumbers;
}
@media only screen and (max-width: 768px),
{
    /* Force table to not be like tables anymore */
    
    .m-u-cost1 table,
    .m-u-cost1 thead,
    .m-u-cost1 tbody,
    .m-u-cost1 th,
    .m-u-cost1 td,
    .m-u-cost1 tr {
        display: block;
    }
    
	/* Hide table headers (but not display: none;, for accessibility) */
    .m-u-cost1 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .m-u-cost1 td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #A5D6A7;
        position: relative;
        padding-right: 30%;
        min-height: 30px;
    }
    .m-u-cost1 td:before {
        position: absolute;
        top: 4px;
        right: 6px;
        width: 30%;
        padding-right: 10px;
        white-space: nowrap;
        border-left: 1px solid #A5D6A7;
        height: 100%;
    }
    
	/* Label the data */
    .m-u-cost1 td:nth-of-type(1):before {
        content: "محصول";
    }
    .m-u-cost1 td:nth-of-type(2):before {
        content: "توضیحات";
    }
    .m-u-cost1 td:nth-of-type(3):before {
        content: "قیمت";
    }
}
.m-u-cost1-paging ul li {
    display: inline-block;
	margin: 0 2px;
}
.m-u-cost1-paging ul li a {
    font-family: Yekan, YekanNumbers;
    padding: 5px 10px;
    color: #fff;

}
.m-u-cost1-paging ul li a.m-u-cost1-pag-prev {
    border-radius: 10px 0 0 10px;
}
.m-u-cost1-paging ul li a.m-u-cost1-pag-next {
    border-radius: 0px 10px 10px 0px;
}

.m-u-cost1-paging {
    display: block;
    padding: 15px 0;
    margin: 10px 0;
    text-align: right;
    width: 100%;
    box-sizing: border-box;
}

/*---------------------cost2-----------------*/
.m-u-cost2-table-title {
    padding: 8px 0;
    text-align: center;
    font-family: Yekan, YekanNumbers;
    font-size: 16px;
    color: #fff;
    display: block;
    background: #00BFA5;
}
.m-u-cost1 > div > .m-u-cost1-table:nth-child(2n) p.m-u-cost2-table-title {
    background: #00B8D4;
}

/*------------cost3-------------*/
.m-u-cost3-table {
    padding: 3px 10px;
    margin: 0 auto;
}
.m-u-cost3-table-title {
    padding: 8px 0;
    text-align: center;
    font-family: Yekan, YekanNumbers;
    font-size: 16px;
    color: #fff;
    display: block;
    background: #006064;
    margin: 30px auto 0;
}
.m-u-cost3-table .m-u-cost2-table-title {
    cursor: pointer;
    transition: .2s ease all;
}
.m-u-cost3-table .m-u-cost2-table-title:hover {
    background: #1DE9B6;
}

/*---------------req agency-----------------*/
.m-u-req-agency-radio {
    display: inline-block;
    margin: 5px 10px;
}
.m-u-req-agency-checkbox {
    display: inline-block;
    margin: 5px 10px;
}
.m-u-req-agency-radio-box {
    width: 90%;
    margin: 5px 5%;
    text-align: right;
    direction: rtl;
    font-family: Yekan, YekanNumbers;
}
.m-u-req-agency {
    background: #fafafa;
    overflow: hidden;
}

/*---------------survey---------------*/
.m-u-req-agency {
    /*background: #fafafa;*/
    overflow: hidden;
}
.m-u-survey {
    /*background: #fafafa;*/
    overflow: hidden;
        display: block;
    width: 100%;
}
.m-u-survey .m-u-req-agency-survey {
    display: inline-block;
    width: 50%
}
.m-u-survey .m-u-req-survey-radio-box {
    width: 90%;
    margin: 5px 5%;
    text-align: center;
    direction: rtl;
    font-family: Yekan, YekanNumbers;
}
.m-u-survey .m-u-req-agency-radio-box label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-right: 25px;
    margin: 10px;
    font-size: 14px;
    width: 30%
}
.m-u-survey .m-u-req-agency-radio-box input[type=radio],
.m-u-survey .m-u-req-agency-radio-box input[type=checkbox] {
    display: none;
}
.m-u-survey .m-u-req-agency-radio-box label:before,
.m-u-survey .m-u-req-agency-radio-box .radio label:before,
.m-u-survey .m-u-req-agency-radio-box .checkbox label:before,
.m-u-survey .m-u-req-agency-radio-box input[type=radio]:checked + label:before,
.m-u-survey .m-u-req-agency-radio-box input[type=checkbox]:checked + label:before,
.m-u-survey .m-u-circle-radio:before {
    content: "";
    width: 0;
    height: 0;
}
.m-u-survey .m-u-req-agency-radio-box label:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    position: absolute;
    right: 0;
    bottom: 4px;
    background-color: #aaa;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
.m-u-survey .m-u-req-agency-radio-box .radio label:after {
    border-radius: 8px;
}
.m-u-survey .m-u-req-agency-radio-box .checkbox label {
    margin-bottom: 10px;
}
.m-u-survey .m-u-req-agency-radio-box .checkbox label:after {
    border-radius: 3px;
}
.m-u-survey .m-u-req-agency-radio-box input[type=radio]:checked + label:after {
    content: "\2022";
    color: #fff;
    font-size: 33px;
    text-align: center;
    line-height: 12px;
}
.m-u-survey .m-u-req-agency-radio-box input[type=checkbox]:checked + label:after {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 14px;
}
.m-u-survey .m-u-circle-radio:after {
    border-radius: 50%;
}
.m-u-survey-form{
    padding: 10px;
    border-top: 1px solid rgba(0, 77, 64, 0.34);
    margin: 20px 10px;
}
.m-u-survey .m-u-survey-form:first-child {
    border-top: none;
}

/*---------------radio and checkbox-------------*/
.m-u-req-agency-radio-box label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    margin-right: 60px;
    font-size: 14px;
}
.m-u-req-agency-radio-box input[type=radio],
.m-u-req-agency-radio-box input[type=checkbox] {
    display: none;
}
.m-u-req-agency-radio-box label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #aaa;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
.m-u-req-agency-radio-box .radio label:before {
    border-radius: 8px;
}
.m-u-req-agency-radio-box .checkbox label {
    margin-bottom: 10px;
}
.m-u-req-agency-radio-box .checkbox label:before {
    border-radius: 3px;
}
.m-u-req-agency-radio-box input[type=radio]:checked + label:before {
    content: "\2022";
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 14px;
}
.m-u-req-agency-radio-box input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 14px;
}
.m-u-circle-radio:before {
    border-radius: 50%;
}

/*-----------related ---------------*/
.m-u-related-wrapper td a {
    color: #B71C1C;
    transition: .2s ease all;
    font-family: tahoma;
}
.m-u-related-wrapper td a:hover {
    color: #222;
}

/*-------------agency--------------*/
.m-u-agency tr td:nth-child(4) {
    direction: ltr;
}
@media only screen and (max-width: 768px),
{
    .m-u-agency td:nth-of-type(1):before {
        content: "لوگو";
    }
    .m-u-agency td:nth-of-type(2):before {
        content: "نام شرکت";
    }
    .m-u-agency td:nth-of-type(3):before {
        content: "مدیریت";
    }
    .m-u-agency td:nth-of-type(4):before {
        content: "شهر";
    }
    .m-u-agency td:nth-of-type(5):before {
        content: "تلفن";
    }
}

/*--------------------catalog-------------------*/
.m-u-catalog tr td {
    vertical-align: middle;
}
.m-u-catalog tr td:nth-child(3) {
    font-family: tahoma;
    direction: ltr;
}
.m-u-catalog tr td:last-child a img.m-u-catalog-pic {
    width: 40px;
    display: block;
    height: 40px;
    margin: 0 auto;
}
.m-u-catalog tr td:last-child a img.m-u-catalog-download {
    width: 24px;
    display: block;
    height: 24px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px),
{
    .m-u-catalog td:nth-of-type(1):before {
        content: "عنوان";
    }
    .m-u-catalog td:nth-of-type(2):before {
        content: "توضیحات";
    }
    .m-u-catalog td:nth-of-type(3):before {
        content: "حجم فایل";
        font-family: yekan
    }
    .m-u-catalog td:nth-of-type(4):before {
        content: "لینک دانلود";
    }
}
@media(max-width: 545px) {
    .m-u-catalog td:before {
        font-size: 12px;
        right: 0;
        padding-right: 3px;
        width: 30%;
    }
    .m-u-catalog td {
        font-size: 12px;
        padding-right: 30%;
    }
}

.m-u-news-btn{
    padding: 3px 80px;
    float: right;
}
/*-------------managers--------------    */
.m-u-managers-wrapper{
    /*background: #fafafa;*/
    overflow: hidden;
    width: 100%

}
.m-u-managers{
        overflow: hidden;
    clear: both;
    margin-bottom: 50px;
}
.m-u-manager-content{
    text-align: center;
    background: #4DB6AC;
    margin: 10px auto;
}
.m-u-manager-img{
        padding: 10px 0;

}
.m-u-manager-img img{
        border-radius: 15%;
    width: 150px;
    height: 200px;
}
.m-u-manager-details{
        padding: 10px 5px;

        min-height: 200px;
        height: auto;
}
.m-u-manager-details p{
    line-height: 30px;

}
.m-u-manager-details span{
    font: normal 16px "Yekan","YekanNumbers";

}
.m-u-managers-wrapper .m-u-cost1-paging{
    margin-right: 30px;
}



/*---------faq----------*/
.m-u-faq{
        /*background: #fafafa;*/
    overflow: hidden;
     width: 100%
}
.m-u-faq-wrapper{
        overflow: hidden;
    clear: both;
    margin-bottom: 50px;
    width: 100%;
   
    float: right;
}
.m-u-faq-q{
    text-align: right;
    direction: rtl;
    line-height: 40px;
    border-bottom: 1px solid #aaa;
    cursor: pointer;
        clear: both;
    display: block;
     padding: 0 5px 0 0;
}
.m-u-faq-q:hover{
    text-decoration: none;
background-color: #e6e6e6;
}
.m-u-faq-question{
    display: inline-block;
    font: normal 18px Yekan;
    color: #3576bb;
    width: calc(100% - 35px);
    float: right;
}
.m-u-faq-icon{
height: 27px;
width: 27px;
display: inline-block;
vertical-align: middle;
border: 1px solid transparent;
overflow: hidden;
    margin-left: 5px;
    float: right;
    

}
.m-u-faq-icon:before{
    display: inline-block;
content: url("images/faq.png");
margin: 0;
}
.m-u-faq-icon:hover::before{
    margin-top: -37px;
}
.m-u-faq-link{
    cursor: pointer;
    display: block;
    padding: 5px 0;
    transition: .2s all ease;
        clear: both;
    overflow: hidden;
}

.m-u-faq-answer{
    padding: 5px 40px;
    display: none;
}
.changed:before{
    margin-top: -74px;
}
.m-u-faq-q .changed:hover::before{
    margin-top: -111px
}
.m-u-search-wrapper{
        padding: 20px 5px;
    /*background: #E0F2F1;*/
    text-align: right;
    direction: rtl;
        overflow: hidden;
    clear: both;
}
.m-u-txtsearch{
    line-height: 26px;
    padding: 3px 10px 3px 0;
    background: transparent;

    border-radius: 0 4px 4px 0;
    margin: 0;
    width: 300px;
    font: normal 14px Yekan;
    float: right;
    height: 35px;
}
.m-u-btnsearch{
    padding: 0px 5px;
    border-radius: 4px 0 0 4px;
    margin: 0;
    width: 150px;
    font: normal 14px/27px Yekan;
    float: right;
    height: 35px;
    transition: .2s all ease;
    box-sizing: border-box;
    cursor: pointer;
    border-right: none;
   
}

.m-u-faq .m-u-product3-tab-row h3 {
    font-size: 18px;
}
.m-u-faq .m-u-textarea{
    width: 89%;
    margin: 5px 5%;
    float: right;
}
.m-u-faq .m-u-input-btn{
    float: right;
}

/************ newsletter ********/
#SpamCell, #SpamEmail, #SpamEmailContact, #SpamEmailFaq, 
#SpamEmailProdComment, #SpamEmailProdOrder, #SpamEmailNewsComment{
	display: none;
}


/*-----------------flex change--------------*/

.m-u-wrapper {
    margin: 10px auto;
    padding: 10px;
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
}
.tour-det h3 a{
    display: block;
}


/*hover deleted styles*/


.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}


.ih-item.square {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 216px;
    border: 8px solid #fff;
    box-shadow:1px -2px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.ih-item.square.effect7 {
  overflow: hidden;
}
.ih-item.square.effect7.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect7.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect7 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect7 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect7 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  -o-transform: scale(4);
  transform: scale(4);
  -webkit-transition: all 0.35s 0.1s ease-in-out;
  -moz-transition: all 0.35s 0.1s ease-in-out;
  transition: all 0.35s 0.1s ease-in-out;
}
.ih-item.square.effect7 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5);
  -webkit-transition: all 0.35s 0.3s linear;
  -moz-transition: all 0.35s 0.3s linear;
  transition: all 0.35s 0.3s linear;
}
.ih-item.square.effect7 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ih-item.square.effect7 a:hover .info {
  visibility: visible;
  opacity: 1;
}
.ih-item.square.effect7 a:hover .info h3,
.ih-item.square.effect7 a:hover .info p {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.m-u-agency{
    width: 100%;
}



























/*ltr style */
/*products*/
.en .m-u-product2-price span , .en .m-u-product2-code span{
    font-family: sans-serif;
}
.en .m-u-product2-btn{
    direction: rtl;
}
.en .tabs-content {
   /*height: 450px;*/
}
.en .tabs-content a{
    display: block;width: 100%;
    height: 100%;
}
.en .tabs-content.with-js > div.is-active {
    height: 100%;
}
.en .m-u-product3-item1 a:hover {
    background: #009688 url(images/shopping2.png) no-repeat 20px center;
}
.en .m-u-product3-item1 a {
    background: #4DB6AC url(images/shopping.png) no-repeat 10px center;
}
.en .m-u-product3-item2 a:hover {
    background: #009688 url(images/download2.png) no-repeat 20px center;
}
.en .m-u-product3-item2 a {
    background: #4DB6AC url(images/download.png) no-repeat 10px center;
}
.en .m-u-product3-item3 a:hover {
    background: #4DB6AC url(images/compare.png) no-repeat 20px center;
}
.en .m-u-product3-item3 a {
    background: #4DB6AC url(images/compare.png) no-repeat 10px center;
}
.en .tabs-content > div>a>img{
    display: block;
}

.en .responsive-tabs__list__item {
    margin-left: 0;
    margin-right: 10px;
    float: left;
}
.en .responsive-tabs__list {
    padding: 0;
    overflow: hidden;
}
.en .m-u-product3-detail-title{
    float: left;
    font-family: sans-serif;
}
.en .m-u-product3-detail-info{
    float: right;
    font-family: sans-serif;
}
.en .m-u-product3-new-comment,
.en .m-u-textarea,
.en .m-u-input-text,
.en .m-u-product-tab-input-title,
.en .m-u-news-title,
.en .m-u-news-comment,
.en .m-u-news-readmore,
.en .m-u-news-date,
.en .m-u-new-title,
.en .m-u-new-comment,
.en .m-u-new-date,
.en .m-u-new-source,
.en .m-u-news-review,
.en .m-u-req-agency-radio-box,
.en .m-u-input-btn,
.en .m-u-search-wrapper,
.en .m-u-faq-answer{
    direction: ltr;
    text-align: left;
    font-family: sans-serif;
}
.en .m-u-input-captcha-comment{
    float: left;
        margin: 5px 5% 5px 0;
}
.en .m-u-product3-tab-comment{
    padding: 0 10px;
}
.en .m-u-captcha-img {
    height: 35px;
    width: 180px;
}
.en .m-u-news-btn {
    margin-left: 5%;
    float: left;
    font-family: sans-serif;
        line-height: 30px;
}
.en .m-u-captcha-box {
    width: 40%;
    float: left;
}
.en .m-u-input-captcha {
    margin:5px 5% 5px 0;
    font-family: sans-serif;
    float: left;
    line-height: 25px;
}
.en .m-u-product a.fancybox{
    display: block;
}
.en .m-u-product .tour-det,.en .m-u-product .tour-det2{
    height: auto;
}
.en .m-u-product .tour-det-link{
    display: inline;
}
.en .m-u-product2-bottom{
    height: auto;
    width: 90%;
}
.en .m-u-product2{
    height: auto;
}
.en .m-u-product2-top{
    width: 90%;
    height: 400px;
}
.en .m-u-product2-btn a{
    font-family: sans-serif;
}
.en .m-u-product3-error {
    color: #EF2929;
    font-family: sans-serif;
    font-size: 14px;
}
.en .m-u-wrapper {

    flex-direction: row;
}











/*news===================================*/
.en .m-u-news-img{
    display: block;
    text-align: left;
}
.en .m-u-news-details{
    right: 0;
    direction: rtl;
}
.en .m-u-news-review {

    background: url(images/visit.png) no-repeat right center;

}
.en .m-u-input-captcha-news {
    width: 40%;
    font-family: sans-serif;
    float: left;
    line-height: 25px;
    direction: ltr;
}
.en .m-u-new-title a {
    font-family: sans-serif;
    text-shadow: 0px 1px 3px #666;
    text-align: justify;
    display: block;
}



/*related*/
.en .m-u-cost1 table{
    direction: ltr;
}
.en .m-u-cost1 td,.en .m-u-cost1 th{
    font-family: sans-serif;
}



/*poll*/
.en .m-u-survey .m-u-req-agency-radio-box label:after {
    margin-right: 10px;
    left: 0;
    bottom: 0;
}
.en .m-u-survey .m-u-req-agency-radio-box label{
    padding-left: 35px;
    direction: ltr;
}
.en .m-u-input-btn{
    float: left;
    margin:5px 0;
    line-height: 25px;
}
.en .m-u-survey .m-u-req-survey-radio-box ,.en .m-u-req-agency-radio-box{
    width: 100%;
    margin:5px 0;
}
.en .m-u-textarea{
    width: 100%;
}
.en .m-u-survey .m-u-req-agency-radio-box label {
    margin: 5px 10px 5px 0;
}

/*personnel*/
.en .m-u-manager-details span {
    font: normal 16px sans-serif;
}

/*faq======*/
.en .m-u-txtsearch {
    padding: 3px 0px 3px 10px;
    border-radius: 4px 0px 0px 4px;
    font: normal 14px sans-serif;
    float: left;
}
.en .m-u-btnsearch {
border-radius: 0px 4px 4px 0px;
font: normal 14px/35px sans-serif;
float: left;
padding: 0;
box-sizing: border-box;
height: 35px;
border: none;
line-height: 35px;
}
.en .m-u-faq-question {
font: normal 18px/30px sans-serif;
    float: left;
    text-align: left;
}
.en .m-u-faq-icon {
    margin-left: 0;
    float: left;
    margin-right: 5px;
}
.en .m-u-faq .m-u-textarea,.en .m-u-input-text{
    width: 100%;
    margin:5px 0;
    line-height: 25px;
}

/*about*/
.en .m-u-about-gallery .tour-det,.en .m-u-about-gallery .tour-det2{
    height: auto;
}

/*changes*/
.en .m-u-product3-tab-comment-date {
    font-family: sans-serif;
    float: right;
}
.en .m-u-product3-tab-comment-author {
    float: left;
}
.en .m-u-product3-tab-commenter{
    overflow: hidden;
}





/*detail mahtab grease change*/

.m-u-product3 .camera_pag {
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.m-u-product3 .camera_wrap .camera_pag .camera_pag_ul li{
    width: 80px;
    height: 70px;
    background: transparent;
}
.m-u-product3 .camera_wrap .camera_pag .camera_pag_ul li > span{
    display: none;
}
.m-u-product3 .camera_pag_ul li img{
    width: 80px !important;
    height: 70px !important;
    display: block !important;
    bottom: 10px !important;
    opacity: 1 !important;
    top: auto !important;
    left: auto !important;
}
.m-u-product3 .camera_wrap .camera_pag .camera_pag_ul{
    text-align: left;
}
.en .m-u-product3 .camera_wrap .camera_pag .camera_pag_ul{
    text-align: right;
}
.m-u-product3 .camera_caption > div {
    padding: 5px 20px;
    text-align: right;
}
.en .m-u-product3 .camera_caption > div {
    padding: 5px 20px;
    text-align: left;
}

/***** Search page ***/
.div_pagination{
    margin-bottom: 20px;
    text-align: left;
    direction: ltr;
    clear: both;
    width: 100%;
}
a.btn_pagination{
    display: inline-block;
    padding: 6px 12px;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid #5d80d0;
    border-radius: 4px;
    color: #FFF;
    background-color: #5d80d0;
    text-decoration: none;
}

a.btn_pagination:hover,
a.btn_pagination.active{
    background-color: #5d80d0;
}
/**** end search ****/

.m-u-product3 .camera_wrap{
    margin-bottom:30px !important;
    height: 350px !important
}








/*mahtab grease change*/
.m-u-p-t-one-h{
    float: right;
    width: 30%;
    box-sizing: border-box;
    background: #b3b7b5;
    color: #000;
}
.m-u-p-t-two-h{
    float: right;
    width: 70%;
    box-sizing: border-box;
    background: #bec2c0;
    color: #000;
}
.m-u-p-t-h{
    padding: 0;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
}
.m-u-p-t-two-t-30{
	width: 30%;
	float: right;
	box-sizing: border-box;
	text-align: center;
	padding: 0;
	line-height:30px;
}
.m-u-p-t-two-t-70{
	width:70%;
	float: right; 
	box-sizing: border-box; 
	text-align: center;
	padding: 0;
	line-height:30px;
}
.m-u-p-t-two-t{
    width: 50%;
    float: right;
    text-align: center;
    box-sizing: border-box;

}
.m-u-p-t-one-t{
    width: 100%;
    text-align: center;
}


.en .m-u-p-t-one-h{
    float: left;
}
.en .m-u-p-t-two-h{
    float: left;
}
.en .m-u-p-t-two-t-30{
	float: left;
}
.en .m-u-p-t-two-t-70{
	float: left; 
}
.en .m-u-p-t-two-t{
    float: left;
}