﻿@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;

    display: contents;
}

.thrColAbsHdr #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 100%; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	padding-left: 7px;
	padding-right: 7px;
	
	/*border-left: #e1e5e8 solid 1px;
	border-right: #E1E5E8 solid 1px;*/
	
	
}

html {
    background: #000000;
}

.thrColAbsHdr #container-login{
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 340px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left: 7px;
	padding-right: 7px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 7px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E1E5E8;
	border-bottom-color: #E1E5E8;
	border-left-color: #e1e5e8;
} 

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/

.thrColAbsHdr #header2{ 
	height: 100px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	margin-bottom: 7px;
	
	background-image:url(../images/header-background/header-background.jpg);
	background-repeat:repeat-x;
} 

.thrColAbsHdr #header { 
	height: 122px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	margin-bottom: 7px;
	
	background-image:url(../images/header-background/header-background.jpg);
	background-repeat:repeat-x;
} 

.thrColAbsHdr #csa-logo {
	width: 182px;
	height: 74px;
	
	float:left;
	
	padding-left:14px;
	padding-top:14px;
}

.thrColAbsHdr #language-option {
	float:right;
	
	margin-right:10px;
	margin-top:20px;
	
	padding: 7px;
	
	font-family:verdana;
	font-size:10px;
	text-align:right;
				
	color: black;
	
	border:#E4E4E4 solid 1px;
	
}

	thrColAbsHdr #language-option a:link {
		text-decoration:none;
		color: #666666;
	}
	
	thrColAbsHdr #language-option a:visited {
		text-decoration:none;
		color: #666666;
	}
	
	thrColAbsHdr #language-option a:hover {
		text-decoration:none;
		color: #666666;
	}





.thrColAbsHdr #mainContent-container { 
	width:100%;
}


.thrColAbsHdr #mainContent-gradient-header { 
		width:796px;
		height: 144px;
		
		background-image:url(../images/blue-gradient-background/blue-gradient-background.jpg);
		background-repeat:repeat-x;
		
		border: #1A66AC solid 2px;
		
		margin-bottom:7px;
	}
	
.thrColAbsHdr #mainContent-rewarding-partnerships{
	
		
		margin-left: 1px;
		margin-top: 1px;
		
		float:left;
	
	}
	

#signup-rewarding{
	width: 219px;
	float:left;
	clear:left;
}
	
.thrColAbsHdr #mainContent-gradient-header #sign-up-button{
	height: 96px;
	width: 213px;
	float: left;
	padding: 0px;
	margin-left: 10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	clear: left;
	}
	
