@charset "UTF-8";
a > * {
  vertical-align: middle;
}

.color-success {
  color: #28a745;
}

.color-normal {
  color: #02242e;
}

@-webkit-keyframes moveFromBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@-webkit-keyframes moveFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@-webkit-keyframes moveToBottom {
  from {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(200%);
  }
}
@-webkit-keyframes moveToTop {
  from {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-200%);
  }
}
.cls-xs-1, .cls-sm-1, .cls-md-1, .cls-lg-1, .cls-xs-2, .cls-sm-2, .cls-md-2, .cls-lg-2, .cls-xs-3, .cls-sm-3, .cls-md-3, .cls-lg-3, .cls-xs-4, .cls-sm-4, .cls-md-4, .cls-lg-4, .cls-xs-5, .cls-sm-5, .cls-md-5, .cls-lg-5, .cls-xs-6, .cls-sm-6, .cls-md-6, .cls-lg-6, .cls-xs-7, .cls-sm-7, .cls-md-7, .cls-lg-7, .cls-xs-8, .cls-sm-8, .cls-md-8, .cls-lg-8, .cls-xs-9, .cls-sm-9, .cls-md-9, .cls-lg-9, .cls-xs-10, .cls-sm-10, .cls-md-10, .cls-lg-10 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.cls-xs-1, .cls-xs-2, .cls-xs-3, .cls-xs-4, .cls-xs-5, .cls-xs-6, .cls-xs-7, .cls-xs-8 {
  float: left;
}

.cls-xs-1 {
  width: 12.5%;
}

.cls-xs-2 {
  width: 25%;
}

.cls-xs-3 {
  width: 37.5%;
}

.cls-xs-4 {
  width: 50%;
}

.cls-xs-5 {
  width: 62.5%;
}

.cls-xs-6 {
  width: 75%;
}

.cls-xs-7 {
  width: 87.5%;
}

.cls-xs-8 {
  width: 100%;
}

.cls-xs-pull-0 {
  right: auto;
}

.cls-xs-pull-1 {
  right: 12.5%;
}

.cls-xs-pull-2 {
  right: 25%;
}

.cls-xs-pull-3 {
  right: 37.5%;
}

.cls-xs-pull-4 {
  right: 50%;
}

.cls-xs-pull-5 {
  right: 62.5%;
}

.cls-xs-pull-6 {
  right: 75%;
}

.cls-xs-pull-7 {
  right: 87.5%;
}

.cls-xs-pull-8 {
  right: 100%;
}

.cls-xs-push-0 {
  left: auto;
}

.cls-xs-push-1 {
  left: 12.5%;
}

.cls-xs-push-2 {
  left: 25%;
}

.cls-xs-push-3 {
  left: 37.5%;
}

.cls-xs-push-4 {
  left: 50%;
}

.cls-xs-push-5 {
  left: 62.5%;
}

.cls-xs-push-6 {
  left: 75%;
}

.cls-xs-push-7 {
  left: 87.5%;
}

.cls-xs-push-8 {
  left: 100%;
}

.cls-xs-offset-0 {
  margin-left: 0%;
}

.cls-xs-offset-1 {
  margin-left: 12.5%;
}

.cls-xs-offset-2 {
  margin-left: 25%;
}

.cls-xs-offset-3 {
  margin-left: 37.5%;
}

.cls-xs-offset-4 {
  margin-left: 50%;
}

.cls-xs-offset-5 {
  margin-left: 62.5%;
}

.cls-xs-offset-6 {
  margin-left: 75%;
}

.cls-xs-offset-7 {
  margin-left: 87.5%;
}

.cls-xs-offset-8 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .cls-sm-1, .cls-sm-2, .cls-sm-3, .cls-sm-4, .cls-sm-5, .cls-sm-6, .cls-sm-7, .cls-sm-8, .cls-sm-9, .cls-sm-10 {
    float: left;
  }

  .cls-sm-1 {
    width: 12.5%;
  }

  .cls-sm-2 {
    width: 25%;
  }

  .cls-sm-3 {
    width: 37.5%;
  }

  .cls-sm-4 {
    width: 50%;
  }

  .cls-sm-5 {
    width: 62.5%;
  }

  .cls-sm-6 {
    width: 75%;
  }

  .cls-sm-7 {
    width: 87.5%;
  }

  .cls-sm-8 {
    width: 100%;
  }

  .cls-sm-pull-0 {
    right: auto;
  }

  .cls-sm-pull-1 {
    right: 12.5%;
  }

  .cls-sm-pull-2 {
    right: 25%;
  }

  .cls-sm-pull-3 {
    right: 37.5%;
  }

  .cls-sm-pull-4 {
    right: 50%;
  }

  .cls-sm-pull-5 {
    right: 62.5%;
  }

  .cls-sm-pull-6 {
    right: 75%;
  }

  .cls-sm-pull-7 {
    right: 87.5%;
  }

  .cls-sm-pull-8 {
    right: 100%;
  }

  .cls-sm-push-0 {
    left: auto;
  }

  .cls-sm-push-1 {
    left: 12.5%;
  }

  .cls-sm-push-2 {
    left: 25%;
  }

  .cls-sm-push-3 {
    left: 37.5%;
  }

  .cls-sm-push-4 {
    left: 50%;
  }

  .cls-sm-push-5 {
    left: 62.5%;
  }

  .cls-sm-push-6 {
    left: 75%;
  }

  .cls-sm-push-7 {
    left: 87.5%;
  }

  .cls-sm-push-8 {
    left: 100%;
  }

  .cls-sm-offset-0 {
    margin-left: 0%;
  }

  .cls-sm-offset-1 {
    margin-left: 12.5%;
  }

  .cls-sm-offset-2 {
    margin-left: 25%;
  }

  .cls-sm-offset-3 {
    margin-left: 37.5%;
  }

  .cls-sm-offset-4 {
    margin-left: 62.5%;
  }

  .cls-sm-offset-5 {
    margin-left: 62.5%;
  }

  .cls-sm-offset-6 {
    margin-left: 75%;
  }

  .cls-sm-offset-7 {
    margin-left: 87.5%;
  }

  .cls-sm-offset-8 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .cls-md-1, .cls-md-2, .cls-md-3, .cls-md-4, .cls-md-5, .cls-md-6, .cls-md-7, .cls-md-8, .cls-md-9, .cls-md-10 {
    float: left;
  }

  .cls-md-1 {
    width: 12.5%;
  }

  .cls-md-2 {
    width: 25%;
  }

  .cls-md-3 {
    width: 37.5%;
  }

  .cls-md-4 {
    width: 50%;
  }

  .cls-md-5 {
    width: 62.5%;
  }

  .cls-md-6 {
    width: 75%;
  }

  .cls-md-7 {
    width: 87.5%;
  }

  .cls-md-8 {
    width: 100%;
  }

  .cls-md-pull-0 {
    right: auto;
  }

  .cls-md-pull-1 {
    right: 10%;
  }

  .cls-md-pull-2 {
    right: 25%;
  }

  .cls-md-pull-3 {
    right: 37.5%;
  }

  .cls-md-pull-4 {
    right: 50%;
  }

  .cls-md-pull-5 {
    right: 62.5%;
  }

  .cls-md-pull-6 {
    right: 75%;
  }

  .cls-md-pull-7 {
    right: 87.5%;
  }

  .cls-md-pull-8 {
    right: 100%;
  }

  .cls-md-push-0 {
    left: auto;
  }

  .cls-md-push-1 {
    left: 12.5%;
  }

  .cls-md-push-2 {
    left: 25%;
  }

  .cls-md-push-3 {
    left: 37.5%;
  }

  .cls-md-push-4 {
    left: 50%;
  }

  .cls-md-push-5 {
    left: 62.5%;
  }

  .cls-md-push-6 {
    left: 75%;
  }

  .cls-md-push-7 {
    left: 87.5%;
  }

  .cls-md-push-8 {
    left: 100%;
  }

  .cls-md-offset-0 {
    margin-left: 0%;
  }

  .cls-md-offset-1 {
    margin-left: 12.5%;
  }

  .cls-md-offset-2 {
    margin-left: 25%;
  }

  .cls-md-offset-3 {
    margin-left: 37.5%;
  }

  .cls-md-offset-4 {
    margin-left: 50%;
  }

  .cls-md-offset-5 {
    margin-left: 62.5%;
  }

  .cls-md-offset-6 {
    margin-left: 75%;
  }

  .cls-md-offset-7 {
    margin-left: 87.5%;
  }

  .cls-md-offset-8 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .cls-lg-1, .cls-lg-2, .cls-lg-3, .cls-lg-4, .cls-lg-5, .cls-lg-6, .cls-lg-7, .cls-lg-8, .cls-lg-9, .cls-lg-10 {
    float: left;
  }

  .cls-lg-1 {
    width: 12.5%;
  }

  .cls-lg-2 {
    width: 25%;
  }

  .cls-lg-3 {
    width: 37.5%;
  }

  .cls-lg-4 {
    width: 50%;
  }

  .cls-lg-5 {
    width: 62.5%;
  }

  .cls-lg-6 {
    width: 75%;
  }

  .cls-lg-7 {
    width: 87.5%;
  }

  .cls-lg-8 {
    width: 100%;
  }

  .cls-lg-pull-0 {
    right: auto;
  }

  .cls-lg-pull-1 {
    right: 12.5%;
  }

  .cls-lg-pull-2 {
    right: 25%;
  }

  .cls-lg-pull-3 {
    right: 37.5%;
  }

  .cls-lg-pull-4 {
    right: 50%;
  }

  .cls-lg-pull-5 {
    right: 62.5%;
  }

  .cls-lg-pull-6 {
    right: 75%;
  }

  .cls-lg-pull-7 {
    right: 87.5%;
  }

  .cls-lg-pull-8 {
    right: 100%;
  }

  .cls-lg-push-0 {
    left: auto;
  }

  .cls-lg-push-1 {
    left: 12.5%;
  }

  .cls-lg-push-2 {
    left: 25%;
  }

  .cls-lg-push-3 {
    left: 37.5%;
  }

  .cls-lg-push-4 {
    left: 50%;
  }

  .cls-lg-push-5 {
    left: 62.5%;
  }

  .cls-lg-push-6 {
    left: 75%;
  }

  .cls-lg-push-7 {
    left: 87.5%;
  }

  .cls-lg-push-8 {
    left: 100%;
  }

  .cls-lg-offset-0 {
    margin-left: 0%;
  }

  .cls-lg-offset-1 {
    margin-left: 12.5%;
  }

  .cls-lg-offset-2 {
    margin-left: 25%;
  }

  .cls-lg-offset-3 {
    margin-left: 37.5%;
  }

  .cls-lg-offset-4 {
    margin-left: 50%;
  }

  .cls-lg-offset-5 {
    margin-left: 62.5%;
  }

  .cls-lg-offset-6 {
    margin-left: 75%;
  }

  .cls-lg-offset-7 {
    margin-left: 87.5%;
  }

  .cls-lg-offset-8 {
    margin-left: 100%;
  }
}
.cl-xs-1, .cl-sm-1, .cl-md-1, .cl-lg-1, .cl-xs-2, .cl-sm-2, .cl-md-2, .cl-lg-2, .cl-xs-3, .cl-sm-3, .cl-md-3, .cl-lg-3, .cl-xs-4, .cl-sm-4, .cl-md-4, .cl-lg-4, .cl-xs-5, .cl-sm-5, .cl-md-5, .cl-lg-5, .cl-xs-6, .cl-sm-6, .cl-md-6, .cl-lg-6, .cl-xs-7, .cl-sm-7, .cl-md-7, .cl-lg-7, .cl-xs-8, .cl-sm-8, .cl-md-8, .cl-lg-8, .cl-xs-9, .cl-sm-9, .cl-md-9, .cl-lg-9, .cl-xs-10, .cl-sm-10, .cl-md-10, .cl-lg-10 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.cl-xs-1, .cl-xs-2, .cl-xs-3, .cl-xs-4, .cl-xs-5, .cl-xs-6, .cl-xs-7, .cl-xs-8, .cl-xs-9, .cl-xs-10 {
  float: left;
}

.cl-xs-1 {
  width: 10%;
}

.cl-xs-2 {
  width: 20%;
}

.cl-xs-3 {
  width: 30%;
}

.cl-xs-4 {
  width: 40%;
}

.cl-xs-5 {
  width: 50%;
}

.cl-xs-6 {
  width: 60%;
}

.cl-xs-7 {
  width: 70%;
}

.cl-xs-8 {
  width: 80%;
}

.cl-xs-9 {
  width: 90%;
}

.cl-xs-10 {
  width: 100%;
}

.cl-xs-pull-0 {
  right: auto;
}

.cl-xs-pull-1 {
  right: 10%;
}

.cl-xs-pull-2 {
  right: 20%;
}

.cl-xs-pull-3 {
  right: 30%;
}

.cl-xs-pull-4 {
  right: 40%;
}

.cl-xs-pull-5 {
  right: 50%;
}

.cl-xs-pull-6 {
  right: 60%;
}

.cl-xs-pull-7 {
  right: 70%;
}

.cl-xs-pull-8 {
  right: 80%;
}

.cl-xs-pull-9 {
  right: 90%;
}

.cl-xs-pull-10 {
  right: 100%;
}

.cl-xs-push-0 {
  left: auto;
}

.cl-xs-push-1 {
  left: 10%;
}

.cl-xs-push-2 {
  left: 20%;
}

.cl-xs-push-3 {
  left: 30%;
}

.cl-xs-push-4 {
  left: 40%;
}

.cl-xs-push-5 {
  left: 50%;
}

.cl-xs-push-6 {
  left: 60%;
}

.cl-xs-push-7 {
  left: 70%;
}

.cl-xs-push-8 {
  left: 80%;
}

.cl-xs-push-9 {
  left: 90%;
}

.cl-xs-push-10 {
  left: 100%;
}

.cl-xs-offset-0 {
  margin-left: 0%;
}

.cl-xs-offset-1 {
  margin-left: 10%;
}

.cl-xs-offset-2 {
  margin-left: 20%;
}

.cl-xs-offset-3 {
  margin-left: 30%;
}

.cl-xs-offset-4 {
  margin-left: 40%;
}

.cl-xs-offset-5 {
  margin-left: 50%;
}

.cl-xs-offset-6 {
  margin-left: 60%;
}

.cl-xs-offset-7 {
  margin-left: 70%;
}

.cl-xs-offset-8 {
  margin-left: 80%;
}

.cl-xs-offset-9 {
  margin-left: 90%;
}

.cl-xs-offset-10 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .cl-sm-1, .cl-sm-2, .cl-sm-3, .cl-sm-4, .cl-sm-5, .cl-sm-6, .cl-sm-7, .cl-sm-8, .cl-sm-9, .cl-sm-10 {
    float: left;
  }

  .cl-sm-1 {
    width: 10%;
  }

  .cl-sm-2 {
    width: 20%;
  }

  .cl-sm-3 {
    width: 30%;
  }

  .cl-sm-4 {
    width: 40%;
  }

  .cl-sm-5 {
    width: 50%;
  }

  .cl-sm-6 {
    width: 60%;
  }

  .cl-sm-7 {
    width: 70%;
  }

  .cl-sm-8 {
    width: 80%;
  }

  .cl-sm-9 {
    width: 90%;
  }

  .cl-sm-10 {
    width: 100%;
  }

  .cl-sm-pull-0 {
    right: auto;
  }

  .cl-sm-pull-1 {
    right: 10%;
  }

  .cl-sm-pull-2 {
    right: 20%;
  }

  .cl-sm-pull-3 {
    right: 30%;
  }

  .cl-sm-pull-4 {
    right: 40%;
  }

  .cl-sm-pull-5 {
    right: 50%;
  }

  .cl-sm-pull-6 {
    right: 50%;
  }

  .cl-sm-pull-7 {
    right: 70%;
  }

  .cl-sm-pull-8 {
    right: 80%;
  }

  .cl-sm-pull-9 {
    right: 90%;
  }

  .cl-sm-pull-10 {
    right: 100%;
  }

  .cl-sm-push-0 {
    left: auto;
  }

  .cl-sm-push-1 {
    left: 10%;
  }

  .cl-sm-push-2 {
    left: 20%;
  }

  .cl-sm-push-3 {
    left: 30%;
  }

  .cl-sm-push-4 {
    left: 40%;
  }

  .cl-sm-push-5 {
    left: 50%;
  }

  .cl-sm-push-6 {
    left: 50%;
  }

  .cl-sm-push-7 {
    left: 70%;
  }

  .cl-sm-push-8 {
    left: 80%;
  }

  .cl-sm-push-9 {
    left: 90%;
  }

  .cl-sm-push-10 {
    left: 100%;
  }

  .cl-sm-offset-0 {
    margin-left: 0%;
  }

  .cl-sm-offset-1 {
    margin-left: 10%;
  }

  .cl-sm-offset-2 {
    margin-left: 20%;
  }

  .cl-sm-offset-3 {
    margin-left: 30%;
  }

  .cl-sm-offset-4 {
    margin-left: 40%;
  }

  .cl-sm-offset-5 {
    margin-left: 50%;
  }

  .cl-sm-offset-6 {
    margin-left: 50%;
  }

  .cl-sm-offset-7 {
    margin-left: 70%;
  }

  .cl-sm-offset-8 {
    margin-left: 80%;
  }

  .cl-sm-offset-9 {
    margin-left: 90%;
  }

  .cl-sm-offset-10 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .cl-md-1, .cl-md-2, .cl-md-3, .cl-md-4, .cl-md-5, .cl-md-6, .cl-md-7, .cl-md-8, .cl-md-9, .cl-md-10 {
    float: left;
  }

  .cl-md-1 {
    width: 10%;
  }

  .cl-md-2 {
    width: 20%;
  }

  .cl-md-3 {
    width: 30%;
  }

  .cl-md-4 {
    width: 40%;
  }

  .cl-md-5 {
    width: 50%;
  }

  .cl-md-6 {
    width: 60%;
  }

  .cl-md-7 {
    width: 70%;
  }

  .cl-md-8 {
    width: 80%;
  }

  .cl-md-9 {
    width: 90%;
  }

  .cl-md-10 {
    width: 100%;
  }

  .cl-md-pull-0 {
    right: auto;
  }

  .cl-md-pull-1 {
    right: 10%;
  }

  .cl-md-pull-2 {
    right: 20%;
  }

  .cl-md-pull-3 {
    right: 30%;
  }

  .cl-md-pull-4 {
    right: 40%;
  }

  .cl-md-pull-5 {
    right: 50%;
  }

  .cl-md-pull-6 {
    right: 50%;
  }

  .cl-md-pull-7 {
    right: 70%;
  }

  .cl-md-pull-8 {
    right: 80%;
  }

  .cl-md-pull-9 {
    right: 90%;
  }

  .cl-md-pull-10 {
    right: 100%;
  }

  .cl-md-push-0 {
    left: auto;
  }

  .cl-md-push-1 {
    left: 10%;
  }

  .cl-md-push-2 {
    left: 20%;
  }

  .cl-md-push-3 {
    left: 30%;
  }

  .cl-md-push-4 {
    left: 40%;
  }

  .cl-md-push-5 {
    left: 50%;
  }

  .cl-md-push-6 {
    left: 50%;
  }

  .cl-md-push-7 {
    left: 70%;
  }

  .cl-md-push-8 {
    left: 80%;
  }

  .cl-md-push-9 {
    left: 90%;
  }

  .cl-md-push-10 {
    left: 100%;
  }

  .cl-md-offset-0 {
    margin-left: 0%;
  }

  .cl-md-offset-1 {
    margin-left: 10%;
  }

  .cl-md-offset-2 {
    margin-left: 20%;
  }

  .cl-md-offset-3 {
    margin-left: 30%;
  }

  .cl-md-offset-4 {
    margin-left: 40%;
  }

  .cl-md-offset-5 {
    margin-left: 50%;
  }

  .cl-md-offset-6 {
    margin-left: 50%;
  }

  .cl-md-offset-7 {
    margin-left: 70%;
  }

  .cl-md-offset-8 {
    margin-left: 80%;
  }

  .cl-md-offset-9 {
    margin-left: 90%;
  }

  .cl-md-offset-10 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .cl-lg-1, .cl-lg-2, .cl-lg-3, .cl-lg-4, .cl-lg-5, .cl-lg-6, .cl-lg-7, .cl-lg-8, .cl-lg-9, .cl-lg-10 {
    float: left;
  }

  .cl-lg-1 {
    width: 10%;
  }

  .cl-lg-2 {
    width: 20%;
  }

  .cl-lg-3 {
    width: 30%;
  }

  .cl-lg-4 {
    width: 40%;
  }

  .cl-lg-5 {
    width: 50%;
  }

  .cl-lg-6 {
    width: 60%;
  }

  .cl-lg-7 {
    width: 70%;
  }

  .cl-lg-8 {
    width: 80%;
  }

  .cl-lg-9 {
    width: 90%;
  }

  .cl-lg-10 {
    width: 100%;
  }

  .cl-lg-pull-0 {
    right: auto;
  }

  .cl-lg-pull-1 {
    right: 10%;
  }

  .cl-lg-pull-2 {
    right: 20%;
  }

  .cl-lg-pull-3 {
    right: 30%;
  }

  .cl-lg-pull-4 {
    right: 40%;
  }

  .cl-lg-pull-5 {
    right: 50%;
  }

  .cl-lg-pull-6 {
    right: 60%;
  }

  .cl-lg-pull-7 {
    right: 70%;
  }

  .cl-lg-pull-8 {
    right: 80%;
  }

  .cl-lg-pull-9 {
    right: 90%;
  }

  .cl-lg-pull-10 {
    right: 100%;
  }

  .cl-lg-push-0 {
    left: auto;
  }

  .cl-lg-push-1 {
    left: 10%;
  }

  .cl-lg-push-2 {
    left: 20%;
  }

  .cl-lg-push-3 {
    left: 30%;
  }

  .cl-lg-push-4 {
    left: 40%;
  }

  .cl-lg-push-5 {
    left: 50%;
  }

  .cl-lg-push-6 {
    left: 60%;
  }

  .cl-lg-push-7 {
    left: 70%;
  }

  .cl-lg-push-8 {
    left: 80%;
  }

  .cl-lg-push-9 {
    left: 90%;
  }

  .cl-lg-push-10 {
    left: 100%;
  }

  .cl-lg-offset-0 {
    margin-left: 0%;
  }

  .cl-lg-offset-1 {
    margin-left: 10%;
  }

  .cl-lg-offset-2 {
    margin-left: 20%;
  }

  .cl-lg-offset-3 {
    margin-left: 30%;
  }

  .cl-lg-offset-4 {
    margin-left: 40%;
  }

  .cl-lg-offset-5 {
    margin-left: 50%;
  }

  .cl-lg-offset-6 {
    margin-left: 50%;
  }

  .cl-lg-offset-7 {
    margin-left: 70%;
  }

  .cl-lg-offset-8 {
    margin-left: 80%;
  }

  .cl-lg-offset-9 {
    margin-left: 90%;
  }

  .cl-lg-offset-10 {
    margin-left: 100%;
  }
}
.c9-xs-1, .c9-sm-1, .c9-md-1, .c9-lg-1, .c9-xs-2, .c9-sm-2, .c9-md-2, .c9-lg-2, .c9-xs-3, .c9-sm-3, .c9-md-3, .c9-lg-3, .c9-xs-4, .c9-sm-4, .c9-md-4, .c9-lg-4, .c9-xs-5, .c9-sm-5, .c9-md-5, .c9-lg-5, .c9-xs-6, .c9-sm-6, .c9-md-6, .c9-lg-6, .c9-xs-7, .c9-sm-7, .c9-md-7, .c9-lg-7, .c9-xs-8, .c9-sm-8, .c9-md-8, .c9-lg-8, .c9-xs-9, .c9-sm-9, .c9-md-9, .c9-lg-9 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.c9-xs-1, .c9-xs-2, .c9-xs-3, .c9-xs-4, .c9-xs-5, .c9-xs-6, .c9-xs-7, .c9-xs-8, .c9-xs-9 {
  float: left;
}

.c9-xs-1 {
  width: 11.111%;
}

.c9-xs-2 {
  width: 22.222%;
}

.c9-xs-3 {
  width: 33.333%;
}

.c9-xs-4 {
  width: 44.444%;
}

.c9-xs-5 {
  width: 55.555%;
}

.c9-xs-6 {
  width: 66.666%;
}

.c9-xs-7 {
  width: 77.777%;
}

.c9-xs-8 {
  width: 88.888%;
}

.c9-xs-9 {
  width: 100%;
}

.c9-xs-pull-0 {
  right: auto;
}

.c9-xs-pull-1 {
  right: 11.111%;
}

.c9-xs-pull-2 {
  right: 22.222%;
}

.c9-xs-pull-3 {
  right: 33.333%;
}

.c9-xs-pull-4 {
  right: 44.444%;
}

.c9-xs-pull-5 {
  right: 55.555%;
}

.c9-xs-pull-6 {
  right: 66.666%;
}

.c9-xs-pull-7 {
  right: 77.777%;
}

.c9-xs-pull-8 {
  right: 88.888%;
}

.c9-xs-pull-9 {
  right: 100%;
}

.c9-xs-push-0 {
  left: auto;
}

.c9-xs-push-1 {
  left: 11.111%;
}

.c9-xs-push-2 {
  left: 22.222%;
}

.c9-xs-push-3 {
  left: 33.333%;
}

.c9-xs-push-4 {
  left: 44.444%;
}

.c9-xs-push-5 {
  left: 55.555%;
}

.c9-xs-push-6 {
  left: 66.666%;
}

.c9-xs-push-7 {
  left: 77.777%;
}

.c9-xs-push-8 {
  left: 88.888%;
}

.c9-xs-push-9 {
  left: 100%;
}

.c9-xs-offset-0 {
  margin-left: 0%;
}

.c9-xs-offset-1 {
  margin-left: 11.111%;
}

.c9-xs-offset-2 {
  margin-left: 22.222%;
}

.c9-xs-offset-3 {
  margin-left: 33.333%;
}

.c9-xs-offset-4 {
  margin-left: 44.444%;
}

.c9-xs-offset-5 {
  margin-left: 55.555%;
}

.c9-xs-offset-6 {
  margin-left: 66.666%;
}

.c9-xs-offset-7 {
  margin-left: 77.777%;
}

.c9-xs-offset-8 {
  margin-left: 88.888%;
}

.c9-xs-offset-9 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .c9-sm-1, .c9-sm-2, .c9-sm-3, .c9-sm-4, .c9-sm-5, .c9-sm-6, .c9-sm-7, .c9-sm-8, .c9-sm-9 {
    float: left;
  }

  .c9-sm-1 {
    width: 11.111%;
  }

  .c9-sm-2 {
    width: 22.222%;
  }

  .c9-sm-3 {
    width: 33.333%;
  }

  .c9-sm-4 {
    width: 44.444%;
  }

  .c9-sm-5 {
    width: 55.555%;
  }

  .c9-sm-6 {
    width: 66.666%;
  }

  .c9-sm-7 {
    width: 77.777%;
  }

  .c9-sm-8 {
    width: 88.888%;
  }

  .c9-sm-9 {
    width: 100%;
  }

  .c9-sm-10 {
    width: 100%;
  }

  .c9-sm-pull-0 {
    right: auto;
  }

  .c9-sm-pull-1 {
    right: 11.111%;
  }

  .c9-sm-pull-2 {
    right: 22.222%;
  }

  .c9-sm-pull-3 {
    right: 33.333%;
  }

  .c9-sm-pull-4 {
    right: 44.444%;
  }

  .c9-sm-pull-5 {
    right: 55.555%;
  }

  .c9-sm-pull-6 {
    right: 55.555%;
  }

  .c9-sm-pull-7 {
    right: 77.777%;
  }

  .c9-sm-pull-8 {
    right: 88.888%;
  }

  .c9-sm-pull-9 {
    right: 100%;
  }

  .c9-sm-push-0 {
    left: auto;
  }

  .c9-sm-push-1 {
    left: 11.111%;
  }

  .c9-sm-push-2 {
    left: 22.222%;
  }

  .c9-sm-push-3 {
    left: 33.333%;
  }

  .c9-sm-push-4 {
    left: 44.444%;
  }

  .c9-sm-push-5 {
    left: 55.555%;
  }

  .c9-sm-push-6 {
    left: 55.555%;
  }

  .c9-sm-push-7 {
    left: 77.777%;
  }

  .c9-sm-push-8 {
    left: 88.888%;
  }

  .c9-sm-push-9 {
    left: 100%;
  }

  .c9-sm-offset-0 {
    margin-left: 0%;
  }

  .c9-sm-offset-1 {
    margin-left: 11.111%;
  }

  .c9-sm-offset-2 {
    margin-left: 22.222%;
  }

  .c9-sm-offset-3 {
    margin-left: 33.333%;
  }

  .c9-sm-offset-4 {
    margin-left: 44.444%;
  }

  .c9-sm-offset-5 {
    margin-left: 55.555%;
  }

  .c9-sm-offset-6 {
    margin-left: 55.555%;
  }

  .c9-sm-offset-7 {
    margin-left: 77.777%;
  }

  .c9-sm-offset-8 {
    margin-left: 88.888%;
  }

  .c9-sm-offset-9 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .c9-md-1, .c9-md-2, .c9-md-3, .c9-md-4, .c9-md-5, .c9-md-6, .c9-md-7, .c9-md-8, .c9-md-9, .c9-md-10 {
    float: left;
  }

  .c9-md-1 {
    width: 11.111%;
  }

  .c9-md-2 {
    width: 22.222%;
  }

  .c9-md-3 {
    width: 33.333%;
  }

  .c9-md-4 {
    width: 44.444%;
  }

  .c9-md-5 {
    width: 55.555%;
  }

  .c9-md-6 {
    width: 66.666%;
  }

  .c9-md-7 {
    width: 77.777%;
  }

  .c9-md-8 {
    width: 88.888%;
  }

  .c9-md-9 {
    width: 100%;
  }

  .c9-md-pull-1 {
    right: 11.111%;
  }

  .c9-md-pull-2 {
    right: 22.222%;
  }

  .c9-md-pull-3 {
    right: 33.333%;
  }

  .c9-md-pull-4 {
    right: 44.444%;
  }

  .c9-md-pull-5 {
    right: 55.555%;
  }

  .c9-md-pull-6 {
    right: 55.555%;
  }

  .c9-md-pull-7 {
    right: 77.777%;
  }

  .c9-md-pull-8 {
    right: 88.888%;
  }

  .c9-md-pull-9 {
    right: 100%;
  }

  .c9-md-push-0 {
    left: auto;
  }

  .c9-md-push-1 {
    left: 11.111%;
  }

  .c9-md-push-2 {
    left: 22.222%;
  }

  .c9-md-push-3 {
    left: 33.333%;
  }

  .c9-md-push-4 {
    left: 44.444%;
  }

  .c9-md-push-5 {
    left: 55.555%;
  }

  .c9-md-push-6 {
    left: 55.555%;
  }

  .c9-md-push-7 {
    left: 77.777%;
  }

  .c9-md-push-8 {
    left: 88.888%;
  }

  .c9-md-push-9 {
    left: 100%;
  }

  .c9-md-offset-0 {
    margin-left: 0%;
  }

  .c9-md-offset-1 {
    margin-left: 11.111%;
  }

  .c9-md-offset-2 {
    margin-left: 22.222%;
  }

  .c9-md-offset-3 {
    margin-left: 33.333%;
  }

  .c9-md-offset-4 {
    margin-left: 44.444%;
  }

  .c9-md-offset-5 {
    margin-left: 55.555%;
  }

  .c9-md-offset-6 {
    margin-left: 55.555%;
  }

  .c9-md-offset-7 {
    margin-left: 77.777%;
  }

  .c9-md-offset-8 {
    margin-left: 88.888%;
  }

  .c9-md-offset-9 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .c9-lg-1, .c9-lg-2, .c9-lg-3, .c9-lg-4, .c9-lg-5, .c9-lg-6, .c9-lg-7, .c9-lg-8, .c9-lg-9 {
    float: left;
  }

  .c9-lg-1 {
    width: 11.111%;
  }

  .c9-lg-2 {
    width: 22.222%;
  }

  .c9-lg-3 {
    width: 33.333%;
  }

  .c9-lg-4 {
    width: 44.444%;
  }

  .c9-lg-5 {
    width: 55.555%;
  }

  .c9-lg-6 {
    width: 66.666%;
  }

  .c9-lg-7 {
    width: 77.777%;
  }

  .c9-lg-8 {
    width: 88.888%;
  }

  .c9-lg-9 {
    width: 100%;
  }

  .c9-lg-pull-0 {
    right: auto;
  }

  .c9-lg-pull-1 {
    right: 11.111%;
  }

  .c9-lg-pull-2 {
    right: 22.222%;
  }

  .c9-lg-pull-3 {
    right: 33.333%;
  }

  .c9-lg-pull-4 {
    right: 44.444%;
  }

  .c9-lg-pull-5 {
    right: 55.555%;
  }

  .c9-lg-pull-6 {
    right: 66.666%;
  }

  .c9-lg-pull-7 {
    right: 77.777%;
  }

  .c9-lg-pull-8 {
    right: 88.888%;
  }

  .c9-lg-pull-9 {
    right: 100%;
  }

  .c9-lg-pull-10 {
    right: 100%;
  }

  .c9-lg-push-0 {
    left: auto;
  }

  .c9-lg-push-1 {
    left: 11.111%;
  }

  .c9-lg-push-2 {
    left: 22.222%;
  }

  .c9-lg-push-3 {
    left: 33.333%;
  }

  .c9-lg-push-4 {
    left: 44.444%;
  }

  .c9-lg-push-5 {
    left: 55.555%;
  }

  .c9-lg-push-6 {
    left: 66.666%;
  }

  .c9-lg-push-7 {
    left: 77.777%;
  }

  .c9-lg-push-8 {
    left: 88.888%;
  }

  .c9-lg-push-9 {
    left: 99.999%;
  }

  .c9-lg-offset-0 {
    margin-left: 0%;
  }

  .c9-lg-offset-1 {
    margin-left: 11.111%;
  }

  .c9-lg-offset-2 {
    margin-left: 22.222%;
  }

  .c9-lg-offset-3 {
    margin-left: 33.333%;
  }

  .c9-lg-offset-4 {
    margin-left: 44.444%;
  }

  .c9-lg-offset-5 {
    margin-left: 55.555%;
  }

  .c9-lg-offset-6 {
    margin-left: 55.555%;
  }

  .c9-lg-offset-7 {
    margin-left: 77.777%;
  }

  .c9-lg-offset-8 {
    margin-left: 88.888%;
  }

  .c9-lg-offset-9 {
    margin-left: 100%;
  }
}
.m-b-h-1 {
  margin-bottom: 0.5rem !important;
}

.m-t-h-1 {
  margin-top: 0.5rem !important;
}

.m-r-h-1 {
  margin-right: 0.5rem !important;
}

.m-l-h-1 {
  margin-left: 0.5rem !important;
}

.p-b-h-1 {
  padding-bottom: 0.5rem !important;
}

.p-t-h-1 {
  padding-top: 0.5rem !important;
}

.p-r-h-1 {
  padding-right: 0.5rem !important;
}

.p-l-h-1 {
  padding-left: 0.5rem !important;
}

.m-b-h-2 {
  margin-bottom: 0.975rem !important;
}

.m-t-h-2 {
  margin-top: 0.975rem !important;
}

.m-r-h-2 {
  margin-right: 0.975rem !important;
}

.m-l-h-2 {
  margin-left: 0.975rem !important;
}

.p-b-h-2 {
  padding-bottom: 0.975rem !important;
}

.p-t-h-2 {
  padding-top: 0.975rem !important;
}

.p-r-h-2 {
  padding-right: 0.975rem !important;
}

.p-l-h-2 {
  padding-left: 0.975rem !important;
}

.p-x-h-1 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.p-x-h-2 {
  padding-left: 0.975rem !important;
  padding-right: 0.975rem !important;
}

.g-sdw {
  box-shadow: 0px 0px 4px 0px rgba(200, 205, 219, 0.69);
}

.b-a-3 {
  border-radius: 3px;
}

.bg-white {
  background-color: #fff;
}

.bg-transparent {
  background: transparent;
}

.f-s-11 {
  font-size: 11px !important;
}

.f-s-12 {
  font-size: 12px !important;
}

.f-s-13 {
  font-size: 13px !important;
}

.f-s-14 {
  font-size: 14px !important;
}

.f-s-33 {
  font-size: 33px !important;
}

.f-s-38 {
  font-size: 38px !important;
}

.f-w-n {
  font-weight: normal !important;
}

.f-w-m {
  font-weight: 500 !important;
}

.f-w-b {
  font-weight: bold !important;
}

.f-w-t1 {
  font-weight: 100 !important;
}

.f-w-t2 {
  font-weight: 200 !important;
}

.f-w-t3 {
  font-weight: 300 !important;
}

.text-nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pr4 {
  padding-right: 4px;
}

.pl4 {
  padding-left: 4px;
}

.pr2 {
  padding-right: 2px;
}

.pl2 {
  padding-left: 2px;
}

.px2 {
  padding-left: 2px;
  padding-right: 2px;
}

.px4 {
  padding-left: 4px;
  padding-right: 4px;
}

.px6 {
  padding-left: 6px;
  padding-right: 6px;
}

.pr8 {
  padding-right: 8px;
}

.pl8 {
  padding-left: 8px;
}

.pr10 {
  padding-right: 10px;
}

.pl10 {
  padding-left: 10px;
}

.px5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pr6 {
  padding-right: 6px;
}

.pl6 {
  padding-left: 6px;
}

.pt3 {
  padding-top: 3px;
}

.pt4 {
  padding-top: 4px;
}

.pt8 {
  padding-top: 8px;
}

.pb8 {
  padding-bottom: 8px;
}

.pb4 {
  padding-bottom: 4px;
}

.pt6 {
  padding-top: 6px;
}

.pt12 {
  padding-top: 12px;
}

.pb12 {
  padding-bottom: 12px;
}

.pt9 {
  padding-top: 9px;
}

.pb9 {
  padding-bottom: 9px;
}

.pr3 {
  padding-right: 3px;
}

.pb3 {
  padding-bottom: 3px;
}

.pt3 {
  padding-top: 3px;
}

.pl3 {
  padding-left: 3px;
}

.px3 {
  padding-left: 3px;
  padding-right: 3px;
}

.mr4 {
  margin-right: 4px;
}

.ml4 {
  margin-left: 4px;
}

.mt4 {
  margin-top: 4px;
}

.mt5 {
  margin-top: 5px;
}

.mt6 {
  margin-top: 6px;
}

.mt8 {
  margin-top: 8px;
}

.mb4 {
  margin-bottom: 4px;
}

.mr2 {
  margin-right: 2px;
}

.ml2 {
  margin-left: 2px;
}

.mx2 {
  margin-left: 2px;
  padding-right: 2px;
}

.mr6 {
  margin-right: 6px;
}

.ml6 {
  margin-left: 6px;
}

.mr3 {
  margin-right: 3px;
}

.ml3 {
  margin-left: 3px;
}

.mx3 {
  margin-left: 3px;
  padding-right: 3px;
}

.mte3 {
  margin-top: -3px;
}

.p-a-5 {
  padding: 5px !important;
}

.mt2px {
  margin-top: 2px !important;
}

.bsdw3 {
  box-shadow: inset 0 -3px 0 0 #e8e8e8;
}

.p-l-02 {
  padding-left: 0.25rem;
}

.p-r-02 {
  padding-right: 0.25rem;
}

.grayBorder {
  border-bottom: solid 1px #E8E8E8;
}

.grayBorder3 {
  border-bottom: solid 3px #E8E8E8;
}

.m-b-12 {
  margin-bottom: 12px !important;
}

.f-s-28 {
  font-size: 28px;
  line-height: 0.8;
  float: left;
  padding: 5px;
}

.color-blue {
  color: #35417E !important;
}

.color-red {
  color: #EF3030 !important;
}

.color-green {
  color: #00A35A;
}

.p-a-15 {
  padding: 15px !important;
}

.br-gray {
  border-right: 1px solid #E6E6E7;
}

.btr5 {
  border-radius: 5px 5px 0 0;
}

.btn-p-b {
  background: #1B6BD7;
  border-radius: 0 !important;
  color: #fff;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: bold;
}
.btn-p-b:hover, .btn-p-b:focus, .btn-p-b.focus {
  background: #35417E;
  color: #fff;
}

.br-m-green {
  font-size: 20px;
  color: #FFFFFF;
  background: #129D48;
  border-radius: 7px;
}

.btn-c-login {
  font-size: 15px;
  color: #FFFFFF;
  background: #129D48;
  border-radius: 7px;
  line-height: 1;
  padding: 15px 25px;
}

.br-m-gray {
  font-size: 20px;
  color: #FFFFFF;
  border-radius: 7px;
  background: #C1C1C1;
}

.bm-login {
  border: 2px solid #848CB6;
  border-radius: 10px;
  background: transparent;
  font-size: 16px;
  color: #FFFFFF;
  padding: 12px;
}
.bm-login:hover, .bm-login:focus, .bm-login.focus {
  background: transparent;
  color: #fff;
}

.bm-register {
  border: 2px solid transparent;
  border-radius: 10px;
  background: #129D48;
  font-size: 16px;
  color: #FFFFFF;
  padding: 12px;
}
.bm-register:hover, .bm-register:active, .bm-register:focus, .bm-register.focus {
  background: #129D48;
  color: #fff;
  border: 2px solid transparent;
}

.br-acceptCoupon {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  padding: 15px;
}
.br-acceptCoupon:hover, .br-acceptCoupon:active, .br-acceptCoupon:focus, .br-acceptCoupon.focus {
  background: #129D48;
  color: #fff;
}

.btn-panel {
  background-image: linear-gradient(-180deg, #DE4848 0%, #EF3030 100%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 0 -2px 0 0 rgba(0, 0, 0, 0.21);
  border-radius: 100px;
  color: #fff;
  padding: 15px 45px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
.btn-panel:hover, .btn-panel:focus, .btn-panel.focus {
  background: #35417E;
  color: #fff;
}

.btn-c-l-black {
  background: #3B454C;
  color: #fff;
  padding: 10px;
  font-size: 13px;
  font-weight: bold;
}
.btn-c-l-black:hover, .btn-c-l-black:focus, .btn-c-l-black.focus {
  background: #3B454C;
  color: #fff;
}

.btn-bp {
  padding: 15px 45px;
}

.btn-register {
  background: #4A4A4A;
  color: #fff;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 600;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 5px;
}
.btn-register:hover, .btn-register:focus, .btn-register.focus {
  background: #282828;
  color: #fff;
}

.btn-login {
  /* Rectangle 6 Copy: */
  background: #0F853D;
  box-shadow: 0 2px 0 0 rgba(17, 157, 72, 0.11);
  border-radius: 5px;
  /* GİRİŞ: */
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  padding: 8px 15px;
  height: 40px;
}
.btn-login:hover, .btn-login:focus, .btn-login.focus {
  background: #228559;
  color: #fff;
}
.btn-login img {
  margin-top: -2px;
  margin-left: 3px;
}

.btn-blue {
  background: #35417E;
  color: #fff;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: bold;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue.focus {
  background: #35417E;
  color: #fff;
}

.btn-fback {
  background: #129D48;
  color: #fff !important;
  padding: 8.5px 20px;
  font-size: 14px;
  font-weight: bold;
}
.btn-fback:hover, .btn-fback:focus, .btn-fback.focus {
  background: #EF3030;
  color: #fff;
}

.btn-to-top {
  background: transparent;
  color: #2F343C;
  padding: 7.5px 20px;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #DEE2EA;
}
.btn-to-top:hover, .btn-to-top:focus, .btn-to-top.focus {
  background: transparent;
  color: #2F343C;
}

.btn-18plus {
  background: #2B3B4B;
  color: #fff !important;
  padding: 5px 20px;
  font-size: 19px;
  font-weight: bold;
}
.btn-18plus:hover, .btn-18plus:focus, .btn-18plus.focus {
  background: #2B3B4B;
  color: #fff;
}

.btn-c-blue {
  background: #1B6BD7;
  color: #fff;
}
.btn-c-blue:hover, .btn-c-blue:focus, .btn-c-blue.focus {
  background: #35417E;
  color: #fff;
}

.btn-c-m-blue {
  background: #35417E;
  color: #fff;
}
.btn-c-m-blue:hover, .btn-c-m-blue:focus, .btn-c-m-blue.focus {
  background: #35417E;
  color: #fff;
}

.btn-c-red {
  background: #EF3030;
  color: #fff;
}
.btn-c-red:hover, .btn-c-red:focus, .btn-c-red.focus {
  background: #EF3030;
  color: #fff;
}

.btn-c-green {
  background: #129D48;
  color: #fff;
}
.btn-c-green:hover, .btn-c-green:focus, .btn-c-green.focus {
  background: #00C56B;
  color: #fff;
}

.btn-transfer {
  border: 1px solid #2B3B4B;
  border-radius: 5px;
  background: #fff;
  color: #2B3B4B;
  text-align: left;
}
.btn-transfer:hover, .btn-transfer:focus, .btn-transfer.focus, .btn-transfer.btn-active {
  border: 1px solid #129D48;
  background: #129D48;
  color: #fff;
}

.btn-withdraw {
  font-weight: normal;
  padding: 8.5px 10px;
  border: 1px solid #2B3B4B;
  border-radius: 5px;
  background: #fff;
  color: #2B3B4B;
}
.btn-withdraw:hover, .btn-withdraw:focus, .btn-withdraw.focus, .btn-withdraw.btn-active {
  font-weight: 500;
  border: 1px solid #129D48;
  background: #129D48;
  color: #fff;
}

.btn-transfer-dark {
  border: 1px solid #2C2C3A;
  border-radius: 5px;
  background: #2C2C3A;
  color: #fff;
  text-align: left;
}
.btn-transfer-dark:hover, .btn-transfer-dark:focus, .btn-transfer-dark.focus, .btn-transfer-dark.btn-active {
  border: 1px solid #2C2C3A;
  background: #2C2C3A;
  color: #fff;
}

.btn-history-type {
  border-radius: 5px;
  background: #2B3B4B;
  color: #fff;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  padding: 4px 12px;
}
.btn-history-type:hover, .btn-history-type:focus, .btn-history-type.focus, .btn-history-type.btn-active {
  background: #0F843D;
  color: #fff;
}

.btn-c-black {
  background: #2c2c3a;
  color: #fff;
}
.btn-c-black:hover, .btn-c-black:focus, .btn-c-black.focus {
  opacity: 0.95;
  color: #fff;
}

.btn-panel-dark {
  background: #2B3B4B;
  box-shadow: 0 2px 0 0 rgba(43, 58, 75, 0.09);
  border-radius: 5px;
  color: #fff;
  font-family: "Avenir", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.9;
}
.btn-panel-dark:hover, .btn-panel-dark:focus, .btn-panel-dark.focus {
  opacity: 0.95;
  color: #fff;
}
.btn-panel-dark.btn-xs {
  padding: 3px 10px;
  font-size: 12px;
  font-weight: normal;
}

.btn-panel-green {
  background: #0F843D;
  box-shadow: 0 2px 0 0 rgba(17, 157, 72, 0.11);
  border-radius: 5px;
  color: #fff;
  font-family: "Avenir", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.9;
}
.btn-panel-green:hover, .btn-panel-green:focus, .btn-panel-green.focus {
  opacity: 0.95;
  color: #fff;
}
.btn-panel-green.btn-xs {
  padding: 3px 10px;
  font-size: 12px;
  font-weight: normal;
}

.btn-panel-red {
  background: #DC1A02;
  box-shadow: 0 2px 0 0 rgba(220, 37, 15, 0.12);
  border-radius: 5px;
  color: #fff;
  font-family: "Avenir", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.9;
}
.btn-panel-red:hover, .btn-panel-red:focus, .btn-panel-red.focus {
  opacity: 0.95;
  color: #fff;
}
.btn-panel-red.btn-xs {
  padding: 3px 10px;
  font-size: 12px;
  font-weight: normal;
}

.btn-lobby {
  background: #129D48;
  padding: 5px 35px;
  font-family: "Avenir", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
}
.btn-lobby:hover, .btn-lobby:focus, .btn-lobby.focus {
  opacity: 0.95;
  color: #fff;
}

.btn-search {
  background: #3F576F;
}

.hp100 {
  height: 100% !important;
}

.carousel-control {
  opacity: 0.2;
}

.carousel-inner > .carousel-item {
  border-radius: 0;
  overflow: hidden;
}

.carousel-item > div:last-child:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 20px;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -15px;
  }
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
  margin-left: 15px;
}

.carousel-showmanymoveone .carousel-control.right {
  margin-right: 15px;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none;
}

@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
.carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }

  .carousel-showmanymoveone .carousel-inner > .active.right,
.carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }

  .carousel-showmanymoveone .carousel-inner > .left,
.carousel-showmanymoveone .carousel-inner > .prev.right,
.carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }

  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .carousel-item.active.right,
.carousel-showmanymoveone .carousel-inner > .carousel-item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }

  .carousel-showmanymoveone .carousel-inner > .carousel-item.active.left,
.carousel-showmanymoveone .carousel-inner > .carousel-item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }

  .carousel-showmanymoveone .carousel-inner > .carousel-item.left,
.carousel-showmanymoveone .carousel-inner > .carousel-item.prev.right,
.carousel-showmanymoveone .carousel-inner > .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
.carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }

  .carousel-showmanymoveone .carousel-inner > .active.right,
.carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }

  .carousel-showmanymoveone .carousel-inner > .left,
.carousel-showmanymoveone .carousel-inner > .prev.right,
.carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }

  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
.carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .carousel-item.active.right,
.carousel-showmanymoveone .carousel-inner > .carousel-item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }

  .carousel-showmanymoveone .carousel-inner > .carousel-item.active.left,
.carousel-showmanymoveone .carousel-inner > .carousel-item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }

  .carousel-showmanymoveone .carousel-inner > .carousel-item.left,
.carousel-showmanymoveone .carousel-inner > .carousel-item.prev.right,
.carousel-showmanymoveone .carousel-inner > .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.btn-stn {
  padding: 10px 30px;
  font-size: 14px;
  font-weight: bold;
}

.justMobile {
  display: none;
}

