html,
body {
  height: 100%;
  direction: rtl;
}
body {
  background: #f5f5f5;
  color: #444;
  font-family: iranyekan, Helvetica, Arial, Sans-serif;
  font-size: 15px;
  line-height: 200%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 60%;
  }
}
body:before {
  content: '';
  width: 0;
  height: 100%;
  float: right;
  margin-top: -32767px;
}
a {
  color: #58cb8e;
  text-decoration: none;
}
a:hover {
  color: #fff;
}
.clearfix {
  clear: both;
}
#wrap {
  min-height: 100%;
}
.main {
  overflow: auto;
  padding-bottom: 40px;
}
.main .header {
  background: url('bg.jpg');
}
.main .header .head {
  width: 100%;
  max-width: 900px;
  padding: 30px 0;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .main .header .head .logo {
    margin: 0 auto;
    padding-bottom: 10px;
    border-bottom: 2px solid #555;
  }
}
@media screen and (max-width: 900px) {
  .main .header .head .line {
    background: 100%;
  }
}
.main .header h1 {
  color: #fff;
  font-size: 2.5em;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  margin: 20px 0;
}
@media screen and (max-width: 900px) {
  .main .header h1 {
    margin: 0 5px;
  }
}
.main .header .social {
  color: #ccc;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  margin: 25px 0;
}
.main .content {
  max-width: 900px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 30px;
  padding: 10px 0 40px 0;
}
@media screen and (max-width: 900px) {
  .main .content {
    margin: 0 10px;
  }
}
.main .content a {
  color: #58cb8e;
  text-decoration: none;
}
.main .content a:hover {
  color: #58cb8e;
  text-decoration: underline;
}

@media screen and (max-width: 900px) {
  .main .content .ditch form .input {
    width: auto;
    margin: 0 0 10px;
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .main .content .ditch form button {
    width: 100%;
    margin-right: 0;
  }
}
.main .content .left {
  margin-top: 50px;
  float: right;
  width: 100%;
  padding-left: 30px;
}
@media screen and (max-width: 900px) {
  .main .content .left {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
.main .content .right {
  margin-top: 50px;
  float: left;
  width: 300px;
  border-right: 1px solid #e4e4e4;
  padding-right: 30px;
}
@media screen and (max-width: 900px) {
  .main .content .right {
    float: none;
    width: 100%;
    border-right: 0;
    padding-right: 0;
  }
}
.main .content h2 {
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  line-height: 1.5em;
  text-transform: none;
  text-decoration: none;
  color: #222;
}
.footer {
  background: #181818;
  padding: 10px 0;
  color: #999;
  font-size: 15px;
  position: relative;
  margin-top: -52px;
  clear: both;
}
@media screen and (max-width: 900px) {
  .footer {
    text-align: center;
  }
}
.footer > div {
  max-width: 900px;
  margin: 0 auto;
}
.footer > div ul {
  padding: 0;
  margin: 0;
  float: left;
  list-style: none;
}
@media screen and (max-width: 900px) {
  .footer > div ul {
    margin: 0 auto;
    float: none;
  }
}
.footer > div ul li {
  display: inline-block;
  padding-right: 15px;
}
.footer > div ul li:first-child {
  padding-right: 0;
}
.footer > div ul li a {
  color: #999;
}
.footer > div ul li a:hover {
  text-decoration: underline;
}
@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/eot/iranyekanwebregular.eot);
    src: url(fonts/eot/iranyekanwebregular.eot?#iefix) format("embedded-opentype"), url(fonts/woff2/iranyekanwebregular.woff2) format("woff2"), url(fonts/woff/iranyekanwebregular.woff) format("woff"), url(fonts/ttf/iranyekanwebregular.ttf) format("truetype")
}

@font-face {
    font-family: iranyekan-bold;
    font-style: normal;
    font-weight: 700;
    src: url(fonts/eot/iranyekanwebbold.eot);
    src: url(fonts/eot/iranyekanwebbold.eot?#iefix) format("embedded-opentype"), url(fonts/woff2/iranyekanwebbold.woff2) format("woff2"), url(fonts/woff/iranyekanwebbold.woff) format("woff"), url(fonts/ttf/iranyekanwebbold.ttf) format("truetype")
}