@font-face {
    font-family: 'ArgentNo4Grotesque';
    src: url('fonts/ArgentNo4Grotesque.eot');
    src: url('fonts/ArgentNo4Grotesque.eot') format('embedded-opentype'),
         url('fonts/ArgentNo4Grotesque.woff') format('woff'),
         url('fonts/ArgentNo4Grotesque.ttf') format('truetype'),
         url('fonts/ArgentNo4Grotesque.svg#ArgentNo4Grotesque') format('svg');
}
@font-face {
    font-family: 'ArgentNo1Antique';
    src: url('fonts/ArgentNo1Antique.eot');
    src: url('fonts/ArgentNo1Antique.eot') format('embedded-opentype'),
         url('fonts/ArgentNo1Antique.woff') format('woff'),
         url('fonts/ArgentNo1Antique.ttf') format('truetype'),
         url('fonts/ArgentNo1Antique.svg#ArgentNo1Antique') format('svg');
}

/* DDC Age Gate Styles */

* {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}


body.ddcAG {
	font-size: 14px;
    font-weight: 400;
    font-family: "corundum-text",serif;
     background-image: url("../../images/agegate-bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto; 
    background-color: #010101;
    padding: 0; 
}
body.ddcAG .ageGateContainer {	
    font-family:"corundum-text",serif;
    font-weight: 300;
	padding: 3% 10% 7%;
}


.container {
    display: block;
    position: relative;
}
 div.inputField {
    border: 0;
    color: #fff4d5;
    width: 100%;
    padding: 10px 10px 8px;
	cursor: pointer;
	background-color:transparent;
}
 select {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #f9e0a4;
    color: #f9e0a4;
    height: 100%;
    left: 0;
    width: 100%;
	cursor: pointer;
	
	
}
 .country div.inputField {
    text-align: left;
}
 .country div.inputField span.valCountry {
    display: block;
    margin-left: 0;
    text-align: center;
}
 .country div.inputField span.arrowDown {
    background: url(../images/arrowdown.png) no-repeat;
    display: block;
    width: 34px;
    height: 29px;
    position: absolute;
    top: 20%;
    right: 3%;
}

.ageGateContainer p {
    color: #faf2ee;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 22px;
}

 div.inputField {
   background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
   border-bottom: 1px solid #856223;
    border-left: medium none;
    border-radius: 1px;
    border-right: medium none;
    border-top: 1px solid #d4c488;
    font-size: 21px !important;
    height: 56px;
    line-height: 26px;
    padding: 2px 35px 0 20px;
    font-family: georgia;
}
 div.inputField::after,
 div.inputField::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: '';
  background: rgba(212,197,137,1);
background: -moz-linear-gradient(top, rgba(212,197,137,1) 0%, rgba(131,95,34,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,197,137,1)), color-stop(100%, rgba(131,95,34,1)));
background: -webkit-linear-gradient(top, rgba(212,197,137,1) 0%, rgba(131,95,34,1) 100%);
background: -o-linear-gradient(top, rgba(212,197,137,1) 0%, rgba(131,95,34,1) 100%);
background: -ms-linear-gradient(top, rgba(212,197,137,1) 0%, rgba(131,95,34,1) 100%);
background: linear-gradient(to bottom, rgba(212,197,137,1) 0%, rgba(131,95,34,1) 100%);
}
 div.inputField::before ,
 div.inputField::before{
  right: 0;
  left: auto;
}

 div.inputField span{width:100%; height: 100%; display: block;}


 .country div.inputField span.arrowDown,  .dob div.inputField span.arrowDown {
    display: block;
  position: absolute;
  right: 0px;
  top: 10px;
  height: 30px;
  background: url(../../images/collapse-icon.png) 0px -27px  no-repeat; 

  width: 35px;
  background-size: auto auto;
  overflow: hidden;
  text-indent: 99999px;
}
.footer {
    bottom: 0;
    left: 0;
    position: relative;
    width: 100%;
    padding: 10px 20px 20px;
    overflow: hidden;
    margin: 50px 0 0;
}

.footer .twdw-logo {
	float: left;
    width: 105px;
}
.footer p {
	color: #fff4d5;
    float: right;
    font-size: 12px;
    line-height: 16px;
    margin: -3px 0 0;    
	text-align: right;
}

.footer .owl {
    left: 20px;
    position: absolute;
    top: 3px;
    z-index: 1;
}


.ageGateContainer .formElements .dob .dateField {
    display: block;
    font-size: 100%;
    height: 100% !important;
    left: 0% !important;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
	background-color:transparent !important;
}


p {
    font-family: "corundum-text",serif;
    font-style: normal;
    font-weight: 400;
}

.agegate-overlay h1 {
    text-align: center;
    text-shadow: 3px 2px 0px rgba(0, 0, 0, 1), 4px 3px 0px rgba(158, 138, 89, 1);
    color: #fff4d5;
    font-size: 48px;
    line-height: 44px;
    margin: 0 0 12px;
    font-family: 'ArgentNo4Grotesque';
    font-weight: normal;
}
.agegate-overlay .row {
    margin-left: -10px;
    margin-right: -10px;
}

