﻿
* {
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
}

#loadingDiv {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8) !important;
    z-index: 100000000000000000000000000000000000000000000000;
    position: fixed;
    margin-right: -17px;
}

.flip {
    -webkit-perspective: 800;
    perspective: 800;
    width: 182px;
    height: 150px;
    margin: auto;
    margin-right: 558px;
    margin-top: 16%;
    position: fixed;
    z-index: 10;
}

    .flip .card.flipped {
        /*-webkit-transform: rotatex(-180deg);*/
    }

    .flip .card {
        width: 100%;
        height: 100%;
        -webkit-transform-style: preserve-3d;
        -webkit-transition: 0.75s;
        transform-style: preserve-3d;
        transition: 0.75s;
    }

        .flip .card .face {
            width: 100%;
            height: 100%;
            position: absolute;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            z-index: 2;
            font-family: Arial;
            font-size: 3em;
            text-align: center;
            line-height: 144px;
            border-radius: 4px;
        }

        .flip .card .front {
            position: absolute;
            z-index: 1;
            background: black;
            color: white;
            cursor: pointer;
        }

        .flip .card .back {
            -webkit-transform: rotatex(-180deg);
            -moz-transform: rotatex(-180deg);
            -ms-transform: rotatex(-180deg);
            transform: rotatex(-180deg);
            background: black;
            color: white;
            cursor: pointer;
        }
/*--------------- the end loading ------------------*/

.imageLoadingLogin {
    display: none;
    /*width:94px;*/
}

* {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #000;
}

    a:link {
        color: #000;
    }

    a:visited {
        color: #005;
    }


    a:active {
        color: #034af3;
    }


input, textarea {
    font-family: B Homa;
    font-size: 17px;
    cursor: pointer;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

li {
    list-style: none;
    text-align: center;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    margin: 0 !important;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}


/* --------------------#header-submenu */
#position-saver {
    width: 100%;
    /*height:84px;*/
    height: 36px;
    /*margin-top: 10px;*/
}

#header-submenu {
    margin-left: auto;
    margin-right: auto;
    font-family: B Homa;
    font-size: 18px;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    height: 25px;
    min-width: 520px;
    width: 100%;
    position: static;
    background-color: #fff;
    left: 0;
    text-align: center;
    top: 0;
    z-index: 9999999;
}

    #header-submenu #bottomcolor {
        background-image: url(../Images/bg-maghalat.jpg);
        /*height:40px;*/
        z-index: 9999;
        /*margin-top: 3px;*/
        border-top: 1px solid #EBE9E9;
    }

    #header-submenu ul {
        /*position: relative;
        padding: 6px;
        border-top: 1px solid #A0A0A0;
        background:#fff;*/
        position: relative;
        padding: 6px;
        border-top: 1px solid #CACACA;
        background: #fff;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        #header-submenu ul li {
            display: inline;
            padding-left: 30px;
            padding-right: 30px;
            height: 62px;
            background-image: url(../Images/menu-border.png);
            background-repeat: no-repeat;
            background-position: left center;
        }

            #header-submenu ul li a {
                color: #1a1a1a;
            }

            #header-submenu ul li.active a.lnkSubMenu {
                color: #bfa776;
                -webkit-transition: all 1.4s ease;
                -moz-transition: all 1.4s ease;
                -ms-transition: all 1.4s ease;
                -o-transition: all 1.4s ease;
                transition: all 1.4s ease;
            }

            #header-submenu ul li:last-child {
                background-image: none;
            }

            #header-submenu ul li ul {
                position: absolute;
                top: 35px;
                right: 0px;
                text-align: center;
                width: 100%;
                display: none;
                z-index: 1;
                font-size: 16px;
            }

                #header-submenu ul li ul li a {
                    color: black;
                    -webkit-transition: all 1.4s ease;
                    -moz-transition: all 1.4s ease;
                    -ms-transition: all 1.4s ease;
                    -o-transition: all 1.4s ease;
                    transition: all 1.4s ease;
                }

                    #header-submenu ul li ul li a:hover {
                        color: #e4cea1;
                    }

.clear {
    clear: both;
}

.home-bebinid-header {
    height: 30px;
    background-color: rgba(0,0,0,0.7);
    margin-bottom: 10px;
    text-align: right;
    padding: 10px;
    padding-right: 33px;
    background-image: url('../../images/bg-maghalat.jpg');
}

    .home-bebinid-header input {
        direction: rtl;
    }

.registercombobox {
    background-image: url(../Images/toppp_13.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}

.main-article-hover {
    height: 220px;
    width: 220px;
    position: absolute;
    top: 0;
    padding: 10px;
    background-color: rgba(41,41,41,0.7);
    visibility: hidden;
}

#link-pool .slideshow .slides li:hover .main-article-hover {
    visibility: visible;
}

.main-article-hover .hover-text {
    text-align: center;
    width: 100%;
    margin-top: 94px;
    font-size: 16px;
    color: white;
}

#article-menu-mobile-temp, #article-menu-mobile {
    display: none;
}

@media screen and (max-width:980px) {

    #article-menu-mobile {
        display: block;
    }

    #channel-index {
        margin-top: 0 !important;
    }

}
