
/*.navbar-brand img {
	width: 250px;
	height: 50px;
}*/

body {
	background: url(../images/patterns/casino-pattern-1.jpg) top left repeat;
	background-color: #d8b00e;
}

p:not(.lead) {
	font-size: 17px !important;
    line-height: 1.5rem;	
}

.pl-20 {
	padding-left: 20px;
}
.pr-20 {
	padding-right: 20px;
}
.pt-20 {
	padding-top: 20px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}

.navbar.bg-default {
	background: #fff;
}

#navbar-logo {
	width: 187px;
	height: 106px;
}

.navbar-light .navbar-nav .nav-link:hover {
	background: #d8b00e;
	color: #fff;
}

.content-logo-md {
	width: 400px;
	height: 300px;
}
.bolder {
	font-weight: bold;
}


.top-wrap.top-boxed {
    margin: 20px auto;
}

.top-wrap {
    position: relative;
    z-index: 0;
}

.gradient-bg-1 {
	background: #8e9eab;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #eef2f3, #8e9eab);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #eef2f3, #8e9eab); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient-bg-2 {
	background: #6441A5;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2a0845, #6441A5);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2a0845, #6441A5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient-bg-3 {
	background: #FFA17F;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #00223E, #FFA17F);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #00223E, #FFA17F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient-bg-4 {
	background: #360033;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #0b8793, #360033);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #0b8793, #360033); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient-bg-5 {
	background: #F0C27B;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #4B1248, #F0C27B);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #4B1248, #F0C27B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.guide-content p {
	font-size: 23px !important;
	font-family: 'Slabo 27px', serif;
	line-height: 30px;
}
.casino-game-rules {
	margin: 0;
	padding: 0 0 15px 20px;
}
.guide-img {
	padding-bottom: 40px;
}


#spinner {
	display: none;
}

#sign-up {
	cursor: pointer;
}

.qa-question {

}
.qa-accepted-answer {
	font-size: 17px;
	font-style: italic;
}

.bc-container {

}

.bc-last-item {
	color: #777 !important;
}

.sub-item-listing .card {
	margin-bottom: 30px;
}


.content-list {
}
.content-list li {
	padding-bottom: 15px;
}


.table-comparison {
	margin-bottom: 0px;
}
.table-comparison .odd td {
	background: #fff;
}
.table-comparison .even td {
	background: #f5f5f5;
}

.table-comparison .position {
	font-weight: 600;
	font-size: 18px;
}

.table-comparison .logo {
	width: 150px;
	height: 50px;
	border-radius: 4px;
}

.table-comparison .bonus-amount, .table-comparison .freespins {
	font-weight: bold;
	font-size: 23px;
	display: block;
}
.table-comparison .bonus-term, .table-comparison .freespins-term {
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
}
.table-comparison .bonus-amount {
	color: #d8b00e;
}
.table-comparison .freespins {
	color: #d05168;
}

.table-comparison .no-bonus {
	color: #a95927;
	font-weight: bold;
	font-size: 20px;
}


.panel-comparison {
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0px;
	margin-bottom: 1rem;
}

.review-link {
	display: block;
	margin: 10px 0 5px 0;
}
.review-link a {
	font-weight: 500;
	color: #029db2;
	text-transform: uppercase;
}

.rating-star {
    margin-right: 2px;
    font-size: 19px;
}
.rating-star-checked {
	color: #d8b00e;
}
.rating-star-unchecked {
	color: #d3d3d3;
}

.btn-goto {
	color: #FFF !important;
    background-color: #d8b00e !important;
    border-color: #be9b0f !important;
    border-radius: 3px;
}
.btn-goto:hover {
	background-color: transparent !important;
    border-color: #d8b00e !important;
    color: #d8b00e !important;
}

.facts {
	background: #fff;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	margin-bottom: 20px;
}


.facts-header {
	background: #d05168;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-family: "Quicksand", sans-serif;
	font-size: 17px;
	font-weight: 600;

	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;

}	
.facts-body {
	padding: 10px;
}

.table-facts tr td {
	vertical-align: top;
}

.table-facts .facts-prop {
	font-weight: 500;
	font-size: 16px;
}
.table-facts .facts-val a {
	color: #d8b00e;
}

#footer {
	background: #444444;
}

#footer .footer-logo {
	width: 113px;
	height: 190px;
}

.responsive-comparison .logo {
	width: 100px;
	height: 40px;
	margin-bottom: 15px;
}

.responsive-comparison .bonus {
	color: #d8b00e;
	font-size: 16px;
	font-weight: 500;
}
.responsive-comparison .freespins {
	font-size: 16px;
	font-weight: 500;
}

.responsive-comparison .responsive-rating {
	margin-top: 7px;
}

.responsive-comparison .btn-goto {
	margin-top: 15px;
}

.responsive-comparison .review-link {
	display: inline-block;
	margin: 5px 10px 5px 0;
}
.responsive-comparison .review-link a {
	font-weight: 500;
	font-size: 12px;
	color: #029db2;
	text-transform: uppercase;
}

.img-description {
	display: block;
	text-align: center;
	font-size: 14px;
	padding-top: 5px;
	font-style: italic;
}


/* Sections */
.company-topbar {
	background: #333;
	color: #fff;
}
.topbar-col {
	padding: 15px 0;
}
.company-topbar .logo {
	max-width: 150px;
	max-height: 100px;
}
.company-topbar .our-rating {
	display: block;
	text-transform: uppercase;
	padding-top: 3px;
}
.btn-play-now {
	color: #FFF !important;
    background-color: #d8b00e !important;
    border-color: #be9b0f !important;
    border-radius: 3px;
}
.btn-play-now:hover {
	background-color: #6b9036 !important;
    border-color: #6b9036 !important;
    color: #fff !important;
}
#list-company-usp {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#list-company-usp li {
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 20px;
}

.list-company-usp {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.list-company-usp li {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.list-company-usp li i {
	color: #6b9036;
}


#error-404 {
	text-align: center;
}
#error-404 img {

}


@media (min-width: 1200px) {
	.top-wrap.top-boxed {
	    width: 1230px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
    .top-wrap.top-boxed {
        width: 1000px;
    }
}

@media (max-width: 990px) {
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 24px;
	}
}