/*@include font-face('al',font-files('al.woff'),false,normal);
@include font-face('al',font-files('alo.woff'),false,normal,italic);
@include font-face('al',font-files('am.woff'),false,bold);
@include font-face('al',font-files('amo.woff'),false,bold,italic);*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700");
/* line 43, ../../sass/front.scss */
::selection {
  color: #f7f6f6;
  background: rgba(106, 65, 69, 0.9); }

/* line 47, ../../sass/front.scss */
::-moz-selection {
  color: #f7f6f6;
  background: rgba(106, 65, 69, 0.9); }

/* line 51, ../../sass/front.scss */
img {
  display: block; }

/* line 54, ../../sass/front.scss */
td {
  text-align: left;
  padding: 0;
  vertical-align: top; }

/* line 59, ../../sass/front.scss */
table {
  border-collapse: collapse; }

/* line 62, ../../sass/front.scss */
html {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0; }

/* line 68, ../../sass/front.scss */
body {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #8f8f8f;
  background-image:url(../img/hands.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  @include background-size(cover);
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif; }
  /* line 87, ../../sass/front.scss */
  body > div {
    background-color: rgba(246, 246, 246, 0.75);
    max-width: 1080px;
    width: 1080px;
    flex-shrink: 0;
    margin: 50px auto;
    text-align: left;
    padding: 25px; }

/* line 99, ../../sass/front.scss */
.em_obsc {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  /* line 104, ../../sass/front.scss */
  .em_obsc .domain {
    unicode-bidi: bidi-override;
    direction: rtl; }
    /* line 107, ../../sass/front.scss */
    .em_obsc .domain:after {
      content: "\000040"; }
    /* line 110, ../../sass/front.scss */
    .em_obsc .domain:before {
      content: "\00002e"; }

/* line 115, ../../sass/front.scss */
header {
  /*nav:nth-of-type(2){
  	ul {
  		justify-content:flex-start;
  		li {
  			padding-right:6vw;
  		}
  	}
  }*/ }
  /* line 116, ../../sass/front.scss */
  header #logo {
    margin: 15px 0 45px 25px; }
    /* line 118, ../../sass/front.scss */
    header #logo h1, header #logo h2 {
      text-transform: uppercase;
      font-weight: normal;
      color: #555; }
    /* line 125, ../../sass/front.scss */
    header #logo h1 {
      font-size: 46px;
      letter-spacing: 47.5px;
      margin: 0; }
    /* line 130, ../../sass/front.scss */
    header #logo h2 {
      font-size: 20px;
      letter-spacing: 11.8px;
      white-space: nowrap;
      margin: 5px 0 0 0; }
  /* line 137, ../../sass/front.scss */
  header nav {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(25, 25, 25, 0.05);
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-bottom: 25px; }
    /* line 143, ../../sass/front.scss */
    header nav ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 0;
      margin: 0;
      list-style: none; }
      /* line 150, ../../sass/front.scss */
      header nav ul li {
        flex-grow: 1;
        display: block;
        margin: 0;
        text-align: center;
        /*&:not(:last-child) {
        	margin-right:auto;
        }*/ }
        /* line 159, ../../sass/front.scss */
        header nav ul li a, header nav ul li h1 {
          font-family: "Roboto", sans-serif;
          font-size: 1.1em;
          font-weight: bold;
          text-decoration: none;
          text-transform: uppercase;
          margin: 0;
          line-height: 60px;
          letter-spacing: 0.2em;
          display: block; }
        /* line 172, ../../sass/front.scss */
        header nav ul li a {
          color: #333; }
        /* line 175, ../../sass/front.scss */
        header nav ul li h1 {
          color: #f7f6f6; }
        /* line 178, ../../sass/front.scss */
        header nav ul li:hover {
          background-color: rgba(106, 65, 69, 0.9); }
          /* line 180, ../../sass/front.scss */
          header nav ul li:hover a {
            color: #f7f6f6; }
        /* line 184, ../../sass/front.scss */
        header nav ul li.active {
          background-color: rgba(106, 65, 69, 0.9); }

/* line 199, ../../sass/front.scss */
main {
  color: #333;
  line-height: 1.8em;
  text-align: justify;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 0 -20px;
  overflow: hidden;
  padding: 25px 25px 0 25px; }
  /* line 209, ../../sass/front.scss */
  main section {
    margin: 0 20px 25px 20px; }
  /* line 212, ../../sass/front.scss */
  main section:not(:first-child) {
    flex-wrap: wrap;
    flex-grow: 1;
    flex-basis: 300px; }
  /* line 218, ../../sass/front.scss */
  main section:first-child {
    width: 400px; }
  /* line 221, ../../sass/front.scss */
  main h1, main h2, main h3, main h4 {
    font-family: "Roboto", sans-serif;
    font-weight: bold; }
  /* line 227, ../../sass/front.scss */
  main h1 {
    font-size: 1.5em;
    text-transform: uppercase; }
  /* line 231, ../../sass/front.scss */
  main h2 {
    font-size: 1.5em; }
  /* line 234, ../../sass/front.scss */
  main h3 {
    font-size: 1.5em; }
  /* line 237, ../../sass/front.scss */
  main h4 {
    font-size: 1.5em; }
  /* line 240, ../../sass/front.scss */
  main p {
    font-size: 1em;
    margin-top: 0; }
  /* line 244, ../../sass/front.scss */
  main a {
    color: #6a4145;
    text-decoration: none; }
  /* line 251, ../../sass/front.scss */
  main img {
    width: 400px; }
