﻿.banner-background
{
    background: #f3f2f2 url('../img/banner-background.png') repeat-x top center;
min-width: 1282px;
width: 100%;
}

.container
{
    width: 1000px;
    margin: auto;
    padding-top: 30px; /*box-shadow:0 2px 5px #666;*/
}

.banner
{
    height: 320px;
    width: 1000px;
    margin: auto;
    direction: ltr;
    overflow: hidden;
    /*border-top: 3px solid #369;*/
    background-color: #fff;
    position: relative;
}
.bannerContainer
{
    height: 320px;
    width: 1000px;
    margin: auto;
    direction: ltr;
   
  
    position: relative;
}

.container .underBanner
{
    /*border:1px solid #ddd;*/
    box-shadow: 0 0px 10px #ddd;
    margin-bottom: 25px;
    background: #FFF;
    direction:rtl;
}

.hidden
{
    display: none;
}

.layer3
{
    padding: 0px 25px;
    direction: ltr;
    position: relative;
    background: #fff left top repeat-x url('../img/layer3-background.png');
    border-bottom: 2px solid #aaa;
    margin-bottom: 100px;
    height: 200px;
}

.layer3 #features
{
    position: absolute;
    overflow: hidden;
    margin-top: 50px;
}

.layer3 .clearfix
{
    float: none;
    clear: both;
}

.layer3 .controls
{
    background-image: url('../img/feature-next-prev.png');
    position: absolute;
    display: block;
    width: 22px;
    height: 45px;
    top: 128px;
    opacity: 0.5;
    transition: all 0.2s ease 0.1s;
}

.layer3 .controls:hover
{
    opacity: 1;
    cursor: pointer;
}

.layer3 .prev
{
    left: 0;
    background-position: 22px 0px;
}

.layer3 .next
{
    background-position: 0px 0px;
    right: 0;
}

.layer3 .pagation-Container
{
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    height: 24px;
    /*background: #1F1F1F;*/
}

