/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */

/* =============================================================================
   CSS Reset and @Fontface
   ========================================================================== */
html, body, div, span, applet, object, iframe, hr, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, a:hover, a:active, a:focus, 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: none;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	-moz-outline-style: none;
}

@font-face {
    font-family: 'AddCityboyNormal';
    src: url('../fonts/addcityboy-webfont.eot');
    src: url('../fonts/addcityboy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/addcityboy-webfont.woff') format('woff'),
         url('../fonts/addcityboy-webfont.ttf') format('truetype'),
         url('../fonts/addcityboy-webfont.svg#AddCityboyNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {	
	 font-family: 'AuroraBdCnBTBold';
    src: url('../fonts/aurora-bold-condensed-bt-webfont.eot');
    src: url('../fonts/aurora-bold-condensed-bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aurora-bold-condensed-bt-webfont.woff') format('woff'),
         url('../fonts/aurora-bold-condensed-bt-webfont.ttf') format('truetype'),
         url('../fonts/aurora-bold-condensed-bt-webfont.svg#AuroraBdCnBTBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body {
	margin: 0 !important;
	padding:0 !important;
	font-family: Arial, Helvetica, sans-serif;
}

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

/*a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }*/

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
body#current a.currentpage {
	color: #FFF;
}

.shadow {
	text-shadow: 1px 1px 2px #666;
	-webkit-text-shadow: 1px 1px 2px #666;
	-moz-text-shadow: 1px 1px 2px #666;
	-o-text-shadow: 1px 1px 2px #666;
	-ms-text-shadow: 1px 1px 2px #666;
}

.hshadow {
	text-shadow: rgba(0, 0, 0, 0.3) -1px 0, rgba(0, 0, 0, 0.1) 0 -1px, rgba(255, 255, 255, 0.5) 0 2px, rgba(0, 0, 0, 0.6) -1px -1px;
	-webkit-text-shadow: rgba(0, 0, 0, 0.3) -1px 0, rgba(0, 0, 0, 0.1) 0 -1px, rgba(255, 255, 255, 0.5) 0 2px, rgba(0, 0, 0, 0.6) -1px -1px;
	-moz-text-shadow: rgba(0, 0, 0, 0.3) -1px 0, rgba(0, 0, 0, 0.1) 0 -1px, rgba(255, 255, 255, 0.5) 0 2px, rgba(0, 0, 0, 0.6) -1px -1px;
	-o-text-shadow: rgba(0, 0, 0, 0.3) -1px 0, rgba(0, 0, 0, 0.1) 0 -1px, rgba(255, 255, 255, 0.5) 0 2px, rgba(0, 0, 0, 0.6) -1px -1px;
	-ms-text-shadow: rgba(0, 0, 0, 0.3) -1px 0, rgba(0, 0, 0, 0.1) 0 -1px, rgba(255, 255, 255, 0.5) 0 2px, rgba(0, 0, 0, 0.6) -1px -1px;
}

.boxshadow {
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.4);
	-o-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.4);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.4);
}
   
.wrapper {
	width: 960px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

.container {
	background-image: url(../img/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	height: 100%;
	background-color: #FFF;
}

h3 {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.30em;
	font-weight: normal;
}

#logo {
	padding-top: 20px;
}

.socialtop {
	float: right;
	margin-top: -105px;
	width: 88px;
	margin-right: -3px;
}

#fb {
	height: 25px;
	width: 43px;
	background-image: url(../img/facebook1.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
}

#twt {
	height: 25px;
	width: 43px;
	background-image: url(../img/twitter1.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: right;
}

#fb:hover {
	height: 30px;
	margin-top: -5px;
}

#twt:hover {
	height: 30px;
	margin-top: -5px;
}

nav {
	margin-top: -60px;
	width: 690px;
	float: right;
}

nav ul {
	float: right;
}

nav li {
	font-family: 'AddCityboyNormal', Arial, Helvetica, sans-serif;
	font-size: 17px;
	display: inline;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-left: 5px;
}

nav a, a:visited {
	text-decoration: none;
	color: #b5cef6;
	padding: 10px 0 10px 15px;
}

nav a:hover {
	color: #FFF;
	padding: 10px 0 10px 15px;
	text-decoration:none;
}

#main h1 {
	font-family: 'AuroraBdCnBTBold', Arial, Gadget, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	color: #2873eb;
	font-size: 46px;
	line-height:50px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

#main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin-bottom:15px;
	color: #888888;
}

