* {
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: none;
}

header {
	margin: 0;
	background: #d55757;
	height: 100px;
}

img {
	border: none;
	max-width: 100%;
}

a {
	background: none repeat scroll 0 0 transparent;
	margin: 0;
	outline: medium none;
	padding: 0;
	vertical-align: baseline;
	color: yellow;
}

a:hover,
a:focus {
	color: #eefc2d;
	text-decoration: underline;
}

a:visited {
	color: yellow;
}

.navbar-default .navbar-toggle {
	border-color: #3751b7;
	background-color: #2654cf !important;
}

.navbar-default .navbar-toggle:hover {
	background-color: rgba(255, 255, 255, 0.3) !important;
	border-color: #3751b7;
}

.navbar-default .navbar-nav>li>a {
	color: #FFF !important;
	text-transform: uppercase;
}

.navbar-toggle>.icon-bar {
	background-color: rgba(255, 255, 255, 0.9) !important;
	color: rgba(255, 255, 255, 0.8) !important;
}

.navbar-toggle:hover>.icon-bar {
	background-color: rgba(255, 255, 255, 0.3) !important;
	color: rgba(255, 255, 255, 0.8) !important;
}

@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	a[href]:after {
		content: "";
	}

	abbr[title]:after {
		content: "";
	}
}

body {
	padding-top: 0;
	padding-bottom: 5px;
	line-height: 1.4em !important;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	background-repeat: no-repeat;
	background: #064da5 !important;
}

p {
	margin: 8px 0;
	margin: 0.7em 0;
	padding: 5px 5px;
	color: #eeeeee;

}

h2,
h3 {

	color: #ffffff;
}

#navigation {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	top: 0;
}

.header {
	background: #d55757;
	border-bottom: 1px solid #bbb;
}

.gamesize {
	height: 430px;
	width: 400px;
}

.copyright {
	font-size: 0.75em;
	line-height: 0.9em;
}

.ads {
	border: 1px solid #555;
	background: rgba(40, 40, 40, 0.2);
	padding: 5px 10px;
	overflow: hidden;
	margin: 2px 0 10px 0;
	color: #454545;
	font-size: 0.75em;
	line-height: 150%;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0 0 4px #444;
	-moz-box-shadow: 0 0 4px #444;
	-ms-box-shadow: 0 0 4px #444;
	-o-box-shadow: 0 0 4px #444;
	box-shadow: 0 0 4px #444;
}

.ads>p {
	text-transform: uppercase;
	font-size: 0.8em !important;
	text-align: center;
	letter-spacing: 0.4em;
	text-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px;
	color: #454545;
}

.ads>div {
	margin: 0 0 0 18px;
}

.callout {
	width: 85%;
	text-align: left;
	text-transform: none;
	font-size: 0.9em;
	color: #222;
	padding: 3px 6px;
	margin: 10px 5px;

	background: #f0f0f0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0 0 4px #222;
	-moz-box-shadow: 0 0 4px #222;
	-ms-box-shadow: 0 0 4px #222;
	-o-box-shadow: 0 0 4px #222;
	box-shadow: 0 0 4px #222;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
}

input[type=text] {
	background-color: rgba(85, 165, 200, 0.1);
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	padding: 10px 10px;
	border: 1px solid #3e3e3e;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	width: 65%;
	max-width: 80%;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
	color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
	color: transparent;
}

/* IE 10+ */

.btn,
.btn:hover {
	background-color: #eebb55;
	background-image: -moz-linear-gradient(top, #eebb55, #d6a84c);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eebb55), to(#d6a84c));
	background-image: -webkit-linear-gradient(top, #eebb55, #d6a84c);
	background-image: -o-linear-gradient(top, #eebb55, #d6a84c);
	background-image: linear-gradient(to bottom, #eebb55, #d6a84c);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd9944', endColorstr='#ffd6a84c', GradientType=0);
	color: white;
	text-shadow: 0 0 0 rgba(255, 255, 255, 0);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	padding: 10px 10px;
}

.btn:hover {
	color: yellow;
}


@media (max-width: 680px) {
	body {
		padding: 0;
	}

	.page {
		width: 98%;
		text-align: center;
		margin: 0 auto 0;
		margin-top: 30px;
	}

	.column {
		width: auto;
		max-width: 95%;
		overflow: hidden;
		text-align: left;
	}

	.header h1 {
		width: auto;
		padding-left: 30px;
	}

	.header div {
		width: auto;
	}

	.header ul.left {
		padding-left: 30px;
	}

	.header ul.right {
		padding-right: 30px;
	}

	footer a {
		color: yellow !important;
	}

	footer a:hover {
		color: yellow !important;
		text-decoration: underline;
	}

	.footer>div {
		width: auto;
		padding-left: 30px;
		padding-right: 10px;
	}

	#explanation {
		width: auto;
		margin: 0;
	}

	#socials {
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
		opacity: 1;
		margin: -10px 0 20px;
	}

	#socials::after {
		top: -8px;
		left: 50%;
		;
		right: auto;
		margin: 0 0 0 -10px;
		border-top: none;
		border-left: 10px solid green;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #f0f0f0;
	}

	#socials #twitter {
		left: 50%;
		right: auto;
		margin: 0 0 0 -100px;
	}

	#socials #facebook {
		left: 50%;
		right: auto;
		margin: 0 0 0 -28px;
	}

	#socials #google {
		left: 50%;
		right: auto;
		margin: 0 0 0 40px;
	}

	.copyright {
		font-size: 0.75em;
	}
}

