﻿body {
    margin:0px;
    padding:0px;
}
.BGTopMenu{
    background-color:#1a1a1a;
    min-height:60px;
    display: flex; 
    justify-content: center; 
    align-items: center; 
}

header {
    background: url(../IMG/Base/BGLogin.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width:100%;
    height:100vh;
    /*height: 100%;*/
    padding: 0;
    /*display: table;*/
    text-align: center;
}

a{
   color:#1a4a72;
   text-decoration:none;
}
a:hover{
   color:#a3bff8; 
   text-decoration:none;
}

a.aStyle{
   color:#a3bff8;
   text-decoration:none;
}
a.aStyle:hover{
   color:#EF8732;
   text-decoration:none;
}

.ColorLink{
   color:rgba(63, 100, 157, 0.82);
   text-decoration:none;
}
.ColorLink:hover{
   color:#a3bff8;
   text-decoration:none;
}
.ColorLinkSuccess{
   color:rgba(52, 113, 47, 0.82);
   text-decoration:none;
}
.ColorLinkSuccess:hover{
   color:#77bd81;
   text-decoration:none;
}
.ColorLinkWarning{
   color:rgba(103, 72, 8, 0.82);
   text-decoration:none;
}
.ColorLinkWarning:hover{
   color:#bcc153;
   text-decoration:none;
}
.ColorLink2{
   color:rgba(157, 63, 95, 0.82);
   text-decoration:none;
}
.ColorLink2:hover{
   color:#e8a3f8;
   text-decoration:none;
}
.FontColorStyle1{
        color:#ffffff;
        font-size:30px;
        -webkit-transition: font-size 1s; /* Safari */
        transition: font-size 1s;
}
.FontColorStyle1:hover{
       font-size:40px;
       -webkit-transition: font-size 1s; /* Safari */
       transition: font-size 1s;
}
.FontColorStyle2{
        color:#EF8732;
        font-size:30px;
        -webkit-transition: font-size 1s; /* Safari */
        transition: font-size 1s;
}
.FontColorStyle2:hover{
       font-size:50px;
       -webkit-transition: font-size 1s; /* Safari */
       transition: font-size 1s;
}
.FontStyle1{
    color:#ffffff;
    line-height:30px;
}
.FontStyle2{
    color:#000000;
    line-height:30px;
}
.FontStyle3{
        color:rgba(247, 248, 250, 0.56);
}
.divMarginPadding{
    margin:0px;
    padding:0px;
}
.divMarginTopBottom{
    margin-top:5px;
    margin-bottom:5px;
}
.divMarginTopBottom2{
    margin-top:20px;
    margin-bottom:20px;
}
.divMarginTopBottom3{
    margin-top:70px;
    margin-bottom:70px;
}
.divMarginTopBottom4{
    margin-top:40px;
    margin-bottom:40px;
}
.divNewsPanel{
    background-color:#FFFFFF; 
    border-color:rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-width:1px;
    border-radius:15px; 
    padding:10px 0;
    margin-bottom:10px;
    margin-top:10px;
}
.divPadding{
    padding:20px;
    margin:10px;
}
.PaddingItem{
 padding-right:10px;
}

.thumbnail {
    position: relative;
    padding: 5px;
    margin-bottom: 20px;
}
.thLeft{
    text-align:left !important;
}

.thRight{
    padding:10px !important;
}

.thumbnail img {
    width: 100%;
}
.divBodyCenter{
    min-height:300px;
    background-color:#5176b0;
}
.BgSocial
{
    margin: 0px;
    padding: 0px;
    background-color: #0cd2a4;
    min-height: 150px;
}
.BgSocialAdmin
{
    margin: 0px;
    padding: 0px;
    background-color: rgba(63, 100, 157, 0.82);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 2px;
    margin-left: auto;
    margin-right: auto;
}
.imgBorderSocial
{
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    width: 64px;
    height: 64px;
    padding: 5px;
    margin: 10px;
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 2px;
    margin-left: auto;
    margin-right: auto;
}
.imgBorderSocial:hover
{
    border: none;
    background-color: #2d373d;
    cursor: pointer;
    transition: color 1s ease;
    transition: background 1s ease;
}
.divBgSocialMiddle
{
    float: right;
    min-height: 150px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.divTeachlMiddle
{
    float: right;
    min-height:45px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.divMiddle
{
    min-height:45px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.divItemMiddleCenter
{
    text-align:center;
    min-height:45px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.divItemMiddle
{
    min-height: 50px;
    display: flex;
    flex-wrap: wrap;
}
.divCalender
{
    height:45px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius:10px;
}
.divBorderCover{
    margin: 15px 0; 
    padding:10px 5px; 
    font-size:15px; 
    border: 1px solid rgba(212, 208, 208, 0.32); 
    border-radius: 5px;
}
.divCounter
{
   background-color:rgba(239, 135, 50, 0.83); 
   color:#ffffff;
   border-radius:50%; 
   width:180px; 
   height:180px; 
   padding:20px;
   margin:40px;
   border-width:5px;
   border-color:rgba(239, 114, 50, 0.60);
   border-style:solid;

}
.divBGFooter{
    background-color:#334b57;
}
.txtContact {
    background-color: #334b57;
    text-align: right;
    color: #f6f5f5;
}
.txtContact2 {
    background-color: #334b57;
    text-align: left;
    color: #f6f5f5;
}
.FooterTextColor{
    color: #f6f5f5;
}
.btn-file {
        position: relative;
        overflow: hidden;
}
.btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
}
.PaddingGridHeader{
    padding:10px;
}

.affixBack{
      margin:0;
      padding:0;
}
.affix {
      top: 0;
      width: 100%;
      -webkit-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
      background-color: rgba(51, 51, 51, 0.86);
      border-color: #044c4f;
      min-height:30px;
  }
  .affix a {
      color: #fff !important;
      text-shadow:none;
      padding: 15px !important;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
  }
  .affix a:hover {
      color: #a3bff8 !important;
  }
  .affix img{
      width:130px;
      display:inline-block;
  }
  .affix-top {
      position: static;
      top: -35px;
  }
  .affix + .container-fluid {
      padding-top: 70px;
  }
  .effectText{
    font-size:40px;
    transition: font-size 2s;
    color:#337AB7;
}
.effectText:hover{
    font-size:55px;
    transition: font-size 2s;
    color:#EF8732;
}

.csspager td
 {
    padding: 1px;
    width:6%;
   
 }
input[type="checkbox"],input[type="radio"]
{
    margin:4px 10px 0 !important;
}

/*****************/
.modalBackground
{
     background-color: Gray;
     filter: alpha(opacity=70);
     opacity: 0.7;
}
.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}
.noDisplay
{
    display: none;
}
.row{
    margin-left:0px !important;
    margin-right:0px !important;
}
.dropdown-menu{
    min-width:170px !important;
}

.HeighSideMenu {
  height: 100vh;
  background-color:rgba(241, 239, 239, 0.33);
}

@media only screen and (max-width: 768px) {
  .HeighSideMenu {
    height: 100%;
  }
}


/*******************************************/
.navbar2 {
    background-color:#334b57;
    margin:0;
    padding:0;
}
.navbar .nav > li > a{
   text-shadow:none !important;
   color:rgba(255, 255, 255, 0.73);
}
.navbar .nav > li > a:hover{
   text-shadow:none !important;
   color:#a3bff8;
}

/***********************************************************/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.wrap {width:200px; margin:auto;  z-index:1;}

.msg {
  color: whitesmoke;
  text-align:center;
  font-family: 'Bree Serif', Courier, monospaced;
  font-size:3.5em;
  width:200px;
  position:absolute;
  margin:55px 0 0 2px;
  pointer-events: none; 
}
/************************************************************************************/
.sticker {
  width:25px;
  height:25px;
  position:absolute;
  animation: spin 10s linear infinite;
  /*Set our animation play state to paused initially */
  animation-play-state: paused; 
}

.sticker:hover {
  /* Toggle our animation play state to running when we are hovering over our sticker */
  animation-play-state: running;
  color:#fa0505;
}
.stickerText{
  animation-play-state: paused;
  font-size:13px;
}

.stickerText:hover{
  animation-play-state: paused;
  color:#fa0505;
  font-size:14px;
  transition: font-size 1s;
}


@keyframes spin {
  100% {transform: rotate(2turn); }
}
/* --------------------- Hover Effect -----------------------*/


.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #c9a178;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}
.ih-item.circle {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(221, 225, 225, 0.00), 0 1px 2px rgba(0, 0, 0, 0.00);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
  border-radius: 50%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.square {
  position: relative;
  width: 100%;
  height: 100%;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.square.effect7 {
  overflow: hidden;
}
.ih-item.square.effect7.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect7.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect7 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect7 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect7 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #ef8732;
  margin: 30px 0 0 0;
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  -o-transform: scale(4);
  transform: scale(4);
  -webkit-transition: all 0.35s 0.1s ease-in-out;
  -moz-transition: all 0.35s 0.1s ease-in-out;
  transition: all 0.35s 0.1s ease-in-out;
}
.ih-item.square.effect7 .info p {
  font-size: 13px;
  position: relative;
  color: #bbb;
  padding: 15px 15px 15px;
  text-align: center;
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5);
  -webkit-transition: all 0.35s 0.3s linear;
  -moz-transition: all 0.35s 0.3s linear;
  transition: all 0.35s 0.3s linear;
}
.ih-item.square.effect7 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ih-item.square.effect7 a:hover .info {
  visibility: visible;
  opacity: 1;
}
.ih-item.square.effect7 a:hover .info h3,
.ih-item.square.effect7 a:hover .info p {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


.ih-item.circle.effect10 .img {
  z-index: 11;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10.colored .info {
  background: #1a4a72;
}
.ih-item.circle.effect10 .info {
  background: #333333;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10 .info h3 {
  color: #fff;
  position: relative;
  font-size: 22px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect10 .info p {
  color: #bbb;
  font-style: italic;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect10 a:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.ih-item.circle.effect10.top_to_bottom .info h3 {
  margin: 0 30px;
  padding: 25px 0 0 0;
  height: 78px;
}
.ih-item.circle.effect10.top_to_bottom .info p {
  margin: 0 30px;
  padding: 5px;
}
.ih-item.circle.effect10.top_to_bottom a:hover .img {
  -webkit-transform: translateY(50px) scale(0.5);
  -moz-transform: translateY(50px) scale(0.5);
  -ms-transform: translateY(50px) scale(0.5);
  -o-transform: translateY(50px) scale(0.5);
  transform: translateY(50px) scale(0.5);
}

.ih-item.circle.effect10.bottom_to_top .info h3 {
  margin: 95px 30px 0;
  padding: 25px 0 0 0;
  height: 78px;
}
.ih-item.circle.effect10.bottom_to_top .info p {
  margin: 0 30px;
  padding: 5px;
}
.ih-item.circle.effect10.bottom_to_top a:hover .img {
  -webkit-transform: translateY(-50px) scale(0.5);
  -moz-transform: translateY(-50px) scale(0.5);
  -ms-transform: translateY(-50px) scale(0.5);
  -o-transform: translateY(-50px) scale(0.5);
  transform: translateY(-50px) scale(0.5);
}

/*************** Hover Text Effect *****************/
.animated {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}




/*----------------------FONT---------------------------------*/
@font-face
{
    font-family: 'BBadr';
    src: url('../fonts/BBadr.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BBadr.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BBadr.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face
{
    font-family: 'BBaran';
    src: url('../fonts/BBaran.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BBaran.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BBaran.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BBardiya';
    src: url('../fonts/BBardiya.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BBardiya.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BBardiya.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BCompset';
    src: url('../fonts/BCompset.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BCompset.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BCompset.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BDavat';
    src: url('../fonts/BDavat.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BDavat.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BDavat.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BElham';
    src: url('../fonts/BElham.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BElham.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BElham.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BEsfehanBold';
    src: url('../fonts/BEsfehanBold.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BEsfehanBold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BEsfehanBold.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BFantezy';
    src: url('../fonts/BFantezy.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BFantezy.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BFantezy.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BFarnaz';
    src: url('../fonts/BFarnaz.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BFarnaz.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BFarnaz.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BFerdosi';
    src: url('../fonts/BFerdosi.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BFerdosi.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BFerdosi.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BHamid';
    src: url('../fonts/BHamid.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BHamid.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BHamid.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BHelal';
    src: url('../fonts/BHelal.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BHelal.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BHelal.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BHoma';
    src: url('../fonts/BHoma.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BHoma.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BHoma.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BJadidBold';
    src: url('../fonts/BJadidBold.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BJadidBold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BJadidBold.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BJalal';
    src: url('../fonts/BJalal.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BJalal.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BJalal.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BKoodakBold';
    src: url('../fonts/BKoodakBold.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BKoodakBold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BKoodakBold.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BKourosh';
    src: url('../fonts/BKourosh.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BKourosh.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BKourosh.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BLotus';
    src: url('../fonts/BLotus.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BLotus.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BLotus.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BMahsa';
    src: url('../fonts/BMahsa.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BMahsa.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BMahsa.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BMehrBold';
    src: url('../fonts/BMehrBold.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BMehrBold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BMehrBold.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BMitra';
    src: url('../fonts/BMitra.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BMitra.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BMitra.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BMorvarid';
    src: url('../fonts/BMorvarid.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BMorvarid.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BMorvarid.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BNarm';
    src: url('../fonts/BNarm.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BNarm.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BNarm.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BNasimBold';
    src: url('../fonts/BNasimBold.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BNasimBold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BNasimBold.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BNazanin';
    src: url('../fonts/BNazanin.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BNazanin.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BNazanin.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BRoya';
    src: url('../fonts/BRoya.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BRoya.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BRoya.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BSetarehBold';
    src: url('../fonts/BSetarehBold.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BSetarehBold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BSetarehBold.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BShiraz';
    src: url('../fonts/BShiraz.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BShiraz.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BShiraz.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BSinaBold';
    src: url('../fonts/BSinaBold.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BSinaBold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BSinaBold.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BTabassom';
    src: url('../fonts/BTabassom.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BTabassom.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BTabassom.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BTehran';
    src: url('../fonts/BTehran.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BTehran.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BTehran.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BTitrBold';
    src: url('../fonts/BTitrBold.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BTitrBold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BTitrBold.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BTitrTGEBold';
    src: url('../fonts/BTitrTGEBold.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BTitrTGEBold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BTitrTGEBold.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BTraffic';
    src: url('../fonts/BTraffic.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BTraffic.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BTraffic.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BVahidBold';
    src: url('../fonts/BVahidBold.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BVahidBold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BVahidBold.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BYagut';
    src: url('../fonts/BYagut.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BYagut.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BYagut.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BYas';
    src: url('../fonts/BYas.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BYas.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BYas.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BYekan';
    src: url('../fonts/BYekan.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BYekan.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BYekan.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BZar';
    src: url('../fonts/BZar.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BZar.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BZar.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'BZiba';
    src: url('../fonts/BZiba.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BZiba.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BZiba.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
    font-family: 'Yekan';
    src: url('../fonts/Yekan.eot?#') format('eot'), /* IE6–8 */ url('../fonts/Yekan.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/Yekan.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face
{
    font-family: 'Irans';
    src: url('../fonts/Irans.eot?#') format('eot'), /* IE6–8 */ url('../fonts/Irans.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/Irans.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face
{
    font-family: 'ESyntesia';
    src: url('../fonts/ESyntesia.eot?#') format('eot'), /* IE6–8 */ url('../fonts/ESyntesia.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ESyntesia.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face
{
    font-family: 'EBanbury';
    src: url('../fonts/EBanbury.eot?#') format('eot'), /* IE6–8 */ url('../fonts/EBanbury.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/EBanbury.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face
{
    font-family: 'ELaterFont';
    src: url('../fonts/ELaterFont.eot?#') format('eot'), /* IE6–8 */ url('../fonts/ELaterFont.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ELaterFont.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}


.BBadr
{
    font-family: BBadr, Arial, Helvetica, sans-serif;
}

.BBaran
{
    font-family: BBaran, Arial, Helvetica, sans-serif;
}

.BBardiya
{
    font-family: BBardiya, Arial, Helvetica, sans-serif;
}

.BCompset
{
    font-family: BCompset, Arial, Helvetica, sans-serif;
}

.BDavat
{
    font-family: BDavat, Arial, Helvetica, sans-serif;
}

.BElham
{
    font-family: BElham, Arial, Helvetica, sans-serif;
}

.BEsfehanBold
{
    font-family: BEsfehanBold, Arial, Helvetica, sans-serif;
}

.BFantezy
{
    font-family: BFantezy, Arial, Helvetica, sans-serif;
}

.BFarnaz
{
    font-family: BFarnaz, Arial, Helvetica, sans-serif;
}

.BFerdosi
{
    font-family: BFerdosi, Arial, Helvetica, sans-serif;
}

.BHamid
{
    font-family: BHamid, Arial, Helvetica, sans-serif;
}

.BHelal
{
    font-family: BHelal, Arial, Helvetica, sans-serif;
}

.BHoma
{
    font-family: BHoma, Arial, Helvetica, sans-serif;
}

.BJadidBold
{
    font-family: BJadidBold, Arial, Helvetica, sans-serif;
}

.BJalal
{
    font-family: BJalal, Arial, Helvetica, sans-serif;
}

.BKoodakBold
{
    font-family: BKoodakBold, Arial, Helvetica, sans-serif;
}

.BKourosh
{
    font-family: BKourosh, Arial, Helvetica, sans-serif;
}

.BLotus
{
    font-family: BLotus, Arial, Helvetica, sans-serif;
}

.BMahsa
{
    font-family: BMahsa, Arial, Helvetica, sans-serif;
}

.BMehrBold
{
    font-family: BMehrBold, Arial, Helvetica, sans-serif;
}

.BMitra
{
    font-family: BMitra, Arial, Helvetica, sans-serif;
}

.BMorvarid
{
    font-family: BMorvarid, Arial, Helvetica, sans-serif;
}

.BNarm
{
    font-family: BNarm, Arial, Helvetica, sans-serif;
}

.BNasimBold
{
    font-family: BNasimBold, Arial, Helvetica, sans-serif;
}

.BNazanin
{
    font-family: BNazanin, Arial, Helvetica, sans-serif;
}

.BRoya
{
    font-family: BRoya, Arial, Helvetica, sans-serif;
}

.BSetarehBold
{
    font-family: BSetarehBold, Arial, Helvetica, sans-serif;
}

.BShiraz
{
    font-family: BShiraz, Arial, Helvetica, sans-serif;
}

.BSinaBold
{
    font-family: BSinaBold, Arial, Helvetica, sans-serif;
}

.BTabassom
{
    font-family: BTabassom, Arial, Helvetica, sans-serif;
}

.BTehran
{
    font-family: BTehran, Arial, Helvetica, sans-serif;
}

.BTitrBold
{
    font-family: BTitrBold, Arial, Helvetica, sans-serif;
}

.BTitrTGEBold
{
    font-family: BTitrTGEBold, Arial, Helvetica, sans-serif;
}

.BTraffic
{
    font-family: BTraffic, Arial, Helvetica, sans-serif;
}

.BVahidBold
{
    font-family: BVahidBold, Arial, Helvetica, sans-serif;
}

.BYagut
{
    font-family: BYagut, Arial, Helvetica, sans-serif;
}

.BYas
{
    font-family: BYas, Arial, Helvetica, sans-serif;
}

.BYekan
{
    font-family: BYekan, Arial, Helvetica, sans-serif;
}

.BZar
{
    font-family: BZar, Arial, Helvetica, sans-serif;
}

.BZiba
{
    font-family: BZiba, Arial, Helvetica, sans-serif;
}
.Yekan
{
    font-family: Yekan, Arial, Helvetica, sans-serif;
    top: 0px;
    right: 0px;
}
.Irans
{
    font-family: Irans, Arial, Helvetica, sans-serif;
}
.ESyntesia
{
    font-family: Syntesia, Arial, Helvetica, sans-serif;
}
.EBanbury
{
    font-family: EBanbury, Arial, Helvetica, sans-serif;
}
.ELaterFont
{
    font-family: ELaterFont, Arial, Helvetica, sans-serif;
}

