
body{background: #fff; font-family: IRANSansWeb, Tahoma, Arial, Helvetica, sans-serif; font-size: 14px;}
.top-stripe { position: relative; }
.overlap { margin: auto; position: absolute; left: 0; right: 0; top: 35vh; }
.navbar .navbar-nav {
  /*background: #fff;*/
  display: inline-block;
  float: none;
}
.navbar .navbar-collapse {
  background-color: #3F5D90;
  text-align: center;
}
.navbar-nav>li>a { color: #fff; }
.nav>li>a:focus, .nav>li>a:hover { color: #3F5D90; }
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 99%;
    margin-top: -3px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu .caret {
    display: none;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-right-color: #555;
    margin-top: 5px;
    margin-left: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}

 /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover > .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

.slide-show {
  background: url('/uploads/images/site/top-bg.png') top center no-repeat;
  background-size: cover;
  min-height: 585px;
  position: relative;
}
.slide-show:before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*background-image: linear-gradient(to bottom,#000,transparent);*/
	opacity: .6; 
  }
.title-top { position: relative; margin: 60px 100px 40px 100px; }
.title-top:before {
    border-top: 1px solid #838383;
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    transform:scaleX(0.3);
}
.title-top:after {
  border-top: 5px solid #00adfe;
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: -12px;
  transform:scaleX(0.05);
}
.title-bottom { position: relative; }
.title-bottom:before {
    border-top: 1px solid #aaa;
    content: '';
    position: absolute;
    left: 0;
    top: 19px;
    width: 100%;
}
.title-bottom:after {
  border-top: 4px solid #00adfe;
  content: '';
  position: absolute;
  width: 110px;
  right: 0;
  top: 18px;
}
.premium-article {
  border-bottom: 2px ridge;
  margin: 0 20px;
  padding: 10px 0;
}
.premium-article:before {
  content: '';
  border-left: 3px solid #00adfe;
  position: absolute;
  right: 15px;
  height: 2rem;
}
.img-thumb { margin: 10px 20px; }

footer {
  color: #eee; 
  margin-top: 50px;
  min-height: 250px;
  position: relative;
}
footer:before {
  background: url('/uploads/images/site/footer-bg.jpg') 0 0 / cover;
  content: '';
  filter: brightness(50%) blur(2px);
  position: absolute;
  width: 100%;
  height: 100%;
}
footer > div {
  padding-top: 20px;
}
footer .map {
  padding-top: 40px;
}
#sign {
  background: #00adfe;
  color: #ccffff;
  height: 30px;
  text-align: center;
}