@charset "utf-8";

* {
    margin: 0;
    padding: 0
}

*,
::after,
::before {
    box-sizing: border-box
}

.clear {
    clear: both;
    font-size: 1px
}

body {
    font-family: sans-serif;
    font-size: 14px;
    background-color: #dddddd;	
	background-size: 100%;
	background-image: url('./../img/bg.jpg');
	background-attachment: fixed;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

.site {
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    background-color: #f5f5f5;
}
.thrills{
	padding: 10px;
    border-radius: 12px;
}
header {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    border-bottom: 3px solid #b992e0;
    display: table;
    background-color: rgb(255 255 255 / 80%);
    text-align: center
}


.rotate,
.rotate2 {
    width: 50px;
    height: 50px;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}


.logo {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    height: 100px;
    margin: 10px
}

article {
    color: #4d4d4d;
    margin: 0 auto;
    max-width: 66.5rem !important;
    width: 100%;
    padding: 1%;
    display: block;
    font-size: 16px
}

article h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 30px;
    margin: 25px 0 20px
}

article a:hover {
    text-decoration: none
}

article h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    margin: 25px 0 20px;
    padding-left: 10px;
    border-left: 3px solid #f44336
}

article p {
    font-weight: lighter;
    line-height: 22px;
    text-align: left;
    padding: 10px 0
}

.article-1 {
    margin: 0 auto;
    max-width: 66.5rem !important;
    width: 100%;
    padding: 1% 0;
    display: block
}

.article-1 h2 {
    color: #4d4d4d;
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    margin: 25px 0 20px;
    padding-left: 10px;
    border-left: 3px solid #f44336
}

.article-1 p {
    color: #000000;
    font-weight: lighter;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    padding: 10px 0
}

.article-2 {
    margin: 0 auto;
    max-width: 66.5rem !important;
    width: 100%;
    padding: 1% 0;
    display: block
}

.article-2 h4 {
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 400
}

.article-2 p {
    color: #4d4d4d;
    font-weight: lighter;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    padding: 10px 0
}

.site:nth-child(odd) {
	background-color: #e9e9e9;

}

.site:last-of-type:nth-child(odd) {
    margin-bottom: 30px
}

