@font-face {
  font-family: "FS Albert Pro";
  src: url("../fonts/FSAlbertPro.eot?") format("eot"), url("../fonts/FSAlbertPro.otf") format("otf"), url("../fonts/FSAlbertPro.woff") format("woff"), url("../fonts/FSAlbertPro.ttf") format("truetype"), url("../fonts/FSAlbertPro.svg#FS Albert Pro") format("svg"); }

@font-face {
  font-family: "FS Albert Light";
  src: url("../fonts/FSAlbertPro-Light.eot?") format("eot"), url("../fonts/FSAlbertPro-Light.otf") format("otf"), url("../fonts/FSAlbertPro-Light.woff") format("woff"), url("../fonts/FSAlbertPro-Light.ttf") format("truetype"), url("../fonts/FSAlbertPro-Light.svg#FS Albert Light") format("svg"); }

@font-face {
  font-family: "FS Albert Thin";
  src: url("../fonts/FSAlbertPro-Thin.eot?") format("eot"), url("../fonts/FSAlbertPro-Thin.otf") format("otf"), url("../fonts/FSAlbertPro-Thin.woff") format("woff"), url("../fonts/FSAlbertPro-Thin.ttf") format("truetype"), url("../fonts/FSAlbertPro-Thin.svg#FS Albert Thin") format("svg"); }

@font-face {
  font-family: "FS Albert Extra Bold";
  src: url("../fonts/FSAlbertPro-ExtraBold.eot?") format("eot"), url("../fonts/FSAlbertPro-ExtraBold.otf") format("otf"), url("../fonts/FSAlbertPro-ExtraBold.woff") format("woff"), url("../fonts/FSAlbertPro-ExtraBold.ttf") format("truetype"), url("../fonts/FSAlbertPro-ExtraBold.svg#FS Albert Extra Bold") format("svg"); }

@font-face {
  font-family: "Source Sans Pro Bold";
  src: url("../fonts/SourceSansPro-Bold.eot?") format("eot"), url("../fonts/SourceSansPro-Bold.otf") format("otf"), url("../fonts/SourceSansPro-Bold.woff") format("woff"), url("../fonts/SourceSansPro-Bold.ttf") format("truetype"), url("../fonts/SourceSansPro-Bold.svg#Source Sans Pro Bold") format("svg"); }

@font-face {
  font-family: "Source Sans Pro Regular";
  src: url("../fonts/SourceSansPro-Regular.eot?") format("eot"), url("../fonts/SourceSansPro-Regular.otf") format("otf"), url("../fonts/SourceSansPro-Regular.woff") format("woff"), url("../fonts/SourceSansPro-Regular.ttf") format("truetype"), url("../fonts/SourceSansPro-Regular.svg#Source Sans Pro Regular") format("svg"); }

@font-face {
  font-family: "Source Sans Pro Black";
  src: url("../fonts/SourceSansPro-Black.eot?") format("eot"), url("../fonts/SourceSansPro-Black.otf") format("otf"), url("../fonts/SourceSansPro-Black.woff") format("woff"), url("../fonts/SourceSansPro-Black.ttf") format("truetype"), url("../fonts/SourceSansPro-Black.svg#Source Sans Pro Regular") format("svg"); }

@font-face {
  font-family: "Source Sans Pro Light";
  src: url("../fonts/SourceSansPro-Light.eot?") format("eot"), url("../fonts/SourceSansPro-Light.otf") format("otf"), url("../fonts/SourceSansPro-Light.woff") format("woff"), url("../fonts/SourceSansPro-Light.ttf") format("truetype"), url("../fonts/SourceSansPro-Light.svg#Source Sans Pro Light") format("svg"); }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%; }

body, html {
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: Source Sans Pro Light, sans-serif;
  font-size: 21px; }

body {
  overflow-x: hidden; }

img {
  display: block; }

.logo {
  margin: 0 auto;
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 900px) {
    .logo {
      position: relative;
      z-index: 1;
      padding-top: 9px; } }
  .logo a {
    display: block;
    margin: 0 auto;
    width: 115px; }
    @media screen and (max-width: 750px) {
      .logo a {
        left: 0;
        right: 0;
        z-index: 1; } }
  .logo .amstel {
    width: 100%;
    height: auto;
    border: none; }

.wrapper {
  position: relative;
  margin: 0 auto;
  height: 100%; }

.desc {
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  z-index: 1; }
  .desc h3 {
    font-size: 48px;
    font-family: FS Albert Extra Bold, sans-serif;
    padding-bottom: 20px;
    margin: 0 auto; }
    @media screen and (max-width: 1366px) {
      .desc h3 {
        font-size: 30px; } }
    @media screen and (max-width: 750px) {
      .desc h3 {
        padding-bottom: 20px; } }
  .desc p {
    font-size: 21px;
    margin: 0; }
    @media screen and (max-width: 1366px) {
      .desc p {
        font-size: 18px;
        line-height: 1.5; } }

