html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

a {
	background: transparent;
}

a:active,
a:hover {
	outline: 0;
}

img {
	border: 0;
}

button,
input,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="date"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.25;
	color: #474747;
	background-color: #fff;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #428bca;
	text-decoration: none;
}

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

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3 {
	font-family: inherit;
	font-weight: 300;
	line-height: 1.1;
	color: inherit;
}

h1 {
	font-size: 48px;
	margin-top: 20px;
	margin-bottom: 10px;
}

h3 {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
}

p {
	margin: 0 0 10px;
}

.lead {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
}

@media(min-width:768px) {
	.lead {
		font-size: 24px;
	}
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-danger {
	color: #a94442;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	padding-right: 0;
}

.container:before,
.container:after {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

@media(min-width:768px) {
	.container {
		width: 720px;
	}
}

@media(min-width:992px) {
	.container {
		width: 940px;
	}
}

@media(min-width:1200px) {
	.container {
		width: 1140px;
	}
}

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

.container-fluid:before,
.container-fluid:after {
	content: " ";
	display: table;
}

.container-fluid:after {
	clear: both;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.row:before,
.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.col-xs-2,
.col-xs-4,
.col-xs-8,
.col-xs-12,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-md-6,
.col-md-12 {
	position: relative;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0;
}

.col-xs-2,
.col-xs-4,
.col-xs-8,
.col-xs-12 {
	float: left;
}

.col-xs-2 {
	width: 16.66667%;
}

.col-xs-4 {
	width: 33.33333%;
}

.col-xs-8 {
	width: 66.66667%;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-offset-2 {
	margin-left: 16.66667%;
}

@media(min-width:768px) {
	.col-sm-4,
	.col-sm-5,
	.col-sm-6 {
		float: left;
	}

	.col-sm-4 {
		width: 33.33333%;
	}

	.col-sm-5 {
		width: 41.66667%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}
}

@media(min-width:992px) {
	.col-md-6,
	.col-md-12 {
		float: left;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.25;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
}

.form-control::-moz-placeholder {
	color: #777;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #777;
}

.form-control::-webkit-input-placeholder {
	color: #777;
}

.form-control[disabled] {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}

.form-group {
	margin-bottom: 15px;
}

@media(min-width:768px) {
	.form-inline .form-group,
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .form-control,
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.25;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:hover,
.btn:focus {
	color: #333;
	text-decoration: none;
}

.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
}

.btn.disabled,
.btn[disabled] {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active,
.btn-default.active {
	background-image: none;
}

.btn-primary {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	color: #fff;
	background-color: #3071a9;
	border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active {
	background-image: none;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.nav:before,
.nav:after {
	content: " ";
	display: table;
}

.nav:after {
	clear: both;
}

.nav>li {
	position: relative;
	display: block;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: #eee;
}

.navbar {
	position: relative;
	min-height: 30px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
	content: " ";
	display: table;
}

.navbar:after {
	clear: both;
}

@media(min-width:768px) {
	.navbar {
		border-radius: 0;
	}
}

.navbar-header:before,
.navbar-header:after {
	content: " ";
	display: table;
}

.navbar-header:after {
	clear: both;
}

@media(min-width:768px) {
	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 0;
	padding-left: 0;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
	content: " ";
	display: table;
}

.navbar-collapse:after {
	clear: both;
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media(min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-collapse.in {
		overflow-y: visible;
	}

	.navbar-fixed-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
	margin-right: 0;
	margin-left: 0;
}

@media(min-width:768px) {
	.container>.navbar-header,
	.container>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@media(min-width:768px) {
	.navbar-fixed-top {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-brand {
	float: left;
	padding: 5px 0;
	font-size: 20px;
	line-height: 20px;
	height: 30px;
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

@media(min-width:768px) {
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: 0;
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 0;
	padding: 9px 10px;
	margin-top: -2px;
	margin-bottom: -2px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px;
}

.navbar-toggle:focus {
	outline: 0;
}

@media(min-width:768px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 2.5px 0;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

@media(min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}

	.navbar-nav>li {
		float: left;
	}

	.navbar-nav>li>a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media(min-width:768px) {
	.navbar-right {
		float: right !important;
	}
}

.navbar-form {
	margin-left: 0;
	margin-right: 0;
	padding: 10px 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	margin-top: -2px;
	margin-bottom: -2px;
}

@media(min-width:768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	background-clip: padding-box;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-backdrop.in {
	opacity: .3;
	filter: alpha(opacity=30);
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.25px;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.25;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table;
}

.modal-footer:after {
	clear: both;
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0;
}

@media(min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-left {
	float: left !important;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

@media(max-width:767px) {
	.visible-xs {
		display: block !important;
	}
}

@media(max-width:767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important;
	}
}

@media(min-width:1200px) {
	.visible-lg {
		display: block !important;
	}

	.visible-lg-block {
		display: block !important;
	}
}

@media(min-width:1200px) {
	.hidden-lg {
		display: none !important;
	}
}

p {
	line-height: 1.5em;
	margin: 0;
}

a,
a:link,
a:hover,
a:focus,
a:visited,
a:active {
	text-decoration: none;
}

a:hover,
a:focus {
	cursor: pointer;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	vertical-align: middle;
}

.btn-secondary-md {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: box-shadow .2 ease-in-out;
	-o-transition: box-shadow .2 ease-in-out;
	transition: box-shadow .2 ease-in-out;
	border: 1px solid transparent;
	background-color: #00A2FF;
	border-color: #00A2FF;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	height: auto;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	padding: 9px 9px;
	font-size: 18px;
	line-height: 100%;
	border-radius: 3px;
}

.btn-secondary-md:link {
	color: #fff;
}

.btn-secondary-md:hover,
.btn-secondary-md:focus {
	background-color: #32B5FF;
	box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
	border-color: #32B5FF;
	color: #fff;
	cursor: pointer;
}

@media(max-width:767px) {
	.btn-secondary-md {
		padding: 7px 7px;
		font-size: 16px;
		line-height: 100%;
		border-radius: 3px;
	}
}

.form-control {
	display: block;
	width: 100%;
	background-color: #fff;
	background-image: none;
	border: 1px solid #B8B8B8;
	border-radius: 3px;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
}

.form-control::-moz-placeholder {
	color: #777;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #777;
}

.form-control::-webkit-input-placeholder {
	color: #777;
}

.form-control[disabled] {
	cursor: not-allowed;
	background-color: #F2F2F2;
	opacity: 1;
}

.form-group {
	margin-bottom: 10px;
}

.input-field {
	border: 1px solid #B8B8B8;
	color: #191919;
	font-weight: 300;
	font-size: 16px;
	height: 38px;
	line-height: 100%;
	padding: 5px 12px;
}

.input-field::-moz-placeholder {
	color: #B8B8B8;
	font-weight: 300;
	opacity: 1;
}

.input-field:-ms-input-placeholder {
	color: #B8B8B8;
	font-weight: 300;
}

.input-field::-webkit-input-placeholder {
	color: #B8B8B8;
	font-weight: 300;
}

.input-field:focus {
	box-shadow: none;
	border-color: #00A2FF;
}

.footer {
	max-width: 970px;
	text-align: center;
	margin: 0 auto;
}

.footer-links {
	padding-left: 0;
}

@media(max-width:543px) {
	.footer-link.col-4 {
		width: 33.3%;
	}
}

.footer-note {
	margin: 12px auto 32px;
	text-align: left;
	width: 78%;
}

html {
	overflow-x: hidden;
}

html,
body,
.container-fluid {
	height: 100%;
	font-weight: 300;
}

h1 span {
	line-height: 1.1;
}

h1,
h2 {
	margin: 10px 0;
	line-height: 1.3em;
}

.text-error {
	color: #D86868;
}

a,
a:hover {
	text-decoration: none;
	outline: none;
}

label {
	font-weight: 300;
}

h3 {
	text-transform: uppercase;
}

.form-control {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.navbar-landing {
	background-color: #5e9eb2;
	background-color: rgba(0, 0, 0, 0.85);
	color: white;
	min-height: 66px;
}

.navbar-landing .container {
	padding: 6px;
}

.navbar-landing .navbar-nav a {
	color: white;
	font-size: 18px;
	padding: 14px 15px;
	font-weight: 300;
}

.navbar-landing .navbar-nav a:hover {
	background: none;
}

.navbar-landing .navbar-nav a:focus {
	background-color: transparent;
	outline: none;
}

.navbar-landing .navbar-toggle {
	background-color: white;
	color: black;
	margin-top: 9px;
}

.navbar-landing .navbar-brand {
	padding: 8px 10px;
}

.AlwaysLogo {
	width: 36px;
	height: 36px;
}

.full-height-section {
	height: 100%;
	min-height: 840px;
}

.inner-full-height-section {
	height: 100%;
}

#MainCenterContainer {
	position: relative;
	top: 200px;
}

#MainLogo {
	top: 100px;
	position: relative;
}

#LogoAndSlogan {
	float: right;
}

#MainLogo h1 {
	color: white;
	font-size: 35px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
	padding: 10px 25px;
	text-align: center;
	margin-top: -20px;
	display: inline-block;
}

#MainLogo h1 span {
	position: absolute;
	font-size: 15px;
}

#MainLogoImage {
	width: 457px;
	height: auto;
	opacity: .99;
	z-index: 100;
	float: right;
	margin-right: 20px;
}

#WhatsAlwaysContainer .inner-full-height-section {
	padding: 0;
	margin-top: 5px;
	overflow: hidden;
}

#WhatIsAlwaysTextBg {
	top: 25%;
}

#WhatIsAlwaysTextBg p {
	margin: 12px;
}

#AlwaysDeviceText {
	padding-top: 110px;
}

#InnerWhatsAlwaysContainer2 {
	height: 30%;
	margin-top: 5px;
}

.game-image {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.app-store-logo {
	display: inline-block;
	width: 136px;
	height: 47px;
	margin-top: 12px;
}

#ComputerImgSmall {
	margin-top: 20px;
}

.ComputerImg {
	margin-bottom: -52px;
	vertical-align: bottom;
}

.container-footer {
	padding-top: 100px;
}

.navbar-form {
	margin-top: 7px;
}

.app-store-container {
	margin: 50px auto 0;
	max-width: 970px;
}

.app-store-container li,
.app-store-container a {
	display: inline-block;
}

.app-store-container li {
	width: 24%;
}

@media(max-width:767px) {
	.app-store-container li {
		width: 49%;
	}
}

@media(max-width:1199px) {
	#WhatIsAlwaysTextBg {
		top: 10%;
	}
}

@media(min-width:991px) {
	.navbar>.container .navbar-brand {
		margin-left: -15px;
	}
}

@media(max-width:991px) {
	#SignUpFormContainer {
		display: block;
		margin: 0 auto;
		max-width: 400px;
	}

	.navbar>.container .navbar-brand {
		margin-left: -15px;
	}

	#MainLogo {
		text-align: center;
		top: 0;
	}

	#LogoAndSlogan {
		float: none;
	}

	#MainLogo h1 {
		font-size: 2.1em;
		margin-top: -18px;
	}

	#MainLogoImage {
		float: none;
		margin-right: auto;
	}

	#MainCenterContainer {
		top: 100px;
	}

	.navbar-landing .navbar-collapse.in {
		background-color: black;
		background-color: rgba(0, 0, 0, 0.6);
	}
}

