body,
ul li,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
a,
span,
input,
select,
textarea,
img {
    margin: 0px;
    padding: 0px;
    Font-Family: "iransans", tahoma;
    Font-Size: 8pt;
    Font-weight: normal;
    text-decoration: none;
    list-style-type: none;
    color: #000;
    outline: 0;
}
body {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}
a:hover {
    text-decoration: none
}

img {
    border: 0
}

.responsiveimage {
    max-width: 100%;
    height: auto
}

body {
    direction: rtl;
    background: #0a4f0c url(../images/bg.jpg) repeat top center;
}

.clrfix {
    display: block;
}

.clrfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.ribbon-top {
    height: 65px;
    background: #ffffff1a;
    border-width: 1px 0;
    border-color: #FFF;
    border-style: solid;
    top: -1px;
}

.ribbon-bottom {
    height: 65px;
    background: #ffffff1a;
    border-width: 1px 0;
    border-color: #FFF;
    border-style: solid;
    bottom: 0;
}

.l0 {
    left: 0;
}

.r0 {
    right: 0;
}

.absolute {
    position: absolute;
}

.intro {
    width: 100%;
    position: relative;
    margin: 67px auto 0;
    text-align: center;
}
.intro-image{
    position: relative;
    width: 775px;
    height: 481px;
    margin: 0 auto;
}
.lang{
    position: absolute;
    left: 37px;
    top: 10px
}
.lang a{
    color: #fff;
    padding: 0 10px;
    border-left: 1px solid #fff;
}
.lang a:last-child {
    border-left: 0;
}
.lang a:hover{color: #eee; text-decoration: underline}
.user{
    font-size: 11pt;
    position: absolute;
    bottom: 2px;
    left: 75px
}
.user a{
    color: #333;
    border-left: 1px solid #ccc;
}
.user a:first-child {
    padding-left: 8px;
}
.user a:last-child {
    padding-right: 2px;
border-left: 0;
}
.user a:hover{color: #000; text-decoration: underline}
h3.modal-title{
    font-size: 11pt;
}
.modal-header{background: #eee; border-radius: 6px 6px 0 0}
.btn-link{color:#736f56 !important;}
.btn-link:hover{color:#796f31 !important;}
.logosite{
    position: absolute;
    left: -120px;
    bottom: 1px;
}
.logosite img{
    width: 120px;
}
.alert li{
    list-style: inside;
    margin-right: 20px;
    line-height: 2;
    color: #5f0f0f;
}
#google_translate_element {
    display:none;
}

