* { margin: 0 auto; padding: 0; }
body {
    font:12px tahoma; 
    background:#aaa;
    text-align: center;
}
a {text-decoration:none; cursor: pointer;color:#000;}
a:hover {color:#897700;text-decoration: underline;}
.both, .clear {clear:both;}
:focus { outline: none; }


#intro  {
    width: 300px;
    height: 340px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -170px;
    margin-left: -150px;
    background: url(images/logo.png) no-repeat 0px top;
    z-index: 2;
}
#intro2 {
    width: 300px;
    height: 340px;
    background: url(images/logo.png) no-repeat -300px top;
    display: none;
}
#intro3 {
    width: 300px;
    height: 277px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -150px;
    margin-top: -135px;
    background: url(images/logo.png) no-repeat -600px top;
    z-index: 3;
}

#title_fa {
    width: 300px;
    height:40px;
    position: absolute;
    bottom: 20px;
    left: 0px;
    background: url(images/title_fa.png) no-repeat center;
}
#title_en {
    width: 300px;
    height:30px;
    position: absolute;
    bottom: 10px;
    left: 0px;
    background: url(images/title_en.png) no-repeat center bottom;
}
#langfa a {
    width: 58px;
    height: 58px;
    background: url(images/fa.png) top center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -95px;
    margin-left: -78px;
    display: none;
}
#langen a {
    width: 58px;
    height: 58px;
    background: url(images/en.png) top center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -95px;
    margin-left: -140px;
    display: none;
}
#langfa a:hover, #langen a:hover, #langfa a.selected, #langen a.selected {
    background-position: bottom center;
}
#fly {
    width: 900px; 
    height: 100%; 
    position: absolute; 
    top:0; 
    left: 50%;
    margin-left: -450px;
}
#fly_move {
    position: absolute;
    width: 300px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -150px;
}
#after_show {
    background: none;
    position: absolute;
    top: 50%;
    margin-top: -170px;
    width: 580px;
    height: 277px;
    display: none;
}
.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/loading.gif) no-repeat center;
}

#right_panel {
    width: 90px;
    float: right;
}

#logo a {
    width:90px;
    height:90px;
    background: url('images/logo_top.png') no-repeat left center;
    display:block;
}

#container{
    width:1000px;
    margin-top:10px;
    position:relative;
    text-align:justify;
    direction:rtl;
}

.footer {
    width:100%; 
    text-align:center;
    font:10px tahoma; 
    direction : ltr; 
    color:#555;
    line-height:18px;
    padding-bottom:10px;
    padding-top: 70px;
}

.footer_fix {position: fixed;bottom:0;left:0;height: auto;padding-top:0;}


#lang {
    width: 54px;
    height: 32px;
}
#lang .fa a {
    float:right; 
    width:24px; 
    height:24px; 
    margin-top:6px;
    background: url(images/fa_s.png) no-repeat top center;
}
#lang .en a {
    float:left; 
    width:24px; 
    height:24px; 
    margin-top:6px;
    background: url(images/en_s.png) no-repeat top center;
}

#lang a:hover, #lang a.selected {
    background-position: bottom center;
}

#left_panel {
    float: left;
    width: 880px;
    min-height: 370px;
}
#left_panel .borders {
    padding: 10px;
    border: 1px dashed #bbb;
}

#left_panel .title {
    font: bold 20px 'b yekan';
    color: #333;
}

#left_panel .text {
    text-align: justify;
    direction: rtl;
    font: 12px tahoma;
    line-height: 22px;
}

#gallery_body {
    display: block;
    position: relative;
    background: #aaa;
    width: 880px;
    height: 400px;
    margin-top: 10px;
    border: 1px dashed #bbb;
    z-index: 5;
    margin-bottom: 10px;
    overflow: hidden;
}
#gallery_text{
    width: 880px;
    height: auto;
    direction: rtl    font: 12px tahoma;
    line-height: 18px;
    z-index: 2;
    position: relative;
    display: none;
}

#gallery_body img {
    width: 670px;
    margin-left: 5px;
    float: left;
    height: 390px;
    margin-top: 5px;
}

#gallery_body .loading{
    background-color: #aaa;
}

#gallery_body .next {
    position: absolute;
    top:0;
    right: -32px;
    width: 32px;
    height: 100%;
    background: url(images/but_bg.png) repeat;
}

#gallery_body .next a {
    width: 32px;
    height: 100%;
    float: right;
    background: url(images/next.png) no-repeat left center;
    cursor: default;
}

#gallery_body .prev {
    position: absolute;
    top:0;
    left: -32px;
    width: 32px;
    height: 100%;
    background: url(images/but_bg.png) repeat;
}

#gallery_body .prev a {
    width: 32px;
    height: 100%;
    float: left;
    background: url(images/prev.png) no-repeat left center;
    cursor: default;
}

#gallery_body .next a.active:hover, #gallery_body .prev a.active:hover {
    background-position: right center;
    cursor: pointer;
}

.profile_picture {
    float: left;
    border: 1px dashed #eee;
    max-width: 290px;
    padding: 5px;
    border-radius: 3px;
    margin-right: 10px;
}
.profile_picture img {
    width: 100%;
}

#contact_form {
    width: 640px;
    background: #bbb;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    padding-top: 5px;
    position: relative;
}

#contact_form .title {
    font: 20px 'b yekan';;
    margin-bottom: 10px;
    border-bottom: 2px dashed #aaa;
    padding-bottom: 5px;
}
#contact_form label {
    display: block;
    font: 12px tahoma;
    line-height: 18px;
}
#contact_form .right_slab {
    float: right;
    width: 208px;
    margin-left: 8px;
}
#contact_form .left_slab {
    float: left;
    width: 208px;
}

.contact_input {
    font: 12px tahoma;
    direction: rtl;
    width: 194px;
    padding: 5px 7px;
    margin-bottom: 7px;
    border-radius: 3px;
    border: 1px solid #888;
    margin-top: 3px;
    background: #f5f5f5;
}
.contact_input:focus {
    background: #ffffff;
    border-color: #ddc000;
}

#contact_form .ltr {
    text-align: left;
    direction: ltr;
}

#contact_form textarea {
    line-height: 18px;
    direction: rtl;
    resize: none;
    height: 68px;
}
#contact_form .submit {
    font: 13px 'b yekan';;
    width: 208px;
    padding: 5px 0px;
    background: #333;
    border: 1px dashed #ccc;
    color:#fff;
    margin-top: 11px;
    cursor: pointer;
}

#contact_form .submit:hover, #contact_form .submit:focus {
    background: #ddc000;
}

.success {
    color:#006600;
    font: 18px 'b yekan';
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
}
.error {
    color:#aa0000;
    margin-right: 10px;
    font: 12px tahoma;
    display: inline;
    line-height: 24px;
}

.box {
    float: right;
    width: 24%;
    margin: 0.5%;
    background:#ddd;
    border-radius:3px;
    overflow: hidden;
    height: auto;
    box-sizing: border-box;
}

.box .photo {
    width: 100%;
    position: relative;
    display: block;
}

.box .photo img {
    width: 100%;
    height: auto;
    display: block;
}

.box .title {
    padding: 10px;
    box-sizing: border-box;
}

.box .title small {
    font-size:11px;
    display: block;
    font-weight: normal;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
  direction: rtl; 
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
  color: #CCC; }
  .mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  left: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; 
  direction: rtl; 
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: right;
  font-size: 8pt;
  line-height: 24px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-left: 36px; 
  direction: rtl; 
}

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }