/*a{
  color: #b0b0b0 !important;
}

a:hover{
  color: #8d8692 !important;
  outline: 0 !important;
}*/

/*p {
    margin: 0 0 2em 0;
    font-size: 0.8em;
}*/

.age-gate {
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.5s 100ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.5s 100ms cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  text-align: center;
  align-content: center;
  align-items: center;
}
.age-gate.age-gate--closed {
  opacity: 0;
  display:none;
}
.age-gate.age-gate--closed .age-gate__content-js-content {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.age-gate button.btn::-moz-focus-inner {
  border: none;
  padding: 0;
}
.age-gate .btn-reset,
.age-gate .btn {
  color: inherit;
  overflow: visible;
  background-color: transparent;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
}
.age-gate .btn {
  display: inline-block;
  border: 2px solid;
  font-size: 0.785714285714286em;
  font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', Helvetica, Arial, 'SimHei', '黑体', STHeiti, '华文黑体', KaiTi, '楷体', sans-serif;
  padding: 1.5em;
  line-height: 0;
  background-color: transparent;
  color: inherit;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  white-space: nowrap;
}
.age-gate .btn.disabled,
.age-gate .btn:disabled {
  opacity: 0.6;
  cursor: auto;
}
.age-gate .btn.small {
  padding: 1.5em 3em;
  font-size: 0.714285714285714em;
}
.age-gate a.btn {
  text-decoration: none;
}
.age-gate a.btn:hover {
  text-decoration: none;
}
.age-gate .btn-group .btn + .btn {
  margin-left: 10px;
}
.age-gate .btn-group .btn--block + .btn--block {
  margin-top: 15px;
  margin-left: auto;
}
@media screen and (min-width: 980px) {
  .age-gate .btn {
    border: 3px solid;
    font-size: 0.857142857142857em;
    -webkit-transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 2.5em;
    line-height: 0;
    border-radius: 3px;
  }
}
.age-gate a.btn {
  text-decoration: none;
}
.age-gate a.btn:hover {
  text-decoration: none;
}
.age-gate .btn--white {
  color: #fff;
  border-color: #fff;
}
.age-gate .btn--white:hover {
  color: #000;
  background: #fff;
}
.age-gate .btn--black {
  color: #000;
  border-color: #000;
}
.age-gate .btn--black:hover {
  color: #fff;
  background: #000;
}
.age-gate .btn--whitefilled {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.age-gate .btn--primaryfilled {
  /*background-color: #fff;*/
  color: #fff;
  border-color: #fff;
}

.age-gate .btn--primaryfilled:hover {
  background-color: black;
  color: #fff;
  border-color: #fff;
}
.age-gate .btn--block {
  display: block;
  width: auto;
  max-width: none;
  text-align: center;
  margin: 0 auto;
}
.age-gate .btn--link {
  border-radius: 0;
  border: 0;
  text-decoration: underline;
  padding: 0;
  height: auto;
  line-height: 1;
}
.age-gate .btn--link:hover {
  background-color: transparent;
  text-decoration: none;
}
.age-gate .btn--link.btn--white:hover {
  color: #fff;
}
.age-gate .btn-facebook {
  position: relative;
  background-color: #37538e;
  border: 0;
  color: #fff;
  padding: 20px 30px;
  font-size: 0.714285714285714em;
  -webkit-transition-property: padding-left;
  transition-property: padding-left;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  overflow: hidden;
}
.age-gate .btn-facebook:hover {
  background-color: #4060a5;
}
.age-gate .btn-facebook:focus {
  outline: 0;
  text-decoration: underline;
}
.age-gate .btn-facebook:active {
  text-decoration: none;
  background-color: #4b6eb9;
}
.age-gate .btn-facebook__label {
  position: relative;
  -webkit-transition: top 0.5s 100ms cubic-bezier(0.23, 1, 0.32, 1), opacity 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.5s 100ms cubic-bezier(0.23, 1, 0.32, 1), opacity 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.age-gate .text-input,
.age-gate .select-input,
.age-gate input[type="text"],
.age-gate input[type="email"],
.age-gate input[type="tel"],
.age-gate input[type="url"],
.age-gate input[type="password"],
.age-gate input[type="search"],
.age-gate textarea,
.age-gate select {
  padding: 9px 10px;
  background-color: #fff;
  border: 1px solid #e4e3e2;
  line-height: 1.5em;
  -webkit-transition: border-color 0.1s ease, box-shadow 0.2s ease;
  transition: border-color 0.1s ease, box-shadow 0.2s ease;
  font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', Helvetica, Arial, 'SimHei', '黑体', STHeiti, '华文黑体', KaiTi, '楷体', sans-serif;
  font-weight: 500;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  border-radius: 3px;
}
.age-gate .text-input:focus,
.age-gate .select-input:focus,
.age-gate input[type="text"]:focus,
.age-gate input[type="email"]:focus,
.age-gate input[type="tel"]:focus,
.age-gate input[type="url"]:focus,
.age-gate input[type="password"]:focus,
.age-gate input[type="search"]:focus,
.age-gate textarea:focus,
.age-gate select:focus {
  border-color: #fff;
  box-shadow: 0px 0px 5px rgba(13,54,99,0.8);
  outline: 0;
}
.age-gate .form-label-text {
  text-align: center;
}
.age-gate .select-input {
  border-radius: 3px;
  -webkit-appearance: none;
  color: #878787;
  height: 2.928571428571428em;
  text-align: center;
}
.age-gate .select-input-wrapper {
  position: relative;
}
.age-gate .select-input-wrapper:after {
  content: '';
  position: absolute;
  right: 11px;
  bottom: 17px;
  z-index: 1;
  pointer-events: none;
  width: 0;
  height: 0;
  border-top: 6px solid #878787;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.age-gate textarea {
  resize: vertical;
}
.age-gate select {
  height: 32px;
  background: rgba(50,50,50,0.9) !important;
}
.age-gate input[type="file"] {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
}
.age-gate .form-row {
  margin-bottom: 1.3em;
}
.age-gate .form-row label {
  display: block;
}
.age-gate .form-row .form-label-text {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  padding-top: 4px;
  padding-right: 20px;
}
.age-gate .form-row .form-label-text abbr {
  color: #ca4427;
  margin-left: 4px;
  border-bottom: none;
}
.age-gate .form-row .form-field {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.age-gate .form-row ul.form-field {
  padding: 0;
  margin-bottom: 0;
  display: inline-block;
}
.age-gate .form-row ul.form-field li {
  list-style: none;
  margin-left: 0;
}
.age-gate .form-row input[type="text"],
.age-gate .form-row input[type="email"],
.age-gate .form-row input[type="tel"],
.age-gate .form-row input[type="url"],
.age-gate .form-row input[type="password"],
.age-gate .form-row input[type="search"],
.age-gate .form-row textarea,
.age-gate .form-row select {
  display: block;
  width: 70%;
}
.age-gate .form-row select[multiple] {
  display: inline-block;
  height: auto;
  padding: 9px 10px;
  margin-right: -1px;
}
.age-gate .form-row input[type="checkbox"],
.age-gate .form-row input[type="radio"] {
  margin-right: 10px;
}
.age-gate .form-row-field-group,
.age-gate .form-row-checkbox,
.age-gate .form-label-text {
  padding-top: 0;
}
.age-gate .form-row-checkbox .form-field {
  margin-top: 0;
}
.age-gate .form-row-alt .form-label-text {
  margin-top: 3px;
  float: none;
  margin-right: 0;
}
.age-gate .form-row-alt .form-field {
  width: auto;
  margin-left: 30%;
}
.age-gate .form-row-upload .form-label-text {
  padding-top: 0;
}
.age-gate .form-row.form-row-full-width .form-label-text {
  display: block;
  float: none;
  width: 100%;
  margin-right: 0;
  padding-top: 0;
  margin-bottom: 13px;
}
.age-gate .form-row.form-row-full-width .form-field {
  width: 100%;
  background-color: rgba(255,255,255,.1);
  line-height: 40px;
  height: 40px;
}
.age-gate .form-row.form-row-full-width .form-row-description {
  margin-left: 0;
  width: 100%;
}
.age-gate .form-row-group .form-field {
  width: 70%;
  margin-right: -1px;
}
.age-gate .form-row-group .form-field li {
  float: left;
  width: 32%;
  margin-left: 2%;
}
.age-gate .form-row-group .form-field li:first-child {
  margin-left: 0;
}
.age-gate .form-row-group .form-field .form-label-text {
  display: none;
}
.age-gate .form-row-group .form-field .form-field {
  width: 100%;
}
.age-gate .form-row-group-alt .form-field li {
  width: 22%;
}
.age-gate .form-row-group-alt .form-field li:first-child {
  width: 52%;
}
.age-gate .form-row-extended .form-field {
  width: 70%;
}
.age-gate .form-row-extended .vhidden + .form-field {
  width: 100%;
}
.age-gate .form-row-extended .btn-form-row-action {
  margin-top: 10px;
}
.age-gate .form-row-extended ul:empty {
  margin-bottom: 0;
}
.age-gate .form-row-actions {
  text-align: right;
}
.age-gate .form-row-actions .btn {
  margin-left: 10px;
}
.age-gate .form-row-actions .btn:first-child {
  margin-left: 0;
}
.age-gate .form-copy {
  margin-top: 3px;
}
.age-gate .form-copy p,
.age-gate .form-copy ul,
.age-gate .form-copy ol {
  margin-top: 3px;
  margin-bottom: 0;
}
.age-gate .form-copy ul,
.age-gate .form-copy ol {
  padding-left: 10px;
}
.age-gate .form-row-description {
  color: #777;
  font-size: 0.8em;
  margin-left: 30%;
  width: 70%;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.age-gate .form-row-full-width .form-row-description {
  margin-left: 0;
  width: 100%;
}
.age-gate .form-error {
  margin-bottom: 1.3em;
  border: 1px solid #ca4427;
  color: #ca4427;
  border-radius: 3px;
  padding: 15px 20px;
  text-align: left;
}
.age-gate .form-error ul {
  margin: 0;
}
.age-gate .form-row-error .form-field {
  border-color: #b63d23;
}
.age-gate .form-row-error .form-field:focus {
  border-color: #b63d23;
}
.age-gate .form-row-error-text {
  background-color: #ca4427;
  color: #fff;
  padding: 9px 10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid #b63d23;
  border-top-width: 0;
}
select + .age-gate .form-row-error-text,
.form-row-checkbox .age-gate .form-row-error-text,
.form-row-field-group .age-gate .form-row-error-text {
  /* Set all border radii */
  border-radius: 3px;
  margin-top: 5px;
  border-top-width: 1px;
}
.age-gate .custom-checkbox {
  position: relative;
}
.age-gate .custom-checkbox__input {
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 0;
  left: 50%;
  margin-left: -62px;
}
.age-gate .custom-checkbox__label {
  line-height: 20px;
  vertical-align: top;
}
.age-gate .custom-checkbox__label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #878787;
  border-radius: 3px;
  margin-right: 15px;
  text-align: center;
  line-height: 18px;
}
.age-gate .custom-checkbox__label span i {
  opacity: 0;
  width: 9px;
  height: 8px;
}
.age-gate .custom-checkbox__input:hover + .custom-checkbox__label span {
  border-color: #fff;
}
.age-gate .custom-checkbox__input:focus + .custom-checkbox__label span {
  box-shadow: 0 0 5px rgba(255,255,255,0.8);
}
.age-gate .custom-checkbox__input:checked + .custom-checkbox__label span {
  border-color: #fff;
}
.age-gate .custom-checkbox__input:checked + .custom-checkbox__label span i {
  display: inline-block;
  opacity: 1;
}
.age-gate .custom-checkbox--dark .custom-checkbox__label {
  color: #878787;
}
.age-gate .custom-checkbox--dark .custom-checkbox__label span {
  border-color: #e4e3e2;
}
.age-gate .custom-checkbox--dark .custom-checkbox__label span i {
  width: 8px;
  height: 9px;
}
.age-gate .custom-checkbox--dark .custom-checkbox__input:hover + .custom-checkbox__label span,
.age-gate .custom-checkbox--dark .custom-checkbox__input:checked + .custom-checkbox__label span {
  border-color: #878787;
}
.age-gate .custom-checkbox--dark .custom-checkbox__input:focus + .custom-checkbox__label span {
  box-shadow: 0 0 5px rgba(0,0,0,0.8);
}
.age-gate .selectize-control {
  position: relative;
}
.age-gate .selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0,0,0,0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}
.age-gate .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.age-gate .selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.age-gate .selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.age-gate .selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.age-gate .selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0,0,0,0.05);
}
.age-gate .selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.age-gate .selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #fff;
}
.age-gate .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.age-gate .selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.age-gate .selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.age-gate .selectize-control.multi .selectize-input > div.active {
  background: #fff;
  color: #000;
  border: 0 solid #cacaca;
}
.age-gate .selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.age-gate .selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
}
.age-gate .selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.age-gate .selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.age-gate .selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.age-gate .selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}
.age-gate .selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.age-gate .selectize-dropdown-header-close:hover {
  color: #000;
}
.age-gate .selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 3px solid #fff;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 3px 3px;
}
.age-gate .selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.age-gate .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.age-gate .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.age-gate .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.age-gate .selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.age-gate .selectize-dropdown [data-selectable] .highlight {
  background: rgba(125,168,208,0.2);
  border-radius: 1px;
}
.age-gate .selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.age-gate .selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.age-gate .selectize-dropdown .active {
  background-color: #fff;
  color: #000;
}
.age-gate .selectize-dropdown .active.create {
  color: #495c68;
}
.age-gate .selectize-dropdown .create {
  color: rgba(48,48,48,0.5);
}
.age-gate .selectize-dropdown,
.age-gate .selectize-input,
.age-gate .selectize-input input {
  color: #fff;
  font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', Helvetica, Arial, 'SimHei', '黑体', STHeiti, '华文黑体', KaiTi, '楷体', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  font-size: 14px;
  line-height: 1.5em;
  text-transform: uppercase;
  -webkit-font-smoothing: inherit;
}
.age-gate .selectize-input,
.age-gate .selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.age-gate .selectize-input {
  border: 3px solid #fff;
  padding: 20px 24px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}
