/*
Responsive Template Name: Free CSS
File: Layout CSS
Author: OS Templates & Free CSS
Author URI: http://www.os-templates.com/ & http://www.free-css.com/
Licence: Private - NOT FOR RE-USE / DISTRIBUTION or REDISTRIBUTION
*/
html {
    overflow-y: scroll
}
html, body {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: iranSansWeb, "Times New Roman";
    color: #333333;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0
}
.clear {
    display: block;
    clear: both
}
html[xmlns] .clear {
    display: block
}
* html .clear {
    height: 1%
}
a {
    outline: none;
    text-decoration: none
}
.fl_right {
    float: right
}
img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    line-height: normal;
    vertical-align: middle
}
#img-logo{
        float: right;
    }
address, article, aside, figcaption, figure, footer, header, nav, section {
    display: block;
    margin: 0;
    padding: 0
}
.row1, .row1 a {
    color: #878787;
    background-color: #FFFFFF
}
.row2, .row2 a {
    color: #ffffff;
}
.row3 {
    color: #878787;
}
.row4 {
    color: #4e4e4e;
}
.row4 a {
    color: #00B2D8;
}
.row5, .row5 a {
    color: #878787;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 1.4em;
    font-weight: normal;
    line-height: normal
}
nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}
#header, #shout, #nov-div, #container, #copyright {
    margin: 0 auto;
    font-size: .8em
}
#header {
    padding: 20px 0 0 0
}
#header #hgroup {
    display: block;
    float: left;
    margin-bottom: 30px
}
#header #hgroup h1, #header #hgroup h2 {
    margin: 0;
    font-weight: normal;
    text-transform: none
}
#header #hgroup h1 {
    font-size: 5em
}
#header #hgroup h2 {
    font-size: 1em
}
#header ul {
    margin: 0;
    padding: 0;
    list-style: none
}
#header ul li {
    display: inline-block
}
#headernav ul li {
    display: inline-block
}
#header .ostbanner {
    display: none;
    float: right;
    margin: 25px 0;
    clear: right
}
#headernav #topnav {
    display: block;
    margin: 0;
    text-align: center;
    clear: both;
    border: 0 solid #333333;
    width: 100%;
}
#headernav #topnav, #headernav #topnav a {
    color: #FFFFFF;
    font-size: 1.2em
}
#headernav #topnav li {
    margin: 0 30px 0 0
}

#headernav #topnav li:last-child {
    margin-right: 0
}
#shout {
    margin: 0 0 20px 0;
    padding: 15px 0 0 0;
    color: #919191;
}
#shout div {
    display: block;
    float: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
#shout div a, #shout div img {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent
}
#shout div #bsap_2365 a, #shout div #bsap_2365 a img, #shout div.bsap_2365 a img {
    max-width: 100%
}
#container {
    padding: 13px 0;
    font-size: 1em;
}
#container h1, #container h2, #container h3, #container h4, #container h5, #container h6 {
    margin-bottom: 40px;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    color: #666666;
    background-color: #F0F0F0
}
#container h1 span, #container h2 span, #container h3 span, #container h4 span, #container h5 span, #container h6 span {
    padding: 0 15px 0 0;
    background: #FFFFFF
}
#container span span {
    padding: 0
}
#content .huge {
    font-size: 4em
}
form, fieldset, legend {
    margin: 0;
    padding: 0;
    border: none;
    direction: rtl;
}
.tabs {
    color: #878787 !important;
}
.tabs:hover {
    color: #00B2D8 !important;
}
.tabs.tabactive {
    color: #006eb4 !important;
}
.tabcontent {
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes fadeEffect {
from {opacity: 0;}
  to {opacity: 1;}
}
legend {
    display: none;
}
.cntc-fieldset{
    margin: 10px;
    padding: 30px;
    border: solid #488ab0 2px;
    border-radius: 5px;
}
.cntc-legend {
    display: block;
    color: #006eb4 !important;
}
.cntc-legend span {
    margin: auto 10px;
}
.cntc-input{
    height: 20px;
    padding: 5px 8px;
    border-radius: 4px;
    border: solid #acc7db 1px;
    margin-bottom: 5px;
    font: 13px iranSansWeb;
    background-color: #d3f0f6;
    width: 45%;
}
.newuser{
   width: 80% !important;
}
.newuser-div-right{
    float:right;
    width: 50%;
}
.newuser-div-left{
    margin-bottom: 20px;
}
.cntc-textarea{
    width: 97%;
    height: unset;
    font: 13px iranSansWeb;
    padding: 8px;
    border-radius: 4px;
    border: solid #acc7db 1px;
    margin-bottom: 20px;
    background-color: #d3f0f6;
}
.cntc-button-div{
    width: 100%;
    display: table;
}
.cntc-button{
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    font: 13px iranSansWeb;
    border: 0;
    line-height: 1.9;
    padding: 2px 20px 0 20px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 6px;
    background-color: rgb(0, 134, 220);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}
.cntc-button:hover {
    background-color: rgb(52, 174, 252);
}
.cntc-button:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}
.newlog-msg-div{
    width: 100%; 
    border-top-left-radius: 7px; 
    border-top-right-radius: 7px; 
    padding-top: 4px;
}
#msg{
    font-size: 13px; 
    color: #1f7216;
}
#msglog{
    font-size: 13px; 
    color: #1f7216;
}
#prevdetails {
    display: block;
    width: 100%;
    overflow: inherit;
    background-color: #fff;
}
#prevdetails ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 2px solid #0d4c9e !important;
    border-radius: 5px;
    background-color: #fff;
    direction: rtl;
}
#prevdetails ul li {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    position: relative;
    background-color: #fff;
}
#prevdetails .fl_left, #prevdetails .fl_right {
    display: block;
}
#prevdetails .social {
    display: block;
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0;
}

