html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

@font-face {
  font-family: 'BYekan';
  src: url('../fonts/BYekan.eot'); /* IE9 Compat Modes */
  src: url('../fonts/BYekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/BYekan.woff') format('woff'), /* Modern Browsers */
       url('../fonts/BYekan.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/BYekan.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/OpenSans-Light.woff') format('woff'), /* Modern Browsers */
       url('../fonts/OpenSans-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/OpenSans-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Mehraz';
  src: url('../fonts/MehrazNassim.eot'); /* IE9 Compat Modes */
  src: url('../fonts/MehrazNassim.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/MehrazNassim.woff') format('woff'), /* Modern Browsers */
       url('../fonts/MehrazNassim.ttf')  format('truetype')
}
@font-face {
  font-family: 'icon';
  src: url('../fonts/icon.eot'); /* IE9 Compat Modes */
  src: url('../fonts/icon.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/icon.woff') format('woff'), /* Modern Browsers */
       url('../fonts/icon.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/icon.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	-moz-osx-font-smoothing: grayscale;
        background: #244274 none repeat scroll 0 0;
        border-radius: 2px;
        color: #fff;
        float: left;
        font-family: "icon";
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        height: 17px;
        line-height: 1;
        margin: 2px;
        padding: 6px 4px;
        text-align: center;
        text-transform: none;
        width: 20px;
}
[class^="icon-"]:hover, [class*=" icon-"]:hover {
    background: #e50000;
}
.icon-google-plus:before {
	content: "\ea88";
}
.icon-facebook:before {
	content: "\ea8c";
}
.icon-twitter:before {
	content: "\ea91";
}
.icon-youtube2:before {
	content: "\ea98";
}

body {
    font-family: "BYekan";
    font-size: 14px;
    //direction: rtl;
}
.clear {
    clear: both;
}

p {
    font-size: 12px;
    line-height: 30px;
    
}
h1 {
    background: #ffd200 none repeat scroll 0 0;
    color: #000;
    float: right;
    font-size: 16px;
    margin: 17px 0 10px;
    padding: 7px 10px;
    text-align: right;
}
.content {
    direction: rtl;
    min-height: 400px;
}
.topheader {
    width: 100%;
    background: url('../images/top_bg.png') ;
    height: 4px;
    min-width: 1050px;
    
}
.header_bg {
    width: 100%;
    background: #e00227;
    height: 10px;
    min-width: 1050px;
}
.header {
    width: 1050px;
    height: 10px;
    padding: 10px 0px 0px;
    margin: 0 auto;
}

.menu_bg {
    background: #eeeeee none repeat scroll 0 0;
display: inline;
height: 45px;
min-width: 1050px;
width: 100%;
}
.menu {
    margin: 0px auto; 
    width: 1050px;
    height: 120px;
}
.menu ul {
    box-sizing: border-box;
direction: rtl;
list-style: outside none none;
//margin: 0 auto;
padding: 80px 0px 0px 0px;
width: 950px;
}
.menu li {
    box-sizing: border-box;
    display: inline-block;
    padding: 4px 0 20px;
}
.menu ul li a {
    border-radius: 2px;
    color: #000;
    font-size: 13px;
    margin: 0 6px;
    padding: 5px 10px;
    text-decoration: none;
}
.menu ul li a:hover {
    color: #fff;
    background: #e00227;
}
.menu ul  li:after {
    content: "|";
    //font-size: 20px;
}
.menu ul li:last-child:after {
    content: "";
}
.hover {
    background: #f1f1f1;
    height: 370px;
    min-width: 1050px;
    opacity: 0.98;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 5;
    top:140px;
    color: #fff;
    display: none;
    
}
.hover_content {
    width: 1050px;
    height: 364px;
    z-index: 4;
    margin: 0 auto;
    padding: 20px 10px;
}
.product-bg {
    width: 100%;
    height: 310px;
    margin: 5px 0px 20px 0px;
    //background: #ececec;
}
.product-bg .product-index {
    width: 1050px;
    margin: 0 auto;
    //padding: 30px 0px;
    position: relative;
}
.product-list {
    float: right;
    margin: 15px;
    width: 200px;
    height: 200px;
}
.product-list h3 {
    padding: 5px 0px 0px 0px;
}
.product-list a {
    text-decoration: none;
    color: #1a5787;
}
.product-list a:hover {
    color: #b58d2d;
}
.next {
    background: url("../images/next.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 87px;
    position: absolute;
    right: -37px;
    top: 130px;
    width: 38px;
    cursor: pointer;
}
.prev {
    background: url("../images/back.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 87px;
    left: -58px;
    position: absolute;
    top: 130px;
    width: 38px;
    cursor: pointer;
}
.product-item {
    width: 200px;
    height: 180px;
  //  margin: 0px 5px;
    border: 1px solid #c8c8c8;
    //background: #fff;
    position: relative;
}

.product-item img {
    width: 200px;
    height: 180px;
}
.product-item .hover {
    opacity: 0;
    width: 200px;
    height: 60px;
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    padding: 60px 0;
}
.product-item:hover .hover {
    opacity: 1;
    transition: background-color 0.1s ease 0s;
}
.item-index h3 {
    direction: rtl;
    font-size: 12px;
    padding: 5px 0;
    width: 200px;
}
.item-index a {
    font-size: 14px;
    text-decoration: none;
    color: #e50000;
    
}
.item-index a:hover {
    color: #000;
    
}
.brand {
    width: 1050px;
    //height: 350px;
    margin: 0 auto;
    overflow: hidden;
    display: table;
}
.news {
    width: 1000px;
    height: 350px;
    margin: 0 auto;
    overflow: hidden;
    display: table;
}
.news-item {
    width: 300px;
    height: 280px;
    margin: 10px 16px;
    float: right;
}
.news-item img{
    width: 300px;
    height: 90px;
    padding: 10px 0px 0px;
}
.news-item h1 {
    background: none;
    font-size: 14px;
    width: 310px;
    height: 35px;
    padding: 0px;
    margin: 4px 0px;
    line-height: 20px;
}
.news-item span {
    color: #ffd200;
    font-size: 11px;
}
.news-item p {
    line-height: 22px;
    direction: rtl;
    text-align: justify;
    color: #878787;
}
.news-item h1 a{
    text-decoration: none;
    color: #000;
}
.news-item h1 a:hover{
    color: #d81d26;
}
.application_icon {
    width: 92px;
    height: 72px;
    //border: 1px solid #e0d300;
    float: right;
    margin: 5px 10px 50px;
}
.imgbox {
    
    width: 200px;
    height: 250px;
    float: left;
    margin: 8px;
    display: inline-table;

}
.imgbox .imgfirst {
    width: 200px;
    height: 200px;
}
.imgbox img {
    width: 50px;
    height: 50px;
    float: left;
    margin: 2px 4px;
}
.application_icon img{
    width: 50px;
    height: 50px;
    padding: 10px 20px;
}

.application_icon h2 {
    font-size: 11px;
    text-align: center;
    line-height: 20px;
}
.application_icon a {
    margin: 0px;
    padding: 0px;
}
.application_icon h2 a {
    text-decoration: none;
    color: #fff;
  
}
.application_icon h2 a:hover {
    color: #e50000;
}

.about_menu {
    width: 95px;
    height: 75px;
    //border: 1px solid #e0d300;
    float: right;
    margin: 5px 10px 50px;
}
.about_menu img{
    width: 50px;
    height: 50px;
    padding: 20px 20px;
}

.about_menu h2 {
    font-size: 11px;
    text-align: center;
    line-height: 20px;
}
.about_menu h2 a {
    text-decoration: none;
    color: #fff;
    padding: 0px;
}
.about_menu h2 a:hover {
    color: #e50000;
}
#parent_cat {
    width: 240px;
    display: block;
    float: right;
    margin: 5px;
    height:40px;
}
#parent_cat img{
    width: 23px;
    height: 23px;
    float: right;
    padding: 2px 10px;
}
#parent_cat h2 {
    color: #fff;
    float: right;
    //font-size: 15px;
    //padding: 4px 0;
}

#parent_cat a {
    background: #e00227 none repeat scroll 0 0;
    color: #fff;
    display: table;
    font-size: 12px;
    height: 18px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    width: 210px;
}
#parent_cat a:hover {
    color: #fff;
    background: #000;
}
.menu .hover_content .sub {
    direction: rtl;
    list-style:none;
    width: 750px;
    float: right;
    //height: 29px;
}
.menu .hover_content ul {
    padding: 0px;
}
.menu .hover_content li {
    box-sizing: border-box;
    display: inline-block;
    padding: 4px;
}
.menu .hover_content ul li a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
    background: none;
    display: inline-block;
    padding: 0px;
    
}
.menu .hover_content ul li a:hover {
    color: #e50000;
    background: none;
}
.hover_content li:after {
    content: "/";
    font-size: 14px;
    color: #8a8a8a;
}
.hover_content li:last-child:after {
    content: "";
}
.search_top {
    float: left;
    height: 20px;
    width: 200px;
}
.search_top input[type=text] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c5ccd1;
    display: table;
    float: right;
    font: 13px "Mehraz";
    height: 16px;
    padding: 4px;
    width: 141px;
}
.search_top input[type=text]:focus {
    background: #e7e7e7;
    border: 1px solid #768998;

}
.search_top input[type=submit] {
    background: #768998 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: table;
    float: right;
    font: 13px "BYekan";
    height: 26px;
}
.search_top input[type=submit]:hover {
    background: #e50000;
    color: #fff;
}
.brand_icon {
     display: block;
     float: right;
     margin: 5px;
}
.brand_icon img {
     height: 75px;
    width: auto;
}
#brand_icon {
     display: block;
   //clear: both;
     float: right;
     margin: 5px;
}
#brand_icon:hover {
    background: none;
}
#brand_icon a {
    background: none;
    width: 0px;
    height: 0px;
    padding: 0px;
    margin: 0px;
}
#brand_icon a:hover {
    background: none;
    //padding: 0px;
    //margin: 0px;
}
#brand_icon img {
    height: 50px;
    width: auto;
    padding: 0px;
    margin: 0px;
}
.navigation_bg {
    background: #a9a9a9;
    width: 100%;
    height: 38px;
    //padding: 5px;
    min-width: 1050px;
}
.navigation {
    width: 1050px;
    height: 20px;
    padding: 10px;
    margin: 0 auto;
    color: #c6c6c6;
    font-size: 13px;
    direction: rtl;
}
.navigation a {
    text-decoration: none;
    color: #c6c6c6;
    padding: 0px 8px;
    
}
.navigation a:hover {
    color: #fff;
}
#slider {
    margin: 0 auto;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1; 
}
#slideshow {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 0;
    z-index: 1;
    min-width: 1050px;
    direction: ltr;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
