/*
Theme Name: English catalog NEW
Theme URI:
Description:
Author:
Author URI: 
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic,cyrillic-ext');

html{
  margin-top: 0!important;
}
body{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  background-color: #fafafa;
}
a {
  text-decoration: none;
  outline: none;
  color: #cc5319;
}
a:focus , a:hover , a:visited {
  text-decoration: none;
  outline: none;

}
/*-----HEADER-----*/
.head_wrp {
    background: radial-gradient(53.33% 384.94% at 4.69% 11.1%, #3c763d 0, #212829 100%);
    position: fixed;
    width: 100%;
    z-index: 11;
    padding: 10px 0;
}
.logo {
    display: block;
    float: left;
    width: 370px;
}
.logo img{
    height: 56px;
}
.menu {
    display: block;
    float: right;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-top: 0;
}
nav.navbar.navbar-default {
    background-color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    margin-top: 10px;
}
#main-menu {
    position: fixed;
    width: 100%;
    right: 100%;
    bottom: 0;
    top: 75px;
    margin-top: 1px;
    background-color: rgba(34, 78, 65, 0.8);
    left: auto;
    z-index: 10;
    transition: .9s;
    -webkit-transition: .9s;
    border-top: 4px solid #63c68f;
}
#main-menu.open-menu {
  right: 0;
}
#main-menu ul {
    list-style: none;
    text-align: center;
    padding: 25px 0;
    width: 25%;
    margin: 0 auto;
    display: table;
    float: none;
}
#main-menu ul li {
  margin-bottom: 2px;
  display: block;
  width: 100%;
  border-bottom: 1px solid transparent;
  transition: .4s;
  position: relative;
}
#main-menu ul li a {
  display: table;
  color: #fff;
  font-size: 14px;
  margin: 5px auto;
  position: relative;
  transition: .4s;
}
#main-menu ul li a::before {
    content: "";
    position: absolute;
    top: 2px;
    left: -25px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 15px solid #64c68f;
    border-bottom: 8px solid transparent;
    opacity: 0;
}
#main-menu ul li a::after {
    content: "";
    position: absolute;
    top: 5px;
    left: -24px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 5px solid transparent;
    opacity: 0;
}
#main-menu ul li a:hover:before , #main-menu ul li a:hover:after{
    opacity: 1;
}
/*-----HAMBURGER-----*/
#nav-icon {
    width: 30px;
    height: 30px;
    margin: 13px 12px;
    text-align: center;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #63c68f;
    opacity: 1;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top: 0px;
}
#nav-icon span:nth-child(2) {
    top: 12px;
}
#nav-icon span:nth-child(3) {
    top: 24px;
}
#nav-icon.open span:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
#nav-icon.open span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
@media (max-width:768px){
  .logo {
      display: block;
      float: left;
      width: 230px;
  }
  .menu {
    width: 56px;
    height: 30px;
    margin-top: -7px;
  }
  .head_wrp {
    padding: 10px 0;
  }
  #nav-icon span:nth-child(2) {
    top: 8px;
  }
  #nav-icon span:nth-child(3) {
    top: 16px;
  }
  #main-menu {
    top: 75px;
  }
  #main-menu ul {
    padding: 10px 0;
    width: 100%;
  }
  #main-menu ul li a {
    margin: 5px auto;
  }
}
/*-----END HAMBURGER-----*/
/*-----END HEADER-----*/

/*-----CONTENT-----*/

/*----BLOCK SMALL-DESC-----*/
.block_small-desc {
    padding-top: 100px;
}
.block_small-desc h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 50px;
    font-weight: 300;
    color: #cc5319;
    margin: 0;
    padding-bottom: 20px;
}
.block_small-desc img {
    width: 100px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 8px;
}
.block_small-desc p {
    text-align: justify;
}
@media (max-width:991px) {
  .block_small-desc h1 {
      font-size: 50px;
  }
  .block_small-desc img {
    margin-top: -7px;
  }
  .block_small-desc p {
    text-align: center;
    font-size: 14px;
  }
  .block_small-desc {
    padding-bottom: 15px;
  }
}
@media (max-width:768px) {
  .block_small-desc h1 {
      font-size: 30px;
  }
}
@media (max-width:480px) {
  .block_small-desc h1 {
      font-size: 26px;
  }
  .block_small-desc img {
    width: 30px;
    margin-top: -4px;
    margin-right: 2px;
  }
}
@media (max-width:320px) {

}
/*----END BLOCK SMALL-DESC-----*/

