html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'iran-sans-ultralight';
  src: url('fonts/iran-sans-ultralight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'iran-serif';
  src: url('fonts/iran-serif.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'opensans';
  src: url('fonts/opensans-v13-latin-300.woff') format('woff');
  font-style: normal;
  font-weight: 300;
}

body {
  font-family: 'iran-serif', sans-serif;
  direction: rtl;
  line-height: 2em;
  font-size: 1em;
}

a {
  text-decoration: none;
  color: #2595d0;
}

a:hover {
  color: #62b1da;
  border-bottom:1px solid #62b1da;
}

h1, h2, h3, h4 {
  font-family: 'iran-sans-ultralight';
  font-size: 3em;
  margin-bottom: .7em;
  line-height: 1.6em;
  color: #000;
  clear: both;
}

h2 {
  font-size: 1.5em;
  margin-bottom: .5em;
}

h3 {
  font-size: 1.6em;
  margin-bottom: .5em;
}

h4 {
  font-size: 1.2em;
  margin-bottom: .5em;
  font-family: 'iran-sans';
}

p {
  margin-bottom: 1.5em;
  font-size: 1.2em;
  color: #202020;
}

.eng {
  font-family: 'opensans';
  font-weight: 300;
  font-size: 90%;
  margin: auto .1em;
}

.ltr {
  direction: ltr;
}

.ltr:before{
  content: "\200E";
}

.rtl {
  direction: rtl;
}

.rtl:before {
  content:"\200F";
}


.ltr-block {
  direction: ltr;
  text-align: left;
}

.wrap {
  width: 990px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

body > header {
  background-color: #fff200;
  padding: 5em 0;
  margin-bottom: 4em;
}

body > header .level {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10.3em;
  font-family: 'iran-sans-ultralight';
  font-size: 1.2em;
  vertical-align: middle;
}

body > header .level span {
  width: .4em;
  border: 1px solid #000;
  margin-left: .1em;
  display: inline-block;
  vertical-align: sub;
}

body > header .level-low {
  background-color: #000;
  height: .5em;
}

body > header .level-medium {
  height: .9em;
}

body > header .level-heigh {
  height: 1.2em;
}

.course-description {
  position: relative;
}

.course-description aside {
  width: 250px;
  position: absolute;
  left: 0;
  top: 0;
  transition: top linear .1s;
}

.course-description aside .button {
  width: 250px;
  border: 0;
  border-bottom: 4px solid #C3B900;
  background-color: #fff200;
  padding: .5em 0;
  font-family: 'iran-sans-ultralight';
  font-size: 1.6em;
  cursor: pointer;
}

.course-description aside .button.disabled {
  background-color: #BDC3C7;
  color: #ECF0F1;
  border-color: #95A5A6;
  cursor: default;
}

.capacityFullMessage {
  margin-top: 1.5em;
  color: #C0392B;
}

#registeration-form {
  overflow: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: height .5s ease-in, opacity 1.5s;
  transition: height .5s ease-in, opacity 1.5s;
}

#registeration-form label {
  display: block;
}

#registeration-form input[type=text] {
  width: 228px;
  border: 1px solid #ababab;
  padding: 1em 10px;
  font-family: 'iran-sans' !important;
  font-size: 1.3em;
  display: block;
  margin-bottom: .5em;
}

#registeration-form input[type=text]:focus { 
  border: 1px solid #000;
}

#registeration-form input.last {
  margin-bottom: 0;
}

#registeration-form .button {
  margin: 1em 0;
}


.visible-registeration-form #registeration-form {
  opacity: 1;
  height: auto;
}

.visible-registeration-form #register-button {
  display: none;
}

.course-description section {
  float: right;
  width: 670px;
}

footer {
  text-align: center;
  padding: 3em 0 1.5em 0;
  color: #eaeaea;
}

footer a {
  color: #4d4d4d;
  text-decoration: none;
  border-top: 1px solid #b0b0b0;
  display: inline-block;
  padding: 1em 7em 0 7em;
}

footer a:hover {
  color: #000;
  border-bottom: 0;
}

footer .love-icon {
  color: #C0392B;
}

footer a:hover .love-icon {
  color: #E74C3C;
}

.message {
    padding: .7em;
    margin: 0 0 1em 0;
}

.message.error {
    background-color: transparent;
    color: #b54e35;
    text-align: center;
    border: 1px solid #b54e35;
    border-width: 1px 0;
}

.faqs strong {
  font-size: 1.5em;
  display: block;
  margin-bottom: .5em;
}

.faqs li {
  margin-bottom: 3em;
}

.g-wrap {
  clear: both;
  overflow: hidden;
}

.g1-2, .g1-3, .g2-3 {
  display: block;
  float: right;
  margin-left: 4%;
}

.g1-2{
  width: 48%;
}

.g1-3{
  width: 32%;
}

.g2-3{
  width: 64%;
}

.g-last {
  margin-left: 0;
}

.avatar {
  position: relative;
  width: 170px;
  height: 170px;
  margin: 0 0 2em 2em;
  overflow: hidden;
  display: block;
  float: right;
}

.avatar[href='#']{
  cursor: default;
}

.avatar:hover{
  border-bottom: 0;
}

.avatar img, .avatar .overlay {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  z-index: 1;
}

.avatar .overlay {
  background-color: #000;
  opacity: 0;
  z-index: 2;
  transition: opacity ease-in .3s;
}

.avatar span {
  position: absolute;
  top: 75px;
  display: block;
  opacity: 0;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  z-index: 3;
  transition: opacity ease-in .3s;
  color: #fff;
}

.avatar:hover .overlay {
  background-color: #000;
  opacity: .3;
  z-index: 2;
}

.avatar:hover span {
  opacity: 1;
  color: #fff;
}

.course-topics-list {
  width: 80%;
  margin: 0 0 2em auto;
}