#container {
    height: auto;
    margin: 0 auto;
    min-height: 340px;
    padding: 20px 10px;
    width: 1050px;
    display: table;
}
#container em {
   // background: #d91f28;
   // padding: 2px 8px 2px 10px;
   // font-size: 15px;
    //color: #fff;
    //margin: 10px 0px;
   // display: table;
}

#container table{
    border-spacing: 1px;
    font: 14px/20px "Mehraz";
    width: 850px;
}
#container table strong {
    font-weight: bold;
}
#container table em {
    background: none;;
    color: #000;
    display: inline-table;
    font-size: 13px;
    font-style: italic;
    line-height: 0;
    margin: 0;
    padding: 0;
}
#container table tr:nth-child(-n+1) {
    background: #103c77 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 16px;
    height: 20px;
    text-align: center;
}
#container table td {
    border: 1px solid #f4f4f4;
    padding: 5px;
    text-align: center;
}
#container table tr:nth-child(2n) {
    background: #ffe3a0 none repeat scroll 0 0;
}
.newsletter_bg {
    width: 100%;
    height: 220px;
    min-width: 1050px;
    background: #ffd200; 
    //margin: 0px 0px 20px 0px;
    display: table;
}
.newsletter {
    width: 1050px;
    margin: 0 auto;
    direction: rtl;
}
.newsletter p {
    //padding: 20px 0px;
    line-height: 25px;
    text-align: justify;
}
.newsletter .form {
    //float: left;
    height: 115px;
    margin: 8px 0 0 0px;
    //padding: 0 30px;
}
.newsletter .content {
    //float: right;
    margin: 0 0 0 20px;
    padding: 0 10px 0px 0px;
    width: 900px
}
.newsletter .form input[type=text] {
    width: 230px;
    height: 22px;
    background: #fff;
    border: 1px solid #c5ccd1;
    display: table;
    margin: 5px;
    padding: 4px 8px;
    font: 12px 'BYekan';
    float: right;
}
.newsletter .form input[type=text]:focus {
    background: #e7e7e7;
    border: 1px solid #768998;

}
.newsletter .form input[type=submit] {
    background: none repeat scroll 0 0 #f20000;
    border: medium none;
    color: #fff;
    display: table;
    float: right;
    font:13px "BYekan";
    height: 30px;
    margin: 5px;
    text-transform: uppercase;
    //width: 100px;
}
.newsletter .form input[type=submit]:hover {
    background: #000;
    color: #fff;
}
.error{
   font-size: 13px;
   color: #e50000;
}
.success{
   font-size: 13px;
   color: #4cae4c;
}
.errori{
   font-size: 13px;
   color: #e50000;
}
.successi{
   font-size: 13px;
   color: #4cae4c;
}

