@font-face {
  font-family: 'omega-font';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/omegact/omegact-regular-webfont.eot');
  src: url('../fonts/omegact/omegact-regular-webfont.eot') format('embedded-opentype'), url('../fonts/omegact/omegact-regular-webfont.woff') format('woff'), url('../fonts/omegact/omegact-regular-webfont.ttf') format('truetype'), url('../fonts/omegact/omegact-regular-webfont.svg#CreativeBlockBBBold') format('svg');
}

@font-face {
  font-family: 'omega-font-bold';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/omegact/omegact-bold-webfont.eot');
    src: url('../fonts/omegact/omegact-bold-webfont.eot') format('embedded-opentype'), url('../fonts/omegact/omegact-bold-webfont.woff') format('woff'), url('../fonts/omegact/omegact-bold-webfont.woff2') format('woff2'), url('../fonts/omegact/omegact-bold-webfont.ttf') format('truetype'), url('../fonts/omegact/omegact-bold-webfont.svg') format('svg');
}

@font-face {
  font-family: 'omega-font-light';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/omegact/omegact-light-webfont.eot');
    src: url('../fonts/omegact/omegact-light-webfont.eot') format('embedded-opentype'), url('../fonts/omegact/omegact-light-webfont.woff') format('woff'), url('../fonts/omegact/omegact-light-webfont.woff2') format('woff2'), url('../fonts/omegact/omegact-light-webfont.ttf') format('truetype'), url('../fonts/omegact/omegact-light-webfont.svg') format('svg');
}

@font-face {
  font-family: 'austin-semibold-italic';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/austin/Austin-SemiboldItalic-Web.eot');
    src: url('../fonts/austin/Austin-SemiboldItalic-Web.eot') format('embedded-opentype'), url('../fonts/austin/Austin-SemiboldItalic-Web.woff') format('woff'), url('../fonts/austin/Austin-SemiboldItalic-Web.woff2') format('woff2'), url('../fonts/austin/Austin-SemiboldItalic-Web.ttf') format('truetype'), url('../fonts/austin/Austin-SemiboldItalic-Web.svg') format('svg');
}

@font-face {
  font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/icomoon/icomoon.eot');
    src: url('../fonts/icomoon/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff') format('woff'), url('../fonts/icomoon/icomoon.woff2') format('woff2'), url('../fonts/icomoon/icomoon.ttf') format('truetype'), url('../fonts/icomoon/icomoon.svg') format('svg');
}

html,
body {
  font-family: 'omega-font';
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  background-color: #f2f2f2;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #f2f2f2;
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
  font-weight: inherit;
  display: inherit;
  margin: inherit;
}

*:focus {
  outline: 0;
  box-shadow: none;
}

.hidden {
  display: none;
}

.desktop {
  display: none;
}

.heading {
  position: relative;
}

