﻿@import url(fontiran.css);

* {
  font-family: 'IRANSans', IRANSans, tahoma;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: 'IRANSans', IRANSans, tahoma;
  font-size: 14px;
  background: #fff;
  color:#000;
  direction: rtl;
      -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clear {
    clear: both;
}

a, .dropdown-menu>li>a {color:#fff;}

.container .container-fluid {overflow:hidden;}

.header {
  background: #ffff00;
}

.mainnav {
    background: #585757;
}
/*.navbar-brand {padding: 0;}*/
.navbar-nav > li > .dropdown-menu,
.mainnav
 {
    z-index: 99999999;
}

.dropdown-menu {
  background-color: #f5990a;
}

a:hover, a:focus {
    color: #f5990a;
}

body, html {width: 100%; height: 100%; margin: 0; padding: 0}
.first-row {position: absolute;top: 0; left: 0; right: 0; height: 40px; display:none;}
.second-row {position: absolute; top: 0px; left: 0; right: 0; bottom: 0;}
.second-row iframe {display: block; width: 100%; height: 100%; border: none;}

.mobileforce {
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(170, 30, 165, 0.8509803921568627);
  z-index: 99999;
  text-align: center;
  padding: 100px 30px;
  color: #fff;
  font-size: 18px;
}

.mobileforce .img-responsive {
  margin: 0 auto;
  width: 50%;
}