.footer_bg {
    width: 100%;
    height: 30px;
    min-width: 1050px;
    background: #aab6c3;
    height: 160px;
    padding: 20px 0px 0px;
}
#footer {
    width: 1015px;
    height: 140px;
    margin: 0 auto;
    //padding: 0px 10px 0px 0px;
}
#footer ul {
    list-style: square;
    color: #a2353a;
    float: right;
   // margin: 0 20px;
    width: 115px;
    direction: rtl
}
#footer ul li {
    padding: 4px;
    width: 100%;
}
#footer ul li a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
}
#footer ul li a:hover {
    color: #e50000;
}
#footer .copyright {
    width: 400px;
    height: 100px;
    float: left;
}
#footer .copyright h1 {
    background: #f20000;
    float: left;
    font-size: 15px;
    margin: 4px;
    padding: 7px 10px;
    width: 200px;
    color: #fff;
}
#footer .copyright p {
    float: left;
    font-size: 12px;
    padding: 6px 6px;
    text-align: left;
    width: 295px;
    line-height: 10px;
    direction: rtl;
}
.inquery-form {
    width: 1050px;
    height: 300px;
    margin: 20px auto;
}
.inquery-form input[type=text] {
    border: 1px solid #c5ccd1;
    clear: both;
    float: right;
    height: 20px;
    margin: 3px 0;
    padding: 4px;
    width: 400px;
    font: 13px "Mehraz";
    color: #768998;
}
.inquery-form input[type=text]:focus{
    background: #e7e7e7;
    border: 1px solid #768998;
}
.inquery-form .msg {
    border: 1px solid #c5ccd1;
    height: 130px;
    margin: 2px 5px;
    padding: 4px;
    width: 615px;
    font: 14px "Mehraz";
    color: #768998;
}
.inquery-form .msg:focus{
    background: #e7e7e7;
    border: 1px solid #768998;
}
.inquery-form input[type=submit] {
    background: none repeat scroll 0 0 #768998;
    border: medium none;
    color: #fff;
    display: table;
    float: left;
    font: 13px "Mehraz";
    height: 30px;
    margin: 5px 9px;
    text-transform: uppercase;
    //width: 100px;
}
.inquery-form input[type=submit]:hover {
    background: #e50000;
    color: #fff;
}
.error-inquery {
    height: 20px;
}
.box_index {
    border: 1px solid #dddddd;
    float: left;
    height: 290px;
    margin: 15px;
    width: 318px;
}
.box_index .last_product {
    padding: 2px 10px;
    
}

