a.site-logo.col-xs-8.col-sm-10.col-md-3 p {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0;
}
.xcrambs {
    margin-bottom: 20px;
}
a.site-logo.col-xs-8.col-sm-10.col-md-3 {
    width: 100%;
    padding: 0;
    float: none;
}
ul#menu-top_menu {
    position: relative!important;
    top: 0!important;
    width: 100%;
    left: 0!important;
    background: #0086ff;
}

header nav ul li .wrapBtn a:hover {
    color: yellow;
}
@media (max-width: 991px){
header nav li {
    line-height: 24px;
    position: relative;
    display: inline-block;
}
header nav li a:after{
    display: none!important;
}
.container {
    width: 100%;
}
body {
    padding-top: 0;
}
header {
    width: 100%;
    height: auto;
    position: relative;
}
header nav li a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    font-size: 14px;
}
}
header nav {
    padding: 0;
    width: 100%;
    float: none;
    text-align: center;
    top: 0!important;
    left: 0!important;
    height: auto!important;
    position: relative!important;
}
span.cell span {
    display: block;
    color: #000000;
}
span.cell span:first-child {
    font-size: 25px;
}
a.site-logo.col-xs-8.col-sm-10.col-md-3 p:hover{
    color: yellow;
}
footer .disclaimer {
    margin-top: 0;
    font-size: 11px;
    color: #fff;
    opacity: .75;
    text-align: center;
}
.tr_tablelinks.btn span {
    padding: 5px 15px;
    display: inline-block;
    background: #83c300;
    color: #ffffff;
    border-radius: 6px;
}
header nav ul {
    margin: 0;
    text-align: center;
    font-size: 0;
}
ul.games-items {
    font-size: 0;
    text-align: center;
}
li.bl-item {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    width: 18%;
    margin: 1%;

}
li.bl-item img{
    -webkit-transition: ease-out 0.2s;
     -moz-transition: ease-out 0.2;
     -o-transition: ease-out 0.2s;
     transition: ease-out 0.2s; 
}
li.bl-item:hover img{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
}
li.bl-item img{
    width: 100%;
}
a{
    text-decoration: none!important;
}
li.col-sm-4 {
    background: #0086ff;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding: 20px 10px;
    font-size: 19px;
}
.topRow > span {
    width: calc(100% / 3);
    display: inline-block;
    font-size: 17px;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
}
.topRow {
    font-size: 0;
    border-bottom: 1px solid #000000;
     -webkit-transition: ease-out 0.2s;
     -moz-transition: ease-out 0.2;
     -o-transition: ease-out 0.2s;
     transition: ease-out 0.2s;
}
.topRow:hover{
    background: aliceblue;
}
.border-base {
    color: #000000;
}
h1 {
    font-size: 23px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
    color: #000000;
}
section.color {
    background: #ffffff;
    padding-bottom: 25px;
    padding-top: 10px;
}
li.bl-item div {
    background: #83c300;
    font-size: 15px;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.8);
     -webkit-transition: ease-out 0.2s;
     -moz-transition: ease-out 0.2;
     -o-transition: ease-out 0.2s;
     transition: ease-out 0.2s;
}
li.bl-item div:hover {
    background: #009d29;
}
p {
    color: #000000;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-bl ul {
    margin: 20px;
    list-style-type: circle;
}
.text-bl ol {
    margin: 20px;
    list-style-type: decimal;
}
footer {
    margin-top: 20px;
}
h2.h2-text{
	text-align: center;
	margin: 20px 0;
	font-size: 18px;
}

.floatImg{
	float: left;
	margin: 5px 10px 10px 0;
	max-width: 200px;
}
.main-game {
    display: block;
    width: 100%;
    height: auto;
    margin: 10px auto;
}

.main-game iframe, .main-game object{
    margin: 0 auto;
    display: block;
}
@media (min-width: 1301px){
	.main-game iframe, .main-game object{
		width: 800px!important;
		height: 600px!important;
	}
}
@media (max-width: 1300px){
	.main-game iframe, .main-game object{
		width: 600px!important;
		height: 500px!important;
	}
}
@media (max-width: 600px){
	.main-game iframe, .main-game object{
		width: 100%!important;
		height: 400px!important;
	}
	li.bl-item {
        width: 31%!important;
    }
    .brandListNumBonus.brandslist_numbered_bonus{
        display: none!important;
    }
}
@media (max-width: 450px){
	.main-game iframe, .main-game object{
		height: 250px!important;
	}
	.floatImg{
		float: none!important;
		display: block;
		margin: 10px auto!important;
	}
	li.bl-item {
        width: 48%!important;
    }
}
.row {
    margin: 0;
}
ul.table {
    border: 1px solid #000000;    border-bottom: none;
}
h2 {
    font-size: 18px;
    padding: 0;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    color: #000000;
    margin: 10px 0;
}