.t3-header {
  padding-top: 20px;
  padding-b: 20px;
}
.t3-wrapper {
  overflow: hidden;
}
.logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.head-search {
  margin-top: 20px;
}
.head-search:before,
.head-search:after {
  content: " ";
  display: table;
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
.t3-sl {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.t3-sidebar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-footer {
  border-top: 1px solid #eeeeee;
  background: #f8f8f8;
  color: #555555;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-copyright {
  padding: 30px 0;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  margin-bottom: 20px;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
img {
  max-width: 100% !important;
}
#phoca-dl-category-box .pd-ctitle {
  font-size: 72px;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  position: relative;
  margin-bottom: 50px !important;
  line-height: 1;
}
#phoca-dl-category-box .pd-cdesc {
  margin-bottom: 50px;
}
#phoca-dl-category-box .pd-cdesc > p {
  font-size: 24px;
  line-height: 40px;
  margin: 0;
  font-weight: 300;
}
#phoca-dl-category-box .file-title {
  font-size: 18px;
  font-weight: 300;
}
#phoca-dl-category-box .file-update-data {
  font-size: 14px;
  font-weight: 300;
}
#phoca-dl-category-box .file-image {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #29243e;
}
#phoca-dl-category-box .file-image img {
  max-width: 100%;
}
#phoca-dl-category-box .file-download .pd-button-download {
  float: right;
}
#phoca-dl-category-box .file-download .pd-button-download > a {
  border: none;
  border-radius: 21px;
  line-height: 42px;
  padding: 0 32px;
}
#phoca-dl-category-box .file-download .pd-button-download > a:hover {
  background: #669900;
}
#phoca-dl-category-box .pd-button-details {
  float: left;
  line-height: 42px;
}
#phoca-dl-category-box .pd-cols {
  margin-bottom: 45px;
}
.pd-category + .pd-cb + div {
  display: none;
}
.game-store .itemFullText {
  margin: 30px 0;
  font-size: 16px;
  line-height: 24px;
}
.game-store ul {
  list-style-type: disc;
}

html {
  overflow-x: hidden;
}
body {
  color: #000036;
  line-height: 1;
}
a {
  outline: none !important;
}
a:hover,
a:focus {
  text-decoration: none !important;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-module-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%);
}
.header-module-block .t3-module {
  margin: 0;
}
.header-module-block .module-title {
  position: relative;
  font-size: 37px !important;
  font-weight: 300;
  letter-spacing: 2px;
  color: #ffffff;
  padding-bottom: 30px;
}
.header-module-block .module-title:after {
  content: '';
  width: 50px;
  height: 2px;
  position: absolute;
  background: #ffffff;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
.header-module-block .bc-button:not(:last-child) {
  margin-right: 15px;
}
.header-module-block p,
.header-module-block .product-desc {
  color: #ffffff;
}
html.home .header-module-block .module-title {
  font-size: 50px !important;
}

.header-bottom-module-block {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  height: 150px;
  background: rgba(30, 25, 51, 0.7);
  transition: background-color, top 0.3s;
  -webkit-transition: background-color, top 0.3s;
}
.header-bottom-module-block.fixed {
  position: fixed;
  top: 75px;
  height: 95px;
  background: #d8dbe2;
}
.header-bottom-module-block.fixed li {
  height: 95px;
}
.header-bottom-module-block.fixed li img {
  height: 30px !important;
}
.header-bottom-module-block.fixed li a {
  color: #1e1933;
  font-size: 14px;
}
.header-bottom-module-block.fixed li.active:after {
  background: #1e1933;
}
.header-bottom-module-block .t3-module {
  margin: 0;
}

html.big-size-header #t3-header,
html.big-size-header .header-cover-image {
  height: 630px;
  margin: 0;
}
html.big-size-header .header-cover-color {
  height: 100%;
  margin: 0;
}
html.big-size-header #t3-footer {
  overflow: hidden;
}
.bc-left {
  float: left !important;
}
.bc-right {
  float: right !important;
}
.t3-module.bc-gray {
  padding: 65px 0 85px;
  background: #f4f4f5;
}
.bc-button {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 45px;
  font-size: 16px;
  color: #ffffff !important;
  background: #669900;
  text-transform: uppercase;
  border: 0;
  border-radius: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.bc-button:hover {
  text-decoration: none;
  background: #527a00;
}
.bc-button:focus {
  outline: none !important;
}
.bc-button.bc-button-small {
  height: 34px;
  line-height: 34px;
}
.bc-button.bc-pink {
  background: #a61f67;
}
.bc-button.bc-pink:hover {
  background: #851952;
}
.bc-custom {
  text-align: center;
}
.bc-custom .module-title {
  font-size: 45px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.bc-custom > p,
.bc-custom .bc-custom-desc {
  display: block;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 2px;
  line-height: 24px;
}
.bc-custom .bc-button {
  margin-top: 45px;
}
.bc-custom .bc-button.small-margin {
  margin-top: 20px;
}
.bc-circle-list ul li:not(:last-child) {
  margin-bottom: 25px;
}
.bc-circle-list ul li a,
.bc-circle-list ul li span {
  font-size: 22px;
  font-style: italic;
  padding-left: 18px;
  position: relative;
}
.bc-circle-list ul li a:before,
.bc-circle-list ul li span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: #669900;
  border-radius: 100%;
}
.bc-check-list ul li {
  position: relative;
  font-size: 20px;
  font-style: italic;
}
.bc-check-list ul li:not(:last-child) {
  margin-bottom: 25px;
}
.bc-check-list ul li a,
.bc-check-list ul li span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.bc-check-list ul li span:before,
.bc-check-list ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  margin-right: 10px;
  width: 16px;
  height: 13px;
  background: url('../../templates/t3_bs3_blank/images/betconstruct/check.png');
  background-size: cover;
}