.large-1 {
	/*
    width: 140px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 1%;
	float: left;
    */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.large-1 h2 {
    color: black;
    font-size: 30px;
    font-weight: 600;
    text-align: center
}

.large-1 p {
    color: #666;
    font-size: 14px;
    font-weight: lighter;
    text-align: center !important
}

.star {
    width: 65px;
    height: 65px;
    line-height: 70px;
    background: url(../img/star.png) no-repeat
}

.circle {
    width: 44px;
    margin-left: calc((57px - 44px)/ 2);
    height: 44px;
    line-height: 44px;
    background: url(../img/circle.png) no-repeat
}

.large-2,
.tag-rating {
    display: table-cell;
    vertical-align: middle;
    padding: 0 1rem
}

.rating {
    text-align: left;
    color: #ff9600;
    font-weight: 600
}

.tag-icon {
    margin-right: 10px
}

.large-2 img {
    min-width: 172px;
    margin: 0
}

.fa-star.fa-star {
    font-size: 20px;
    margin-right: 6px
}

.logo {
    height: 100px;
    object-fit: contain;
}

.large-3 {
    width: 14%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 1rem
}

.large-3 ul {
    list-style: none
}

.large-3 ul li {
    color: #666;
    font-size: 14px;
    font-weight: lighter;
    line-height: 20px;
    padding: 0 1rem;
    text-align: left;
}

.large-4 {
    display: table-cell;
    vertical-align: middle;
    padding: 0 1rem
}

.large-4 h3 {
    color: #222;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 14px
}

.large-4 p {
    color: #222;
    font-size: 16px;
    font-weight: 300;
    text-align: center
}

.large-5 {
    display: table-cell;
    vertical-align: middle;
    padding: 0 1rem
}

.button {
	color: #fff;
	font-weight: 600;
	line-height: 55px;
	font-size: 1rem;
	padding: 0 20px;
	text-transform: uppercase;
	border-radius: 2px;
	background: linear-gradient(to bottom, #b992e0, #662d91);
	transition: box-shadow .3s ease-out;
	max-width: 300px;
}

.button:hover {
    box-shadow: 0 7px 13px 0 #b9b9b9
}

.large-5 p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: -10px
}

.review-link {
    color: #666;
    font-size: 12px;
    font-weight: lighter;
    line-height: 30px
}

.proprietary {
    width: 36px;
    height: 35px;
    background: url(../img/logo_sprite.png) -322px 0 no-repeat;
    margin: 10px auto;
    display: block
}

.playtech {
    width: 41px;
    height: 28px;
    background: url(../img/logo_sprite.png) -322px -71px no-repeat;
    margin: 10px auto;
    display: block
}

.cassava {
    width: 44px;
    height: 34px;
    background: url(../img/logo_sprite.png) -322px -36px no-repeat;
    margin: 10px auto;
    display: block
}

footer {
    width: 100%;
    border-top: 2px solid #d7d7d7
}

.footer {
    height: 100px;
    max-width: 66.5rem !important;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px
}

.footer p {
    float: left;
    color: #4d4d4d;
    font-weight: lighter;
    font-size: 16px;
    line-height: 100px;
    text-align: left
}

.icons {
    float: right;
    padding-top: 32px
}

.footer .links {
    float: right;
    line-height: 100px;
    margin-right: 30px;
    font-weight: lighter;
    font-size: 16px
}

.footer .links a {
    margin: 0 10px;
    color: #4d4d4d;
    text-decoration: none
}

.footer .links a:hover {
    text-decoration: underline
}

.gamble_aware {
    float: left;
    width: 149px;
    height: 23px;
    background: url(../img/logo_sprite.png) -172px 0 no-repeat;
    margin-top: 8px
}

.game_care {
    float: left;
    width: 33px;
    height: 36px;
    background: url(../img/logo_sprite.png) -172px -24px no-repeat;
    margin-left: 10px
}

.hand {
    float: left;
    width: 36px;
    height: 36px;
    background: url(../img/logo_sprite.png) -207px -24px no-repeat;
    margin-left: 10px
}

.eighteen {
    float: left;
    width: 36px;
    height: 36px;
    background: url(../img/logo_sprite.png) -244px -24px no-repeat;
    margin-left: 10px
}

.label {
    color: #fff;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 12px;
    margin-bottom: 10px;
    position: relative;
    width: auto;
    font-weight: 600
}

.label__arrow {
    content: '';
    position: absolute;
    right: -14px;
    width: 0;
    height: 0;
    display: block
}

.label__arrow--top {
    top: 0;
    border-bottom: 14px solid transparent;
    border-left: 14px solid
}

.label__arrow--bottom {
    bottom: 0;
    border-top: 14px solid transparent;
    border-left: 14px solid
}

/********************

	GREG EDIT

********************/
.custon-nav{
	padding: 0px;
}

a.nav-item.nav-link.active,
a.nav-item.nav-link:hover{
	background-color:#662d91;
}

a.nav-item.nav-link {
	background-color:#b992e0;
	font-weight:bold;
	border-radius:4px;
	margin:0px 5px;
    color:#FFFFFF!important;
}
.main.container {
    margin-top: 40px;
    margin-bottom: 40px;
	background-color:rgb(255 255 255 / 60%);
    padding-top: 15px;
    padding-bottom: 15px;
}

.list-content{
	display: flex;
	align-items: center;
	margin: 0px;
	font-size: 1.2rem;
	font-weight: 600;
	height: 100%;
	padding: 1.25rem 0rem;
	
	flex-direction: column;
	justify-content: center;
}

.casino-img{
	align-items: center;
    display: flex;
	text-align: center;
    justify-content: center;
}

.list-content.notBold{
	font-size:1rem;
	font-weight:normal;
}

.col-12 .list-content a.button:hover{
	color:#ffffff;
	text-decoration:none;
}

b,strong{
	font-weight: bold!important;
}
footer{
    width: 100%;
    border-top: 3px solid #b992e0;
    background-color: rgb(255 255 255 / 80%);
	color: #000000;
}

.footer1 img {
    width: auto;
    height: 60px;
    margin: auto;
}

.footer2{
	min-height:100px;
}

.footer2 .footer-text,
.footer2 .footer-images{
	align-items: center;
    display: flex;
	text-align: center;
    justify-content: center;
}

.footer2 .footer-text{
    padding-top: 20px;
    font-size: 1rem;
}
.footer2 .footer-images img{
    float:right;
    filter:drop-shadow(0px 0px 1px #000000)
}

.drop-shadow{
    filter: drop-shadow(0px 0px 2px black);
}

@media only screen and (max-width:1100px) {
    .logo {
        max-width: 98% !important
    }

    .article-1,
    .article-2 {
        max-width: 98% !important;
        padding: 1% 0 !important
    }

    .footer {
        max-width: 98% !important
    }
}

@media only screen and (max-width:1044px) {
	/*
    .article-1,
    .article-2,
    .logo {
        max-width: 96% !important
    }


    .large-1,
    .large-3 {
        display: none
    }
	*/
    .footer {
        max-width: 96% !important;
        padding: 0 !important
    }
}

@media only screen and (max-width:890px) {
    .icons {
        float: none;
        width: 284px;
        margin: 0 auto;
        padding-top: 20px;
        display: block
    }

    .footer p {
        float: none;
        color: #4d4d4d;
        font-weight: lighter;
        font-size: 14px;
        line-height: 36px;
        text-align: center;
        display: block
    }

    .footer .links {
        float: none;
        font-size: 14px;
        line-height: 60px;
        text-align: center
    }
}

@media only screen and (max-width:850px) {
    .article-1 h2 {
        font-size: 22px
    }

    .article-2 h4 {
        color: #222;
        font-size: 16px;
        font-weight: 600;
        padding-top: 10px;
        margin-bottom: 5px
    }

    .article-1 p,
    .article-2 p {
        color: #272a2d;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        padding: 5px 0
    }



    .large-2 {
        width: 2.6667%
    }

    .large-4 {
        width: 23%
    }
}

@media only screen and (max-width:767px) {
	.casino-img img{
		max-width:140px;
		padding-top: 20px;
	}
}
@media only screen and (max-width:620px) {
    .logo img {
        width: 260px;
        margin: 0 auto;
        display: block
    }

    .article-1 h2 {
        font-weight: 800;
        font-size: 16px;
        line-height: 24px
    }

    .tag-rating {
        display: block;
        position: static
    }

    .label {
        position: absolute;
        top: 0;
        left: 0
    }

    .rating {
        position: absolute;
        top: 7px;
        right: 7px
    }


    .large-2 {
        float: none;
        width: 100%;
        display: block;
        padding: 0;
        margin: 0 auto
    }

    .large-2 img {
        margin: 0 auto 6%;
        padding: 0;
        display: block
    }

    .large-2 p {
        text-align: center;
        font-weight: 600;
        padding: 0
    }

    .large-4 p {
        padding-bottom: 0
    }

    .large-5 p {
        width: 80%;
        margin: 6% auto 0
    }

    .large-5 {
        float: none;
        width: 100%;
        display: block;
        padding: 0;
        margin: 0
    }

    .tag-text {
        display: none
    }
}

@media only screen and (max-width:450px) {
    .logo img {
        width: 220px;
        margin: 0 auto;
        display: block
    }

    .article-1 h2 span {
        display: block
    }

    .icons {
        float: none;
        width: 149px;
        margin: 0 auto;
        padding-top: 20px;
        display: block
    }

    .gamble_aware {
        float: none !important;
        margin: 0 auto !important
    }

    .eighteen,
    .game_care,
    .hand {
        float: none;
        margin: 10px 0 10px 10px !important
    }

    .footer p {
        float: none;
        color: #4d4d4d;
        font-weight: lighter;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        padding: 0 0 15px;
        display: block
    }
}

.offer {
    font-family: Lato, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: rgba(0, 0, 0, .75)
}

.offer__background {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    height: auto
}

.offer__overlay {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    min-height: 100vh;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .75);
    text-decoration: none
}

.offer__content {
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    max-width: 400px;
    width: 100%;
    margin: auto;
    flex-basis: auto;
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 0;
    padding: calc(50vh - 190px) 20px
}

.offer__logo {
    display: block;
    max-width: 280px;
    height: auto;
    margin: 0 auto 13px;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%
}

.offer__content h5 {
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0 10px
}

.offer__content h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin: 10px 0
}

