/*
HOPNBR - CSS
*/

*{
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
body{
  position: relative;
  max-width: 100%;
  min-height: 100vh;
  margin: 0;
  font-size: 10px;
  background: #010101; /* Old browsers */
/*background: -moz-radial-gradient(center, ellipse cover, #010101 0%, #161616 29%, #161616 29%, #161616 74%, #010101 100%);
background: -webkit-radial-gradient(center, ellipse cover, #010101 0%,#161616 29%,#161616 29%,#161616 74%,#010101 100%);
background: radial-gradient(ellipse at center, #010101 0%,#161616 29%,#161616 29%,#161616 74%,#010101 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#010101',GradientType=1
  text-align: center;*/
background-image: url(../img/hopnbr_invite_bg.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
body.content-page{
  background-image: none;
}
main{
  width: 100%;
  height: 100%;
  position: relative;
}
.main_container{
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-align: center;
    position: relative;
    width: 100%;
}
.card{
  width: 27%;
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  min-width: 350px;
  min-height: 400px;
  background-color: #111;
  padding: 25px;
  position: relative;
  transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -webkit-box-shadow: 2px 1px 21px -1px rgba(0,0,0,1);
  -moz-box-shadow: 2px 1px 21px -1px rgba(0,0,0,1);
  box-shadow: 2px 1px 21px -1px rgba(0,0,0,1);
}
span.line_t{
  position: absolute;
    z-index: 9999;
  width: calc(100% - 50px);
  height: 4px;
  top: 25px;
  left: 25px;
  background: #8f7243; /* Old browsers */
  background: -moz-linear-gradient(left, #8f7243 0%, #e4d185 47%, #e4d185 76%, #a58a4e 99%);
  background: -webkit-linear-gradient(left, #8f7243 0%,#e4d185 47%,#e4d185 76%,#a58a4e 99%);
  background: linear-gradient(to right, #8f7243 0%,#e4d185 47%,#e4d185 76%,#a58a4e 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f7243', endColorstr='#a58a4e',GradientType=1 );
}
span.line_r{
  position: absolute;
    z-index: 9999;
  height: calc(100% - 50px);
  width: 4px;
  background-color: #FFCC00;
  top: 25px;
  right: 25px;
  background: -moz-linear-gradient(top, #8f7243 0%, #e4d185 32%, #e4d185 53%, #a58a4e 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #8f7243 0%,#e4d185 32%,#e4d185 53%,#a58a4e 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #8f7243 0%,#e4d185 32%,#e4d185 53%,#a58a4e 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f7243', endColorstr='#a58a4e',GradientType=0 ); /* IE6-9 */
}
span.line_l{
  position: absolute;
    z-index: 9999;
  height: calc(100% - 50px);
  width: 4px;
  bottom: 25px;
  left: 25px;
  background: #8f7243; /* Old browsers */
  background: -moz-linear-gradient(top, #8f7243 0%, #e4d185 32%, #e4d185 53%, #a58a4e 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #8f7243 0%,#e4d185 32%,#e4d185 53%,#a58a4e 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #8f7243 0%,#e4d185 32%,#e4d185 53%,#a58a4e 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f7243', endColorstr='#a58a4e',GradientType=0 ); /* IE6-9 */
}
span.line_b{
  position: absolute;
  z-index: 9999;
  width: calc(100% - 50px);
  height: 4px;
  bottom: 25px;
  left: 25px;
  background: #8f7243; /* Old browsers */
  background: -moz-linear-gradient(left, #8f7243 0%, #e4d185 32%, #e4d185 53%, #a58a4e 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #8f7243 0%,#e4d185 32%,#e4d185 53%,#a58a4e 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #8f7243 0%,#e4d185 32%,#e4d185 53%,#a58a4e 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f7243', endColorstr='#a58a4e',GradientType=1 ); /* IE6-9 */
}
h1 span.line_b{
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 4px;
  bottom: 0px;
  left: 0px;
  background: #8f7243; /* Old browsers */
  background: -moz-linear-gradient(left, #8f7243 0%, #e4d185 32%, #e4d185 53%, #a58a4e 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #8f7243 0%,#e4d185 32%,#e4d185 53%,#a58a4e 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #8f7243 0%,#e4d185 32%,#e4d185 53%,#a58a4e 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f7243', endColorstr='#a58a4e',GradientType=1 ); /* IE6-9 */
}
.line_name{
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  background: #8f7243; /* Old browsers */
  background: -moz-linear-gradient(left, #8f7243 0%, #e4d185 32%, #e4d185 53%, #a58a4e 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #8f7243 0%,#e4d185 32%,#e4d185 53%,#a58a4e 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #8f7243 0%,#e4d185 32%,#e4d185 53%,#a58a4e 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f7243', endColorstr='#a58a4e',GradientType=1 ); /* IE6-9 */
}
.line_email{
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  background: #8f7243; /* Old browsers */
  background: -moz-linear-gradient(left, #8f7243 0%, #e4d185 32%, #e4d185 53%, #a58a4e 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #8f7243 0%,#e4d185 32%,#e4d185 53%,#a58a4e 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #8f7243 0%,#e4d185 32%,#e4d185 53%,#a58a4e 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f7243', endColorstr='#a58a4e',GradientType=1 ); /* IE6-9 */
}
.line_submit{
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  background: #8f7243; /* Old browsers */
  background: -moz-linear-gradient(left, #8f7243 0%, #e4d185 32%, #e4d185 53%, #a58a4e 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #8f7243 0%,#e4d185 32%,#e4d185 53%,#a58a4e 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #8f7243 0%,#e4d185 32%,#e4d185 53%,#a58a4e 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f7243', endColorstr='#a58a4e',GradientType=1 ); /* IE6-9 */
}
.logo{
  opacity: 1 !important;
  width: 128px;
  height: 180px;
  max-height: 220px;
  display: block;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../img/hopnbr_logo_gold.png);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: relative;
  transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
}
.content-page .logo{
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 40px;
}
.logo img{
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.form_container{
  margin-top: 0px;
}
label.date{
  width: 100%;
  display: block;
  background-color: transparent !important;
  color: #e6d29f;
  border: none;
  text-align: center;
  padding: 15px;
  font-size: 2em;
}
.form_container input[type="text"], .form_container input[type="email"]{
  width: 100%;
  background-color: transparent !important;
  color: #e6d29f;
  border: none;
  text-align: center;
  padding: 15px;
  font-size: 1.85em;
}
.form_container input[type="submit"], #sendEventData{
  width: 100%;
  background-color: transparent !important;
  color: #e6d29f;
  border: none;
  text-align: center;
  padding: 15px;
  font-size: 2em;
}
fieldset.names{
  width: 100%;
  display: block;
  border: none;
}
#ubirthday, #telephone, #postalcode{
  width: 100% !important;
}
#ubirthmonth{
  width: 30.5% !important;
}
#ubirthyear{
  width: 28.5% !important;
}
#ufname, #address1, #city, #country{
  width: 49% !important;
}
#ulname,#address2, #province{
  width: 49% !important;
  text-align: left;
}
#uname, #uemail, #submit{
  transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
}
#error_msg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #FFF;
  opacity: 0;
  z-index: 99999;
  padding: 15px;
  font-size: 15px;
}
.error{
  display: block !important;
  opacity: 1 !important;
  background-color: #EF5555;
}
.success{
  display: block !important;
  opacity: 1 !important;
  background-color: #55EF88;
  color: #256039 !important;
  transform: translateY(0px);
}
/*======DATEPICKER====*/
.ui-datepicker {
    width: auto !important;
    -webkit-box-shadow: -1px 0px 47px 15px rgba(0,0,0,1);
-moz-box-shadow: -1px 0px 47px 15px rgba(0,0,0,1);
box-shadow: -1px 0px 47px 15px rgba(0,0,0,1);
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%;
    background-color: #000000;
    font-size: 1.7em;
    color: #e6d29e;
    border: none;
    padding: 10px;
    display: inline-block;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 0.7em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0em;
}
.ui-widget-header{
  background: #000 !important;
  border: none !important;
  border-bottom: 3px solid #e6d183 !important;
  border-radius: 0 !important;
  padding: .8em !important;
}
.ui-widget.ui-widget-content {
    border: 3px solid #e5d184 !important;
    background-color: #1f1f1f;
    -moz-transition: transform 0.3s linear;
}
span.ui-icon.ui-icon-circle-triangle-e, span.ui-icon.ui-icon-circle-triangle-w{
  display: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
  background: #111;
  border: none;
  font-size: 1.4em;
  color: #e5d184;
}
.ui-datepicker-calendar thead{
  display: none;
}
ul.hopnbr_features{
  padding: 20px 40px 20px 20px;
  text-align: left;
  color: #999;
  font-size: 1.6em;
  list-style: none;
}
ul.hopnbr_features li{
  margin-bottom: 20px;
  padding-left: 60px;
}
li.fastpayments{
  background-image: url(../img/payments_hopnbr.png);
  background-position: 0px -3px;
  background-size: 45px 45px;
  background-repeat: no-repeat;
}
li.trackstaff{
  background-image: url(../img/track_hopnbr.png);
  background-position: 5px 2px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}
li.locationdemo{
  background-image: url(../img/share_hopnbr.png);
  background-position: 0px 2px;
  background-size: 44px 44px;
  background-repeat: no-repeat;
}
li.share{
  background-image: url(../img/sharing_icon.png);
  background-position: 0px 2px;
  background-size: 44px 44px;
  background-repeat: no-repeat;
}
#captcha_set{
  display: none;
  position: absolute;
  top: 34%;
  left: 0;
  background-color: #090909;
  z-index: 99999;
  padding: 27px;
  border: 0;
  opacity: 0;
  transform: translateY(15px);
  -webkit-box-shadow: -1px 0px 47px 15px rgba(0,0,0,1);
-moz-box-shadow: -1px 0px 47px 15px rgba(0,0,0,1);
box-shadow: -1px 0px 47px 15px rgba(0,0,0,1);
}
#captcha_set.show{
  display: block;
  animation: simpleOpacity 0.3s ease-in-out;
  animation-fill-mode: forwards;
}
#captchac{
  /*border: 1px solid #e6d29f;*/
  border: none !important;
  background-color: #101010 !important;
}
.accept_policy_set{
  display: block;
  margin-top: 10px;
  border: none;
}
.accept_policy{
  color: #E5D19E;
  font-size: 1.5em;
  padding-left: 10px;
}
.accept_policy a{
 text-decoration: none;
 color: #E5D19E;
 position: relative;
 display: inline-block;
}
.accept_policy a:after{
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  bottom: -2px;
  height: 1px;
  border-bottom: 1px dotted #E5D19E;
}
#doneCaptcha{
    transition: all 0.2s ease-out;
    cursor: pointer;
}
.disabledBtn{
  opacity: 0.5;
  cursor: not-allowed;
  color: #555 !important;
}

footer{
  color: #444;
  font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  bottom: 15px;
  left: 6px;
}
.content-page footer{
  color: #444;
  font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  bottom: auto;
  left: auto;
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
footer p{
  margin-bottom: 0px;
}
footer a{
 text-decoration: none;
 color: #444;
 position: relative;
 display: inline-block;
}
footer a:after{
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  bottom: -2px;
  height: 1px;
  border-bottom: 1px dotted #444;
}
.text-content{
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.text-content h1{
  color: #baa264;
  position: relative;
  letter-spacing: -1px;
  font-size: 7em;
  padding-bottom: 50px;
  font-weight: 300;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
}
.text-content p{
  color: #999;
  font-size: 1.6em;
  line-height: 1.7;
  font-family: 'Open Sans', sans-serif;
}
.text-content strong{
  color: #999;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.7;
  font-family: 'Open Sans', sans-serif;
}
@keyframes simpleOpacity {
  100%{
    transform: translateY(0px);
    opacity: 1;
  }
}
@media screen and (max-width: 718px){
  .main_container{
    padding-bottom: 150px;
  }
}
