body {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  background: #ffffff;
  color: #777877;
  line-height: 1.65em;
}
a {
  text-decoration: none;
  color: #ff9735;
  transition: 0.2s !important;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  transition: 0.2s !important;
  color: #0A0B08;
  outline: none;
}
.btn-full {
  width: 100%;
}
.btn-lg {
  padding: 12px 24px;
}
.p-relative {
  position: relative;
}
.page-container {
  width: 960px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .page-container {
    width: 100%;
  }
}
.main-logo {
  height: 44px;
}
header {
  background-image: linear-gradient(-132deg, #E8EEF2 0%, #FFFFFF 100%);
  padding: 25px 0;
  border-bottom: 5px solid #ff9936;
}
header.animated {
  background: transparent;
  border: none;
  height: 135px;
  margin: 0 auto;
  padding: 50px 0 0;
  position: absolute;
  width: 100%;
}
.header {
  background-image: linear-gradient(-132deg, #E8EEF2 0%, #FFFFFF 100%);
  height: 135px;
}
@media only screen and (max-width: 768px) {
  .header {
    height: 0px;
  }
}
@media only screen and (max-width: 768px) {
  height: 0px;
}
.top-menu {
  color: #11466B;
  text-align: right;
  font-weight: 500;
  padding-top: 8px;
  margin: 0;
}
.top-menu li {
  display: inline;
  padding: 0px 6px;
}
.top-menu li.active a {
  color: #11466B;
}
.top-menu a {
  color: #0A0B08;
  padding: 4px 0;
}
.top-menu a:hover {
  color: #11466B;
}
.top-menu .opposite {
  margin-right: 20px !important;
}
.top-menu .button {
  color: #777877;
  border-bottom: 2px solid #E3E3E3;
}
.top-menu .button:hover {
  color: #0A0B08;
  border-bottom-color: #11466B;
}
.banner {
  color: #0A0B08;
  padding-top: 220px;
  height: 600px;
  background-image: linear-gradient(-132deg, #E8EEF2 0%, #FFFFFF 100%);
  border-bottom: 5px solid #11466B;
}
.banner .headline {
  font-size: 40px;
  line-height: 44px;
  font-weight: 800;
}
.banner .headline span {
  color: #11466B;
}
.banner .headline img {
  height: 40px;
}
.banner .card-group {
  width: 450px;
}
@media only screen and (max-width: 768px) {
  .banner {
    padding-top: 0px;
    height: 300px;
  }
  .banner .headline {
    margin: 45px 0 20px;
  }
}
.title {
  color: #3C464F;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 15px;
}
.sub-title {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 15px;
}
.whatis {
  background: url("../img/world-bg.png");
  color: #fff;
  padding: 25px 0;
}
.whatis .title {
  color: #fff;
}
.whatis .sub-title {
  color: #FF9735;
}
.whatis .flex {
  align-items: center;
  height: 300px;
}
.whatis .flex img {
  max-width: 100px;
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .whatis p {
    font-size: 15px;
    text-align: center;
  }
  .whatis .title {
    font-size: 25px;
    text-align: center;
  }
  .whatis .sub-title {
    font-size: 20px;
    text-align: center;
  }
  .whatis .flex {
    align-items: center;
    height: auto;
    padding-top: 30px;
  }
  .whatis .flex img {
    max-width: 60px;
    width: 100%;
    margin-bottom: 15px;
  }
}
.how-to-buy {
  padding: 25px 0;
  text-align: center;
}
.how-to-buy .items {
  margin: 40px 0;
  text-align: left;
}
.how-to-buy .icon-wrapper {
  margin-right: 20px;
  margin-top: 12px;
  float: left;
}
.how-to-buy .icon-wrapper img {
  max-width: 100px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .how-to-buy {
    padding: 25px 10px;
  }
  .how-to-buy h2.title {
    font-size: 22px;
  }
  .how-to-buy h4.sub-title {
    font-size: 19px;
  }
  .how-to-buy p {
    font-size: 15px;
  }
  .how-to-buy .item {
    text-align: center;
  }
  .how-to-buy .item .main-mini-headline {
    font-size: 19px;
  }
}
.how-to-use {
  background: #F7F9FB;
  padding: 25px 0;
  text-align: center;
}
.how-to-use .items {
  margin: 40px 0;
}
@media only screen and (max-width: 768px) {
  .how-to-use {
    padding: 25px 0px;
  }
  .how-to-use h2.title {
    font-size: 22px;
  }
  .how-to-use h4.sub-title {
    font-size: 16px;
    padding: 0px 10px;
    line-height: 20px;
  }
  .how-to-use p {
    font-size: 15px;
    padding: 10px;
  }
}
.index-footer {
  text-align: center;
}
.index-footer h2,
.index-footer h1 {
  display: inline-block;
  font-size: 16px;
  padding: 0 10px;
}
footer {
  background: #F0F0F0;
  position: relative;
  box-shadow: 0px 0px 58px 0px rgba(0, 0, 0, 0.03);
  margin-top: 30px;
}
footer .links {
  border-bottom: 1px solid #DFE1E1;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
}
footer .links li {
  display: inline-block;
}
footer .links a {
  color: #0A0B08;
  opacity: 0.5;
  padding: 15px;
}
footer .links a:hover {
  opacity: 1;
}
footer ul {
  margin-top: 15px !important;
}
footer .copyright {
  font-size: 11px;
  max-width: 730px;
  margin: auto;
  line-height: 1.4em;
  color: #0A0B08;
  padding: 10px 10px;
}
footer .copyright h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
footer .copyright p {
  opacity: 0.3;
}
footer .col-md-6 ul {
  line-height: 93px;
}
@media only screen and (max-width: 768px) {
  footer {
    text-align: center;
  }
  footer .list-inline {
    text-align: center;
  }
  footer ul {
    margin-top: 15px !important;
  }
}
.backtotop {
  position: absolute;
  font-size: 14px;
  background: rgba(240, 240, 240, 0.9);
  color: #777877;
  display: inline-block;
  z-index: 100;
  margin-top: 15px;
  right: 15px;
}
.backtotop span {
  color: #11466B;
  margin-right: 4px;
}
.backtotop:hover {
  color: #0A0B08;
}
.purchase-part {
  padding: 20px 0;
  text-align: center;
}
.purchase-part .main-headline {
  margin-bottom: 80px;
}
.steps {
  position: relative;
  width: 540px;
  height: 540px;
  background: url('../img/steps-bg.png') no-repeat;
  background-size: 540px 540px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.steps .part {
  padding-top: 80px;
  width: 400px;
  margin: auto;
}
.steps .part .icon {
  height: 190px;
}
.steps .part .desc {
  width: 250px;
  margin: auto;
}
.steps .buttons {
  padding: 0;
  margin: 0;
}
.steps .buttons li {
  display: inline-block;
}
.steps .buttons a {
  width: 54px;
  height: 54px;
  display: block;
  background: #E1E1E1;
  border-radius: 100%;
  font-weight: 600;
  font-size: 24px;
  color: #959595;
  padding-top: 13px;
  position: absolute;
  z-index: 100;
}
.steps .buttons a:hover {
  background: #c8c8c8;
  color: #fff;
}
.steps .buttons .step1 {
  top: -27px;
  left: 50%;
  right: 50%;
  margin: 0px -27px;
}
.steps .buttons .step2 {
  left: -27px;
  top: 50%;
  bottom: 50%;
  margin: -27px 0px;
}
.steps .buttons .step3 {
  bottom: -27px;
  left: 50%;
  right: 50%;
  margin: 0px -27px;
}
.steps .buttons .step4 {
  right: -27px;
  top: 50%;
  bottom: 50%;
  margin: -27px 0px;
}
.steps .buttons > li.active > a,
.steps .buttons > li.active > a:hover,
.steps .buttons > li.active > a:focus {
  color: #fff;
  background: #11466B;
}
.dotter {
  position: absolute;
  border-left: 2px dashed rgba(0, 0, 0, 0.15);
}
.dotter-a {
  height: 170px;
  right: 270px;
  top: -170px;
}
.dotter-b {
  height: 60px;
  left: 237px;
  top: -60px;
}
.subpage-container {
  padding: 80px 0 100px 0;
}
.subpage-container .main-headline {
  margin-bottom: 40px;
}
.subpage-container .part {
  margin: 35px 0;
  padding-bottom: 25px;
}
.faqs .part {
  border-bottom: 2px solid #E6E6E6;
}
.faqs .part .main-subline {
  font-size: 24px;
}
.faqs .part:hover {
  color: #0A0B08;
}
.faqs .part:hover .main-subline {
  color: #11466B;
}
/* Reseller page */
.reseller-page {
  background: #fff;
}
.reseller-page header {
  padding-bottom: 30px;
}
.reseller-hero {
  background: #FC4237;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0px 1px 25px 0px rgba(0, 0, 0, 0.16);
}
.reseller-hero .inset {
  padding-top: 100px;
  position: relative;
  height: 550px;
}
.reseller-hero .content {
  z-index: 100;
  position: relative;
}
.reseller-hero .main-headline {
  color: #fff;
  margin-bottom: 70px;
}
.reseller-hero .image3d {
  height: 494px;
  position: absolute;
  right: -140px;
  bottom: 0;
}
.reseller-hero .button {
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #fff;
  background: transparent;
  padding: 18px 42px;
}
.reseller-hero .button:hover {
  color: #11466B;
  background: #fff;
}
.reseller-content {
  padding: 60px 10px;
}
.reseller-content .main-headline {
  margin-bottom: 30px;
}
.reseller-list .table {
  font-size: 14px;
  color: #0A0B08;
  margin: 0;
}
.reseller-list .table td {
  border: none;
  padding: 12px 10px;
}
.reseller-list .table thead {
  font-size: 12px;
  font-weight: 600;
  color: #11466B;
}
.reseller-list .panel {
  border: none;
  background: #F0F0F0;
  border-radius: 0;
  margin-bottom: 20px;
}
.reseller-list .panel-heading {
  border: none;
  background: #D8D8D8;
  font-weight: 18px;
  color: #0A0B08;
  padding: 16px 15px;
  border-radius: 0;
}
.reseller-list .panel-heading span {
  font-size: 14px;
  opacity: 0.5;
}
.reseller-list .panel-title {
  border: none;
}
.reseller-list .panel-body {
  border: none;
}
.modal .close {
  color: #fff;
  opacity: 0.4;
  font-size: 30px !important;
}
.form-group {
  margin-bottom: 20px;
}
.modal-content {
  border-radius: 0;
  box-shadow: none;
}
.modal-header {
  background: #11466B;
  color: #fff;
}
.modal-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.modal-body {
  padding: 30px 40px;
}
.modal-body.less {
  padding: 30px 10px;
}
.form-control {
  font-size: 18px;
  padding: 10px 15px;
  height: 50px;
  box-shadow: none;
}
.form-control:focus {
  border-color: #11466B;
  box-shadow: none;
}
.button-red {
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  background: #11466B;
  padding: 10px 42px;
  border: none;
  height: 50px;
}
.button-icon {
  height: 50px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  background: #11466B;
  padding: 6px 12px;
  border: none;
  height: 40px;
}
.button-red:hover {
  background: #0a293f;
}
.r-features {
  text-align: center;
  padding: 60px 0;
  background: #ececec;
}
.r-features .icon-wrapper {
  height: 90px;
}
.r-features .item p {
  max-width: 250px;
  margin: auto;
}
.flex {
  display: flex;
  justify-content: space-between;
}
/* Register Page */
.sub-banner,
.sub-header {
  background: url("../img/world-bg.png");
  padding: 75px 0;
  margin-bottom: 30px;
  color: #fff;
}
.sub-banner h3,
.sub-header h3,
.sub-banner p,
.sub-header p {
  margin-bottom: 20px;
}
.sub-banner p,
.sub-header p {
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 300;
}
.sub-banner div.text-block,
.sub-header div.text-block {
  padding: 10px 0px;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .sub-banner,
  .sub-header {
    padding: 10px 0px;
  }
}
.sub-header {
  color: #ffffff;
  padding: 20px 0 0;
}
@media only screen and (max-width: 768px) {
  .sub-header {
    padding: 10px 15px;
  }
  .sub-header h1 {
    font-size: 23px;
  }
}
.sub-header .sub-exp h3 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.sub-header .sub-exp p {
  margin-top: 0px;
  padding-top: 0px;
}
.sub-header .page-description {
  min-height: 161px;
}
.sub-header .profile-data {
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-height: 120px;
}
.sub-header .profile-data .user-prop {
  color: #969ca1;
  font-size: 15px;
}
.sub-header .profile-data .user-prop i {
  color: #00A8EA;
  display: none;
}
.sub-header .profile-data .user-prop span {
  font-size: 17px;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .sub-header .profile-data .user-prop {
    color: #969ca1;
    font-size: 13px;
    padding-right: 10px;
    line-height: 14px;
  }
  .sub-header .profile-data .user-prop i {
    color: #00A8EA;
  }
  .sub-header .profile-data .user-prop span {
    font-size: 13px;
    color: #ffffff;
    display: block;
  }
}
.sub-header .profile-data .add-balance {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: 30px;
}
.sub-header .profile-data .add-balance a {
  background: #ff9a36 none repeat scroll 0 0;
  border-radius: 35px 15px 15px 35px;
  padding: 15px 20px;
  display: flex;
  color: #fff;
}
.sub-header .profile-data .add-balance a:hover {
  background: #f9ad63;
}
.sub-header .profile-data .add-balance span {
  font-size: 60px;
  font-weight: 100;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .sub-header .profile-data .add-balance a {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
    float: left;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .sub-header .profile-data {
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-height: 0px;
  }
}
.sub-header .dashboard-menu {
  padding: 0px;
  margin-top: 30px;
}
.sub-header .dashboard-menu select {
  margin-bottom: 20px;
}
.sub-header .dashboard-menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: flex-start;
}
.sub-header .dashboard-menu ul li {
  list-style: none;
  display: inline-block;
  float: left;
  margin: 0px;
}
.sub-header .dashboard-menu ul li a {
  display: block;
  padding: 10px 15px;
  color: #ffffff;
  position: relative;
}
.sub-header .dashboard-menu ul li a:hover {
  border-bottom-width: 0px;
}
.sub-header .dashboard-menu ul li a:before {
  position: absolute;
  content: "";
  height: 30px;
  top: 10px;
  right: -5px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 30%;
}
.sub-header .dashboard-menu ul li.active {
  border-top-width: 3px;
  border-top-color: #ff9936;
  border-top-style: solid;
  background: #fff;
  color: #666;
}
.sub-header .dashboard-menu ul li.active a {
  color: #3c454f;
}
.sub-header .dashboard-menu ul li.active a:before {
  position: absolute;
  content: "";
  height: 30px;
  top: 10px;
  right: -5px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 30%;
}
.sub-header .dashboard-menu ul li:last-child a:before {
  position: absolute;
  content: "";
  height: 30px;
  top: 10px;
  right: -5px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 30%;
}
.dashboard div[class*="alert-"] {
  border: 0px;
  border-radius: 0px;
}
.reset-left {
  padding-left: 0px;
}
.error-page {
  text-align: center;
}
.error-page h1 {
  font-size: 100px;
}
.error-page h1 span {
  border: 1px solid #cccccc;
  display: inline-block;
  margin-left: 5px;
  overflow: hidden;
  padding: 2px;
}
.error-page h1 span strong {
  border: 1px solid #cccccc;
  display: inline-block;
  font-weight: normal;
  padding: 0 20px 20px;
}
.error-page h2 {
  font-size: 40px;
}
.error-page h2 span {
  display: block;
  font-size: 30px;
}
form textarea {
  width: 465px !important;
  height: 120px !important;
}
@media only screen and (max-width: 768px) {
  form textarea {
    width: 100% !important;
  }
}
form .checkbox {
  display: inline;
}
form label {
  color: #fff;
  font-size: 15px;
  margin-right: 15px;
  padding: 0 !important;
}
form label input {
  margin: 0;
  position: relative;
}
.error-popover {
  background-color: #f2dede;
  border-color: #eed3d7;
  box-shadow: none;
  color: #b94a48;
  cursor: pointer;
  max-width: none;
  z-index: 1099;
}
.right .arrow::after {
  border-right-color: #f2dede !important;
}
.left .arrow::after {
  border-left-color: #f2dede !important;
}
/* Register Page */
.table *,
.well *,
.buy-card {
  font-family: 'Open Sans', sans-serif;
}
.well {
  padding: 48px;
}
.well .col-md-6 span {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  width: 35%;
}
.table > thead > tr > th {
  font-weight: 600;
  border-bottom: none;
}
.buy-card .col-md-12.flex {
  justify-content: flex-end;
  margin-bottom: 30px;
}
.buy-card .col-md-12.flex div span {
  font-weight: 600;
}
.buy-card .col-md-12.flex button {
  font-size: 20px;
  margin-left: 20px;
  padding: 0 24px;
}
.card-list li {
  margin-bottom: 20px;
}
.card-list li div.buy-item {
  border: 1px solid #e1e2e3;
  background-image: url("../img/card-bg.png");
  background-repeat: no-repeat;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  position: relative;
}
.card-list li div.buy-item.offer {
  background-color: #f0f9f0;
}
.card-list li div.buy-item div.specs {
  width: 100%;
  display: block;
  text-align: center;
}
.card-list li div.buy-item div.specs img {
  width: 70px;
  display: block;
  margin: 0px auto 10px;
}
.card-list li div.buy-item div.specs span {
  font-weight: 600;
  font-size: 22px;
}
.card-list li div.buy-item div.specs span.tl_tutar {
  color: #000;
}
.card-list li div.buy-item div.specs span.eur_tutar {
  color: #de433e;
}
.card-list li div.buy-item div.buy-action {
  width: 100%;
  display: block;
  margin-top: 20px;
}
.card-list li div.buy-item div.buy-action input {
  height: 34px;
  display: block;
}
.card-list li div.buy-item.non-auth div.specs {
  width: 100%;
  text-align: center;
}
.card-list li div.buy-item.non-auth div.specs img {
  width: 100px;
  margin: 10px auto 30px auto;
}
@media only screen and (max-width: 768px) {
  .card-list {
    display: block;
    float: left;
    margin-bottom: 50px;
  }
  .card-list li div.buy-item {
    border: 1px solid #e1e2e3;
    display: block;
    background-image: none;
    background-repeat: no-repeat;
    border-radius: 5px;
    width: 100%;
    float: left;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
  }
  .card-list li div.buy-item.offer {
    background-color: #f0f9f0;
    padding-top: 40px;
  }
  .card-list li div.buy-item div.specs {
    width: 50%;
    display: inline;
    text-align: left;
    float: left;
  }
  .card-list li div.buy-item div.specs img {
    width: 50px;
    display: block;
    margin: 0px 0px 10px 0px;
  }
  .card-list li div.buy-item div.specs span {
    font-weight: 600;
    font-size: 15px;
  }
  .card-list li div.buy-item div.specs span.tl_tutar {
    color: #000;
  }
  .card-list li div.buy-item div.specs span.eur_tutar {
    color: #de433e;
  }
  .card-list li div.buy-item div.buy-action {
    float: left;
    width: 50%;
    display: inline;
    padding-top: 10px;
  }
  .card-list li div.buy-item div.buy-action input {
    height: 34px;
    display: block;
  }
  .card-list li div.buy-item.non-auth div.specs {
    width: 100%;
    text-align: center;
  }
  .card-list li div.buy-item.non-auth div.specs img {
    width: 70px;
    display: block;
    margin: 10px auto;
  }
  .card-list li div.ribbon {
    height: 30px;
    overflow: auto;
    position: absolute;
    display: block;
    left: 0px;
    text-align: center;
    top: 0px;
    width: 100%;
    z-index: 1;
  }
  .card-list li div.ribbon span {
    background: #5cb85c;
    box-shadow: none;
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    right: 0px;
    text-align: center;
    text-transform: uppercase;
    top: 0px;
    transform: rotate(0deg);
    width: 100%;
    border-radius: 5px 5px 0px 0px;
  }
  .card-list li div.ribbon :before {
    border-color: transparent;
    border-style: solid;
    border-width: 0px;
    content: "";
    left: 0;
    position: absolute;
    top: 0px;
    z-index: -1;
  }
  .card-list li div.ribbon :after {
    border-color: transparent;
    border-style: solid;
    border-width: 0px;
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    z-index: -1;
  }
}
.top-stick {
  background-color: #ffffff;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.top-stick.stick {
  margin-top: 0 !important;
  position: fixed;
  top: 0;
  z-index: 1000;
  left: 0px;
  width: 100%;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  background-color: rgba(60, 70, 90, 0.97);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.buy-line {
  padding: 0px 20px 20px 20px;
  text-align: right;
  background-color: transparent;
}
.buy-line span {
  font-weight: bold;
}
.buy-line span.currency {
  display: none;
}
.buy-line p {
  display: inline;
  padding-right: 20px;
}
.buy-line small {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .buy-line {
    text-align: left;
    font-size: 20px;
    padding: 5px;
  }
  .buy-line .btn-success {
    float: right;
    width: 100px;
    margin: -15px 0px 15px 0px;
    padding: 10px 0px;
  }
  .buy-line span.currency {
    display: inline;
  }
  .buy-line p {
    display: inline;
    padding-right: 5px;
  }
  .buy-line small {
    display: inline;
    font-size: 12px;
  }
}
.create-payment .static-pos {
  position: static;
}
.create-payment .tab-pane {
  padding-top: 0px;
  margin-top: 0px;
}
.create-payment .radio-inline {
  color: #000;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.create-payment button {
  margin: 15px 0;
}
.create-payment li label {
  padding: 15px;
  background: E6E6E6;
  border: 1px solid #cccccc;
  border-radius: 5px;
  height: 120px;
}
.create-payment input {
  visibility: hidden;
  position: absolute;
}
.create-payment span.total {
  display: block;
  width: 100%;
  border-bottom: 1px dotted #e1e2e3;
  padding-bottom: 10px;
  margin-top: 20px;
}
.create-payment span.bonus {
  font-weight: 600;
  color: #79a70a;
}
.create-payment ul {
  width: 100%;
  display: block;
  margin: 20px 0px;
  padding: 0px 15px;
}
.create-payment ul.method-select li {
  position: relative;
  display: inline-grid;
  text-align: center;
  border: 1px solid #e1e2e3;
  padding: 20px 0px;
  font-size: 15px;
  cursor: pointer;
  margin-bottom: 3px;
  height: 120px;
}
.create-payment ul.method-select li.method_1 {
  width: 99%;
  width: 50%;
}
.create-payment ul.method-select li.method_2 {
  width: 49%;
}
.create-payment ul.method-select li.method_3 {
  width: 32.33333333%;
}
.create-payment ul.method-select li.method_4 {
  width: 24%;
}
.create-payment ul.method-select li.method_5 {
  width: 19%;
}
.create-payment ul.method-select li img {
  display: block;
  margin: 10px auto;
}
.create-payment ul.method-select li.active {
  background-color: #f4fef6;
  border-color: #5cb85c;
  cursor: default;
}
.create-payment ul.method-select li.active:before {
  font-family: "FontAwesome";
  content: '\f078';
  color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 90%;
  width: 30px;
  height: 30px;
  background-color: #5cb85c;
  border-radius: 50%;
  z-index: 999;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  .create-payment ul.method-select {
    margin-bottom: 30px;
  }
  .create-payment ul.method-select li {
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    padding: 20px 10px;
  }
  .create-payment ul.method-select li.method_1 {
    width: 99%;
  }
  .create-payment ul.method-select li.method_2 {
    width: 49%;
  }
  .create-payment ul.method-select li.method_3 {
    width: 32.33333333%;
    width: 32%;
  }
  .create-payment ul.method-select li.method_4 {
    width: 24%;
    width: 32%;
  }
  .create-payment ul.method-select li.method_5 {
    width: 19%;
    width: 32%;
  }
  .create-payment ul.method-select li img {
    display: none;
  }
}
.create-payment ul.bank-list {
  padding: 0px;
}
.create-payment ul.bank-list li {
  position: relative;
  display: inline-block;
  width: 19.6% !important;
  text-align: center;
  border: 1px solid #e1e2e3;
  padding: 0px 0px;
  font-size: 15px;
  cursor: pointer;
  margin: 0px !important;
}
.create-payment ul.bank-list li img {
  margin: 0px auto;
}
.create-payment ul.bank-list li.active {
  border-color: #5cb85c;
  cursor: default;
}
@media only screen and (max-width: 768px) {
  .create-payment ul.bank-list {
    margin-bottom: 30px;
  }
  .create-payment ul.bank-list li {
    width: 32% !important;
  }
}
.index-footer {
  text-align: center;
}
.index-footer h2,
.index-footer h1 {
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
}
#bankList li label {
  height: 120px;
}
#bankdetails {
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
}
button.ribbon {
  outline: none;
  outline-color: transparent;
}
button.ribbon:before,
button.ribbon:after {
  top: 5px;
  z-index: -10;
}
button.ribbon:before {
  border-color: #53dab6 #53dab6 #53dab6 transparent;
  left: -25px;
  border-width: 17px;
}
button.ribbon:after {
  border-color: #53dab6 transparent #53dab6 #53dab6;
  right: -25px;
  border-width: 17px;
}
.ribbon {
  height: 100px;
  overflow: hidden;
  position: absolute;
  right: -6px;
  text-align: right;
  top: -5px;
  width: 100px;
  z-index: 1;
}
.ribbon span {
  background: rgba(0, 0, 0, 0) linear-gradient(#9bc90d 0%, #79a70a 100%) repeat scroll 0 0;
  box-shadow: 0 3px 10px -5px #000000;
  color: #fff;
  display: block;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  right: -29px;
  text-align: center;
  text-transform: uppercase;
  top: 15px;
  transform: rotate(45deg);
  width: 120px;
}
.ribbon :before {
  border-color: #79a70a transparent transparent #79a70a;
  border-style: solid;
  border-width: 5px;
  content: "";
  left: 0;
  position: absolute;
  top: 100%;
  z-index: -1;
}
.ribbon :after {
  border-color: #79a70a #79a70a transparent transparent;
  border-style: solid;
  border-width: 5px;
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
}
.create-payment div.ribbon {
  right: -7px;
}
@media only screen and (max-width: 768px) {
  div.create-payment div.ribbon {
    height: 30px;
    width: 100%;
    position: absolute;
    left: 0px;
    text-align: center;
    top: 0px;
    z-index: 1;
  }
  div.create-payment div.ribbon span {
    background: rgba(0, 0, 0, 0) linear-gradient(#9bc90d 0%, #79a70a 100%) repeat scroll 0 0;
    box-shadow: none;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    right: 0px;
    text-align: center;
    text-transform: uppercase;
    top: 0px;
    transform: rotate(0deg);
    width: 100%;
  }
  div.create-payment div.ribbon :before {
    border-color: transparent;
    border-style: solid;
    border-width: 0px;
    content: "";
    left: 0;
    position: absolute;
    top: 100%;
    z-index: -1;
  }
  div.create-payment div.ribbon :after {
    border-color: transparent;
    border-style: solid;
    border-width: 0px;
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
  }
}
.card {
  border: 1px solid;
  border-radius: 3px;
  font-size: 26px;
  font-weight: 600;
  line-height: 55px;
  padding: 15px;
}
.card .flex {
  flex-direction: column;
}
.card .flex span:first-child {
  font-weight: 400;
  font-size: 42px;
}
.order-list {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.order-list th,
.order-list td {
  border-bottom: 1px solid #e1e2e3;
  padding: .5em 1em;
}
.order-list th {
  font-weight: 800;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .order-list {
    margin-top: 30px;
    font-size: 15px;
  }
  .order-list thead {
    display: none;
  }
  .order-list th,
  .order-list td {
    padding: .5em;
  }
  .order-list td {
    font-weight: 600;
  }
  .order-list td:not(:last-child):before {
    content: attr(data-title) ": ";
  }
  .order-list td.detay {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: none;
  }
  .order-list td span {
    font-weight: 400;
    padding-left: 10px;
  }
  .order-list tr,
  .order-list td {
    display: block;
  }
  .order-list tr {
    position: relative;
    margin-bottom: 1em;
    border: 1px solid #e1e2e3;
    border-top: 2px solid #11466B;
  }
  .order-list tr:nth-child(even) {
    background-color: #f9fdfe;
  }
  .no-link td:before {
    content: attr(data-title) ": ";
  }
}
.mobile-nav .navbar-header {
  float: none;
}
.mobile-nav .navbar-header a.mobile-login {
  position: absolute;
  right: 50px;
  top: 17px;
  font-size: 14px;
  padding: 0px 15px;
}
.mobile-nav .navbar-header a.mobile-reg {
  position: absolute;
  right: 120px;
  top: 17px;
  font-size: 14px;
  padding: 0px 15px;
}
.mobile-nav .navbar-toggle {
  display: block;
}
.mobile-nav .navbar-nav {
  float: none !important;
  margin: 7.5px -15px;
}
.mobile-nav .navbar-nav > li {
  float: none;
}
.mobile-nav .navbar-collapse {
  position: fixed;
  top: 0;
  right: -50%;
  display: block;
  width: 50%;
  height: 100% !important;
  margin: 0;
  background-color: #3c454f;
  -webkit-box-shadow: inset 13px -5px 5px -12px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: inset 13px -5px 5px -12px rgba(0, 0, 0, 0.21);
  box-shadow: inset 13px -5px 5px -12px rgba(0, 0, 0, 0.21);
  transition: right 0.35s ease;
  z-index: 120;
}
.mobile-nav .navbar-collapse.collapsing {
  transition: right 0.35s ease;
}
.mobile-nav .navbar-collapse.in {
  right: 0;
}
#wrapper {
  position: relative;
  right: 0;
  transition: right 0.35s ease;
}
body.menu-slider.in {
  overflow: hidden;
}
body.menu-slider.in #wrapper {
  right: 50%;
}
body.menu-slider #wrapper {
  transition: right 0.35s ease;
}
.navbar {
  margin-bottom: 0px;
  background-color: #fff;
  border-color: #efff;
  height: 60px;
}
.mobile-logo {
  width: 100px;
  margin: 10px 0px 0px 12px;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 8px 8px;
  margin-top: 16px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #373f48;
  background-image: none;
  border: 0px;
  border-radius: 4px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
  width: 15px;
  height: 1px;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #3c464f;
}
.navbar-default .navbar-toggle.active span:nth-child(2) {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 5px;
}
.navbar-default .navbar-toggle.active span:nth-child(3) {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: -1px;
}
.navbar-default .navbar-toggle.active span:nth-child(4) {
  opacity: 0;
}
.navbar-default .navbar-nav li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.navbar-default .navbar-nav .active a {
  color: #fff;
  background-color: #3c464f;
}
.nav li a {
  position: relative;
  display: block;
  padding: 6px 15px;
  font-size: 13px;
  color: #ffffff;
}
section.seo {
  padding: 0px 20px;
  font-size: 15px;
}
.profile-well {
  padding: 20px;
  margin-top: 20px;
}
.profile-section .btn-default {
  margin: 1em;
}
.profile-section input[type="checkbox"] {
  margin-right: .5em;
}
.profile-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 20px;
}
.profile-table th,
.profile-table td {
  border-bottom: 1px solid #e1e2e3;
  padding: .5em 1em;
  font-weight: 500;
}
.profile-table th:first-child,
.profile-table td:first-child {
  font-weight: 800;
  width: 30%;
}
.profile-table tr:nth-child(odd) {
  background-color: #f9fdfe;
}
@media only screen and (max-width: 768px) {
  .profile-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
  }
  .profile-table th,
  .profile-table td {
    border-bottom: 1px solid #e1e2e3;
    padding: .5em 1em;
    font-weight: 500;
  }
  .profile-table td {
    display: block;
    width: 100%;
    padding: .5em 0;
    font-size: 14px;
  }
  .profile-table td:first-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    padding-top: .5em;
    font-weight: 800;
    width: 100%;
  }
  .profile-table td:last-child {
    padding-top: 0px;
  }
  .profile-section .btn-default {
    margin: 1em 0 1em 0;
  }
  .profile-section .col-md-6 {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
div.dataTables_wrapper {
  position: relative;
}
div.dataTables_processing {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  padding-top: 90px;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}
div.dataTables_paginate {
  margin-top: 20px;
}
div.dataTables_paginate a.paginate_button {
  padding: 4px 9px;
  font-size: 15px;
  border: 1px solid #e1e2e3;
  margin-right: 3px;
  cursor: pointer;
  color: #555555;
}
div.dataTables_paginate a.paginate_button.current {
  background-color: #11466B;
  color: #ffffff;
  border-color: #11466B;
}
div.dataTables_paginate a.paginate_button.disabled {
  pointer-events: none;
  opacity: .2;
}
.productData img {
  margin-bottom: 20px;
  margin-right: 20px;
  max-width: 100%;
  float: left;
}
.productData p {
  font-size: 13px;
}
.productData h2 {
  font-size: 18px;
}
table.listTable {
  width: 100%;
}
table.listTable thead tr th {
  border-bottom: 2px solid #dddddd;
  font-size: 15px;
  cursor: pointer;
}
table.listTable thead tr th i {
  color: #11466B;
}
table.listTable thead tr th:first-child {
  padding-left: 5px;
}
table.listTable thead tr th.sorting-asc i {
  transform: rotate(180deg);
}
table.listTable thead tr th.sorting-desc i {
  transform: rotate(0deg);
}
table.listTable tbody tr td {
  padding: 15px 0px;
  border-bottom: 1px solid #dddddd;
}
table.listTable tbody tr td:first-child {
  width: 15%;
  padding-left: 5px;
}
table.listTable tbody tr td:last-child {
  text-align: right;
}
table.listTable tbody tr td span.badge {
  background-color: #11466B;
  padding: 10px;
  border-radius: 5px;
  margin-right: 10px;
  float: right;
}
table.listTable tbody tr td a {
  font-weight: bold;
}
table.listTable tbody tr td a.link {
  background-color: #ffffff;
  padding: 0px 10px;
  border-radius: 5px;
  margin-right: 10px;
  float: right;
  border: 1px solid #11466B;
  color: #11466B;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
table.listTable tbody tr td a.link:hover {
  color: #ffffff;
  background-color: #11466B;
}
table.listTable tbody tr:hover {
  background-color: #f8faf9;
}
@media only screen and (max-width: 768px) {
  .listTable thead {
    display: none;
  }
  .listTable tbody tr {
    position: relative;
    display: block;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
    border-top: 2px solid #11466B;
    padding: 20px 0px;
  }
  .listTable tbody tr td {
    display: inline !important;
    border-bottom-width: 0px !important;
    font-size: 14px;
  }
  .listTable tbody tr td span.badge {
    background-color: #11466B;
    padding: 10px;
    border-radius: 5px;
    margin-right: 0px;
    float: right;
    font-size: 12px;
  }
}
table.buyTable {
  width: 100%;
}
table.buyTable thead tr th {
  border-bottom: 2px solid #dddddd;
  font-size: 15px;
  cursor: pointer;
}
table.buyTable thead tr th i {
  color: #11466B;
}
table.buyTable thead tr th:first-child {
  padding-left: 5px;
}
table.buyTable thead tr th.sorting-asc i {
  transform: rotate(180deg);
}
table.buyTable thead tr th.sorting-desc i {
  transform: rotate(0deg);
}
table.buyTable tbody tr td {
  padding: 15px 5px;
  border-bottom: 1px solid #dddddd;
}
table.buyTable tbody tr td span.badge {
  background-color: #11466B;
  padding: 10px;
  border-radius: 5px;
  margin-right: 10px;
  float: right;
}
table.buyTable tbody tr:hover {
  background-color: #f8faf9;
}
table.buyTable tbody tr div.input-group {
  width: 60%;
  float: right;
}
table.buyTable tbody tr div.input-group span.input-group-btn button.btn {
  line-height: 36px;
}
@media only screen and (max-width: 768px) {
  .listTable thead {
    display: none;
  }
  .listTable tbody tr {
    position: relative;
    display: block;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
    border-top: 2px solid #11466B;
    padding: 20px 0px;
  }
  .listTable tbody tr td {
    display: inline !important;
    border-bottom-width: 0px !important;
    font-size: 14px;
  }
  .listTable tbody tr td span.badge {
    background-color: #11466B;
    padding: 10px;
    border-radius: 5px;
    margin-right: 0px;
    float: right;
    font-size: 12px;
  }
  .buyTable thead {
    display: none;
  }
  .buyTable tbody td {
    font-size: 14px;
    font-weight: bold;
  }
  .buyTable tbody td:last-child {
    width: 40%;
  }
  .buyTable tbody td span.badge {
    background-color: #11466B;
    padding: 7px;
    border-radius: 5px;
    margin-right: 0px;
    float: left;
    font-size: 11px;
  }
  .buyTable tbody td div.input-group {
    width: 100% !important;
    float: left !important;
  }
}
.captcha .g-recaptcha > div {
  display: table;
  margin: 0 auto 10px auto;
}
#content,
#main-content {
  min-height: 300px;
}
.buy-line2 {
  padding-bottom: 20px;
  text-align: center;
  background-color: #ffffff;
}
.buy-line2 .btn-success {
  background: transparent;
  color: #11466B;
  border-color: #11466B;
  font-weight: bold;
  text-transform: uppercase;
  float: right;
  width: 150px;
}
.order-complete-page .order-complete-alert {
  background-color: #f0f7e8;
  border-radius: 4px;
  text-align: center;
  padding: 40px;
  margin: 30px 0;
}
.order-complete-page .order-complete-alert img {
  width: 80px;
  height: auto;
}
.order-complete-page .order-complete-alert p {
  margin-bottom: 0;
}
.order-complete-page table {
  margin-bottom: 50px;
}
#announcementModal .modal-dialog {
  margin-top: 10%;
}
#announcementModal .modal-header {
  background-color: #fff;
  color: #11466B;
  padding: 15px 20px;
}
#announcementModal .modal-header h4 {
  color: #0A0B08;
  font-weight: bold;
}
#announcementModal .modal-header h4 .fa {
  margin-right: 5px;
  font-size: 22px;
}
#announcementModal .close {
  color: #34b2eb;
  font-size: 14px !important;
  font-weight: normal;
  opacity: 1;
  text-shadow: none;
  margin-top: 2px;
}
#announcementModal .close .cross {
  width: 16px;
  height: 16px;
  display: inline-block;
  -webkit-mask: url(../img/multiply.svg) no-repeat 50% 50%;
  mask: url(../img/multiply.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #34b2eb;
  margin-left: 5px;
  position: relative;
  top: 3px;
}
#announcementModal .modal-body {
  padding: 20px;
}
#announcementModal .modal-footer {
  text-align: left;
  border-top: none;
  padding: 20px;
}
#announcementModal .modal-footer .btn-info .fa {
  margin-left: 5px;
}
.payment-notification-page {
  padding: 3% 0;
}
.payment-notification-page i {
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 3px solid #83d262;
  border-radius: 50%;
  line-height: 65px;
}
.payment-notification-page i img {
  width: 68%;
}
.payment-notification-page table {
  max-width: 420px;
  margin: 30px auto;
  font-size: 16px;
}
.contact-container {
  margin-top: 13%;
  text-align: center;
}
div.videos {
  background-color: #ff9735;
  padding: 20px 0px;
  text-align: center;
}
div.videos h3.title {
  color: #ffffff !important;
}
div.videos p {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 35px;
  color: #ffffff;
}
div.videos a.video_image {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 30px;
}
div.videos a.video_image img {
  max-width: 100%;
}
div.videos a.video_image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImthdG1hbl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMCAxMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDpub25lO3N0cm9rZTojRkI0MTM2O3N0cm9rZS13aWR0aDo1O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Qxe2ZpbGw6I0ZCNDEzNjt9PC9zdHlsZT48ZyBpZD0ia2F0bWFuXzIiPjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjQ5LjYiIGN5PSI1MCIgcj0iNDciLz48L2c+PGcgaWQ9ImthdG1hbl8zIj48cG9seWdvbiBjbGFzcz0ic3QxIiBwb2ludHM9IjQxLDM0LjEgNDEsNjUgNjcuOSw1MC45ICIvPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center center;
  left: 0;
  top: 0;
  opacity: .4;
}
div.videos a.video_image:hover:after {
  opacity: 1;
}
div.videos span {
  font-size: 24px;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  div a.video_image {
    margin-bottom: 15px;
  }
}
.video_modal {
  padding: 0px;
  position: relative;
}
.video_modal a.close-modal {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #ff9735;
  border-radius: 50%;
  top: -15px;
  right: -15px;
  z-index: 9;
}
.video_modal a.close-modal:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MS44IDQxLjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQxLjggNDEuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PGc+PHBhdGggY2xhc3M9InN0MCIgZD0iTTI3LjksMjAuOUw0MC4zLDguNWMyLTIsMi01LjEsMC03LjFjLTItMi01LjEtMi03LjEsMEwyMC45LDEzLjhMOC41LDEuNWMtMi0yLTUuMS0yLTcuMSwwYy0yLDItMiw1LjEsMCw3LjFsMTIuMywxMi4zTDEuNSwzMy4yYy0yLDItMiw1LjEsMCw3LjFjMSwxLDIuMywxLjUsMy41LDEuNWMxLjMsMCwyLjYtMC41LDMuNS0xLjVsMTIuMy0xMi4zbDEyLjMsMTIuM2MxLDEsMi4zLDEuNSwzLjUsMS41czIuNi0wLjUsMy41LTEuNWMyLTIsMi01LjEsMC03LjFMMjcuOSwyMC45eiIvPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center center;
}
.phone-num-home {
  font-size: 18px;
}
.phone-num-home a.link {
  display: none;
}
@media only screen and (max-width: 768px) {
  .phone-num-home a {
    display: none;
  }
  .phone-num-home a.link {
    display: block;
  }
  .phone-num-home a.phone-only {
    display: none;
  }
}
.clipboard-copy-button {
  background-color: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
  margin: 0 0 0 10px !important;
  color: #ff9735;
  outline: 0;
}
table.bank-accounts {
  width: 100%;
  margin-bottom: 40px;
}
table.bank-accounts tbody tr {
  position: relative;
  padding-bottom: 40px;
}
table.bank-accounts tbody tr:nth-child(4n),
table.bank-accounts tbody tr:nth-child(4n-1) {
  background-color: #f8f8f8;
}
table.bank-accounts tbody tr[data-role='expand'] {
  display: none;
}
table.bank-accounts tbody tr[data-role='expand'] td dl {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
  overflow: visible;
}
table.bank-accounts tbody tr[data-role='expand'] td dl dt {
  flex: 0 0 20%;
  font-weight: bold;
}
table.bank-accounts tbody tr[data-role='expand'] td dl dd {
  margin-left: auto;
  text-align: left;
  flex: 0 0 80%;
}
table.bank-accounts tbody tr[data-role='expand'] td dl dt,
table.bank-accounts tbody tr[data-role='expand'] td dl dd {
  padding: 5px 0px;
  text-overflow: ellipsis;
  overflow: hidden;
}
table.bank-accounts tbody tr[data-role='expand'].in {
  display: table-row;
}
table.bank-accounts tbody tr td button.btn-success {
  background-color: transparent;
  border: 1px solid #e1e2e3;
  color: #555;
}
table.bank-accounts td,
table.bank-accounts th {
  padding: 10px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  table.bank-accounts thead {
    display: none;
  }
  table.bank-accounts tbody tr {
    border: 0px solid #ececec;
    padding-bottom: 0px;
  }
  table.bank-accounts tbody tr td {
    display: block;
  }
  table.bank-accounts tbody tr td:not(:last-child):before {
    content: attr(data-title) ": ";
    font-weight: 600;
  }
  table.bank-accounts tbody tr[data-role='expand'] {
    display: none;
  }
  table.bank-accounts tbody tr[data-role='expand'] td {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  table.bank-accounts tbody tr[data-role='expand'] td dl {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    width: 100%;
    overflow: visible;
    margin-top: 0px;
  }
  table.bank-accounts tbody tr[data-role='expand'] td dl dt {
    flex: 0 0 50%;
    font-weight: bold;
  }
  table.bank-accounts tbody tr[data-role='expand'] td dl dd {
    margin-left: auto;
    text-align: left;
    flex: 0 0 50%;
  }
  table.bank-accounts tbody tr[data-role='expand'] td dl dt,
  table.bank-accounts tbody tr[data-role='expand'] td dl dd {
    padding: 5px 0px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  table.bank-accounts tbody tr td {
    position: relative;
    font-size: 12px;
  }
  table.bank-accounts tbody tr td button.btn-success {
    background-color: transparent;
    border: 1px solid #e1e2e3;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  table.bank-accounts tbody tr:nth-child(4n) {
    margin-top: 20px;
  }
}
div.video-player {
  width: 100%;
  background-color: #FD9642;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 90px;
  position: relative;
}
div.video-player video {
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.21);
}
div.video-player h2 {
  color: white;
  text-align: center;
  margin-bottom: 30px;
}
div.video-player a.guide-link {
  position: absolute;
  background-color: #18437E;
  color: white;
  padding: 15px 30px;
  border-radius: 30px;
  text-align: center;
  display: table;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
div.video-player a.guide-link:hover {
  text-decoration: none;
}
div.page-content {
  background-color: white;
  padding-bottom: 80px;
}
div.guide-list {
  margin-top: 40px;
}
div.guide-list h2 {
  color: #333333;
  text-align: center;
  margin-top: 40px;
}
div.guide-list p {
  text-align: center;
  margin-bottom: 40px;
  color: #777877;
}
div.guide-list div.thumbs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.guide-list div.thumbs a {
  width: 32%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-weight: 400;
  padding: 0px 0px;
  border-radius: 0px;
  color: #505254;
  position: relative;
}
div.guide-list div.thumbs a:hover {
  text-decoration: none;
}
div.guide-list div.thumbs a img {
  margin-bottom: 20px;
  width: 100%;
  border: 5px solid white;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.21);
  outline: 3px solid;
  outline-color: transparent;
}
div.guide-list div.thumbs a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  top: 0px;
  left: 0px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImthdG1hbl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMCAxMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDpub25lO3N0cm9rZTojRkI0MTM2O3N0cm9rZS13aWR0aDo1O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Qxe2ZpbGw6I0ZCNDEzNjt9PC9zdHlsZT48ZyBpZD0ia2F0bWFuXzIiPjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjQ5LjYiIGN5PSI1MCIgcj0iNDciLz48L2c+PGcgaWQ9ImthdG1hbl8zIj48cG9seWdvbiBjbGFzcz0ic3QxIiBwb2ludHM9IjQxLDM0LjEgNDEsNjUgNjcuOSw1MC45ICIvPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center center;
  opacity: .3;
}
div.guide-list div.thumbs a.active {
  color: #FD9642;
}
div.guide-list div.thumbs a.active img {
  outline-color: #FD9642;
}
div.guide-list div.thumbs a.active:after {
  opacity: .8;
}
@media only screen and (max-width: 768px) {
  div.video-player {
    padding-top: 10px;
  }
  div.video-player h2 {
    font-size: 17px;
  }
  div.guide-list {
    margin-top: 20px;
  }
  div.guide-list h2 {
    font-size: 17px;
  }
  div.guide-list p {
    font-size: 13px;
  }
  div.guide-list div.thumbs a {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    word-spacing: 0px;
    line-height: 17px;
  }
  div.guide-list div.thumbs a img {
    margin-bottom: 10px;
    max-height: 80px;
  }
  div.guide-list div.thumbs a:after {
    height: 80px;
    background-size: 20px;
  }
}
#payment-steps span.total {
  color: #1CA9E7;
  font-size: 22px;
}
#payment-steps form {
  max-width: inherit;
}
#payment-steps h5 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #858585;
  margin: 20px 0;
  text-align: left;
}
#payment-steps .method-select {
  padding: 0;
  list-style: none;
  margin: 0;
  display: inline-block;
  width: 100%;
}
#payment-steps .method-select li {
  width: 25%;
  height: 125px;
  display: inline-block;
  float: left;
  cursor: pointer;
  padding: 5px;
  margin-bottom: 10px;
  text-align: center;
}
#payment-steps .method-select li input + div {
  border-radius: 6px;
  border: solid 1px #cddde2;
  position: relative;
  padding: 20px 10px;
}
#payment-steps .method-select li input + div .title {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #858585;
  left: 0;
  right: 0;
  bottom: 15px;
}
#payment-steps .method-select li input + div img {
  max-height: 40px;
  margin-bottom: 10px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#payment-steps .method-select li input {
  visibility: hidden;
  position: absolute;
}
#payment-steps .method-select li input[type="radio"]:checked + div {
  border-color: #20D1BC;
  background-color: rgba(32, 209, 188, 0.05);
}
#payment-steps .method-select li input[type="radio"]:checked + div .title {
  color: #20D1BC;
}
#payment-steps .method-select li input[type="radio"]:checked + div img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
#payment-steps .method-select li .bns {
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  background-color: #20D1BC;
  color: #fff;
  border-radius: 20px;
  width: 60%;
}
#payment-steps ul.payments {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: table;
  width: 100%;
  table-layout: fixed;
}
#payment-steps ul.payments li {
  display: table-cell;
  cursor: pointer;
}
#payment-steps ul.payments li.method_1 {
  max-width: 25% !important;
  width: 25% !important;
  display: inline-block;
}
#payment-steps ul.payments li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-direction: column;
  justify-content: center;
  flex-flow: column;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  height: 150px;
  text-decoration: none;
  position: relative;
  color: #555;
}
#payment-steps ul.payments li input {
  position: absolute;
  visibility: hidden;
  width: 0px;
}
#payment-steps ul.payments li img {
  max-height: 30px;
  filter: grayscale(100);
  margin-bottom: 10px;
  opacity: .5;
}
#payment-steps ul.payments li span.title {
  display: block;
  text-align: center;
  font-size: 12px;
}
#payment-steps ul.payments li span.bonus {
  padding: 5px 10px;
  background-color: green;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  border-radius: 4px;
  width: 80%;
  text-align: center;
  font-size: 12px;
  color: white;
}
#payment-steps ul.payments li input[type="radio"]:checked + a {
  background: #ffffff;
  border: 1px solid green;
}
#payment-steps ul.payments li input[type="radio"]:checked + a img {
  filter: grayscale(0);
  opacity: 1;
}
#payment-steps div.available-banks {
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: rgba(204, 220, 226, 0.15);
  width: 100%;
  border: 1px solid #dae0d9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  justify-content: space-between;
  display: none;
}
#payment-steps div.available-banks h5 {
  color: #333;
}
#payment-steps div.available-banks h5 small {
  display: block;
}
#payment-steps div.available-banks div.selectbank {
  width: 40%;
}
#payment-steps div.available-banks div.selectbank select.form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #d7ddd6;
  height: 50px;
}
#payment-steps div.available-banks div.selectamount {
  width: 50%;
  position: relative;
}
#payment-steps div.available-banks div.selectamount ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: none;
  width: 100%;
}
#payment-steps div.available-banks div.selectamount ul li {
  display: inline-block;
  width: 25%;
  text-align: center;
  font-size: 19px;
  float: left;
  cursor: pointer;
  padding: 0px 5px 5px;
  margin-bottom: 10px;
}
#payment-steps div.available-banks div.selectamount ul li input {
  visibility: hidden;
  position: absolute;
}
#payment-steps div.available-banks div.selectamount ul li input + div {
  border-radius: 6px;
  border: 1px solid #d7ddd6;
  position: relative;
  padding: 20px 10px;
  background-color: #ffffff;
}
#payment-steps div.available-banks div.selectamount ul li input + div span.title {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #858585;
  left: 0;
  right: 0;
  bottom: 15px;
  display: block;
}
#payment-steps div.available-banks div.selectamount ul li input[type="radio"]:checked + div {
  border-color: green;
}
#payment-steps div.available-banks div.selectamount ul li input[type="radio"]:checked + div span.title {
  color: green;
}
#payment-steps div.available-banks div.selectamount h5 {
  padding-left: 5px;
}
#payment-steps div.available-banks div.selectamount img.banklogo {
  position: absolute;
  right: 0px;
  top: -10px;
  max-width: 120px;
}
#payment-steps div.available-banks.view-options {
  display: flex;
}
#payment-steps .alert {
  padding: 17px;
  background-color: rgba(204, 220, 226, 0.15);
  text-align: left;
  font-size: 13.5px;
  margin-top: 30px;
}
#payment-steps .alert.bonus {
  margin-left: 0;
  margin-top: 20px;
}
#payment-steps button[type="submit"] {
  margin-top: 30px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  #payment-steps .alert {
    margin-left: 0;
  }
  #payment-steps .method-select li {
    width: 33%;
  }
  #payment-steps .method-select li input + div {
    height: 125px;
  }
  #payment-steps .method-select li input + div .title {
    font-size: 11px;
    font-weight: 400;
  }
  #payment-steps .method-select li input + div img {
    max-height: 25px;
  }
  #payment-steps .method-select li .bns {
    font-size: 11px;
    top: -8px;
    background-color: #20D1BC;
    color: #fff;
    border-radius: 20px;
    width: 80%;
    bottom: initial;
  }
  #payment-steps ul.payments {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-box-orient: horizontal;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #payment-steps ul.payments li {
    width: 50%;
    margin-bottom: 20px;
  }
  #payment-steps ul.payments li.method_1 {
    max-width: 25% !important;
    width: 25% !important;
    display: inline-block;
  }
  #payment-steps ul.payments li a {
    font-size: 12px;
  }
  #payment-steps div.available-banks {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column;
    -ms-flex-direction: column;
    flex-flow: column;
    display: none;
    width: 95%;
    margin: 0px auto;
  }
  #payment-steps div.available-banks div.selectbank {
    width: 100%;
  }
  #payment-steps div.available-banks div.selectbank select.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #d7ddd6;
    height: 50px;
    background-image: url("../img/icons/down-arrow.svg");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 10px;
  }
  #payment-steps div.available-banks div.selectamount {
    width: 100%;
    position: relative;
    margin-top: 25px;
  }
  #payment-steps div.available-banks div.selectamount ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: none;
    width: 100%;
  }
  #payment-steps div.available-banks div.selectamount ul li {
    width: 50%;
  }
  #payment-steps div.available-banks div.selectamount h5 {
    padding-left: 5px;
    margin-top: 20px;
  }
  #payment-steps div.available-banks div.selectamount img.banklogo {
    position: absolute;
    right: 0px;
    top: -10px;
    max-width: 120px;
  }
  #payment-steps div.available-banks.view-options {
    display: flex;
  }
}