#prevdetails .social li {
    display: inline-block;
    float: left;
    margin: 0 18px 2px 0;
    line-height: normal
}
.lnews {
        font-family: iranSansWeb;
        direction: rtl;
}
.lnews-desc{
    font-size:.8em;
}
.lnews-continue{
    font-size:.9em;
}
#container #right_column {
    float: right;
    /*width: 26.25%;*/
    width: 25%;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
#container #right_column #bsa #bsap_1279659 {
    display: block;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 0;
    clear: both
}
#container #right_column #bsa #bsap_1279659 a {
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 0;
    float: none;
    line-height: 100%;
    overflow: hidden
}
#container #right_column #bsa #bsap_1279659 a em {
    font-style: normal
}
#container #right_column #bsa #bsap_1279659 a.adhere {
    display: block;
    max-width: 298px;
    max-height: 248px;
    line-height: 2000%;
    border: 1px solid #ccc;
    font-size: 11px;
    color: #888;
    background: #e7e7e7;
    font-family: verdana, sans-serif;
    text-align: center;
    text-decoration: none
}
#container #right_column #bsa #bsap_1279659 a.adhere:hover {
    color: #333;
    background: #ddd;
    border: 1px solid #999
}
#container #right_column #bsa #bsap_1279659 img {
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%
}
#container #right_column #bsa #bsap_1279659 img.s {
    height: 0;
    width: 0
}
#container #right_column #bsa #bsap_1635 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both
}
#container #right_column #bsa #bsap_1635:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0
}
#container #right_column #bsa #bsap_1635 a {
    display: block;
    float: left;
    margin: 0 50px 10px 0;
    padding: 0
}
#container #right_column #bsa #bsap_1635 a.even {
    margin-right: 0;
}
#container #right_column #bsa #bsap_1635 img {
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%
}
#container #right_column #bsa #bsap_1635 a.adhere {
    display: block;
    margin-right: 0;
    width: 123px;
    height: 123px;
    line-height: 123px;
    border: 1px solid #ccc;
    font-size: 11px;
    color: #888;
    background: #e7e7e7;
    font-family: verdana, sans-serif;
    text-align: center;
    text-decoration: none
}
#container #right_column #bsa #bsap_1635 a.adhere:hover {
    color: #333;
    background: #ddd;
    border: 1px solid #999
}
#container #content #bsap_1304197 {
    display: block;
    width: 100%;
    margin: 30px 0;
    padding: 0;
    clear: both
}
#container #content #bsap_1304197 a {
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 0;
    float: none;
    line-height: 100%;
    overflow: hidden
}
#container #content #bsap_1304197 a em {
    font-style: normal
}
#container #content #bsap_1304197 a.adhere {
    display: block;
    max-width: 633px;
    max-height: 78px;
    line-height: 78px;
    border: 1px solid #ccc;
    font-size: 11px;
    color: #888;
    background: #e7e7e7;
    font-family: verdana, sans-serif;
    text-align: center;
    text-decoration: none
}
#container #content #bsap_1304197 a.adhere:hover {
    color: #333;
    background: #ddd;
    border: 1px solid #999
}
#container #content #bsap_1304197 img {
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%
}
#container #content #bsap_1304197 img.s {
    height: 0;
    width: 0
}
#header #topbanner {
    display: block;
    float: right;
    width: 100%;
    max-width: 468px;
    margin: 25px 0;
    clear: right;
}
#header #topbanner #bsap_1306116 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both
}
#header #topbanner #bsap_1306116:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0
}
#header #topbanner #bsap_1306116 a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0
}
#header #topbanner #bsap_1306116 a.even {
}
#header #topbanner #bsap_1306116 img {
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%
}
#header #topbanner #bsap_1306116 iframe {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    max-height: inherit;
}
#header #topbanner #bsap_1306116 a.adhere {
    display: inline-block;
    max-width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #ccc;
    font-size: 11px;
    color: #888;
    background: #e7e7e7;
    font-family: verdana, sans-serif;
    text-align: center;
    text-decoration: none
}
#header #topbanner #bsap_1306116 a.adhere:hover {
    color: #333;
    background: #ddd;
    border: 1px solid #999
}
#copyright {
    padding: 30px 0
}
#copyright p {
    margin: 0;
    padding: 0
}
#content #prevdetails .fl_left img {
        margin: 0 0 15px 15px;
    }
