 @font-face{
    font-family:'yekan';
    src:url(../fonts/Yekan.woff);
    src:url(../fonts/Yekan.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Yekan.woff) format("woff"),url(../fonts/web_Yekan.ttf) format("truetype"),
    url(../fonts/Yekan.svg#BYekan) format("svg");
    font-weight:normal;
    font-style:normal;
}

.navbar-collapse{
	direction:rtl;
}

.btn, .navbar-default, .navbar-default .navbar-header .navbar-brand, h1, h2, h3, h4, h5, h6 ,p,body,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name 
{
    font-family:yekan!important;
}
.mfp-bottom-bar {
    top: 93%;
    background-color: #fff;
	padding:5px;

}
.mfp-title {
    text-align: center!important;
    line-height: 18px;
 }
 .mfp-title a {
    color: #1b2446;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif
}
 .mfp-title a:hover ,.mfp-title a:focus{
    color: #000;
	text-decoration:none;
}
.text-muted{
	direction:rtl;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.50s ease-out;
  -moz-transition: all 0.50s ease-out;
  transition: all 0.50s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}