.alert-danger-custom {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.alert-success-custom {
  color: #fff;
  background: #129D48;
  border-color: #0f8f4d;
}

.alert-info-custom {
  color: #fff;
  background: #3498DB;
  border-color: #2980B9;
}

.alert-inverse-custom {
  color: #fff;
  background: #34495E;
  border-color: #2C3E50;
}

.alert-warning-custom {
  color: #fff;
  background: #F1C40F;
  border-color: #F39C12;
}

.color-white {
  color: #fff !important;
}

.paymentInnerContent {
  width: 100%;
  font-family: "Open Sans", sans-serif;
}
.paymentInnerContent:after {
  content: "";
  display: block;
  clear: both;
}
.paymentInnerContent .head {
  width: 100%;
  margin-bottom: 20px;
  clear: both;
}
.paymentInnerContent .head h1 {
  font-size: 27px;
  color: #2c2d2f;
  font-weight: bold;
}
.paymentInnerContent .head span {
  float: right;
  font-size: 13px;
  color: #bb2020;
  background-color: #f3e9e9;
  padding: 10px 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-weight: 600;
}
.paymentInnerContent .contentArea:after {
  content: "";
  clear: both;
  display: block;
}
.paymentInnerContent .logoHolder {
  float: left;
  width: 216px;
  height: 150px;
  background: #e7e8ec;
  background: -moz-linear-gradient(45deg, #e7e8ec 0%, #ffffff 100%);
  background: -webkit-linear-gradient(45deg, #e7e8ec 0%, #ffffff 100%);
  background: linear-gradient(45deg, #e7e8ec 0%, #ffffff 100%);
  border: solid 1px #c5c8cf;
  border-right: none;
}
.paymentInnerContent .rightContent {
  float: right;
  width: calc(100% - 216px);
  height: auto;
  min-height: 150px;
  background-color: #f9fafb;
  border: solid 1px #c5c8cf;
}
.paymentInnerContent .rightContent .tx {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #545e66;
  display: block;
}
.paymentInnerContent .rightContent .tx-r {
  font-size: 13px;
  font-weight: 600;
  color: #bb4242;
  float: right;
}
.paymentInnerContent .lineRow {
  width: 100%;
  overflow: hidden;
  min-height: 148px;
  padding: 35px 45px 20px 45px;
}
.paymentInnerContent .inputHolder {
  border-bottom: 2px solid #c4c8cf;
  margin-bottom: 25px;
  position: relative;
}
.paymentInnerContent .inputHolder:after {
  content: "";
  clear: both;
  display: block;
}
.paymentInnerContent .inputHolder select {
  height: auto !important;
}
.paymentInnerContent .lineRow .form-group {
  /*
  &:before {
    content: "";
  //background: url(../images/deposit/selector-arrow.png) no-repeat left center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 30px;
    height: 38px;
  }
  */
}
.paymentInnerContent .lineRow .form-group:after {
  content: "";
  clear: both;
  display: block;
}
.paymentInnerContent .rightContent span {
  float: left;
  width: 30px;
  line-height: 36px;
}
.paymentInnerContent .rightContent span i {
  color: #333;
  font-size: 20px;
  float: left;
}
.paymentInnerContent .lineRow .form-control, .paymentInnerContent .lineRow .custom-select {
  float: left;
  position: relative;
  z-index: 2;
  width: calc(100% - 30px);
  height: 36px;
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
  font-weight: 600;
  font-size: 22px;
  color: #404b56;
  padding-left: 10px;
  margin-bottom: 0;
}
.paymentInnerContent .lineRow .form-group {
  margin-bottom: 0;
  position: relative;
}
.paymentInnerContent .linkBtn {
  display: inline-block;
  transition: 0.3s;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid #006000;
  color: #ffffff;
  padding: 0 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0 4px 2px 0 #d4d4d4;
  -moz-box-shadow: 0 4px 2px 0 #d4d4d4;
  box-shadow: 0 4px 2px 0 #d4d4d4;
  background-color: #008200;
  border-color: #006000;
  margin-top: 15px;
}
.paymentInnerContent .linkBtn:hover {
  background-color: #006000;
}
.paymentInnerContent .lineRow .inputHolder.noIcon .form-control {
  width: 100%;
  float: none;
  display: block;
}
.paymentInnerContent .noteFrame {
  width: 100%;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px solid #adb7c4;
  overflow: hidden;
  background-color: #6aa3c0;
  padding-left: 100px;
  position: relative;
}
.paymentInnerContent .noteFrame:after {
  content: "";
  clear: both;
  display: block;
}
.paymentInnerContent .noteFrame .leftCol {
  width: 100px;
  text-align: center;
  position: absolute;
  height: 24px;
  left: 0;
  top: calc(50% - 12px);
  z-index: 20;
}
.paymentInnerContent .noteFrame .rightCol {
  float: right;
  width: 100%;
  color: #FFF;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
}
.paymentInnerContent .chartWrapper {
  border-top: solid 1px #c5c8cf;
  padding: 25px;
  margin-bottom: 30px;
}
.paymentInnerContent .chartWrapper .row {
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 15px;
  font-weight: 600;
  color: #757b89;
}
.paymentInnerContent .chartWrapper .row div {
  border: solid 1px #d6d6d6;
  border-top: none;
  border-right: none;
}
.paymentInnerContent .chartWrapper .row div:first-child {
  border: none;
}
.paymentInnerContent .chartWrapper .row div:last-child {
  border: solid 1px #d6d6d6;
  border-top: none;
}
.paymentInnerContent .chartWrapper .first, .paymentInnerContent .chartWrapper .duo {
  height: 45px !important;
  line-height: 45px !important;
}
.paymentInnerContent .chartWrapper .first div:nth-child(1) {
  background-color: #d4e5c5;
  text-align: left;
  color: #4b6b4b;
}
.paymentInnerContent .chartWrapper .first div:nth-child(2) {
  background-color: #d6e7d6;
}
.paymentInnerContent .chartWrapper .first div:nth-child(3) {
  background-color: #e0ece0;
}
.paymentInnerContent .chartWrapper .first div:nth-child(4) {
  background-color: #c4ddc5;
}
.paymentInnerContent .chartWrapper .duo div:nth-child(1) {
  background-color: #e5e5c5;
  text-align: left;
  color: #4b6b4b;
}
.paymentInnerContent .chartWrapper .duo div:nth-child(2) {
  background-color: #e8e8e9;
}
.paymentInnerContent .chartWrapper .duo div:nth-child(3) {
  background-color: #ededee;
}
.paymentInnerContent .chartWrapper .duo div:nth-child(4) {
  background-color: #dfdfe0;
}

.tipList {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}

.tipList .tipItem {
  box-sizing: border-box;
  float: left;
  width: 20%;
  height: 154px;
  position: relative;
  text-align: center;
  background: #e7e8ec;
  background: -moz-linear-gradient(45deg, #e7e8ec 0%, #ffffff 100%);
  background: -webkit-linear-gradient(45deg, #e7e8ec 0%, #ffffff 100%);
  background: linear-gradient(45deg, #e7e8ec 0%, #ffffff 100%);
  border: solid 1px #c5c8cf;
  border-left: none;
}

.tipList .tipItem:nth-child(5n+1) {
  border-left: solid 1px #c5c8cf;
}

.tipList .tipItem:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: -35px;
  top: 0;
  width: 130%;
  height: 100%;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

.tipList .tipItem * {
  position: relative;
  z-index: 2 !important;
}

.tipList .tipItem .img {
  width: 100%;
  height: 154px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
}

.tipList .tipItem .img .banti {
  position: absolute;
  top: 0;
  right: 0;
}

.tipList .tipItem .noteWrap {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

.tipList .tipItem:hover {
  z-index: 5;
}

.tipList .tipItem:hover:before {
  height: 160%;
  transform: scale(1.2);
  border: 1px solid #c5c8cf;
  background: #e7e8ec;
  background: -moz-linear-gradient(45deg, #e7e8ec 0%, #ffffff 100%);
  background: -webkit-linear-gradient(45deg, #e7e8ec 0%, #ffffff 100%);
  background: linear-gradient(45deg, #e7e8ec 0%, #ffffff 100%);
  border: solid 1px #c5c8cf;
}

.tipList .tipItem:hover .noteWrap {
  opacity: 1;
  pointer-events: inherit;
}

.tipList .tipItem:hover .banti {
  top: -24px;
  right: -57px;
}

.tipList .tipItem .noteWrap .notelist {
  pointer-events: none;
  font-size: 13px;
  text-align: left;
  width: 130%;
  overflow: hidden;
  left: -20px;
}

.tipList .tipItem .noteWrap .notelist div {
  float: left;
  width: 50%;
  margin-bottom: 15px;
}

.tipList .tipItem .noteWrap .notelist div span {
  float: left;
  width: 100%;
  font-size: 11px;
  color: #888b93;
}

.tipList .tipItem .noteWrap .notelist div strong {
  font-weight: 600;
}

.depositWrapper .hood {
  width: 100%;
  border-bottom: 10px solid #f4f5f6;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  color: #656974;
}

.depositWrapper .hood span {
  width: 30px;
  display: table;
  border: 2px solid #007d00;
  margin: 10px auto;
}

.depositWrapper .nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.depositWrapper .nav li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 1;
  height: 98px;
  text-align: center;
  border: solid 1px #c5c8cf;
  border-right: none;
}

.depositWrapper .nav li .inn {
  transition: 0.3s;
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e7e8ec;
  background: -moz-linear-gradient(45deg, #e7e8ec 0%, #ffffff 100%);
  background: -webkit-linear-gradient(45deg, #e7e8ec 0%, #ffffff 100%);
  background: linear-gradient(45deg, #e7e8ec 0%, #ffffff 100%);
}

.depositWrapper .nav li:last-child {
  border: solid 1px #c5c8cf;
}

.depositWrapper .nav li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

.depositWrapper .nav li:hover .inn, .depositWrapper .nav li.active .inn {
  width: 130%;
  height: 130%;
  left: -15%;
  top: -15%;
  border: solid 4px #26a655;
}

.depositWrapper .nav li:hover .inn:after, .depositWrapper .nav li.active .inn:after {
  content: "";
  background: url(../images/deposit/g-arrow.png) no-repeat left top;
  height: 10px;
  width: 19px;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
}

.depositWrapper .nav li:hover {
  z-index: 5;
}

.depositWrapper .nav li .img {
  width: 100%;
  height: 66px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
}

.depositWrapper .nav li .bankNote {
  width: 100%;
  color: #8c8f97;
  font-size: 12px;
  font-weight: 600;
}

.depositWrapper .lineRow {
  width: 100%;
  overflow: hidden;
  min-height: 148px;
  margin-top: 50px;
}

.depositWrapper .lineRow .tx {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #545e66;
  display: block;
}

.depositWrapper .inputHolder {
  border-bottom: 2px solid #c4c8cf;
  margin-bottom: 40px;
}

.depositWrapper .inputHolder:after {
  content: "";
  clear: both;
  display: block;
}

.depositWrapper .inputHolder span {
  float: left;
  width: 30px;
  line-height: 36px;
}

.depositWrapper .lineRow .form-control {
  float: left;
  width: calc(100% - 30px);
  height: 36px;
  display: inline-block;
  background-color: transparent;
  border: none;
  padding: 0;
  font-weight: 600;
  font-size: 22px;
  color: #94a4b0;
  padding-left: 10px;
  margin-bottom: 0;
}

.depositWrapper .lineRow .form-group {
  margin-bottom: 0;
}

.depositWrapper .linkBtn {
  float: right;
  display: inline-block;
  transition: 0.3s;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid #006000;
  color: #ffffff;
  padding: 0 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0 4px 2px 0 #d4d4d4;
  -moz-box-shadow: 0 4px 2px 0 #d4d4d4;
  box-shadow: 0 4px 2px 0 #d4d4d4;
  background-color: #008200;
  border-color: #006000;
  margin-top: 15px;
}

.depositWrapper .linkBtn:hover {
  background-color: #006000;
  color: #FFF;
}

.bandButton {
  font-size: 13px;
  color: #bb2020;
  background-color: #f3e9e9;
  padding: 10px 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-weight: 600;
}

.commentWrap {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #c1c3ca;
  margin-top: 65px;
  margin-bottom: 65px;
  position: relative;
}

.commentWrap .heading {
  color: #9d9fa7;
  background-color: #f7f8fa;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: -10px;
  left: 20px;
  width: auto;
  padding: 0 10px;
}

.commentWrap .heading span {
  color: #0054a0;
}

.commentWrap ul {
  width: 100%;
  list-style: none;
  padding: 40px 30px;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #595959;
  background-color: #f7f8fa;
}

.commentWrap ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.commentWrap ul li:before {
  content: "â–º ";
  color: #0054a0;
  font-size: 10px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 2px;
}

.paymentInnerContent .checkBox {
  position: relative;
}

.paymentInnerContent .checkBox span {
  font-size: 16px;
  float: left;
  color: #545e66;
  font-weight: 600;
  margin-left: 10px;
  width: calc(100% - 50px);
}

.paymentInnerContent .squaredFour {
  width: 30px;
  position: relative;
  float: left;
  height: 30px;
}

.paymentInnerContent .squaredFour label {
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  background-color: #d8e0e5;
  left: 0;
  margin-bottom: 0;
}

.paymentInnerContent .squaredFour label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: "";
  position: absolute;
  width: 15px;
  height: 9px;
  background: transparent;
  top: 8px;
  left: 9px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.paymentInnerContent .squaredFour label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.5;
}

.paymentInnerContent .squaredFour input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.former .bandButton {
  float: left;
  margin-top: 17px;
  margin-right: 25px;
}

.greenRow .tx {
  color: #269995 !important;
}

.greenRow .inputHolder {
  border-color: #3eb099;
}

.phoneSelector {
  width: calc(100% - 50px);
  float: left;
}

.phoneSelector .form-group {
  float: left;
  width: 90px;
}

.phoneSelector input.form-control {
  float: left !important;
  width: calc(100% - 90px) !important;
}

.phoneSelector .form-group select {
  color: #76848f !important;
  width: 100% !important;
}

.phoneSelector .form-group:before {
  background-image: url(../images/deposit/selector-arrow-small.png) !important;
  width: 20px !important;
}

.phoneSelector .form-group:after {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 1px;
  height: 20px;
  background-color: #c4c8cf;
}

html, body {
  font-family: Avenir, sans-serif;
}

body {
  position: relative;
}
body:not(.isVip) {
  background-image: url(../images/tipobet-anasayfa-BG.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}
body .modal {
  background: rgba(0, 0, 0, 0.4);
}
body.page-slot, body.page-sas-netent, body.page-sas-amatic, body.page-sas-netent, body.page-sas-egt, body.page-vivo-tomhorn, body.page-vivo-spinomenal, body.page-one-x-two-Network, body.page-one-x-two-Habanero, body.page-one-x-two-GameArt, body.page-one-x-two-ORYX, body.page-one-x-two-Playson {
  background-image: url(../images/tipobet-slot-BG.jpg);
  background-attachment: scroll;
}
body.page-evolution, body.page-ezugi, body.page-lucky-streak, body.page-vivo, body.page-xpg, body.page-algnet {
  background-image: url(../images/bg-casino.png);
  background-attachment: scroll;
}
body.page-poker {
  background-image: url(../images/../images/tipobet-poker-BG.jpg);
  background-attachment: scroll;
}
body.page-bonuses {
  background: url(../images/tipobet-promo-BG-1365.jpg) no-repeat;
  background-position: center 150px;
}
body.page-wheeloffortune {
  background: #ffffff url(../images/cark/cark-bg.png) no-repeat;
  background-position: center top;
}
body.page-turnuva {
  background: #222222 url(../images/turnuva-bg.png) no-repeat;
  background-position: center 150px;
}
body.page-turnuva .to-header {
  background: #fff;
}

.form-control, select.custom-select {
  border: 1px solid #DDDFE2;
  border-radius: 3px;
  background: #FFFFFF;
  font-size: 12px;
  color: #3F576F;
  font-family: "Avenir", sans-serif;
  padding: 12.5px 10px;
}

.form-control.transfer-form-control {
  border: 1px solid #2C2C3A;
  border-radius: 5px;
  color: #129D48;
  text-align: center;
  padding: 9px 10px;
  font-weight: bold;
  font-size: 14px;
}

select.form-control:not([size]):not([multiple]),
select.custom-select:not([size]):not([multiple]) {
  height: calc(2.9rem - 4px);
  background: none;
}

header button {
  border: 0;
  background: transparent;
}
header .form-control {
  border: 1px solid #C8D6CC;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 10px 10px;
}
header .menu-fixed {
  position: fixed;
  z-index: 1000;
  top: -2px;
  width: 100%;
  margin-top: 0;
}
header .menu-fixed span.new {
  display: none;
}
header .user-top-panel {
  font-size: 13px;
  padding-top: 4px;
}
header .user-top-panel .balance-holder {
  color: #2B3B4B;
  font-weight: 600;
  font-size: 14px;
  margin-right: 5px;
  line-height: 1;
}
header .user-top-panel .balance-holder img {
  margin-top: -3px;
}
header .user-top-panel .balance-holder .balance_total {
  margin-top: 3px;
  color: #129D48;
  font-size: 25px;
  line-height: 1;
}
header .user-top-panel .slip-account-d {
  margin-top: -5px;
  float: right;
  margin-left: 3px;
}
header .user-top-panel .slip-account-d .bet-slips-link .btn {
  padding: 3px 5px;
  font-size: 11px;
  line-height: 1;
}
header .user-top-panel .slip-account-d .accunt-menu {
  margin-top: 3px;
}
header .user-top-panel .slip-account-d .accunt-menu .btn-group {
  width: 100%;
}
header .user-top-panel .slip-account-d .accunt-menu .btn-group .btn {
  font-weight: normal;
  padding: 3px 5px;
  font-size: 11px;
  line-height: 1;
}
header .mainmenu {
  background: #2B3B4B;
}
header .mainmenu menu > ul {
  width: 100%;
  display: flex;
  list-style: none;
}
header .mainmenu menu > ul > li {
  display: inline-block;
}
header .mainmenu menu > ul > li > a {
  display: block;
  padding: 17.5px 14px;
  color: #fff;
  font-family: "Avenir", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.23), inset -1px 0px 0px 0px rgba(77, 92, 108, 0.4);
  position: relative;
}
header .mainmenu menu > ul > li > a .new {
  font-size: 8px;
  padding: 3px 4px 1px 4px;
  line-height: 1;
  background: #DC1A02;
  position: absolute;
  top: 7px;
  right: 7px;
  transform: skew(-5deg);
  border-radius: 2px;
}
header .mainmenu menu > ul > li > a:hover, header .mainmenu menu > ul > li > a.active {
  color: #fff;
  background: #0F853D;
  box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1), inset 1px 0px 0px 0px rgba(77, 92, 108, 0.2);
  text-decoration: none;
}
header .mainmenu menu > ul > li:last-child a {
  box-shadow: none;
}
header .mainmenu menu > ul > li.register-link a {
  background: #DC1A02;
  box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.22);
}
header .cu-support {
  margin-top: 6px;
  font-weight: bold;
  margin-left: 10px;
  font-size: 11px;
  line-height: 1;
}
header .cu-support .setw {
  margin-top: 4px;
  font-size: 10px;
  padding: 3px 5px;
  float: left;
  line-height: 1;
  margin-right: 5px;
  color: #fff;
  background: #3B4043;
  border-radius: 100px;
}
header .cu-support a {
  color: #3B4043;
}
header .lang-menu {
  font-size: 9px;
  line-height: 9px;
  font-family: "Avenir", sans-serif;
  font-weight: 600;
  position: relative;
}
header .lang-menu a.curr-lang {
  color: #3B4043;
}
header .lang-menu ul {
  display: none;
  position: absolute;
  background: #eee;
  top: 120%;
  width: auto;
  list-style: none;
  margin: 0;
}
header .lang-menu ul li {
  white-space: nowrap;
}
header .lang-menu ul li a {
  padding: 5px 3px;
  border-bottom: solid 1px #ddd;
  white-space: nowrap;
  font-size: 9px;
  font-family: "Avenir", sans-serif;
  font-weight: 600;
  color: #3B4043;
  letter-spacing: 0px;
}
header .lang-menu ul li:last-child a {
  border-bottom: none;
}
header .lang-menu a {
  display: block;
  cursor: pointer;
}
header .lang-menu a.curr-lang::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  margin-top: -1px;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
header .lang-menu .flag-icon {
  margin-top: -2px;
  font-size: 11px;
}
header .form-group {
  position: relative;
}
header .form-group img.f-i {
  position: absolute;
  top: 12px;
  left: 12px;
}
header .form-group .forgot-pw {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}
header .form-group .form-control {
  padding-left: 30px;
}

.left-col .fav-leagues-title {
  background: #2B3B4B;
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.12);
  font-family: "Avenir", sans-serif;
  font-weight: bold;
  padding: 7px 15px;
  font-size: 14px;
  color: #FFFFFF;
}
.left-col .main-leagues {
  background: #FFFFFF;
  box-shadow: 0px 1px 0px 0px #E9E9E9, inset 0px 1px 0px 0px #E9E9E9;
  padding: 10px 5px;
}
.left-col .main-leagues ul {
  width: 100%;
}
.left-col .main-leagues ul li a {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #4D5149;
  padding: 4px 5px;
}
.left-col .main-leagues ul li a img {
  width: 16px;
  height: 16px;
}
.left-col .main-leagues.s-cat ul li a {
  padding: 7px 5px;
}
.left-col .main-leagues.s-cat ul li a img {
  width: 17px;
  height: 17px;
  margin-right: 3px;
}
.left-col .green-title {
  /* Rectangle Copy 25: */
  background-image: linear-gradient(-180deg, #009D34 0%, #1F8D3A 100%);
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.12);
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  padding: 7px 15px;
}
.left-col .left-c-times div a {
  padding: 8.5px 4px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  background: #646C7F;
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.12), inset -1px 0px 0px 0px #7b8397;
}
.left-col .left-c-times div a .glyphicon {
  margin-top: -3px;
}
.left-col .left-c-times div:last-child a {
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.12);
}

.footer-bg {
  background: #fff;
  font-size: 12px;
}
.footer-bg .cu-support {
  margin-top: 6px;
  font-weight: bold;
  margin-left: 10px;
  font-size: 11px;
  line-height: 1;
}
.footer-bg .cu-support .setw {
  margin-top: 4px;
  font-size: 10px;
  padding: 3px 5px;
  float: left;
  line-height: 1;
  margin-right: 5px;
  color: #fff;
  background: #3B4043;
  border-radius: 100px;
}
.footer-bg .cu-support a {
  color: #3B4043;
}
.footer-bg .lang-menu {
  font-size: 9px;
  line-height: 9px;
  font-family: "Avenir", sans-serif;
  font-weight: 600;
  position: relative;
}
.footer-bg .lang-menu a.curr-lang {
  color: #3B4043;
}
.footer-bg .lang-menu ul {
  display: none;
  position: absolute;
  background: #eee;
  top: 120%;
  width: auto;
  list-style: none;
  margin: 0;
}
.footer-bg .lang-menu ul li {
  white-space: nowrap;
}
.footer-bg .lang-menu ul li a {
  padding: 5px 3px;
  border-bottom: solid 1px #ddd;
  white-space: nowrap;
  font-size: 9px;
  font-family: "Avenir", sans-serif;
  font-weight: 600;
  color: #3B4043;
  letter-spacing: 0px;
}
.footer-bg .lang-menu ul li:last-child a {
  border-bottom: none;
}
.footer-bg .lang-menu a {
  display: block;
  cursor: pointer;
  text-align: left !important;
}
.footer-bg .lang-menu a.curr-lang::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  margin-top: -1px;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.footer-bg .lang-menu .flag-icon {
  margin-top: -2px;
  font-size: 11px;
}
.footer-bg .footer ul li.h {
  font-family: "Avenir", sans-serif;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 14px;
  color: #06892F;
}
.footer-bg .footer ul li a {
  /* Online 3D Slot Oyunl: */
  opacity: 0.69;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #2F343C;
  letter-spacing: 0px;
  line-height: 2.6;
}
.footer-bg .logo-bar {
  background: #2B3B4B;
  padding: 20px 0px;
}
.footer-bg .logo-bar .logos {
  display: table;
}
.footer-bg .logo-bar .logos div {
  display: table-cell;
  text-align: center;
}
.footer-bg .logo-bar .logos div:first-child {
  text-align: left !important;
}
.footer-bg .social-icons {
  display: inline-block;
}
.footer-bg .social-icons li {
  display: table-cell;
  text-align: left;
  text-indent: -9999em;
  padding: 5px;
}
.footer-bg .social-icons li a {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  text-decoration: none;
  color: #a7a7ab;
}
.footer-bg .social-icons li a:before {
  position: absolute;
  left: 0;
  transition-duration: 200ms;
  font: 50px/50px icomoon;
  text-indent: 0;
}
.footer-bg .social-icons li a:hover:before {
  color: #878787;
}
.footer-bg .social-icons li.facebook a:before {
  content: "";
}
.footer-bg .social-icons li.twitter a:before {
  content: "";
}
.footer-bg .social-icons li.google a:before {
  content: "";
}
.footer-bg .social-icons li.youtube a {
  background: 0 0;
}
.footer-bg .social-icons li.youtube a:before {
  content: "";
}
.footer-bg .social-icons li.instagram a:before {
  content: "";
}

.right-col .coupon-type div a {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #526179;
  background: #E9EDE4;
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.12);
  text-align: center;
  padding: 9px 5px;
}
.right-col .coupon-type div a.active, .right-col .coupon-type div a:hover {
  font-weight: bold;
  background: #FFFFFF;
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.12), inset -1px 0px 0px 0px #e9ede4;
}
.right-col .coupon-type div:last-child a.active, .right-col .coupon-type div:last-child a:hover {
  font-weight: bold;
  background: #FFFFFF;
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.12);
}
.right-col .flex-rates {
  padding: 10px;
  font-size: 11px;
  background: #fff;
  color: #7E90B0;
  letter-spacing: 0px;
  line-height: 19px;
}
.right-col .coupon-details {
  background: #F4F6F2;
  border-top: 1px solid #E9E9E9;
  box-shadow: 0px 1px 0px 0px #E9E9E9;
  padding: 10px;
  font-size: 11px;
  color: #7E90B0;
  line-height: 30px;
  font-weight: bold;
}
.right-col .coupon-details span {
  color: #2B3B4B;
}
.right-col .coupon-details .form-control {
  font-size: 11px;
  font-weight: bold;
  width: 70px;
  text-align: right;
  padding: 4px 5px;
  color: #2B3B4B;
  line-height: 16px;
  background: #FFFFFF;
  border: 1px solid #C8D6CC;
  border-radius: 5px;
  box-shadow: none;
}
.right-col .coupon-details .btn-comp-coupon {
  font-family: "Avenir", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  background-image: linear-gradient(-180deg, #009D34 0%, #1F8D3A 100%);
  display: block;
  border-radius: 0;
  padding: 0.675rem 1rem;
}
.right-col .coupon-rows {
  background: #fff;
}
.right-col .coupon-rows .cp-row {
  margin-top: 6px;
  font-family: Arial, sans-serif;
}
.right-col .coupon-rows .cp-row .cp-odd-type {
  background: rgba(233, 237, 228, 0.47);
  font-weight: bold;
  padding: 9px 7px 9px 12px;
  font-size: 9px;
  color: #7E90B0;
  box-shadow: 0px 1px 0px 0px #E9E9E9, inset 0px 1px 0px 0px #E9E9E9;
}
.right-col .coupon-rows .cp-row .cp-odd {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #2B3B4B;
  padding: 7.5px 7px 7.5px 12px;
  font-weight: bold;
  letter-spacing: 0px;
  background: #FFFFFF;
  box-shadow: 0px 1px 0px 0px #E9E9E9, inset 0px 1px 0px 0px #E9E9E9;
}
.right-col .coupon-rows .cp-row .cp-name {
  font-size: 13px;
  color: #FFFFFF;
  background: #2B3B4B;
  padding: 6px 7px 6px 12px;
  position: relative;
}
.right-col .coupon-rows .cp-row .cp-name .remove-icon {
  margin-top: 3px;
  float: right;
  height: 14px;
  width: 14px;
  background: #465462;
}
.right-col .coupon-rows .cp-row .cp-name .remove-icon img {
  padding: 3px;
  float: left;
}
.right-col .cp-bb div a {
  padding: 14.5px 10px;
  display: block;
  background: #2B3B4B;
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
}
.right-col .cp-bb div a:hover, .right-col .cp-bb div a.active {
  background-image: linear-gradient(-180deg, #009D34 0%, #1F8D3A 100%);
}
.right-col .cp-bb div a.bahis-bozdur {
  border-left: 1px solid #2B3B4B;
  font-style: italic;
}
.right-col .cp-bb div a.bahis-bozdur span {
  font-size: 8px;
  padding: 3px 4px 1px 4px;
  line-height: 1;
  background: #DC1A02;
  position: absolute;
  top: 7px;
  right: 15px;
  transform: skew(-5deg);
  border-radius: 2px;
}

.m-c .live-bet-content {
  font-family: Arial, sans-serif;
}
.m-c .live-bet-content .odd-block .odd {
  margin-top: 8px;
}
.m-c .live-bet-content .odd-block .odd.odd-up a {
  border: 1px solid #0D9736;
}
.m-c .live-bet-content .odd-block .odd.odd-up a.active, .m-c .live-bet-content .odd-block .odd.odd-up a:hover {
  color: #526179;
  background-image: linear-gradient(-180deg, #FCFDFD 0%, #F8F9FB 100%);
  border: 1px solid #E8E8E8;
  box-shadow: inset 0px -1px 0px 0px #F7F8FA;
}
.m-c .live-bet-content .odd-block .odd.odd-up a.active .odd-sp, .m-c .live-bet-content .odd-block .odd.odd-up a.active .spa, .m-c .live-bet-content .odd-block .odd.odd-up a:hover .odd-sp, .m-c .live-bet-content .odd-block .odd.odd-up a:hover .spa {
  color: #526179;
}
.m-c .live-bet-content .odd-block .odd.odd-down a {
  border: 1px solid #DC1A02;
}
.m-c .live-bet-content .odd-block .odd.odd-down a.active, .m-c .live-bet-content .odd-block .odd.odd-down a:hover {
  color: #526179;
  background-image: linear-gradient(-180deg, #FCFDFD 0%, #F8F9FB 100%);
  border: 1px solid #E8E8E8;
  box-shadow: inset 0px -1px 0px 0px #F7F8FA;
}
.m-c .live-bet-content .odd-block .odd.odd-down a.active .odd-sp, .m-c .live-bet-content .odd-block .odd.odd-down a.active .spa, .m-c .live-bet-content .odd-block .odd.odd-down a:hover .odd-sp, .m-c .live-bet-content .odd-block .odd.odd-down a:hover .spa {
  color: #526179;
}
.m-c .live-bet-content .odd-block .odd a {
  padding: 4px 8px;
  font-size: 13px;
  color: #526179;
  display: block;
  background-image: linear-gradient(-180deg, #FCFDFD 0%, #F8F9FB 100%);
  border: 1px solid #E8E8E8;
  box-shadow: inset 0px -1px 0px 0px #F7F8FA;
}
.m-c .live-bet-content .odd-block .odd a .spa {
  font-weight: bold;
  font-size: 13px;
  color: #2B3B4B;
  float: right;
}
.m-c .live-bet-content .odd-block .odd a .odd-sp {
  font-size: 13px;
  color: #526179;
  float: right;
  margin-right: 15px;
}
.m-c .live-bet-content .odd-block .odd a.active, .m-c .live-bet-content .odd-block .odd a:hover {
  border: 1px solid #009D34;
  color: #fff;
  background-image: linear-gradient(-180deg, #009D34 0%, #1F8D3A 100%);
  box-shadow: inset 0px -1px 0px 0px #009D34;
}
.m-c .live-bet-content .odd-block .odd a.active .odd-sp, .m-c .live-bet-content .odd-block .odd a.active .spa, .m-c .live-bet-content .odd-block .odd a:hover .odd-sp, .m-c .live-bet-content .odd-block .odd a:hover .spa {
  color: #fff;
}
.m-c .live-bet-content .live-cats .lc-main {
  width: 100%;
}
.m-c .live-bet-content .live-cats .lc-main li {
  display: block;
  float: left;
  width: 100%;
}
.m-c .live-bet-content .live-cats .lc-main li a {
  background-image: linear-gradient(-180deg, #009D34 0%, #1F8D3A 100%);
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.12);
  display: block;
  font-size: 13px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 7px 8px 7px 10px;
  line-height: 20px;
}
.m-c .live-bet-content .live-cats .lc-main li .lc-sub {
  display: none;
}
.m-c .live-bet-content .live-cats .lc-main li .lc-sub .lc-row {
  background: #FFFFFF;
  padding: 11px;
  border-bottom: none;
  box-shadow: inset 0px 1px 0px 0px #E9E9E9;
}
.m-c .live-bet-content .live-cats .lc-main li .lc-sub .lc-row:nth-child(even) {
  background: #F8F9FB;
  box-shadow: inset 0px -1px 0px 0px #F7F8FA;
}
.m-c .live-bet-content .live-cats .lc-main li .lc-sub .lc-row .r1 {
  font-size: 10px;
  color: #526179;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.m-c .live-bet-content .live-cats .lc-main li .lc-sub .lc-row .r2 {
  margin-top: 5px;
}
.m-c .live-bet-content .live-cats .lc-main li .lc-sub .lc-row .r2 .score {
  font-size: 11px;
  color: #DC1A02;
  float: left;
  font-weight: bold;
  line-height: 11px;
  margin-right: 5px;
}
.m-c .live-bet-content .live-cats .lc-main li .lc-sub .lc-row .r2 .info {
  font-weight: 500;
  float: left;
  line-height: 11px;
  margin-right: 10px;
  font-size: 11px;
  color: #7E90B0;
  letter-spacing: 0px;
}
.m-c .live-bet-content .live-cats .lc-main li .lc-sub .lc-row .r2 .time {
  font-weight: 500;
  line-height: 11px;
  float: right;
  margin-right: 5px;
  font-size: 11px;
  color: #7E90B0;
  letter-spacing: 0px;
}
.m-c .live-bet-content .live-cats .lc-main li .lc-sub .lc-row .r2 .deskt {
  float: left;
  height: 10px !important;
  margin-right: 5px;
}
.m-c .live-bet-content .live-cats .lc-main li .lc-sub .lc-row .r2 .deskt img {
  float: left;
  margin-top: 2px;
  padding: 0;
}
.m-c .live-bet-content .live-cats .lc-main li .lc-sub .lc-row .r2 .star {
  float: right;
}
.m-c .live-bet-content .lb-filter {
  padding: 4px;
  background-image: linear-gradient(-180deg, #009D34 0%, #1F8D3A 100%);
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.12);
}
.m-c .live-bet-content .lb-filter div a {
  font-size: 10px;
  font-weight: bold;
  display: block;
  text-align: left;
  padding: 0px 12px;
  height: 21px;
  line-height: 19px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.m-c .live-bet-content .lb-filter div a span {
  float: right;
}
.m-c .live-bet-content .lb-filter div a:hover, .m-c .live-bet-content .lb-filter div a.active {
  background: #2B3B4B;
  border-color: #2B3B4B;
}
.m-c .live-bet-content .lb-filter div:first-child a {
  border-radius: 4px 0px 0px 4px;
  border-right: none;
}
.m-c .live-bet-content .lb-filter div:last-child a {
  border-radius: 0px 4px 4px 0px;
  border-left: none;
}
.m-c .live-bet-content .live-bet-title {
  background-image: linear-gradient(-180deg, #009D34 0%, #1F8D3A 100%);
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.12);
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  padding: 7px 15px;
}
.m-c .live-bet-content .live-bet-title a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 0px 10px;
  line-height: 1.3;
}
.m-c .live-bet-content .live-bet-title a.active, .m-c .live-bet-content .live-bet-title a:hover {
  border-color: #2B3B4B;
  background: #2B3B4B;
}
.m-c .virtual-stream-tabs {
  background-image: linear-gradient(-180deg, #009D34 0%, #1F8D3A 100%);
}
.m-c .virtual-stream-tabs ul {
  list-style: none;
  margin: 0;
}
.m-c .virtual-stream-tabs ul li {
  float: left;
}
.m-c .virtual-stream-tabs ul li a {
  display: block;
  padding: 7px 10px;
  font-family: "Avenir", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
}
.m-c .virtual-stream-tabs ul li a.active, .m-c .virtual-stream-tabs ul li a:hover {
  background: #2B3B4B;
}
.m-c .main-block .mb-title {
  background-image: linear-gradient(-180deg, #009D34 0%, #1F8D3A 100%);
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.12);
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  padding: 7px 15px;
}
.m-c .main-block .odd-block {
  font-family: Arial, sans-serif;
}
.m-c .main-block .odd-block .odd-title {
  background: #E9EDE4;
  font-size: 12px;
  color: #4D5149;
  border-bottom: 1px solid #E9E9E9;
}
.m-c .main-block .odd-block .odd-title .odd-divs div {
  padding: 8.5px 5px;
  border-left: 1px solid #E9E9E9;
}
.m-c .main-block .odd-block .odd-title .odd-divs div:nth-child(odd) {
  background: #E5E9E0;
}
.m-c .main-block .odd-block .odd-title .odd-time {
  padding: 8.5px 15px;
}
.m-c .main-block .odd-block .odd-row {
  border-bottom: 1px solid #E9E9E9;
  background: #fff;
}
.m-c .main-block .odd-block .odd-row .odd-time {
  font-weight: bold;
  font-size: 12px;
  color: #7E90B0;
  border-right: 1px solid #E9E9E9;
  padding: 8.5px 5px;
  text-align: center;
}
.m-c .main-block .odd-block .odd-row .odd-name {
  font-size: 14px;
  color: #526179;
  padding: 7px 15px;
}
.m-c .main-block .odd-block .odd-row .odd-divs div {
  padding: 4px 6px;
  border-left: 1px solid #E9E9E9;
}
.m-c .main-block .odd-block .odd-row .odd-divs div a {
  padding: 3px;
  text-align: center;
  display: block;
  font-size: 14px;
  color: #2B3B4B;
}
.m-c .main-block .odd-block .odd-row .odd-divs div a:hover, .m-c .main-block .odd-block .odd-row .odd-divs div a.active {
  background: #DC1A02;
  border-radius: 5px;
  color: #fff;
}
.m-c .main-block .odd-block .odd-row .odd-divs div.odd-more {
  padding: 3px;
}
.m-c .main-block .odd-block .odd-row .odd-divs div.odd-more a {
  background-image: linear-gradient(-180deg, #FCFDFD 0%, #F8F9FB 100%);
  border: 1px solid #E8E8E8;
  box-shadow: inset 0px -1px 0px 0px #F7F8FA;
}
.m-c .main-block .odd-block .odd-row .odd-divs div.odd-more a .glyphicon {
  font-size: 12px;
  margin: -5px 0 0 0;
  color: #B3C1DC;
}
.m-c .main-block .odd-block .odd-row .odd-divs div.odd-more a:hover {
  background: #DC1A02;
  border-radius: 0;
  box-shadow: none;
}
.m-c .main-block .odd-block .odd-row.odd-virtual .odd-time {
  padding: 13.5px 5px;
}
.m-c .main-block .odd-block .odd-row.odd-virtual .odd-name {
  font-size: 14px;
  color: #526179;
  padding: 4.5px 15px;
  line-height: 1.3;
}
.m-c .main-block .odd-block .odd-row.odd-virtual .odd-name .mac-sonuc {
  float: right;
  color: #DC1A02;
  font-weight: bold;
  line-height: 2.6;
  font-size: 14px;
}
.m-c .main-block .odd-block .odd-row.odd-virtual .odd-divs div {
  padding: 9px 6px;
  border-left: 1px solid #E9E9E9;
}
.m-c .main-block .odd-block .odd-row.odd-virtual .odd-divs div a {
  padding: 3px;
  text-align: center;
  display: block;
  font-size: 14px;
  color: #2B3B4B;
}
.m-c .main-block .odd-block .odd-row.odd-virtual .odd-divs div a:hover, .m-c .main-block .odd-block .odd-row.odd-virtual .odd-divs div a.active {
  background: #DC1A02;
  border-radius: 5px;
  color: #fff;
}
.m-c .main-block .odd-block .odd-row.odd-virtual .odd-divs div.odd-more {
  padding: 8px 3px;
}
.m-c .main-block .odd-block .odd-row.odd-virtual .odd-divs div.odd-more a {
  background-image: linear-gradient(-180deg, #FCFDFD 0%, #F8F9FB 100%);
  border: 1px solid #E8E8E8;
  box-shadow: inset 0px -1px 0px 0px #F7F8FA;
}
.m-c .main-block .odd-block .odd-row.odd-virtual .odd-divs div.odd-more a .glyphicon {
  font-size: 12px;
  margin: -5px 0 0 0;
  color: #B3C1DC;
}
.m-c .main-block .odd-block .odd-row.odd-virtual .odd-divs div.odd-more a:hover {
  background: #DC1A02;
  border-radius: 0;
  box-shadow: none;
}
.m-c .main-block .sport-tabs {
  background: #E9EDE4;
}
.m-c .main-block .sport-tabs ul {
  margin: 0;
  list-style: none;
}
.m-c .main-block .sport-tabs ul li {
  float: left;
}
.m-c .main-block .sport-tabs ul li a {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #4D5149;
  padding: 7px 10px;
  text-align: center;
  display: block;
  border-right: 1px solid #D9DDD3;
}
.m-c .main-block .sport-tabs ul li a img {
  width: 17px;
  height: 17px;
}
.m-c .main-block .sport-tabs ul li a:hover, .m-c .main-block .sport-tabs ul li a.active {
  color: #fff;
  background: #2B3B4B;
}
.m-c .main-block .sport-tabs ul li:last-child a {
  border-right: none;
}

.searchForm .form-control {
  background: #FFFFFF;
  border: 1px solid #C8D6CC;
  box-shadow: none;
  border-radius: 0;
  border-right: 0;
  color: #4D5149;
}
.searchForm .input-group-addon {
  border-radius: 0;
  padding: 0;
  border: none;
}
.searchForm .input-group-addon a {
  padding: 0.675rem 0.75rem;
  display: block;
  background: #3F576F;
  color: #fff;
}

.casino-content {
  font-family: "Avenir", sans-serif;
}
.casino-content .casino-item {
  position: relative;
}
.casino-content .casino-item a.casino-b {
  position: absolute;
  display: inline-block;
  bottom: 20px;
  left: 30px;
  padding: 6px 20px;
  font-size: 10px;
  color: #FFFFFF;
  border-radius: 100px;
  font-weight: 500;
  background: #2B3B4B;
}
.casino-content .casino-item a.casino-b.b3 {
  background: #282C2F;
}
.casino-content .casino-item a.casino-b.b2 {
  background: #E9BE67;
}

.bonus-list .pr {
  position: relative;
}
.bonus-list .d-all {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.bonus-list .b3b {
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  color: #fff;
}
.bonus-list .b3b > * {
  margin-bottom: 15px;
}
.bonus-list .b3b a {
  padding-left: 7.5px;
  padding-right: 7.5px;
  display: block;
  color: #fff;
}
.bonus-list .b3b span {
  display: block;
}
.bonus-list .b3b .bg-img {
  position: relative;
  display: block;
  width: 100%;
}
.bonus-list .b3b .d-all {
  padding: 1em 2em;
  /*box-shadow: inset 0 3px rgba(0, 0, 0, 0.2), inset 0 -5px rgba(0, 0, 0, 0.15), 0 3px rgba(0, 0, 0, 0.2);*/
}
.bonus-list .b3b .l {
  font-size: 1.1em;
  padding: 3px 12px;
  background-color: #FBFF00;
  color: #FFF;
  float: left;
  margin-bottom: 3%;
}
.bonus-list .b3b .h {
  font-size: 2.65em;
  font-weight: bold;
  line-height: 1em;
  clear: both;
}
.bonus-list .b3b .d {
  font-family: "Avenir", sans-serif;
  font-size: 0.9em;
}
.bonus-list .b3b .line {
  width: 70px;
  height: 2px;
  margin: 0.5em 0;
  background: #fff;
}
.bonus-list .b3b .line.yellow {
  background: #ffd800;
}
.bonus-list .b3b .line.green {
  background: #0bb552;
}
.bonus-list .b3b .diff {
  color: #333333;
}
.bonus-list .b3b .pull-right {
  width: 2em;
  margin-top: 0.5em;
}
.bonus-list .line3 {
  width: 30%;
  height: 1%;
  margin: 5% 0;
  background: #fff;
}
.bonus-list .line3.yellow {
  background: #ffd800;
}
.bonus-list .line3.green {
  background: #0bb552;
}

.casino-top {
  height: 525px;
  padding-top: 190px;
  font-family: "Avenir", sans-serif;
  position: relative;
}
.casino-top .casino-top-r1 {
  text-align: right;
  font-size: 45px;
  color: #129D48;
  line-height: 45px;
}
.casino-top .casino-top-r2 {
  font-weight: 600;
  text-align: right;
  font-size: 45px;
  color: #2B3B4B;
  letter-spacing: -0.75px;
  line-height: 45px;
}
.casino-top .casino-top-r3 {
  text-align: right;
  font-size: 18px;
  color: #2B3B4B;
  letter-spacing: 4.73px;
  line-height: 45px;
}
.casino-top .poker-money .masa-bakiye {
  font-weight: 500;
  padding-top: 25px;
  font-size: 13px;
  color: #293848;
  letter-spacing: -0.47px;
}
.casino-top .poker-money .total-money .tm-1, .casino-top .poker-money .total-money .tm-2, .casino-top .poker-money .total-money .tm-3 {
  float: left;
  background: #2a3a4a;
  background: -moz-linear-gradient(top, #2a3a4a 0%, #202c39 51%, #1d2833 52%, #2a3a4a 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2a3a4a), color-stop(51%, #202c39), color-stop(52%, #1d2833), color-stop(100%, #2a3a4a));
  background: -webkit-linear-gradient(top, #2a3a4a 0%, #202c39 51%, #1d2833 52%, #2a3a4a 100%);
  background: -o-linear-gradient(top, #2a3a4a 0%, #202c39 51%, #1d2833 52%, #2a3a4a 100%);
  background: -ms-linear-gradient(top, #2a3a4a 0%, #202c39 51%, #1d2833 52%, #2a3a4a 100%);
  background: linear-gradient(to bottom, #2a3a4a 0%, #202c39 51%, #1d2833 52%, #2a3a4a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2a3a4a", endColorstr="#2a3a4a", GradientType=0 );
  border-radius: 12px;
  font-weight: 600;
  font-size: 45px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: -0.75px;
  margin-left: 10px;
  line-height: 1;
  padding: 10px 15px;
}
.casino-top .poker-money .total-money .tm-1 .curr, .casino-top .poker-money .total-money .tm-2 .curr, .casino-top .poker-money .total-money .tm-3 .curr {
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
}
.casino-top .casino-top-buttons {
  position: absolute;
  bottom: 40px;
  right: 0px;
}
.casino-top .casino-top-buttons div {
  float: left;
}
.casino-top .casino-top-buttons div a {
  font-weight: 600;
  padding: 4px 20px;
  margin: 0;
  display: block;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: -0.47px;
  background: #2B3B4B;
  text-align: center;
  min-width: 140px;
  border-radius: 100px 0px 0px 100px;
}
.casino-top .casino-top-buttons div a.link-promotions {
  background: #129D48;
  border-radius: 0px 100px 100px 0px;
}

.poker-main-content .poker-content .poker-row {
  font-size: 14px;
  color: #526179;
  letter-spacing: 0px;
  background: #FFFFFF;
  box-shadow: 0px 1px 0px 0px #E9E9E9, inset 0px 1px 0px 0px #E9E9E9;
}
.poker-main-content .poker-content .poker-row div {
  padding: 20px 15px;
}
.poker-main-content .poker-content .poker-row div.poker-name {
  font-weight: 600;
  font-style: italic;
}
.poker-main-content .poker-content .poker-row div.poker-status .online-icon {
  float: left;
  height: 9px;
  width: 9px;
  margin-top: 6px;
  margin-right: 7px;
}
.poker-main-content .poker-content .poker-row div.poker-status .online-icon.green-icon {
  background: #099936;
}
.poker-main-content .poker-content .poker-row:nth-child(odd) {
  background: #F8F9FB;
  box-shadow: inset 0px -1px 0px 0px #F7F8FA;
}
.poker-main-content .poker-content .poker-row.poker-title {
  background-image: linear-gradient(-180deg, #009D34 0%, #1F8D3A 100%);
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.12);
}
.poker-main-content .poker-content .poker-row.poker-title div {
  font-size: 13px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: -0.47px;
  padding: 20px 15px;
}

.user-panel {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Avenir", sans-serif;
}
.user-panel .panel-content {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
}
.user-panel .panel-content .panel-page-title {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E9E9E9;
}
.user-panel .panel-content .panel-page-title.panel-title-h-b {
  margin-bottom: 20px;
}
.user-panel .panel-content .panel-page-title img {
  margin-top: 10px;
}
.user-panel .panel-content .panel-page-title .pt-title {
  font-size: 35px;
  font-weight: bold;
  color: #129D48;
}
.user-panel .panel-content .panel-page-title .pt-desc {
  font-weight: 300;
  font-size: 15px;
  color: #2B3B4B;
}
.user-panel .panel-content .panel-sub-contents .content-history .ch-row {
  border-top: 1px solid #E9E9E9;
}
.user-panel .panel-content .panel-sub-contents .content-history .ch-row > div {
  font-size: 14px;
  font-family: Arial, sans-serif;
  padding-top: 15px;
  padding-bottom: 15px;
}
.user-panel .panel-content .panel-sub-contents .content-history .ch-row > div a {
  color: #979797;
  margin-left: 5px;
}
.user-panel .panel-content .panel-sub-contents .content-history .ch-row.ch-row-title {
  background: #2B3B4B;
  font-size: 14px;
  padding: 5px 0px;
  color: #FFFFFF;
  font-weight: 500;
}
.user-panel .panel-content .panel-sub-contents .panel-history-dates {
  padding-bottom: 20px;
}
.user-panel .panel-content .panel-sub-contents .bank-acoounts-title {
  background: #2B3B4B;
  font-size: 14px;
  padding: 15px 0px;
  color: #FFFFFF;
  font-weight: 500;
}
.user-panel .panel-content .panel-sub-contents .withdraw-methods p {
  font-family: Arial, sans-serif;
  text-align: center;
  font-size: 14px;
  color: #959DA5;
  margin-top: 20px;
}
.user-panel .panel-content .panel-sub-contents .bank-accounts-content .ba-row {
  border-top: 1px solid #E9E9E9;
}
.user-panel .panel-content .panel-sub-contents .bank-accounts-content .ba-row div {
  font-size: 14px;
  font-family: Arial, sans-serif;
  padding-top: 20px;
  padding-bottom: 20px;
}
.user-panel .panel-content .panel-sub-contents .bank-accounts-content .ba-row div.dep-text {
  color: #129D48;
  font-size: 11px;
  line-height: 2;
  padding-top: 10px;
  padding-bottom: 10px;
}
.user-panel .panel-content .panel-sub-contents .bank-accounts-content .ba-row div a {
  color: #979797;
  margin-left: 5px;
}
.user-panel .panel-content .panel-sub-contents .form-title {
  font-weight: 500;
  margin-bottom: 25px;
  font-size: 24px;
  color: #2B3B4B;
}
.user-panel .panel-content .panel-sub-contents .panel-info-small {
  font-size: 11px;
  font-family: Arial, sans-serif;
}
.user-panel .panel-content .panel-sub-contents .change-pass-info, .user-panel .panel-content .panel-sub-contents .form-info {
  border: 1px solid #DC1A02;
  border-radius: 3px 3px 3px 3px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #2B3B4B;
  line-height: 14px;
  padding: 20px;
}
.user-panel .panel-content .panel-sub-contents .change-pass-info .form-info-title, .user-panel .panel-content .panel-sub-contents .form-info .form-info-title {
  font-family: "Avenir", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #DC1A02;
}
.user-panel .panel-content .panel-sub-contents .change-pass-info p, .user-panel .panel-content .panel-sub-contents .form-info p {
  padding-top: 25px;
}
.user-panel .panel-content .panel-top {
  padding-top: 20px;
  padding-bottom: 20px;
}
.user-panel .panel-content .panel-top .btn {
  margin-left: 10px;
}
.user-panel .panel-content .panel-top .panel-top-balance {
  padding-left: 30px;
}
.user-panel .panel-content .panel-top .panel-top-balance .balance-title {
  font-weight: 600;
  font-size: 14px;
  color: #2B3B4B;
  float: left;
  padding-top: 7px;
  margin-right: 10px;
}
.user-panel .panel-content .panel-top .panel-top-balance .balance-title img {
  margin-right: 7px;
  margin-top: -3px;
}
.user-panel .panel-content .panel-top .panel-top-balance .curr-balance {
  font-weight: 600;
  font-size: 14px;
  color: #129D48;
  float: left;
  padding-top: 7px;
  margin-left: 10px;
}
.user-panel .panel-content .panel-top .panel-top-balance .total-balance {
  float: left;
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
  color: #129D48;
}
.user-panel .panel-content .panel-top .panel-top-buttons {
  padding-right: 30px;
}
.user-panel .panel-content .panel-top-menu {
  background: #2B3B4B;
  box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.23);
}
.user-panel .panel-content .panel-top-menu ul {
  list-style: none;
  width: 100%;
  margin: 0;
  display: block;
}
.user-panel .panel-content .panel-top-menu ul li {
  display: inline-block;
}
.user-panel .panel-content .panel-top-menu ul li a {
  color: #fff;
  padding: 17px 15px;
  display: block;
  text-align: left;
  opacity: 0.8;
  font-size: 14px;
  font-weight: 500;
}
.user-panel .panel-content .panel-top-menu ul li a img {
  margin-top: -4px;
  margin-right: 4px;
}
.user-panel .panel-content .panel-top-menu ul li a:hover, .user-panel .panel-content .panel-top-menu ul li a.active {
  opacity: 1;
}
.user-panel .panel-content .panel-top-submenu {
  background: #2B3B4B;
  box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.23);
}
.user-panel .panel-content .panel-top-submenu ul {
  list-style: none;
  width: 100%;
  margin: 0;
}
.user-panel .panel-content .panel-top-submenu ul li {
  float: left;
}
.user-panel .panel-content .panel-top-submenu ul li a {
  color: #fff;
  padding: 17px 15px;
  display: block;
  text-align: left;
  opacity: 0.8;
  font-size: 14px;
  font-weight: 500;
}
.user-panel .panel-content .panel-top-submenu ul li a img {
  margin-top: -4px;
  margin-right: 4px;
}
.user-panel .panel-content .panel-top-submenu ul li a:hover, .user-panel .panel-content .panel-top-submenu ul li a.active {
  opacity: 1;
}

/**
 * Canvas
 */
[canvas] {
  z-index: 1;
}

[canvas=container] {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  background-color: white;
  /* Basic background color, overwrite this in your own css. */
  -webkit-overflow-scrolling: touch;
  /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}

[canvas=container]:before, [canvas=container]:after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Off-Canavs
 */
[off-canvas] {
  display: none;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  background-color: #34495e;
  /* Basic background color, overwrite this in your own css. */
  color: white;
  /* Basic colors, overwrite this in your own css. */
  -webkit-overflow-scrolling: touch;
  /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}

[off-canvas*=top] {
  width: 100%;
  height: 255px;
  top: 0;
}

[off-canvas*=right] {
  width: 255px;
  height: 100%;
  top: 0;
  right: 0;
}

[off-canvas*=bottom] {
  width: 100%;
  height: 255px;
  bottom: 0;
}

[off-canvas*=left] {
  width: 255px;
  height: 100%;
  top: 0;
  left: 0;
}

[off-canvas*=reveal] {
  z-index: 0;
}

[off-canvas*=push] {
  z-index: 1;
}

[off-canvas*=overlay] {
  z-index: 9999;
}

[off-canvas*=shift] {
  z-index: 0;
}

/**
 * Animation
 */
[canvas], [off-canvas] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
  -webkit-backface-visibility: hidden;
  /* Prevents flickering, may be removed if experiencing problems with fixed background images in Chrome. */
}

[off-canvas*=shift][off-canvas*=top] {
  -webkit-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

[off-canvas*=shift][off-canvas*=right] {
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

[off-canvas*=shift][off-canvas*=bottom] {
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

[off-canvas*=shift][off-canvas*=left] {
  -webkit-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
}

/**
 * Print
 */
@media print {
  [canvas] {
    -webkit-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important;
  }

  [off-canvas] {
    display: none !important;
  }
}
.isMobile .casino-top {
  display: none;
}

.t-btn {
  border-radius: 6px;
  padding: 0.544rem 1.3rem;
  color: #fff;
}
.t-btn.t-btn-green, .t-btn .t-btn-green.active {
  background-color: #3fb26e;
  background: -moz-linear-gradient(55deg, #3fb26e 0%, #3fb26e 73%, #3ba868 73%, #3ba868 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #3fb26e), color-stop(73%, #3fb26e), color-stop(73%, #3ba868), color-stop(100%, #3ba868));
  background: -webkit-linear-gradient(55deg, #3fb26e 0%, #3fb26e 73%, #3ba868 73%, #3ba868 100%);
  background: -o-linear-gradient(55deg, #3fb26e 0%, #3fb26e 73%, #3ba868 73%, #3ba868 100%);
  background: -ms-linear-gradient(55deg, #3fb26e 0%, #3fb26e 73%, #3ba868 73%, #3ba868 100%);
  background: linear-gradient(55deg, #3fb26e 0%, #3fb26e 73%, #3ba868 73%, #3ba868 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.t-btn.t-btn-blue, .t-btn .t-btn-blue.active {
  background-color: #3e97f3;
  background: -moz-linear-gradient(55deg, #3e97f3 0%, #3e97f3 73%, #5fa8f5 73%, #5fa8f5 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #3e97f3), color-stop(73%, #3e97f3), color-stop(73%, #5fa8f5), color-stop(100%, #5fa8f5));
  background: -webkit-linear-gradient(55deg, #3e97f3 0%, #3e97f3 73%, #5fa8f5 73%, #5fa8f5 100%);
  background: -o-linear-gradient(55deg, #3e97f3 0%, #3e97f3 73%, #5fa8f5 73%, #5fa8f5 100%);
  background: -ms-linear-gradient(55deg, #3e97f3 0%, #3e97f3 73%, #5fa8f5 73%, #5fa8f5 100%);
  background: linear-gradient(55deg, #3e97f3 0%, #3e97f3 73%, #5fa8f5 73%, #5fa8f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.t-btn.t-btn-dark, .t-btn .t-btn-dark.active {
  background-color: #424757;
  background: -moz-linear-gradient(55deg, #424757 0%, #424757 73%, #3E4352 73%, #3E4352 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #424757), color-stop(73%, #424757), color-stop(73%, #3E4352), color-stop(100%, #3E4352));
  background: -webkit-linear-gradient(55deg, #424757 0%, #424757 73%, #3E4352 73%, #3E4352 100%);
  background: -o-linear-gradient(55deg, #424757 0%, #424757 73%, #3E4352 73%, #3E4352 100%);
  background: -ms-linear-gradient(55deg, #424757 0%, #424757 73%, #3E4352 73%, #3E4352 100%);
  background: linear-gradient(55deg, #424757 0%, #424757 73%, #3E4352 73%, #3E4352 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.t-btn.t-btn-light, .t-btn .t-btn-light.active {
  background-color: #ffffff;
  background: -moz-linear-gradient(55deg, #ffffff 0%, #ffffff 73%, #f2f2f2 73%, #f2f2f2 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #ffffff), color-stop(73%, #ffffff), color-stop(73%, #f2f2f2), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(55deg, #ffffff 0%, #ffffff 73%, #f2f2f2 73%, #f2f2f2 100%);
  background: -o-linear-gradient(55deg, #ffffff 0%, #ffffff 73%, #f2f2f2 73%, #f2f2f2 100%);
  background: -ms-linear-gradient(55deg, #ffffff 0%, #ffffff 73%, #f2f2f2 73%, #f2f2f2 100%);
  background: linear-gradient(55deg, #ffffff 0%, #ffffff 73%, #f2f2f2 73%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
  color: #FF4B55;
}
.t-btn.t-btn-red, .t-btn .t-btn-red.active {
  background-color: #f33e58;
  background: -moz-linear-gradient(55deg, #f33e58 0%, #f33e58 73%, #f55F66 73%, #f55F66 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #f33e58), color-stop(73%, #f33e58), color-stop(73%, #f55F66), color-stop(100%, #f55F66));
  background: -webkit-linear-gradient(55deg, #f33e58 0%, #f33e58 73%, #f55F66 73%, #f55F66 100%);
  background: -o-linear-gradient(55deg, #f33e58 0%, #f33e58 73%, #f55F66 73%, #f55F66 100%);
  background: -ms-linear-gradient(55deg, #f33e58 0%, #f33e58 73%, #f55F66 73%, #f55F66 100%);
  background: linear-gradient(55deg, #f33e58 0%, #f33e58 73%, #f55F66 73%, #f55F66 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
  color: #fff;
}
.t-btn.t-btn-light-dark {
  background-color: #ffffff;
  background: -moz-linear-gradient(55deg, #ffffff 0%, #ffffff 73%, #f2f2f2 73%, #f2f2f2 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #ffffff), color-stop(73%, #ffffff), color-stop(73%, #f2f2f2), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(55deg, #ffffff 0%, #ffffff 73%, #f2f2f2 73%, #f2f2f2 100%);
  background: -o-linear-gradient(55deg, #ffffff 0%, #ffffff 73%, #f2f2f2 73%, #f2f2f2 100%);
  background: -ms-linear-gradient(55deg, #ffffff 0%, #ffffff 73%, #f2f2f2 73%, #f2f2f2 100%);
  background: linear-gradient(55deg, #ffffff 0%, #ffffff 73%, #f2f2f2 73%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
  color: #424757;
}

.t-btn {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
  border: none;
}
.t-btn.btn-primary {
  background-color: #1abc9c;
}
.t-btn.btn-primary:hover, .t-btn.btn-primary:focus {
  background-color: #2fe2bf;
}
.t-btn.btn-primary:active, .t-btn.btn-primary.active {
  background-color: #16a085;
}
.t-btn.btn-info {
  background-color: #3498db;
}
.t-btn.btn-info:hover, .t-btn.btn-info:focus {
  background-color: #5dade2;
}
.t-btn.btn-info:active, .t-btn.btn-info.active {
  background-color: #2383c4;
}
.t-btn.btn-danger {
  background-color: #e74c3c;
}
.t-btn.btn-danger:hover, .t-btn.btn-danger:focus {
  background-color: #ec7063;
}
.t-btn.btn-danger:active, .t-btn.btn-danger.active {
  background-color: #dc2d1b;
}
.t-btn.btn-success {
  background-color: #2ecc71;
}
.t-btn.btn-success:hover, .t-btn.btn-success:focus {
  background-color: #55d98d;
}
.t-btn.btn-success:active, .t-btn.btn-success.active {
  background-color: #27ad60;
}
.t-btn.btn-warning {
  background-color: #f1c40f;
}
.t-btn.btn-warning:hover, .t-btn.btn-warning:focus {
  background-color: #f4d03f;
}
.t-btn.btn-warning:active, .t-btn.btn-warning.active {
  background-color: #cea70c;
}

@media (min-width: 1761px) {
  .container {
    max-width: 1200px !important;
    width: 1200px !important;
  }
}
@media (max-width: 1760px) and (min-width: 1201px) {
  .container {
    max-width: 1200px !important;
    width: 1200px !important;
  }
}
@media (max-width: 1200px) {
  /*
  max-width: 1200px!important;
  width: 1200px!important;
  */
}
@media (max-width: 990px) {
  body.bonuses {
    background: url(../images/bg-bonus.jpg) no-repeat;
    background-position: center 170px;
    background-size: 199%;
  }
}
@media (min-width: 990px) {
  .menuCollepse {
    display: none;
  }
}
@media (max-width: 550px) {
  .main-login-form {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .mobile-home a.m-item {
    display: block;
    margin-top: 5px;
  }
  .mobile-home a.m-item img {
    width: 100%;
  }

  .casino-top {
    height: auto;
    padding-top: 20px;
  }
  .casino-top .casino-top-r1 {
    color: #2B3B4B;
    font-size: 30px;
  }
  .casino-top .casino-top-r2 {
    font-size: 25px;
  }
  .casino-top .casino-top-r3 {
    font-size: 15px;
    color: #2B3B4B;
    letter-spacing: 4.73px;
    line-height: 30px;
  }
  .casino-top .poker-money {
    text-align: center;
  }
  .casino-top .poker-money .masa-bakiye {
    text-align: center;
    padding-top: 15px;
  }
  .casino-top .poker-money .total-money .tm-1, .casino-top .poker-money .total-money .tm-2, .casino-top .poker-money .total-money .tm-3 {
    border-radius: 5px;
    font-size: 30px;
    padding: 10px 15px;
  }
  .casino-top .poker-money .total-money .tm-1 .curr, .casino-top .poker-money .total-money .tm-2 .curr, .casino-top .poker-money .total-money .tm-3 .curr {
    font-size: 18px;
    line-height: 1;
    vertical-align: middle;
  }
  .casino-top .casino-top-buttons {
    position: absolute;
    bottom: 40px;
    right: 0px;
  }
  .casino-top .casino-top-buttons div {
    float: left;
  }
  .casino-top .casino-top-buttons div a {
    font-weight: 600;
    padding: 4px 20px;
    margin: 0;
    display: block;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: -0.47px;
    background: #2B3B4B;
    text-align: center;
    min-width: 140px;
    border-radius: 100px 0px 0px 100px;
  }
  .casino-top .casino-top-buttons div a.link-promotions {
    background: #129D48;
    border-radius: 0px 100px 100px 0px;
  }

  header .form-control {
    border: 1px solid #C8D6CC;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 10px 10px;
  }
  header .menu-fixed {
    position: fixed;
    z-index: 10000;
    top: -2px;
    margin-top: 0;
  }
  header .menu-fixed span.new {
    display: none;
  }
  header .isMobile .mainmenu menu {
    display: none;
  }
  header .isMobile .mainmenu menu ul {
    display: block;
  }
  header .isMobile .mainmenu menu ul li {
    display: block;
  }
  header .isMobile .mainmenu menu ul li:last-child {
    margin-bottom: 15px;
  }
  header .isMobile .mainmenu menu ul li a {
    padding: 10px 5px;
    color: #fff;
    font-family: "Avenir";
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    /*span{
      font-size: 8px;
      padding: 3px 4px  1px 4px;
      line-height: 1;
      background: #DC1A02;
      position: absolute;
      top: 7px;
      right: 7px;
      transform: skew(-5deg);
      border-radius: 2px;
    }*/
  }
  header .isMobile .mainmenu menu ul li a:hover, header .isMobile .mainmenu menu ul li a.active {
    color: #fff;
    background: #129D48;
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
  }
  header .isMobile .mainmenu menu ul li.register-link a {
    background: #DC1A02;
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.22);
  }

  .justMobile {
    display: block;
  }

  .justDesktop {
    display: none;
  }

  .s-b-m-0 {
    margin-bottom: 0 !important;
  }

  .p-t-m-0 {
    padding-top: 0 !important;
  }

  .m-x-xs-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .p-l-xs-0 {
    padding-left: 0 !important;
  }

  .p-r-xs-0 {
    padding-right: 0 !important;
  }

  .p-x-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .p-x-xs-1 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }

  .p-t-xs-1 {
    padding-top: 0.9375rem !important;
  }

  .m-b-xs-1 {
    margin-bottom: 0.9375rem !important;
  }

  .m-b-xs-h-1 {
    margin-bottom: 0.5rem !important;
  }

  .m-t-xs-1 {
    margin-top: 0.9375rem !important;
  }

  .m-t-xs-h-1 {
    margin-top: 0.5rem !important;
  }

  .m-b-xs-0 {
    margin-bottom: 0rem !important;
  }

  .m-b-xs-h-0 {
    margin-bottom: 0.25rem !important;
  }

  .m-t-xs-0 {
    margin-top: 0rem !important;
  }

  .m-t-xs-h-0 {
    margin-top: 0.25rem !important;
  }

  .footer-bg {
    background: #fff;
    font-size: 12px;
  }
  .footer-bg .cu-support {
    margin-top: 6px;
    font-weight: bold;
    margin-left: 10px;
    font-size: 11px;
    line-height: 1;
  }
  .footer-bg .cu-support .setw {
    margin-top: 4px;
    font-size: 10px;
    padding: 3px 5px;
    float: left;
    line-height: 1;
    margin-right: 5px;
    color: #fff;
    background: #3B4043;
    border-radius: 100px;
  }
  .footer-bg .cu-support a {
    color: #3B4043;
  }
  .footer-bg .lang-menu {
    font-size: 9px;
    line-height: 9px;
    font-family: "Avenir";
    font-weight: 600;
    position: relative;
  }
  .footer-bg .lang-menu a.curr-lang {
    color: #3B4043;
  }
  .footer-bg .lang-menu ul {
    display: none;
    position: absolute;
    background: #eee;
    top: 120%;
    width: auto;
    list-style: none;
    margin: 0;
  }
  .footer-bg .lang-menu ul li {
    white-space: nowrap;
  }
  .footer-bg .lang-menu ul li a {
    padding: 5px 3px;
    border-bottom: solid 1px #ddd;
    white-space: nowrap;
    font-size: 9px;
    font-family: "Avenir";
    font-weight: 600;
    color: #3B4043;
    letter-spacing: 0px;
  }
  .footer-bg .lang-menu ul li:last-child a {
    border-bottom: none;
  }
  .footer-bg .lang-menu a {
    display: block;
    cursor: pointer;
    text-align: left !important;
  }
  .footer-bg .lang-menu a.curr-lang::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    margin-top: -1px;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .footer-bg .lang-menu .flag-icon {
    margin-top: -2px;
    font-size: 11px;
  }
  .footer-bg .logo-bar .logos {
    display: block;
  }
  .footer-bg .logo-bar .logos div {
    width: 33%;
    margin-bottom: 10px;
    float: left;
    text-align: center;
  }
  .footer-bg .logo-bar .logos div:first-child {
    display: none;
  }

  .user-panel {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .user-panel .panel-content .panel-page-title {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .user-panel .panel-content .panel-page-title .btn {
    margin-top: 5px;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 2px;
  }
  .user-panel .panel-content .panel-page-title.panel-title-h-b {
    margin-bottom: 10px;
  }
  .user-panel .panel-content .panel-page-title img {
    margin-top: 0px;
  }
  .user-panel .panel-content .panel-page-title .pt-title {
    font-size: 25px;
    line-height: 2;
  }
  .user-panel .panel-content .panel-page-title .pt-desc {
    font-weight: 300;
    font-size: 15px;
    color: #2B3B4B;
  }
  .user-panel .panel-content .panel-sub-contents .btn-history-type {
    padding: 3px 4px;
    line-height: 1;
  }
  .user-panel .panel-content .panel-sub-contents .form-title {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .user-panel .panel-content .panel-top {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .user-panel .panel-content .panel-top .btn {
    margin-left: 10px;
  }
  .user-panel .panel-content .panel-top .panel-top-balance {
    padding-left: 15px;
  }
  .user-panel .panel-content .panel-top .panel-top-balance .total-balance {
    float: left;
    font-weight: bold;
    font-size: 35px;
    line-height: 1;
    color: #129D48;
  }
  .user-panel .panel-content .panel-top .panel-top-buttons {
    padding: 5px 15px;
  }
  .user-panel .panel-content .panel-top .panel-top-buttons .btn {
    padding: 5px 15px;
    font-size: 13px;
  }
  .user-panel .panel-content .panel-top-menu ul {
    text-align: center;
    width: 100%;
    display: block;
  }
  .user-panel .panel-content .panel-top-menu ul li {
    display: inline-block;
  }
  .user-panel .panel-content .panel-top-menu ul li a {
    padding: 13px 10px;
    font-size: 14px;
  }
  .user-panel .panel-content .panel-top-submenu ul {
    text-align: center;
  }
  .user-panel .panel-content .panel-top-submenu ul li {
    display: inline-block;
    float: none;
  }
  .user-panel .panel-content .panel-top-submenu ul li a {
    padding: 13px 10px;
    font-size: 12px;
  }
}
/*iPhone 4 / 4s*/

/*# sourceMappingURL=style-default.css.map */