@media (max-width: 560px) {
	.page {
		width: 98%;
		text-align: center;
		margin: 0 auto 0;
		margin-top: 40px;
	}

	.column {
		width: auto;
		max-width: 95%;
		overflow: hidden;
		text-align: left;
	}

	.header h1 {
		width: 400px;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		padding: 8px 0;
		margin: 0 auto;
	}

	.header div {
		width: auto;
	}

	.header ul {
		padding: 0 !important;
		margin: 0 0 6px 0 !important;
		width: 100%;
	}

	.header ul li {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		line-height: 20px;
		background: none;
	}

	.header ul.right {
		padding-left: 10px;
	}

	.header ul.left li {
		float: left;
		margin-right: 4px;
	}

	.header ul.right li {
		margin-left: 6px;
	}

	.copyright {
		font-size: 0.75em;
	}

}

@media (min-width: 480px) {

	.page {
		margin: auto;
		padding: 3px;
		width: 960px;
		border: 2px dashed #c2de53;
		border-radius: 6px;
	}

	.copyright {
		font-size: 0.8em;
	}


	.page h1 {
		font-size: 1.0em;
	}

	.page h2 {
		font-size: 1.0em;
	}


}

@media (max-width: 432px) {
	.header h1 {
		width: auto;
		padding-left: 16px;
		padding-right: 16px;
	}

	.header ul {
		font-size: 0.85em;
		width: 100%;
	}

	.header ul.left {
		padding-left: 16px;
	}

	.header ul li {
		padding: 0 8px;
		line-height: 22px;
	}

	.column {
		width: 95% !important;
	}

	.page h1 {
		color: #006633;
		margin: 6px 0 6px 0;
		font-weight: normal;
		font-size: 0.9em;
	}

	.page h2 {
		color: #006633;
		margin: 6px 0 6px 0;
		font-weight: normal;
		font-size: 0.8em;
	}

	#explanation {
		width: 95%;
		font-size: 0.9em;
		line-height: 1.0em;
	}

	.copyright {
		font-size: 0.9em;
	}

	.container-fluid {
		margin-left: auto;
		margin-right: auto;
		padding-left: 5px;
		padding-right: 5px;
	}


}

div:fullscreen {
	background: #fff;
	width: 100% !important;
	height: 100% !important;
}

div:fullscreen h2 {
	display: none;
}

div:-webkit-full-screen {
	background: #fff;
	width: 100% !important;
	height: 100% !important;
}

div:-webkit-full-screen h2 {
	display: none;
}

div:-moz-full-screen {
	background: #fff;
	width: 100% !important;
	height: 100% !important;
}

div:-moz-full-screen h2 {
	display: none;
}

#socials {
	background: #f0f0f0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 6px;
	margin: 10px 0;
	font-size: 0.9em;
	width: 94%;
	/* height: 70px; */
	-webkit-box-shadow: 0 0 5px #222;
	-moz-box-shadow: 0 0 5px #222;
	-ms-box-shadow: 0 0 5px #222;
	-o-box-shadow: 0 0 5px #222;
	box-shadow: 0 0 5px #222;
	opacity: 0.3;
	z-index: 10;
	-webkit-transition: opacity ease-in 0.2s;
	-moz-transition: opacity ease-in 0.2s;
	-ms-transition: opacity ease-in 0.2s;
	-o-transition: opacity ease-in 0.2s;
	transition: opacity ease-in 0.2s;
}

#socials:hover {
	opacity: 1;
}

#socials::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-right: 0 solid #f0f0f0;
	border-top: 0 solid transparent;
	border-bottom: 0 solid transparent;
}

@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	a[href]:after {
		content: "";
	}

	abbr[title]:after {
		content: "";
	}
}

.flashclass {
	/* slideshow container*/
	width: 250px;
	/* width for transition */
	border: 1px solid #f3f3f3;
	background-color: #fff;
	padding: 5px;
	font-size: 0.5em;
}

.flashclass img {
	border-width: 0;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
	padding-right: 10px;
	padding-left: 10px;
}

/* Custom page header */
.header {
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 40px;
}

.footer {
	padding: 10px 10px;
	font-size: 0.9em;
	color: #000;
	border-top: 0 solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
	.container {
		max-width: 1150px;
	}
}

.benvideo {
	max-width: 820px;
	margin: 0 auto !important;
}

.container-narrow>hr {
	margin: 30px 0;
}

/* Main marketing message */
.jumbotron {
	text-align: center;
	padding-top: 20px;
	/* make sure 50px of padding so navbar doesn't overlap content! */
	background: rgba(0, 0, 0, 0.15);
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
}

.jumbotron .btn {
	padding: 14px 24px;
	font-size: 18px;
}

h1,
h2 {
	color: #ffaf23 !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

/* Supporting marketing content */
.marketing {
	margin: 40px 0;
}

.marketing p+h4 {
	margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {

	/* Remove the padding we set earlier */
	.marketing {
		padding-right: 0;
		padding-left: 0;
	}

	/* Space out the masthead */
	.header {
		margin-bottom: 20px;
	}

	/* Remove the bottom border on the jumbotron for visual effect */
	.jumbotron {
		border-bottom: 0;
		padding: 0px 20px !important;
	}

	.jumbotron h1 {
		padding-top: 40px;
	}

	.banner {
		padding: 100px 0;
		background-size: cover;
		height: 1055px;
	}

	.bg-overlay4 {
		margin-top: -100px;
		padding: 100px 0;
		background: rgba(255, 255, 255, 0.3);
		height: 1055px;
	}

}