@media(min-width:767px) {
	#WhatIsAlwaysTextBg {
		margin-left: 42%;
		width: 50%;
	}
}

@media(max-width:767px) {
	.navbar-landing .navbar-nav a {
		font-size: inherit;
	}

	.full-height-section {
		min-height: 920px;
	}

	#TopLeftNavLinks {
		margin-left: 5px;
	}

	#WhatIsAlwaysTextBg {
		background-color: #000;
		background: rgba(0, 0, 0, 0.7);
	}
}

.text-footer-nav,
.text-footer-nav:link,
.text-footer-nav:visited,
.text-footer-nav:active {
	color: #B8B8B8;
	font-size: 21px;
	font-weight: 300;
}

@media(max-width:767px) {
	.text-footer-nav,
	.text-footer-nav:link,
	.text-footer-nav:visited,
	.text-footer-nav:active {
		font-size: 18px;
	}
}

.text-footer-nav:hover,
.text-footer-nav:focus {
	color: #999999;
	font-size: 21px;
	font-weight: 300;
}

@media(max-width:767px) {
	.text-footer-nav:hover,
	.text-footer-nav:focus {
		font-size: 18px;
	}
}

.text-footer {
	font-size: 12px;
	font-weight: 400;
	color: #B8B8B8;
}

@media(max-width:767px) {
	.text-footer {
		font-size: 10px;
	}
}

