﻿
.Wrapper {
    min-height: 100%;
    width: 100%;
    background-color: white;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding: 0 0;
}

@font-face {
    font-family: 'BYekan';
    src: url('/FA/Fonts/BYekan.eot'); /* IE9 Compat Modes */
    src: url('/FA/Fonts/BYekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/FA/Fonts/BYekan.woff') format('woff'), /* Modern Browsers */
    url('/FA/Fonts/BYekan.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/FA/Fonts/BYekan.svg#svgFontName') format('svg'); /* Legacy iOS */
}

.md {
    width: 1345px;
    height: 150px;
    margin: 0 auto;
}

.Header {
    width: 100%;
    height: 150px;
}

.rightHeader {
    width: 350px;
    height: 100px;
    float: left;
    margin-left: 100px;
    margin-top: 30px;
}

.logoDiv {
    float: right;
    width: 490px;
    height: 100px;
    margin-right: 100px;
    margin-top: 15px;
}

    .logoDiv a:visited, .a:link {
        text-decoration: none;
    }

.logo {
    margin-top: -4px;
    float: right;
}

.txtlogo {
    height: 67px;
    width: 389px;
    float: right;
    margin-top: 15px;
}


.icon {
    margin-left: 50px;
    width: 175px;
    height: 60px;
    position: relative;
}

    .icon img {
        float: left;
        margin: 0 8px;
    }


.txtSearch {
    width: 320px;
    height: 50px;
    direction: rtl;
    margin-top: 10px;
    position: relative;
}

    .txtSearch a:visited, .a:link {
        text-decoration: none;
    }

    .txtSearch .imgsr {
        right: 257px;
        position: absolute;
        top: 7px;
        width: 16px;
    }

.Search {
    color: white;
    background-clip: padding-box;
    background-color: #B5BBBC;
    height: 20px;
    margin: 0;
    padding: 4px 25px 4px 14px;
    width: 251px;
    border: 1px solid #CCCCCC;
}


.Menu {
    width: 800px;
    height: 40px;
    margin: 0 auto;
    padding-left: 290px;
}

    .Menu ul li {
        font: bold 17px BYekan;
        display: block;
        display: inline-block;
        line-height: 40px;
    }

        .Menu ul li a {
            padding: 0 30px;
            display: block;
            text-decoration: none;
            color: #666666;
        }

    .Menu li a:active {
        color: white;
        background-color: #019DDD;
        text-decoration: none;
    }

    .Menu li a:hover {
        color: white !important;
        background-color: #019DDD !important;
        cursor: pointer;
        -webkit-animation-name: fadeIn;
        -moz-animation-name: fadeIn;
        -o-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        text-decoration: none;
    }

    .Menu li a:visited, .Menu li a:link {
        text-decoration: none;
    }

.nav_menu ul.dropmenu li:hover {
    background-color: whitesmoke;
    color: white;
}

.nav_menu ul.dropmenu li ul {
    background-color: whitesmoke;
    padding: 0;
    margin-left: -50px !important;
    margin-top: -2px !important;
}

    .nav_menu ul.dropmenu li ul li a {
        padding: 12px;
        margin-top: 3px;
        font: bold 13px Byekan;
    }

        .nav_menu ul.dropmenu li ul li a.sublevel {
            width: 150px;
        }

            .nav_menu ul.dropmenu li ul li a.sublevel.hover {
                color: #fff;
                color: white;
            }

            .nav_menu ul.dropmenu li ul li a.sublevel.selected {
                color: #f7ad0b;
            }

.animated.hinge {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}





.mdFooter {
    width: 100%;
    min-height: 150px;height:auto;
    background-color: red;
   background-color: #F4F4F4;
}
.Footer {
    margin: 0 auto;
    text-align: right !important;
    min-height: 150px;height:auto;
    clear: both;
    width: 1000px;
    direction: rtl;
    background-color: #F4F4F4;
}
.Footer img {
    margin-right: 30px;
    margin-top: 40px;
    float: right;
}

.Footer p {
    direction: rtl;
    font: normal 11px Byekan;
    padding: 40px 45px 0 0;
    color: #82898A;
}

.span a:active, a:hover {
    color: #019DDD !important;
    text-decoration: none;
}

.span a:visited, a:link {
    color: #82898A;
    text-decoration: none;
}
