/* line 17, C:/Program Files/Prepros/gems/gems/compass-0.12.2/frameworks/compass/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, C:/Program Files/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Program Files/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Program Files/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Program Files/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Program Files/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Program Files/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Program Files/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Program Files/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 13, sass/normal.scss */
html, body {
  height: 100.2%;
  min-width: 100%;
  position: relative;
}

/* line 22, sass/normal.scss */
article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* line 25, sass/normal.scss */
body {
  background: url(../images/front-bck.jpg) no-repeat top center fixed;
  background-size: cover;
  font-family: "Lato, Arial sans-serif";
  font-size: .9375%;
  color: #fff;
  text-align: center;
}

/* line 38, sass/normal.scss */
html > body {
  font-size: 15px;
}

/* line 42, sass/normal.scss */
#container {
  width: 960px;
  padding: 0;
  text-align: left;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius-topleft: 0.7em;
  -webkit-border-top-left-radius: 0.7em;
  border-top-left-radius: 0.7em;
  -moz-border-radius-topright: 0.7em;
  -webkit-border-top-right-radius: 0.7em;
  border-top-right-radius: 0.7em;
}

/* line 56, sass/normal.scss */
#front-header {
  width: 100%;
  background-color: #686963;
  background-size: 100%;
  padding: 1.5em 0 1.5em 0;
  -webkit-box-shadow: 0.3em 0.3em 0.5em rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0.3em 0.3em 0.5em rgba(0, 0, 0, 0.7);
  box-shadow: 0.3em 0.3em 0.5em rgba(0, 0, 0, 0.7);
  margin-bottom: 1.5em;
}
/* line 63, sass/normal.scss */
#front-header img {
  width: 100%;
}
/* line 64, sass/normal.scss */
#front-header h1 {
  text-align: center;
  font-size: 2.4em;
  /* 36px */
  font-weight: normal;
  margin-bottom: 0;
}

/* line 70, sass/normal.scss */
#mid-area {
  width: 100%;
}

/* line 74, sass/normal.scss */
.third {
  width: 28.125%;
  /*270px*/
  float: left;
  background-color: #686963;
  padding: 1.5625%;
  /*15px - (vertical padding derived from width) */
  -webkit-box-shadow: 0.3em 0.3em 0.5em rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0.3em 0.3em 0.5em rgba(0, 0, 0, 0.7);
  box-shadow: 0.3em 0.3em 0.5em rgba(0, 0, 0, 0.7);
}

/* line 84, sass/normal.scss */
.mar-right {
  margin-right: 3.125%;
  /*30px*/
}

/* line 88, sass/normal.scss */
.third-in {
  padding-bottom: 1em;
}
/* line 91, sass/normal.scss */
.third-in h2 {
  margin-top: .5em;
  font-size: 1.53333em;
  /* 23px */
}
/* line 92, sass/normal.scss */
.third-in img {
  max-width: 100%;
  -webkit-box-shadow: 0.33em 0.333em 0.7em rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0.33em 0.333em 0.7em rgba(0, 0, 0, 0.5);
  box-shadow: 0.33em 0.333em 0.7em rgba(0, 0, 0, 0.5);
}
/* line 93, sass/normal.scss */
.third-in img:hover {
  opacity: 0.6;
  transform-style: preserve-3d;
  transform: translateY(-50%) rotateX(60deg) rotateZ(35deg);
}

/* line 98, sass/normal.scss */
.third-contact {
  padding-top: .25em;
  font-size: .9333em;
  background: url(../images/sep.png) repeat-x;
}

/* line 106, sass/normal.scss */
em {
  font-style: italic;
}

/* line 110, sass/normal.scss */
strong {
  font-family: Lato, sans-serif;
  font-weight: bold;
}

/* line 117, sass/normal.scss */
.symb {
  font-family: ModernPictogramsNormal;
}

/* line 122, sass/normal.scss */
p {
  font-size: 1em;
  margin: .5em 0;
  line-height: 1.5em;
}

/* line 129, sass/normal.scss */
ul li {
  font-family: "Lato, Arial sans-serif";
  font-size: 1em;
  line-height: 1.5em;
}

/* line 136, sass/normal.scss */
a:link, a:active, a:visited {
  text-decoration: none;
  color: #dd95ea;
}

/* line 137, sass/normal.scss */
a:hover {
  color: #3CC;
}

/* line 139, sass/normal.scss */
h2 a:link, h2 a:active, h2 a:visited {
  text-decoration: none;
  color: #fff;
}

/* line 140, sass/normal.scss */
h2 a:hover {
  color: #3CC;
}

/* line 149, sass/normal.scss */
.showit {
  display: block !important;
}

/* line 153, sass/normal.scss */
.noshowit {
  display: none;
}

/* line 161, sass/normal.scss */
#footer {
  margin: 1.5em 0 .5em 0;
  padding: 1em;
  background: #686963 url(../images/sep.png) repeat-x top;
  -webkit-box-shadow: 0.3em 0.3em 0.5em rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0.3em 0.3em 0.5em rgba(0, 0, 0, 0.7);
  box-shadow: 0.3em 0.3em 0.5em rgba(0, 0, 0, 0.7);
}
/* line 167, sass/normal.scss */
#footer p {
  font-size: .866667em;
  /*13px*/
  margin: 0;
}
/* line 168, sass/normal.scss */
#footer .right {
  float: right;
  width: 25%;
  text-align: right;
}
/* line 169, sass/normal.scss */
#footer .center {
  text-align: center;
  width: 50%;
  float: right;
}