.close {
	float: right;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50);
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

@media(max-width:767px) {
	.modal {
		padding: 12px;
	}
}

.modal-dialog {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 400px;
	margin: 15% auto;
}

@media(max-width:767px) {
	.modal-dialog {
		min-width: 296px;
		width: 100%;
		margin: 10% auto;
	}
}

.modal-dialog .modal-content {
	border-radius: 0;
}

.modal-dialog .modal-content .modal-header {
	text-align: left;
	padding: 12px 15px;
	border-color: #B8B8B8;
}

.modal-dialog .modal-content .modal-header h5 {
	margin: 0;
}

.modal-dialog .modal-content .modal-header .modal-title {
	line-height: 1em;
	padding: 0;
}

.modal-dialog .modal-content .modal-header .close {
	margin: 0;
}

.modal-dialog .modal-content .modal-body {
	text-align: left;
}

.modal-dialog .modal-content .modal-body p {
	white-space: pre-line;
	line-height: 1.5em;
}

@media(max-width:767px) {
	.modal-dialog .modal-content .modal-body p {
		font-size: 14px;
		font-weight: 400;
	}
}

.modal-dialog .modal-content .modal-body .modal-btns {
	text-align: center;
	margin: 6px 0 0;
}

.modal-dialog .modal-content .modal-footer {
	border-top: 0 none;
	text-align: center;
}

