body { padding-top: 45px; }

h1, h2, h3, h4, h5, h6 { font-family: "Roboto", sans-serif; text-transform: uppercase; font-weight: 100; }
p, li { font-family: "Roboto", sans-serif; font-weight: 400 !important; }

.top-bar .name h1 a { font-weight: 100; }
.top-bar-section ul li > a { font-weight: 400; }
.orbit-slides-container li img { margin-bottom: 30px; }

.orbit-container .orbit-prev, .orbit-container .orbit-next { background: none !important; color: #666; }
.orbit-container .orbit-prev > span { border-color: rgba(0, 0, 0, 0) #666 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); border-right-color: #666; }
.orbit-container .orbit-next > span { border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #666; border-left-color: #666; }
.orbit-container .orbit-prev:hover > span { border-color: rgba(0, 0, 0, 0) #222 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); }
.orbit-container .orbit-next:hover > span { border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #222; }

.orbit-slide-number { display: none; }
.orbit-bullets { margin: 0 auto; overflow: hidden; position: absolute; top: auto; bottom: 5px; text-align: center; width: 100%; }
.orbit-bullets li { display: inline-block; width: 8px; height: 8px; background: #CCC; float: none; margin-right: 6px; border: none; -webkit-border-radius: 1000px; border-radius: 1000px;  cursor:pointer; }


header { margin-bottom: 30px; }
header .row .columns { position: relative; }
section:not(.top-bar-section) { padding-top: 30px; padding-bottom: 30px; }

table tr td:nth-child(2) { white-space: nowrap; }
table tr td:nth-child(3) { width: 100%; }


#listaJogos { background-color: #F5F5F5; }
#listaJogos h4 { text-align: center; }

footer { background-color: #111; margin-top: 20px; padding-top: 10px; padding-bottom: 30px; }
footer p, footer li { font-size: 0.8em; color: #888; }


.addthis_toolbox { background-color: #111111;
    height: 45px;
    line-height: 45px;
    padding: 13px 14px;
}
.addthis_toolbox a { padding: 0px 4px !important; }


.headCopy { position: absolute; z-index: 10; margin-top: 0px; top: 50px; max-width: 90%; left: 5%; }
.logoCM { width: 110px; height: auto; position: absolute; top: 0px; left: 60px; }
.stamp { width: 150px; position: absolute; bottom: 300px; left: 60px; }
.callout { width: 150px; position: absolute; bottom: 150px; left: 60px; }
.titleCopy { margin-top: 30px; }




/* We use this media query to add styles to any device that supports media queries */
@media only screen {
	.headCopy { position: relative; top: auto; margin-top: 90px; margin-bottom: 10px; }
	.logoCM { width: 80px; height: auto; position: absolute; z-index: 20; top: 0px; left: 10px; }
	.stamp { width: 100px; height: auto; position: absolute; bottom: 165px; left: 10px; }
	.callout { width: 120px; height: auto; position: absolute; bottom: 30px; left: 15px; }
	.titleCopy { margin-top: 0px; }
}

/* Used to alter styles for screens at least 768px wide. This is where the grid changes. */
@media only screen and (min-width: 768px) {
	.headCopy { position: absolute; z-index: 10; margin-top: 0px; top: 50px; max-width: 90%; left: 5%; }
	.logoCM { width: 110px; height: auto; top: 0px; left: 60px; }
	.stamp { width: 150px; position: absolute; bottom: 300px; left: 60px; }
	.callout { width: 150px; bottom: 150px; left: 60px; }
	.titleCopy { margin-top: 30px; }
}

/* Used to alter styles for screens at least 1280px wide. */
@media only screen and (min-width: 1280px) {}

/* Used to alter styles for screens at least 1440px wide. */
@media only screen and (min-width: 1440px) {}

/* Apply styles to screens in landscape orientation */
@media only screen and (orientation: landscape) {}

/* Apply styles to screens in portrait orientation */
@media only screen and (orientation: portrait) {}


/* We also use Modernizr to add a .touch class to the body when applicable */
/* You can prepend this class to anything and it will style only for touch devices */
.touch .your-element {}