.bc-image-left-background {
  margin: 0;
  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);
  
}
.bc-image-left-background > .row {
  display: flex;
  align-items: stretch;
}
.bc-image-left-background > .row > .col-sm-6:first-child img {
  width: 100%;
}
.bc-image-left-background > .row > .col-sm-6:last-child {
  display: flex;
  align-items: center;
}
.bc-image-left-background .bc-image-left-info {
  padding: 0 45px 0 15px;
  color: #ffffff;
}
.bc-image-left-background .bc-image-left-info .bc-image-left-title {
  display: block;
  font-size: 35px;
  color: #ffffff;
  letter-spacing: 2px;
  margin-bottom: 45px;
}
.bc-image-left-background .bc-image-left-info .bc-image-left-desc {
  display: block;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 45px;
  line-height: 24px;
}

.bc-image-left .bc-image-left-info {
  text-align: left;
}
.bc-image-left > .row {
  display: flex;
}
.bc-image-left > .row > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bc-image-left img {
  width: 50%;
}

.bc-spring {
  text-align: center;
}
.bc-spring .bc-button {
  margin-bottom: 65px;
}
.bc-spring .bc-spring-image {
  margin: 0 auto 45px;
}
.bc-spring .bc-spring-image img {
  max-height: 174px;
}
.bc-spring .bc-spring-title {
  font-size: 37px;
  margin-bottom: 30px;
  font-weight: 300;
  letter-spacing: 2px;
}
.bc-spring .bc-spring-info {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.8px;
}
.bc-spring.existing .module-title {
  margin-bottom: 50px;
}
.bc-spring.existing .bc-button {
  margin-top: 0;
}

.header-cover-image {
  position: fixed;
  left: 0;
  right: 0;
  height: 360px;
  background-size: cover;
  background-position-y: 100%;
  z-index: -1;
}
.header-cover-image .header-cover-color {
  position: absolute;
  left: 0;
  right: 0;
  height: 360px;
  background: #1e1934;
  opacity: 0;
}
.header-cover-image .header-cover-color.no-opacity {
  opacity: 1;
}

#t3-mainbody {
  background: #ffffff;
  padding-top: 65px;
}
html.home #t3-mainbody {
  padding-top: 0;
}
#t3-header {
  height: 360px;
  position: relative;
  margin-bottom: 0;
  padding: 0 135px;
  z-index: 100;
}
#t3-header.empty {
  height: 75px !important;
  background: #1E1933;
}
#t3-header > .site-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 75px;
  padding: 30px 135px 0;
  z-index: 2;
}
#t3-header > .site-header.fixed.add-background {
  background: #1e1933;
}
#t3-header .header-overlay {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1e1933;
  
  opacity: 0;
}
.product-cat-shadow-block {
  position: absolute;
  height: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 95%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 95%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 95%);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 95%);
}

.logo img {
  position: relative;
  z-index: 1;
}
.logo img.logo-img {
  width: 220px;
  margin-top: -4px;
}
.logo img.logo-small-img {
  width: 39px;
  display: none;
}

.header-menus-block {
  
  
}
.header-menus-block.opened .header-menu,
.header-menus-block.opened #lines_button_head {
  -webkit-transform: translate(-183px, 0);
  -ms-transform: translate(-183px, 0);
  -o-transform: translate(-183px, 0);
  transform: translate(-183px, 0);
}
.header-menus-block .t3-module {
  float: left;
}
.header-menus-block li.active {
  position: static;
}
.header-menus-block li.active a {
  position: static;
  color: #b9b9b9;
}
.header-menus-block a {
  padding: 0 !important;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-menus-block a:hover,
.header-menus-block a:focus {
  color: #b9b9b9;
  background: transparent !important;
}
.header-menus-block .header-menu {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-menus-block .header-menu li {
  display: inline-block;
  margin-right: 20px;
}
.header-menus-block .header-menu a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
.header-menus-block .off-canvas-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  background: #1e1933;
  overflow: hidden;
  z-index: 2;
}
.header-menus-block .off-canvas-menu ul {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header-menus-block .off-canvas-menu ul li:nth-child(2),
.header-menus-block .off-canvas-menu ul li:nth-child(3),
.header-menus-block .off-canvas-menu ul li:nth-child(4) {
  display: none;
}
.header-menus-block .off-canvas-menu ul a {
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.8px;
}

.lines-button {
  width: 18px;
  height: 14px;
  position: relative;
  background: none !important;
  cursor: pointer;
  float: right;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-top: 2px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  transition: all 0;
  -webkit-transition: all 0;
  background: rgba(0, 0, 0, 0.1);
}
.lines-button:focus {
  outline: 0;
}
.lines {
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #ffffff;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.lines:before,
.lines:after {
  content: '';
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: #ffffff;
  border-radius: 3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -webkit-transform-origin: 0.28571rem center;
}
.lines:before {
  top: 6px;
}
.lines:after {
  top: -6px;
}
.lines-button.close {
  opacity: 1;
  z-index: 10;
  left: 20px;
}
.lines-button.x.close .lines {
  background: transparent;
  -webkit-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
}
.lines-button.x.close .lines:before,
.lines-button.x.close .lines:after {
  width: 22px;
  top: -2px;
  left: 10px;
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform-origin: 50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.logos .banneritem {
  display: inline-block;
}
.logos .banneritem:not(:last-child) {
  margin-right: 65px;
}
.logos .banneritem img {
  max-height: 110px;
}
.t3-module.home-logos {
  margin-bottom: 0;
}

.home-sportsbook {
  margin: 0;
  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);
  
}
.home-sportsbook .home-sportsbook-info {
  padding: 0 45px 0 15px;
}
.home-sportsbook .home-sportsbook-info .home-sportsbook-title {
  display: block;
  font-size: 35px;
  color: #ffffff;
  letter-spacing: 2px;
  margin-bottom: 45px;
}
.home-sportsbook .home-sportsbook-info .home-sportsbook-desc {
  display: block;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 45px;
  line-height: 24px;
}

.t3-module.games-header {
  margin: 0;
  padding-bottom: 65px;
}
.t3-module.games {
  padding: 0 0 90px;
  margin: 0;
}
.t3-module.games .game-image {
  position: relative;
}
.t3-module.games .game-image .game-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}
.t3-module.games .game-info {
  text-align: center;
  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%);
}
.t3-module.games .game-info img {
  height: 85px;
}
.t3-module.games .game-info .moduleItemTitle {
  display: block;
  font-size: 28px;
  color: #ffffff;
  margin-top: 25px;
}

.t3-module.gradient-background {
  margin: 0;
  padding: 145px 0;
  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);
  
}
.t3-module.gradient-background p,
.t3-module.gradient-background .module-title {
  color: #ffffff;
}

