/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 8, ../sass/screen.scss */
body {
  font: 14px/21px "Fontin SmallCaps";
  padding: 0;
  margin: 0;
  background-color: #fff;
}
/* line 12, ../sass/screen.scss */
body b, body strong {
  font-weight: bold;
}
/* line 20, ../sass/screen.scss */
body p {
  padding: 0;
  margin: 0;
  line-height: 27.5px;
}
/* line 25, ../sass/screen.scss */
body b, body strong {
  font-weight: bold;
}
/* line 28, ../sass/screen.scss */
body a, body a:hover {
  text-decoration: none;
}
/* line 31, ../sass/screen.scss */
body ol, body ul, body dl, body hr {
  margin: 0;
}
/* line 34, ../sass/screen.scss */
body h1 {
  font-size: 20px;
}
/* line 35, ../sass/screen.scss */
body h2 {
  font-size: 18px;
}
/* line 36, ../sass/screen.scss */
body h3 {
  font-size: 16px;
}
/* line 37, ../sass/screen.scss */
body h4 {
  font-size: 15px;
}
/* line 38, ../sass/screen.scss */
body h5 {
  font-size: 14px;
}
/* line 39, ../sass/screen.scss */
body h6 {
  font-size: 13px;
}

/*--------------------------------------------------------------
# RTL
--------------------------------------------------------------*/
/* line 46, ../sass/screen.scss */
.rtl {
  direction: rtl;
  /*_____RESETS____*/
  /*_____DEFINED_____*/
}
/* line 48, ../sass/screen.scss */
.rtl input, .rtl select, .rtl textarea, .rtl button {
  font: 1em IranSans, Tahoma, Arial, Helvetica, Verdana, sans-serif;
}
/* line 52, ../sass/screen.scss */
.rtl body {
  font-family: IranSans;
}
/* line 54, ../sass/screen.scss */
.rtl body b, .rtl body strong {
  font-weight: bold;
}
/* line 57, ../sass/screen.scss */
.rtl body ol, .rtl body ul, .rtl body dl {
  margin: 0;
}
/* line 65, ../sass/screen.scss */
.rtl body .right {
  float: left;
}
/* line 68, ../sass/screen.scss */
.rtl body .left {
  float: right;
}

/* line 74, ../sass/screen.scss */
.section-content {
  width: 100%;
  height: 100%;
}
/* line 78, ../sass/screen.scss */
.section-content .under-construction {
  text-align: center;
  padding: 15px;
}
@media (min-width: 500px) {
  /* line 78, ../sass/screen.scss */
  .section-content .under-construction {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
}
/* line 102, ../sass/screen.scss */
.section-content .under-construction img {
  border-radius: 8px;
  max-width: 100%;
  border: 3px solid #e5e5e5;
}
/* line 108, ../sass/screen.scss */
.section-content .under-construction span {
  text-align: center;
  vertical-align: middle;
  display: block;
}
