/*================== ALL NEW STYLES 06-04-2020 ================================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,800;1,400&family=Roboto&display=swap');

/*===============Variables============================ */
:root {
	/* --first-color: #10874E;  */
	--first-color: #10874E; 
	--action-color: #cf231a;
	--action-dark-color: #A32B24;
	
	/*--- major links color---*/
	--text-link:#A32B24;
	--hover-text-link:#571E00;
	
	
	/*--- all link in the modules colors---*/
	--module-link:#094729;
	--hover-module-link:#497478;

	/*----btn pangination, categories---*/
	--i-btn-txt:#24AB6C;
	--i-btn-txt-hover:#497478;
	--i-btn-bc:#fff;
	--i-btn-bc-hover:#e6fcdc;
	--i-btn-border:#fff;
	--i-btn-border-hover:#497478;


background-color: var(--i-button-hover);
	
	--dark-yellow-color:#A36D14;
	--major-text-color:#181c26;
	--tc-text-color:#497478;
	  
	--dark-green-color:#15775e;
	  
	--footer-color:#10874E;
	--gradient-a-color:#2FDE8C;
	--gradient-b-color: #02A85B;

	--second-gradient-a-color: #BE2FDE;
	--second-gradient-b-color: #8A02A8;
	--second-gradient-text-color: #FBCCFF;
	  
	--third-gradient-a-color: #BE2FDE;
	--third-gradient-b-color: #EB2668;
	--third-gradient-text-color: #fff;
	  
	--info-button-1:#74E3AF;
	--info-button-2:#24AB6C;
	--info-button-hover-1:#139DAB;
	--info-button-hover-2:#05894b;


  }
  
/*===============CSS NULL ============================ */

  html{
	margin: 0;
	padding: 0;
	font-size:16px;
  }

/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  padding-top: 70px;
  font-family: 'Roboto', sans-serif;
  color: var(--major-text-color, black);
  background-color: #AAF0BC1C;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
text-decoration: underline;
text-decoration-style: dashed;
text-decoration-thickness: from-font;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

ul li {
	list-style-type: none;
}
/* ==========================================  */

#catContainer {padding:0 0 0 0;}

h1, h2, h3, h4, h5 {
	margin: 0 0 0 0;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	line-height: 1.2em;
	margin-bottom: 0.8em;
}
h1{
	font-size: 2rem;
    font-weight: 600;
    color: var(--dark-green-color);
}
h2 {
	font-weight: 600;
    font-size: 1.7rem;
    background: var(--dark-green-color);
    border-radius: 10px;
    color: white;
	padding: 5px 10px;
}
h3{
	font-weight:400;
	font-size: 1.5rem;
	color:var(--dark-green-color);
}
p {
	font-size:1rem;
	margin-bottom:1.5rem;
	line-height: 1.6em;
}
a {
	text-decoration:none;
	color: var(--text-link);
}
a:hover {
	text-decoration:none;
	color:var(--hover-text-link);
}

article ul li:before { 
	content: '';
	display: inline-block;
	height: 0.85rem;
	width: 0.85rem;
	background-image: url('/images/2020/chip.svg');
	background-size: contain;
	background-repeat: no-repeat;
	padding-left: 1.2rem;
}

input,
textarea{
	border-radius:0.25rem;
	border: 1px solid var(--gradient-b-color);
	width: 50%;
}
/*=================Sidebar==============================*/
.sideBar{
	border: 1px solid var(--gradient-b-color);
	padding: 1rem;
	margin-bottom: 2rem;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	background-color: #fff;
	border-radius:5px;
}
.sideBarMenu ul{
	padding:0 1rem;
}

.sideBar svg{
	width:1.5rem;
	height:2rem;
}

.sbUnits{
	display: inline-flex;
	margin-right:1rem;
	border-radius: 0.25rem;
	border: 1px solid transparent;
}

.sbUnits span, .sbUnitsTitles span{
	display: inline-flex;
	font-size: 1rem;
	margin: auto;
}

.sbUnits a{
	display:inline-flex;
	color: var(--major-text-color);
}

.sbImgUnits{
	display: inline-flex;
	border-radius:.25rem;  
	width: calc(50% - 1rem);
	margin: 0.5rem;
	border: 1px solid transparent;
}

.sbImgUnits:hover{
	border: 1px solid var(--i-btn-border-hover);
	opacity: 0.85;
}
/* ================PAGINATION==========================  */
.catPagination{
	text-align:center;
	margin-bottom:2rem;
}
.pagination {
	justify-content:center;
}

.itemNav ul li::before, .catPagination ul li::before{
	background-image: none;
	content:none;
}

.catPagination ul{
	margin-bottom:.5rem;
	flex-wrap: wrap;
}
.catPagination p{
	font-size:0.8rem;
	color:var(--gray);
}
.page-link{
	color: var(--i-btn-txt);
}

