/*
HOPNBR - CSS
*/

*{
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
}
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{
    height: 100vh;
    text-align: center;
    position: relative;
    width: 100%;
    display: table;
}
.table_row{
  display: table-cell;
  vertical-align: middle;
}
.card{
  width: 27%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2%;
  margin-right: 2%;
  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: 0;
  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 );
  animation: lineWidth 1.5s cubic-bezier(.56,.2,.23,.89);
  animation-fill-mode: forwards;
}
span.line_r{
  transition: all 1s cubic-bezier(.56,.2,.23,.89);
  position: absolute;
  z-index: 9999;
  height: 0;
  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 */
  animation: lineHeight 1.5s cubic-bezier(.56,.2,.23,.89);
  animation-fill-mode: forwards;
}
span.line_l{
    transition: all 1s cubic-bezier(.56,.2,.23,.89);
  position: absolute;
    z-index: 9999;
  height: 0;
  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 */
  animation: lineHeight 1.5s cubic-bezier(.56,.2,.23,.89);
  animation-fill-mode: forwards;
}
span.line_b{
  position: absolute;
  z-index: 9999;
  width: 0;
  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 */
  animation: lineWidth 1.5s cubic-bezier(.56,.2,.23,.89);
  animation-fill-mode: forwards;
}
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, .logo_responsive{
  width: 128px;
  height: 180px;
  max-height: 220px;
  display: inline-block;
  margin-top: -30px;
  vertical-align: middle;
  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;
  opacity: 0;
  transition: transform 0.3s linear;
  animation: simpleOpacity 2s ease-out;
  animation-fill-mode: forwards;
  -moz-transition: transform 0.3s linear;
}
.logo_responsive{
  display: none;
  width: 70px;
  height: 98px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.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{
  width: 100% !important;
}
#ubirthmonth{
  width: 30.5% !important;
}
#ubirthyear{
  width: 28.5% !important;
}
#ufname, #address1, #city, #country, #telephone{
  width: 49% !important;
}
#ulname,#address2, #postalcode, #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;
}
#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;
}
.bgimage{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.1;
  transition: all 0.3s cubic-bezier(.56,.2,.23,.89);
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
#users_btn, #merchants_btn{
  opacity: 0;
  animation: simpleOpacity 2s ease-out;
  animation-fill-mode: forwards;
  transform: scale(0.9,0.9);
}
#merchants_btn, #merchants_btn span.line_l, #merchants_btn span.line_r, #merchants_btn span.line_t, #merchants_btn span.line_b{
  animation-delay: 0.3s;
}
#users_btn .bgimage{
  background-image: url(../img/users_hopnbr.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#merchants_btn .bgimage{
  background-image: url(../img/merchants_hopnbr.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#users_btn:hover .bgimage, #merchants_btn:hover .bgimage{
  opacity: 0.2;
  -moz-filter: none;
  -o-filter:  none;
  -webkit-filter:  none;
  filter: none;
  transform: scale(1.1, 1.1);
}
#merchants_btn, #users_btn{
  overflow: hidden;
  cursor: pointer;
}
#merchants_btn .text, #users_btn .text{
   opacity: 0;
   transform: translateX(-10px);
   animation: translateOpacity 0.7s cubic-bezier(.56,.2,.23,.89);
   animation-fill-mode: forwards;
   color: #e6d29f;
   font-size: 3em;
   text-align: center;
   width: 100%;
   position: relative;
   display: table-cell;
   left: 0px;
   vertical-align: middle;
   box-sizing: border-box;
   animation-delay: 1s;
   transition: all 0.5s cubic-bezier(.56,.2,.23,.89);
}
#merchants_btn a, #users_btn a{
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
#merchants_btn .text{
  transform: translateX(10px);
  animation-delay: 1.3s;
}
#merchants_btn:hover .text{
  left: 10px;
}
#users_btn:hover .text{
  left: -10px;
}
.table-fix{
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  padding: 50px;
  top: 0;
  left: 0;
  height: 400px;
}
@keyframes simpleOpacity {
  100%{
    transform: scale(1,1);
    opacity: 1;
  }
}
@keyframes translateOpacity {
  100%{
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes lineHeight {
  100%{
    height: calc(100% - 50px);
  }
}
@keyframes lineWidth {
  100%{
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 920px){
  .logo{
    width: 70px;
    height: 98px;
  }
  .card{
    width: 20%;
    margin-left: 2%;
    margin-right: 2%;
    min-width: 300px;
    min-height: 300px;
  }
  .table-fix{
    height: 300px;
  }
}
@media screen and (max-width: 736px){
  .logo{
    width: 70px;
    height: 98px;
  }
  .card{
    width: 85%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 85%;
    margin-bottom: 15px;
    min-height: 300px;
  }
  .table-fix{
    height: 300px;
  }
  .logo{
    display: none;
  }
  .logo_responsive{
    display: inline-block;
  }
}
@media screen and (max-width: 718px){
  .main_container{
    padding-bottom: 150px;
  }
}