.t3-module.going-business {
  margin: 0;
  padding-bottom: 80px;
}
.t3-module.going-business .going-business-title {
  font-size: 28px;
  margin-bottom: 45px;
}
.t3-module.going-business .bc-button {
  margin-top: 45px;
}

.social-menu {
  position: relative;
  margin: 0px;
  padding: 15px 0px;
  background: none repeat scroll 0% 0% #D8DBE2;
}
.social-menu li {
  display: inline-block;
}
.social-menu li:not(:last-child) {
  margin-right: 20px;
}
.social-menu li a {
  position: relative;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  z-index: 1;
  border: 2px solid #1E1933;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.social-menu li a:before {
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  color: #D8DBE2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.social-menu li a:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: content-box;
  padding: 2px;
  z-index: -1;
  background: #1E1933;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.social-menu li a:hover {
  background: transparent;
}
.social-menu li a:hover:before,
.social-menu li a:focus:before {
  color: #1E1933;
}
.social-menu li a:hover:after,
.social-menu li a:focus:after {
  background: #3b5998;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.t3-sidebar-right .module-title {
  font-size: 37px;
  text-align: center;
}
.t3-sidebar-right .social-menu {
  margin: 0;
  padding: 0;
  background: transparent;
}
.t3-sidebar-right .social-menu .module-title {
  position: relative;
  margin-bottom: 55px;
}
.t3-sidebar-right .social-menu .module-title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -28px;
  background: #d8dbe2;
  width: 36px;
  height: 1px;
  left: 50%;
  margin-left: -18px;
}
.t3-sidebar-right .social-menu li {
  display: inline-block;
}
.t3-sidebar-right .social-menu li:not(:last-child) {
  margin-right: 20px;
}
.t3-sidebar-right .social-menu li a {
  position: relative;
  text-align: center;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.t3-sidebar-right .social-menu li a:before {
  position: absolute;
  font-size: 25px;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.t3-sidebar-right .social-menu li a:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: content-box;
  padding: 2px;
  z-index: -1;
  background: #d8dbe2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.t3-sidebar-right .social-menu li a:hover.fa-facebook,
.t3-sidebar-right .social-menu li a:focus.fa-facebook {
  background: #3b5998;
}
.t3-sidebar-right .social-menu li a:hover.fa-twitter,
.t3-sidebar-right .social-menu li a:focus.fa-twitter {
  background: #00aced;
}
.t3-sidebar-right .social-menu li a:hover.fa-linkedin,
.t3-sidebar-right .social-menu li a:focus.fa-linkedin {
  background: #4875B4;
}
.t3-sidebar-right .social-menu li a:hover.fa-google-plus,
.t3-sidebar-right .social-menu li a:focus.fa-google-plus {
  background: #C63D2D;
}
.t3-sidebar-right .social-menu li a:hover.fa-youtube,
.t3-sidebar-right .social-menu li a:focus.fa-youtube {
  background: #C63D2D;
}
.t3-sidebar-right .social-menu li a:hover:after {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}

.products-container .product-cat-block {
  position: relative;
  margin-bottom: 65px;
  padding-bottom: 65px;
  border-bottom: 1px solid #ebedf0;
}
.products-container .product-cat-block:last-child {
  padding: 0;
  border: 0;
}
.products-container .product-cat-block.product-cat-first {
  padding: 0;
  border: 0;
}
.products-container .product-cat-block.product-cat-first .product-cat-desc {
  margin-bottom: 30px;
}
.products-container .product-cat-block.product-cat-first .product-cat-first-info {
  text-align: center;
}
.products-container .product-cat-block.product-cat-first .product-cat-first-info .bc-button {
  margin-bottom: 65px;
}
.products-container .product-cat-info {
  text-align: center;
}
.products-container .product-cat-info .product-cat-title {
  display: block;
  font-size: 45px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.products-container .product-cat-info .product-cat-desc {
  display: block;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 2px;
  margin-bottom: 80px;
}
.products-container .product-cat-items-block {
  overflow: hidden;
  position: relative;
}
.products-container .product-cat-items-block .product-cat-item-info {
  margin-bottom: 25px;
}
.products-container .product-cat-items-block .product-cat-item-info .product-cat-item-header {
  display: inline-block;
  position: relative;
  margin-bottom: 3px;
}
.products-container .product-cat-items-block .product-cat-item-info .product-cat-item-header .product-cat-item-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.products-container .product-cat-items-block .product-cat-item-info .product-cat-item-header .product-cat-item-title a {
  color: #1f1a34;
}
.products-container .product-cat-items-block .product-cat-item-info .product-cat-item-header .before-title {
  position: absolute;
  max-width: 30px !important;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.products-container .product-cat-items-block .product-cat-item-info .product-cat-item-header .after-title {
  position: absolute;
  max-width: 30px !important;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.products-container .product-cat-items-block .product-cat-item-info .product-cat-item-desc {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.8px;
}
.product-info {
  text-align: center;
}
.product-info .product-title {
  position: relative;
  font-size: 37px;
  font-weight: 300;
  color: #FFF;
  letter-spacing: 2px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.product-info .product-title:after {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  background: none repeat scroll 0% 0% #FFF;
  bottom: 0px;
  left: 50%;
  margin-left: -25px;
}
.product-info .product-desc {
  display: block;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 24px;
}
.product-info .product-buttons .bc-button {
  margin-top: 46px;
}

.products-menu {
  padding: 0 135px;
}
.products-menu li {
  height: 150px;
  position: relative;
}
.products-menu li a {
  position: absolute;
  width: 100%;
  height: 150px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 20px 0 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.products-menu li a:hover,
.products-menu li a:focus {
  background: transparent;
}
.products-menu li.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #ffffff;
}
.products-menu .product-menu-item-image {
  width: 125px;
  height: 55px;
  margin: 0 auto 20px;
}
.products-menu .product-menu-item-image:before {
  font-family: "betconstructfont";
  color: #fff;
  font-size: 60px;
}
.products-menu .product-menu-item-image.gms:before {
  font-size: 54px !important;
}
.products-menu .product-menu-item-image.betting:before {
  font-size: 65px !important;
}
.header-bottom-module-block.fixed .products-menu a {
  top: 46%;
  height: 95px;
  padding-top: 10px;
}
.header-bottom-module-block.fixed .product-menu-item-image {
  margin-bottom: 0;
}
.header-bottom-module-block.fixed .product-menu-item-image:before {
  font-size: 45px !important;
  color: #1E1933;
}

.product-item-view-container {
  margin-top: -55px;
}
.product-item-view-container .product-buttons-block {
  text-align: center;
  padding: 25px;
  background: #eaebef;
}
.product-item-view-container .product-buttons-block a {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 45px;
  font-size: 16px;
  color: #ffffff !important;
  background: #669900;
  text-transform: uppercase;
  border-radius: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.product-item-view-container .product-buttons-block a:hover {
  text-decoration: none;
  background: #527a00;
}
.product-item-view-container .product-buttons-block a:first-child {
  margin-right: 15px;
}
.product-item-view-container .benefit-container {
  margin: 60px 0;
  text-align: center;
}
.product-item-view-container .benefit-container .benefit-block-title {
  font-size: 35px;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.product-item-view-container .benefit-container .benefit-items .benefit-item-title {
  font-size: 20px;
  margin-bottom: 25px;
}
.product-item-view-container .benefit-container .benefit-items .benefit-item-text {
  font-size: 16px;
}

.start-up ul {
  display: inline-block;
}
.start-up ul li {
  color: #ffffff;
}
.start-up > p {
  margin-bottom: 25px;
}

.t3-module.tools {
  margin: 0;
}
.bc-tools-container .bc-custom-desc {
  margin-bottom: 65px;
}
.bc-tools-container .bc-tools-image {
  margin: 0 auto 30px;
}
.bc-tools-container .bc-tools-image img {
  max-height: 100px;
}
.bc-tools-container .bc-tools-title {
  font-size: 16px;
}
.bc-tools-container .bc-tools > .row {
  margin-bottom: 60px;
}
.bc-tools-container .bc-tools-desc {
  font-size: 22px;
  font-style: italic;
  text-align: center;
  line-height: 24px;
}

.start-up-watch-view .bc-button {
  margin-top: 45px;
}

#t3-header .spring-header .spring-header-image {
  max-width: 199px;
  margin: 0 auto 45px;
}
#t3-header .spring-header .spring-header-image img {
  max-width: 100% !important;
}
.existing-partners-header-text {
  margin-top: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
}
.t3-module.partners-logos {
  margin: 0;
}
.t3-module.partners {
  margin: 0;
  padding-bottom: 0;
}
.partners-logos {
  text-align: center;
  
}
.partners-logos .row:not(:last-child) {
  margin-bottom: 60px;
}
.t3-module.new-product {
  margin-top: -65px;
}

#c9 .load-more,
#c10 .load-more,
#c11 .load-more {
  display: none;
}

#t3-footer {
  position: relative;
  background: #1e1934;
  text-align: center;
  color: #fff;
  padding-bottom: 45px;
}
#t3-footer .t3-module {
  margin: 0;
}
#t3-footer ul.footer-menu li {
  display: inline-block;
}
#t3-footer ul.footer-menu li:not(:last-child) {
  margin-right: 20px;
}
#t3-footer ul.footer-menu li a {
  background: transparent;
  color: #fff;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
}
#t3-footer .footer-logo {
  width: 55px;
  margin: 0 auto 40px;
  margin-top: 45px;
}
#t3-footer .footer-copyright {
  color: #d8dbe2;
  font-size: 16px;
  margin-bottom: 20px;
}
.overview-bottom-text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 24px;
}

