article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; 
}

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

b,
strong {
  font-weight: bold; }

small {
  font-size: 80%; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Baseline Grid to be layered on Normalize
 *
 * Makes elements consistent across browsers, sets up some decent
 * default css styles and a baseline grid.
 *
 * @author Abban Dunne http://abandon.ie
 * @author James Wilson http://jimmynotjim.com
 * @version 1.1
 */
/* ========================================================== */
/* = Box sizing makes life easier                           = */
/* ========================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ========================================================== */
/* = Set up baseline                                        = */
/* ========================================================== */
html {
  font-size: 100.01%; }

body {
  font-size: 100%;
  color: #333;
  line-height: 1.5em;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.01);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

a {
  color: gray;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

a:hover, a:focus {
  color: black; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

ul, ol, dl {
  margin: 0;
  margin-bottom: 1.5em; }

label {
  display: block; }

.inline {
  display: inline;
  padding-right: 24px; }

input:focus,
textarea:focus,
select:focus {
  outline: 0px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); }

input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="tel"],
textarea {
  display: block;
  width: 100%;
  margin: 0 0 0.75em;
  padding: 0.3em;
  border: 1px solid #ccc;
  line-height: 1.5em;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Sans-Serif; }

input[type="submit"],
input[type="button"] {
  border: 1px solid #ccc;
  background: #ddd;
  padding: 0.7em 2em;
  margin: 0 20px 0 0;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
  line-height: 1.5em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

p {
  margin: 0 0 1.5em 0; }

.row {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0; }

.row:before,
.row:after {
  content: "";
  display: table; }

.row:after {
  clear: both; }

.full {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  width: 100%;
  padding: 0 2.5px; }

.half {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  width: 50%;
  padding: 0 2.5px; }

@media screen and (max-width: 640px) {
  .half {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    width: 100%;
    padding: 0 2.5px; } }

.half .half {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  width: 50%;
  padding: 0 0px; }

.full, .half {
  margin-bottom: 5px; }

.page {
  max-width: 650px !important;
  display: none;
  margin: 0 auto; 

}

.right {
  float: right; }

.left {
  float: left; }

.lowercase {
  text-transform: none !important; }

body {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  font-family: "Helvetica",Arial,sans-serif; }

img {
  width: 100%;
  max-width: 100%; }

.error_page {
  text-align: center;
  max-width: 250px;
  padding: 10px;
  margin: 0 auto; }

.error_page h1 {
  color: #4d4d4d; }

.error_page small h6 {
  color: #8d8d8d; }

small a {
  color: gray; }

small a:hover {
  cursor: pointer;
  color: black; }

.text-center {
  text-align: center; }

form.error label.error {
  color: red; }

label.error, .date_invalid_error {
  width: 100%;
  background-color: #e74c3c;
  display: block;
  border-radius: 3px;
  margin-top: 7px;
  color: white;
  font-size: 14px;
  padding-left: 6px; }

#formError .error, #formError.error {
  color: red !important;
  position: relative;
  z-index: 99999; }

#message {
  font-weight: bold; }

.datefield.error {
  border: 2px solid red !important; }

.datefield.error input {
  border: 0 !important; }

.error input {
  border: 2px solid red !important; }

.error .custom-select > span {
  border: 2px solid red !important; }

.success input {
  border: 2px solid #2a347e !important; }

.success .custom-select > span {
  border: 2px solid #2a347e !important; }

.loading {
  text-align: center;
  margin: 25px 0 25px 0; }

.loading img {
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px; }

h1, label, h3, p, button, .button, .question, .footer, .header {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  margin-top: 0;
  color: #3A3A3A;
  font-family: 'Helvetica Neue','HelveticaNeue',Helvetica, Arial, sans-serif; }

p, input, textarea, label {
  font-weight: normal;
  font-family: 'Helvetica Neue','HelveticaNeue',Helvetica, Arial, sans-serif; }

h1 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  padding-top: 0.53em;
  margin-bottom: 0.5em; }

h2 {
  font-size: 18px;
  font-size: 1.125rem;
  padding-top: 0.25em;
  margin-bottom: 0.5em; }

h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding-top: 0.35em;
  margin-bottom: 0.65em; }

h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  padding-top: 0.45em;
  margin-bottom: 0.8em; }

h5 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  padding-top: 0.6em;
  margin-bottom: 0.9em; }

h6 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  margin-bottom: 0; }

p {
  font-size: 16px;
  font-size: 1rem; }

@media screen and (max-width: 420px) {
  p {
    font-size: 14px;
    font-size: 0.875rem; } }

p.small {
  font-size: 14px;
  font-size: 0.875rem;
  color: gray; }

.footer {
  margin-top: 25px;
  text-align: center;
  color: gray;
  display: inline-block;
  width: 100%; }

.footer p, .footer a {
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 0; }

.footer a {
  color: gray;
  text-decoration: none; }

::-webkit-input-placeholder {
  color: gray; }

:-moz-placeholder {
  /* Firefox 18- */
  color: gray; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: gray; }

:-ms-input-placeholder {
  color: gray; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent; }

input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent; }

input:focus:-ms-input-placeholder {
  color: transparent; }