.age-gate .selectize-input.full {
  background-color: transparent;
}
.age-gate .selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
}
.age-gate .selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}
.age-gate .selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.age-gate .selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.age-gate .selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}
.age-gate .selectize-input > input::-ms-clear {
  display: none;
}
.age-gate .selectize-input > input:focus {
  outline: none !important;
}
.age-gate .selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.age-gate .selectize-input.disabled,
.age-gate .selectize-input.disabled * {
  cursor: default !important;
}
.age-gate .selectize-control.multi .selectize-input.disabled > div,
.age-gate .selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #fff;
  border: 0 solid #fff;
}
.age-gate .selectize-dropdown [data-selectable],
.age-gate .selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.age-gate .selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.age-gate .selectize-control.single .selectize-input,
.age-gate .selectize-control.single .selectize-input input {
  cursor: pointer;
}
.age-gate .selectize-control.single .selectize-input.input-active,
.age-gate .selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.age-gate__content-js-content {
  width: 100%;
  height: 100%;
  /*background-color: #fff;*/
  background-image: url('../sites/default/files/texture_bg.jpg');
  text-align: center;
  padding: 40px 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (min-width: 980px) {
  .age-gate__content-js-content {
    padding: 60px 20px;
    margin: -300px 0 0 -330px;
  }
}
.age-gate__content-js-content .age-gate__logo {
  width: 200px;
  height: auto;
  margin: 15px auto 0px;
  background-image: url("/sites/default/files/logo.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .age-gate__content-js-content .age-gate__logo {
   height: 100px;
   width: 152px;
 }
}
.age-gate__content-js-content .age-gate-form {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .age-gate__content-js-content .age-gate-form {
    width: 70%;
    margin: 0 auto;
  }
}
.age-gate__content-js-content .age-gate-form__label {
  margin-bottom: 10px;
  display: block;
}
.age-gate__content-js-content .age-gate-form__button {
  font-size: 1.071428571428571em;
  font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', Helvetica, Arial, 'SimHei', '黑体', STHeiti, '华文黑体', KaiTi, '楷体', sans-serif;
  font-weight: 500;
  padding: 30px;
  width: 100%;
}
.age-gate__content-js-content input[type="tel"].date-control__input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 30%;
  padding: 20px 0;
  /*margin-right: 5%;*/
  border-radius: 3px;
  border: 3px solid #fff;
  background-color: transparent;
  font-size: 1.142857142857143em;
  text-align: center;
  color: #fff;
  -webkit-transition-property: border-width, width, margin;
  transition-property: border-width, width, margin;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.age-gate__content-js-content input[type="tel"].date-control__input:last-child {
  margin-right: 0;
}

.age-gate__content-js-content input[type="tel"].date-control__input::-webkit-input-placeholder {
 color: #fff;
}

.age-gate__content-js-content input[type="tel"].date-control__input:-moz-placeholder { /* Firefox 18- */
 color: #fff;  
}

.age-gate__content-js-content input[type="tel"].date-control__input::-moz-placeholder {  /* Firefox 19+ */
 color: #fff;  
}

.age-gate__content-js-content input[type="tel"].date-control__input:-ms-input-placeholder {  
 color: #fff;  
}


.age-gate__content-js-content .date-control--year input[type="tel"].date-control__input.date-control__input--month,
.age-gate__content-js-content .date-control--year input[type="tel"].date-control__input.date-control__input--day {
  width: 0;
  border-width: 3px 0;
  margin: 0;
}
.age-gate__content-js-content .date-control--year input[type="tel"].date-control__input.date-control__input--year {
  width: 100%;
  margin-right: 0;
}
.age-gate__content-js-content .date-control--month input[type="tel"].date-control__input.date-control__input--day {
  width: 0;
  border-width: 3px 0;
  margin: 0;
}
.age-gate__content-js-content .date-control--month input[type="tel"].date-control__input.date-control__input--year,
.age-gate__content-js-content .date-control--month input[type="tel"].date-control__input.date-control__input--month {
  width: 47.5%;
}
.age-gate__content-js-content .date-control--month input[type="tel"].date-control__input.date-control__input--month {
  margin-right: 0;
}
.age-gate__content-js-content .age-gate-divider {
  width: 300px;
  border-bottom: 1px solid #fff;
  height: 10px;
  margin: 0 auto 2.6em;
}
.agegate--loaded .age-gate__content-js-content .age-gate-form {
  opacity: 1;
}
.agegate--loaded .age-gate__content-js-content .age-gate-loading {
  display: none;
}
.agegate-uk-legal {
  padding: 40px 20px 0 20px;
}
.agegate-uk-legal a {
  color: #fff;
  text-decoration: underline;
  white-space: nowrap;
}
.agegate-uk-legal a:hover {
  text-decoration: none;
}




.age-gate ::-webkit-input-placeholder { /* WebKit browsers */
  color: #fff !important;
}
.age-gate :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #fff !important;
}
.age-gate ::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #fff !important;
}
.age-gate :-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #fff !important;
}

.age_form_legal{
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}

.js-facebook{
	display:none;
}

@media (max-width: 767px) {
	
  .age-gate__content-js-content .age-gate__logo {
    background-size: 60% auto;
    background-position: center;
  }

  .age-gate__content-js-content {
    min-height: 820px;
  }

}

input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  text-decoration: none;
  /*color: #666;*/
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 300;
  padding-left: 2.4em;
  padding-right: 0.75em;
  position: relative;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  background: rgba(150, 131, 73, 0.075);
  border-radius: 0;
  border: solid 1px #fff;
  content: '';
  display: inline-block;
  height: 1.65em;
  left: 0;
  line-height: 1.58125em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.65em;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background: #000;
  border-color: #fff;
  color: #ffffff;
  content: '\f00c';
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
  border-color: #ffffff;
}

input[type="checkbox"] + label:before {
  border-radius: 0;
}

input[type="radio"] + label:before {
  border-radius: 100%;
}
