@import 'https://fonts.googleapis.com/css?family=Lato:400,700,900';


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: .9em;
	background: #080808;
	color: #fff;
	font-family: 'Lato', 'Arial', Helvetica, sans-serif;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }

small { font-size: .75em;}

p { margin: 1em 0;}

a:link, a:visited { color: #fff; text-decoration: none; -webkit-transition: .6s;
transition: .6s;}
a:hover { opacity: .66;}

.container { width: 1280px; margin-left: auto; margin-right: auto;}

.logo { text-align: center;}

.casinos ul li { float: left; padding: 10px; width: 33.33333333333333333333333%; text-align: center; text-transform: uppercase; overflow: hidden;}
.casinos ul li img {border-bottom: 7px solid #9f8933; width: 100%;}
.casinos ul li h2 {padding: 7px 0 10px 0; margin: 0; font-weight: 900; font-size: 16px;}
.casinos ul li h2 a:hover {color: #9f8933; opacity: 1;}

.header { padding: 30px 0;}
.casinos { padding-bottom: 30px; overflow: hidden;}
.casinos-logos { padding: 15px 0 10px 0; border-bottom: 3px solid #9f8933; text-align: center;}
.casinos-logos li{ display: inline;}
.casinos-logos li a { padding: 10px 15px; display: inline-block;}
.casinos-logos li img{ display: block;}

.footer { padding: 60px 0; overflow: hidden; text-align: center; }
.footer .logo-footer { display: inline-block;}
.footer .credits { float: right; text-align: right; font-weight: 700; line-height: 34px; margin-right: 10px;}


@media screen and (max-width: 1320px) {
	.container { width: 100%; padding-left: 10px; padding-right: 5px;}
}

@media screen and (max-width: 900px) {
	.casinos ul li { width: 50%;}
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 600px) {
	.footer .logo-footer { display: block;}
	.footer .credits { float: none; display: block; text-align: center;}
	.casinos ul li { float: none; width: 100%;}
	.container { padding-left: 0; padding-right: 0;}
	.casinos ul li { padding-left: 0; padding-right: 0; padding-bottom: 0;}
}