/* line 172, sass/normal.scss */
#credit {
  font-size: .8em;
  /*12px*/
  margin: 0;
  margin-bottom: 10em;
}

/* line 182, sass/normal.scss */
option {
  padding-right: 10px;
}

/* line 191, sass/normal.scss */
#bounce {
  z-index: 9999;
  position: absolute;
  margin: 20px;
  color: #fff;
  background-color: #112211;
  left: 350px;
  top: 0px;
  border: 2px solid #ccc;
  width: 500px;
  padding: 10px;
  display: none;
  box-shadow: 0px 0px 12px #ccc;
  -moz-box-shadow: 0px 0px 12px #ccc;
  -webkit-box-shadow: 0px 0px 12px #ccc;
  background-image: -webkit-linear-gradient(top, #112211, #444444);
  background-image: -moz-linear-gradient(top, #112211, #444444);
  background-image: linear-gradient(top, #112211, #444444);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  /*-webkit-transform:rotate(6deg); transform:rotate(30deg); -moz-transform:rotate(30deg); */
}

/* line 208, sass/normal.scss */
#bounce p {
  text-align: center;
  color: #fff;
}

/* line 212, sass/normal.scss */
ul, ol {
  padding: 4px 0px 8px 15px;
  list-style-position: outside;
  padding-left: 30px;
  list-style-type: disc;
}

/* line 220, sass/normal.scss */
ol {
  list-style-type: decimal;
}

/* line 224, sass/normal.scss */
li {
  padding-bottom: 5px;
  font-size: 120%;
}

/* TinyMCE specific rules */
/* line 237, sass/normal.scss */
.mceContentBody, .mceContentBody p {
  background-image: none;
  background-color: #fff;
  font-size: 100%;
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
  min-width: 100px;
  text-align: left;
  line-height: 130%;
}

/* line 247, sass/normal.scss */
.mceContentBody ul, .mceContentBody ol {
  padding-left: 25px;
  list-style: inside;
  margin-bottom: 12px;
}

/* line 253, sass/normal.scss */
.mceContentBody ol {
  list-style-type: decimal;
}

/* line 258, sass/normal.scss */
.mceitemtable td {
  padding: 8px 8px;
  color: blue;
  font-size: 120%;
}

/* line 264, sass/normal.scss */
.mceitemtable th {
  padding: 8px 8px;
  color: #000;
  font-weight: bold;
  font-size: 140%;
}

/* line 273, sass/normal.scss */
.ileft {
  float: left;
  padding: 0px 12px 10px 0px;
}

/* line 278, sass/normal.scss */
.iright {
  float: right;
  margin: 0px 0px 10px 12px;
}

/* line 286, sass/normal.scss */
.cleardiv {
  height: 0px;
  overflow: hidden;
  clear: both;
}

@media screen and (max-width: 980px) {
  /* line 295, sass/normal.scss */
  #container {
    width: 96%;
  }

  /* line 297, sass/normal.scss */
  #front-header h1 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 480px) {
  /* line 302, sass/normal.scss */
  #front-header {
    margin-bottom: .5em;
  }
  /* line 304, sass/normal.scss */
  #front-header h1 {
    font-size: 1.5em;
  }

  /* line 306, sass/normal.scss */
  #mid-area {
    width: 100%;
  }

  /* line 307, sass/normal.scss */
  div.third {
    float: none;
    width: auto;
    margin-right: 0 !important;
    margin-bottom: 1em;
  }

  /* line 308, sass/normal.scss */
  #footer {
    margin-top: 1em;
  }
  /* line 309, sass/normal.scss */
  #footer .right {
    float: right;
    text-align: right;
    width: 50%;
    margin-bottom: .5em;
  }
  /* line 310, sass/normal.scss */
  #footer .center {
    text-align: left;
    width: 50%;
    float: left;
  }

  /* line 312, sass/normal.scss */
  #nav1 li a {
    font-size: 1.1em;
  }

  /* line 313, sass/normal.scss */
  #nav1 li a {
    padding-left: .5em;
  }

  /* line 314, sass/normal.scss */
  #nav1 ul {
    padding-left: 0;
  }
}
@media screen and (max-width: 320px) {
  /* line 320, sass/normal.scss */
  #front-header {
    margin-bottom: .5em;
  }
  /* line 322, sass/normal.scss */
  #front-header h1 {
    font-size: 1em;
  }

  /* line 324, sass/normal.scss */
  #mid-area {
    width: 100%;
  }

  /* line 325, sass/normal.scss */
  div.third {
    float: none;
    width: auto;
    margin-right: 0 !important;
    margin-bottom: 1em;
  }

  /* line 326, sass/normal.scss */
  #footer {
    margin-top: 1em;
  }
  /* line 327, sass/normal.scss */
  #footer .right {
    float: right;
    text-align: right;
    width: 50%;
    margin-bottom: .5em;
  }
  /* line 328, sass/normal.scss */
  #footer .center {
    text-align: left;
    width: 50%;
    float: left;
  }

  /* line 330, sass/normal.scss */
  #nav1 li a {
    font-size: 1.1em;
  }

  /* line 331, sass/normal.scss */
  #nav1 li a {
    padding-left: .5em;
  }

  /* line 332, sass/normal.scss */
  #nav1 ul {
    padding-left: 0;
  }
}