#container h1 span, #container h2 span, #container h3 span, #container h4 span, #container h5 span, #container h6 span {
        padding: 0 15px 0 0;
        background: transparent
    }
@media screen 
  and (device-width: 360px) 
  and (-webkit-device-pixel-ratio: 4) {
  #container h1 span, #container h2 span, #container h3 span, #container h4 span, #container h5 span, #container h6 span {
        padding: 0 15px 0 0;
        background: transparent
    }
   .lnews-tit{
        width: 100%;
    }
    .lnews {
        display:table;
    }
   #content #prevdetails .fl_left img {
        margin: 0 0 15px 15px;
    }
  }
@media only screen and (min-width: 414px) and (orientation: portrait) {
  #container h1 span, #container h2 span, #container h3 span, #container h4 span, #container h5 span, #container h6 span {
        padding: 0 15px 0 0;
        background: transparent
    }
   .lnews-tit{
        width: 100%;
    }
    .lnews {
            display:table;
    }
    #content #prevdetails .fl_left img {
        margin: 0 0 15px 15px;
    }
  }
@media screen and (max-width: 485px) {
    #container h1 span, #container h2 span, #container h3 span, #container h4 span, #container h5 span, #container h6 span {
        padding: 0 15px 0 0;
        background: transparent
    }
   #img-text{
       display:none;
   }
   .cntc-input{
        width: 89%;
    }
    .cntc-textarea{
        width: 89%;
    }
}
@media screen and (max-width: 320px) {
    #container h1 span, #container h2 span, #container h3 span, #container h4 span, #container h5 span, #container h6 span {
        padding: 0 15px 0 0;
        background: transparent
    }
    #header #hgroup h1 {
        font-size: 3.8em
    }
    #container #right_column #bsa #bsap_1635 a {
        display: inline-block;
        float: none;
        margin: 0 15px 10px 0;
    }
    #right_column, #right_column_1 {
        /*display: none !important;*/
        width: 99% !important;
    }
}
@media screen and (max-width: 479px) {
    #right_column, #right_column_1 {
        /*display: none !important;*/
        
        width: 99% !important;
    }
    
    #header, #shout, #header-logo-div, #myTopnav, #nov-div, #container, #copyright {
        max-width: 100%;
        margin: 15 auto
    }
    
    #img-logo{
        float: none !important;
    }
    .imgGrid {
        column-count: 1 !important;
        column-gap: 1em;
    }

    .lnews-tit{
        width: 100%;
    }
    .lnews {
        display:table;
    }
    .lnews-img {
        float: none;
        margin: auto;
    }
    #headernav{
        max-width: 100%;
        margin: 0 auto;
        background: #f4421a;
        position: relative;
        z-index: 3;
        left: 0;
        top: 0;
    }
    #header #hgroup {
        display: block;
        float: none;
        margin-bottom: 20px
    }
    #header #topbanner {
        display: block;
        float: none;
        margin: 0 0 20px 0
    }
    #headernav #topnav ul li {
        display: block;
        width: 100%;
        margin-top: 8px;
        text-transform: uppercase;
        font-weight: bold
    }
     #headernav #topnav ul li a {
        display: block;
        padding: 8px 0;
        background-color: #404040;
        font-size: .9em
    }
    #headernav #topnav ul li:first-child {
        margin-top: 0
    }
    #container h1, #container h2, #container h3, #container h4, #container h5, #container h6 {
        color: #666666;
        background-color: #FFFFFF
    }
    #container h1 span, #container h2 span, #container h3 span, #container h4 span, #container h5 span, #container h6 span {
        padding: 0 15px 0 0;
        background: transparent
    }
    #container #content, #container #right_column {
        float: none;
        width: 100%;
        margin: auto;
        margin-bottom: 30px;
        padding: 0
    }
    #container #content .huge {
        font-size: 2em;
        line-height: normal
    }
    #content #prevdetails .fl_left, #content #prevdetails .fl_right {
        display: block;
        width: 100%;
        float: none;
        margin: 0 0 30px 0;
        padding: 0;
        padding-top: 5px;
    }
    #content #prevdetails .fl_left img {
        display: block;
        max-width: 95%;
        margin: 0 0 15px 15px;
        padding: 5px;
        border: 1px solid #D6D6D6
    }
    #content #prevdetails .buttons {
        font-size: 1.8em
    }
    #content #prevdetails .buttons .dld, #content #prevdetails .buttons .demo {
        display: block;
        float: none;
        width: 100%;
        margin: 0 0 10px 0
    }
    #header, #copyright {
        text-align: center
    }
    #copyright p {
        float: none;
        line-height: 1.6em
    }
    #copyright p:first-child {
        margin-bottom: 8px
    }
    #shout div {
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    #container h1 span, #container h2 span, #container h3 span, #container h4 span, #container h5 span, #container h6 span {
        padding: 0 15px 0 0;
        background: transparent
    }
    #shout div#bsap_2365 #ad_2365_backfill1_frame {
        max-width: 100%;
        height: auto;
        max-height: 90px;
    }
    
    .imgGrid {
        column-count: 2;
        column-gap: 1em;
    }

     .cntc-input{
        width: 95%;
    }
    .cntc-textarea{
        width: 95%;
    }
    .newuser-div-right{
        float:right;
        width: 100%;
    }
    .newuser{
        width: 100%;
    }
    #content {
        float: left;
        width: 65.97222%;
        margin-bottom: 0
    }
     .lnews-tit{
        width: 100%;
    }
    .lnews {
        display:table;
    }
    .lnews-img {
        float: none;
        margin: auto;
    }
}
@media screen and (min-width: 480px) and (max-width: 599px) {
    #right_column, #right_column_1 {
        /*display: none !important;*/
        width: 99% !important;
    }
    #header, #shout, #header-logo-div, #myTopnav, #nov-div, #container, #copyright {
        max-width: 100%;
        margin: 0 auto
    }
    #content {
        float: left;
        /*width: 67.97222%;*/
        width: 73%;
        margin-bottom: 0
    }
    .lnews-tit{
        width: 100%;
    }
    .lnews {
        display:table;
    }
    .lnews-img {
        float: none;
        margin: auto;
    }
    #headernav{
        max-width: 100%;
        margin: 0 auto;
        background: #f4421a;
        position: relative;
        z-index: 3;
        left: 0;
        top: 0;
    }
    #header #hgroup {
        display: block;
        float: none;
        margin-bottom: 20px
    }
    #header #topbanner {
        display: block;
        float: none;
        margin: 0 0 20px 0
    }
    #headernav #topnav ul li {
        display: block;
        width: 100%;
        margin-top: 8px;
        text-transform: uppercase;
        font-weight: bold
    }
    #headernav #topnav ul li a {
        display: block;
        padding: 8px 0;
        background-color: #404040;
        font-size: .9em
    }
    #headernav #topnav ul li:first-child {
        margin-top: 0
    }
    #container h1, #container h2, #container h3, #container h4, #container h5, #container h6 {
        color: #666666;
        background-color: #FFFFFF
    }
    #container h1 span, #container h2 span, #container h3 span, #container h4 span, #container h5 span, #container h6 span {
        padding: 0 15px 0 0;
        background: transparent
    }
    #container #content, #container #right_column {
        float: none;
        width: 93%;
        padding: 0;
        margin: 0 auto 30px auto;
    }
    #content .huge {
        font-size: 2em;
        line-height: normal
    }
    #content #prevdetails .fl_left, #content #prevdetails .fl_right {
        display: block;
        width: 100%;
        float: none;
        margin: 0 0 30px 0;
        padding: 0;
        padding-top: 5px;
    }
    #content #prevdetails .buttons {
        font-size: 1.4em
    }
    #copyright {
        text-align: left
    }
    #copyright p {
        float: none;
        line-height: 1.6em
    }
    #copyright p:first-child {
        margin-bottom: 8px
    }
    #shout div {
        max-width: 100%;
    }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
    #header, #shout, #header-logo-div, #myTopnav, #nov-div, #container, #copyright {
        max-width: 100%;
        margin: 0 auto
    }
    #container #right_column{
        /*width: 31.25%;*/
        width: 25%;
    }
    #content {
        float: left;
        /*width: 65.97222%;*/
        width: 73%;
        margin-bottom: 0
    }
    .lnews-tit{
        width: 100%;
    }
    .lnews {
        display:table;
    }
    .lnews-img {
        float: none;
        margin: auto;
    }
    #headernav{
        max-width: 100%;
        margin: 0 auto;
        background: #f4421a;
        position: relative;
        z-index: 3;
        left: 0;
        top: 0;
    }
    #shout div {
        max-width: 100%;
        overflow: hidden
    }
    #headernav #topnav ul li {
        margin-bottom: 10px
    }
    #header #hgroup {
        display: block;
        float: none;
        margin-bottom: 20px
    }
    #header #topbanner {
        display: block;
        float: none;
        margin: 0 0 20px 0
    }
    #container h1, #container h2, #container h3, #container h4, #container h5, #container h6 {
        color: #666666;
        background-color: #FFFFFF
    }
    #container h1 span, #container h2 span, #container h3 span, #container h4 span, #container h5 span, #container h6 span {
        padding: 0 15px 0 0;
        background: transparent
    }
    #content #prevdetails .fl_left, #content #prevdetails .fl_right {
        display: block;
        width: 100%;
        float: none;
        margin: 0 0 30px 0;
        padding: 0;
        padding-top: 5px;
    }
    #content #prevdetails .buttons {
        font-size: 1.4em
    }
    #copyright {
        text-align: left
    }
    #copyright p {
        float: none;
        line-height: 1.6em
    }
    #copyright p:first-child {
        margin-bottom: 8px
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    #container h1 span, #container h2 span, #container h3 span, #container h4 span, #container h5 span, #container h6 span {
        padding: 0 15px 0 0;
        background: transparent
    }
    #header, #shout, #header-logo-div, #myTopnav, #nov-div, #container, #copyright {
        max-width: 100%;
        margin: 0 auto
    }
    #container #right_column {
    float: right;
    /*width: 29.25%;*/
    width: 25%;
    }
    #content {
        float: left;
        width: 67.97222%;
        margin-bottom: 0
    }
    .imgGrid{
        position: relative; 
        column-count: 3;
        column-gap: 1em;
    }
    .lnews-tit{
        width: 100%;
    }
    .lnews {
        display:table;
    }
    .lnews-img {
        float: none;
        margin: auto;
    }
    #headernav{
        max-width: 100%;
        margin: 0 auto;
        background: #f4421a;
        position: relative;
        z-index: 3;
        left: 0;
        top: 0;
    }
    #shout div {
        max-width: 100%;
        overflow: hidden
    }
    #headernav #topnav, #headernav #topnav a {
        font-size: 1em;
        font-weight: bold
    }
    #content #prevdetails .fl_left, #content #prevdetails .fl_right {
        display: block; 
        margin: 0 0 30px 0;
        padding: 0;
        padding-top: 5px;
    }
    #content #prevdetails .buttons {
        font-size: 1.6em
    }
}
@media screen and (min-width: 960px) {
    #container h1 span, #container h2 span, #container h3 span, #container h4 span, #container h5 span, #container h6 span {
        padding: 0 15px 0 0;
        background: transparent
    }
    #header, #shout, #header-logo-div, #myTopnav, #nov-div, #container, #copyright {
        /*max-width: 978px;*/
        max-width: 1050px;
        margin: 0 auto
    }
    #content {
        float: left;
        /*width: 71.97222%;*/
        width: 73%;
        margin-bottom: 5px;
    }
    .imgGrid{
        position: relative; 
        column-count: 4;
        column-gap: 1em;
    }
    .lnews-tit{
        width: 76%;
        margin-right:15px;
    }
    .lnews {
            display:table;
    }
    .lnews-img {
        float: right;
    }
    #headernav{
        max-width: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 3;
        left: 0;
        top: 0;
    }
}
/* ===================STYLE==========================
 *
 *   FIXED RESPONSIVE NAV
 *
 *   (c) 2014 @adtileHQ
 *   http://www.adtile.me
 *   http://twitter.com/adtilehq
 *
 *   Free to use under the MIT License.
 *
 * ============================================= */
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}
.nav-collapse li {
  width: 100%;
  display: block;
}
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.nav-collapse.opened {
  max-height: 9999px;
}
.disable-pointer-events {
  pointer-events: none !important;
}
.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}
/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #37302a;
  background: #fff;
  font-family: iranSansWeb;
  background: url('../img/pattern.jpg') repeat;
}
section {
  border-bottom: 1px solid #999;
  text-align: center;
  padding: 100px 0 0;
  height: 800px;
  width: 100%;
}
h1 {
  margin-bottom: .5em;
}