.has-agegate .brand-logo {
    position: relative;
    left: auto;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    top: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding-top: 18px;
    padding-bottom: 30px;
    background: url(../images/logo-decor.png) center bottom no-repeat;
    margin-bottom: 14px;
}
.brand-logo {width: 110px;}
.brand-logo img {
    width: 100%;
	height:auto;
}
.agegate-overlay .overlay-container {
    width: 440px;
}
.mobile-footer {
    padding: 10px 27px 30px;
    overflow: hidden;
}
.mobile-footer .twdw-logo {
    float: left;
    width: 160px;
}
.agegate-overlay .mobile-footer p {
    color: #fff4d5;
    font-size: 17px;
    line-height: 22px;
    float: right;
    text-align: right;
    margin: 0;
}
.chosen-container-single a.chosen-single {
    height: 56px;
    line-height: 50px;
    padding: 2px 35px 0 20px;
    font-size: 28px;
}
.one-third {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 13px;
    margin-bottom: 18px;
}
.agegate-overlay .row {
    margin-left: -10px;
    margin-right: -10px;
}

.chosen-container-single .chosen-single div {
    top: 10px;
    height: 30px;
    width: 35px;
    background-size: auto auto;
}
.chosen-container-single.chosen-container-active  .chosen-single div {
  background-position: 0 -28px;
}

label.customRC {
    font-size: 25px;
    line-height: 40px;
    padding-left: 58px;
}

label.customRC span {
    width: 40px;
    height: 40px;
}
input.customRC:checked + label.customRC span {
    background-size: 24px auto;
}
.btn {
    font-size: 18px;
    height: 56px;
    line-height: 34px;
    padding: 5px 20px 0 26px;
}
.btn span {
    padding-right: 22px;
    background-size: 14px auto;
    background-position-y: 10px;
    -ms-background-position-y: 10px;
}
.btn.fb span {
    padding-left: 22px;
    background-size: 21px auto;
    background-position-y: 4px;
    -ms-background-position-y: 4px;
}
.age-seperator {
    height: 9px;
    margin: 27px 0 23px;
}
button {
    transition:background .3s ease-out;
    -webkit-transition: background .3s ease-out;
    -ms-transition: background .3s ease-out;    
}
.btn{
    display: inline-block; 
    color: #fff4d5;
    text-transform: uppercase;
    text-align: center;
    border: none;
    font-size: 18px;
    height: 50px;
    line-height: 24px;
    padding: 7px 25px 0 25px;
    background: #9e8a59;
    transition: background .3s ease-out;
    -webkit-transition: background .3s ease-out;
    -ms-transition: background .3s ease-out;   
    width: auto;
    font-family: 'ArgentNo4Grotesque';
    font-weight: normal;  
}
.btn span {
    display: block;
    padding-right: 28px;
    background: url(../images/to-right.png) right 5px no-repeat;
    background-size: 14px auto;
}
.btn.fb span {
    padding-right: 0;
    padding-left: 33px;
    background: url(../images/fb-btn.png) 0 0 no-repeat;
    background-size: 20px auto;
}
.btn.fb {
    background: #3665a1;
    color: #faf2ee;
    padding-top: 15px;
    text-decoration: none;
}
.computer .btn:hover {
    background: #816937;
}
.computer .btn.fb:hover {
    background: #4b80c4;
}
.age-seperator {
    background: rgba(0, 0, 0, 0) url("../images/age-seperator.png") no-repeat scroll center center;
    display: block;
    height: 9px;
    margin: 27px 0 23px;
}
.age-gate-btns .btn {
    min-width: 154px;
}
.ageGateContainer .formElements .btn {
    margin-bottom: 0px;
}
.computer .btn-fallback {
    display: none;
}

.select-container.diff-font a.chosen-single{
    font-family: "corundum-text",serif;
    font-weight: 400;
    font-style: normal;    
    padding-top: 0;  
}
.remember-me {
    display: inline-block;
    margin: 5px 0 21px 0;
}

.remember-me label {
    float: left;
}
.age-seperator {
    height: 10px;
    background: url(../../images/age-seperator.png) center center no-repeat;
    display: block;
    margin: 32px 0;
}
.age-gate-btns .btn {
    min-width: 195px;
}
input.customRC {
    opacity: 0;
    position: absolute;
}
 label.customRC {
    font-size: 20px;
    line-height: 32px;
    color: #fff4d5;
    padding-left: 46px;
    position: relative;
    display: block;
    cursor: pointer;
    font-family: "corundum-text",serif;
    font-weight: 400;
    font-style: normal;
}
 label.customRC span {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    background: #322916 url(../../images/check.png) center center no-repeat;
    background-size: 0 auto;
    border: 1px solid #9e8a59;
    transition: background-size .2s, border-color .2s, border-radius .2s;
    -webkit-transition: background-size .2s, border-color .2s, border-radius .2s;
    -ms-transition: background-size .2s, border-color .2s, border-radius .32s;
}
input.customRC:checked + label.customRC span {
    background-size: 16px auto;
}