#rewarding {
	width: 219px;
	height: 57px;
	float: left;
	margin: 0px;
	padding-left: 10px;
}
	
	#ninety-percent-commision{
	width: 240px;
	height:60px;
	float: left;
	padding: 0px;
	margin-left: 35px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
	}
	
	#mainContent-login-container1{ 
		width:265px;
		height:110px;
		
		float:right;
		
		margin-right:4px;
		margin-top:11px

	}
	
		#mainContent-login-container{
	width:305px;
	height:220px;
	float:none;
	margin-right:auto;
	margin-top:auto;
	background-color: #022e55;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	}

	
		.thrColAbsHdr #mainContent-login-aff-img{
	float:left;
	width: 310px;
	margin-right:auto;
	margin-bottom:25px;
	margin-left: 20px;
		}
		
		
			.thrColAbsHdr #logged-in-container-sign-in-box {	
				width: 265px;
				height: 82px;
				
				float:right;
				text-align:left;
	            color: #FFF;
	            font: 11px/12px verdana;
				
			}
	
			.thrColAbsHdr #logged-in-container-sign-in-field-1 {
	width: 250px;
	height: 19px;
	margin-top:15px;
	margin-right:auto;
	margin-left:22px;
	margin-bottom:20px;
	float:none;
	font-family:verdana;
	font-size: 11px;
	text-align:left;
	color: black;
	padding: 0px;
			}
			
			.thrColAbsHdr #logged-in-container-sign-in-field-2 {
	width: 250px;
	height: 19px;
	margin-top:10px;
	margin-right:auto;
	margin-left:22px;
	margin-bottom:5px;
	float:none;
	font-family:verdana;
	font-size: 11px;
	text-align:left;
	color: black;
	padding: 0px;
			}
			
	.thrColAbsHdr #logged-in-container-login {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bolder;
	text-align:right;
	color:#fc7802;
	width: 310px;
	margin-top:15px;
	margin-right:20px;
	float:left;
	
			}
			
			.thrColAbsHdr #logged-in-container-forgotten-password {
				font-family:verdana;
				font-size: 9px;
				text-align:right;
				
				color: white;
				
				width: 180px;
				
				margin-top:7px;
				margin-right:9px;
				
				float:right;
			}

		
		
	.thrColAbsHdr #mainContent-content { 
		width:100%;
		
		background-image:url(../images/content-grey-gradient/content-gradient.jpg);
		background-position:bottom;
		background-repeat:repeat-x;
		
		padding-bottom:7px
		
		
	}
	
 #tabs {
	height: 380px;
	width: 526px;
}
	
	
.thrColAbsHdr #right-content {
	width:257px;
	float:right;
	margin-right:5px;
	color:#024581;
	background-color: #FFF;
	background-image: url(../images/right-column-bg/right-column-bg.png);
	background-repeat: repeat-x;
	border: 1px solid #E2E2E2;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:lighter;
	padding: 0px;
	margin-top: 0px;
	}
	
	.thrColAbsHdr #right-content a:link {
		color: #0458A4;
		text-decoration:underline;
	}
	
	.thrColAbsHdr #right-content a:hover {
		color: #FF9400;
		text-decoration:none;
	}
	
	.thrColAbsHdr #right-content a:visited {
		color: #0458A4;
		text-decoration:underline;
	}
	
		.thrColAbsHdr #right-content-other-casinos {
			margin-top:30px;
			margin-left:10px;					
			margin-right:10px;
		}
		

		.right-content-line-height { 
			line-height: 16px;
		}
	

	.thrColAbsHdr #mainContent-footer { 
		width:100%;
	}


	
.pointer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	color:#FF9400;
	
	padding-bottom:10px
	}
	


/*.highlighted-content-box {
	padding:7px;
	
	border: #E4E4E4 dashed 2px;
	
	background-image:url(../images/highlighted-box-background/highlighted-box-background.png);
	
	line-height: 16px;
	}*/
	
	.highlighted-content-box{
	padding:7px;
	border: #E4E4E4 solid 1px;
	background-image:url(../images/content-grey-gradient/content-gradient.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	line-height: 16px;
	margin: 2px;
	}
	
.table-content-text {
	font-family: Arial;
	font-size:12px;
	font-weight: lighter;
	
	}
	
.table-content-left-colour {
	background-color: #FAFCFE;
	
	height:20px;
	
	padding-left: 5px;
	
	border: #E4E4E4 dashed 1px;
	
	}
	
.banking-variables {
	padding:7px;
	
	border: #E4E4E4 dashed 2px;
	
	background-image:url(../images/sign-up-banking/background.jpg);
	background-repeat:repeat;
	
	line-height: 16px;
	}

	

.grey-content-boxes-container {
	height:165px;
	width: 250px;
	
	margin-top:7px;
	margin-right:25px;
	
	background-image:url(../images/footer-background/footer-background.jpg);
	background-repeat:no-repeat;
	
}

.thrColAbsHdr #footer {
	color: #1C67AD;
	border-bottom:#0458A4  solid 1px;
	font: 10px Georgia, "Times New Roman", Times, serif;
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 20px;
} 


.thrColAbsHdr #footer a:link {
	text-decoration:none;
	color: #999999;
}

.thrColAbsHdr #footer a:visited {
	text-decoration:none;
	color: #999999;
}

