@import url("https://fonts.googleapis.com/css?family=Montserrat");
@font-face {
  font-family: "League Spartan";
  src: url("../fonts/league_spartan/leaguespartan-bold.eot?") format("eot"), url("../fonts/league_spartan/leaguespartan-bold.woff2") format("woff2"), url("../fonts/league_spartan/leaguespartan-bold.woff") format("woff"), url("../fonts/league_spartan/leaguespartan-bold.ttf") format("truetype"), url("../fonts/league_spartan/leaguespartan-bold.svg#League_Spartan") format("svg"); }
@font-face {
  font-family: "code_pro_demoregular";
  src: url("../fonts/codepro_regular/Code_Pro_Demo-webfont.eot?") format("eot"), url("../fonts/codepro_regular/Code_Pro_Demo-webfont.woff2") format("woff2"), url("../fonts/codepro_regular/Code_Pro_Demo-webfont.woff") format("woff"), url("../fonts/codepro_regular/Code_Pro_Demo-webfont.ttf") format("truetype"), url("../fonts/codepro_regular/Code_Pro_Demo-webfont.svg#code_pro_demoregular") format("svg"); }
* {
  box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  background-color: #404040;
  color: #f6f6f6; }

a {
  color: #f6f6f6; }
  a:hover, a:focus, a:visited, a:active {
    color: #f6f6f6; }

input, textarea {
  color: #252525 !important; }

img {
  max-width: 100%; }

ul {
  padding: 0;
  margin: 0; }

ul li {
  list-style: none; }

h1 {
  font-family: "League Spartan", sans-serif; }

h2 {
  font-family: "code_pro_demoregular", sans-serif; }

hr {
  margin: 0 auto;
  border-top-color: #f6f6f6;
  width: 90%; }
  @media (min-width: 62em) {
    hr {
      margin: 0 10px; } }

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #404040;
  z-index: 3;
  transform: translateY(0%) translateZ(0);
  transition: all 2s 1.5s cubic-bezier(0.125, 0.75, 0.415, 1); }
  .loader-overlay .loader {
    width: 50%;
    height: 70px;
    margin: 22% auto 0;
    position: relative;
    background: #30cbec; }
    .loader-overlay .loader .progress {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0%;
      height: 100%;
      background: #fb8819;
      transition: all 0.4s cubic-bezier(0.125, 0.75, 0.415, 1); }

.loader-overlay.ready {
  transform: translateY(-100%) translateZ(0); }

.main {
  position: relative;
  float: none;
  margin: 0px auto;
  padding: 0px;
  z-index: 1; }
  @media (min-width: 34em) {
    .main {
      width: 90%; } }
  @media (min-width: 48em) {
    .main {
      width: 95%; } }
  @media (min-width: 62em) {
    .main {
      width: 90%; } }
  @media (min-width: 75em) {
    .main {
      max-width: 81.25rem; } }

header {
  min-height: 100px;
  width: 100%; }
  @media (min-width: 75em) {
    header {
      min-height: 200px; } }

.header-mobile {
  width: 100%; }

.navbar-mobile, .search-box {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 46px;
  width: 100%;
  z-index: 2; }

.search-box {
  top: 46px;
  display: none; }

.search-box input {
  height: inherit;
  padding: 10px 5% 10px 20px;
  width: 100%; }

.navigation-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  overflow: hidden;
  transform: translateX(-100%) translateZ(0);
  transition: all 0.4s cubic-bezier(0.125, 0.75, 0.415, 1); }

.navigation-mobile.visible {
  transform: translateX(0%) translateZ(0); }

.navigation-mobile:after {
  content: "";
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.95;
  z-index: -1; }

.navigation-mobile h1 {
  width: 85%;
  background: #f5f5f5;
  margin-bottom: 0px;
  font-size: 1.5rem;
  padding: 15px 10px 10px;
  color: #252525;
  border-bottom: 5px solid #fb8819; }

.navigation-mobile ul {
  width: 85%;
  background-size: cover;
  height: 100%;
  padding: 20px 25px;
  font-size: 1.5rem;
  line-height: 2;
  position: relative;
  z-index: 0; }

.navigation-mobile ul:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
  background: #323232 url("../images/comp/sidebar-pic.jpg") 0 50% no-repeat;
  background-size: cover; }

.navigation-mobile a {
  color: #f6f6f6;
  padding: 5px 15px 5px 0px;
  border-bottom: 5px solid #30cbec; }

.logo-mobile {
  width: 100%;
  background: #1d1d1d;
  text-align: center;
  color: #f6f6f6;
  height: 46px; }

.logo-mobile a, .logo-nonmobile a {
  color: inherit;
  font-family: "League Spartan", sans-serif;
  font-size: 1.2rem; }

@media (min-width: 48em) {
  .navigation-nonmobile {
    width: 90%;
    margin: 0px auto;
    background: #263134;
    height: 70px;
    position: relative; }
    .navigation-nonmobile .search-box {
      display: none;
      position: absolute;
      top: 15%;
      height: 50px;
      width: 30%;
      left: auto;
      right: 75px;
      text-align: right; }
      .navigation-nonmobile .search-box input {
        width: 100%; } }
@media (max-width: 87.25em) and (min-width: 75em) {
  .navigation-nonmobile .search-box {
    display: block;
    width: 20%; } }
@media (min-width: 87.25em) {
  .navigation-nonmobile {
    height: 100px; }
    .navigation-nonmobile .search-box {
      display: none;
      height: 70px;
      right: 95px; } }

@media (min-width: 48em) {
  .navigation-nonmobile ul {
    width: 100%;
    height: 70px;
    padding: 0px 15px; } }
@media (min-width: 87.25em) {
  .navigation-nonmobile ul {
    height: 100px;
    padding: 0px 20px; } }

@media (min-width: 48em) {
  .navigation-nonmobile ul li {
    display: inline-block;
    height: 70px; } }
@media (min-width: 87.25em) {
  .navigation-nonmobile ul li {
    height: 100px; } }

@media (min-width: 48em) {
  .navigation-nonmobile ul li a {
    font-size: 1em;
    padding: 25px 20px 20px;
    min-width: 100px;
    color: #f6f6f6;
    font-family: "League Spartan", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    position: relative; }
    .navigation-nonmobile ul li a:hover, .navigation-nonmobile ul li a:focus, .navigation-nonmobile ul li a:active, .navigation-nonmobile ul li a:visited {
      text-decoration: none; }
    .navigation-nonmobile ul li a:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 10px;
      width: 0%;
      background: #30cbec;
      transition: width 0.6s cubic-bezier(0.125, 0.75, 0.415, 1); }
    .navigation-nonmobile ul li a:hover:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 10px;
      width: 100%;
      background: #30cbec;
      transition: width 0.5s cubic-bezier(0.125, 0.75, 0.415, 1); } }
@media (min-width: 62em) {
  .navigation-nonmobile ul li a {
    font-size: 1.2rem;
    min-width: 120px;
    padding: 25px 20px 16px; } }
@media (min-width: 87.25em) {
  .navigation-nonmobile ul li a {
    font-size: 1.6rem;
    padding: 35px 20px 25px;
    min-width: 200px; } }

.navigation-nonmobile ul li a.active {
  background: #30cbec; }

.navigation-nonmobile ul li a.search-button {
  min-width: auto; }

.logo-nonmobile {
  height: 100px;
  text-align: center;
  padding: 25px 20px 15px; }

.logo-nonmobile a, .footer-logo a {
  font-size: 2rem; }

.hero {
  padding: 10px 15px;
  position: static; }
  @media (min-width: 34em) {
    .hero {
      margin-top: 30px;
      padding: 25px 35px; } }
  @media (min-width: 48em) {
    .hero {
      margin-top: 75px; } }
  @media (min-width: 62em) {
    .hero {
      padding: 25px; } }
  @media (min-width: 34rem) and (max-height: 900px) {
    .hero {
      width: 70%;
      margin-top: 25px; } }
  @media (max-height: 700px) {
    .hero {
      margin-top: 0px; } }
  @media (max-height: 450px) {
    .hero {
      float: right;
      padding: 10px 5px 5px 100px; } }
  @media (max-height: 350px) {
    .hero {
      padding: 0px 5px 5px 80px; } }

.hero h2 {
  font-size: 1.2rem; }
  @media (min-width: 34rem) {
    .hero h2 {
      font-size: 2rem; } }
  @media (min-width: 34rem) and (max-height: 900px) {
    .hero h2 {
      font-size: 2.5rem; } }
  @media (max-height: 450px) {
    .hero h2 {
      font-size: 1rem; } }
  @media (max-height: 350px) {
    .hero h2 {
      font-size: 0.9rem; } }

.highlight {
  font-size: 1.5rem; }
  @media (min-width: 34rem) {
    .highlight {
      font-size: 2.8rem; } }
  @media (min-width: 34rem) and (max-height: 900px) {
    .highlight {
      font-size: 2.5rem; } }
  @media (max-height: 450px) {
    .highlight {
      font-size: 1.3rem; } }
  @media (max-height: 350px) {
    .highlight {
      font-size: 1.1rem; } }

.orange-highlight {
  font-size: 1.8rem;
  color: #fb8819; }
  @media (min-width: 34rem) {
    .orange-highlight {
      font-size: 3.3rem; } }
  @media (min-width: 34rem) and (max-height: 900px) {
    .orange-highlight {
      font-size: 2.9rem; } }
  @media (max-height: 450px) {
    .orange-highlight {
      font-size: 1.7rem; } }
  @media (max-height: 350px) {
    .orange-highlight {
      font-size: 1.5rem; } }

.blue-highlight {
  font-size: 1.7rem;
  color: #30cbec; }
  @media (min-width: 34rem) {
    .blue-highlight {
      font-size: 3rem; } }
  @media (min-width: 34rem) and (max-height: 900px) {
    .blue-highlight {
      font-size: 2.7rem; } }
  @media (max-height: 450px) {
    .blue-highlight {
      font-size: 1.5rem; } }
  @media (max-height: 350px) {
    .blue-highlight {
      font-size: 1.3rem; } }

@media (min-width: 34em) {
  .hero-bottom {
    margin-top: 5%; } }
@media (min-width: 48em) {
  .hero-bottom {
    position: absolute;
    bottom: 7%;
    right: 0;
    padding: 10px 15px 15px 10px; }
    .hero-bottom .quotes:nth-child(2) > p {
      text-align: right;
      padding-right: 25px; } }
@media (max-height: 900px) {
  .hero-bottom {
    bottom: 5%;
    padding-top: 0px; } }
@media (max-height: 775px) {
  .hero-bottom {
    bottom: 4%;
    right: auto; } }
@media (max-height: 600px) {
  .hero-bottom {
    display: none; } }

div.quotes {
  width: 65%; }
  div.quotes p {
    font-size: 0.8rem; }
  @media (min-width: 48em) {
    div.quotes {
      opacity: 0.85;
      width: 90%; }
      div.quotes p {
        font-size: 1rem;
        margin-bottom: 1.5rem; } }
  @media (min-width: 62em) {
    div.quotes {
      width: 95%; }
      div.quotes p {
        font-size: 1.2rem;
        padding-left: 25px;
        margin-bottom: 1rem; } }
  @media (max-height: 900px) {
    div.quotes {
      width: 90%;
      font-size: 1rem; } }
  @media (max-height: 775px) {
    div.quotes {
      width: 95%;
      font-size: 0.9rem; } }

.banner {
  position: relative;
  display: block; }

.banner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #2a2a2a url(../images/comp/banner.jpg) no-repeat;
  background-position: 8% 50%;
  background-size: cover;
  opacity: 0.5;
  z-index: -1; }
  @media (min-width: 34rem) {
    .banner:after {
      background-position: 0 50%; } }
  @media (min-width: 48rem) {
    .banner:after {
      opacity: 0.85;
      background-position: 55% 50%; } }

.info {
  padding: 35px 10px 15px; }
  @media (min-width: 62em) {
    .info {
      padding: 60px 15px 25px 50px; } }

.title h2 {
  font-size: 1.5rem;
  text-align: center; }
  @media (min-width: 62em) {
    .title h2 {
      font-size: 2rem;
      text-align: left;
      padding: 5px 10px; } }

.info p {
  font-size: 1rem;
  padding: 20px 5px; }
  @media (min-width: 62rem) {
    .info p {
      padding: 20px 10px; } }

div.life-story, div.stats, div.merchandise {
  position: relative;
  z-index: 0; }

div.life-story {
  background: #323232; }
  div.life-story div.image-front {
    background: black url("../images/comp/life-story.jpg") center center no-repeat;
    background-size: cover; }
  div.life-story div.image-behind {
    background: black url("../images/comp/story-back.jpg") center center no-repeat;
    background-size: cover; }

div.stats {
  background-color: #2a2a2a; }
  div.stats div.image-front {
    background: black url("../images/comp/stats.jpg") center center no-repeat;
    background-size: cover; }
  div.stats div.image-behind {
    background: black url("../images/comp/stats-back.jpg") center center no-repeat;
    background-size: cover; }

div.merchandise {
  background-color: #323232; }
  div.merchandise div.image-front {
    background: black url("../images/comp/merchandise.jpg") center center no-repeat;
    background-size: cover; }
  div.merchandise div.image-behind {
    background: black url("../images/comp/mer-back.jpg") center center no-repeat;
    background-size: cover; }

div.life-story:after, div.stats:after, div.merchandise:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  opacity: 0.1;
  z-index: -1; }
  @media (min-width: 48em) {
    div.life-story:after, div.stats:after, div.merchandise:after {
      position: static; } }

div.life-story:after {
  background: #323232 url("../images/comp/life-story.jpg") center 10% no-repeat; }
  @media (min-width: 48em) {
    div.life-story:after {
      background: none; } }

div.stats:after {
  background: #2a2a2a url("../images/comp/stats.jpg") center 10% no-repeat; }
  @media (min-width: 48em) {
    div.stats:after {
      background: none; } }

div.merchandise:after {
  background: #323232 url("../images/comp/merchandise.jpg") center 60% no-repeat; }
  @media (min-width: 48em) {
    div.merchandise:after {
      background: none; } }

div.cover-pic {
  position: relative; }
  div.cover-pic div.image-behind {
    width: 50%;
    min-height: 200px;
    margin-left: 40%;
    position: relative;
    border: 5px solid #101010; }
    div.cover-pic div.image-behind:after {
      content: "";
      position: absolute;
      width: 50%;
      height: 50%;
      background: #111111;
      z-index: -1;
      top: 75%;
      right: -10%; }
    div.cover-pic div.image-behind:before {
      content: "";
      position: absolute;
      width: 25%;
      height: 30%;
      background: black;
      z-index: -1;
      top: -15%;
      left: -15%; }
  div.cover-pic div.image-front {
    width: 75%;
    min-height: 300px;
    margin-bottom: 25px;
    margin-top: -90px;
    position: relative;
    border: 5px solid #101010; }
    div.cover-pic div.image-front:after {
      content: "";
      position: absolute;
      width: 30%;
      height: 30%;
      background: #111111;
      z-index: -1;
      top: -20%;
      left: 30%; }

.videos {
  text-align: center;
  background-color: #323232;
  padding-top: 50px;
  padding: 0px; }
  .videos h1 {
    font-size: 1.2rem;
    padding-bottom: 25px;
    padding-top: 15px; }
    @media (min-width: 48em) {
      .videos h1 {
        font-size: 2em;
        margin-bottom: 45px;
        padding-top: 35px; } }

div.media {
  width: 100%;
  height: 100%;
  background: #323232;
  display: none;
  position: relative; }

video {
  max-width: 100%;
  height: 100%; }

div.video-controls {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0; }
  div.video-controls:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    background: #323232;
    z-index: -1; }
  div.video-controls .video-controls-left a, div.video-controls .video-controls-right a {
    width: 50px;
    height: 38px;
    display: inline-block;
    margin: 1px 0px 1px 1px;
    font-size: 1.5rem;
    padding: 2px 10px 5px;
    text-align: center; }
    div.video-controls .video-controls-left a:hover, div.video-controls .video-controls-right a:hover {
      text-decoration: none; }
    div.video-controls .video-controls-left a:focus, div.video-controls .video-controls-left a:active, div.video-controls .video-controls-left a:visited, div.video-controls .video-controls-right a:focus, div.video-controls .video-controls-right a:active, div.video-controls .video-controls-right a:visited {
      text-decoration: none; }
    div.video-controls .video-controls-left a:first-child, div.video-controls .video-controls-right a:first-child {
      margin-right: 1px; }
  div.video-controls .video-controls-left {
    width: 40%;
    height: 40px;
    text-align: left; }
    div.video-controls .video-controls-left a {
      float: left; }
  div.video-controls .video-controls-right {
    width: 60%;
    text-align: right;
    height: 40px; }
    div.video-controls .video-controls-right a {
      float: right; }

.blue-section .video-controls-left a, .blue-section .video-controls-right a {
  background: #fb8819; }

.orange-section .video-controls-left a, .orange-section .video-controls-right a {
  background: #30cbec; }

div.progresbar, div.bufferbar {
  position: absolute;
  top: -5px;
  left: 0px;
  right: 1px;
  height: 5px;
  opacity: 1; }

.blue-section div.progresbar, .orange-section div.bufferbar {
  background: #fb8819;
  width: 0%; }

.blue-section div.bufferbar, .orange-section div.progresbar {
  background: #30cbec;
  width: 0%; }

div.bufferbar {
  opacity: 0.9; }

.blue-section {
  background: #30cbec;
  border-bottom: 5px solid #fb8819;
  padding: 5px 5px; }

.orange-section {
  background: #fb8819;
  border-bottom: 5px solid #30cbec;
  padding: 5px 5px; }

div.video {
  width: 98%;
  height: 210px;
  margin: -20px auto 30px;
  position: relative;
  z-index: 0; }
  @media (min-width: 62em) {
    div.video {
      margin: -35px auto 75px;
      width: 80%;
      height: 300px; } }
  @media (max-width: 48em) {
    div.video {
      margin: -35px auto 50px;
      width: 95%;
      height: 250px; } }

div.video > a {
  color: #f6f6f6;
  position: relative;
  top: 28%; }

div.video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.75;
  z-index: -1;
  background: #323232; }

div.video.vid-euro-final-ger:after {
  background: #323232 url("../images/comp/euro-final-ger.jpg") center center no-repeat;
  background-size: cover; }

div.video.vid-champians-league:after {
  background: #323232 url("../images/comp/champians-league.jpg") center center no-repeat;
  background-size: cover; }

div.video.vid-liverpool:after {
  background: #323232 url("../images/comp/liverpool.jpg") center center no-repeat;
  background-size: cover; }

div.video.vid-euro-final-ita:after {
  background: #323232 url("../images/comp/euro-final-ita.jpg") center center no-repeat;
  background-size: cover; }

div.video.vid-real-copa:after {
  background: #323232 url("../images/comp/real-copa.jpg") center center no-repeat;
  background-size: cover; }

div.video.vid-europa-final:after {
  background: #323232 url("../images/comp/europa-final.jpg") center center no-repeat;
  background-size: cover; }

.blue-section .video {
  border: 5px solid #fb8819; }
  @media (min-width: 48em) {
    .blue-section .video {
      float: right;
      margin-right: -5px; } }

.orange-section .video {
  border: 5px solid #30cbec; }
  @media (min-width: 48em) {
    .orange-section .video {
      float: left;
      margin-left: -5px; } }

footer {
  background: #f5f5f5;
  padding-top: 25px; }
  @media (min-width: 48em) {
    footer {
      padding-top: 70px; } }

.footer-pic {
  border-radius: 50%;
  margin: 10px auto;
  background: url("../images/comp/footer-pic.jpg") center center no-repeat;
  background-size: cover;
  width: 250px;
  height: 250px; }

.footer-logo {
  text-align: center; }

.footer-logo a {
  color: #252525; }

@media (min-width: 48em) {
  .quick-links {
    padding-left: 5%; } }

@media (min-width: 48em) {
  .quick-links ul {
    padding-left: 35px; } }

@media (min-width: 48em) {
  .quick-links ul li a {
    font-size: 1.5rem;
    line-height: 2.2;
    font-family: "League Spartan", sans-serif;
    text-transform: uppercase;
    color: #252525;
    padding: 15px 5px 0px 0px;
    border-bottom: 5px solid #30cbec;
    margin-bottom: 10px;
    position: relative; }
    .quick-links ul li a:hover, .quick-links ul li a:active, .quick-links ul li a:focus, .quick-links ul li a:visited {
      text-decoration: none; }
    .quick-links ul li a:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -5px;
      height: 5px;
      background: #30cbec;
      width: 0%;
      transition: all 0.6s cubic-bezier(0.125, 0.75, 0.415, 1); }
    .quick-links ul li a:hover:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -5px;
      height: 5px;
      background: #fb8819;
      width: 102%;
      transition: width 0.6s cubic-bezier(0.125, 0.75, 0.415, 1); } }

.footer-links {
  text-align: center; }

.social {
  margin: 10px 10px; }
  @media (min-width: 48em) {
    .social {
      margin: 45px 10px 10px; } }
  .social li {
    display: inline-block; }
  .social a {
    margin-top: 5px; }

.copyrights {
  background: #323232;
  width: 90%;
  margin: 0 auto;
  text-align: center; }
  .copyrights p {
    margin-bottom: 0px;
    font-size: 0.6rem;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #fb8819; }
    @media (min-width: 48em) {
      .copyrights p {
        font-size: 0.8rem;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 3px solid #fb8819; } }

.util-height {
  height: auto;
  min-height: 100vh; }

.hidden {
  display: none; }

.no-padding {
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px; }

.btn {
  border-radius: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }

.orange-btn {
  color: #f6f6f6;
  background: #fb8819;
  border-color: #fb8819;
  font-family: "League Spartan", sans-serif;
  text-transform: uppercase; }
  .orange-btn:hover {
    background: #f67b04;
    color: #f6f6f6; }
  .orange-btn:active, .orange-btn:focus, .orange-btn:visited {
    color: #f6f6f6; }

.blue-btn {
  color: #f6f6f6;
  background: #30cbec;
  border-color: #30cbec;
  font-family: "League Spartan", sans-serif;
  text-transform: uppercase; }
  .blue-btn:hover {
    background: #19c5ea;
    color: #f6f6f6; }
  .blue-btn:active, .blue-btn:focus, .blue-btn:visited {
    color: #f6f6f6; }

.search-button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 46px;
  width: 50px;
  text-indent: -9999px;
  background: #fb8819 url("../images/search.png") center center no-repeat; }
  .search-button:hover {
    background: #f67b04 url("../images/search.png") center center no-repeat; }
  @media (min-width: 48rem) {
    .search-button {
      top: 15%;
      right: 15px;
      width: 60px;
      height: 50px; } }
  @media (min-width: 87.5rem) {
    .search-button {
      right: 20px;
      width: 75px;
      height: 70px; } }

.menu-button {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 46px;
  width: 50px;
  text-indent: -9999px;
  background: #30cbec url("../images/menu.png") center center no-repeat; }
  .menu-button:hover {
    background: #19c5ea url("../images/menu.png") center center no-repeat; }

.cross-button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 46px;
  width: 50px;
  text-indent: -9999px;
  background: #fb8819 url("../images/cross.png") center center no-repeat; }

.scroll-button, .story-button, .stats-button, .merchandise-button, .feedback-button {
  min-width: 150px;
  padding-top: 0.9375rem;
  position: relative; }
  @media (min-width: 62em) {
    .scroll-button, .story-button, .stats-button, .merchandise-button, .feedback-button {
      padding-top: 1.25rem;
      padding-bottom: 1rem;
      min-width: 200px;
      margin-left: 10px; } }

.scroll-button {
  margin-top: 10%; }
  .scroll-button i {
    padding: 0px 5px 0px 0px; }
  @media (min-width: 34em) {
    .scroll-button {
      margin-top: 15%; } }
  @media (min-width: 48em) {
    .scroll-button {
      position: absolute;
      bottom: 3%; } }
  @media (max-height: 450px) {
    .scroll-button {
      position: absolute;
      bottom: 5%; } }

@media (min-width: 48em) {
  .feedback-button {
    margin-left: 0px;
    margin-top: 35px; } }
.feedback-button i {
  padding-right: 5px;
  font-size: 1.3rem; }

.story-button i, .stats-button i, .merchandise-button i {
  position: absolute;
  left: 20px; }
  @media (min-width: 62em) {
    .story-button i, .stats-button i, .merchandise-button i {
      left: 30px; } }

.merchandise-button {
  padding-left: 35px; }

input, textarea, button, select {
  border: none;
  border-radius: 0; }

input:focus, textarea:focus, button:focus, select:focus {
  outline: none; }

/*# sourceMappingURL=main.css.map */