.offer__content h4 {
    font-size: 34px;
    font-weight: 700;
    margin: 10px 0
}

.offer__footer {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 14px
}

p.offer__footer {
    margin-top: 10px;
    max-width: 680px;
    padding: 0 10px
}

.offer__footer img {
    margin: 0 10px
}

.offer__cta {
    width: 370px;
    height: 60px;
    min-height: 60px;
    line-height: 60px;
    text-decoration: none;
    border-radius: 2px;
    background-color: #89b91d;
    border: none;
    box-shadow: 0 17px 41px 0 rgba(0, 0, 0, .2);
    font-size: 30px;
    font-weight: 700;
    margin: 23px 0 15px;
    color: #fff;
    text-transform: uppercase
}

@media (max-width:1024px) {
    .offer {
        overflow-x: hidden !important
    }
}

@media (max-width:992px) {	
	a.nav-item.nav-link{
		padding-left:10px!important;
	}
}


@media (max-width:570px) {
    .offer__content {
        padding: 80px 20px
    }
}

@media (max-width:470px) {
    .offer__content > * {
        max-width: 100%
    }

    .offer__content h5 {
        margin-top: 30px
    }

    .offer__content h2 {
        line-height: 45px
    }

    .offer__cta {
        max-width: none;
        min-width: 300px;
        width: 86vw;
        font-size: 7vw
    }
}