@keyframes systemTop {
  0% {
    top: -75px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes systemTop {
  0% {
    top: -75px;
  }
  100% {
    top: 0px;
  }
}
#system-message {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 100;
  animation: systemTop 2s forwards;
  -webkit-animation: systemTop 2s forwards;
  
}
#system-message .alert {
  position: relative;
  height: 75px;
  line-height: 75px;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0 25px 0 100px;
  z-index: 1000;
}
#system-message .alert .close {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -8px;
  color: transparent;
  width: 16px;
  height: 16px;
  background: url('../../templates/t3_bs3_blank/images/betconstruct/close.png');
  background-size: cover;
  opacity: 1;
  text-shadow: none;
}
#system-message .alert .alert-heading,
#system-message .alert .alert-heading + div {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
#system-message .alert .alert-heading:after {
  content: ':';
}
#system-message .alert:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 75px;
}
#system-message .alert:after {
  position: absolute;
  left: 30px;
  top: 30px;
  color: #fff;
  font-size: 20px;
  font-family: "betconstructfont";
  line-height: 1;
}
#system-message .alert.alert-warning,
#system-message .alert.alert-danger {
  background: #a83030;
}
#system-message .alert.alert-warning:before,
#system-message .alert.alert-danger:before {
  background: #862626;
}
#system-message .alert.alert-warning:after,
#system-message .alert.alert-danger:after {
  content: "\e608";
}
#system-message .alert.alert-error {
  background: #d28b0f;
}
#system-message .alert.alert-error:before {
  background: #a86f0c;
}
#system-message .alert.alert-error:after {
  content: "\e61b";
}
#system-message .alert.alert-notice,
#system-message .alert.alert-message {
  background: #2a3748;
}
#system-message .alert.alert-notice:before,
#system-message .alert.alert-message:before {
  background: #222c3a;
}
#system-message .alert.alert-notice:after,
#system-message .alert.alert-message:after {
  content: "\e60d";
}
#system-message .alert.alert-success {
  background: #679819;
}
#system-message .alert.alert-success:before {
  background: #527a14;
}
#system-message .alert.alert-success:after {
  content: "\e60e";
}