.tm2Units:hover, .page-link:hover, .sbUnits:hover, .tmSelected{
	text-decoration:none;
	color:var(--i-btn-txt-hover);
	background-color:var(--i-btn-bc-hover);
	border-radius: 0.25rem;
    /* padding: 0 0.25rem; */
	border: 1px solid var(--i-btn-border-hover)!important;
}
/* ================HEADER==========================  */
.header-img{
	width: 255px;
	height: 55px;
	fill: #fff;
}

.footer-img{
	width:200px;
	height: 50px;
	fill: #fff;
}

.navbar{
	background: linear-gradient(to right, var(--gradient-a-color) 0%, var(--gradient-b-color) 100%);
	width:100%;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	padding: 0 16px;
}

.navbar-dark .navbar-toggler{
	border-color: white;
	width: 2.5rem;
	height: 2.5rem;
} 
.nav-item{
	text-transform: uppercase;
	border: 1px solid transparent;
}

.nav-item:hover{
/*	margin: 0 10px;   */
	text-transform: uppercase;
	border: 1px solid var(--dark-green-color);
}
.active{
	background-color: var(--dark-green-color);
}
.navbar-collapse{
	background: transparent;
}
.nav-item a{
	color: #fff;
	line-height: 2rem;
	display: block;
	text-decoration: none;
}
.topmenu{
	background-color:black;
}

/*=================FOOTER================  */

.footer-wrapper{
	width:100%;
	background-color: var(--footer-color);
	box-shadow:0 0 5px rgba(0,0,0,0.5);
}
.footerlogo, .footerright, .footerleft{
		float:none; 
		margin: 0.25rem auto;
	}
.footerlogo{
		text-align:center;
	}	
.footerleft{
		text-align:left;
	}
.footerright{
		text-align:right;
	}

.footerright ul li{
	display:inline;
	padding:0px 0.375rem 0px 0.375rem;
	border-left:0.062rem solid #ffffff;
}
.footerright ul li:first-child{
	border-left:none;
}
.footerright ul li a{
	color:#ffffff;
}
.footerright ul li a:hover{
	color:var(--hover-text-link);
}

.footertext{
	background-color: var(--dark-green-color); 
	text-align:center;
	padding: 0.2rem;
}
.footertext p{
	padding:0;
	margin:0;
	text-align:center;
	color:#ffffff;
	font-size:0.75rem;
}

.footerIcons{
	fill:#fff;
}
/*=================================  */
.container{
	max-width:2200px;
}
.about1{
/*	border:1px solid var(--gradient-b-color); */
/*	background-color:rgba(245, 245, 245, 1);   */
/*	padding:1.2rem 1.2rem 0 1.2rem; */
	margin-bottom:2rem;
}
.mainTable{
	margin-bottom:1.5rem;
}
.mainTable tr{
	border: 1px solid var(--gradient-a-color);
}
.mainTable tr td, .mainTable tr th{
	padding: 10px 20px;
}
.mainTable tr:first-child{
    background: #02A85B;
    color: white;
}

/*======================CASINO ITEM=============*/

.itemBody{
	padding: 8px 0;
	margin: 0;
}

.casinoImg {
}

.casinoImg img{
	position: relative;
    border: 5px solid var(--dark-green-color);
    border-radius: 15px 15px 0 0;
}

.img_countries{
	width:30px;
	height:30px;
	border-radius:5px;
	display: flex;
	margin-right: 12px;
	border: 1px solid var(--dark-green-color);
}
.in_category{
	position: absolute;
	top: 5px;
	right: -7px;
}

.in_review {
    position: absolute;
    bottom: 5px;
    right: -7px;
    width: 20px;
    height: 20px;
}

.sticker{
	background: linear-gradient(to right, var(--second-gradient-a-color) 0%, var(--second-gradient-b-color) 100%);
	margin-bottom: 1rem;
	padding:0.25rem;
}
.bonusB{
	background: white;
	margin-bottom: 1rem;
	padding: 0.25rem;
	border-radius: 0 0 15px 15px;
	border-left: 5px solid var(--dark-green-color);
	border-right: 5px solid var(--dark-green-color);
	border-bottom: 5px solid var(--dark-green-color);
}
.bonusB p {
    color: #BF2B17;
    font-weight: bold;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0.5rem;
    margin: auto;
}

.bonusSum p{
	font-size: 1.8rem;
	color: #fff;
}
.bonusB span {
    font-size: 1.8rem;
    line-height: 1.2em;
    color: #BF2B17;
}
.table-purple, .table-purple td, .table-purple th{
	border: 1px solid var(--dark-green-color);
	font-size: 0.8rem;
}

