/* Exisiting look - Rounded white box, rounded button - MB 08.07.2015 */

#agegate{
   display: block;
   position:  fixed;
   top: 0px;
   bottom: 0px;
   height: inherit;
   left: 0px;
   right:  0px;
   margin: 0px auto;
   z-index: 300;
   background-color: rgba(0, 0, 0, .33);
   font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#agegate p{
   font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.agegate-message{
   background-color: #ffffff;
   display: block;
   width:  355px;
   padding:  20px;
   margin: 10% auto;
   text-align: center;
   
   -moz-border-radius: 7px;
   border-radius: 7px;
}

#agegate h1{
   text-align: center;
   font-size: 16px;
   padding-top: 10px;
   padding-bottom: 10px;
   font-weight: bold;
}

#agegate.box-theme .button.verify-age{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin-top: 20px;
}

#agegate.box-theme .button.verify-age:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	cursor: pointer;
}

#agegate.box-theme .button.verify-age:active {
	position:relative;
	top:1px;
}

/* Newer look - no box, modern button - MB 08.07.2015 */

#agegate.clean-theme {
	background-color: rgba(0, 0, 0, .88);
}

#agegate.clean-theme .agegate-message {
	background-color: transparent;
}

#agegate.clean-theme .agegate-message p {
	color: white;
	margin-bottom: 20px;
}

#agegate.clean-theme .agegate-message a {
	color: #4482c0;
}

#agegate.clean-theme .agegate-message a:hover {
	color: #86a4c2;
}


#agegate.clean-theme h1 {
	color: white;
}

#agegate.clean-theme .button.verify-age {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid;
    color: #ffffff;
    padding: 10px 12px;
    text-transform: uppercase;
    z-index: 300;
}

#agegate.clean-theme .button.verify-age:hover, #agegate.clean-theme .button.verify-age:focus{
    text-decoration: underline;
    color: #b7b7b7;
    cursor: pointer;
}

/* Fixing legal notification z-index - MGB 11.07.2017 */

.legalNotification {
  z-index: 1000;
}