.introtext {
	width: 390px;
	float: left;
	margin-top: 25px;
}

.introtext-wide {
	width: 475px;
	float: left;
	margin-top: 25px;
	margin-bottom: 70px;
}

.introtext p,.introtext-wide p {
	line-height: 26px !important;
}

#moreinfo {
	background-image: url(../img/moreinfo-btn-sprite.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 189px;
	height: 47px;
	text-indent: -9999px;
	/*margin-top: 27px;*/
	float: left;
}

#moreinfo:hover {
	background-position: left -56px;
}

#moreinfo:active {
	background-position: left bottom;
}
#contact {
	background-image: url(../img/contact-btn-sprite.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 238px;
	height: 47px;
	text-indent: -9999px;
	margin-top: 27px;
	float: left;
}

#contact:hover {
	background-position: left -56px;
}

#contact:active {
	background-position: left bottom;
}

.window {
	height: 273px;
	width: 504px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	float: right;
	border: 8px solid #FFF;
	margin-top: 25px;
	margin-bottom: 65px;
}

.slider {
	position: absolute;
	float: right;
}

.slider img {
	float: right;
}

.paging {
	display: none;
	float: right;
	clear: both;
	margin-top: -83px;
	width: 96px;
}

.paging a {
	background-image: url(../img/slider-btn-sprite.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 19px;
	width: 19px;
	display: block;
	float: left;
	margin-left: 5px;
}

.paging a.active {
	background-position: left -60px;
}

.paging a:hover {
	background-position: left -60px;
}

#secondcontent {
	background-color: #EFF3FE;
	background-image: url(../img/content-bg.jpg);
	background-repeat: repeat-x;
	clear: both;
	height: auto;
	display: inline-block;
	float: left;
	width: 100%;
	margin-top:60px;
}

#secondcontent img {
	border: 8px solid #FFF;
}

h2 {
	font-family: 'AuroraBdCnBTBold', Arial, Gadget, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	color: #2873eb;
	font-size: 32px;
	text-transform: uppercase;
	margin-top: 22px;
}

#secondcontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #888888;
	margin-bottom: 15px;
}

#secondcontent a {
	font-size: 12px;
	color: #266eeb;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#gandt {
	width: 280px;
	float: left;
	margin-top: 45px;
	margin-bottom: 40px;
}

#other {
	width: 280px;
	float: left;
	margin-top: 45px;
	margin-left: 34px;
	margin-bottom: 40px;
}

hr.dot {
	background: url(../img/dotted-rule.png);
	margin: 0 0 5px 0;
	height: 3px;
	width: auto;
	border: none;
}

.mainvr {
	background:url(../img/vr.png);
	background-repeat: repeat-y;
	height: 350px;
	float: left;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 45px;
	width: 3px;
}

#testimonials {
	width: 280px;
	float: left;
	margin-top: 45px;
}

#testimonials h2 {
	margin: 0;
}

#testimonials p {
	background-repeat: no-repeat;
	margin-top: 10px;
	background-image: url(../img/block-quote.png);
	padding-top: 20px;
	padding-left: 5px;
	font-size: 14px;
	font-style: italic;
}

#testimonials p span {
	color: #000;
	font-size: 12px;
}

.topfooter {
	clear: both;
}

.topfooter a {
	color: #abaaaa;
	text-decoration: none;
}

.topfooter a:hover {
	color: #999;
}

.topfooter a:visited {
	color: #abaaaa;
}

.footerfloat {
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
}

.footerfloat p {
	margin-top: 10px;
}

.contactinfo {
	width: 165px;
}

p.intro-text {
	font-size:18px !important;
	line-height:30px !important;
}
.banner {
	padding:20px 0;
	margin:0 auto;
	text-align:center;
	float:left;
	width:100%;
	background-color:#2873eb;
}
.banner p {
	font-size:24px;
	max-width:750px;
	color:#FFF;
	margin:auto;
	line-height:36px;
}

/*////////////////////////// Twitter API ////////////////////////////*/

.tweet ul {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
	width: 200px;
	
}

.tweet li {
	list-style-type: none;
	margin-bottom: 12px;
}

.tweet .tweet_time a {
	font-style: italic;
	font-size: 11px;
	line-height: 16px;
}

.tweet p.loading {
	font-size: 16px;
} 

.tweets {
	width: 200px;
}

/* End Twitter */ 

.follow {
	width: 170px;
}

.follow p {
	font-style: italic;
	font-size: 12px;
	line-height: 16px;
}

