/* CSS Document */


body
{
background-image:url("../images/bg.png");
font-family: 'Fjalla One', sans-serif;
}

.logo img {
    width: 100%;
}

.logo {
    padding-top: 14px;
}


.top_banner_sec img {
    width: 100%;
    padding-top: 30px;
}

.nav_sec {
    padding-top: 17px;
	background-attachment:fixed;
}


nav.navbar.navbar-default {
    background-color: #000000;
    border-color: #000000;
}

.nav li a {
    font-size: 16px;
    padding: 15px 21px;
    color: #fff !important;
    transition: 1s;
}
.navbar-default .navbar-nav>.active>a {
    color: #555;
    background-color: #ff0101;
}

.navbar-default .navbar-nav>li>a:hover {
	background-image: linear-gradient(to right, #ff0101 0%, #d7d2cc 55%, #ff0101 100%);
	background-position: right center;
	color:#ffffff;
}

.top_content_sec h2 {
    color: #ffffb9;
}

.top_content_sec p {
    color: white;
    font-size: 17px;
}

.casino_brand {
    background-color: white;
    border-radius: 20px;
    text-align: center;
    padding: 20px 0;
    margin: 20px 0;
}

.casino_brand img {
    border-radius: 30px;
}

.bonus_text {
    border-top: dotted;
    color: #ff3100;
    border-bottom: dotted;
    padding: 15px 0;
    margin: 18px 28px;
    font-size: bold;
    font-size: larger;
}

button.btn.btn-primary {
    padding: 5px 34px;
    font-size: 20px;
    border-radius: 15px;
    background-color: #1c2ddc;
    border: 2px solid #0e611f;
}

button.btn.btn-primary:hover{
    background-color:#0e611f;
}

button.btn.btn-success {
    padding: 7px 30px;
    font-size: 18px;
    border-radius: 15px;
    background-color:#ff7e00 ;
    margin-bottom: -49px;
    border: 2px solid #175023;
}

button.btn.btn-success:hover{
    background-color:#175023;
}

.mid_casino_sec {
    padding-top: 40px;
    margin-top: 20px;
	background-image:url("../images/mid-bg.jpg");
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
}

table.table.table-hover {
    background-color: beige;
    border-radius: 28px;
}


table.table.table-hover th {
    text-align: center;
    font-size: 18px;
    color: #1c2ddc;
}

table.table.table-hover tr td {
    vertical-align: middle;
    text-align: center;
}

table.table.table-hover tr td span {
    font-size: 18px;
    font-weight: bold;
    color: #ff0101;
}

button.btn.btn-warning {
    padding: 6px 25px;
    font-size: 18px;
    border-radius: 40px;
    background-color: #800505;
}

button.btn.btn-default {
    padding: 6px 23px;
	font-size: 18px;
	border-radius: 40px;
    background-color: #669966;
	color:#FFFFFF;
}

.right_sec img {
    width: 100%;
	border: 2px solid white;
}

.mid_content_sec h2 {
    color: #ffffb9;
}

.mid_content_sec p {
    color: white;
    font-size: 17px;
}

.mid_content_sec h5
{
background-color:#b71d2eed;
color:#FFFFFF;
padding:15px;
color:#FFFFFF;
text-align:center;
font-size:20px;
}

.aside_list
{
overflow:hidden;
border-radius:3px;
margin-bottom:20px;
}
.aside_list a {
    color: #ffffff;
    padding: 10px;
    display: block;
    text-decoration: none;
    font-size: 15px;
    border-bottom: 1px solid white;
}

.aside_list a:hover
{
background-color:#FF0000;
color:#FFFFFF;
}

.footer {
    text-align: center;
}

.right-banner img {
    width: 100%;
	    margin-top: 40px;
}


.footer {
    background-image:url("../images/ft.png");
	background-attachment:fixed;
	background-color:#000000;
    padding-top: 15px;
}

/*---------media query-------*/

@media only screen and (max-width:1200px){

.nav li a {
    font-size: 19px;
    padding: 15px 11px;
}

  .bonus_text {

    margin: 18px 20px;
}

}



@media only screen and (max-width:992px){

.logo {
    padding-top: 21px;
}

.nav li a {
    font-size: 11px;
    padding: 15px 9px;
}

.top_content_sec h2 {
  
    margin-top: 5px;
}

table.table.table-hover img {
    width: 100%;
}

button.btn.btn-warning {
    padding: 6px 20px;
    font-size: 15px;
}

button.btn.btn-default {
    padding: 6px 16px;
    font-size: 15px;
}

.mid_content_sec h5 {
    padding: 9px;
    font-size: 17px;
}

.aside_list a {
    font-size: 12px;
}

}

@media only screen and (max-width:767px){

.logo {
    text-align: center;
}

.logo img {
    width: 69%;
}

.top_banner_sec img {
 
    padding-top: 12px;
}

.top_content_sec p {

    font-size: 16px;
}

.mid_content_sec h5 {
    padding: 11px;
    font-size: 20px;
}

.aside_list a {
    font-size: 16px;
    text-align: center;
}

.footer img {
    width: 100%;
}

}

@media only screen and (max-width:639px){

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.top_content_sec h2 {
    margin-top: 0px;
    font-size: 29px;
    text-align: center;
}

.bonus_text {
    margin: 15px 18px;
}

table.table.table-hover th {

    font-size: 16px;
}

table.table.table-hover img {
    width: 75%;
}

table.table.table-hover tr td span {
    font-size: 13px;

}

button.btn.btn-warning {
    padding: 5px 12px;
    font-size: 12px;
}

button.btn.btn-default {
    padding: 5px 7px;
    font-size: 12px;
}

.mid_content_sec h2 {

    font-size: 25px;
    text-align: center;
}

.footer b {
    font-size: 20px;
}


}

@media only screen and (max-width:479px){

.logo img {
    width: 94%;
}

.top_banner_sec img {
    padding-top: 4px;
}

.top_content_sec h2 {

    font-size: 25px;
    text-align: center;
}

.top_content_sec p {
    font-size: 15px;
}

.casino_brand img {
    width: 80%;
}

.bonus_text {
    margin: 5px 3px;
    font-size: 12px;
}

button.btn.btn-primary {
    padding: 5px 17px;
    font-size: 14px;
 }
 
 button.btn.btn-success {
    padding: 4px 12px;
    font-size: 14px;
}

.mid_casino_sec {
    padding-top: 15px;
}

table.table.table-hover th {
    font-size: 13px;
}

table.table.table-hover tr td span {
    font-size: 10px;
}

button.btn.btn-warning {
    padding: 4px 5px;
    font-size: 11px;
    border-radius: 7px;
}

button.btn.btn-default {
    padding: 4px 5px;
    font-size: 11px;
    border-radius: 7px;
}

.mid_content_sec h2 {
    font-size: 21px;
}

.mid_content_sec p {
    font-size: 15px;
}

 
 


}
.clearfix::after{content:"";display:table;clear:both}