/*----CONTENT BLOCK-----*/
.content-block [class*="col"] {
    padding: 0 10px;
    margin-bottom: 10px;
}
/*Кастомный скролл*/
#content , #content2 , #content3 , #content4 , #content5 , #content6 , #content7, #content8 {
    height: 350px;
    overflow: hidden;
}
.mCSB_container_wrapper {
    margin-right: 0;
    margin-bottom: 0;
}
.mCSB_container_wrapper > .mCSB_container {
    padding-right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    top: -3px;
    bottom: 0px;
    right: -9px;
}
/*Кастомный скролл*/
.mCustomScrollBox {
    background-color: #eee;
}
.list-desc {
    background-color: #eee;
    padding: 10px 10px 0 18px;
    margin-bottom: 0;
    font-size: 14px;
}
.list-desc p {
    margin: 0;
    overflow: hidden;
    height: 61px;
    line-height: 15px;
}
.list-body {
    background-color: #fff;
    list-style-type: decimal;
    padding: 10px 5px 10px 35px;
    margin: 0;
    height: 350px;
    overflow: scroll;
}
.list-body li {
    padding-bottom: 13px;
    transition: .5s;
}
.list-body li:last-child {
    padding-bottom: 0;
}
.list-body li img{
  display: inline-block;
  vertical-align: middle;
  padding-right: 1px;
}
.list-body li a {
    font-size: 14px;
    color: #23252a;
}
.list-body li:hover .post-link img{
  opacity: 1;
}
.list-footer {
    background-color: #eee;
    border-bottom: 5px solid #08c58f;
    border-radius: 0 0 17px 17px;
    padding-bottom: 10px;
}
.content-block [class*="col"] .see-all {
    background-color: #224e41;
    color: #fff;
    display: block;
    padding: 11px 0;
    text-align: center;
    border-radius:10px 10px 0 0 ;
}
.content-block [class*="col"] .see-all img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    width: 20px;
    height: AUTO;
}
.post-link {
  float: right;
}
.post-link img{
  opacity: 0;
}
@media (max-width:991px) {

}
@media (max-width:768px) {
  .content-block [class*="col"] {
      padding: 0 15px;
  }
}
@media (max-width:480px) {
  .content-block [class*="col"] {
      padding: 0 15px;
  }
}
@media (max-width:320px) {

}
/*----END CONTENT BLOCK-----*/

/*----BLOCK FULL-DESC----*/
.block_full-desc {
    padding: 30px 0;
    text-align: justify;
}
.block_full-desc h2 {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;

}
.block_full-desc img{
  display: block;
  margin: 0 auto;
  padding-bottom: 0;
}
.block_full-desc p {
    font-size: 14px;
}

.alignleft {
    float: left;
    padding-right: 10px;
}
.alignright {
    float: right;
    padding-left: 10px;
}

@media (max-width:991px) {
  .block_full-desc {
      padding: 10px 0 20px;
  }
}
@media (max-width:768px) {
  .block_full-desc h2 {
      padding: 15px 0;
      font-size: 24px;
  }
}
@media (max-width:480px) {
  .block_full-desc h2 {
      font-size: 20px;
  }
}
@media (max-width:320px) {

}
/*----END BLOCK FULL-DESC----*/

