/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
/* line 3, main.scss */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/* line 9, main.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 14, main.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 19, main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 28, main.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* line 37, main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 43, main.scss */
textarea {
  resize: vertical;
}

/* line 47, main.scss */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* line 59, main.scss */
img {
  width: 100%;
}

/* line 63, main.scss */
body {
  width: 100%;
  height: 100%;
  background-color: #000;
}

/* line 69, main.scss */
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  z-index: 111;
}

/* line 79, main.scss */
#wrapper {
  width: 100%;
  background-color: #000;
  overflow: hidden;
}
/* line 84, main.scss */
#wrapper .contents {
  background: url(../images/bg.jpg) top center no-repeat;
  background-size: 100% auto;
}
/* line 89, main.scss */
#wrapper .logosammy {
  width: 17%;
  padding: 5% 0 0 3%;
  position: relative;
  z-index: 1111;
}
/* line 96, main.scss */
#wrapper .logo {
  margin-top: -6%;
}
/* line 100, main.scss */
#wrapper .pv {
  margin: 4% auto 0;
  position: relative;
}
/* line 104, main.scss */
#wrapper .pv .no_flash {
  top: 0;
  left: 0;
  position: absolute;
}

#wrapper .pv_sub {
  position: relative;
  width: 96%;
  margin: 0 auto;
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  font-feature-settings: "palt";
}
#wrapper .pv_sub a {
  color: #FFF;
}


/* line 114, main.scss */
footer {
  margin-top: 6%;
}
/* line 117, main.scss */
footer .socialArea {
  position: relative;
  overflow: hidden;
}
/* line 121, main.scss */
footer .socialArea ul {
  position: relative;
  left: 52%;
  float: left;
  width: 185px;
  height: 22px;
}
/* line 128, main.scss */
footer .socialArea ul li {
  position: relative;
  left: -50%;
  float: left;
}
/* line 133, main.scss */
footer .socialArea ul li:nth-child(1) {
  width: 67px;
  height: 20px;
  margin-right: 10px;
}
/* line 139, main.scss */
footer .socialArea ul li:nth-child(2) {
  width: 78px;
  height: 17px;
  margin: -1px 0 0 22px;
}
/* line 151, main.scss */
footer .banner {
  background: #3e3a3a;
  padding-top: 4%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
/* line 157, main.scss */
footer .banner img {
  margin-bottom: 4%;
}
/* line 162, main.scss */
footer .copyright {
  padding: 3% 0 4% 4%;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 190, main.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 195, main.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 206, main.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 216, main.scss */
.invisible {
  visibility: hidden;
}

/* line 220, main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 226, main.scss */
.clearfix:after {
  clear: both;
}

/* line 230, main.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  /* line 239, main.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 248, main.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 253, main.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 257, main.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 261, main.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 266, main.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 272, main.scss */
  thead {
    display: table-header-group;
  }

  /* line 276, main.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 281, main.scss */
  img {
    max-width: 100% !important;
  }

  /* line 285, main.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 292, main.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
