input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
th,
td {
  line-height: 1.42857143;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
}
td,
tr td {
  border-top: 1px solid #dddddd;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f5f5f5;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #f9f9f9;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.star {
  color: #ffcc00;
}
.red {
  color: #cc0000;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.product-cat-block .product-cat-items-block .load-more {
  text-align: center;
}
.product-cat-block .product-cat-items-block .load-more > span {
  cursor: pointer;
  border-bottom: 3px solid #669900;
  padding-bottom: 5px;
  line-height: 1;
  color: #669900;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
.product-cat-block .product-cat-items-block .load-more > span:hover {
  color: #527a00;
  border-color: #527a00;
}
.product-cat-block .product-cat-items-block .product-cat-item-info:nth-child(n+4) {
  display: none;
}
.product-cat-block > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: strech;
}
.product-cat-block > .row > .col-sm-6:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.product-cat-block > .row > .col-sm-6:first-child img {
  width: 100%;
}
.products-left-menu.products-item {
  margin-top: 0;
}
.itemView .catItemView .prod-title {
  font-size: 16px;
  margin-bottom: 25px;
  font-weight: bold;
}
.itemView .catItemView .prod-text {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 24px;
}
.itemView .sub-product {
  padding-bottom: 0;
}
.itemView .itemContainer {
  padding: 55px 0 65px 0;
  margin-bottom: 0 !important;
  position: relative;
}
.itemView .itemContainer:not(:first-child):before {
  content: '';
  height: 1px;
  background-color: #bcbcbc;
  left: -15px;
  right: -15px;
  display: block;
  position: absolute;
  top: 0;
}
.itemView .catItemView-text > div:last-child {
  margin: 0;
}
.itemView .item-fulltext {
  font-size: 16px;
  line-height: 24px;
  padding-right: 15px;
  padding-left: 15px;
}
.itemView .item-fulltext ul {
  list-style: outside;
}
.itemView .item-fulltext ul li {
  margin-left: 40px;
}
.sub-products .catItemImage {
  position: relative;
  padding: 0 30px;
}
.sub-products .catItemImage > a {
  overflow: hidden;
  display: inline-block;
  background: #371b3d;
  
  background: -moz-linear-gradient(-45deg, #371b3d 0%, #631e4e 43%, #631e4e 80%);
  
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #371b3d), color-stop(43%, #631e4e), color-stop(80%, #631e4e));
  
  background: -webkit-linear-gradient(-45deg, #371b3d 0%, #631e4e 43%, #631e4e 80%);
  
  background: -o-linear-gradient(-45deg, #371b3d 0%, #631e4e 43%, #631e4e 80%);
  
  background: -ms-linear-gradient(-45deg, #371b3d 0%, #631e4e 43%, #631e4e 80%);
  
  background: linear-gradient(135deg, #371b3d 0%, #631e4e 43%, #631e4e 80%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#371b3d', endColorstr='#631e4e', GradientType=1);
  
}
.sub-products .catItemImage > a:hover > img {
  opacity: 0.6;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.sub-products .catItemImage > a:hover .image-icon img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.sub-products .catItemImage > a img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sub-products .absolute-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.sub-products .image-icon {
  margin-bottom: 20px;
}
.sub-product .catItemView .catItemImageBlock .image-icon img {
  max-width: 80px !important;
}
.sub-products .image-title {
  font-size: 28px;
  color: #fff;
  font-weight: 300;
  display: inline-block;
}
.logos img,
.partners-logos img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s;
}
.logos img svg,
.partners-logos img svg {
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.logos img:hover,
.partners-logos img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
.logos img:hover svg,
.partners-logos img:hover svg {
  opacity: 0;
}
.k2-services .sub-products-overview .row {
  padding: 42px 0;
  position: relative;
}
.k2-services .sub-products-overview .row:not(:first-child):before {
  content: '';
  height: 1px;
  background-color: #bcbcbc;
  left: 0;
  right: 0;
  display: block;
  position: absolute;
  top: 0;
}
.k2-services .sub-products-overview .row > div:first-child {
  justify-content: center;
}
.k2-services .sub-products-overview .row > div:first-child > img {
  width: 175px;
  align-self: center;
}
.k2-services .sub-products-overview .overview-benefit {
  padding-right: 135px;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
}
.k2-services .sub-products-overview .overview-benefit.centered {
  text-align: center;
  margin-top: 48px;
}
.k2-services .sub-products-overview .overview-benefit .benefit-title {
  font-size: 35px;
  letter-spacing: 2px;
}
.k2-services .sub-products-content {
  padding-right: 0;
}
.k2-service .overview-benefit,
.k2-product .overview-benefit {
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}
.k2-service .overview-benefit .benefit-text,
.k2-product .overview-benefit .benefit-text {
  font-size: 16px;
  line-height: 24px;
}
.k2-service .overview-benefit .benefit-title,
.k2-product .overview-benefit .benefit-title {
  margin-top: 0;
}
.k2-service .upper,
.k2-product .upper,
.k2-service .item-fulltext,
.k2-product .item-fulltext {
  padding-right: 135px;
}
.home-games-row {
  margin-top: 40px;
}
.home-games-row .bc-home-games-info {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-games-row .bc-home-games-info .bc-home-games-ico {
  height: 75px;
  margin-bottom: 25px;
}
.home-games-row .bc-home-games-info .bc-home-games-ico img {
  max-height: 100%;
}
.home-games-row .bc-home-games-info .bc-home-games-title {
  font-size: 26px;
  color: #FFF;
  font-weight: 300;
}
.home-games-row a {
  display: block;
  overflow: hidden;
  position: relative;
}
.home-games-row a .bc-home-games-image {
  overflow: hidden;
  background: #371b3d;
  
  background: -moz-linear-gradient(-45deg, #371b3d 0%, #631e4e 43%, #631e4e 80%);
  
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #371b3d), color-stop(43%, #631e4e), color-stop(80%, #631e4e));
  
  background: -webkit-linear-gradient(-45deg, #371b3d 0%, #631e4e 43%, #631e4e 80%);
  
  background: -o-linear-gradient(-45deg, #371b3d 0%, #631e4e 43%, #631e4e 80%);
  
  background: -ms-linear-gradient(-45deg, #371b3d 0%, #631e4e 43%, #631e4e 80%);
  
  background: linear-gradient(135deg, #371b3d 0%, #631e4e 43%, #631e4e 80%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#371b3d', endColorstr='#631e4e', GradientType=1);
  
}
.home-games-row a .bc-home-games-image img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.home-games-row a:hover .bc-home-games-image img {
  opacity: 0.6;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.home-games-row a .bc-home-games-ico img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.home-games-row a:hover .bc-home-games-ico img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.product-cat-item-title {
  position: relative;
  padding-left: 46px;
}
.product-cat-item-title a {
  line-height: 40px;
}
.product-cat-item-title a:before {
  content: '';
  position: absolute;
  width: 52px;
  height: 40px;
  left: -10px;
  top: 1px;
  background-image: url('../../images/product-category-icons.png');
  background-size: 52px;
  background-position: 0 0;
}
.product-cat-item-title a:after {
  content: '';
  background-image: url('../../images/title-arrow.png');
  display: inline-block;
  -webkit-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
  width: 18px;
  height: 7px;
  background-size: 18px auto;
  margin-left: 3px;
  vertical-align: 2px;
}
.product-cat-item-title a:hover:after {
  margin-left: 8px;
}
.product-cat-item-title#c14 a:before {
  background-position: 0 -40px;
}
.product-cat-item-title#c15 a:before {
  background-position: 0 -80px;
}
.product-cat-item-title#c36 a:before {
  background-position: 0 -440px;
}
.product-cat-item-title#c17 a:before {
  background-position: 0 -120px;
}
.product-cat-item-title#c18 a:before {
  background-position: 0 -160px;
}
.product-cat-item-title#c19 a:before {
  background-position: 0 -200px;
}
.product-cat-item-title#c20 a:before {
  background-position: 0 -240px;
}
.product-cat-item-title#c33 a:before {
  background-position: 0 -400px;
}
.product-cat-item-title#c34 a:before {
  background-position: 0 -440px;
}
.product-cat-item-title#c35 a:before {
  background-position: 0 -640px;
}
.product-cat-item-title#c22 a:before {
  background-position: 0 -40px;
}
.product-cat-item-title#c23 a:before {
  background-position: 0 -360px;
}
.product-cat-item-title#c32 a:before {
  background-position: 0 -320px;
}
.product-cat-item-title#c39 a:before {
  background-position: 0 -480px;
}
.product-cat-item-title#c25 a:before {
  background-position: 0 -520px;
}
.product-cat-item-title#c26 a:before {
  background-position: 0 -560px;
}
.product-cat-item-title#c27 a:before {
  background-position: 0 -600px;
}
.product-cat-item-title#c44 a:before {
  background-position: 0 -680px;
}
.partners-page .partner-global-container {
  position: relative;
  margin-bottom: 153px;
}
.partners-page .partner-global-container .partner-image {
  border: 1px solid #f4f4f5;
}
.partners-page .partner-global-container .partner-info {
  background: #f4f4f5;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  font-size: 16px;
  line-height: 24px;
  color: #1f1a34;
  overflow: hidden;
  height: 108px;
}
.partners-page .partner-global-container .partner-info .partner-name {
  padding: 20px 20px 0;
  font-weight: bold;
  margin-bottom: 15px;
}
.partners-page .partner-global-container .partner-info .partner-desc {
  padding: 0 20px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 100%;
  position: relative;
}
#Mod160 .bc-check-list {
  line-height: 40px;
}
.aboutus img {
  width: 60%;
}
.aboutus > .row {
  display: flex;
}
.aboutus > .row > div:first-child {
  display: flex;
  align-items: center;
}
.aboutus > .row > div:first-child > p {
  text-align: center;
}
.sales-machine-subscribe form {
  position: relative;
  font-size: 16px;
  text-align: center;
}
.sales-machine-subscribe form h4 {
  font-size: 24px;
  margin: 0;
}
.sales-machine-subscribe form > div {
  padding: 30px 0;
  border-bottom: 1px solid #e3e3e3;
  background: #fff;
}
.sales-machine-subscribe form > div:first-child {
  background: #3c384e;
  color: #fff;
  padding: 25px 0;
}
.sales-machine-subscribe form > div:nth-last-of-type(1) {
  background: #dededf;
  padding: 14px 0;
}
.sales-machine-subscribe form > span {
  position: absolute;
  top: -5px;
  right: -47px;
}
.sales-machine-subscribe form > span img {
  width: 54%;
}
#Mod169 .banneritem.col-sm-3 {
  height: 228px;
}
#Mod169 .banneritem.col-sm-3 img {
  height: 175px;
  width: 100%;
}
.select-dept-product ul.chosen-results li:first-child {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  #Mod169 .banneritem.col-sm-3 img {
    height: 144px;
  }
}
@media screen and (max-width: 980px) {
  #Mod169 .banneritem.col-sm-3 img {
    height: 90px;
  }
  #Mod169 .banneritem.col-sm-3 {
    height: auto;
  }
  #Mod169 .banneritem.col-sm-3 p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #Mod169 .banneritem.col-sm-3 {
    height: auto;
  }
  #Mod169 .banneritem.col-sm-3 img {
    height: auto;
  }
  #Mod169 .banneritem.col-sm-3 {
    height: auto;
  }
  #Mod169 .banneritem.col-sm-3 p {
    font-size: 22px;
  }
}
#Mod186 {
  margin-bottom: 0;
}
.pricing-page > div:first-child {
  margin-bottom: 65px;
}
.pricing-page .setup-fees {
  color: #a61f67;
  font-size: 21px;
  margin-bottom: 30px;
  font-weight: bold;
}
.pricing-page .bc-custom-desc {
  font-size: 21px;
  margin-bottom: 30px;
}
.pricing-page .align-right {
  text-align: right;
}
.pricing-page .align-left {
  text-align: left;
}
.pricing-page .info-block {
  font-size: 21px;
  line-height: 40px;
  height: 40px;
}
.pricing-page .info-block > span {
  text-transform: lowercase;
}
.pricing-page .info-block.info-block-left {
  text-transform: uppercase;
}
.pricing-page .bottom-text {
  margin: 40px 0;
  font-size: 16px;
  font-style: italic;
}
.pricing-page .partner,
.pricing-page .betconstruct {
  display: inline-block;
  min-width: 100px;
}
.pricing-page .full-width-container {
  padding-top: 60px;
  padding-bottom: 80px;
  background: #1e5799;
  
  background: -moz-linear-gradient(-45deg, #1e5799 0%, #1e1933 0%, #631e4e 100%, #7db9e8 100%);
  
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1e5799), color-stop(0%, #1e1933), color-stop(100%, #631e4e), color-stop(100%, #7db9e8));
  
  background: -webkit-linear-gradient(-45deg, #1e5799 0%, #1e1933 0%, #631e4e 100%, #7db9e8 100%);
  
  background: -o-linear-gradient(-45deg, #1e5799 0%, #1e1933 0%, #631e4e 100%, #7db9e8 100%);
  
  background: -ms-linear-gradient(-45deg, #1e5799 0%, #1e1933 0%, #631e4e 100%, #7db9e8 100%);
  
  background: linear-gradient(135deg, #1e5799 0%, #1e1933 0%, #631e4e 100%, #7db9e8 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=1);
  
  color: #fff;
}
.pricing-page .full-width-container .align-left {
  font-weight: bold;
}
.pricing-page .full-width-container .font-normal {
  font-weight: normal;
}
.pricing-page .full-width-container .setup-fees {
  color: #fff;
}
.pricing-page .full-width-container .third-part .module-title {
  margin-top: 0;
}
.pricing-page .third-part .module-title {
  margin-top: 65px;
}
.pricing-page .third-part .same-standard {
  font-size: 21px;
  margin-bottom: 30px;
}
.pricing-page .third-part .same-standard a {
  color: #fff;
  text-decoration: underline;
}
.pricing-page .third-part .bc-custom-desc {
  font-style: italic;
  line-height: 28px;
}
.pricing-page .third-part p {
  margin-bottom: 60px;
}
.sclogin {
  padding: 40px 0 60px;
}
#form-sclogin-submitcreate {
  text-align: left;
}
html:not(.itemid-170) #form-sclogin-submitcreate .styled-checkbox + ul {
  display: inline-block;
  float: right;
}
.select-dept-product {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select-dept-product .select-product ul.chosen-results li:first-child {
  display: none;
}
.select-dept-product {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.select-dept-product .form-controls {
  display: inline-block;
}
.select-dept-product.open {
  pointer-events: initial;
  opacity: 1;
}
.partner-program-container {
  margin-bottom: 75px;
}
.partner-program-container .pricing-title {
  margin-bottom: 65px;
}
.partner-program-container thead th:not(.desc):not(.separator) {
  background: #3c384e;
  height: 75px;
}
.partner-program-container thead th {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 300;
}
.partner-program-container td:not(.desc),
.partner-program-container th:not(.desc) {
  width: 170px;
}
.partner-program-container td.separator,
.partner-program-container th.separator {
  width: 30px;
}
.partner-program-container tbody td {
  vertical-align: middle;
  padding: 10px 0;
  border: 0;
  line-height: 24px;
}
.partner-program-container tbody td.desc {
  text-align: right;
  font-size: 13px;
  font-style: italic;
  text-transform: uppercase;
}
.partner-program-container tbody td:not(.desc):not(.separator) {
  border: 1px solid #e4e7ea;
  text-align: center;
}
.partner-program-container tbody td .checked {
  display: inline-block;
  width: 18px;
  height: 14px;
  background: url('../../templates/t3_bs3_blank/images/betconstruct/check.png');
  background-size: cover;
}
.pricing {
  font-size: 22px;
}
.pricing .pricing-title {
  font-size: 37px;
}
.pricing .pricing-small-text {
  font-size: 16px;
  line-height: 28px;
}
.pricing .pricing-italic {
  font-style: italic;
}
.pricing .pricing-uppercase {
  text-transform: uppercase;
}
.pricing .pricing-pink {
  color: #a61f67;
}
.pricing .pricing-tleft {
  text-align: left;
}
.pricing .pricing-tright {
  text-align: right;
}
.pricing .pricing-percent-list .partner,
.pricing .pricing-percent-list .betconstruct {
  display: inline-block;
  min-width: 100px;
}
.pricing .pricing-percent-list span {
  text-transform: none;
  font-size: 16px;
}
.pricing .pricing-percent-list .row .col-sm-6 > div {
  height: 40px;
  line-height: 40px;
}
.pricing .pricing-percent-list .row .col-sm-6 > div:first-child {
  font-size: 18px;
  height: 18px;
  line-height: 1;
  margin-bottom: 20px;
}
.pricing .pricing-percent-list .row .col-sm-6 > div:first-child .partner,
.pricing .pricing-percent-list .row .col-sm-6 > div:first-child .betconstruct {
  height: 18px;
  line-height: 1;
}
.pricing #pricing-advantage-container .pricing-title {
  margin-bottom: 45px;
}
.pricing #pricing-advantage-container .pricing-small-text:last-child {
  margin: 35px 0 75px;
}
.pricing #pricing-standard-container .pricing-title {
  margin-bottom: 30px;
}
.pricing #pricing-standard-container .pricing-title + div {
  margin-bottom: 40px;
}
.pricing #pricing-standard-container .pricing-pink {
  margin-bottom: 40px;
}
.pricing #pricing-standard-container .row .col-sm-6 div {
  height: 40px;
  line-height: 40px;
}
.pricing #pricing-standard-container .pricing-small-text {
  margin: 30px 50px;
}
.pricing .full-width-container {
  color: #fff;
  margin: 140px 0 85px;
  padding-top: 60px;
  padding-bottom: 80px;
  background: #1e5799;
  
  background: -moz-linear-gradient(-45deg, #1e5799 0%, #1e1933 0%, #631e4e 100%, #7db9e8 100%);
  
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1e5799), color-stop(0%, #1e1933), color-stop(100%, #631e4e), color-stop(100%, #7db9e8));
  
  background: -webkit-linear-gradient(-45deg, #1e5799 0%, #1e1933 0%, #631e4e 100%, #7db9e8 100%);
  
  background: -o-linear-gradient(-45deg, #1e5799 0%, #1e1933 0%, #631e4e 100%, #7db9e8 100%);
  
  background: -ms-linear-gradient(-45deg, #1e5799 0%, #1e1933 0%, #631e4e 100%, #7db9e8 100%);
  
  background: linear-gradient(135deg, #1e5799 0%, #1e1933 0%, #631e4e 100%, #7db9e8 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=1);
  
}
.pricing .full-width-container a {
  color: #fff;
}
.pricing .full-width-container a:hover {
  text-decoration: underline !important;
}
.pricing #sub-license-container .pricing-percent-list {
  margin-bottom: 75px;
}
.pricing #sub-license-container .pricing-title {
  margin-bottom: 40px;
}
.pricing #sub-license-container .pricing-title + .pricing-italic {
  line-height: 28px;
  margin-bottom: 30px;
}
.pricing #sub-license-container .pricing-sub-title {
  margin: 40px 0 30px;
}
.pricing #sub-license-container .pricing-sub-title + .pricing-italic {
  line-height: 28px;
  margin-bottom: 45px;
}
.pricing #sub-license-container .sub-license-bottom-texts > div:nth-child(3) {
  margin: 30px 0;
}
.pricing #pricing-casino-providers-cotainer .pricing-title {
  margin-bottom: 60px;
}
.pricing #pricing-casino-providers-cotainer table {
  width: 100%;
}
.pricing #pricing-casino-providers-cotainer table tr.bckg {
  background: #f4f4f4;
}
.pricing #pricing-casino-providers-cotainer table th {
  height: 75px;
  padding: 0 20px;
  background: #3c384e;
  color: #fff;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 300;
}
.pricing #pricing-casino-providers-cotainer table td {
  font-size: 16px;
  vertical-align: middle;
  padding: 20px;
  border: 0;
  border: 1px solid #e4e7ea;
}
html:not(.bc-logged-in) {
  min-height: 100%;
  position: relative;
  padding-bottom: 310px;
}
html:not(.bc-logged-in) #t3-footer {
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
}
#member-profile {
  padding-bottom: 50px;
}