.heading .black-mist {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

.heading img:not(.desktop) {
  display: block;
  width: 100%;
}

.heading .title {
  font-family: 'omega-font-bold';
  font-size: 30px;
  position: absolute;
  top: 50%;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: white;
}

.heading .title p:not(.subtitle) {
  margin: 0 auto;
}

.heading .subtitle {
  font-family: 'omega-font';
  font-size: 16px;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 80%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

.title-red {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #c40d2e;
}

.title-red.hr:after {
  display: block;
  width: 100%;
  height: 1px;
  margin: 8.33333333% 0 8.33333333% 0;
  content: '';
  background: #f0f0f0;
}

.cookie {
  font-size: 12px;
  line-height: 1.4;
  position: fixed;
  z-index: 9999;
  top: auto;
  bottom: 0;
  width: 100%;
}

.cookie p {
  margin: 0;
}

.cookie .close-btn {
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
  border: none;
  background: transparent;
}

.cookie .close-btn:before {
  font-family: 'icomoon';
  font-size: 11px;
  content: '\e905';
  color: #555;
}

.cookie .close-btn:hover:before {
  color: #c40d2e;
}

.cookie-content {
  line-height: 1.5;
  padding: 15px;
  letter-spacing: .64px;
  color: #fff;
  background: rgba(20, 20, 20, .9);
}

.cookie-content a {
  font-family: 'omega-font-bold';
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

.cookie-content a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  transition: background .1s linear;
  background: #666;
}

.cookie-content a:hover:after {
  background-color: #fff;
}

.cookie-actions {
  box-sizing: border-box;
  margin-top: 12px;
  text-align: center;
}

.cookie-actions button {
  font-family: 'omega-font';
  font-size: 11px;
  display: inline-block;
  min-width: 60px;
  margin: 0 4px;
  padding: 5px;
  cursor: pointer;
  transition: background .1s linear, color .1s linear, border .1s linear;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
}

.cookie-actions button.allow {
  color: #000;
  background: #fff;
}

.cookie-actions button.disallow {
  background-color: transparent;
}

.cookie-actions button:hover {
  color: #fff;
  border-color: #c40d2e;
  background-color: #c40d2e;
}

.cookie-actions button.allow:hover {
  background-color: #c40d2e;
}

.cookie-close {
  line-height: 40px;
  position: absolute;
  top: 10px;
  right: 22px;
  cursor: pointer;
}

.cookie-settings {
  position: absolute;
  bottom: 100%;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 45px 45px 15px;
  background: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .25);
  -webkit-overflow-scrolling: touch;
}

.cookie-settings-intro {
  font-family: 'omega-font-bold';
  line-height: 1.5;
  margin-bottom: 10px;
  padding-bottom: 10px;
  letter-spacing: .64px;
  color: #555;
  border-bottom: 1px solid #e2e2e2;
}

.cookie-settings-accordion-title {
  line-height: 0;
  position: relative;
  z-index: 1;
}

.cookie-settings-accordion-title > label {
  z-index: 1;
  box-sizing: border-box;
  letter-spacing: .64px;
  color: #555;
}

.cookie-settings-accordion-title > button {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: none;
}

.cookie-settings-accordion-title > button:after {
  font-family: 'icomoon';
  font-size: 10px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  right: -3px;
  display: block;
  width: 20px;
  margin: -15px 0 0 0;
  content: '\e902';
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  text-align: center;
}

.cookie-settings-accordion-title:hover button:after {
  color: #c40d2e;
}

.cookie-settings-accordion-title button:after {
  transition: color .2S, -webkit-transform 0s;
  transition: transform 0s, color .2S;
  transition: transform 0s, color .2S, -webkit-transform 0s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.cookie-settings-accordion-title button[aria-expanded='true']:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cookie-settings-accordion-content {
  letter-spacing: .64px;
  color: #555;
}

.cookie-settings-accordion-content:not(:last-child) {
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}

.cookie-settings label {
  line-height: 14px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 90%;
  padding: 12px 0;
  cursor: pointer;
}

.cookie-settings label.switch {
  z-index: 10;
  padding-left: 45px;
}

.cookie-settings label input {
  position: absolute;
  left: -30px;
}

.cookie-settings label .check {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 36px;
  height: 12px;
  margin: -6px 0 0 0;
  transition: background .3s;
  border-radius: 6px;
  background: #efefef;
}

.cookie-settings label .check:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: -4px 0 0 0;
  content: '';
  transition: background .3s, left .3s;
  border-radius: 10px;
  background: #cacaca;
}

.cookie-settings label input:checked + .check {
  background: #eeb6c1;
}

.cookie-settings label input:checked + .check:before {
  left: 16px;
  background: #c40d2e;
}

.cookie-settings label input:checked + .check + .label {
  color: #c40d2e;
}

.cookie-settings label .label {
  display: inline-block;
  vertical-align: middle;
}

@media all and (min-width: 640px), print {
  .heading img.desktop {
    width: 100%;
  }

  .heading img.mobile {
    display: none;
  }

  .mobile {
    display: none;
  }

  .desktop {
    display: block;
  }

  .desktop.inline {
    display: inline;
  }

  .cookie-content {
    padding: 25px 45px;
  }

  .cookie-settings {
    width: 452px;
    padding: 45px 45px 20px 45px;
  }
}

@media only screen and (max-width: 359px) {
  .cookie-settings {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 50px;
    left: 0;
    padding: 0;
  }

  .cookie-settings-content {
    position: absolute;
    top: 40px;
    right: 15px;
    bottom: 0;
    left: 15px;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .cookie-settings-accordion {
    padding-bottom: 15px;
  }
}

@media all and (min-width: 960px), print {
  .heading .title {
    font-size: 40px;
  }

  .heading .subtitle {
    font-size: 20px;
    margin: 15px auto 0 auto;
  }

  .title-red {
    font-family: 'omega-font-bold';
    font-size: 32px;
    letter-spacing: .04em;
  }

  .title-red.hr:after {
    display: none;
  }

  .cookie {
    line-height: 1.5;
  }

  .cookie-content {
    display: table;
    width: 100%;
    padding: 0!important;
    table-layout: fixed;
  }

  .cookie-text {
    display: table-cell;
    width: auto;
    padding: 25px 10px 25px 45px;
  }

  .cookie-actions {
    display: table-cell;
    width: 200px;
    padding: 25px 45px 25px 10px;
    text-align: right;
    vertical-align: middle;
  }
}