.follow img {
	margin-top: 8px;
	margin-left: -3px;
}

.socialbottom {
	margin-top: 15px;
}

#question {
	background-image: url(../img/question-mark.png);
background-repeat: no-repeat;
height: 220px;
width: 300px;
float: right;
background-position: 200px 25px;
margin-top: 10px;
}

#question p {
	width: 265px;
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	margin-top: 25px;
}

#question p span {
	font-weight: bold;
}

footer  {
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	background-color: #004cc3;
	clear: both;
}

.bottomfooter {
	background-color: #0146b1;
	font-size: 10px;
	clear: both;
	height: 55px;
}

.copy {
	margin-top: 18px;
	float: left;
}

.bottomfooter a {
	text-decoration: none;
	color: #FFF;
}

.gc {
	float: right;
	margin-top: 18px;
	background-image: url(../img/gc_icon.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}

.gc:hover {
	background-position: left -24px;
}

.gc:hover p {
	color: #CCC;
}

.gc p {
	margin-left: 25px;
	color: #FFF;
}

.vr {
	height: 170px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-top: 30px;
	margin-bottom: 30px;
	opacity: 0.25;
}

/*/////////////////////Inside Pages//////////////////////////////*/
.bump {
	margin-top: 25px;
}

.weeklist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-image: url(../img/head-bg.jpg);
	background-repeat: repeat-x;
	height: 45px;
	display: block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	text-align: center;
	line-height: 45px;
	border: 1px solid #004CC3;
	margin-top: 15px;
}

.weeklist td {
	width: 160px;
}

.tablebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2873eb;
	background-color: #eff3fe;
	display: block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	text-align: center;
	border: 1px solid #999;
	margin-top: 10px;
	margin-bottom: 20px;
}

.tablebody td {
	width: 160px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	padding-top: 17px;
	padding-bottom: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	color: #2873EB;
	}

.tablebody span {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	line-height:18px;
}

.cellvr {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}

.contentbox {
	background-color: #eff3fe;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border: 1px solid #999;
	margin-top: 10px;
	width: 600px;
	float: left;
	margin-bottom: 65px;
}

.contentbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px !important;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 20px;
	margin-left: 30px;
	font-style: italic;
	line-height: 24px !important;
	margin-right: 30px;
}

.contentbox span.testcredit {
	font-size: 12px;
}

.contentbox span, a {
	color: #2873eb;
	text-decoration: none;
}

.contentbox a:hover {
	text-decoration: underline;
}

.contentbox a:visited {
	color: #2873eb;
}

.contentbox ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px !important;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 20px;
	font-style: italic;
	line-height: 24px !important;
	color: #888888;
	margin-right: 75px;
	margin-left: 30px;
}

.contentbox li {
	list-style-type: none;
	margin-bottom: 25px;
}

.longbox {
	width: 960px !important;
}

.shortpad {
	margin-bottom: 10px !important;
}

.shortpad p, .shortpad2 p {
	font-size: 19px !important;
	margin-bottom: 15px !important;
	text-align: center;
	line-height: 26px !important;
	margin-top: 15px;
}

.shortpad2 {
	margin-bottom: 65px !important;
}

.left {
	float: left;
}

.bump2  {
	padding-top: 25px;
	padding-bottom: 15px;
}

.none {
	border-bottom-style: none !important;
}

.sidebar, .sidebar-wide {
	background-color: #eff3fe;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border: 1px solid #999;
	margin-top: 10px;
	width: 330px;
	float: right;
	margin-bottom: 22px;
}

.sidebar-wide {
	width:454px !important;
	margin-top: 30px !important;
}

.sidebar h2, .sidebar-wide h2, .youtube {
	margin: 20px 20px 0 20px;
}

.sidebar p, .sidebar-wide p {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.sidebar a, .sidebar-wide a {
	font-size: 13px;
	color: #266eeb;
	font-style: italic;
	text-decoration: none;
}

.sidebar a:hover, .sidebar-wide a:hover {
	text-decoration: underline;
}

.sidebar hr, .sidebar-wide hr {
	margin-right: 20px;
	margin-left: 20px;
}

.side-image {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	width: 330px;
	height:366px;
	float: right;
}

.images {
	margin-top: 10px;
	margin-bottom: 65px;
}

.images td {
	width: 294px;
	height: 150px;
	margin-bottom: 20px;
	border: 6px solid #FFF;
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.6);
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.6);
	-o-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.6);
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.6);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.6);
	display: inline-block;
}