.box_index h1{
    padding: 0px 6px;
    background: #d91f28;
    font-size: 15px;
    margin: 5px 5px 0px;
    display: inline-block;
    color: #fff;
}
.box_index .support {
    padding: 25px 10px 10px;
}
.support img {
    width: 100px;
    height: 100px;
    padding: 2px 5px 50px;
    float: right;
}
.support p{
    line-height: 24px;
    font-size: 13px;
    text-align: justify;
}
.support input[type=text] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c5ccd1;
    display: table;
    float: right;
    font: 13px "Mehraz";
    height: 16px;
    padding: 4px;
    width: 180px;
}
.support input[type=text]:focus {
    background: #e7e7e7;
    border: 1px solid #768998;

}
.support input[type=submit] {
    background: #d91f28;
    border: medium none;
    color: #fff;
    display: table;
    float: right;
    font: 13px "Mehraz";
    height: 26px;
}
.support input[type=submit]:hover {
    background: #000;
    color: #f1cc00;
}
.box_index .last_product  img {
    width: 180px;
    height: 180px;
    padding: 0px 60px;
}
.box_index .last_product  h2 {
    padding: 2px 10px 8px;
    font-size: 15px;
    
}
.box_index .last_product  h2 a{
    text-decoration: none;
    color: #e50000;
}
.box_index .last_product  h2 a:hover{
    color: #000;
}
.box_index .last_product  hr { 
    border: 0; 
    height: 0; 
    border-top: 1px dotted rgba(0, 0, 0, 0.3); 
    border-bottom: 1px dotted rgba(255, 255, 255, 1); 
    margin: 0px 3%;
    width: 94%;
    
}
.box_index .last_product .index_detail {
    height: 26px;
    padding: 0px 5px;
}
.box_index .last_product .index_detail img {
    width: 20px;
    height: 20px;
    padding: 5px;
    float: right;
}
.box_index .last_product .index_detail a {
    color: #d91f28;
    float: right;
    font-size: 14px;
    padding: 5px 5px;
    text-decoration: none;
}
.box_index .last_product .index_detail a:hover {
    color: #000;
}
hr { 
    border: 0; 
    height: 0; 
    border-top: 1px solid rgba(0, 0, 0, 0.1); 
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); 
    margin: 4px 0px;
    clear: both;
}
.last_article {
    text-align: justify;
    padding: 5px;
}
.last_article p{
    line-height: 20px;
    font-size: 13px;
    text-align: justify;
    padding: 0px 4px;
}
.last_article img {
    width: 80px;
    height: 90px;
    padding: 5px 5px 150px;
    float: right;
}
.last_article  h2 {
    padding: 2px 10px 8px;
    font-size: 16px;
    
}
.last_article  h2 a{
    text-decoration: none;
    color: #e50000;
}
.last_article  h2 a:hover{
    color: #000;
}
.product_list {
    width: 165px;
    height: 200px;
    border: 1px solid #d2d2d2;
    float: right;
    margin: 4px;
    position: relative;
    text-align: right;
    
}
.product_list:hover {
    border: 1px solid #000;
}
.product_list img {
    width: 100px;
    height: 100px;
    padding: 15px 30px;
}
.product_list h2 {
    padding: 12px;
    font-size: 14px;
    
}
.product_list h2 a{
    text-decoration: none;
    color: #e50000;
}
.product_list h2 a:hover{
    color: #000;
}
.product_list hr { 
    border: 0; 
    height: 0; 
    border-top: 1px dotted rgba(0, 0, 0, 0.3); 
    border-bottom: 1px dotted rgba(255, 255, 255, 1); 
    margin: 0px 5%;
    width: 90%;
    
}

