﻿@font-face {
    font-family: 'BYekan';
    src: url('../../fonts/BYekan.eot');
    src: url('../../fonts/BYekan.eot') format('embedded-opentype'), url('../../fonts/BYekan.woff') format('woff'), url('../../fonts/BYekan.ttf') format('truetype'), url('../../fonts/BYekan.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    min-width: 500px;
    font-family: BYekan, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
}

form {
    height: 100%;
}

a, a:link, a:visited, a:hover, a:active {
    font-family: BYekan, Arial, Helvetica, sans-serif;
    color: #727070;
    outline: none;
    text-decoration: none;
}

input, div {
    outline: none;
    -moz-appearance: none;
    font-family: BYekan, Arial;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

.tcenter {
    text-align: center;
}

.TXLTR {
    text-align: left;
    direction: ltr;
}

.TXRTL {
    text-align: right;
    direction: rtl;
}

    .TXLTR.TXBLR, .TXRTL.TXBLR {
        text-align: center;
    }

.RTL {
    direction: rtl;
}

.LTR {
    direction: ltr;
}

input[type="text"] {
    font-family: BYekan,Tahoma;
    padding: 0 2px;
}

input[type="password"] {
    font-family: Arial;
    padding: 0 2px;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
}

#header-container {
    font-family: BYekan, Tahoma;
    position: fixed;
    width: 100%;
    min-height: 125px;
    top: 0;
    padding: 0;
    z-index: 1000;
    background-color: rgba(255,255,255,1);
}

nav {
    display: block;
}

    nav ul {
        display: block;
        float: right;
        line-height: 1em;
        font-size: 16px;
        line-height: 4em;
        letter-spacing: 0px;
        font-weight: normal;
        font-style: normal;
        padding: 25px 0 25px 0;
        margin: 0 35px 0 0;
        max-width: 49%;
        -webkit-transition: padding .25s ease-out;
        -moz-transition: padding .25s ease-out;
        -o-transition: padding .25s ease-out;
        transition: padding .25s ease-out;
    }

        nav ul li {
            display: inline-block;
            margin: 0 0 10px 15px;
            position: relative;
            zoom: 1;
            float: right;
        }

            nav ul li.active > a {
                color: #ffc300;
                border-color: #ffc300;
                -webkit-transition: border 0s ease-out;
                -moz-transition: border 0s ease-out;
                -o-transition: border 0s ease-out;
                transition: border 0s ease-out;
            }

            nav ul li a {
                color: #34423c;
                text-decoration: none;
                padding: 0 0 2px 0;
                border-bottom: 1px solid transparent;
                -webkit-transition: border .25s ease-out;
                -moz-transition: border .25s ease-out;
                -o-transition: border .25s ease-out;
                transition: border .25s ease-out;
            }

                nav ul li a:hover {
                    color: #ffc300;
                    border-color: #ffc300;
                    -webkit-transition: border 0s ease-out;
                    -moz-transition: border 0s ease-out;
                    -o-transition: border 0s ease-out;
                    transition: border 0s ease-out;
                }

.siteTitle {
    margin: 0 0 0 60px;
    position: relative;
    top: 0;
    z-index: 7999;
}

.siteTitle {
    display: block;
    float: left;
    padding: 16px 0 0 0;
    max-width: 35%;
    text-align: left;
}

    .siteTitle a {
        display: block;
    }

    .siteTitle img {
        max-height: 100px;
        max-width: 100%;
    }

.main-before {
    content: "";
    display: block;
    height: 125px;
}

#main-container {
    min-height: 100%;
    margin-bottom: -30px;
}

.main {
    margin: 20px 30px 0 30px;
    direction: rtl;
}

.main-after {
    height: 30px;
}
/* footer */
#footer {
}

#footer-container {
    position: relative;
    margin: 0;
    width: 100%;
    height: 30px;
    bottom: 0;
    left: 0;
}

    #footer-container .copyright {
        /*margin-top: 10px;*/
        /*margin-bottom: 10px;*/
        text-align: center;
        width: 100%;
        background-color: transparent;
        position: relative;
        font-size: 12px;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