.thrColAbsHdr #footer a:hover {
	text-decoration:none;
	color: #000000;
	font-weight:bold;
}
	

	.thrColAbsHdr #footer-left-col { 
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:11px;
		color: #999999;
		
		float:left;
		
		width: 300px;
		
		margin-top:10px;
	} 
	
	.thrColAbsHdr #footer-right-col { 
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:11px;
		color: #999999;
		
		float:right;
		
		width: 300px;
		
		margin-top:10px;
	} 


.back-to-top-faq{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

.thrColAbsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#txtUsername{ width:175px; height:10px}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.m_banner_hide{
	display:none;
}
.m_banner_show{
	display:block;
}	

.tab-border{
	margin-left: 3px;
	margin-right: 3px;
	padding: 0px;
	width: 520px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #79a1c2;
	border-right-color: #79a1c2;
	border-bottom-color: #79a1c2;
	border-left-color: #79a1c2;
}

.logo {
    height: 82px;
}

@media only screen and (max-width: 991px) {
    .logo {
        height: 104px;
    }
}

    .sidebar-sticky {
        position: sticky;
        top: 0;
        height: calc(100vh - 47px);
        padding-top: 10.5rem;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .nav {
        position: fixed;
    }



    .spacer {
        padding-top: 9.5rem;
    }

    .nav-link {
        color: #ffffff !important;
    }

    .logo {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    /*.d-md-block{
    max-width: 10% !important;
}*/

    /* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

    /* Carousel base class */
    .carousel {
        margin-bottom: 4rem;
    }
    /* Since positioning the image, we need to help out the caption */
    .carousel-caption {
        bottom: 3rem;
        z-index: 10;
    }

    /* Declare heights because of positioning of img element */
    .carousel-item {
        height: 32rem;
    }

        .carousel-item > img {
            position: absolute;
            top: 0;
            left: 0;
            min-width: 100%;
            height: 32rem;
        }


    /* MARKETING CONTENT
-------------------------------------------------- */

    /* Center align the text within the three columns below the carousel */
    .marketing .col-lg-4 {
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .marketing h2 {
        font-weight: 400;
    }

    .marketing .col-lg-4 p {
        margin-right: .75rem;
        margin-left: .75rem;
    }


    /* Featurettes
------------------------- */

    .featurette-divider {
        margin: 5rem 0; /* Space out the Bootstrap <hr> more */
    }

    /* Thin out the marketing headings */
    .featurette-heading {
        font-weight: 300;
        line-height: 1;
        letter-spacing: -.05rem;
    }


    /* RESPONSIVE CSS
-------------------------------------------------- */


    .home-content {
        position: absolute !important;
    }

    #header-nav {
        display: flex;
        flex-direction: row !important;
    }

    #btnLogin {
        padding-right: 25px;
    }

    #btnSignOut {
        padding-right: 15px;
    }

    .heading-spin-ace {
        font-size: 46px;
        letter-spacing: 4px;
        font-weight: 700;
        font-family: Lato,sans-serif;
        /*margin: 0;*/
        text-transform: capitalize;
        background: transparent;
        color: #447695;
        border-bottom: none;
        margin-top: 25px;
    }

    .heading4-spin-ace {
        font-size: 1.5rem;
        letter-spacing: 2px;
        font-weight: 700;
        font-family: Lato,sans-serif;
        margin: 0;
        text-transform: capitalize;
        background: transparent;
        color: #FFFFFF;
        border-bottom: none;
        padding-bottom: 15px;
    }

    .paragraph-spin-ace {
        color: #fff;
        font-size: 15px;
    }

    .jumbotron {
        padding-top: 3rem;
        padding-bottom: 3rem;
        margin-bottom: 0;
        background-color: #fff;
    }

    @media (min-width: 768px) {
        .jumbotron {
            padding-top: 6rem;
            padding-bottom: 6rem;
        }
    }

    .jumbotron p:last-child {
        margin-bottom: 0;
    }

    .jumbotron-heading {
        font-weight: 300;
    }

    .jumbotron .container {
        max-width: 40rem;
    }

    footer {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

        footer p {
            margin-bottom: .25rem;
        }

    .hp-cta {
        background-color: #447695 !important;
        text-transform: uppercase;
        border: none !important;
        font-size: 22px !important;
        line-height: 1;
        font-weight: 700 !important;
        padding: 15px !important;
    }

    list-spin-ace {
        color: #fff;
    }

    .rounded-banner {
        border-radius: 5px;
    }

    .fixed-bottom {
        right: auto !important;
        left: auto !important;
        width: 100%;
    }

    .right {
        right: 176px !important;
        position: absolute;
    }

    .bottom-space {
        margin-bottom: 200px;
    }

    .section-spacer {
        margin-bottom: 50px
    }

    .section-spacer-top {
        margin-top: 50px
    }

    @media only screen and (max-width: 991px) {
        .full {
            max-width: 100% !important;
        }

        .heading-spin-ace {
            font-size: 37px;
        }

        p {
            font-size: 30px !important;
        }

        .hero-banner {
            width: 100% !important;
            height: 512px;
            object-fit: contain;
        }



        .carousel {
            margin-bottom: 4rem;
        }
        /* Since positioning the image, we need to help out the caption */
        .carousel-caption {
            bottom: 3rem;
            z-index: 10;
        }

        /* Declare heights because of positioning of img element */
        .carousel-item {
            height: 32rem;
        }

            .carousel-item > img {
                position: absolute;
                top: 0;
                left: 0;
                min-width: 100%;
                height: 32rem;
                object-fit: cover;
            }

        .carousel-caption {
            bottom: 0px !important;
        }

        .nav-link{
            font-size: 20px;
        }
    }

    @media only screen and (max-width: 991px) {
        .hide-mobile {
            display: none;
        }
    }

    .black-bg {
        background-color: #000000 !important;
    }


    .img-holder {
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }




    .banner-image {
        position: absolute;
        width: 100%;
    }

    .btnmenu {
        margin-right: 15px !important;
    }

    .custom-drop-menu {
        position: absolute;
        right: 0;
        background: #000000bf;
        top: 94px;
        padding: 15px;
        z-index: -1;
    }



.hero-banner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 81%;
}

    @media (min-width: 992px) and (max-width: 1440px) {
        .carousel-item {
            height: 330px;
        }
    }

    @media (min-width: 1441px) and (max-width: 1920px) {
        .carousel-item {
            height: 507px;
        }
    }

    @media (min-width: 1722px) and (max-width: 1843px) {
        .carousel-item {
            height: 459px;
        }
    }

    @media (min-width: 1616px) and (max-width: 1842px) {
        .carousel-item {
            height: 459px;
        }
    }

    @media (min-width: 1210px) and (max-width: 1615px) {
        .carousel-item {
            height: 386px;
        }

        .hp-cta {
            font-size: 25px !important;
        }

        .carousel-caption{
            bottom: 5% !important;
        }
    }

@media (min-width: 1023px) and (max-width: 1209px) {
    .carousel-item {
        height: 370px;
    }

    .hp-cta {
        font-size: 25px !important;
    }

    .carousel-caption {
        bottom: 0% !important;
    }
}


    @media (min-width: 993px) and (max-width: 1024px) {
        .carousel-item {
            height: 266px;
        }

        .hp-cta {
            font-size: 20px !important;
        }

        .carousel-caption {
            bottom: 0px !important;
            padding-bottom: 0px !important;
        }
    }
/*@media (min-width: 768px) and (max-width: 1366px) {
    .carousel-item {
        height: 360px;
    }

    .hp-cta {
        font-size: 20px !important;
    }

    .carousel-caption {
        bottom: 0px !important;
        padding-bottom: 0px !important;
    }
}*/

.navbar-toggler-icon{
    z-index: 1;
}
.nav-item a:hover {
    color: #447695 !important;
    text-decoration: none;
    transition: 0.3s ease;
}

@media (max-width: 800px) {
    .logo {
        display: none !important;
    }

    .spacer {
        padding-top: 0 !important;
    }

    .fixed-top{
        display: none !important;
    }

    .fixed-bottom {
        display: none !important;
    }
}