﻿
body
{
    direction:rtl;
    margin:0px;
    padding:0px;
    background-color:#ffffff;
}
a
{
	transition:background-color 0.5s ease, color 0.5s ease;
	-webkit-transition:background-color 0.5s ease, color 0.5s ease;
	-moz-transition:background-color 0.5s ease, color 0.5s ease;
	-o-transition:background-color 0.5s ease, color 0.5s ease;
}
h1, h2, h3
{
    padding:0px;
    margin:0px;
    font-weight:normal;
}

strong
{
	color:#ff0000;
}
::selection
{
	color:#ffffff;
	background-color:#fc2323;
}
::-moz-selection
{
	color:#ffffff;
	background-color:#fc2323;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.ltr-field
{
	direction:ltr;
}
.ltr-field-align-right
{
	direction:ltr;
	text-align:right;
}
.clear-both
{
	clear:both;
}
.display-none
{
	display:none;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.map 
{
    width: 100%;
    height: 400px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.text
{
    font-family:IranSans;
    font-size:14px;
    font-weight:normal;
    color:#333333;
    text-align:justify;
    line-height:28px;
}
.text a
{
    color:#333333;
    text-decoration:underline;
}
.text a:hover
{
    color:#ef3f3e;
    text-decoration:none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.form
{
}
.form p
{
	margin:0px;
	padding:10px 5px 10px 0px;
	font-family:IranSans;
	font-size:13px;
	color:#333333;
	position:relative;
}
.form p span
{
	float:left;
}
.form div input[type=text]
{
	width:100%;
}
.form div input[type=password]
{
	width:100%;
}
.form div input[type=submit]
{
	width:100%;
}
.form div input[type=file]
{
	width:100%;
}
.form div input[type=email]
{
	width:100%;
}
.form div input[type=number]
{
	width:100%;
}
.form div input[type=tel]
{
	width:100%;
}
.form div input[type=url]
{
	width:100%;
}
.form div select
{
	width:100%;
}
.form div textarea
{
	width:100%;
}
.form-captcha
{
    background-color:#ffffff;
    border:solid 1px #cdcdcd;
    text-align:center;
	overflow:hidden;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.form-text-right {
    width: 48%;
    float: right;
}

.form-text-left {
    width: 48%;
    float: left;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.pageline
{
    margin:0px;
    padding:0px;
    list-style:none;
}
.pageline li
{
    margin:0px 0px 25px 0px;
    font-family:IranSans;
    font-size:14px;
    color:#000000;
}
.pageline li:last-child
{
    margin-bottom:0px;
}
.pageline h4
{
    margin:0px;
    padding:0px;
    font-weight:normal;
    font-size:16px;
    color:#f52780;
}
.pageline img
{
    width:100%;
    height:auto;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.pageline .image-right
{
    width:250px;
    margin-left:10px;
    margin-bottom:10px;
    float:right;
}
.pageline .image-left
{
    width:250px;
    margin-right:10px;
    margin-bottom:10px;
    float:left;
}
.pageline .image-top
{
    width:100%;
    height:auto;
    margin-bottom:10px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.notify
{
	font-family:IranSans;
	font-size:12px;
	color:#ef3f3e;
}
.notify:empty
{
	display:none;
}
.submit
{
	margin-top:20px;
	text-align:center;
}
.submit span
{
	width:100%;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.top-bar
{
    width:100%;
    height:110px;
    background-color:#181818;
    z-index:300;
}

.top-bar > div 
{
    width: 1280px;
    height: 110px;
    margin: auto;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.top-bar > div > div:first-child
{
    padding-top:10px;
    color:#ffffff;
}

.top-bar > div > div:last-child
{
    color:#fa2929;
    padding-left:45px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.header-bar 
{
    position:relative;
    width: 1280px;
    height:202px;
    margin: auto;
    z-index: 1000;
    margin-top: -50px;
    background-color:#00ff00;
}

.up-header
{
    width: 100%;
    height:128px;
    background-color: #fc2323;
}

.up-header > div:nth-child(4n-3) {
    width: 50%;
    float: right;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.up-header > div:nth-child(4n-2) {
    width: 25%;
    height: 128px;
    float: right;
    background: url(../Images/icon-header-tel.png) no-repeat right center;
    font-family: IranSans;
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 60px;
}

.up-header > div:nth-child(4n-1) {
    width: 25%;
    height: 128px;
    float: right;
    background: url(../Images/icon-header-email.png) no-repeat right center;
    font-family: IranSans;
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 60px;
}

.up-header > div:nth-child(4n) {
    width: 0%;
    display: none;
}

.up-header > div:nth-child(4n) > div:first-child
{
    width:100%;
    height:64px;
    line-height:75px;
    float:right;
    background:url(../Images/icon-header-tel-small.png) no-repeat right 20px;
    font-family:IranSans;
    font-size:14px;
    color:#ffffff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right:45px;
}

.up-header > div:nth-child(4n) > div:last-child
{
    width:100%;
    height:64px;
    line-height:55px;
    float:right;
    background:url(../Images/icon-header-email-small.png) no-repeat right 10px;
    font-family:IranSans;
    font-size:14px;
    color:#ffffff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right:45px;
}

.up-header > div:nth-child(3n-2) a img
{
    padding:5px 10px 10px 10px;
}

.up-header > div:nth-child(3n-2) h1 {
    color: #ffffff;
    font-family: IranSans;
    font-size: 14px;
    padding-right: 10px;
}

.up-header > div:nth-child(3n-1) p {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

.up-header > div:nth-child(3n-1) p:first-child
{
    padding-top:42px;
}

.up-header > div:nth-child(3n) p
{
    margin:0px;
    padding:0px;
    font-weight:bold;
}

.up-header > div:nth-child(3n) p:first-child
{
    padding-top:42px;
}

.bottom-header
{
    width: 100%;
    height:74px;
    background-color: #ffFFff;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}

.bottom-header > div:first-child
{
    width:calc(100% - 210px);
    min-height:74px;
    height:auto;
    float:right;
    padding-top:10px;
}

.bottom-header > div:last-child
{
    width:210px;
    float:left;
    padding-top:20px;
}

.bottom-header > div:last-child a
{
    margin-right:12px;
}

.bottom-header > div:last-child a img
{
}


/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.slider 
{
    position:relative;
    width:100%;
    min-height:200px;
    height:auto;
    z-index:200;
    margin-top:-37px;
}

.menu-bar 
{
    width:100%;
    max-width:830px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-products-box-1-bar 
{
    width:100%;
    min-height:730px;
    height:auto;
    overflow:hidden;
    background-color:#181818;
    margin:30px auto;
}

.main-products-box-1 
{
    width:1280px;
    min-height:725px;
    height:auto;
    overflow:hidden;
    margin:0px auto;
}

.main-products-box-title 
{
    width:100%;
    margin:10px auto 20px auto;
    text-align:center;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    padding-bottom:20px;
    background:url(../Images/icon-line.png) no-repeat bottom;
}

.main-products-box-title h2
{
    padding:0px;
    margin:0px;
    line-height:30px;
    font-size:28px;
    font-family:BtitrBold;
    color:#ff0000;
}

.main-products-box-text 
{
    max-width: 1000px;
    width: auto;
    min-height:100px;
    height:auto;
    overflow:hidden;
    background-color:#323232;
    margin: 0px auto;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    padding:10px;
    font-family:IranSans;
    font-size:13px;
    color:#ffffff;
    line-height:30px;
}

.main-products-box-triangle {
    max-width: 1000px;
    width: auto;
    height: 25px;
    margin: 0px auto;
    background: url(../Images/icon-triangles.png) no-repeat center;
}

.main-products-box-main 
{
    width:100%;
    margin-top:30px;
}

.main-products-box-main ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.main-products-box-main ul li
{
    width:23.5%;
    min-height:200px;
    height:auto;
    overflow:hidden;
    margin-left:2%;
    margin-bottom:2%;
    float:right;
    background-color:#323232;
}

.main-products-box-main ul li:nth-child(4n)
{
    margin-left:0px;
}

.main-products-box-main ul li h3
{
    margin:10px 0px;
    padding:0px;
    font-family:IranSans;
    font-size:14px;
    color:#ffffff;
    text-align:center;
}

.main-products-box-main-img 
{
    width:95%;
    margin:auto;
    text-align: center;
}

.main-products-box-main-img img
{
    max-width:266px;
    width:100%;
    border:2px solid #ff0000
}

.main-products-box-main-text 
{
    height:95px;
    line-height:27px;
    overflow:hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    font-family: IranSans;
    font-size: 12px;
    color: #ffffff;
    text-align: right;
}

.main-products-box-main-text p
{
    margin:0px;
    padding:0px;
}

.main-products-box-main-link 
{
    width:145px;
    height: 34px;
    margin:10px 10px 10px auto;
    background:url(../Images/icon-product-link.jpg) no-repeat left;
    background-color:#181818;
}

.main-products-box-main-link a 
{
    display: inline-block;
    width:111px;
    text-align:center;
    line-height: 34px;
    text-decoration: none;
    font-family: IranSans;
    font-size: 13px;
    color: #ffffff;
    padding-right: 0px;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.main-products-box-main-link a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff0000;
        
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.main-products-box-main-link a:hover, .main-products-box-main-link a:focus, .main-products-box-main-link a:active {
    color:#181818;
        
}

.main-products-box-main-link a:hover:before, .main-products-box-main-link a:focus:before, .main-products-box-main-link a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}












.main-products-box-link 
{
    width: 200px;
    height: 34px;
    background: url(../Images/icon-product-link.jpg) no-repeat left;
    background-color: #323232;
    text-align: right;
    margin:10px auto 0px auto;
}

/*.main-products-box-link a
{
    line-height:34px;
    text-decoration:none;
    font-family: IranSans;
    font-size: 13px;
    color: #ffffff;
    padding-right:20px;
}*/




.main-products-box-link a 
{
    display: inline-block;
    width:166px;
    text-align:center;
    line-height: 34px;
    text-decoration: none;
    font-family: IranSans;
    font-size: 13px;
    color: #ffffff;
    padding-right: 0px;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.main-products-box-link a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff0000;
        
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.main-products-box-link a:hover, .main-products-box-link a:focus, .main-products-box-link a:active {
    color:#323232;
        
}

.main-products-box-link a:hover:before, .main-products-box-link a:focus:before, .main-products-box-link a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.parallax {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.parallax-image {
    width: 100%;
    height: 1000px;
    top: -200px;
    background: no-repeat 50% 50%;
    display: none;
    z-index: 5000;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax-home {
    background-image: url("../Images/parallax-home.jpg");
}

.main-background 
{
    
    width:100%;
    height:360px;
    color:#ff0000;
    text-align:center;
    font-family:Arial;
    font-size:42px;
}

.main-background div:first-child
{
    padding-top:320px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.main-products-box-2 
{
    max-width: 1280px;
    width:100%;
    min-height: 570px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    background-color:#181818;
}

.main-products-box-2-main 
{
    width:100%;
    margin-top:30px;
}

.main-products-box-2-main ul
{
    padding:0px;
    margin:0px auto;
    list-style:none;
    width:95%;
}

.main-products-box-2-main ul li
{
    width:31.333333%;
    min-height:200px;
    height:auto;
    overflow:hidden;
    margin-left:3%;
    margin-bottom:3%;
    float:right;
}

.main-products-box-2-main ul li:nth-child(3n)
{
    margin-left:0px;
}

.main-products-box-2-main ul li h3
{
    margin:10px 0px;
    padding:0px;
    font-family:IranSans;
    font-size:14px;
    color:#ffffff;
    text-align:right;
    border-right:8px solid #ff0000;
    padding-right:8px;
}

.main-products-box-2-main-img 
{
    width:100%;
    margin:auto;
    text-align: center;
}

.main-products-box-2-main-img img
{
    max-width:399px;
    width:100%;
}

.main-products-box-2-main-text 
{
    height:100px;
    overflow:hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px 0px;
    font-family: IranSans;
    font-size: 12px;
    color: #ffffff;
    text-align: right;
    border-bottom:1px solid #ff0000;
}

.main-products-box-2-main-link 
{
    width:135px;
    height: 34px;
    margin:10px 10px 10px auto;
    background:url(../Images/icon-product-link2.png) no-repeat right center;
    background-color:#181818;
    float:left;
}

.main-products-box-2-main-link a
{
    line-height:34px;
    text-decoration:none;
    font-family: IranSans;
    font-size: 13px;
    color: #ffffff;
    padding-right:30px;
}

.main-products-box-2-main-link a:hover
{
    color: #ff0000;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-news 
{
    max-width: 1280px;
    width:100%;
    min-height: 417px;
    height: auto;
    overflow: hidden;
    margin: 30px auto;
    background:url(../Images/icon-new-background.jpg) no-repeat center;
}

.main-news-title 
{
    width:100%;
    margin:10px auto 20px auto;
    text-align:center;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    padding-bottom:20px;
    background:url(../Images/icon-line.png) no-repeat bottom;
}

.main-news-title p
{
    padding:0px;
    margin:0px;
    line-height:30px;
    font-size:28px;
    font-family:BtitrBold;
    color:#ff0000;
}

.main-news-details 
{
    min-height:230px;
    height:auto;
    overflow:hidden;
    background-color:#323232;
    border:1px solid #cdcdcd;
}

.main-news-details > div:nth-child(3n-2)
{
    width:100%;
    height:110px;
}

.main-news-details > div:nth-child(3n-2) > div:first-child
{
    width:150px;
    float:right;
}

.main-news-details > div:nth-child(3n-2) > div:first-child a img
{
    max-width:136px;
    width:100%;
    max-height:100px;
}

.main-news-details > div:nth-child(3n-2) > div:last-child
{
    width:calc(100% - 150px);
    float:left;
}

.main-news-details > div:nth-child(3n-2) > div:last-child h4
{
    text-align:right;
    padding:0px;
    margin:0px;
}

.main-news-details > div:nth-child(3n-2) > div:last-child h4 a
{
    text-decoration:none;
    font-family:IranSans;
    font-size:15px;
    color:#fff;
    text-align:right;
    padding:0px;
    margin:0px;
}


.main-news-details > div:nth-child(3n-1)
{
    width:100%;
    height:100px;
    overflow:hidden;
    font-family:IranSans;
    font-size:13px;
    color:#fff;
    text-align:right;
}

.main-news-details > div:nth-child(3n)
{
    width:100%;
    height:20px;
    text-align:center;
    margin:10px auto;
}

.main-news-details > div:nth-child(3n) a
{
    font-family:IranSans;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    color:#ff0000;
    direction:rtl;
}

.main-news-details > div:nth-child(3n) a:hover
{
    color:#ffffff;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.main-about-bar 
{
    width:100%;
    min-height:500px;
    height:auto;
    overflow:hidden;
    background-color:#e1e1e1;
    margin:30px auto;
}

.main-about
{
    width:1280px;
    min-height:470px;
    height:auto;
    overflow:hidden;
    margin:auto;
}

.main-about > div
{
    width: 29%;
    min-height: 400px;
    height: auto;
    overflow: hidden;
    float:right;
    margin-left:6.5%;
    margin-top:35px;
}

.main-about > div:nth-child(3n)
{
    margin-left:0%;
}

.main-about > div > div:nth-child(3n-2)
{
    position:relative;
    width: 100%;
}

.main-about > div > div:first-child > div:nth-child(3n-1)
{
    width:100%;
    height:200px;
    overflow:hidden;
    line-height:23px;
    text-align:right;
    font-family:IranSans;
    font-size:14px;
    color:#000000;
    background-color:#ffffff;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    padding:0px 10px 10px 10px;
}

.main-about > div > div:first-child > div:nth-child(3n)
{
    width: 100%;
    text-align:center;
    background-color: #ffffff;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    padding-top:20px;
    padding-bottom:20px;
}

.main-about > div > div:first-child > div:nth-child(3n) > div {
    width: 145px;
    height: 34px;
    margin: 0px auto;
    background: url(../Images/icon-product-link.jpg) no-repeat left;
    background-color: #181818;
}

.main-about > div > div:first-child > div:nth-child(3n) > div a {
    display: inline-block;
    width: 111px;
    text-align: center;
    line-height: 34px;
    text-decoration: none;
    font-family: IranSans;
    font-size: 13px;
    color: #ffffff;
    margin-right:-34px;
    padding-right:0px;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.main-about > div > div:first-child > div:nth-child(3n) > div a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff0000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.main-about > div > div:first-child > div:nth-child(3n) > div a:hover, .main-about > div > div:first-child > div:nth-child(3n) > div a:focus, .main-about > div > div:first-child > div:nth-child(3n) > div a:active {
    color: #181818;
}

.main-about > div > div:first-child > div:nth-child(3n) > div a:hover:before, .main-about > div > div:first-child > div:nth-child(3n) > div a:focus:before, .main-about > div > div:first-child > div:nth-child(3n) > div a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}








/*.main-about > div > div:first-child > div:nth-child(3n) a 
{
    display:block;
    width:130px;
    line-height: 34px;
    text-decoration: none;
    font-family: IranSans;
    font-size: 13px;
    color: #ffffff;
    background: url(../Images/icon-product-link.jpg) no-repeat left;
    background-color:#181818;
    text-align:right;
    padding-right: 20px;
    margin:0px auto;
}*/

.main-about > div > div:first-child > div:nth-child(3n-2) > img
{
    width: 100%;
}

.main-about > div > div:first-child > div:nth-child(3n-2) > p
{
    position:absolute;
    top:0px;
    width: 100%;
    text-align:center;
    font-family:BTitrBold;
    font-size:27px;
    color:#ff0000;
    padding:0px;
    margin:0px;
}

.main-about > div > div:first-child > div:nth-child(3n-2) > h4
{
    position:absolute;
    top:50px;
    width: 100%;
    padding:0px;
    margin:0px;
    text-align:center;
    font-family:IranSans;
    font-size:15px;
    color:#ffffff;
}

.main-about > div > div:last-child 
{
    width:100%;
    margin:0px;
    padding:0px
}

.main-about > div > div:last-child img
{
    width:100%;
}


/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main {
    width: 1280px;
    margin: 0px auto 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.title-bar 
{
    width: 1280px;
    height: 44px;
    margin: 10px auto 10px auto;
    padding-top: 10px;
    border-bottom: solid 2px #cdcdcd;
    position: relative;
}

.title-bar h2 
{
    margin: 0px;
    padding: 0px 5px 14px 5px;
    font-family: IranSans;
    font-size: 18px;
    font-weight: normal;
    color: #181818;
    border-bottom: solid 2px #ff0000;
    float: right;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer-bar 
{
    width: 100%;
    min-height: 300px;
    height: auto;
    overflow: hidden;
    background-color: #181818;
}

.footer 
{
    max-width: 1280px;
    width:95%;
    min-height: 300px;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
    border-bottom:1px solid #ffffff;
}

.footer-up
{
    width:100%;
    min-height: 220px;
    height: auto;
    overflow: hidden;
    margin-top:20px;
}

.footer-bottom
{
    width:100%;
    min-height: 80px;
    height: auto;
    overflow: hidden;
}

.footer-up > div:first-child
{
    width: calc(100% - 400px);
    float:right;
}

.footer-up > div:last-child
{
    width: 400px;
    float:left;
    text-align:center;
}

.footer-up > div:first-child > a 
{
    font-family: IranSans;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    text-decoration:none;
    padding:0px 15px 0px 16px;
    border-left:1px solid #ffffff;
}
.footer-up > div:first-child > a:last-child 
{
    border-left: 0px;
}

.footer-up > div:first-child > a:first-child 
{
    border-right: 0px;
}
.footer-up > div:first-child > a:hover 
{
    color: #ff0000;
}

.footer-up > div:last-child > div:first-child > img
{
    max-width:364px;
    width: 95%;
}

.footer-bottom > div
{
    width: auto;
    min-height: 35px;
    height: auto;
    overflow: hidden;
    font-family:IranSans;
    font-size:13px;
    color:#ffffff;
    line-height:35px;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    padding-right:35px;
    float:right;
    border-left:1px solid #ffffff;
    padding-left:20px;
    margin-right:20px;
}

.footer-bottom > div:nth-child(4n-3)
{
    background:url(../Images/icon-location.png) no-repeat right center;
    margin-right:0px;
}

.footer-bottom > div:nth-child(4n-2) 
{
    background: url(../Images/icon-tel.png) no-repeat right center;
}

.footer-bottom > div:nth-child(4n-1) 
{
    background: url(../Images/icon-fax.png) no-repeat right center;
}

.footer-bottom > div:nth-child(4n) 
{
    background: url(../Images/icon-email.png) no-repeat right center;
    border-left:0px;
    padding-left:0px;
}

.designer-bar 
{
    width: 100%;
    min-height: 60px;
    height:auto;
    overflow:hidden;
    background-color:#181818;
}

.designer 
{
    max-width: 1280px;
    width:auto;
    min-height: 40px;
    height:auto;
    overflow:hidden;
    margin:10px auto;
}

.designer > div:first-child
{
    width:60%;
    float:right;
     line-height: 40px;
    font-family: IranSans;
    font-size: 12px;
    color: #ffffff;
    text-align: right;
}

.designer > div:last-child
{
    width:40%;
    float:left;
     line-height: 40px;
    font-family: IranSans;
    font-size: 12px;
    color: #ffffff;
    text-align: left;
}


.designer > div:last-child a
{
    color:#ffffff;
    text-decoration:none;
}
.designer > div:last-child a:hover
{
    color:#ff0000;
}

.designer > div:last-child span
{
    color:#ffffff;
    font-family: IranSans;
    font-size: 12px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.contact-form-right
{
    width:60%;
    float:right;
}
.contact-form-left
{
    width:35%;
    float:left;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.sitemap ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}
.sitemap > ul > li
{
	margin:10px;
	padding-right:16px;
	background:url("../Images/icon-bullet.png") no-repeat right 5px;
}
.sitemap > ul > li > a
{
	font-family:IranSans;
	font-size:14px;
	color:#1a0dab;
	text-decoration:none;
}
.sitemap > ul > li > a:hover
{
	color:#fc2323;
}
.sitemap > ul > li > ul li
{
	margin:10px;
	padding-right:16px;
	background:url("../Images/icon-bullet.png") no-repeat right 5px;
}
.sitemap > ul > li > ul > li a
{
	font-family:IranSans;
	font-size:14px;
	color:#1a0dab;
	text-decoration:none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.list-info
{
	font-family:IranSans;
	font-size:14px;
	color:#333333;
}
.list-info ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}
.list-info ul li
{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	overflow:hidden;
}
.list-info ul li div
{
    min-height:22px;
	padding-top:10px;
	padding-bottom:10px;
}
.list-info ul li div:first-child
{
	width:24.5%;
	width:calc(25% - 15px);
	padding-right:10px;
	background-color:#eeeeee;
	float:right;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.list-info ul li div:last-child
{
	width:74.5%;
	width:calc(75% - 15px);
	padding-right:10px;
	background-color:#eeeeee;
	float:left;
	text-align:right;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.post-list ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}
.post-list li
{
    margin-bottom:50px;
	background-color:#ffffff;
}
.post-list li:last-child
{
    margin-bottom:0px;
}
.post-list-title
{
	height:40px;
	line-height:40px;
	border-bottom:solid 1px #b7b7b7;
	background-color:#eeeeee;
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
}
.post-list-title h4
{
	margin:0px;
	padding:0px 10px 0px 0px;
	float:right;
}
.post-list-title h4 a
{
	font-family:IranSans;
	font-weight:normal;
	font-size:13px;
	color:#1a0dab;
	text-decoration:none;
}
.post-list-title h4 a:hover
{
	color:#4285f4;
}
.post-list-title div
{
	direction:ltr;
	padding-left:10px;
	font-family:IranSans;
	font-size:13px;
	font-weight:normal;
	color:#333333;
	float:left;
}
.post-list-image
{
	float:left;
	position:relative;
}
.post-list-image img
{
    width:200px;
    height:auto;
	margin:10px 10px 10px 0px;
	border:solid 1px #e6e6e6;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.post-list-summary
{
	padding-top:10px;
	line-height:33px;
	font-family:IranSans;
	font-size:13px;
	color:#333333;
	text-align:justify;
}
.post-list-summary a
{
    color:#1a0dab;
}
.post-list-summary a:hover
{
    color:#4285f4;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.post-view-cover-image img
{
	width:100% !important;
	height:auto !important;
	margin-bottom:20px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.post-images
{
    margin:10px auto;
}
.post-images ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}
.post-images ul li
{
	width:32.6667%;
    max-height:300px;
	margin:0% 0% 1% 1%;
	padding:0px;
	border:solid 1px #cdcdcd;
	position:relative;
	float:right;
	overflow:hidden;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.post-images ul li:nth-child(3n)
{
	margin-left:0px;
}
.post-images ul li img
{
	width:100%;
}
.post-date
{
	direction:ltr;
	text-align:left;
	font-family:IranSans;
	font-size:13px;
	font-weight:normal;
	color:#333333;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.product-detail-right 
{
    width: 400px;
    min-height: 300px;
    overflow: hidden;
    float: right;
    margin-left:30px;
}

.product-detail-left 
{
    width: calc(100% - 430px);
    height: auto;
    overflow: hidden;
    float: right;
}

.product-description img
{
    margin:auto;
    max-width:95%;
    width:auto;
}


.product-detail-right img {
    max-width: 400px;
    width: 100%;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */




.loading-progress {
    width: 100%;
    height: 100%;
    background: #ffffff url("../Images/loading-progress.gif") no-repeat center;
    z-index: 99999999;
    position: fixed;
    left: 0px;
    top: 0px;
}