p {
  /*width: 90%;*/
  margin: 0 auto;
}
/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */
/*.headernovv {*/
/*  background: #f4421a;*/
/*  position: relative;*/
/*  z-index: 3;*/
/*  width: 100%;*/
/*  left: 0;*/
/*  top: 0;*/
/*}*/

.logo {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  font-weight: bold;
  line-height: 55px;
  padding: 0 20px;
  color: #fff;
  float: left;
}
/* ------------------------------------------
  MASK
--------------------------------------------- */
.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.android .mask {
  -webkit-transition: none;
  transition: none;
}
.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 40em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}
/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */
.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}
.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-collapse,
.nav-collapse ul {
  list-style: none;
  /*width: 100%;*/
  /*float: left;*/
}
@media screen and (min-width: 40em) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}
.nav-collapse li {
  float: right;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: auto;
  }
}
.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-top: 1px solid white;
  text-decoration: none;
  /*background: #f4421a;*/
  /*padding: 0.7em 1em;*/
  color: #fff;
  /*width: 100%;*/
  float: left;
}
.nav-collapse a:active,
.nav-collapse .active a {
  /*background: #b73214;*/
}
@media screen and (min-width: 40em) {
  .nav-collapse a {
    /*border-left: 1px solid white;*/
    /*padding: 1.02em 2em;*/
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}
.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}
@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}
/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */
@font-face {
  font-family: "responsivenav";
  src:url("../icon/responsivenav.eot");
  src:url("../icon/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icon/responsivenav.ttf") format("truetype"),
    url("../icon/responsivenav.woff") format("woff"),
    url("../icon/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}
.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}
.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}
.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}
#footer-mnu{
    text-align: left;
    font: 8pt tahoma;
    padding: 10px 0;
    color: #b2b2b2;
}
#footer-div{
    background: url('../img/footer-bgN.png') no-repeat center top;
    height: 25%;
    display: flow-root;
}
.footer-logo{
    width: 100%;
    margin-bottom: 0px;
}
.lnewsul { margin: 0 0px; padding: 0; }
.lnewsul li { 
        list-style: none !important;
        /*border: 2px solid #0d4c9e !important;*/
        margin-bottom: 15px !important;
        height: 229px;
    }
    .lnews-continue {
        width: 100%;
        margin: 15px 0 8px 0;
        font-size: 12px; text-align: left; 
        font-weight: normal; 
        direction: rtl;
        float: left;
        bottom: 0px;
        position: inherit;
    }
    .lnews-continue a {
        margin-right: 50px; 
        font-size: 12px; 
        color: #1652ff; 
        text-align: left; 
        font-weight: normal !important;
        
    }
    .continue{
        float:left;
    }
    .release{
        float:left;
        margin-left: 20px;
    }
    .release a{
        margin: 0 !important;
    }
    .lnews-img { list-style: none; text-align: right; direction: rtl; width: 138px; margin-top: 2px; }
    .lnews-continue a:hover {color: #09377C; text-decoration:none;}
    .lnews-tit { float: right; }
    .lnews-tit a { color: #356bb5; font-weight: bold; }
    .lnews-tit a:hover { color: #09377C; text-decoration:none }
    .lnews-tit-a { text-align: right; }    
    .lnews-img img { width: 130px; height: 115px; }    
    .lnews-desc { line-height: 25px; margin-top: 4px; text-align: right; }
#content{
    /*background: url(../img/bodybg.png) repeat-x #fff; */
    /*background-color: #fff;*/
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    position: relative;
}
.right-col{
    height: 200px;
    margin-bottom: 15px;
    background-color: #fff;
    /*overflow: auto;*/
    line-height: 1.2em;
    padding:6px;
    color: #4e4e4e;
    border: 2px solid #0d4c9e !important;
    border-radius: 5px;
}
.right-col a{
    font-size: 13px;
    color: #085ede;
}
.rss-item{
    margin-bottom: 15px;
    text-align: justify;
}
.rss-title{
    font-size: 12px;
}
.rss-date{
    float: left;
    direction: ltr;
    font-size: 12px;
    margin-top: 7px;
}
#bsa ,#bsa1{
    direction: rtl;
    margin-bottom: 70px;
}
.img-right {
    float: right;
    margin: 0 0 15px 15px;
}
.img-content {
    width: 180px;
    height: 115px;
    border: solid 1px #0566a4;
    border-radius: 6px;
    box-shadow: 1px 1px 5px #045080, inset 0 0 5px #045080;
}
.p-content {
    text-align: justify;
    font-size: 12px;
    line-height: 1.81em;
    direction: rtl;
    width: unset;
    display: inline-table;
    float: right;
    margin: 20px 20px 0 20px;
}

.panel-body{
        padding: 20px 15px 15px 15px;
        float: right;
        width: 100%;
    }
    .panel-heading{
        direction: rtl;
        width: 100%;
        display: table;
    }
    .panel-title{
        color: #fff  !important;
        margin: 0px !important;
        /*margin: 10px 10px 0 10px !important;*/
        /*background-color: #0e49b5  !important;*/
        /*background: url(../img/rowhead.png) repeat-x #fff;*/
        background: linear-gradient(to top,#257be6 0%,#0016bb 50%,#257be6 100%);
        padding: 5px 0 !important;
        display: table-caption;
        border-radius: 3px;
    }
    .pt-span{
        background-color: transparent !important;
        float: right;
        font-size: 15px;
    }
    .pt-span-date{
        background-color: transparent !important;
        float: left;
        margin-left: 12px;
        font-size: 14px;
    }
    
    .div-survey-page{
        background-color: #ccdacd;
        padding: 1px 0;
        width: 100%;
        font-size: 13px;
        bottom: 0;
        margin-top: 8px;
        left: 0;
    }
    .div-survey{
        /*background-color: #ccdacd;*/
        padding: 1px 0 !important;
        width: 100%;
        font-size: 12px;
        /*bottom: 0;*/
        position: absolute;
        left: 0;
        /*top: 985px;*/
        /*display: contents !important;*/
    }
     .badge {
        display: inline-block;
        min-width: 10px;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        /*color: #fff;*/
        color: #000;
        text-align: center;
        white-space: nowrap;
        padding: 4px 5px 0 5px;
        /*background-color: #333;*/
        border-radius: 10px;
    }
    
    .btn-survey {
        color: #000 !important;
        /*background-color: #fff;*/
        /*margin-top: 8px;*/
        display: inline-block;
        padding: 5px 10px 2px 10px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        -moz-user-select: none;
        background-image: none;
        /*border: 1px solid #ccc;*/
        border-radius: 4px;
        display: inline-flex;
    }
    .continuelink{
        color: #1652ff !important;
        margin-right: 5px;
        /*font-size: 12px;*/
        font-size: 13px;
        font-weight: bold;
    }
    
    .div-survey-gallery{
        background-color: #ccdacd;
        padding: 1px 0;
        width: 100%;
        font-size: 13px;
        position: absolute;
        left: 0;
    }
    #glrsList{
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    
    
    .imgGrid div{
        display: table;
        overflow: hidden;
        text-align: right;
        vertical-align: top;
        width: unset !important;
        margin: auto !important;
    }
    .aaa {
        background-color: transparent;
        margin: 0 0 1em;
    }
    .imgGrid div > a::before {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        border: 0 solid transparent !important;
        border-top-color: transparent !important;
        border-top-width: 0px !important;
        border-right-color: transparent !important;
        border-right-width: 0px !important;
        border-bottom-color: transparent !important;
        border-bottom-width: 0px !important;
        border-left-color: transparent !important;
        border-left-width: 0px !important;
        background: rgba(0,0,0,0) !important;
        content: '' !important;
        -webkit-transition: border-width .2s,border-color .2s !important;
        transition: border-width .2s,border-color .2s !important;
    }
    .imgGrid div:hover > a::before {
        border-width: 8px !important;
        border-color: #0091b7 !important;
    }
   
    .imgGrid div:hover h3 {
        color: #fff !important;
        background: #0091b7 !important;
        transform: translate3d(0,-26px,0) !important;
    }
    
    .imgGrid div a{
        position: relative;
        overflow: hidden;
        margin: 5px;
        display: inline-block;
        outline: none;
        border: none;
    }
    .imgGrid div a h3{
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0;
        right: 0;
        padding: 4px 18px;
        margin:0 !important;
        background: #009ec8cc !important;
        color: #fff !important;
        text-align: right;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 17px;
        -webkit-transition: -webkit-transform .2s,color .2s;
        transition: transform .2s,color .2s;
    }
    
    .imgGrid div a img{
        display: block;
        outline: none;
        border: none;
        width: 230px;
    }
    
    
    #EditGroupForm {
            width: 100%;
            height: 100%;
            margin-top: 0;
            margin-left: auto;
            margin-right: auto;
            top: 0;
            left: 0;
            background-color:#000;
            position: fixed;
            display: block;
            z-index: 4;
        }
    #ClosDiv{
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        background: url(../../img/close.png) no-repeat 0 0;
        z-index: 100;
        cursor: pointer;
    }
    #ClosDiv:hover {
        background-position: 0 -50px;
    }
    .imgLg{
        text-align: center;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    
    .slidBtn{
        border: none;
        display: inline-block;
        padding: 8px 15px;
        vertical-align: middle;
        overflow: hidden;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
        white-space: nowrap;
    }
    .slidBtnLeft{
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(0%,-50%);
        margin-left: 15px;
    }
    .slidBtnRight{
        position: absolute;
        top: 50%;
        right: 0%;
        transform: translate(0%,-50%);
        margin-right: 15px;
    }
    .slidBtnWight{
        color: #000 !important;
        background-color: #ccc !important;
        border-radius: 50px;
        font-size: 15px;
        font-weight: bolder;
    }
    
    .slidBtnWight:hover {
        color: #000 !important;
        background-color: #fff !important;
    }
    
    .dashbord-panel{
    height:98%;
    border: 2px solid #ccc;
    border-radius: 4px;
}
.dashbord-title{
    text-align:center;
    background:linear-gradient(to top,#256cc4 0%,#2037aa 100%);
    color: #fff;
    font-size: 16px;
    margin: 5px;
    padding: 5px;
}
.Srclnewsul li { 
        list-style: none !important;
        /*border: 2px solid #0d4c9e !important;*/
        margin-bottom: 15px !important;
        height: 50px;
    }
.SrcPanel-heading {
    direction: rtl;
    width: 100%;
    display: table;
}
.SrcPanel-title {
    color: #fff !important;
    margin: 0px !important;
    margin: 10px 10px 0 10px !important;
    padding: 5px 0 !important;
    display: table-caption;
    border-radius: 3px;
}
.SrcPanel-body{
        padding: 20px 15px 15px 15px;
        float: right;
        width: 100%;
    }
.p-SrcContent {
    text-align: justify;
    font-size: 12px;
    line-height: 1.81em;
    direction: rtl;
    width: unset;
    display: inline-table;
    float: right;
    margin: 8px 20px 0 20px;
}

.Srclnews-continue {
    width: 100%;
    margin: 5px 0 8px 0;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    direction: rtl;
    float: left;
    bottom: 0px;
    /*position: absolute;*/
}
.myClass {
    background-color: #e7ff00 !important;
    padding : 0 !important;;
}
.SrcDscrp {
    border: none;
    background-color: #f5f5f5;
    text-align: left;
    font-size: 12px;
    margin-bottom: 2px;
}
.SrcRight-col {
    height: 55px;
    margin-bottom: 15px;
    background-color: #fff;
    overflow: auto;
    line-height: 1.2em;
    padding: 6px;
    color: #4e4e4e;
    border: 2px solid #0d4c9e !important;
    border-radius: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
}
#srcLink :hover{
    color: #fff304;
}