.brand_list {
    width: 275px;
    height: 165px;
    border: 1px solid #d2d2d2;
    float: right;
    margin: 4px;
    position: relative;
    text-align: right;
    
}
.brand_list:hover {
    border: 1px solid #000;
}
.brand_list img {
    width: 255px;
    height: 78px;
    padding: 15px 10px;
}
.brand_list h2 {
    padding: 12px;
    font-size: 14px;
    
}
.brand_list h2 a{
    text-decoration: none;
    color: #e50000;
}
.brand_list h2 a:hover{
    color: #000;
}
.brand_list hr { 
    border: 0; 
    height: 0; 
    border-top: 1px dotted rgba(0, 0, 0, 0.3); 
    border-bottom: 1px dotted rgba(255, 255, 255, 1); 
    margin: 0px 5%;
    width: 90%;
    
}


.product_item {
    width: 250px;
    height: 370px;
    border: 1px solid #d2d2d2;
    float: right;
    margin: 5px;
    position: relative;
    text-align: right;
    direction: rtl;
    
}
.product_item:hover {
    border: 1px solid #000;
}
.product_item img {
    width: 200px;
    height: 200px;
    padding: 10px 25px;
}
.product_item h2 {
    padding: 10px;
    font-size: 16px;
    font-family: "Mehraz";
}
.product_item h2 a{
    text-decoration: none;
    color: #e50000;
}
.product_item h2 a:hover{
    color: #000;
}
.product_item hr { 
    border: 0; 
    height: 0; 
    border-top: 1px solid rgba(0, 0, 0, 0.3); 
    border-bottom: 1px solid rgba(255, 255, 255, 1); 
    margin: 0px 5%;
    width: 90%;
    
}
.product_item p {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 10px;
    color: #7c7c7c;
}
.product_item span {
    color: #000;
}
.product_view h1 {
    color: #e50000;
}
.product_view .gallery {
    width: 350px;
    height: 380px;
    float: left;
    margin: 0px 10px 10px 0px;
}
.product_view img {
    width: 350px;
    height: 350px;
    border: 1px solid #d2d2d2;
}
.product_view .more {
    width: 300px;
    height: 30px;
    padding: 4px 0px;
}
.product_view .more img {
    width: 25px;
    height: 25px;
    border: none;
    float: right;
    padding: 4px 5px;
}
.product_view .more a {
    color: #a1a1a1;
    padding: 10px;
    text-decoration: none;
    display: block;
}
.product_view .more a:hover {
    color: #a1a1a1;
}
.detail {
    bottom: 0;
    height: 26px;
    margin: 9px 5px;
    //position: absolute;
}
.detail img {
    width: 20px;
    height: 20px;
    float: right;
    padding: 2px;
    margin: 4px 0px;
}
.detail a {
    text-decoration: none;
    float: right;
    font-size: 13px;
    color: #d81d26;
    padding:10px 5px;
}
.detail a:hover {
    color: #000;
}

