﻿#overly
{
    width: 100%;
    height: 100%;
    z-index: 1999;
    left: 0;
    top: 0;
    position: fixed;
    background-color: black;
    opacity: 0.5;
    display: none;
}
/***navigation specific css*******/
.logo
{
    margin-left: 30px;
    float: left;
    text-align: left;
}
.links
{
    float: left;
    margin-left: 420px;
}

.logo-main img
{
    position: absolute;
    padding-top: 10px;
}
.logo-small img
{
    position: absolute;
    padding-top: 3px;
}
.menu-over
{
    top: 5px;
    position: absolute;
    width: 70px;
    height: 3px;
    background-color: #154592;
    opacity: 0;
}
/***slider*******/
#slider
{
    background-color: #f2f2f2;
    margin-bottom: 20px;
}
#slider-inner
{
    background-image: url('../Images/contact/slider.jpg');
    height: 315px;
    width: 1260px;
    margin: 0pt auto;
    margin-top: 89px;
}
.slider-product-img
{
    width: 120px;
    height: 427px;
    background-image: url('../Images/contact/slider-product-img.png');
    position: absolute;
    margin: 25px 0 0 850px;
}
/***content*******/
#content
{
}
#content-inner
{
    width: 1230px;
    margin: 0pt auto;
    margin-top: 150px;
}

.news-list
{
    width: 750px;
    margin: 0pt auto;
}
.content1 > div
{
    float: left;
}
.content1-img
{
    width: 195px;
}
.content1-text
{
    width: 535px;
    margin-right: 20px;
    text-align: right;
}
.news-row
{
    margin-bottom: 50px;
}
.news-row p
{
    font: 12px tahoma;
    direction: rtl;
    text-align: justify;
    color: #818181;
    margin: 0;
    padding: 0;
    line-height: 18px;
}
.content1 span
{
    font: 18px 'byekan';
    direction: rtl;
    text-align: justify;
    color: #154592;
}
.news-more
{
    width: 217px;
    height: 193px;
    background-image: url('../Images/news/news-more-icon.png');
    background-repeat: no-repeat;
    position: absolute;
    margin: -25px 0 0 270px;
    cursor: pointer;
    opacity: 0;
    z-index: 200;
}
/***news more info*******/
#news-more-info
{
    width: 1230px;
    position: fixed;
    top: 33px;
    left: 50%;
    z-index: 2000;
    margin: 0px 0px 0px -600px;
    display: none;
    height: 609px;
}
span.close
{
    display: block;
    background: url('../Images/product-more-info/more-info-box-close.png');
    position: absolute;
    right: 20px;
    top: -15px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-indent: -999em;
    z-index: 999;
}
span.close:hover
{
    moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 20px #333;
    moz-box-shadow: 0 0 20px #333;
    box-shadow: 0 0 20px #333;
}
.news-more-data-inner > div
{
    float: left;
    text-align: right;
}
.news-content-inner img.loading
{
    margin: 100px 160px 0 0;
}
.news-left
{
    width: 171px;
    background-image: url('../Images/news/news-left-img.png');
    background-repeat: no-repeat;
    height: 609px;
}

.news-content
{
    width: 1027px;
    height: 609px;
    background-color: White;
}

.news-content .news-title
{
    color: #154592;
    font: 18px 'byekan';
    text-align: right;
    direction: rtl;
    line-height: 20px;
    padding: 30px 30px 0 0;
}
.news-content-inner
{
    overflow: auto;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    height: 609px;
    width: 1027px;
}
.news-content-data
{
    padding: 0 30px 0 20px;
}
.news-create-date, .news-tags
{
    padding-right: 30px;
}
.news-create-date span
{
    color: #818181;
    font: 10px tahoma;
    text-align: right;
    direction: rtl;
    line-height: 30px;
}
.news-tags p
{
    color: #818181;
    font: 10px tahoma;
    text-align: right;
    direction: rtl;
    line-height: 30px;
}
.more-image-content
{
    width: 472px;
    height: 220px;
    padding-bottom: 2px;
 
}
  /* Let's get this party started */
        #news-more-info ::-webkit-scrollbar
        {
            width: 5px;
        }
        
        /* Track */
        #news-more-info ::-webkit-scrollbar-track
        {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            -webkit-border-radius: 10px;
            border-radius: 10px;
        }
        
        /* Handle */
        #news-more-info ::-webkit-scrollbar-thumb
        {
            -webkit-border-radius: 10px;
            border-radius: 10px;
            background: rgba(21,69,146,0.8);
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
        }
        #news-more-info ::-webkit-scrollbar-thumb:window-inactive
        {
            background: rgba(21,69,146,0.4);
        }