/* Font SetUp */

@charset "utf-8";
body {
    background-color: #E1DBEE;
    font-size: 14px;
}
a{
    color: #333;
}
@font-face {
    font-family: 'IRANSans-web';
    src: url('../fonts/IRANSans-Bold-web.eot');
    src: url('../fonts/IRANSans-Bold-web.eot?#iefix') format('eot'), /* IE6Ã¢â‚¬â€œ8 */ url('../fonts/IRANSans-Bold-web.woff2') format('woff2'), /* Chrome36+, Opera24+*/ url('../fonts/IRANSans-Bold-web.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/IRANSans-Bold-web.ttf') format('ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'IRANSans-web';
    src: url('../fonts/IRANSans-Medium-web.eot');
    src: url('../fonts/IRANSans-Medium-web.eot?#iefix') format('eot'), /* IE6Ã¢â‚¬â€œ8 */ url('../fonts/IRANSans-Medium-web.woff2') format('woff2'), /* Chrome36+, Opera24+*/ url('../fonts/IRANSans-Medium-web.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/IRANSans-Medium-web.ttf') format('ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'IRANSans-web';
    src: url('../fonts/IRANSans-UltraLight-web.eot');

    src: url('../fonts/IRANSans-UltraLight-web.eot?#iefix') format('eot'), /* IE6Ã¢â‚¬â€œ8 */ url('../fonts/IRANSans-UltraLight-web.woff2') format('woff2'), /* Chrome36+, Opera24+*/ url('../fonts/IRANSans-UltraLight-web.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/IRANSans-UltraLight-web.ttf') format('ttf');
    font-weight: 200;
}

@font-face {
    font-family: 'IRANSans-web';
    src: url('../fonts/IRANSans-Light-web.eot');

    src: url('../fonts/IRANSans-Light-web.eot?#iefix') format('eot'), /* IE6Ã¢â‚¬â€œ8 */ url('../fonts/IRANSans-Light-web.woff2') format('woff2'), /* Chrome36+, Opera24+*/ url('../fonts/IRANSans-Light-web.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/IRANSans-Light-web.ttf') format('ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'IRANSans-web';
    src: url('../fonts/IRANSans-web.eot');

    src: url('../fonts/IRANSans-web.eot?#iefix') format('eot'), /* IE6Ã¢â‚¬â€œ8 */ url('../fonts/IRANSans-web.woff2') format('woff2'), /* Chrome36+, Opera24+*/ url('../fonts/IRANSans-web.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/IRANSans-web.ttf') format('ttf');
    font-weight: normal;
}

.IRANSansBold {
    font-family: IRANSans-web;
    color: #000;
    margin-right: 50px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    font-weight: bold;
}

.IRANSansMedium {
    font-family: IRANSans-web;
    color: #000;
    margin-right: 50px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    font-weight: 500;
}

.IRANSansUltraLight {
    font-family: IRANSans-web;
    color: #000;
    margin-right: 50px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    font-weight: 200;
}

.IRANSansLight {
    font-family: IRANSans-web;
    color: #000;
    margin-right: 50px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    font-weight: 300;
}

.IRANSans {
    font-family: IRANSans-web;
    color: #000;
    margin-right: 50px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    font-weight: normal;
}

/* BODY */

body {
    font-family: 'IRANSans-web';
    background: url('../img/bg.png') repeat #FFF;
    margin-top: -50px;
}

a:hover {
    text-decoration: none;
}

.glyphicon {
    position: relative;
    top: 4px
}

header {
    background: rgba(255, 255, 255, 0.89);
    padding-bottom: 55px;
    position: relative;
    bottom: -50px;
}

header .leftSide {
    position: relative;
    height: 80px;
}

.logo {

}

.navbar {
    margin-bottom: 0px;
    border-radius: 7px 7px 0px 0px;

}

.navbar-default {
    background: #90c54b;
    border: 0px;
}

.navbar-default.blue {
    background: #29b0e4;
}

.navbar-default .navbar-nav > li > a {
    color: #fefefe;
}

.main {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px -10px 18px 1px rgb(119, 119, 119);
}

main {
    padding: 9px 7px 25px 7px;
}

.today {
    color: #adadad;
    text-align: left;
    position: absolute;
    left: 3%;
    bottom: -6px;
    font-size: 12px;
    font-style: italic;
}

.headline {
    color: #cb3444;
    border-bottom: 2px solid #cb3444;
    padding-bottom: 12px;
}

.short-info {
    margin-top: 15px;
}

.short-info {
    margin-top: 25px;
}

.short-info p {
    line-height: 1.8em;
}

.short-info .btn {
    margin-top: 7px;
}

.banner {
    border-radius: 7px;
}

footer {
}

.footer-brand {
    color: #eee;

}

.footer-bar {
    padding-top: 15px;
    background-color: #b7d09b;
    font-size: 11px !important;

}

.footer-under {
    background-color: #90c54b;
    padding-bottom: 15px;
}

.footer-under h2 {
    color: #EEE;
}

.media h5{
    line-height: 1.4em;
}

h1{
    font-size: 1.7em;
}

#page p,#page ul li,#page li{
    font-family: IRANSans-web !important;
}

#page p,#page li{
    line-height: 1.9em;
}

#page .main{
    min-height: 400px;
}


#news p,#news li{
    line-height: 1.9em;
}

#news p,#news ul li,#news li{
    font-family: IRANSans-web !important;
}