#job table{
    border-spacing: 1px;
    font:14px/10px "Mehraz";
    width: 100%;
}
#job table strong {
    font-weight: bold;
}
#job table em {
    background: none;;
    color: #000;
    display: inline-table;
    font-size: 9px;
    font-style: italic;
    line-height: 0;
    margin: 0;
    padding: 0;
}

#job table td {
    border: 1px solid #f4f4f4;
    padding: 5px;
    text-align: right;
}
#job table tr:nth-child(2n) {
    background: #d6e6fc none repeat scroll 0 0;
}
#job table tr:nth-child(-n+1) {
    background: #103c77 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 14px;
    padding: 20px 10px;
    height: 40px;
    
}
#job .cel {
    width: 100%;
    float: right;
    display: inline-table;
    padding: 4px;
}
#job .space {
    padding: 0px 10px;
    height: 10px;
    display: inline-block;
}
#job input[type=text] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c5ccd1;
    //display: table;
    //float: right;
    font: 13px "Mehraz";
    height: 16px;
    padding: 4px;
    width: 131px;
    margin: 8px 5px;
}

#job .msg {
    border: 1px solid #c5ccd1;
    //display: table;
    //float: right;
    font: 13px "Mehraz";
    height: 70px;
    padding: 4px;
    width: 550px;
    margin: 8px 5px;
}
#job .msg:focus {
    background: #e7e7e7;
    border: 1px solid #768998;
}
#job input[type=radio] {
    margin:0px 10px;
}
#job input[type=text]:focus {
    background: #e7e7e7;
    border: 1px solid #768998;

}
#job table tr:hover {
    background: #103c77 none repeat scroll 0 0;
    color: #ffffff;
}
#job input[type=submit] {
    background: #0f3569 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: table;
    float: right;
    font: 14px "Mehraz";
    height: 26px;
}
#job input[type=submit]:hover {
    background: #e50000;
    color: #fff;
}
#req h2 {
    font-size: 18px;
    color: #fff;
    padding: 7px;
}
#req table{
    border-spacing: 1px;
    font:14px/10px "Mehraz";
    width: 100%;
}
#req table strong {
    font-weight: bold;
}
#req table em {
    background: none;;
    color: #000;
    display: inline-table;
    font-size: 9px;
    font-style: italic;
    line-height: 0;
    margin: 0;
    padding: 0;
}

