/*.main-nav {
  width: 100%;
  height: 70px;
  background-color: #fff;
  position: absolute;
  z-index: 10; }
  .main-nav .btn-group {
    position: absolute;
    top: 17px;
    right: 40px;
    height: 45px;
    display: table; }
    .main-nav .btn-group .link-help {
      margin: 0 30px; }

.logo-casino-navy {
  width: 100px;
  height: 101px;
  position: absolute;
  left: 40px;
  margin: auto;
  text-indent: -9000px;
  background: url(../../imgs/site/logo-casino-navy.png) no-repeat; }*/

.singlepage-content {
  width: 100%;}
.singlepage-content .container a{
    border-bottom: solid 1px navy;
}

    .singlepage-content .container a.btn {
        border-bottom: none;
    }
  .singlepage-content .promo-area {
    margin: auto;
    text-align: center; }
    .singlepage-content .promo-area .promo-text {
      margin-bottom: 60px; }
    .singlepage-content .promo-area .create-account {
      margin-bottom: 45px; }
  .singlepage-content .register-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    margin: auto;
    width: 500px;
    height: 760px;
    background-color: rgba(0, 39, 81, 0.8);
    padding: 35px;
    box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.2); }
    .singlepage-content .register-box .ps {
      padding: 20px 0;
      color: #5684b1;
      font-size: 13px;
      font-family: "Whitney-Medium", Arial, Helvetica, sans-serif; }
    .singlepage-content  .step {
      display: none; }
      .singlepage-content .step.active {
        display: block;float: left; }
      .singlepage-content .register-box .step h3 {
        color: #fff;
        text-align: center; }
    .singlepage-content .register-box .steps-pagination {
      height: 56px;
      padding: 13px 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center;
      background: #023059;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyMzA1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAyMjc0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjIxNDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, #023059 0%, #02274f 50%, #022146 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #023059), color-stop(50%, #02274f), color-stop(100%, #022146));
      background: -webkit-linear-gradient(top, #023059 0%, #02274f 50%, #022146 100%);
      background: -o-linear-gradient(top, #023059 0%, #02274f 50%, #022146 100%);
      background: -ms-linear-gradient(top, #023059 0%, #02274f 50%, #022146 100%);
      background: linear-gradient(to bottom, #023059 0%, #02274f 50%, #022146 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023059', endColorstr='#022146',GradientType=0 ); }
      .singlepage-content .register-box .steps-pagination ul {
        text-align: center; }
        .singlepage-content .register-box .steps-pagination ul li {
          display: inline-block;
          margin: 0 3px; }
          .singlepage-content .register-box .steps-pagination ul li .stepno {
            display: inline-block;
            width: 30px;
            height: 30px;
            padding-top: 10px;
            border-radius: 100%;
            background-color: #022044;
            color: #396795;
            font-size: 13px;
            box-shadow: inset -6px 2px 10px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: inset -6px 2px 10px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: inset -6px 2px 10px rgba(0, 0, 0, 0.2); }
          .singlepage-content .register-box .steps-pagination ul li label {
           
            color: #396795;
        
            margin-right: 7px; }
          .singlepage-content .register-box .steps-pagination ul li.active label {
            display: inline-block; }
          .singlepage-content .register-box .steps-pagination ul li.active .stepno {
            background-color: #fff; }
    .singlepage-content .register-box .desc-info {
      color: #5684b1;
      font-family: "Whitney-Medium", Arial, Helvetica, sans-serif;
      text-align: center;
      margin-bottom: 35px; }
      .singlepage-content .register-box .desc-info p {
        font-size: 14px; }
      .singlepage-content .register-box .desc-info h4 {
        color: #5684b1;
        font-size: 22px; }
    .singlepage-content .register-box .btn-group {
      padding: 15px 0 60px; }
      .singlepage-content .register-box .btn-group:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0; }
      .singlepage-content .register-box .btn-group li {
        display: inline-block;
        width: 129px;
        margin-left: 17px; }
        .singlepage-content .register-box .btn-group li:first-child {
          margin-left: 0; }
        .singlepage-content .register-box .btn-group li .btn-counter {
          color: #a9b0ba; }
          .singlepage-content .register-box .btn-group li .btn-counter span {
            display: block;
            width: 90px; }
    .singlepage-content .register-box .status {
      display: block;
      margin: 40px auto; }
      .singlepage-content .register-box .status.success {
        background: url("../../imgs/site/ico-success.png") no-repeat;
        width: 171px;
        height: 171px; }

    .singlepage-content .content-body { margin-top: 20px;margin-bottom: 60px;min-height: 250px;}
  .singlepage-content .page-footer {
      margin: 30px 0;
    width: 100%;
    z-index: 1;
    text-align: center;}
    .singlepage-content .page-footer li {
      margin: 0 22px;
      display: inline-block;
      text-align: center; }
      .singlepage-content .page-footer li a {
        color: #444;border: none;
        font-size: 13px;float: left;margin-bottom: 10px; }

.divider {
  display: block;
  width: 40px;
  height: 4px;
  /*background-color: #e8cc97;*/
  margin: 25px auto 30px; }

.bg-link {
  display: block;
  left: 0px;
  top: 0px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute; }


.fullbg-livecasino{
  background: #001f44 url("../../imgs/content/bg-login.jpg") no-repeat 50% 0;
}


.loginbox {

  margin: auto;
    margin-top: 30px;
    width: 100%;
  max-width: 500px;
  color: #7a7a7a;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px; }
  .loginbox a {
    color: #fff;
font-family: 'Graphik-Regular', 'HelveticaNeue-Light', 'sans-serif';
    font-size: 16px; }
  .loginbox .form-group-alt {
    width: 100%;
    margin-bottom: 35px; }
    .loginbox .form-group-alt .input-label {
      color: #7b7b7b;
      font-weight: 600;
      font-family: "neutra_text", Arial, Helvetica, sans-serif;
      font-size: 20px; }
    .loginbox .form-group-alt input {
      width: 100%;
      border-bottom: solid 1px #49494b;
      padding: 20px 0;
  font-family: 'Graphik-Regular', 'HelveticaNeue-Light', 'sans-serif';
      font-weight: 300;
      font-size: 20px;
      line-height: 1;
      color: #fff; }