.title-underline {
  display: block;
  margin: 0 auto 23px;
  height: 2px;
  width: 160px; }
  @media screen and (max-width: 750px) {
    .title-underline {
      height: 4px;
      margin-bottom: 20px; } }

.btn {
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  clear: both;
  display: block;
  background-color: #b7060c;
  font-family: FS Albert Extra Bold, sans-serif;
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #940201;
  color: white;
  width: 320px;
  padding: 13px 0;
  cursor: pointer; }
  .btn:hover {
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    background-color: #c3ab54;
    border-color: #ae963f;
    color: #333333; }
  .btn:focus {
    outline: 0; }
  @media screen and (max-width: 1000px) {
    .btn {
      width: 220px;
      margin: 0 auto; } }
  @media screen and (max-width: 750px) {
    .btn {
      padding: 13px 0;
      margin-bottom: 45px;
      width: 100%;
      text-transform: none; } }

.form-wrapper {
  position: relative;
  width: 320px;
  margin-left: 45px;
  float: left; }
  @media screen and (max-width: 1000px) {
    .form-wrapper {
      width: 220px; } }
  @media screen and (max-width: 750px) {
    .form-wrapper {
      width: 100%;
      margin: 30px auto 15px; } }
  .form-wrapper input, .form-wrapper .select-box, .form-wrapper select {
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f9f9f9;
    float: left;
    width: 83px;
    height: 50px;
    margin-right: 17px;
    font-family: FS Albert Extra Bold, sans-serif;
    font-size: 18px;
    color: black;
    line-height: 2.5;
    text-align: center;
    border: none; }
    @media screen and (max-width: 1000px) {
      .form-wrapper input, .form-wrapper .select-box, .form-wrapper select {
        width: 60px;
        margin-right: 10px; } }
    @media screen and (max-width: 750px) {
      .form-wrapper input, .form-wrapper .select-box, .form-wrapper select {
        width: 31.5%;
        height: 50px;
        margin-right: 2.7%;
        font-size: 18px;
        font-family: FS Albert Thin, sans-serif; } }
    .form-wrapper input:focus, .form-wrapper .select-box:focus, .form-wrapper select:focus {
      outline: none; }
    .form-wrapper input.error, .form-wrapper .select-box.error, .form-wrapper select.error {
      border: 3px solid #b7060c; }
  .form-wrapper select {
    padding: 2px 50px 0 20px;
    width: 100%;
    height: 100%; }
  .form-wrapper input.year {
    width: 120px;
    margin: 0; }
    @media screen and (max-width: 1000px) {
      .form-wrapper input.year {
        width: 80px; } }
    @media screen and (max-width: 750px) {
      .form-wrapper input.year {
        width: 31.5%; } }
  .form-wrapper .select-box {
    width: 100%;
    margin-top: 30px;
    text-align: left;
    cursor: pointer; }
    @media screen and (max-width: 1000px) {
      .form-wrapper .select-box {
        margin-top: 20px; } }
    @media screen and (max-width: 750px) {
      .form-wrapper .select-box {
        width: 100%;
        font-family: FS Albert Extra Bold, sans-serif; } }
    .form-wrapper .select-box .selected-country {
      position: relative;
      padding: 2px 50px 0 25px;
      width: 100%; }
      .form-wrapper .select-box .selected-country p {
        margin: 0;
        width: 100%;
        height: 50px;
        overflow: hidden; }
      .form-wrapper .select-box .selected-country img {
        position: absolute;
        display: block;
        width: 30px;
        right: 9px;
        bottom: 10px;
        cursor: pointer; }
        @media screen and (max-width: 750px) {
          .form-wrapper .select-box .selected-country img {
            top: 11px;
            bottom: 0; } }
    .form-wrapper .select-box .list-wrapper {
      position: relative;
      padding: 2px 0 0 0;
      margin: -4px 0 0 0;
      width: 100%;
      height: 250px;
      background-color: #f9f9f9;
      text-align: left;
      overflow: hidden;
      visibility: hidden;
      opacity: 0;
      z-index: 3; }
      .form-wrapper .select-box .list-wrapper ul {
        margin: 0;
        padding: 0; }
        .form-wrapper .select-box .list-wrapper ul li {
          list-style-type: none;
          border-bottom: 1px solid #e3e3e3;
          width: 100%;
          padding: 8px 35px 10px 25px;
          line-height: 1.5; }
          .form-wrapper .select-box .list-wrapper ul li:hover {
            color: #c1af67; }
      .form-wrapper .select-box .list-wrapper .scrollbar {
        background-color: #e3e3e3;
        position: absolute;
        top: 0;
        right: 0;
        width: 10px;
        height: 100%; }
      .form-wrapper .select-box .list-wrapper .scroll {
        background-color: #c1af67;
        position: absolute;
        top: 0;
        right: 0;
        width: 10px;
        height: 20px; }
  .form-wrapper ::-webkit-input-placeholder {
    font-family: FS Albert Extra Bold, sans-serif;
    font-size: 18px;
    color: black; }
    @media screen and (max-width: 750px) {
      .form-wrapper ::-webkit-input-placeholder {
        font-size: 18px;
        font-family: FS Albert Thin, sans-serif; } }
  .form-wrapper :-moz-placeholder {
    color: black; }
    @media screen and (max-width: 750px) {
      .form-wrapper :-moz-placeholder {
        font-size: 36px;
        font-family: FS Albert Thin, sans-serif; } }
    @media screen and (max-width: 530px) {
      .form-wrapper :-moz-placeholder {
        font-size: 18px; } }
  .form-wrapper ::-moz-placeholder {
    color: black; }
    @media screen and (max-width: 750px) {
      .form-wrapper ::-moz-placeholder {
        font-size: 18px;
        font-family: FS Albert Thin, sans-serif; } }
  .form-wrapper :-ms-input-placeholder {
    color: black; }
    @media screen and (max-width: 750px) {
      .form-wrapper :-ms-input-placeholder {
        font-size: 18px;
        font-family: FS Albert Thin, sans-serif; } }

.intro-bg {
  position: absolute;
  background: url("../image/intro.jpg") left top/cover no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  overflow: hidden; }
  @media screen and (max-width: 750px) {
    .intro-bg {
      height: auto;
      margin: 0; } }

.wrapper.intro {
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin-top: -20px;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 670px; }
  @media screen and (max-width: 1000px) {
    .wrapper.intro {
      width: 630px; } }
  @media screen and (max-width: 750px) {
    .wrapper.intro {
      -moz-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      position: relative;
      left: 0;
      padding-top: 25px;
      top: 0;
      width: 100%;
      height: auto;
      min-height: 100%;
      padding-bottom: 50px;
      background: rgba(0, 0, 0, 0.75); } }
  .wrapper.intro .logo {
    padding-top: 18px; }
    @media screen and (max-width: 750px) {
      .wrapper.intro .logo {
        padding-top: 25px; } }
    .wrapper.intro .logo .amstel {
      margin: 18px auto 15px;
      height: auto; }
      @media screen and (max-width: 750px) {
        .wrapper.intro .logo .amstel {
          margin: 25px auto 10px; } }
  @media screen and (max-width: 530px) {
    .wrapper.intro .btn {
      height: 50px;
      line-height: 1.2; } }

@media screen and (max-width: 750px) {
  .wrapper.additional {
    position: absolute;
    margin: 0; } }

@media screen and (max-width: 750px) {
  .wrapper.additional .logo {
    margin-top: -20px; } }

@media screen and (max-width: 750px) {
  .wrapper.additional h3 {
    margin-bottom: 20px; } }

@media screen and (max-width: 1000px) {
  .wrapper.additional .btn {
    width: 300px; } }

@media screen and (max-width: 750px) {
  .wrapper.additional .btn {
    width: 100%; } }

@media screen and (max-width: 400px) {
  .wrapper.additional .btn {
    font-size: 16px;
    line-height: 1.4; } }

.intro-block {
  position: relative;
  float: left;
  width: 100%;
  height: 470px;
  background: rgba(0, 0, 0, 0.75); }
  @media screen and (max-width: 750px) {
    .intro-block {
      height: 100%;
      width: 250px;
      margin: 0 auto;
      float: none;
      background: transparent; } }
  @media screen and (max-width: 390px) {
    .intro-block {
      width: 60%; } }
  .intro-block h2 {
    font-family: FS Albert Extra Bold, sans-serif;
    font-size: 26px;
    text-align: center;
    color: #c1af67;
    margin: 40px 0 15px; }
    @media screen and (max-width: 1000px) {
      .intro-block h2 {
        font-size: 30px;
        width: 550px;
        margin: 30px auto 0; } }
    @media screen and (max-width: 750px) {
      .intro-block h2 {
        font-size: 30px;
        color: white;
        width: 100%; } }
  .intro-block h3 {
    font-family: FS Albert Light, sans-serif;
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    color: white;
    margin-bottom: 27px; }
    @media screen and (max-width: 750px) {
      .intro-block h3 {
        font-size: 18px;
        margin-bottom: 0; } }
  .intro-block .or {
    font-family: FS Albert Light, sans-serif;
    font-size: 24px;
    font-weight: lighter;
    color: white;
    margin-left: 23px;
    float: left;
    width: 25px; }
    @media screen and (max-width: 1000px) {
      .intro-block .or {
        margin-left: 40px; } }
    @media screen and (max-width: 750px) {
      .intro-block .or {
        clear: both;
        float: none;
        margin: 0 auto 17px;
        font-size: 18px; } }
    .intro-block .or:before, .intro-block .or:after {
      content: '';
      background-color: white;
      display: block;
      height: 20px;
      width: 1px;
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        .intro-block .or:before, .intro-block .or:after {
          clear: both;
          position: absolute;
          width: 25px;
          height: 1px; } }
    .intro-block .or:before {
      margin-bottom: 1px; }
      @media screen and (max-width: 750px) {
        .intro-block .or:before {
          margin: 12px 0 0 -37px;
          float: left; } }
    .intro-block .or:after {
      margin-top: 6px; }
      @media screen and (max-width: 750px) {
        .intro-block .or:after {
          margin: -10px 0 0 29px; } }
  .intro-block .facebook-verify {
    display: block;
    float: left;
    margin: 40px 0 0 25px;
    padding: 0;
    border: none;
    cursor: pointer; }
    @media screen and (max-width: 1000px) {
      .intro-block .facebook-verify {
        margin: 45px 0 0 40px; } }
    @media screen and (max-width: 750px) {
      .intro-block .facebook-verify {
        width: 100%;
        margin: 0; } }
    .intro-block .facebook-verify img {
      width: 318px; }
      @media screen and (max-width: 1000px) {
        .intro-block .facebook-verify img {
          width: 220px; } }
      @media screen and (max-width: 750px) {
        .intro-block .facebook-verify img {
          width: 100%; } }
    .intro-block .facebook-verify:focus {
      outline: 0; }
    .intro-block .facebook-verify::-moz-focus-inner {
      padding: 0;
      margin: 0;
      border: none; }
  .intro-block .terms {
    clear: both;
    width: 350px;
    margin: 0 auto;
    text-align: center;
    padding-top: 1px; }
    @media screen and (max-width: 750px) {
      .intro-block .terms {
        width: 100%; } }
    .intro-block .terms a {
      font-family: FS Albert Extra Bold, sans-serif;
      color: white;
      text-decoration: none; }
    .intro-block .terms p {
      margin: 25px 0 25px;
      font-size: 14px;
      color: white; }
      @media screen and (max-width: 750px) {
        .intro-block .terms p {
          margin: 27px 0;
          font-size: 14px; } }
    .intro-block .terms strong {
      font-family: Source Sans Pro Regular, sans-serif; }

.block {
  position: relative;
  float: left;
  width: 100%; }
  @media screen and (min-width: 1000px) {
    .block.header {
      margin-top: 100px;
      height: calc(100% - 100px); } }
  @media screen and (max-width: 1000px) {
    .block.header {
      margin-top: 100px; } }
  @media screen and (max-width: 900px) {
    .block.header {
      margin-top: 80px; } }
  @media screen and (max-width: 630px) {
    .block.header {
      margin-top: 59px; } }
  .block.header .desc {
    margin: -20px auto 0;
    text-align: center;
    left: 0;
    right: 0; }
    @media screen and (max-width: 1000px) {
      .block.header .desc {
        width: 85%;
        margin: 0 auto; } }
    @media screen and (max-width: 530px) {
      .block.header .desc {
        width: 65%; } }
  .block.header h2 {
    text-align: center;
    margin: 0 auto 20px;
    font-family: Source Sans Pro Black, sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 75px;
    line-height: 70px; }
    @media screen and (max-width: 1366px) {
      .block.header h2 {
        font-size: 65px;
        line-height: 60px; } }
    @media screen and (max-width: 1000px) {
      .block.header h2 {
        width: 100%;
        line-height: 1;
        margin-bottom: 15px; } }
    @media screen and (max-width: 900px) {
      .block.header h2 {
        font-size: 35px; } }
  .block.header h4 {
    width: 560px;
    font-family: Source Sans Pro Light, sans-serif;
    font-size: 21px;
    font-weight: lighter;
    color: white;
    margin: 0 auto 20px; }
    @media screen and (max-width: 1366px) {
      .block.header h4 {
        font-size: 18px; } }
    @media screen and (max-width: 900px) {
      .block.header h4 {
        text-align: center;
        width: 100%; } }
  .block.header .scroll {
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    margin: 0 auto 69px;
    text-align: center;
    left: 50%;
    right: 0;
    bottom: -12px;
    z-index: 1; }
    @media screen and (max-width: 1000px) {
      .block.header .scroll {
        display: none; } }
    .block.header .scroll .mouse {
      -ms-border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      margin: 0 auto;
      width: 22px;
      height: 32px;
      border: 2px solid white; }
      .block.header .scroll .mouse span {
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: block;
        margin: 4px 0 0 6px;
        width: 6px;
        height: 8px;
        border: 2px solid white; }
    .block.header .scroll p {
      font-family: Source Sans Pro Light, sans-serif;
      font-weight: lighter;
      color: white;
      margin: 15px 0 18px; }
      @media screen and (max-width: 1366px) {
        .block.header .scroll p {
          font-size: 18px; } }
      @media screen and (max-height: 800px) {
        .block.header .scroll p {
          margin: 10px 0 10px; } }
      @media screen and (max-width: 1000px) {
        .block.header .scroll p {
          margin: 6px 0 7px; } }
    .block.header .scroll .direction {
      -ms-border-radius: 8px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      position: absolute;
      width: 15px;
      height: 15px;
      border: 2px solid #c9a954;
      margin: 0 auto;
      left: 0;
      right: 0; }
      .block.header .scroll .direction span {
        display: block;
        width: 2px;
        height: 28px;
        background-color: #c9a954;
        margin: 12px auto 0; }
        @media screen and (max-width: 1000px) {
          .block.header .scroll .direction span {
            height: 40px; } }
        @media screen and (min-width: 530px) and (max-width: 900px) {
          .block.header .scroll .direction span {
            height: 100px; } }
  .block.history .desc {
    width: 480px;
    background-color: #bca561;
    text-align: center;
    left: 80px;
    padding: 40px 40px 50px;
    z-index: 3; }
    @media screen and (max-width: 1366px) {
      .block.history .desc {
        width: 400px;
        padding: 40px 30px; } }
    @media screen and (max-width: 900px) {
      .block.history .desc {
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        position: relative;
        width: 100%;
        height: 100%;
        padding: 40px;
        top: 0;
        left: 0; } }
  .block.history h3 {
    color: white; }
  .block.history .title-underline {
    background-color: #d2090f; }
  .block.brands .desc {
    width: 440px;
    left: 100px;
    padding: 40px;
    text-align: center;
    border: 2px solid white;
    background-color: #f8f8f8; }
    @media screen and (max-width: 1366px) {
      .block.brands .desc {
        left: 80px;
        width: 400px;
        padding: 30px; } }
    @media screen and (max-width: 900px) {
      .block.brands .desc {
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        position: relative;
        width: 100%;
        left: 0;
        top: 0; } }
  .block.brands h3 {
    color: #333333; }
  .block.brands .title-underline {
    background-color: #ceb863; }
  .block.sports {
    border-bottom: 10px solid #b4090f;
    margin-bottom: 10px; }
    .block.sports .desc {
      width: 640px;
      margin: 0 auto;
      text-align: center;
      left: 0;
      right: 0; }
      @media screen and (max-width: 1000px) {
        .block.sports .desc {
          width: 65%; } }
    .block.sports h3 {
      font-size: 65px;
      font-family: Source Sans Pro Black, sans-serif;
      color: white;
      padding: 0; }
      @media screen and (max-width: 1100px) {
        .block.sports h3 {
          font-size: 50px; } }
      @media screen and (max-width: 940px) {
        .block.sports h3 {
          line-height: .85; } }
      @media screen and (max-width: 900px) {
        .block.sports h3 {
          font-size: 35px; } }
    .block.sports p {
      color: white;
      margin: 10px 0 25px; }

.logo a {
  position: relative;
  margin: 17px auto 0; }
  @media screen and (max-width: 900px) {
    .logo a {
      margin-top: 10px; } }
  @media screen and (max-width: 750px) {
    .logo a {
      margin-top: 20px;
      width: 95px; } }
  @media screen and (max-width: 630px) {
    .logo a {
      margin-top: 0; } }

header {
  position: fixed;
  float: left;
  background-color: white;
  width: 100%;
  height: 100px;
  z-index: 4; }
  @media screen and (max-width: 900px) {
    header {
      position: fixed;
      height: 80px; } }
  @media screen and (max-width: 630px) {
    header {
      height: 59px; } }
  header nav {
    margin-top: -97px; }
    @media screen and (max-width: 900px) {
      header nav {
        position: fixed;
        width: 465px;
        height: 100%;
        background-color: #333333;
        margin: 0;
        right: -465px;
        top: 0;
        z-index: 3; } }
    @media screen and (max-width: 500px) {
      header nav {
        right: -100%;
        width: 100%; } }
    header nav ul {
      padding: 0;
      margin: 0;
      text-align: center; }
      @media screen and (max-width: 900px) {
        header nav ul {
          position: absolute;
          float: right;
          right: 0;
          text-align: right;
          height: 100%;
          margin: 120px 0 0 0;
          padding: 0 28px 180px 0;
          overflow-y: auto; } }
    header nav li {
      display: inline-block;
      list-style-type: none;
      margin: 0 30px; }
      @media screen and (max-width: 1075px) {
        header nav li {
          margin: 0 1%; } }
      @media screen and (max-width: 900px) {
        header nav li {
          display: block;
          margin: 0;
          clear: both;
          color: white;
          font-size: 15px; } }
      header nav li.mob {
        display: none; }
        @media screen and (max-width: 900px) {
          header nav li.mob {
            display: block; } }
        header nav li.mob.spacer {
          margin-top: 100px; }
        header nav li.mob a {
          text-transform: none;
          margin: 0 0 25px 0; }
          @media screen and (max-width: 900px) {
            header nav li.mob a {
              margin-bottom: 12px; } }
      header nav li:first-child {
        margin-left: 200px; }
        @media screen and (max-width: 1075px) {
          header nav li:first-child {
            margin-left: 168px; } }
        @media screen and (max-width: 900px) {
          header nav li:first-child {
            margin: 0; } }
      header nav li:nth-child(2) {
        margin-right: 160px; }
        @media screen and (max-width: 900px) {
          header nav li:nth-child(2) {
            margin: 0; } }
      header nav li:last-child {
        margin-right: 0; }
      header nav li a {
        color: black;
        font-family: FS Albert Extra Bold, sans-serif;
        font-size: 15px;
        text-decoration: none;
        text-transform: uppercase; }
        @media screen and (max-width: 1075px) {
          header nav li a {
            font-size: 14px; } }
        @media screen and (max-width: 900px) {
          header nav li a {
            display: block;
            float: right;
            font-size: 15px;
            color: white;
            margin: 0 0 20px 0;
            clear: both; } }
        @media screen and (max-width: 500px) {
          header nav li a {
            margin-bottom: 15px; } }
        header nav li a:after {
          -moz-transition: 0.2s ease-in-out;
          -webkit-transition: 0.2s ease-in-out;
          -ms-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
          content: '';
          display: block;
          opacity: 0;
          margin-top: 3px;
          height: 3px;
          background-color: #c9aa55; }
        @media screen and (min-width: 900px) {
          header nav li a:hover:after {
            -moz-transition: 0.2s ease-in-out;
            -webkit-transition: 0.2s ease-in-out;
            -ms-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
            opacity: 1;
            margin: 0 0 3px 0; } }

.toggle-menu {
  position: absolute;
  cursor: pointer;
  top: 12px;
  right: 25px;
  display: none;
  z-index: 4; }
  @media screen and (max-width: 900px) {
    .toggle-menu {
      display: block; } }
  @media screen and (max-width: 630px) {
    .toggle-menu {
      top: 1px;
      right: 16px; } }
  @media screen and (max-width: 450px) {
    .toggle-menu {
      right: 0; } }
  .toggle-menu p {
    float: left;
    text-transform: uppercase;
    font-family: FS Albert Extra Bold, sans-serif;
    font-size: 18px; }
    @media screen and (max-width: 630px) {
      .toggle-menu p {
        margin-top: 19px; } }
    @media screen and (max-width: 450px) {
      .toggle-menu p {
        display: none; } }
    .toggle-menu p.close {
      display: none;
      position: absolute;
      opacity: 0; }
      @media screen and (min-width: 451px) and (max-width: 900px) {
        .toggle-menu p.close {
          display: block; } }
  .toggle-menu .hamburger {
    float: right; }
    @media screen and (max-width: 450px) {
      .toggle-menu .hamburger {
        height: 55px;
        width: 64px; } }
  .toggle-menu .line {
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: none;
    margin: 26px 0 0 17px;
    height: 3px;
    width: 30px;
    background-color: #333333; }
    @media screen and (max-width: 900px) {
      .toggle-menu .line {
        display: block; } }
    .toggle-menu .line.active {
      -moz-transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      background-color: transparent; }
      .toggle-menu .line.active:before, .toggle-menu .line.active:after {
        -moz-transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        opacity: 1;
        background-color: white;
        margin: 0; }
      .toggle-menu .line.active:before {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg); }
      .toggle-menu .line.active:after {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .toggle-menu .line:before, .toggle-menu .line:after {
      -moz-transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      content: '';
      position: absolute;
      display: block;
      height: 3px;
      width: 30px;
      background-color: #333333; }
    .toggle-menu .line:after {
      margin-top: 12px; }
    .toggle-menu .line:before {
      margin-top: -12px; }

footer {
  width: 100%;
  height: 370px;
  float: left;
  border-top: 10px solid #cfb863;
  text-align: center; }
  @media screen and (max-width: 1367px) {
    footer {
      height: 250px; } }
  footer .logo .amstel {
    margin: 60px auto 55px; }
    @media screen and (max-width: 1367px) {
      footer .logo .amstel {
        margin: 30px auto 35px; } }
    @media screen and (max-width: 750px) {
      footer .logo .amstel {
        margin: 20px auto 25px; } }
  footer ul {
    margin: 0;
    padding: 0; }
    footer ul li {
      display: inline-block;
      list-style-type: none; }
      @media screen and (max-width: 630px) {
        footer ul li {
          display: block; } }
      footer ul li a {
        color: black;
        font-family: FS Albert Extra Bold, sans-serif;
        font-size: 21px;
        text-decoration: none;
        letter-spacing: -1px; }
        @media screen and (max-width: 1367px) {
          footer ul li a {
            font-size: 18px; } }
      footer ul li:first-child:after {
        content: '';
        display: block;
        float: right;
        margin: 4px 10px 0 14px;
        height: 16px;
        width: 2px;
        background-color: black; }
        @media screen and (max-width: 630px) {
          footer ul li:first-child:after {
            display: none; } }

.slider {
  display: block;
  width: 100%;
  height: 739px;
  overflow: hidden;
  z-index: 0; }
  @media screen and (max-width: 1366px) {
    .slider {
      height: 500px; } }
  @media screen and (max-width: 900px) {
    .slider {
      height: auto; } }
  @media screen and (min-width: 1000px) {
    .slider.header {
      height: 100%; } }
  @media screen and (max-width: 1000px) {
    .slider.header {
      height: 700px; } }
  @media screen and (max-width: 900px) {
    .slider.header {
      height: 450px; } }
  @media screen and (max-width: 530px) {
    .slider.header {
      height: 550px; } }
  .slider.header .item {
    height: 100%; }
    .slider.header .item .slide {
      position: absolute;
      height: 100%;
      top: 0; }
  .slider .slider-container {
    float: left;
    height: 100%; }
  .slider .item {
    position: relative;
    display: inline-block;
    float: left;
    height: 100%; }
    .slider .item .slide {
      position: absolute;
      background-size: cover;
      background-position: center top;
      width: 100%;
      height: 100%;
      z-index: -1; }
  .slider .pagination {
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    width: 20px;
    top: 50%;
    right: 40px;
    padding: 0;
    z-index: 1; }
    @media screen and (max-width: 900px) {
      .slider .pagination {
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 100%;
        height: 25px;
        top: auto;
        bottom: 15px;
        right: 0; } }
    .slider .pagination ul {
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 900px) {
        .slider .pagination ul {
          -moz-transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          position: absolute;
          margin: 0 auto;
          top: 50%;
          left: 0;
          right: 0;
          text-align: center; } }
      .slider .pagination ul li {
        -moz-transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        -ms-border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        border: 1px solid white;
        list-style-type: none;
        margin: 0 auto 12px;
        cursor: pointer; }
        @media screen and (max-width: 900px) {
          .slider .pagination ul li {
            display: inline-block;
            width: 12px;
            height: 12px;
            bottom: 0;
            margin: 0 18px 0 0; } }
        .slider .pagination ul li.active {
          -moz-transition: 0.3s ease-in-out;
          -webkit-transition: 0.3s ease-in-out;
          -ms-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
          width: 17px;
          height: 17px;
          background-color: white;
          border: none; }
          @media screen and (max-width: 900px) {
            .slider .pagination ul li.active {
              margin-bottom: -2px; } }
        .slider .pagination ul li:last-child {
          margin: 0 auto; }
          @media screen and (max-width: 900px) {
            .slider .pagination ul li:last-child.active {
              margin-bottom: -2px; } }
  .slider .controls {
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 20px;
    display: block; }
    @media screen and (min-width: 901px) {
      .slider .controls {
        display: none; } }
    .slider .controls img {
      display: block;
      width: 20px;
      cursor: pointer; }
    .slider .controls .prev {
      float: left; }
    .slider .controls .next {
      float: right; }

.block.history .slider {
  background-color: #bca561; }

@media screen and (max-width: 900px) {
  .block.history .slide {
    background-position: right top; } }

@media screen and (max-width: 900px) {
  .block.history .pagination {
    width: 110px;
    height: 25px;
    margin: 0 auto;
    top: 330px;
    left: 0;
    right: 0; } }

@media screen and (max-width: 530px) {
  .block.history .pagination {
    top: 210px; } }

@media screen and (max-width: 900px) {
  .block.history .controls {
    top: 190px; } }

@media screen and (max-width: 530px) {
  .block.history .controls {
    top: 120px; } }

@media screen and (max-width: 900px) {
  .block.history .slide, .block.brands .slide {
    position: relative;
    height: 375px; } }

@media screen and (max-width: 530px) {
  .block.history .slide, .block.brands .slide {
    height: 250px; } }

@media screen and (max-width: 900px) {
  .block.sports .slider {
    height: 600px; } }

@media screen and (max-width: 690px) {
  .block.sports .slider {
    height: 750px; } }

@media screen and (max-width: 500px) {
  .block.sports .slider {
    height: 900px; } }

.brands .pagination {
  position: relative;
  height: 240px;
  background: -webkit-linear-gradient(#c3c3c3, #f9f9f9);
  background: -o-linear-gradient(#c3c3c3, #f9f9f9);
  background: -moz-linear-gradient(#c3c3c3, #f9f9f9);
  background: linear-gradient(#c3c3c3, #f9f9f9); }
  @media screen and (max-width: 1366px) {
    .brands .pagination {
      height: 190px; } }
  @media screen and (max-width: 530px) {
    .brands .pagination {
      height: 160px; } }
  .brands .pagination ul {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    bottom: 120px;
    text-align: center;
    z-index: 1; }
    @media screen and (max-width: 1366px) {
      .brands .pagination ul {
        bottom: 95px; } }
    @media screen and (max-width: 900px) {
      .brands .pagination ul {
        bottom: 85px; } }
    @media screen and (max-width: 750px) {
      .brands .pagination ul {
        bottom: 100px; } }
    @media screen and (max-width: 530px) {
      .brands .pagination ul {
        bottom: 45px; } }
    .brands .pagination ul li {
      -moz-transition: 0.7s ease-in-out;
      -webkit-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
      transition: 0.7s ease-in-out;
      position: relative;
      display: inline-block;
      font-family: Source Sans Pro Bold, sans-serif;
      text-transform: uppercase;
      font-size: 15px;
      list-style-type: none;
      margin-right: 80px;
      cursor: pointer; }
      @media screen and (max-width: 900px) {
        .brands .pagination ul li {
          font-size: 18px;
          margin-right: 65px; } }
      @media screen and (max-width: 800px) {
        .brands .pagination ul li {
          margin-right: 45px; } }
      @media screen and (max-width: 750px) {
        .brands .pagination ul li {
          -moz-transition: 0.7s ease-in-out;
          -webkit-transition: 0.7s ease-in-out;
          -ms-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;
          position: absolute;
          width: 31%;
          height: 230px;
          margin: 0 auto;
          bottom: 30px;
          left: 0;
          right: 0;
          font-size: 20px; } }
      @media screen and (min-width: 751px) {
        .brands .pagination ul li:last-child {
          margin: 0; } }
      @media screen and (max-width: 530px) {
        .brands .pagination ul li {
          height: 150px;
          font-size: 14px; } }
      @media screen and (max-width: 400px) {
        .brands .pagination ul li {
          text-transform: none;
          font-size: 13px; } }
      .brands .pagination ul li img {
        -moz-transition: 0.2s ease-in-out;
        -webkit-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        margin: 0 auto;
        width: 70px; }
        @media screen and (max-width: 1366px) {
          .brands .pagination ul li img {
            width: 60px; } }
        @media screen and (min-width: 750px) and (max-width: 900px) {
          .brands .pagination ul li img {
            margin-bottom: -10px; } }
        @media screen and (max-width: 530px) {
          .brands .pagination ul li img {
            width: 40px; } }
      .brands .pagination ul li:hover img {
        -moz-transition: 0.2s ease-in-out;
        -webkit-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        transform: scale(1.1); }
        @media screen and (max-width: 750px) {
          .brands .pagination ul li:hover img {
            transform: scale(1); } }
      .brands .pagination ul li.active img {
        transform: scale(1.15); }
      .brands .pagination ul li.active h4 {
        -moz-transition: 0.7s ease-in-out;
        -webkit-transition: 0.7s ease-in-out;
        -ms-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out; }
        @media screen and (max-width: 750px) {
          .brands .pagination ul li.active h4 {
            opacity: 1; } }
      .brands .pagination ul li h4 {
        -moz-transition: 0.7s ease-in-out;
        -webkit-transition: 0.7s ease-in-out;
        -ms-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
        margin: 5px 0 0 0; }
        @media screen and (max-width: 750px) {
          .brands .pagination ul li h4 {
            opacity: 0; } }

.btn {
  width: 240px;
  padding: 7px 0;
  font-size: 24px;
  margin: 0 auto;
  line-height: 1.4;
  text-transform: none; }
  @media screen and (max-width: 1366px) {
    .btn {
      font-size: 18px;
      line-height: 1.9; } }
  @media screen and (max-width: 900px) {
    .btn {
      width: 250px; } }
  @media screen and (max-width: 420px) {
    .btn {
      width: 100%; } }

.close-btn {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 15px;
  top: 15px;
  cursor: pointer; }
  .close-btn:before, .close-btn:after {
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    background-color: white;
    width: 15px;
    height: 2px;
    top: 7px; }
  .close-btn:after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close-btn:hover:before, .close-btn:hover:after {
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }

.wrapper.policies {
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 700px;
  margin: 0 auto;
  position: fixed;
  background-color: white;
  padding: 20px 60px;
  height: 90%;
  top: 50%;
  left: 0;
  right: 0;
  overflow: auto;
  z-index: 10;
  border-bottom: 30px solid white;
  border-top: 30px solid white;
  cursor: auto; }
  @media screen and (max-width: 900px) {
    .wrapper.policies {
      width: 80%; } }
  @media screen and (max-width: 800px) {
    .wrapper.policies {
      width: 70%; } }
  @media screen and (max-width: 530px) {
    .wrapper.policies {
      width: 80%;
      padding: 10px 30px; } }
  .wrapper.policies h3 {
    font-size: 48px;
    font-family: FS Albert Extra Bold, sans-serif;
    padding-bottom: 20px;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 1366px) {
      .wrapper.policies h3 {
        font-size: 30px; } }
    @media screen and (max-width: 750px) {
      .wrapper.policies h3 {
        padding-bottom: 20px; } }
  .wrapper.policies p, .wrapper.policies strong {
    font-size: 21px; }
    @media screen and (max-width: 1366px) {
      .wrapper.policies p, .wrapper.policies strong {
        font-size: 18px;
        line-height: 1.5; } }
  .wrapper.policies .title-underline {
    background-color: #ceb863; }

.popup-wrapper {
  position: absolute;
  opacity: 0;
  display: none;
  z-index: 10; }

.video-wrapper {
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  margin: 0 auto;
  width: 900px;
  height: 500px;
  top: 50%;
  left: 0;
  right: 0; }
  @media screen and (max-width: 1024px) {
    .video-wrapper {
      width: 650px;
      height: 380px; } }
  @media screen and (max-width: 768px) {
    .video-wrapper {
      width: 100%;
      height: 340px;
      padding: 0 40px; } }
  @media screen and (max-width: 480px) {
    .video-wrapper {
      padding: 0 20px; } }
  .video-wrapper iframe {
    width: 100%;
    height: 100%; }

.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  cursor: pointer;
  opacity: 0;
  display: none; }