#req table td {
    border: 1px solid #f4f4f4;
    padding: 5px;
    text-align: right;
}
#req table tr:nth-child(2n) {
    background: #e8e8e8 none repeat scroll 0 0;
}
#req table tr:nth-child(-n+1) {
    background: #103c77 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 14px;
    padding: 20px 10px;
    height: 40px; 
}
#req table tr:hover {
    background: #103c77 none repeat scroll 0 0;
    color: #ffffff;
}
#req .cel {
    width: 100%;
    float: right;
    display: inline-table;
    //padding: 4px;
}
#req .space {
    padding: 0px 10px;
    height: 10px;
    display: inline-block;
}
#req input[type=text] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c5ccd1;
    //display: table;
    //float: right;
    font: 13px "Mehraz";
    height: 16px;
    padding: 4px;
    width: 131px;
    margin: 8px 5px;
}
#req .select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c5ccd1;
    //display: table;
    //float: right;
    font: 13px "Mehraz";
    height: 27px;
    padding: 4px;
    width: 131px;
    margin: 8px 5px;
}
#req .msg {
    border: 1px solid #c5ccd1;
    //display: table;
    //float: right;
    font: 13px "Mehraz";
    height: 70px;
    padding: 4px;
    width: 550px;
    margin: 8px 5px;
}
#req .msg:focus {
    background: #e7e7e7;
    border: 1px solid #768998;
}
#req input[type=radio] {
    margin:0px 10px;
}
#req input[type=text]:focus {
    background: #e7e7e7;
    border: 1px solid #768998;

}
#req input[type=submit] {
    background: #0f3569 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: table;
    //float: right;
    font: 14px "Mehraz";
    height: 26px;
}
#req input[type=submit]:hover {
    background: #e50000;
    color: #fff;
}
#form {
    //width: 500px;
    height: auto;
    //float: left;
}
#form table{
    border-spacing: 1px;
    font:14px/10px "Mehraz";
    width: 100%;
}
#form h2 {
    font-size: 18px;
    color: #fff;
    padding: 7px;
}
#form table strong {
    font-weight: bold;
}
#form table em {
    background: none;;
    color: #000;
    display: inline-table;
    font-size: 9px;
    font-style: italic;
    line-height: 0;
    margin: 0;
    padding: 0;
}

#form table td {
    border: 1px solid #f4f4f4;
    padding: 5px;
    text-align: right;
}
#form table tr:nth-child(2n) {
    background: #e8e8e8 none repeat scroll 0 0;
}
#form table tr:nth-child(-n+1) {
    background: #103c77 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 14px;
    padding: 20px 10px;
    height: 40px; 
}
#form table tr:hover {
    background: #103c77 none repeat scroll 0 0;
    color: #ffffff;
}
#form .cel {
    width: 100%;
    float: right;
    display: inline-table;
    //padding: 4px;
}
#form .space {
    padding: 0px 10px;
    height: 10px;
    display: inline-block;
}
#form input[type=text] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c5ccd1;
    //display: table;
    //float: right;
    font: 13px "Mehraz";
    height: 16px;
    padding: 4px;
    width: 131px;
    margin: 8px 5px;
}
#form .select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c5ccd1;
    //display: table;
    //float: right;
    font: 13px "Mehraz";
    height: 27px;
    padding: 4px;
    width: 131px;
    margin: 8px 5px;
}
#form .msg {
    border: 1px solid #c5ccd1;
    //display: table;
    //float: right;
    font: 13px "Mehraz";
    height: 70px;
    padding: 4px;
    width: 550px;
    margin: 8px 5px;
}
#form .msg:focus {
    background: #e7e7e7;
    border: 1px solid #768998;
}
#form input[type=radio] {
    margin:0px 10px;
}
#form input[type=text]:focus {
    background: #e7e7e7;
    border: 1px solid #768998;

}
#form input[type=submit] {
    background: #0f3569 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: table;
    float: right;
    font: 14px "Mehraz";
    height: 26px;
}
#form input[type=submit]:hover {
    background: #e50000;
    color: #fff;
}
.main {
    min-height: 300px;
}
.errorbox {
    background: #e50000;
    padding: 5px 20px;
    color: #fff;
}

/* map maker */
#map_wrapper {
    height: 350px;
    border: 6px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(166,166,166,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(166,166,166,1);
    box-shadow: 0px 0px 5px 0px rgba(166,166,166,1);
}

#map_canvas {
    width: 100%;
    height: 100%;
}
.info_content p{
    direction: rtl;
    font-family: "Mehraz";
}
.info_content h3{
    font-size: 16px;
    color: #d81d26;
    font-family: "Mehraz";
}
/* map maker end */