/*----CATEGORY-MENU BLOCK-----*/
.category-menu_block {
    display: none;
    background-color: #3a3f4c;
    padding: 40px 0;
    margin-bottom: 20px;
    box-shadow: 0px 5px 20px 4px rgba(194,194,194,1);
}
.category-menu_block h2{
  display: block;
  text-align: center;
  margin: 0;
  padding-bottom: 20px;
  font-size: 22px;
  color: #fff;
}
.category-menu_block .item {
    width: 20%;
    float: left;
    padding: 0 20px;
}
.category-menu_block .item ul {
    padding: 0;
    list-style: none;
    margin: 0 auto;
    display: table;
}
.category-menu_block .item ul li{
  padding-bottom: 8px;
}
.category-menu_block .item ul li:last-child{
  padding-bottom: 0;
}
.category-menu_block .item ul li img{
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: auto;
  padding-right: 5px;
}
.category-menu_block .item ul li a{
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
@media (max-width:991px) {
  .category-menu_block .item {
    width: 33%;
    padding: 0 9px;
  }
}
@media (max-width:768px) {
  .category-menu_block {
    display: none;
  }
}
@media (max-width:480px) {
  .category-menu_block .item {
    width: 50%;
    padding: 0 5px;
  }
}
@media (max-width:320px) {
  .category-menu_block .item {
    width: 100%;
    padding: 0 5px;
  }
  .category-menu_block .item ul li:last-child {
    padding-bottom: 3px;
  }
  .category-menu_block .item ul li {
    padding-bottom: 3px;
  }
}
/*----END CATEGORY-MENU BLOCK-----*/

/*-----END CONTENT-----*/

/*----CATEGORY PAGE----*/
.panel-group {
    margin-bottom: 0;
}
.panel {
    box-shadow: NONE;
}
.panel-title {
    font-size: 14px;
    text-align: center;
    display: table;
    margin: 0 auto;
    border-bottom: 1px solid #ff0035;
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    font-size: 14px;
}
.panel-heading {
    padding: 0;
}
.panel-body {
    padding: 0;
    text-align: center;
}
.category-block {
    padding: 0 0 20px;
}
.cat-head {
    background-color: #224e41;
}
.content-block {
    padding: 0;
    padding-top: 20px;
}
.nav-tabs>li {
    float: right;
    margin-bottom: 0;
    height: 50px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus {
    color: transparent;
    cursor: default;
    background-color: transparent;
    border: 0;
    border-bottom-color: transparent;
}
 .nav-tabs>li>a:hover {
    color: #555;
    cursor: default;
    background-color: transparent;
    border: 0;
}
.nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
}
.nav-tabs {
    border-bottom: 0;
}
.tab-content>.active {
    display: block;
}
.cat-body [class*="col"] {
    padding: 15px;
    max-height: 235px;
    overflow: hidden;
}
.block-head {
    background-color: #224e41;
    padding: 16px 0;
    display: block;
    padding: 12px;
}
.block-head img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    float: left;
}
.block-head p {
    display: inline-block;
    color: #fff;
    padding-left: 10px;
    vertical-align: middle;
    margin: 0;
}
.block-round {
    background-color: #fff;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    /*display: inline-block;*/
    vertical-align: middle;
    float: right;
    text-align: center;
    display: none;
}
.block-round .btn-link {
    width: auto;
    height: auto;
    border-radius: 100%;
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding-top: 4px;
    padding-left: 2px;
}
.block-cont {
    border-bottom: 4px solid #63c68f;
    display: block;
    position: relative;
}
.block-cont img {
    height: 165px;
}
.blog_img {
    max-width: 100%;
    width: 100% !important;
    height: auto;
}
.content-table {
    background-color: #fff;
    border-left: 1px solid #63c68f;
    border-right: 1px solid #63c68f;
    border-bottom: 1px solid #63c68f;
}
.content-table:first-child {
    /*border-radius: 8px 8px 0 0;*/
    border-top: 1px solid #63c68f;
    margin-top: 20px;
}
/*.content-table:first-child .tumb-img {
    border-radius: 8px 0 0 0;
}*/
.content-table:last-child {
    /*border-radius: 0 0 8px 8px;*/
    border-bottom: 1px solid #63c68f;
}
/*.content-table:last-child .tumb-img {
    border-radius: 0 0 0 8px;
}*/
.tumb-img {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    background: radial-gradient(53.33% 384.94% at 4.69% 11.1%, #257348 0, #212829 100%);
    padding: 40px 10px;
    text-align: center;
}
.tumb-img img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.casino-name{
  width: 15%;
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0;
  text-align: center;
}
.rating {
    padding-top: 5px;
}
.rating img {
    margin: 0 auto;
}
.bonus1 div, .bonus2 div {
    color: #c5c2c2;
    font-size: 12px;
    text-transform: uppercase;
}
.bonus1 p, .bonus2 p  {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
    padding-top: 2px;
}
.bonus1{
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0;
  text-align: center;
}
.bonus2{
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0;
  text-align: center;
}
.btns-more{
  width: 23%;
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0;
}
.btns-wrp{
  display: table;
  margin: 0 auto;
}
.btns-more a {
    border: 1px solid #63c68f;
    color: #224e41;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 8px;
    font-size: 18px;
    display: inline-block;
}
.btns-more a:first-child{
  margin-right: 5px;
}
a.back-to-home {
    border: 1px solid #63c68f;
    color: #224e41;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 8px;
    font-size: 18px;
    display: inline-block;
    margin-top: 20px;
}
.category-block .col-lg-3:nth-child(4n+1) {
    clear: both;
}

@media (max-width:1199px){
    .category-block .col-lg-3:nth-child(4n+1) {
        clear: none;
    }
    .category-block .col-lg-4:nth-child(3n+1) {
        clear: both;
    }
    .cat-body [class*="col"] {
        max-height: 210px;
    }
    .casino-name{
        padding: 20px 0 20px 5px;
    }
    .tumb-img {
        padding: 50px 10px;
    }

}
@media (max-width:991px){
  .btns-more {
      width: 22%;
  }
  .bonus2 p {
    font-size: 12px;
  }
  .btns-more a {
      font-size: 16px;
  }
  .tumb-img img {
    padding: 0;
  }
    .category-block .col-lg-6:nth-child(2n+1) {
         clear: both;
     }
}
@media (max-width:768px){
  /*.content-table:last-child .tumb-img {
    border-radius: 0 0 0 0;
  }
  .content-table:first-child .tumb-img {
    border-radius: 8px 8px 0 0;
  }*/
  .tab-content>.active {
      display: block;
      margin-left: 0px;
  }
  .tumb-img {
    width: 100%;
    display: block;
    min-height: auto;
  }
  .tumb-img img {
    height: auto;
    /*width: 140px;*/
    margin: 0 auto;
    display: block;
  }
  .casino-name {
      width: 32%;
  }
  .bonus1, .bonus2 {
    width: 32%;
  }
  .btns-more {
    display: block;
    width: 100%;
    padding: 0px 0 20px;
  }

}
@media (max-width:480px){
  .casino-name {
      width: 100%;
      padding: 5px 0;
  }
  .bonus1, .bonus2 {
    width: 100%;
    padding: 5px 0;
  }
  .bonus1, .bonus2 {
    width: 100%;
    padding: 5px 0;
  }
  .btns-more {
    width: 100%;
    padding: 5px 0 10px;
  }
  .btns-more a {
    padding: 5px 30px;
  }
  .content-block-2 {
    padding: 25px 0;
  }
  .catgory-text h2 {
    font-size: 26px;
  }
  .catgory-text p {
    font-size: 14px;
    width: 100%;
  }
}
/*----END CATEGORY PAGE----*/

/*----SINGLE PAGE----*/
.single-block {
    padding-top: 30px;
}
.single-block h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    color: #23252a;
    margin: 0;
    padding-bottom: 20px;
}
.sing-tumb {
  width: 64%;
  height: auto;
  float: left;
  overflow: hidden;
    margin-right: 15px;
}
#sing-slider .owl-prev, #sing-slider .owl-next {
    height: 40px;
    width: 26px;
    color: transparent;
    cursor: pointer;
    position: absolute;
    top: 37%;
}
#sing-slider .owl-prev {
    background-image: url('img/prev.svg');
    left: 0;
    margin-left:2px;
}
#sing-slider .owl-next {
    background-image: url("img/next.svg");
    right: 0;
    margin-right: 15px;
}
.sing-tumb img{
  /*padding-right: 15px;*/
  display: block;
  margin:0 auto;
}
.hestag {
    padding: 5px 0;
}
.hestag a {
    background-color: #3a3f4c;
    color: #fff;
    display: inline-block;
    padding: 2px 8px 2px 18px;
    margin-bottom: 0;
    position: relative;
    margin-right: 10px;
}
.hestag a:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 12px solid transparent;
    left: 0;
    top: 1px;
}
.hestag a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 10px solid #3a3f4c;
    border-bottom: 13px solid transparent;
    right: -10px;
    top: 0;
}
.play-now {
    background-color: #63c68f;
    color: #fff;
    padding: 10px 10px;
    cursor: pointer;
    display: block;
    /*margin-right: 15px;*/
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    border-radius: 6px;
}
.play-now2 {
    background-color: #63c68f;
    color: #fff;
    padding: 10px 67px;
    cursor: pointer;
    display: table;
    margin: 20px auto;
    font-size: 18px;
    text-align: center;
    border-radius: 6px;
}
a.play-now:hover, .play-now:focus {
    color: #fff;
}
a.play-now2:hover, .play-now2:focus {
    color: #fff;
}
.single-block h2 {
    display: block;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 100;
}
.single-block h3 {
    display: block;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 100;
    color: #42495a;
    padding-right: 5px;
}
.ratings img {
    padding-bottom: 10px;
    max-width: 100%;
    height: auto;
}
.bonus p {
    padding-bottom: 10px;
    margin-bottom: 0;
}
.same-post {
    padding: 20px 0 30px;
}
.same-post h2 {
    display: block;
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 100;
}
.owl-carousel .owl-item img {
    display: block;
    width: auto;
    -webkit-transform-style: preserve-3d;
}
#post-slider .owl-prev ,#post-slider .owl-next{
  height: 49px;
  width: 32px;
  color: transparent;
  cursor: pointer;
  position: absolute;
  top: 33%;
}
#post-slider .owl-prev {
    background-image: url("img/prev.svg");
    left: 0;
    margin-left: 15px;
}
#post-slider .owl-next {
    background-image: url("img/next.svg");
    right: 0;
    margin-right: 15px;
}
#post-slider [class*="col"] {
    overflow: hidden;
    height: 220px;
}
.sing-links .back-to-home:first-child {
    float: left;
}
.sing-links .back-to-home:last-child {
    float: right;
}
.sing-table {
    display: block;
}
.sing-table h2 {
    text-align: center;
}
.tablepress {
    display: table;
    width: 100%;
    margin: 0 0 10px;
}
.tablepress caption {
    display: none;
}
.tablepress tr {
    display: table-row;
}
.tablepress td {
    padding: 0;
}
.braeadcrambs {
    padding-top: 100px;
}
.bread .braeadcrambs{
    padding-top: 1px;
    padding-bottom: 15px;
}
.braeadcrambs span {
    color: #868282;
}
.braeadcrambs .current {
    color: #5fbf89;
}
.braeadcrambs .sep {
    color: #224e41;
}
@media (max-width:1199px) {
  .sing-tumb {
    width: 60%;
    height: auto;
    float: left;
  }
  .owl-carousel.owl-loaded {
    display: block;
    padding: 0 10px;
  }
  #post-slider [class*="col"] {
      padding: 0 5px;
  }
}
@media (max-width:991px) {
  .single-block {
      padding-top: 25px;
  }
  #post-slider .owl-prev, #post-slider .owl-next {
      height: 40px;
      width: 26px;
      top: 100px;
  }
}
@media (max-width:768px) {
  .sing-tumb {
    width: 100%;
    height: auto;
    float: none;
  }
  .sing-tumb img {
    padding-right: 0;
  }
  .ratings {
    padding-top: 15px;
  }
  .single-block h2 {
    text-align: center;
    font-size: 26px;
    padding-top: 20px;
  }
  .single-block h3 {
    text-align: center;
    display: block;
  }
  .play-now {
    margin-right: 0;
  }
  .bonus p {
    padding-bottom: 10px;
    text-align: center;
  }
  .ratings img {
    display: block;
    margin: auto;
  }
  .single-block h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    color: #23252a;
    margin: 0;
    padding-bottom: 20px;
    font-size: 30px;
  }
  .table-body .text1 p,.table-body .text2 p {
    font-size: 14px;
  }
  /*.owl-carousel.owl-loaded {
    display: block;
    padding: 0 0px;
  }*/
}
@media (max-width:480px) {
  .text1 , .text2 {
    display: inline-block;
    width: 50%;
    float: left;
  }
  .hestag a {
    margin-bottom: 4px;
  }
}
@media (max-width:320px) {

}
/*----END SINGLE PAGE----*/