.reset .form-main-container .form-container,
.reset-confirm .form-main-container .form-container {
  margin: 0;
}
.reset .form-main-container form,
.reset-confirm .form-main-container form {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
}
.reset .form-main-container .reset-desc,
.reset-confirm .form-main-container .reset-desc {
  line-height: 24px;
  margin-bottom: 30px;
}
.reset .form-main-container .form-element,
.reset-confirm .form-main-container .form-element {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 1200px) {
  .t3-sidebar-right .social-menu li a {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  html.big-size-header #t3-header,
  html.big-size-header .header-cover-image {
    height: 440px;
    margin: 0;
  }
  .header-menus-block.opened .header-menu {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .header-menus-block.opened #lines_button_head {
    -webkit-transform: translate(-280px, 0);
    -ms-transform: translate(-280px, 0);
    -o-transform: translate(-280px, 0);
    transform: translate(-280px, 0);
  }
  .header-menus-block .off-canvas-menu ul {
    margin-top: -50px;
  }
  #t3-header {
    padding: 0 40px;
  }
  #t3-header > .site-header.fixed {
    padding: 30px 40px 0px;
  }
  .products-menu {
    padding: 0 40px;
  }
  .sub-products-overview .overview-buttons {
    padding: 23px 40px 0px 0px !important;
  }
  .sub-products-content,
  .k2-services .sub-products-overview .overview-benefit {
    padding-right: 40px !important;
  }
  .large-content .module-title {
    padding: 0;
    margin-bottom: 0;
  }
  .large-content .module-title:after {
    width: 0;
    height: 0;
  }
  .large-content > p,
  .large-content .product-desc {
    display: none;
  }
  .bc-image-left-background > .row {
    display: block;
  }
  .bc-image-left-background > .row > div {
    display: block;
    width: 100%;
  }
  .bc-image-left-background > .row > div .bc-image-left-info {
    padding: 30px 15px;
    text-align: center;
  }
  .t3-sidebar-right .social-menu li a {
    width: 40px;
    height: 40px;
  }
  .logos .banneritem {
    margin-right: 0 !important;
  }
  .logos .banneritem img {
    max-height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .md-modal iframe {
    width: 600px;
    height: 600px;
  }
  .header-menu {
    display: none;
  }
  .header-menus-block .off-canvas-menu ul li {
    display: block !important;
  }
  .header-module-block .module-title,
  .header-module-block .product-title {
    padding: 0;
    margin-bottom: 0;
  }
  .header-module-block .module-title:after,
  .header-module-block .product-title:after {
    width: 0;
    height: 0;
  }
  .header-module-block .bc-custom > p,
  .header-module-block .product-desc {
    display: none;
  }
  html.big-size-header #t3-header,
  html.big-size-header .header-cover-image {
    height: 330px;
    margin: 0;
  }
  #t3-header {
    padding: 0 25px;
  }
  #t3-header > .site-header.fixed {
    padding: 30px 25px 0px;
  }
  #t3-header .spring-header .spring-header-image {
    max-width: 150px;
    margin: 0 auto 10px;
  }
  .products-menu {
    padding: 0 25px;
  }
  .sub-products-overview .overview-buttons {
    padding: 23px 0px 0px !important;
  }
  .sub-products-content,
  .k2-services .sub-products-overview .overview-benefit {
    padding-right: 25px !important;
  }
  .leadershipDetails .leaderDescription {
    height: 40px;
  }
  .t3-sidebar-right .social-menu li:not(:last-child) {
    margin-right: 15px;
  }
  .t3-sidebar-right .social-menu li a {
    width: 30px;
    height: 30px;
  }
  .logos .banneritem img {
    max-height: 78px;
  }
}