.space {
	margin-right: 15px;
	margin-left: 15px;
}

/*/////////// GAME ///////////////////*/

.game {
	float: left;
	clear: both;
	margin-top: 35px;
}

.gamebottom {
	margin-bottom: 65px;
}

.questions {
	height: 200px;
	width: 200px;
	overflow: hidden;
	background-position: center 0px;
	cursor:help;
	float: left;
	background:none; /*IE*/
	background-color: rgba(0, 0, 0, .2);
	border: 8px solid #FFF;
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.6);
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.6);
	-o-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.6);
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.6);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.6);
	display: inline-block;
	margin-right: 24px;
	margin-bottom: 25px;
	transition: all 0.5s ease;
}
.questions:hover {
	  background-position: center -30px;
}
.questions:active {
	  background-position: center -200px;
}
.game h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999;
	text-transform: none;
	font-style: italic;
	margin-bottom: 15px;
	margin-top: 0px;
}
#q1q1 {
	background-image: url(../img/game/q1q1.jpg);
	background-repeat: no-repeat;
}
#q1q2 {
	background-image: url(../img/game/q1q2.jpg);
	background-repeat: no-repeat;
}
#q1q3 {
	background-image: url(../img/game/q1q3.jpg);
	background-repeat: no-repeat;
}
#q1q4 {
	background-image: url(../img/game/q1q4.jpg);
	background-repeat: no-repeat;
}
#q1q5 {
	background-image: url(../img/game/q1q5.jpg);
	background-repeat: no-repeat;
}
#q1q6 {
	background-image: url(../img/game/q1q6.jpg);
	background-repeat: no-repeat;
}
#q1q7 {
	background-image: url(../img/game/q1q7.jpg);
	background-repeat: no-repeat;
}
#q1q8 {
	background-image: url(../img/game/q1q8.jpg);
	background-repeat: no-repeat;
}
#q1q9 {
	background-image: url(../img/game/q1q9.jpg);
	background-repeat: no-repeat;
}
#q1q10 {
	background-image: url(../img/game/q1q10.jpg);
	background-repeat: no-repeat;
}
#q2q1 {
	background-image: url(../img/game/q2q1.jpg);
	background-repeat: no-repeat;
}
#q2q2 {
	background-image: url(../img/game/q2q2.jpg);
	background-repeat: no-repeat;
}
#q2q3 {
	background-image: url(../img/game/q2q3.jpg);
	background-repeat: no-repeat;
}
#q2q4 {
	background-image: url(../img/game/q2q4.jpg);
	background-repeat: no-repeat;
}
#q2q5 {
	background-image: url(../img/game/q2q5.jpg);
	background-repeat: no-repeat;
}
#q2q6 {
	background-image: url(../img/game/q2q6.jpg);
	background-repeat: no-repeat;
}
#q2q7 {
	background-image: url(../img/game/q2q7.jpg);
	background-repeat: no-repeat;
}
#q2q8 {
	background-image: url(../img/game/q2q8.jpg);
	background-repeat: no-repeat;
}
#q2q9 {
	background-image: url(../img/game/q2q9.jpg);
	background-repeat: no-repeat;
}
#q2q10 {
	background-image: url(../img/game/q2q10.jpg);
	background-repeat: no-repeat;
}
#q3q1 {
	background-image: url(../img/game/q3q1.jpg);
	background-repeat: no-repeat;
}
#q3q2 {
	background-image: url(../img/game/q3q2.jpg);
	background-repeat: no-repeat;
}
#q3q3 {
	background-image: url(../img/game/q3q3.jpg);
	background-repeat: no-repeat;
}
#q3q4 {
	background-image: url(../img/game/q3q4.jpg);
	background-repeat: no-repeat;
}
#q3q5 {
	background-image: url(../img/game/q3q5.jpg);
	background-repeat: no-repeat;
}
#q3q6 {
	background-image: url(../img/game/q3q6.jpg);
	background-repeat: no-repeat;
}
#q3q7 {
	background-image: url(../img/game/q3q7.jpg);
	background-repeat: no-repeat;
}
#q3q8 {
	background-image: url(../img/game/q3q8.jpg);
	background-repeat: no-repeat;
}
#q3q9 {
	background-image: url(../img/game/q3q9.jpg);
	background-repeat: no-repeat;
}
#q3q10 {
	background-image: url(../img/game/q3q10.jpg);
	background-repeat: no-repeat;
}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