input[type="text"], input[type="tel"], input[type="email"], input[type="password"] {
  width: 100%;
  background-color: white;
  border: 2px solid #c8c8c8;
  margin-bottom: 5px;
  padding: 10px;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  font-weight: 400; }

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="password"]:focus {
  background-color: #eee; }

input[type="number"] {
  background-color: white;
  border: 2px solid #c8c8c8;
  margin-bottom: 5px;
  padding: 10px;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  font-weight: 400; }

input[type="number"]:focus {
  background-color: #eee; }

textarea {
  box-shadow: 0;
  border: 0;
  background-color: white;
  border: 2px solid #c8c8c8; }

textarea:focus {
  background-color: #eee; }

form label {
  display: inline;
  margin-right: 20px; }

.date_invalid_error {
  display: none;
  float: left;
  width: 100%; }

.datefield {
  background-color: white;
  display: block;
  width: 100%;
  position: relative;
  border: 0;
  height: 48px;
  padding-top: 4px;
  border: 2px solid #c8c8c8;
  *zoom: 1; }

.datefield:before,
.datefield:after {
  content: "";
  display: table; }

.datefield:after {
  clear: both; }

.datefield_cont {
  margin: 0 auto;
  width: 250px;
  overflow: auto; }

.datefield input {
  display: inline !important;
  padding: 0 !important;
  border: 0;
  background: white;
  color: #000;
  margin-bottom: 0px;
  box-shadow: none;
  height: 35px;
  text-align: center; }

.datefield input:focus {
  background-color: #eee; }

.dobLabel, .dobdayinput, .dobmonthinput, .dobyearinput, .divider {
  float: left; }

.divider {
  margin: 6px 10px;
  font-weight: bold;
  color: #9d9d9d; }

.dobLabel {
  color: grey;
  margin:0 5px;
  margin-top: 7px;
  font-weight: 400; }

.dobdayinput {
  width: 35px !important; }

.dobmonthinput {
  width: 45px !important; }

.dobyearinput {
  width: 50px !important; }

.arrow {
  position: absolute;
  right: 10px;
  z-index: 1;
  top: 16px; }

.select label {
  display: block; }

/* Start Custom select element
=========================================================================== */
/* Wrapper element to enable positioning */
.custom-select-container {
  position: relative;
  margin-bottom: 10px !important; }

.custom-select-container.error {
  margin-bottom: 0; }

/* Set the dimensions of the replaced select element and make it transparent. */
select.custom.replaced {
  position: relative;
  z-index: 10;
  width: 100%;
  border: 0;
  filter: alpha(opacity=0);
  /* Move to IE-specific CSS file if you want to. */
  opacity: 0;
  line-height: 2;
  cursor: pointer;
  height: 44px; }

.custom-select {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  background: white; }

.custom-select > span {
  cursor: pointer;
  display: block;
  color: white;
  text-transform: uppercase;
  background: white;
  font-weight: bold;
  border: 2px solid #c8c8c8;
  box-shadow: none; }

.custom-select span span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: gray;
  text-transform: initial;
  font-weight: normal;
  text-align: center;
  padding: 10px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem; }

/* hides the spin-button for firefox */
input[type=number] {
  -moz-appearance: textfield; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0; }

.lt-ie9 .custom-select > span {
  background-position: 95% 50% !important;
  zoom: 1; }

/* End Custom select element
=========================================================================== */
button[disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5; }

button[disabled]:hover {
  cursor: not-allowed; }

.button-block {
  width: 100%;
  margin-top: 1em; }

a.button, button, .button {
  font-family: PopulaireRegular, sans-serif;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  margin-bottom: 5px;
  background-color: #620000;
  color: #fff;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  -webkit-appearance: none;
  border: none;
  line-height: 1.5em;
  letter-spacing: 2px;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem; }

a.button.small, button.small, .button.small {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  border-radius: 4px;
  padding: 0.5em 1rem 0.5em 1rem; }

@media screen and (max-width: 380px) {
  a.button.small, button.small, .button.small {
    width: 100%;
    margin: 0 0 0.5em 0 !important; } }

a.button.primary, button.primary, .button.primary {
  background: gray; }

a.button.primary:hover, button.primary:hover, .button.primary:hover {
  background: #676767;
  font-weight: 700; }

a.button.submit, button.submit, .button.submit {
  background-color: black;
  border-radius: 4px;
  color: white; }

a.button.submit:hover, button.submit:hover, .button.submit:hover {
  background: #484848;
  font-weight: 700; }

a.button.right, button.right, .button.right {
  margin-left: 5px; }

.button.success, a.button.success {
  background-color: #27ae60; }

.button.success:hover, a.button.success:hover {
  background-color: #19703e; }

/* Thanks */
.thanks {
  display: none; }

body {
  background: transparent;

  /*url("../img/mal1.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */}

.page {
  background: transparent;
  margin-top: 1em;
  padding: 10px; }

.terms {
  display: none;
  font-size: 0.7em;
  line-height: 1.5em; }

#terms {
  cursor: pointer; }

#logo {
  max-width: 100%;
  margin: 20px auto; }

#itc {
  width: 193px;
  margin: 20px auto; }

.select-venue {
  display: none;
}

.label-venues {
  display: inline !important;
} 


.check-cities div.error {
  position: relative;
}

.check-cities label.error {
  display: none;
  bottom: 0;
  left: 0;
}



textarea#contactmessage {
    width: 100%;
    background-color: white;
    border: 2px solid #c8c8c8;
    margin-bottom: 5px;
    padding: 10px;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
    font-weight: 400;
}


span.dobdayinput .error, span.dobmonthinput .error, span.dobyearinput .error {
    display: none !important;
}