/*-----FOOTER-----*/
.footer-wrp {
  background: radial-gradient(53.33% 384.94% at 4.69% 11.1%, #3c763d 0, #212829 100%);
  padding: 15px;
}
.footer-wrp p{
  font-size: 18px;
  color: #fff;
  float: left;
  padding-top: 3px;
}
.footer-wrp .social{
  float: right;
}
.footer-wrp .social img{
  display: inline-block;
}

@media (max-width:991px) {

}
@media (max-width:768px) {
  .footer-wrp p{
    font-size: 15px;
    padding-top: 3px;
  }
}
@media (max-width:480px) {
  .footer-wrp p {
      float: none;
      display: block;
      text-align: center;
  }
  .footer-wrp .social {
    float: none;
    display: block;
    text-align: center;
  }

}

/*-----END FOOTER-----*/

.block-cont_text-bonus {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px;
    width: 200px;
    background-color: rgba(35, 78, 65, 0.74);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin-top: -40px;
    font-size: 9px;
}

.block-cont_text-bonus_table {
    display: table;
    margin: 0 auto;
    height: 80px;
}
.block-cont_text-bonus_table_item {
    display: table-cell;
    vertical-align: middle;
}



@media (max-width: 991px){
	.block_full-desc {
    	padding: 10px 0 20px;
	}
	.block_full-desc {
		padding: 30px 0;
		text-align: justify;
	}
}
@media(max-width: 768px){
    .block_full-desc h1 {
        font-size: 24px;
    }
    .block_full-desc h3 {
    font-size: 18px;
    margin: 0;
    }
}


/* ------Unavailable------ */

.text_no_valible_wrp{
  text-align: center;
  padding-top: 50px;
  background-color: #eee;
  height: 100vh;
}
.text_no_valible_wrp a {
    color: #053db0;
}
.text_no_valible_wrp h2 a{
    display: table;
    margin: 10px auto;
    padding: 30px 15px;
    background-color: #f2de0b;
    border-radius: 6px;
    color: #000;
}

/* ------Unavailable------ */

.wrapper_container [type="text"], .wrapper_container [type="email"], .wrapper_container textarea {
    width: 90%;
}
img { 
	max-width: 100%; 
	display: block; 
	width: auto;
    height: auto;
}
/* ------email-form------ */
.email-form-wrapper form p{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.email-form-wrapper form p strong{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.email-form-wrapper form label {
    margin-bottom: 0;
}
.email-form-wrapper form label {
    float: none;
    width: 100%;
    flex: 1;
}
.email-form-wrapper input[type=email] {
    height: 44px;
    border-radius: 5px 0 0 5px;
    padding-left: 14px;
}
.email-form-wrapper form input[type=submit].submit-btn {
    height: 44px;
}
@media (max-width : 520px) {
    .email-form-wrapper form p {
        flex-direction: column;
        align-items: center;
    }
    .email-form-wrapper form p br {
       display: none;
    }
    .email-form-wrapper input[type=email] {
        border-radius: 5px;
    }
    .email-form-wrapper form label {
        margin-bottom: 10px;
    }
    .email-form-wrapper form input[type=submit].submit-btn {
        border-radius: 5px;
    }
    .email-form-wrapper form strong {
        text-align: center;
    }
}

.row_new .row {
    margin-right: 0px;
    margin-left: 0px;
}

a.page-numbers {
    color: black;
}

td, th {
    padding: 10px;
    border: 1px solid #ada6a6;
}

th {
    font-weight: 700;
}

tr:nth-child(even) {
    background-color: rgba(92, 184, 92, 0.5);
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.slot-card-button:hover {
    color: #FFFFFF;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
}
.alignleft { 
    float: left;
}
.aligncenter { 
    display: block; 
    margin-left: auto;
    margin-right: auto; 
}