@font-face {
  font-family:'rubikregular';
  src: url(../fonts/rubikRegular.eot);
  src: url(../fonts/rubikRegular.eot) format('embedded-opentype'),
       url(../fonts/rubikRegular.woff2) format('woff2'),
       url(../fonts/rubikRegular.woff) format('woff'),
       url(../fonts/rubikRegular.ttf)  format('truetype')
}

@font-face {
  font-family:'rubikmedium';
  src: url(../fonts/rubikMedium.eot);
  src: url(../fonts/rubikMedium.eot) format('embedded-opentype'),
       url(../fonts/rubikMedium.woff2) format('woff2'),
       url(../fonts/rubikMedium.woff) format('woff'),
       url(../fonts/rubikMedium.ttf)  format('truetype')
}

html, body{
	box-sizing: border-box;
	background-color:#e0ded9;
	font-family:'rubikregular', sans-serif;
	font-size:16px;
	height:100%;
	width:100%;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul{
  font-weight:normal;
  padding:0;
  margin:0;
}

ol, ul{
  list-style:none;
  color:#fff;
}

p{
	color:#fff;
}

*, *:before, *:after{
  box-sizing:inherit;
}

img{
	display:block;
	width:100%;
}

a{
	text-decoration:none;
	color:inherit;
}

.desktop{
	display:block;
}

.mobile{
	display:none;
}

.wrapper, .sticky-wrapper{
	background-color:#333333;
	margin:0 auto;
	max-width:1160px;
	width:100%;
}

.wrapper header,
.wrapper section,
.wrapper footer{
	width:100%;
}

.wrapper section,
.wrapper footer{
	position:relative;
}

.wrapper header .sub-wrapper,
.wrapper section .sub-wrapper,
.wrapper footer .sub-wrapper{
	padding:5px 20px;
}

header{
	border:0 solid #cc0000;
	position:fixed;
	height:61px;
	z-index:9;
	left:0;
	top:0;
}

.sticky-copy{
	color:#fff;
}

.logo{
	background-color:#fff;
	width:100%;
}

main{
	margin-bottom:24px;
	margin-top:70px;
}

.banner{
	padding:0 !important;
}

.logo-img{
	position:relative;
	max-width:125px;
	/*margin: 0 auto;
	padding-top:30px;*/
}

.banner-copy{
	position:absolute;
	transform:translateY(-40%);
	text-align:center;
	max-width:50%;
	top:50%;
	left:5%;
}

.banner-copy img{
	margin:0 auto;
	padding-bottom:40px;
	max-width:90%;
}

 a.link{
	color:#ff6900;
 }
.cta{
	outline:none;
	background-color:#ff6900;
	border:1px solid #e45653;
	border-radius:40px;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	position:relative;
	max-width:140px;
	font-size:1.34em;
	line-height:12px;
	padding:12px;
	cursor:pointer;
	color:#fff;
}

.cta:hover{
	background-color:#ff6900;
}

.icons{
	background-color:#364250;
	color:#fff;
}

.icons ul{
	text-align:center;
}

.icons ul li{
	background-position:top center;
	background-repeat:no-repeat;	
	padding:56px 40px 40px 40px;
	display:inline-block;
	margin-top:25px;
	text-transform: uppercase;
}

.icon-one{
	background-image:url('../images/cs247-icon.png');
}

.icon-two{
	background-image:url('../images/icons-casino.png');
}

.icon-three{
	background-image:url('../images/icons-payouts.png');
}

section.vid{
	max-width:80%;
	margin:0 auto;
}

.video-wrapper{
	position:relative;
	padding-bottom:56.25%;
	padding-top:25px;
	height:0;
}

.main-vid{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.header{
	font-family:'rubikmedium', verdana, sans-serif;
	text-transform:uppercase;
	font-style:italic;
	text-align:center;
	font-weight:bold;
	margin-top:20px;
	font-size:36px;
}

.sub-header{
	font-family:'rubikmedium', verdana, sans-serif;
	text-transform:uppercase;
	margin-bottom:10px;
	text-align:center;
}

.cards-subheader{
	margin-top:20px;
	font-size:18px;
}

.cards ul{
	text-align:center;
}

.cards ul li{
	background-color:#fff;
	box-shadow:0 3px 20px #000;
	display:inline-block;
    margin:0 1%;
	width:22%;
}

.cards ul li span{
	font-size:12px;
	padding:10px 5px;
	display:block;
	font-weight:bold;
	color:#000;
}

.outro-subheader{
	margin-top:40px;
	margin-bottom:15px;
	font-size:20px;
}
.cards .sub-wrapper img {
    height: 122px;
    object-fit: cover;
}
.outro .sub-wrapper ol{
	list-style-position:outside;
	list-style-type:decimal;
	max-width:290px;
	margin:0 auto;
	width:96%;
}

.outro .sub-wrapper ol li{
	text-transform:uppercase;
	margin-bottom:4px;
	margin-left:18px;
	font-size:18px;
}

.outro-cta{
	text-align:center;
	margin-bottom:40px;
	margin-top:35px;
}

.outro-cta .cta{
	vertical-align:text-bottom;
	padding:13px 22px;
	font-size:15px;
}

footer .sub-wrapper img{
	max-width:300px;
	margin:0 auto;
}

footer .sub-wrapper p{
	text-align: center;
	line-height:18px;
	font-size:12px;
	margin:20px auto 20px auto;
	max-width:650px;
	padding:20px;
	width:96%;
}

footer .sub-wrapper p a{
	color:#ff6900;
}

.sticky-ul{
	text-align:center;
	height:70px;
}

.sticky-ul li{
	display:inline-block;
	vertical-align:middle;
	line-height:25px;
	padding:1%;
	height:70px;
	width:32%;
}

.sticky-ul-offset{
  position:relative;
  transform:translateY(-50%);
  display:block;
  margin:0 auto;
  top:50%;
}

/* @ 830px */
@media screen and (max-width:830px){	
		
	.sticky-copy{
		display:none !important;
	}
	
	.banner-copy .cta{
		
		padding-top:5px;
		padding-bottom:5px;		
		font-size:12px;
	}
	
	.banner-copy img{
		padding-bottom:18px;
	}
		
}


/* @ 740px */
@media screen and (max-width:740px){
.banner-copy {
	top:35%;
}
}


/* @ 696px */
@media screen and (max-width:696px){
		
	.desktop{
		display:none !important;
	}
		
	.mobile{
		display:block !important;
	}
		
	.cta{
		font-size:0.8em;
		
	}

	.outro-cta .cta{
		vertical-align:text-bottom;
		padding:10px;
		font-size:15px;
	}
		
	.banner-copy img{
		padding-bottom:15px;
	}
		
	.cards ul li {
		width: 42%;
		margin:4% 2%;
	}
		
	.outro-subheader{
		margin-top:20px;
	}
	
	.outro .sub-wrapper ol{
		max-width:330px;
	}
	
	.outro .sub-wrapper ol li{
		font-size:14px;
	}
	
	section.vid{
		max-width:100%;
	}
	
	.icons ul li{
		width:32%;
		margin-top:0;
		font-size:11px;
		padding:56px 10px 25px 10px;
		text-transform: uppercase;
	}	

	.icon-one{
		margin-top:40px !important;
	}

.banner-copy cta{
		
		padding-top:5px;
		padding-bottom:5px;
		font-size:10px;
	}	
	
	.banner-copy {
	top:35%;
}
}


/* @ 464px */
@media screen and (max-width:464px){
		
	.outro .sub-wrapper ol{
		max-width:290px;
		width:86%;
	}
		
	.outro .sub-wrapper ol li{
		font-size:13px;
	}
		
	
	
	.outro-cta .cta{
		vertical-align:text-bottom;
		padding:10px;
		font-size:15px;
		margin-bottom:10px;
	}
		
	.sticky-ul li{
		width:40%;
	}

.banner-copy cta{
		
		padding-top:5px;
		padding-bottom:5px;
		font-size:8px;
	}	

.banner-copy {
	
	top:35%;
	}	
		
}

/* @ 330px */
@media screen and (max-width:330px){
	
	.banner-copy img{
	max-width:55%;
	top:35%;
	
}
		
	.banner-copy cta{
		vertical-align:text-bottom;
		padding:2px;
		margin-bottom:10px;
		font-size:3px;
		
	}
		
	.cards ul li{
		box-shadow:0 2px 10px #a6a6a6;
		width: 96%;
		margin:2%;
	}	
.outro-cta .cta{
		vertical-align:text-bottom;
		padding:5px;
		font-size:15px;
		margin-bottom:10px;
	}	
	

	
		
}