.left-dropdown-menu {
  position: relative;
  margin-top: 25px;
  z-index: 10;
  display: none;
}
.left-dropdown-menu .active-product {
  position: relative;
  height: 50px;
  line-height: 50px;
  background: #7a174c;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 15px;
}
.left-dropdown-menu .active-product:hover,
.left-dropdown-menu .active-product.opened {
  background: #991d5f;
}
.left-dropdown-menu .active-product:after {
  content: "\f077";
  position: absolute;
  line-height: 1;
  top: 17px;
  right: 15px;
  color: #fff;
  font-size: 16px;
  font-family: "FontAwesome";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.left-dropdown-menu .active-product.opened:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.left-dropdown-menu ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 10;
  display: none;
}
.left-dropdown-menu ul li {
  position: relative;
}
.left-dropdown-menu ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  background: #7a174c;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 15px;
}
.left-dropdown-menu ul li a:hover {
  background: #991d5f;
}
.left-dropdown-menu ul li.active a {
  background: #991d5f;
}
@media screen and (max-width: 500px) {
  .md-modal iframe {
    width: 250px;
    height: 250px;
  }
  .logo img.logo-img {
    display: none;
  }
  .logo img.logo-small-img {
    display: block;
  }
  .header-menus-block .off-canvas-menu ul li {
    display: block !important;
  }
  .header-menus-block .off-canvas-menu ul li.logo {
    top: -30px;
  }
  .header-menus-block .off-canvas-menu ul li.logo:after {
    bottom: -20px;
  }
  .header-menus-block .off-canvas-menu ul li a {
    line-height: 30px;
    font-size: 16px;
  }
  html.big-size-header #t3-header,
  html.big-size-header .header-cover-image {
    height: 440px;
    margin: 0;
  }
  html.home #t3-mainbody {
    padding: 0;
  }
  #t3-header {
    padding: 0 15px;
  }
  #t3-header > .site-header.fixed {
    padding: 18px 15px 0px;
  }
  #lines_button_head {
    margin-top: 12px;
  }
  .products-menu {
    padding: 0 15px;
  }
  .sub-products-overview .overview-buttons {
    padding: 23px 15px 0px !important;
  }
  .sub-products-content,
  .k2-services .sub-products-overview .overview-benefit {
    padding-right: 0 !important;
  }
  .module-title,
  .product-title {
    font-size: 22px !important;
  }
  html.home .header-module-block .module-title {
    font-size: 22px !important;
  }
  .header-module-block {
    width: 100%;
  }
  .header-module-block .bc-button {
    margin-right: 0 !important;
  }
  .header-module-block .bc-button:first-child {
    margin-top: 45px !important;
  }
  .header-module-block .bc-button:not(:first-child) {
    margin-top: 20px !important;
  }
  
  
  #t3-mainbody {
    padding-top: 40px;
  }
  
  
  .t3-module {
    margin-bottom: 40px;
  }
  .t3-module.bc-gray {
    padding: 40px 0;
  }
  
  
  .bc-button {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    font-size: 14px;
  }
  
  
  .bc-custom {
    
    
  }
  .bc-custom .module-title {
    font-size: 22px !important;
    line-height: 30px;
  }
  .bc-custom > p,
  .bc-custom .bc-custom-desc {
    font-size: 16px;
  }
  .bc-custom .bc-button {
    margin-top: 30px !important;
  }
  
  
  .bc-spring .bc-spring-title {
    font-size: 22px;
  }
  .bc-spring .bc-spring-image {
    margin: 0 auto 30px;
  }
  .bc-spring .bc-spring-info {
    font-size: 16px;
  }
  .bc-spring .row > div:not(:last-child) {
    margin-bottom: 30px;
  }
  
  
  .bc-image-left-background .bc-image-left-info {
    padding: 0 15px 30px;
    text-align: center;
  }
  .bc-image-left-background .bc-image-left-desc {
    margin-bottom: 30px !important;
  }
  .bc-image-left-background .bc-image-left-title {
    font-size: 22px !important;
    margin: 30px 0 !important;
  }
  
  
  .home-games-row > div:not(:last-child) {
    margin-bottom: 30px;
  }
  
  
  .t3-module.gradient-background {
    padding: 60px 0;
  }
  
  
  .t3-module.going-business .going-business-title {
    font-size: 22px !important;
    margin-bottom: 30px;
    text-align: center;
  }
  .t3-module.going-business li {
    padding-left: 40px;
  }
  .t3-module.going-business .going-business-row .going-business-button {
    text-align: center;
  }
  .t3-module.going-business .going-business-row > div:first-child > .row > div:last-child {
    margin-top: 25px;
  }
  .t3-module.going-business .going-business-row > div:first-child .going-business-button {
    margin-bottom: 30px;
  }
  
  
  
  .start-up-watch-view .bc-check-list {
    text-align: left;
  }
  
  .bc-tools-container .bc-tools-image {
    margin: 0 auto 20px;
  }
  .bc-tools-container .bc-tools > .row {
    margin-bottom: 0;
  }
  .bc-tools-container .bc-tools > .row .bc-tools-title {
    height: 32px;
    margin-bottom: 30px;
  }
  .bc-tools-container .bc-custom-desc {
    margin-bottom: 40px;
  }
  
  .social-menu {
    margin: 0 !important;
  }
  
  .bc-spring.existing .module-title {
    margin-bottom: 30px;
  }
  
  .partners-logos .row {
    margin: 0 !important;
  }
  .partners-logos .row .banneritem {
    margin-bottom: 30px;
  }
  
  .header-bottom-module-block {
    display: none;
  }
  
  .products-container .product-cat-block {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .products-container .product-cat-block.product-cat-first {
    margin: 0;
    padding: 0;
  }
  .products-container .product-cat-block .product-cat-image {
    margin-bottom: 30px;
  }
  .products-container.product-cat-first .product-cat-first-info .bc-button {
    margin-bottom: 40px;
  }
  .products-container .product-cat-info .product-cat-title {
    font-size: 22px;
  }
  .products-container .product-cat-info .product-cat-desc {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .products-left-menu {
    display: none;
  }
  .left-dropdown-menu {
    display: block;
  }
  .sub-products-overview .overview-title {
    font-size: 22px !important;
    margin-top: 30px !important;
  }
  .sub-products .flex {
    display: block;
  }
  .sub-products .sub-product-title {
    font-size: 22px !important;
    margin: 40px 0 30px !important;
  }
  .sub-products .overview-benefit {
    margin-top: 30px !important;
    padding: 0 !important;
  }
  .sub-products .overview-benefit .benefit-title {
    font-size: 22px !important;
    text-align: center;
  }
  .sub-products .catItemImageBlock {
    padding: 0 15px !important;
    margin-bottom: 20px !important;
  }
  .sub-products .catItemImageBlock .catItemImage {
    padding: 0 !important;
  }
  .sub-products .catItemView-text {
    padding: 0 15px !important;
    text-align: justify;
  }
  .sub-products .catItemView-text .catItemTitle {
    font-size: 22px;
    margin-bottom: 20px !important;
    text-align: center;
  }
  .sub-products .catItemReadMore {
    text-align: center;
  }
  .sub-products .sub-product {
    padding-bottom: 40px !important;
  }
  .sub-products .sub-product .itemContainer:not(:last-child) {
    margin-bottom: 30px !important;
  }
  .sub-products-overview .overview-benefit .benefit-text {
    text-align: justify;
  }
  .k2-service .upper,
  .k2-product .upper,
  .k2-service .item-fulltext,
  .k2-product .item-fulltext {
    padding: 30px 0 0 !important;
  }
  
  .bc-news .itemTitle {
    font-size: 22px !important;
    margin: 0 0 30px !important;
    text-align: center;
  }
  .bc-news .catItemTitle {
    margin: 0 0 30px;
    text-align: center;
  }
  .bc-news .catItemTitle a {
    font-size: 22px !important;
    margin: 0 !important;
  }
  .bc-news .item-footer {
    float: none !important;
    text-align: center;
  }
  .bc-news .catItemReadMore {
    text-align: center;
  }
  .t3-sidebar-right .social-menu li a {
    width: 45px;
    height: 45px;
  }
  
  .t3-module.thirdparty-games:before {
    margin-bottom: 30px !important;
  }
  .t3-module.thirdparty-games .bannerheader {
    font-size: 22px !important;
  }
  .t3-module.thirdparty-games {
    padding-bottom: 120px !important;
  }
  .t3-module.thirdparty-games:last-child {
    padding-bottom: 40px !important;
  }
  .tmodule.thirdparty-games.thirdparty-microgaming {
    margin-top: -40px !important;
  }
  
  .careers-page-top {
    padding-bottom: 80px !important;
  }
  .careers-page-top h3 {
    font-size: 22px !important;
  }
  .careers-testimonials .moduleItemTitle {
    font-size: 22px !important;
  }
  .current-openings .title,
  .yerevan-office .title,
  .global-offices .bannerheader {
    font-size: 22px !important;
    margin-bottom: 30px !important;
  }
  .aboutus > .row {
    display: block;
  }
  .aboutus > .row > div {
    display: block;
  }
  .aboutus > .row > div:last-child p:last-child {
    text-align: center;
  }
  .aboutus > .row > div:last-child p:last-child .bc-button {
    margin-top: 30px;
  }
  .aboutus .vision-title {
    font-size: 22px;
    text-align: center;
    margin: 0;
  }
  .aboutus .vision-sub-title {
    font-size: 20px;
    text-align: center;
  }
  .aboutus .vision-content {
    text-align: justify;
  }
  #t3-footer .col-xs-12 {
    padding: 0;
  }
  #t3-footer .footer-copyright {
    font-size: 14px;
  }
}
.sigProCaption,
.sigProPseudoCaption {
  display: none !important;
}
ul.sigProSleek li.sigProThumb a.sigProLink {
  border: none !important;
  background: none !important;
}
.acysubbuttons {
  margin-bottom: 50px;
}
html div.acymailing_module_success {
  padding: 0 !important;
  height: 50px !important;
  line-height: 50px !important;
  font-size: 18px;
  color: #000036;
  text-align: center;
  font-weight: 300;
}
.acymailing_fulldiv .form-main-container .form-container .form-title {
  border-bottom: 0;
}
.sclogin .sclogout-button {
  float: none !important;
}
.off-canvas-menu .sclogin {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.sclogin-greeting {
  margin-bottom: 15px !important;
  color: #ffffff;
}
.sclogin-avatar {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  margin: 15px auto;
}
.sclogin-avatar img {
  max-width: none !important;
  height: 100% !important;
}

.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.lightFont {
  font-weight: 300px;
}
.boldFont {
  font-weight: 700;
}
.title-center h3.module-title {
  text-align: center;
}
.aboutus .vision-title {
  margin-top: 0;
}
.aboutus .vision-sub-title {
  padding: 20px 0px;
  font-style: italic;
  font-size: 21px;
}
.aboutus .vision-content {
  line-height: 20px;
  font-size: 16px !important;
}
.aboutus .explore-products {
  margin-top: 68px;
}
.salesOffices hr {
  border-color: #bcbcbc;
}
.salesOffices .row {
  margin-top: 45px;
}
.salesOffices h3.module-title {
  
}
.salesOffices .grayBox {
  background: none repeat scroll 0 0 #f4f4f5;
  padding-bottom: 25px;
}
.salesOffices .office_header {
  padding-top: 94px;
  margin-bottom: 70px;
  line-height: 20px;
}
.salesOffices .office_header .office-location,
.salesOffices .office_header .office-title,
.salesOffices .office_header .officer-name,
.salesOffices .office_header .officer-title {
  text-transform: uppercase;
  font-weight: 700;
}
.salesOffices .office_header .office-title {
  font-weight: 300;
}
.salesOffices .office_header .officer-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-weight: 300;
}
.salesOffices .office_header .officer-title:after {
  background: none repeat scroll 0 0 #bcbcbc;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 45px;
}
.salesOffices .office_header .office-contacts i.fa {
  margin-right: 5px;
}
.leadershipSocials {
  margin-bottom: 15px;
}
.leadershipSocials li {
  display: inline-block;
}
.leadershipSocials li a {
  color: #FFFFFF;
  background: #bcbcbc;
  padding: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px;
  width: 26px;
  height: 26px;
  display: inline-block;
}
.leadershipDetails {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
}
.leadershipDetails span {
  display: block;
  text-transform: uppercase;
}
.leadershipDetails .leaderName {
  font-weight: 700;
}
.leadershipDetails .leaderDescription {
  font-weight: 300;
}
.t3-module.leadership-managers {
  margin-bottom: 35px;
}
.t3-module.leadership-managers .module-title {
  margin-bottom: 65px;
}
.t3-module.leadership-managers .banneritem {
  margin-bottom: 30px;
}

