﻿@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url(https://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);

body {
    font-family: 'droid arabic naskh',Tahoma;
}

@keyframes Background-Move {
    from {
        background-position: 420px 360px;
    }

    to {
        background-position: 0 0;
    }
}

.BGMove {
    position: relative;
}

    .BGMove:before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        background-image: url('../images/bg-tools.png');
        position: absolute;
        top: 0;
        left: 0;
        opacity: .06;
        -webkit-animation: Background-Move 40s linear infinite;
        animation: Background-Move 40s linear infinite;
    }

a {
    color: #333333;
    -webkit-transition: all .25s;
    transition: all .25s;
}

.Justify {
    text-align: justify;
}

.ulList {
    padding-right: 20px;
    margin-right: 10px;
    list-style: square;
}

/*///////////*/
.AnetBox {
    padding-top: 12px;
    background-color: rgba(80, 80, 80, 0.12);
    border-radius: 4px;
}

.keywords {
    display: block;
    position: relative;
}

    .keywords .keyword {
        font-size: 10px;
        line-height: 12px;
        display: block;
        float: right;
        white-space: nowrap;
        padding: 2px 10px;
        margin: 1px;
        color: rgba(80, 80, 80, 0.6);
        background-color: rgba(80, 80, 80, 0.12);
        border-radius: 4px;
        border: 1px solid rgba(80, 80, 80, 0.2);
    }

        .keywords .keyword:hover {
            background-color: rgba(80, 80, 80, 0.3);
            color: #fff;
        }

.KeyPage {
    clear: both;
    display: none;
}

.LogoPage {
    padding-bottom: 20px;
    background-color: #d1d1c6;
    color: #565959;
}


    .LogoPage h1 {
        line-height: 0;
        vertical-align: middle;
    }

    .LogoPage img {
        max-width: 200px;
        vertical-align: middle;
        margin-bottom: -16px;
        display: inline-block;
    }

@media(max-width:959px) {
    .LogoPage {
        text-align: center;
    }

        .LogoPage img {
            max-width: 160px;
        }
}



.MenuTop {
    background-color: #919693;
    padding: 2px 0px;
}

    .MenuTop li {
        float: right;
    }

    .MenuTop a {
        font-family: 'droid arabic kufi';
        font-weight: bold;
        display: block;
        background-color: rgba(80, 80, 80, 0.3);
        font-size: 16px;
        line-height: 40px;
        color: #fff;
        padding: 0px 10px;
        text-shadow: 1px 1px 0px rgba(64,64,64,.5);
        border: solid 1px rgba(80, 80, 80, 0.5);
        margin: 2px;
        border-radius: 4px;
    }

        .MenuTop a:hover {
            background-color: #b87d9b;
        }

@media(max-width:959px) {
    .MenuTop li {
        width: 50%;
    }

    .MenuTop a {
        text-align: center;
    }
}

@media(max-width:479px) {
    .MenuTop li {
        width: 100%;
    }

    .MenuTop a {
        font-size: 15px;
        line-height: 30px;
    }
}

.BottomPage {
    color: #686663;
    background-color: #d6ddd6;
    padding-top: 20px;
    font-size: 12px;
    text-align: justify;
    min-height: 160px;
    border-top: 2px solid #667c72;
}

    .BottomPage h3 {
        color: #0c3844;
    }

.AlexaTable {
    width: 100%;
    margin: 10px 0px;
}

    .AlexaTable th {
        background-color: rgba(80, 80, 80, 0.12);
        font-size: 10px;
        line-height: 30px;
    }

    .AlexaTable tr {
        border-bottom: 1px solid rgba(80, 80, 80, 0.2);
    }

    .AlexaTable td {
        padding: 0px;
        font-size: 10px;
        line-height: 16px;
    }

    .AlexaTable .left {
        text-align: right;
    }

    .AlexaTable td:hover {
        color: #e23d28;
    }

.BottomMenu {
    text-align: center;
    background-color: #686663;
    padding-bottom: 40px;
}

    .BottomMenu ul {
        list-style: none;
    }

    .BottomMenu li {
        display: inline-block;
    }

        .BottomMenu li a {
            font-size: 10px;
            padding: 2px 10px;
            color: #b5b2aa;
            margin: 2px;
            border-radius: 3px;
            background-color: #777772;
            white-space: nowrap;
        }

            .BottomMenu li a:hover {
                background-color: #fff;
                color: #b87d9b;
            }

.Myphone {
    color: #6b3021;
    font-weight: bold;
    white-space: nowrap;
    direction: ltr;
    display: inline-block;
}

    .Myphone:hover {
        color: #fca311;
    }

.tumblink {
    padding: 4px;
    border-radius: 4px;
    display: inline-block;
}

    .tumblink:hover {
        padding: 4px;
        background-color: rgba(255, 255, 255, 0.3);
    }

    .tumblink img {
        display: inline-block;
        vertical-align: middle;
        height: 32px;
    }

.attention {
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
}

    .attention .container {
        /*position: relative;*/
    }

    .attention .absolute img {
        max-width: 96px;
        display: block;
    }

    .attention .absolute span {
        padding: 3px 5px;
        display: block;
        position: absolute;
        background-color: #fff;
        background-color: #f7e859;
        border-radius: 4px;
        width: 76px;
        top: -40px;
        left: 10px;
        border: 1px solid #919693;
        border: 1px solid #6b4714;
        -webkit-box-shadow: 1px 2px 4px 0 rgba(60, 60, 60, 0.4);
        box-shadow: 1px 2px 4px 0 rgba(60, 60, 60, 0.4);
        -webkit-transition: all .1s;
        transition: all .1s;
    }

    .attention:hover .absolute span {
        background-color: #d8ed96;
        border: 1px solid #709302;
    }

    .attention .absolute {
        display: block;
        position: absolute;
        left: 0px;
        bottom: 10px;
        z-index: 99999;
        text-align: center;
        font-size: 10px;
        font-family: Tahoma;
        line-height: 14px;
    }

.newsTitle {
    display: block;
    font-weight: bold;
}

.newsCaption {
    display: block;
}

.newsDate {
    display: block;
    text-align: left;
    font-size: 10px;
    color: #b87d9b;
}

.Font10 {
    font-size: 10px;
}
