
html {
    font-size: 62.5%;
	position: relative;
    min-height: 100%;
}

body 
{
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	color: #333;
	background: url("../images/Intro_Image.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	background-size: cover;
	margin-bottom: 50px;
}

@media screen and (max-width: 766px) 
{
	body 
	{
		text-rendering: optimizeLegibility;
		-webkit-font-smoothing: antialiased;
		font-smoothing: antialiased;
		color: #333;
		background: url("../images/Intro_Image_mobile.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover; 
		background-size: cover;
		margin-bottom: 50px;
	}
}


.col-center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 1.6rem;
    color: #fff;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    line-height: 1.28;
}

h1,
.h1 {
    font-size: 4.800000000000001rem;
}

h2,
.h2 {
    font-size: 3.2rem;
}

h3,
.h3 {
    font-size: 2.4rem;
}

h4,
.h4 {
    font-size: 2rem;
}

h5,
.h5 {
    font-size: 1.6rem;
}

h6,
.h6 {
    font-size: 1.28rem;
}

.row-spacer {
    margin-bottom: 5px;
    margin-top: 30px;
}



form label {
    display: block
}

form input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
}

form input[type=number]::-webkit-inner-spin-button,
form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

form input[type=checkbox]{position: static !important;}

form input[type=number],
form select {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 1.76rem;
    line-height: inherit;
    background-color: #fff;
    border: 1px solid #fff;
    text-align: center;
}

form input[type=checkbox]:focus,
form input[type=number]:focus,
form select:focus {
    outline: none;
 }

form input[type=checkbox]:disabled,
form input[type=number]:disabled,
form select:disabled {
    cursor: not-allowed;
}

form input[type=checkbox] {
    display: inline-block;
    cursor: pointer;
}

#country{
    background: transparent none repeat scroll 0 0;
    border-color: #b8864b rgba(255, 255, 255, 0.5);
    border-style: solid none;
    border-width: 2px medium;
    color: #fff; 
	-webkit-appearance:none; 
	-moz-appearance: none;
}

#country option {padding:-20px;}


button {
    border: none;
}

button,
.button {
    width: 100%;
    /*display: block;*/
    height: 50px;
    padding: 0 30px;
    line-height: 48px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    color: #b8864b;
    background-color: transparent;
    border: 2px solid #B8864B;
    border-radius: 4px;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button:disabled,
.button:disabled {
    cursor: not-allowed;
}

button:focus,
.button:focus {
    outline: none;
}

button.button--primary,
.button.button--primary {
	background-color: #000;
    border-color: #b8864b;
	color: white;
	font-style: italic;
	font-size:20px;
}

button.button--primary:hover,
.button.button--primary:hover,
button.button--primary:focus,
.button.button--primary:focus {
    background-color: #000000;
    color: #b8864b;
	font-style: italic;
	font-size:20px;
}

button.button--secondary,
.button.button--secondary {
    background-color: #ebf2f9;
}

button.button--blank,
.button.button--blank {
    border-color: transparent;
}

.agegate {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    margin-bottom: 99px;
    padding-bottom: 60px;
    position: relative;
    top: 50px;
    width: 100%;
	text-align:center;
}

.agegate__item {
    margin: 20px 0;
}

.agegate__item.button-container {
    margin-bottom: 0;
}

.agegate__item.checkbox {
    margin: 0 5px;
}

.agegate__item.checkbox > * {
    display: inline-block;
    vertical-align: middle;
}

.agegate__item.checkbox input {
    width: 25px;
    margin: 0;
}

.agegate__item.checkbox span {
    font-size: 1.25rem;
    color: #707070;
}

.agegate form {
    padding: 35px 100px 35px;
    border-radius: 4px;
	border: 1px double #fff;
	border-width:4px;
    background-color:rgba(0,0,0,0.5);
}

.agegate form input[type=number] {
    max-width: 70px;
}

.agegate form input[type=number]:nth-of-type(2) {
    margin: 0 10px;
}

.agegate form button,
.agegate form select {
    width: 163px;
	max-width:100%;
    margin: 5px 0;
}

.agegate form h2 {
    font-style: italic;
    margin: 0 5px 15px;
}

.datebox{
    background: white none repeat scroll 0 0;
    border: 1px solid black;
    max-height: 56px;
}


/* Sticky footer styles
-------------------------------------------------- */

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 100px auto;
    background-color: #000;
}


/* Custom page CSS
-------------------------------------------------- */
.top_spacer{margin-top:20px;}
.gold_font{color:#B8864B;}
.white_font{color:#fff !important;}

/* Not required for template or sticky footer method. */

.container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
}

.container .text-muted {
    margin: 20px 0;
	color:#fff;
}