.bc-news .itemList {
  
}
.bc-news .catItemImageBlock,
.bc-news .itemImage,
.bc-news .itemImageBlock {
  position: relative;
  margin-bottom: 25px;
  display: block;
}
.bc-news .catItemDateCreated,
.bc-news .itemDateCreated {
  background: none repeat scroll 0 0 #1e1933;
  color: #ffffff;
  font-size: 30px;
  height: 81px;
  left: 0;
  padding: 17px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 85px;
}
.bc-news .date-month {
  font-size: 16px;
  text-transform: uppercase;
}
.bc-news .date-year {
  display: none;
}
.bc-news .catItemHeader,
.bc-news .itemHeader {
  margin-bottom: 20px;
}
.bc-news .catItemTitle a,
.bc-news .itemTitle {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000036;
  margin-bottom: 20px;
}
.bc-news .catItemIntroText,
.bc-news .itemFullText {
  line-height: 30px;
  margin-bottom: 25px;
  color: #1f1a34;
  font-size: 18px;
  letter-spacing: 0.8px;
}
.bc-news .item-footer {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 0.8px;
  float: left;
}
.bc-news .catItemAuthor,
.bc-news .catItemCategory,
.bc-news .itemAuthor,
.bc-news .itemCategory {
  margin-right: 10px;
}
.bc-news .catItemAuthor span,
.bc-news .catItemCategory span,
.bc-news .itemAuthor span,
.bc-news .itemCategory span,
.bc-news .catItemAuthor a,
.bc-news .catItemCategory a,
.bc-news .itemAuthor a,
.bc-news .itemCategory a {
  color: #a61f67;
  text-transform: capitalize;
}
.bc-news .itemLinks {
  font-size: 18px;
  letter-spacing: 0.8px;
}
.bc-news .itemContainer {
  border-bottom: 1px solid #cecdcc;
  margin-bottom: 20px;
  padding-bottom: 35px;
  overflow: hidden;
}
.bc-news .discovery-post h3 {
  color: #9e2b66;
}
.bc-news #disqus_thread a.publisher-anchor-color {
  color: #9e2b66 !important;
}
.bc-news #disqus_thread .nav-primary > ul > li.active > a:after,
.bc-news #disqus_thread .active .publisher-nav-color:after {
  background: #9e2b66 !important;
}
.bc-news .commentContainer a,
.bc-news .commentContainer .nav-primary > ul > li.active > a:after,
.bc-news .commentContainer .active .publisher-nav-color:after {
  color: #9e2b66 !important;
}
.bc-news .k2ItemsBlock ul li {
  
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.bc-news .k2ItemsBlock .clearList {
  border: 0 none;
}
.bc-news .k2ItemsBlock a.moduleItemTitle {
  color: #a61f67;
  line-height: 20px;
}
.blog-item .itemContainer {
  border-bottom: 0 none;
  padding-top: 0;
}
.pagination > li > a,
.pagination > li > span {
  margin-left: 2px;
  margin-right: 2px;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 8px;
  border: 0 none;
  color: #1f1a34;
  transition: all 0.5s ease 0s;
  float: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border: 0 none;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  border: 0 none;
  color: #1f1a34;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  border-style: none none solid;
  border-width: 0 0 5px;
  border-bottom-color: #669900;
  color: #669900;
  background: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background: none;
  color: #669900;
}
.k2Pagination {
  text-align: center;
}
.k2Pagination .pagination {
  float: none;
}

.bc-status-open {
  color: #669900;
}
.bc-status-close {
  color: #669900;
}
.ticket-message div {
  word-wrap: break-word;
}