.layer3 .pagation-Container .feature-centerdemo
{
    background-image: url('../img/centerdemo.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
   text-align:center;
    width: 270px;
    height: 24px;
    right: 365px;
    top: 0;
    overflow: hidden;
    color: #fff;
    direction: rtl;
    padding-right: 70px;
    line-height: 20px;
}
.layer3 .pagation-Container .feature-left
{
    background-image: url('../img/feature-left.png');
    position: absolute;
    width: 30px;
    height: 24px;
    left: 0;
    top: 0;
}

.layer3 .pagation-Container .feature-right
{
    background-image: url('../img/feature-right.png');
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    width: 262px;
    height: 24px;
    right: 0;
    top: 0;
    overflow: hidden;
    color: #fff;
    direction: rtl;
    padding-right: 70px;
    line-height: 20px;
}

.layer3 .pagation-Container .feature-right span
{
}

.layer3 .pagation-Container .feature-right img
{
    position: absolute;
    right: 12px;
    top: 4px;
}

.layer3 .pagation-Container .feature-center
{
    background-image: url('../img/feature-center.png');
    background-repeat: no-repeat;
    background-position: right center;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 77px;
    width: 145px;
    height: 24px;
    overflow: hidden;
    color: #fff;
    direction: ltr;
    padding-left: 55px;
    line-height: 20px;
    white-space: nowrap;
}

.layer3 .pagation-Container .feature-center span
{
    position: relative;
    top: 1px;
    font-size: 8pt;
}

.layer3 .pagation-Container .feature-center img
{
    position: absolute;
    left: 7px;
    top: 3px;
}

.layer3 .pagation
{
    position: absolute;
    float: left;
    top: 0;
    left: 35px;
}

.layer3 .pagation a
{
    text-decoration: none;
    display: inline-block;
    margin: 0 5px 0 0;
    width: 9px;
    height: 24px;
    background-image: url('../img/feature-page.png');
    transition: all 0.5s ease 0.1s;
    -webkit-transition: all 0.5s ease 0.1s;
}

.layer3 .pagation a.selected
{
    background-image: url('../img/feature-page-selected.png');
}

.layer3 .pagation a span
{
    display: none;
}

.layer3 .itemBox
{
    width: 280px;
    height: 170px;
    float: left;
    margin-top: 2px;
    margin-right: 7px;
    margin-left: 7px;
    border: 10px solid #fff;
    box-shadow: 0 4px 3px #888, 0 0 1px #666;
    position: relative;
    overflow: hidden;
}

.layer3 .itemBox img
{
    width: 280px;
    height: 180px;
}

.layer3 .itemBox .over-message
{
    cursor: pointer;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    position: absolute;
    top: 135px;
    left: 0;
    width: 100%;
    height: 100%;
    direction: rtl;
}

.layer3 .itemBox .over-message h2
{
    font-family: "b Mitra";
    font-size: 12pt;
    text-shadow: -2px 2px 2px #000;
    direction: rtl;
    text-align: right;
    padding-right: 10px;
    color: #fff;
    margin: 5px 0 0;
}

.layer3 .itemBox .over-message span
{
    text-align: justify;
    text-indent: 20px;
    position: absolute;
    width: 270px;
    padding: 5px;
    right: 0;
    direction: rtl;
}

.context
{
    margin: 20px;
    height: 280px;
    position: relative;
}

.context .context-image
{
    position: relative;
    width: 500px;
    height: 100%;
    top: 0;
}

.context .context-image img
{
    position: relative;
}

.context .context-text h1
{
    text-shadow: -3px 3px 1px #bbb;
    font-family: "B mitra", Mitra, Arial;
    font-size: 16pt;
    font-weight: bold;
}

.context .context-text p
{
    line-height: 20px;
    font-size: 9pt;
    text-align: justify;
    text-indent: 20px;
}

.Highlight
{
    -moz-animation: Highlight 0.5s ease-in-out infinite alternate-reverse;
    -o-animation: Highlight 0.5s ease-in-out infinite alternate-reverse;
    -webkit-animation: Highlight 0.5s ease-in-out infinite alternate-reverse;
    animation: Highlight 0.5s ease-in-out infinite alternate-reverse;
}

@keyframes Highlight
{
    from
    {
        color: #14a;
    }

    to
    {
        color: Highlight;
    }
}

@-moz-keyframes Highlight
{
    from
    {
        color: #14a;
    }

    to
    {
        color: Highlight;
    }
}

@-webkit-keyframes Highlight
{
    from
    {
        color: #14a;
    }

    to
    {
        color: Highlight;
    }
}
.HighlightDemo
{
    text-decoration:none;
    -moz-animation: HighlightDemo 0.5s ease-in-out infinite alternate-reverse;
    -o-animation: HighlightDemo 0.5s ease-in-out infinite alternate-reverse;
    -webkit-animation: HighlightDemo 0.5s ease-in-out infinite alternate-reverse;
    animation: HighlightDemo 0.5s ease-in-out infinite alternate-reverse;
}

@keyframes HighlightDemo
{
    from
    {
        color:#0c2390 ;
    }

    to
    {
        color: #aa2f86;
    }
}

@-moz-keyframes HighlightDemo
{
    from
    {
        color: #48a0fa;
    }

    to
    {
        color: #343e6d;
    }
}

@-webkit-keyframes HighlightDemo
{
    from
    {
        color: #ffffff;
    }

    to
    {
        color: rgba(0, 0, 0, 0.5);
    }
}


.TodayInfoBar
{
    clear: both;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    background: linear-gradient(to bottom,#fff,#eee);
    Direction:rtl;
}

.TodayInfoBar h1
{
    text-shadow: -2px 2px 1px #bbb;
    font-family: "B mitra", Mitra, Arial;
    font-size: 14pt;
    padding-right:20px;
    
}
.TodayInfoBar h2
{
    text-shadow: -2px 2px 1px #bbb;
    font-family: "B mitra", Mitra, Arial;
    font-size: 12pt;
    padding-right:20px;
    
}


.TodayInfoBar .viber-box
{
    width:480px;
    height:245px;
    background-color:white;
    position:relative;
    float:right;
    border:solid 0px #bbb;
    background-image:url('/images/viber.png');
    background-repeat:no-repeat;
    background-position:0 20px;
    margin-top:10px;
    margin-right:20px;
    border-radius:3px;


}

.TodayInfoBar .telegram-box
{
    width:480px;
    height:245px;
    background-color:white;
    position:relative;
    float:right;
    border:solid 0px #bbb;
    background-image:url('/images/telegram.png');
    background-repeat:no-repeat;
    background-position:0 20px;
    margin-top:10px;
    margin-right:10px;
    border-radius:3px;

}


.TodayInfoBar p
{
    text-align: center;
    text-shadow: -2px 2px 1px #bbb;
    font-family: "B mitra", Mitra, Arial;
    font-size: 12pt;
    width:330px;
    text-align:justify;
    padding-right:10px;
}



.article
{
    border: 1px solid #D8D8D8;
    display: inline-block;
    margin: 20px 20px 20px 10px;
    padding: 20px;
}

.article h1
{
    text-shadow: -3px 3px 1px #bbb;
    font-family: "B mitra", Mitra, Arial;
    font-weight: bold;
    font-size: 16pt;
    margin-top: 0;
}

.article img
{
    width: 100%;
}

.article p
{
    line-height: 20px;
    font-size: 9pt;
    text-align: justify;
    text-indent: 20px;
}

.webDesign
{
    border: 1px solid #D8D8D8;
    display: inline-block;
    margin: 0px 20px 20px 10px;
    padding: 20px;
}

.webDesign h1
{
    text-shadow: -3px 3px 1px #bbb;
    font-family: "B mitra", Mitra, Arial;
    font-weight: bold;
    font-size: 16pt;
    margin-top: 0;
}

.webDesign img
{
    float: left;
    vertical-align: top;
    margin-right: 20px;
}

.webDesign p
{
    line-height: 20px;
    font-size: 9pt;
    text-align: justify;
    text-indent: 20px;
}

.accordion
{
    vertical-align: top;
    margin: 20px 10px 20px 20px;
    height: 385px;
}

.accordion .content
{
    transition: opacity 0.7s ease 0s;
    -webkit-transition: opacity 0.7s ease 0s;
    position: relative;
        display: none;
        line-height:20px;
}

.accordion h3
{
    text-shadow: -2px 2px 1px #bbb;
}

.accordion h3 img
{
    vertical-align: middle;
    margin-left: 10px;
}

.accordion .content p
{
    line-height: 20px;
    font-size: 9pt;
    text-align: justify;
    margin: 0;
    float: right;
    width: 300px;
}

.accordion .content p a
{
    text-decoration: none;
    color: #14a;
}

.accordion .content p a:hover
{
    border-bottom: 1px solid #14a;
}

.accordion .content img
{
    margin-left: 20px;
    float: right;
    width: 100px;
    height: 100px;
}

.accordion .content ul
{
    list-style-image: url('../img/list-item-light.png');
    list-style-position: inside;
    padding: 0;
}

.accordion .content .button-div
{
    position: absolute;
    bottom: 20px;
    left: 10px;
}

.accordion .ui-state-default
{
    border-color: #D8D8D8;
    background: #fff;
}

.accordion .ui-state-active
{
    background: #F5F5F5;
    border-color: #D8D8D8;
    color: #36c;
}

.accordion .ui-accordion-content
{
    opacity: 0;
}

.accordion .ui-accordion-content-active
{
    border-color: #D8D8D8;
    opacity: 1;
}

.sms-panels
{
    margin: 95px 10px 20px 20px;
    border: 1px solid #D8D8D8;
    vertical-align: top;
    position: relative;
}

.sms-panels h1
{
    font-family: "B mitra", Mitra, Arial;
    font-weight: bold;
    font-size: 12pt;
    background-color: #F5F5F5;
    text-shadow: -2px 2px 1px #bbb;
    border-bottom: 1px solid #D8D8D8;
    color: #333;
    margin: 0;
    padding: 5px;
}

.sms-panels tr
{
    vertical-align: top;
}

.sms-panels td
{
    padding: 0;
}

.sms-panels .rectangle
{
    padding: 5px;
    margin: 1px 0 1px 1px;
    overflow: auto;
}

.sms-panels .rectangle > div
{
    display: none;
}

.sms-panels .rectangle > div p
{
    font-size: 9pt;
    text-align: justify;
    margin: 0 0 10px;
}

.sms-panels .rectangle > div ul, .sms-panels .rectangle > div ol
{
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.sms-panels .rectangle > div li
{
    font-family: "B Mitra",Mitra,Arial;
    font-size: 12pt;
}

.sms-panels .rectangle > div li a
{
    font-family: Tahoma;
    font-size: 8pt;
}

.sms-panels .rectangle > div h5
{
    color: #2F6CAA;
    font-family: "B mitra", Mitra, Arial;
    font-weight: bold;
    font-size: 10pt;
    text-shadow: -1px 2px 1px #bbb;
    margin: 0;
    float: left;
}

.sms-panels .panel
{
    background-color: #fff;
    padding: 15px 10px;
    opacity: 0.6;
    border-left: 3px solid #ccc;
    transition: all 0.3s ease 0.1s;
    -webkit-transition: all 0.3s ease 0.1s;
}

.sms-panels .panel:hover
{
    cursor: pointer;
    opacity: 1;
}

.sms-panels .selected
{
    opacity: 1;
    background-color: #ccc;
    border-left: 3px solid #999;
    box-shadow: -50px 0 50px #fff inset;
}

.sms-panels .selected:hover
{
    cursor: default;
    opacity: 1;
}

.sms-panels .image
{
    vertical-align: middle;
    width: 100px;
    height: 50px;
}

.Frame
{
    margin: 20px 10px 20px 20px;
    border: 1px solid #D8D8D8;
    vertical-align: top;
    position: relative;
}

.Frame h1
{
    font-family: "B mitra", Mitra, Arial;
    font-weight: bold;
    font-size: 12pt;
    background-color: #F5F5F5;
    text-shadow: -2px 2px 1px #bbb;
    border-bottom: 1px solid #D8D8D8;
    color: #333;
    margin: 0;
    padding: 5px;
}

.Frame p
{
    text-align: justify;
    text-indent: 20px;
    margin: 0;
}

.overlay
{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5000;
}

#PopUpDialog
{
    display: none;
    z-index: 5001;
    position: absolute;
    width: 600px;
    background: #fff;
    padding: 3px;
    border: 3px solid #369;
    box-shadow: 0 0 10px #000;
}

#PopUpDialog div
{
    border: 1px solid #ccc;
    background: #eee;
    background: linear-gradient(#fff,#eee);
    margin: 0;
    padding: 1px 5px 5px;
    line-height: 25px;
    -webkit-text-shadow: 0 0 1px rgba(0,0,0,0.5);
    text-shadow: 0 0 1px rgba(0,0,0,0.5);
}

#PopUpDialog p
{
    margin: 0;
    padding: 10px;
    text-align: justify;
    -webkit-text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.eNamad
{
    background: rgba(238, 238, 238, 0.8);
    background: linear-gradient(rgba(255, 255, 255, 0.8),rgba(238, 238, 238, 0.8));
    box-shadow: 0 0 2px rgba(0,0,0,0.4);
    position: absolute;
    top: 1px;
    left: 1px;
    padding: 10px;
    width: 130px;
    height: 130px;
}
.samandehi {
    background: rgba(238, 238, 238, 0.8);
    background: linear-gradient(rgba(255, 255, 255, 0.8),rgba(238, 238, 238, 0.8));
    box-shadow: 0 0 2px rgba(0,0,0,0.4);
    position: absolute;
    top: 1px;
    left: 155px;
    padding: 10px;
    width: 130px;
    height: 130px;
}

.demoimg
{
     background-image: url('../img/demoimg.png');
    background-repeat: no-repeat;
    background-position: center;
  
    overflow:auto;
    position: absolute;
    top: 10px;
    left: 789px;
    padding: 10px;
    width: 217px;
    height: 45px;

}
.demolink
{

    font-size:10pt;
    color:#212121;
    text-shadow: 0px 1px 0px rgb(153, 153, 153);
    font-family:Tahoma;
    text-decoration:none;
    position:relative;
    float:right;
    margin-top:12px;
    margin-right:35px;
}
.demolink:hover
{
    color:#2F6CAA;

}
.demoimglogo
{
     background-image: url('../img/demoimglogo.gif');
    background-repeat: no-repeat;
    background-position: center;
  
    overflow:auto;
    position: absolute;
    top: 12px;
    left: 190px;
    padding: 10px;
    width: 18px;
    height: 20px;
 }
.rss-feed
{
    line-height: normal;
    border: 1px solid #D8D8D8;
    margin: 0px 20px 20px;
}

.rss-feed-header, .rss-feed-footer
{
    font-weight: bold;
    background-color: #F5F5F5;
    -webkit-text-shadow: -2px 2px 1px #bbb;
    text-shadow: -2px 2px 1px #bbb;
    margin: 0;
    padding: 5px;
    
}

.rss-feed-header
{
    font-family: "B mitra", Mitra, Arial;
    font-size: 12pt;
    border-bottom: 1px solid #D8D8D8;
    color: #333;
    position: relative;
}

.rss-feed-header #more
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100px;
    line-height: 37px;
    text-align: center;
    text-decoration: none;
    font-size: 10pt;
    color: #333;
    border-right: 1px solid rgba(0,0,0,0);
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.rss-feed-header #more:hover
{
    border-right: 1px solid #d6d6d6;
    background-color: #eee;
    color: #2F6CAA;
}

.rss-feed-footer
{
    text-align: left;
    font-family: "B mitra", Mitra, Arial;
    font-size: 10pt;
    border-top: 1px solid #D8D8D8;
    color: rgb(47, 108, 170);
}

.rss-feed-container
{
    padding: 10px 10px 10px 22px;
    height: 180px;
    overflow-y: hidden;
}

.rss-feed-container hr
{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #333;
}

.feedItem
{
    position: relative;
}

.feedItem h4
{
    margin: 0;
    font-weight: normal;
    -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}

.feedItem h4 span
{
    -webkit-text-shadow: none;
    text-shadow: none;
    margin-right: 5px;
    /*font-family:'B Mitra';*/
    font-size: 8pt;
    color: #808080;
}

.feedItem img
{
    height: 60px;
    float: left;
}

.feedItem p
{
    float: right;
    width: 800px;
    padding-right: 15px;
    text-align: justify;
}

.feedItem p .More
{
    text-decoration: none;
    border-bottom: 1px solid transparent;
    color: #14a;
    white-space: nowrap;
}

.feedItem p .More:hover
{
    border-bottom: 1px solid #00f;
    color: #00f;
}
.accordion .content a
{
    text-decoration:none;
    color:#2F6CAA;
}