.modal-header .icon-close {
	background-position: 0 -420px;
	background-size: 40px auto;
	width: 20px;
	height: 20px;
	vertical-align: top;
}

.form-inline {
	position: static;
}

.as-login-partial-legacy {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.95);
	padding: 15px;
	max-width: 435px;
}

.as-login-partial-legacy h3 {
	margin-left: 10px;
	margin-top: 5px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	font: inherit;
	line-height: inherit;
}

.signup-or-log-in {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.signup-or-log-in h3 {
	margin-left: 10px;
	margin-top: 5px;
	text-transform: none;
}

.signup-or-log-in .form-group {
	margin-bottom: 0;
}

.signup-or-log-in .input-field {
	height: 46px;
	line-height: 1.33;
	border-radius: 6px;
	font-size: 20px;
}

.signup-or-log-in p.form-control-label {
	margin: 0;
}

.signup-or-log-in p.form-control-label.input-validation {
	display: block;
}

.signup-or-log-in input[type=text] {
	width: 100%;
}

.signup-or-log-in input[type=password] {
	width: 100%;
}

.signup-or-log-in input[type=email] {
	width: 100%;
}

.signup-or-log-in .signup-container {
	height: auto;
	padding: 10px;
}

.signup-or-log-in .signup-container .signup-input-area .signup-submit-button {
	width: 100%;
}

.signup-or-log-in .signup-container .signup-input-area .legal-text-container {
	margin: 5px 0 0;
	padding-bottom: 10px;
	text-align: center;
	font-size: 14px;
}

.signup-or-log-in .signup-container .signup-input-area .legal-text-container a {
	color: #00A2FF;
}

.signup-or-log-in .input-validation {
	height: 25px;
}

.signup-or-log-in .alert-warning {
	width: 100%;
	border-radius: 3px;
}

#RollerContainer {
	background-image: url('/images/bckg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

#InnerWhatsAlwaysContainer1 {
	height: 70%;
	background-image: url('/images/whatisAlways.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 30% center;
	color: white;
}

#GameImage1 {
	background-image: url('/images/1.jpg');
	margin-right: 5px;
}

#GameImage2 {
	background-image: url('/images/2.jpg');
	margin-right: 5px;
}