.table-green, .table-green td, .table-green th{
	border: 1px solid var(--dark-green-color);
	font-size: 0.8rem;
}

.bonus-tc{
}
.bonus-tc p{
	text-align:center;
	color: var(--major-text-color, black);
	font-size:0.8rem;
	font-weight: 400;
}


.captionPurple, .captionGreen{
	caption-side: top;
	padding: 0 0 0 0.25rem;
	color: #fff;
	text-align: left;
	letter-spacing: 0.05em;
}

.captionGreen{
	background: linear-gradient(to right, var(--gradient-a-color) 0%, var(--gradient-b-color) 100%);
}

.captionPurple{
	background: var(--dark-green-color);
}

.playNow, .playNowSecond, .playNowSlot, .bestCasinos .playNow {
    background: var(--action-color);
    border-radius: 10px;
    text-align: center;
    margin-bottom: 1rem;
    /* line-height: 2em; */
    letter-spacing: 0.15em;
    font-size: 2.3rem;
    /* font-family: 'Montserrat', sans-serif; */
    padding: 5px;
}

.bestCasinos .playNow{
	line-height: 50px;
}

.playNow:hover, .playNowSecond:hover, .bestCasinos .playNow:hover {
	background: var(--action-dark-color);
}

.playNow a, .playNowSecond a, .bestCasinos .playNow a, .playNowSlot a {
    color: #fff;
    display: block;
    border: 3px solid white;
    border-radius: 10px;
	text-decoration: none;
}
.casinoFeaturesRight{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.casinoFeaturesRight .gamesCount{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	width: 100%;
	align-self: center;
	border-radius: 10px;
	border: 5px solid var(--dark-green-color);
	background: white;
}


.casinoFeaturesRight .playBtnZone{
	width: 100%;
    box-sizing: border-box;
    align-self: flex-end;
}
.casinoFeaturesRight table {
    border-spacing: 5px;
    padding: 5px;
    margin-bottom: 0;
    border-radius: 10px;
	border: 5px solid var(--dark-green-color);
    background: white;
	max-width: 900px;
    border-collapse: separate;
	width: 100%;
}
.casinoFeaturesRight table tr td:first-child, .casinoFeaturesRight table th {
    background: var(--dark-green-color);
    padding: 5px;
    font-weight: bold;
    text-align: center;
    color: white;
	border-radius: 5px;
    table-layout: auto;
	line-height: 0.8rem;
	font-size: 1rem;
}
.casinoFeaturesRight table tr td{
    font-size: 1rem;
}
.casinoGames p{
	font-size: 1.7rem;
	text-align: center;
	margin-bottom: 0.25rem;
	line-height: 1.6em;
}

.providersCount p{
	font-size: 1rem;
	text-align: center;
	margin-bottom: 0.25rem;
}

.casinoOptions{
	font-size: 1rem;
	background: white;
	margin-bottom: 1rem;
	padding: 0.25rem;
	border-radius: 10px;
	border: 5px solid var(--dark-green-color);
}
.casinoOptions span{
	background: var(--dark-green-color);
    border-radius: 5px;
    padding: 2px 5px;
    color: white;
	font-weight: 600;
	font-size: 1rem;
}

.cashierLines:first-child{
	border-right: 5px solid var(--dark-green-color);
}

.cashierLines p, .cashierNumbers p{
	margin-bottom: 0.25rem;
	font-size: 1rem;
	text-align: center;
}

.title p{
	font-size: 0.8rem; 
	font-weight: 600;
}
/*=======================CASINO CATEGORY=====*/

.catCasinosList{
	
}

.casinoCardTitle{
	font-size: 20px;
    font-weight: 600;
    position: absolute;
    bottom: -10px;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    padding: 1%;
    background-color: var(--dark-green-color);
}

.catBonusesList .card, .catCasinosList .card {
	border: 1px solid var(--first-color);
}

.catCasinosList .card-img-top, .raxo-img{
	border-bottom: 1px solid var(--first-color);
}

.card-title{
	font-size:1.2rem;
	font-weight: 600;
}

.catBonus, .catBonus span, .catBonus p, .slotBonus, .slotBonus p{
	font-family: 'Montserrat', sans-serif;	
	text-align:center;
}
.catBonus span{
	font-size:0.8rem;
}
.catBonus p{
	font-size:1rem;
	font-weight: 400;
	margin-bottom: 0.5rem;
	color: var(--action-color);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.casBonusTwoStr{
	font-size:1rem;
	font-weight: 600;
	color: var(--action-color);
	text-align: center;
}

.card-body .playNow{
	background: var(--action-color);
	font-size: 1.2rem;
}

.card-body .bonus-tc p, .bestCasinos .bonus-tc p{
	margin-bottom:0.2rem;
	text-align:center;
	color: var(--tc-text-color)
}

.bestCasinos .bonus-tc p{
	margin-bottom:0.25rem;
}

.card-body .playNow:hover {
		background: var(--action-dark-color);
	}

.card-img-top{
	position: relative;
}
.card-img-top:hover img{
	opacity: 0.85;
}

/*======================Slot-Category===========*/

.catSlotsList{
	margin-bottom: 0.8rem;
}

.catSlotsList .card {
	border: 1px solid var(--dark-green-color);

}

.catSlotsList .card-img-top{
	border-bottom: 1px solid var(--first-color);
}

.catSlotsList .card-title, .raxo-item .card-title{
	font-size:0.8em;
	font-weight: 600;
	margin-bottom: 0.5rem;
	color: white;
}

.card-title a{
	text-decoration: none;
	color: var(--dark-green-color);
}
/*======================Studios-Category===========*/
.indStudios{
	margin-bottom: 0.8rem;
}
.indStudios h1{
	margin-bottom:0;
}

/*======================Slot Review============*/

.modal-xl{
	max-width: 1000px;
	margin: 0 auto;
}

.seeAll{
	border: 1px solid var(--info-button-2);
    padding: 0.3rem;
    border-radius: 10px;
    color: var(--info-button-2);
    background: #fff;
    display: block;
    font-weight: 600;
    text-align: center;
}
.seeAll:hover{
    background: var(--info-button-2);
    color: #fff;
    opacity: 0.65;
}

.close-btn{
	border-radius: 50%;
}

.btnPlayFree{
	background: var(--info-button-2);
	position: relative;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 1.2rem;
	border-radius: 10px;
    letter-spacing: 0.15em;
    padding: 5px;
	width: 25%;
}

.btnPlayFree:hover{
	background: var(--info-button-hover-2);
}

.slotImg{
}

.slotImgSmall{
	max-width:50%;
}

.slotImg img, .slotImgSmall img{
	display: block;
    border: 5px solid var(--dark-green-color);
    border-radius: 15px;
}

/*.catBonus span{
	font-size:1rem;
} */
.slotBonus p{
	font-size:0.8rem;
	font-weight: 400;
	margin-bottom: 0.5em;
	color: var(--third-gradient-a-color);
}
.card-body .playNowSlot{
	background: linear-gradient(to bottom, var(--third-gradient-a-color) 0%, var(--third-gradient-b-color) 50%);
	font-size: 1.0rem;
}

.card-body .playNowSlot:hover{
		background: linear-gradient(to bottom, var(--third-gradient-a-color) 0%, var(--third-gradient-b-color) 90%);
}

/*======================Homepage============*/

.bestCasinosHP{
	border:1px solid var(--gradient-b-color);
	padding:1rem;
	background:linear-gradient(to right, var(--gradient-a-color) 0%, var(--gradient-b-color) 100%);
	margin-bottom:2rem;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.bestCasinosHP h2{
	color:#fff;
}

.bestCasinosHP .card{
	border:1px solid var(--gradient-b-color);
}

.latestSlotsHP, .breadcrumbs{
	border:1px solid var(--gradient-b-color);
	padding:1rem;
	/* background:linear-gradient(to right, var(--gradient-a-color) 0%, var(--gradient-b-color) 100%); */
	margin-bottom:2rem;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	background-color: #fff;
}
.breadcrumbs{
	padding:0.25rem;	
	font-size:1rem;
}
.titleModuleHP{
	display:flex;
	align-items: center;
	margin-bottom: 0.8rem;
	justify-content: center;
}

.titleModuleHP span, .titleModuleHP h2{
	display:inline-flex;
	margin:auto;
	text-align: center;
}

.titleModuleHP a{
    border: 2px solid var(--dark-green-color);
    padding: 1rem;
    padding: 0.5rem;
    border-radius: 0 10px 10px 0;
    color: var(--info-button-2);
    text-decoration: none;
    background: white;
    font-weight: 600;
    letter-spacing: 0.15em;
}

.titleModuleHP a:hover {
	background: var(--info-button-2);
	color: #fff;
	opacity: 0.65;
}

.titleModuleHP h2{
	border-radius: 10px 0 0 10px;
}

.casinosAll a{
	border:1px solid #fff;
	padding:1rem;
	margin: 0.5rem;
	padding: 0.5rem;
	border-radius:.25rem;
	color: #fff;
	text-decoration: none;
}
.casinosAll a:hover{
	background: #fff;
	color: var(--info-button-2);
	opacity: 1;
}
/* -------------Studios List module ----------*/
.catStudiosList{
	margin-bottom: 0.8rem;
}

.catStudiosList .card {
	border: 1px solid var(--second-gradient-a-color);
}
/* -------------Bonuses List module ----------*/
.cardBonuses {
    border: 1px solid var(--dark-green-color);
    margin: 10px 0;
    border-radius: 10px;
    padding: 10px;
}
.bonusPlayNow{
	background: var(--action-color);
    border-radius: 10px;
    text-align: center;
    margin-bottom: 1rem;
    /* line-height: 2em; */
    /* letter-spacing: 0.15em; */
    font-size: 1.2rem;
    /* font-family: 'Montserrat', sans-serif; */
    padding: 5px;
    margin: auto; 
}
.bonusPlayNow a{
    color: #fff;
    display: block;
    border: 3px solid white;
    border-radius: 10px;
    text-decoration: none;
}

.seeAllSplit{
	width: auto;
}
.bonusPlayNow:hover {
		background: var(--action-dark-color);;
	}
/*----------------News & Wiki module*----------------*/
.collist-group a {
	text-decoration:none;
	color: var(--module-link);
}

.catNewsList .card{
	position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

	.newsList{
		width:50%;
	}
	
.catNewsList .card:before, .catNewsList .card:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.catNewsList .card:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.collist-group a {
	background-color: transparent;
}
.collist-group a:hover {
	text-decoration: none;
	color: var(--i-btn-txt-hover);
	border-bottom: 1px solid var(--i-btn-border-hover);
	border-top: 1px solid var(--i-btn-border-hover);
	background-color: var(--i-btn-bc-hover);
}

.catNewsList .card, .catNewsList .card-header{
	border:1px solid var(--yellow);
}

.catNewsList .card-header{
	background: var(--yellow);
	color: #fff;
	opacity: 0.75;
	display: flex;
	align-items: center;
}

.catNewsList .card-header svg{
    display: inline-flex;
    height: 1rem;
    width: 1rem;
    height: 1rem;
    margin-right: .25rem;
}

.subCategory a, .sbUnits a{
	text-decoration:none;
	color: var(--info-button-2);
	/*box-shadow: 0 0 5px var(--info-button-2); */
	padding: 0.25rem;
	border-radius: .25rem;
	
}
.subCategory a:hover{
	text-decoration:none;
	color:var(--hover-module-link);
	border: 1px solid var(--hover-module-link);
	}

/***------------------RAXO Bricks NEW Module Layout----------*/
.raxo-bricks-new [class^="raxo-"],
.raxo-bricks-new [class*="column"],
.raxo-bricks-new img,
.raxo-bricks-new a {
	margin: 0; padding: 0;
	background: transparent none;
	border: 0 none;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: grid;
	grid-column-gap: 15px;
	grid-template-columns: repeat(auto-fit, minmax(232px, 1fr));
}

.raxo-bricks-new a, a{																/* Item LINKS */
	text-decoration: none;
	outline: 0;
	transition: all 0.2s linear 0s;
}

.raxo-bricks-new a:hover {
		background: transparent none;
}

.raxo-bricks-casino a:hover {
		background: transparent none;
}
/* ----- MODULE BLOCK Styles ----- */
.raxo-bricks-new{
	position: relative;
	margin-top: 20px;
	display: grid;
}
	.raxo-bricks-new:after{
		content: "";
		display: table;
		clear: both;
	}
	
	.raxo-bricks-casino:after{
		content: "";
		display: table;
		clear: both;
	}
.raxo-bricks-new .raxo-name {														/* BLOCK NAME Text */
	margin-bottom: 16px; padding: 3px 12px;
/*	font: normal 17px/24px Tahoma, Helvetica, Arial, sans-serif; */
	color: #1a1a1a;
	border-width: 2px 0 0; border-style: solid;
}
	.raxo-bricks-new .raxo-name a {
		color: #1a1a1a;
	}
  .raxo-bricks-new .raxo-showall {													
	float: right;
	margin: -8px 12px 16px 0; padding: 0 12px;
	font-size: 13px; line-height: 20px;
	color: #ffffff;
	border-radius: 2px;
}
	.raxo-bricks-new .raxo-showall a {
		display: inline-block;
		margin: 0 -10px 0 -12px; padding: 0 10px 0 12px;
		color: #ffffff;
	}
	.raxo-bricks-new .raxo-showall a:hover {
		opacity: 0.75;
	}
.raxo-bricks-new .raxo-name ~ .raxo-showall {
	position: absolute;
	top: 8px; right: 12px;
	float: none;
	margin: 0;
} 
.raxo-bricks-new  .raxo-itemsbox {													/* Items DIV */
	padding-top: 2px;
	overflow: hidden;
}
.raxo-bricks-new .raxo-item {														/* Item DIV */
	margin-bottom: 1rem;
}
	.raxo-bricks-new .raxo-item > div:first-child {
		border: 1px solid var(--second-gradient-a-color);
	}
	.raxo-bricks-new .raxo-item > div:last-child {
		border: 1px solid var(--second-gradient-a-color);
	}
/* ----- IMAGE Styles ----- */
.raxo-bricks-new .raxo-img {														/* Item IMAGE */
	border-radius:5px;
	border:1px solid var(--second-gradient-a-color);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	max-width:auto;
	width:100%;
}
	.raxo-bricks-new .raxo-img img {
		display: block;
		width: 100%; max-width: 100%; height: auto;
		border-bottom: 1px solid var(--second-gradient-a-color); 
	}
	.raxo-bricks-new .raxo-img:hover img {
		opacity: 0.85;
	}
.raxo-bricks-new .raxo-category {													/* Item CATEGORY */
	position: absolute;
	left: -4px; top: 15%;
	padding: 0 10px 0 12px;
	line-height: 20px;
	color: #ffffff;
	border-radius: 2px;
}
	.raxo-bricks-new .raxo-category a {
		display: inline-block;
		margin: 0 -10px 0 -12px; padding: 0 10px 0 12px;
		color: #ffffff;
	}
	.raxo-bricks-new .raxo-category a:hover {
		opacity: 0.75;
	}
/* ----- CONTENT Styles ----- */
.raxo-bricks-new .raxo-content {
	padding: 24px 10%;
	overflow: hidden;
}
	.raxo-bricks-new .raxo-content > div:first-child {
		margin-top: 0;
	}

.raxo-bricks-new .raxo-title {														/* Item TITLE */
	font-size: 16px;
	text-transform: none;
}


	.raxo-bricks-new .raxo-title a {
		color: #1a1a1a;
		font-size: 16px;
	}

.raxo-bricks-new .raxo-info {														/* Item DATE & AUTHOR */
	margin-top: 6px;
	color: #808080;
	overflow: hidden;
}
	.raxo-bricks-new .raxo-info span + span {
		margin-left: 12px;
	}

.raxo-bricks-new .raxo-text {														/* Item TEXT */
	margin-top: 18px;
	color: #4c4c4c;
}

/***------------------RAXO Bricks NEW Module Layout----------*/
.raxo-bricks-casino [class^="raxo-"],
.raxo-bricks-casino [class*="column"],
.raxo-bricks-casino img,
.raxo-bricks-casino a {
	margin: 0; padding: 0;
	background: transparent none;
	border: 0 none;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: grid;
	grid-column-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.raxo-bricks-casino a, a{																/* Item LINKS */
	text-decoration: none;
	outline: 0;
	transition: all 0.2s linear 0s;
}

.raxo-bricks-casino a:hover {
		background: transparent none;
}

.raxo-bricks-casino a:hover {
		background: transparent none;
}
/* ----- MODULE BLOCK Styles ----- */
.raxo-bricks-casino{
	position: relative;
	margin-top: 20px;
	display: grid;
}
	.raxo-bricks-casino:after{
		content: "";
		display: table;
		clear: both;
	}
	
	.raxo-bricks-casino:after{
		content: "";
		display: table;
		clear: both;
	}
.raxo-bricks-casino .raxo-name {														/* BLOCK NAME Text */
	margin-bottom: 16px; padding: 3px 12px;
/*	font: normal 17px/24px Tahoma, Helvetica, Arial, sans-serif; */
	color: #1a1a1a;
	border-width: 2px 0 0; border-style: solid;
}
	.raxo-bricks-casino .raxo-name a {
		color: #1a1a1a;
	}
  .raxo-bricks-casino .raxo-showall {													
	float: right;
	margin: -8px 12px 16px 0; padding: 0 12px;
	font-size: 13px; line-height: 20px;
	color: #ffffff;
	border-radius: 2px;
}
	.raxo-bricks-casino .raxo-showall a {
		display: inline-block;
		margin: 0 -10px 0 -12px; padding: 0 10px 0 12px;
		color: #ffffff;
	}
	.raxo-bricks-casino .raxo-showall a:hover {
		opacity: 0.75;
	}
.raxo-bricks-casino .raxo-name ~ .raxo-showall {
	position: absolute;
	top: 8px; right: 12px;
	float: none;
	margin: 0;
} 
.raxo-bricks-casino  .raxo-itemsbox {													/* Items DIV */
	padding-top: 2px;
	overflow: hidden;
}
.raxo-bricks-casino .raxo-item {														/* Item DIV */
	margin-bottom: 32px;
}
	.raxo-bricks-casino .raxo-item > div:first-child {
		border-width: 3px 0 0; border-style: solid;
		border-top-left-radius: 3px; border-top-right-radius: 3px;
	}
	.raxo-bricks-casino .raxo-item > div:last-child {
		border-bottom-left-radius: 2px; border-bottom-right-radius: 2px;
		border: 0px; border-radius: 5px;
	}
/* ----- IMAGE Styles ----- */
.raxo-bricks-casino .raxo-img {														/* Item IMAGE */
	border-radius:5px;
	border:1px solid #cccccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	max-width:auto;
	width:100%;
}
	.raxo-bricks-casino .raxo-img img {
		display: block;
		width: 100%; max-width: 100%; height: auto;
		border-radius: 3px 3px 0 0;
	}
	.raxo-bricks-casino .raxo-img:hover img {
		opacity: 0.85;
	}
.raxo-bricks-casino .raxo-category {													/* Item CATEGORY */
	position: absolute;
	left: -4px; top: 15%;
	padding: 0 10px 0 12px;
	line-height: 20px;
	color: #ffffff;
	border-radius: 2px;
}
	.raxo-bricks-casino .raxo-category a {
		display: inline-block;
		margin: 0 -10px 0 -12px; padding: 0 10px 0 12px;
		color: #ffffff;
	}
	.raxo-bricks-casino .raxo-category a:hover {
		opacity: 0.75;
	}
/* ----- CONTENT Styles ----- */
.raxo-bricks-casino .raxo-content {
	padding: 24px 10%;
	overflow: hidden;
}
	.raxo-bricks-casino .raxo-content > div:first-child {
		margin-top: 0;
	}

.raxo-bricks-casino .raxo-title {														/* Item TITLE */
	font-size: 16px;
	text-transform: none;
}


	.raxo-bricks-casino .raxo-title a {
		color: #1a1a1a;
		font-size: 16px;
	}

.raxo-bricks-casino .raxo-info {														/* Item DATE & AUTHOR */
	margin-top: 6px;
	color: #808080;
	overflow: hidden;
}
	.raxo-bricks-casino .raxo-info span + span {
		margin-left: 12px;
	}

.raxo-bricks-casino .raxo-text {														/* Item TEXT */
	margin-top: 18px;
	color: #4c4c4c;
}
/*===============topMenu2====================*/
.topMenu2{
	height: auto;
	padding: 0.25rem 0;
	min-height: 2rem;
	margin-bottom:3rem;
	border-bottom: 1px solid var(--gradient-b-color);
}

.topMenu2 .container{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
}

.topMenu2 .container::-webkit-scrollbar {
	width: auto;
	height: 10px;
  }
  
.topMenu2 .container::-webkit-scrollbar-track {
	background: #e6fcdc; 
  }
  
 .topMenu2 .container::-webkit-scrollbar-thumb {
	background-color: #24AB6C; 
	border-radius: 15px; 
	border: 1px solid 24AB6C; 
  }

.tm2Units, .tm2Title{
	display: inline-flex;
	/* margin-right:1rem; */
	border-radius:.25rem;
	padding: 0.15rem;
	border: 1px solid transparent;
	margin: 0 0.15rem;
}

.tm2Units span, .tm2SubTitles span, .tm2Title span{
	display: inline-flex;
	font-size: 1rem;
	margin: auto;
}

.icons-style{
	display:inline-flex;
	height: 1rem;
	width: 25px;
	height:25px;
	border-radius: 5px;
}

.tm2Units a{
	display:inline-flex;
	color: var(--major-text-color);
	text-decoration: none;
	width: 60px;
}

.tm2SubTitles{
	/* border-left: 1px solid var(--gradient-b-color);
	padding-left: 0.25rem; */
	font-weight: 600;
}
/*===========BONUSES==================*/
.dataBonusActual, .dataBonusSoon, .dataBonusFinished, .labelWelcomeBonus, .labelDepositBonus, .labelTourney, .labelCashback, .labelFreeBet, .labelNoDeposit, .labelLottery, .labelOther, .labelSport, .labelLiveDealer{
	display: inline-flex;
	margin: 0.25rem;
	border-radius: 0.25rem;
	padding: 0 0.25rem;
	font-size:0.8rem;
	color: white;
	text-align: center;
	align-self:center;
}

.dataBonus{
	width: 100%;
	display: flex;
	justify-content: center;
}

.dataBonusActual{
	background: var(--success);
}
.dataBonusFinished{
	background: var(--gray);
}
.dataBonusSoon{
	background: var(--primary);
}
.labelWelcomeBonus{
	background: var(--green);
}
.labelDepositBonus{
	background: var(--yellow);
}
.labelTourney{
	background: var(--indigo);
}
.labelCashback{
	background: var(--info);
}
.labelFreeBet{
	background: var(--pink);
}
.labelNoDeposit{
	background: var(--teal);
}
.labelLottery{
	background: var(--orange);
}
.labelOther{
	background: var(--blue);
}
.labelSport{
	background: var(--secondary);
}
.labelLiveDealer{
	background: var(--teal);
}
.card-img-top .casinoImg{
	position: relative;
}
.card-img-top .dataBonus{
	font-size:0.9rem;
	background-color: var(--gradient-a-color);
	color:white;
}
.card-img-top .bonusTypesLables{

	position: absolute;
	top: 2%;

}
.catBonusesList .card .card-img-top img{
	border: 0;
}
.catBonusesList .card-title{
	font-size:1rem;
	font-weight: 400;
}

.catBonusesList .card-title a{
	color: var(--i-btn-txt);
}
.catBonusesList .card-title a:hover{
	color: var(--i-btn-txt-hover);
}
.catBonusesList .playNow{
	font-size:1.5rem;
	letter-spacing: 0.15em;
}


/*======================MEDIA=============*/	
@media (max-width:767px){
	.footerleft, .footerlogo, .footerright{
		float: none;
		margin: 0.25rem auto;
		text-align: center;
	}
	.header-img{
	margin-left:0px;
	} 
	.slotBonus p{
		font-size:1.2rem;
	}
	
	.playNowSlot{
		line-height: 2.5em;
}
	.playNow{
		font-size: 2rem;
}
	.newsList{
		width:100%;
	}
	.labelWelcomeBonus, .labelDepositBonus, .labelTourney, .labelCashback, .labelFreeBet, .labelNoDeposit, .labelLottery, .labelOther{
		font-size: 0.9rem;
	}
	.seeAllSplit, .titleModuleHP span{
		width: 100%;
	}
	.titleModuleHP {
		flex-wrap: wrap;
	}
	.titleModuleHP a{
		border-radius: 0 0 10px 10px;
    	width: 100%;
	}
	.titleModuleHP h2 {
		border-radius: 10px 10px 0 0;
	}
}

@media screen and (max-width:850px) {
	.playNow{
		letter-spacing: 0;
	}
	.playNowSecond {
		letter-spacing: 0;;
	}
	.modal-xl{
		max-width: 850px;
		margin: 0 1rem;
	}
	.icons-style{
	width: 2rem;
	height:2rem;
	margin-right: 5px;
	}
	.topMenu2{
	min-height: 2.5rem;
	}
	.tm2Units span, .tm2SubTitles span{
	font-size: 1.25rem;
	}
	.tm2Units a {
		width: 70px;
	}
	.dataBonus{
	justify-content: space-around;
	}
	.btnPlayFree{
		width: 40%;
	}
	.casBonusTwoStr{
		font-size: 1.2rem;
	}
	.in_review {
		right: 5px;
		width: 30px;
		height: 30px;
	}
}

@media screen and (max-width:576px) {
	p {
		font-size: 1.2rem;
	}
	
	.slotImgSmall{
		max-width:100%;
	}
	.catBonus span {
		font-size: 1.4rem;
	}
	.catBonus p {
		font-size: 1.6rem;
	}
	.bonus-tc p {
		font-size: 1.2rem;
	}
	.catSlotsList .card-title, .raxo-item .card-title {
		font-size: 1.4em;
	}
	.mainTable tr td, .mainTable tr th {
		padding: 5px;
	}
	.cashierLines:first-child{
		border-right: 0;
	}
	.btnPlayFree{
		width: 70%;
	}
}

@media screen and (max-width:1025px) {
	.topMenu2 .container{
		justify-content: start;
	}
	.sideBar{
		margin: 0 15px 1.5rem 15px;
	}
	.sbImgUnits{
	display: inline-flex;
	border-radius:.25rem;  
	max-width: 120px;
	margin: 0.5rem;
	border: 1px solid transparent;
	}
	
	input,
	textarea{
	width: 100%;
}
}

/*===================SVG===========*/
.icon-calendar::before {
    padding-right: 0.25rem;
}




@media screen and (max-width:992px) {/*767*/
	/**/body > .container > .row {/**/
	/**body  {/**/
		overflow-x: hidden;
		position: relative;
	}
	
	.sideBar{
		border: 0px solid red;
		position: absolute;
		z-index: 1;
		top: 0;
		right: -100%;
		padding: 0;
		margin: 0;
		transition-duration: 0.3s!important;
		animation-duration: 0.3s!important;
		width: 96%;
	}
	
	.sideBar.dp-open {
		transition-duration: 0.3s!important;
		animation-duration: 0.3s!important;
		right: 2%;
		left: 2%;
		
	}
	
	.toggle-sidebar-btn {
		margin-left: 5px;
		padding-top: 3px!important;
	}
	
	
	/* Position and style the close button (top right corner) */
	.sidebar .closebtn {
		position: absolute;
		top: 0;
		right: 25px;
		font-size: 36px;
		margin-left: 50px;
	}
}

@media screen and (max-width:416px) {
	#menu {
		padding: 0 5px;
	}
	#menu .navbar-brand {
		margin-right: -5px;
	}
	.toggle-sidebar-btn {
		margin-left: 0;
	}
}