#GameImage3 {
	background-image: url('/images/3.jpg');
	margin-right: -10px;
	width: calc(33.333333% - 10px);
}

#loading-screen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('/images/darkLoadingTexture.png');
	background-repeat: repeat;
	z-index: 9999;
	display: none;
	opacity: 0;
	transition: opacity 0.3s;
	overflow: hidden;
}

#loading-screen.show {
	display: block;
	opacity: 1;
}

#loading-logo {
	position: fixed;
	bottom: 60px;
	right: 60px;
	width: 120px;
	height: 120px;
	display: none;
}

#loading-screen.show #loading-logo {
	display: block;
}

#loading-screen #loading-logo.spinning {
	animation: spin 2s linear infinite;
}

#loading-text {
	position: fixed;
	bottom: 60px;
	left: 60px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 48px;
	color: #fff;
	-webkit-text-stroke: 1px #000;
	text-stroke: 1px #000;
	display: flex;
	align-items: center;
	text-align: left;
	white-space: normal;
	word-wrap: break-word;
}

#loading-center-text {
	position: fixed;
	bottom: calc(60px + 60px);
	right: calc(60px + 60px);
	transform: translate(50%, 50%);
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	display: none;
	pointer-events: none;
}

#loading-screen.show #loading-center-text {
	display: block;
	animation: loadingdots 1.5s steps(3, end) infinite;
}

@media (max-width: 768px) {
	#loading-center-text {
		font-size: 12px;
	}
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	10% { transform: rotate(36deg); }
	20% { transform: rotate(72deg); }
	30% { transform: rotate(108deg); }
	40% { transform: rotate(144deg); }
	50% { transform: rotate(180deg); }
	60% { transform: rotate(216deg); }
	70% { transform: rotate(252deg); }
	80% { transform: rotate(288deg); }
	90% { transform: rotate(324deg); }
	100% { transform: rotate(360deg); }
}

@keyframes loadingdots {
	0%, 33% { content: 'Loading.'; }
	34%, 66% { content: 'Loading..'; }
	67%, 100% { content: 'Loading...'; }
}

.error-text {
	color: #ff0000;
	font-size: 12px;
	margin-top: 5px;
	display: block;
}

.gender-option {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.gender-option:hover {
	opacity: 0.8 !important;
}

.gender-option img {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.form-label {
	font-weight: 400;
	font-size: 14px;
}

.form-label-inline {
	font-size: 14px;
	margin: 0;
}

.form-select-inline {
	font-size: 14px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b8b8b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 14px;
	padding-right: 25px;
	cursor: pointer;
}

.form-select-inline:focus {
	outline: none;
}

.birthday-row,
.gender-row {
	width: 100%;
}

.gender-option {
	position: relative;
}

.gender-option.selected[data-gender="male"] {
	border-color: #4560a1;
	background-color: transparent;
}

.gender-option.selected[data-gender="female"] {
	border-color: #d24bb1;
	background-color: transparent;
}

.gender-option.selected img {
	filter: none;
}

.gender-option:hover {
	border-color: #4a4a4a;
}

.gender-option:hover img {
	opacity: 0.7;
}

input.form-control:focus {
	border-color: #00a2ff;
	outline: none;
}

input.form-control::-moz-placeholder {
	color: #6b6b6b;
	opacity: 1;
}

input.form-control:-ms-input-placeholder {
	color: #6b6b6b;
}

input.form-control::-webkit-input-placeholder {
	color: #6b6b6b;
}
