.game .slick-dots, .servicesList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.headerLogoImg, .footerLogoImg, .featuresImg {
  display: block;
  max-width: 100%;
  height: auto;
}

.headerContainer, .headerNavContainer, .footerContainer, .footerBottomContainer, .heroContainer, .sectionContainer, .aboutContainer {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 1024px) {
  .headerContainer, .headerNavContainer, .footerContainer, .footerBottomContainer, .heroContainer, .sectionContainer, .aboutContainer {
    max-width: 960px;
  }
}

@media only screen and (max-width: 767px) {
  .headerContainer, .headerNavContainer, .footerContainer, .footerBottomContainer, .heroContainer, .sectionContainer, .aboutContainer {
    max-width: 720px;
  }
}

.loginInput, .input, .select {
  display: block;
  width: 100%;
  padding: 15px;
  border: 0;
  background-color: #eef0f2;
  border-radius: 5px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}


#globalwindow
{
  position: fixed; 
  right: 1%;
  top: 1%; 
  background: #eee; 
  border: 1px solid #444; 
  width: 300px; 
  height: auto; 
  padding: 1%; 
}

#multselectwindow
{
  position: fixed; 
  right: 1%;
  top: 342px; 
  background: #eee; 
  border: 1px solid #444; 
  width: 300px; 
  height: auto; 
  padding: 1%; 
  display: none;
}

#globalwindow h3, #multselectwindow h3
{
	margin: 0;
	font-size: 16px;
}

#globalwindow small
{
	font-style: italic;
	font-size: 70%;
}

#helpsheet h2
{
	text-align: center;
	margin-top: 0;
}

#helpsheet  ul
{
  font-family: monospace; 
  margin: 0;
  padding: 0;
}

#helpsheet li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#emailaddressboxholder
{
	height: 45px;
	display: block;
	width: 50px;
}

h1
{
	margin-bottom: 2px;
font-size: 27px;
margin-top: 20px;
padding-top: 20px;
padding-bottom: 20px;
}


h2
{

font-size: 16px;

}


a
{
  color: #4571ba;
  text-decoration: none;
}

a:visited
{
  color: #4571ba;
}

a:hover
{
  color: #cf9025;
  text-decoration: underline;
}


input, select, textarea
{
  font-size: 16px;

  color: #555;
  border: 1px solid #dcdcdc;

    padding: 6px;	
	

}



/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: "Ubuntu", sans-serif;
  color: #555c67;
  font-size: 15px;
  line-height: 1.6;
}

h1, h2, h3, h4, h5 {
  line-height: 1.2;
  margin-top: 0;
  font-weight: 500;
  color: #48505e;
}

a {
  text-decoration: none;
}

.mainform
{
	display: flex;
	flex-direction: column;
}

.mainform label
{
	margin-top: 20px;
	display: block;
	font-size: 90%;
}

.mainform input
{
	 padding: 11px;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}

.page__header, .page__footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.headerContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.headerRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.headerLogo {
  margin-right: 10px;
}

.header .socials {
  margin-left: 30px;
}

.headerNav {
  background-color: #ececec;
}

.headerNavContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headerReg {
  display: inline-block;
  margin-left: auto;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 30px;
  color: #4098b8 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-left: 1px solid rgba(76, 77, 79, 0.15);
  border-right: 1px solid rgba(76, 77, 79, 0.15);
}

.headerToggle {
  width: 32px;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: none;
  display: none;
}

.headerToggle div {
  background-color: #4f5160;
  height: 4px;
  border-radius: 5px;
}

.headerToggle div:nth-child(2) {
  width: 22px;
}

.headerToggle div:nth-child(3) {
  width: 12px;
}

.headerToggle div + div {
  margin-top: 6px;
}

.footer {
  padding-top: 70px;
}

.footerContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}

.footerLogo {
  display: block;
}

.footerAbout {
  margin-top: 30px;
  margin-bottom: 30px;
}

.footerLeft {
  max-width: 300px;
  margin-right: 140px;
  margin-bottom: 0;
}

.footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footerCol {
  margin-left: 15px;
  margin-right: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footerCol:last-child {
  margin-top: 0;
}

.footerColTitle {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 26px;
}

.footerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  color: #8792a2;
}

.footerLinkIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(93, 103, 125, 0.1);
  margin-right: 8px;
}

.footerBottom {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid rgba(215, 215, 215, 0.4);
  font-size: 14px;
}

.footerBottomContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footerBottomLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footerBottomLink {
  color: #555c67;
  line-height: 1;
}

.footerBottomLink:not(:last-child) {
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid currentColor;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.socialsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(93, 103, 125, 0.1);
}

.socialsLink + .socialsLink {
  margin-left: 10px;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

.iconFacebook, .iconTwitter {
  width: 20px;
  height: 20px;
  color: #5d677d;
}

.footerLinkIcon .iconFacebook, .footerLinkIcon .iconTwitter {
  width: 14px;
  height: 14px;
}

.iconCross {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.iconPlus, .iconMinus {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.iconBalancing {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.button, .button:focus
{
	background: #4571ba;
	color: #fff;
	border: 0;
	padding: 9px;
	cursor: pointer;
}

.button:focus, .button:hover
{
	background: #cf9025;
}

.btn {
  display: inline-block;
  background-color: #e68a19;
  padding: 0.875em 3.125em;
  font-size: 16px;
  color: #fff !important;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: background .15s, color .15s;
  transition: background .15s, color .15s;
}

.btn:hover {
  background-color: #cf7c17;
    color: #000 !important;
	text-decoration: none;
}

.btnOutline {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
}

.btnOutline:hover {
  background-color: #fff;
  color: #000;
}

.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.loginInput {
  background-color: #eef0f2;
  border-radius: 5px;
  margin-right: 5px;
  max-width: 175px;
}

.loginBtn {
  margin-left: 5px;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navLink {
  color: #565656 !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding-top: 14px;
  padding-bottom: 14px;
}

.navLink:hover {

  text-decoration: none;
 
}

.navLink + .navLink {
  margin-left: 50px;
}




.subjects .icon
{
  width: 60px;
  height: 60px;
  margin-bottom: 40px;
  opacity: .5;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
}

.section
{
    padding-top: 60px;
    padding-bottom: 60px;
}


.sectionheader
{
    margin-bottom: 50px;
}


.subjectsitems
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px -30px;
}


.subjectsitem
{
  width: 160px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .02);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .02);
  border-radius: 10px;
  border: 1px solid #e2e3eb;
  padding: 30px;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

.subjectsitem h3
{
  margin: 0;
  font-size: 18px;
}

.subjectsitem:hover .icon
{
  opacity: 1;
}



.hero {
  padding-top: 30px;
  background: url("/maths-games/maths-chase/images/hero.jpg") no-repeat center bottom/cover;
  text-align: center;
  padding-bottom: 16%;
}

.heroTitle {
  margin-top: 0;
  color: #fff;
  font-size: 40px;
  margin-bottom: 0.875em;
}

.heroBtn {
  font-size: 18px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sectionHeader {
  text-align: center;
  margin-bottom: 50px;
}

.sectionTitle {
  font-size: 30px;
}

.sectionTitleSm {
  display: block;
}

.game {
  background-color: #162d56;
  color: #fff;
}

.gameTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gameFields {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gameFieldsRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.gameFieldsRow + .gameFieldsRow {
  margin-top: 30px;
}

.gameFieldsRow .formGroup {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  margin-right: 30px;
}

.gameFieldsRow .formGroup:first-child {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.gameFieldsRow .formGroup:last-child {
  margin-right: 0;
}

.gameBtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  padding: 10px;
  width: 130px;
  height: 130px;
  background-color: #e68a19;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  margin: 0 30px 0 100px;
  font-size: 20px;
}

.gameBtn:before, .gameBtn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(230, 138, 25, 0.15);
  -webkit-animation: scale-1 1s infinite alternate;
  animation: scale-1 1s infinite alternate;
}

.gameBtn:after {
  background-color: rgba(230, 138, 25, 0.1);
  -webkit-animation: scale-2 1s infinite alternate;
  animation: scale-2 1s infinite alternate;
}

.gameToggle {
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}

.gameToggleSm {
  display: none;
}

.gameCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.gameCard {
  margin-left: 15px;
  margin-right: 15px;
  -webkit-box-shadow: 0 3px 38px rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 38px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  color: #8b8b8b;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 3px;
  outline: none;
}

.gameCardHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #ebebeb;
}

.gameCard1 .gameCardHeader {
  color: #e68a19;
}

.gameCard2 .gameCardHeader {
  color: #0084ff;
}

.gameCard3 .gameCardHeader {
  color: #f12b2a;
}

.gameCard4 .gameCardHeader {
  color: #6d52d2;
}

.gameCard5 .gameCardHeader {
  color: #34c635;
}

.gameCardTitle {
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
  color: currentColor;
}

.gameCardIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.gameCard1 .gameCardIcon {
  background-color: rgba(230, 138, 25, 0.2);
}

.gameCard2 .gameCardIcon {
  background-color: rgba(0, 132, 255, 0.2);
}

.gameCard3 .gameCardIcon {
  background-color: rgba(241, 43, 42, 0.2);
}

.gameCard4 .gameCardIcon {
  background-color: rgba(109, 82, 210, 0.2);
}

.gameCard5 .gameCardIcon {
  background-color: rgba(52, 198, 53, 0.2);
}

.gameCardContent {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -15px;
}

.gameCardField {
  width: 100%;
  max-width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}

.gameCardField label {
  display: inline-block;
  margin-bottom: 6px;
}

.gameCardField .input {
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.gameCardField .input:focus {
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
  outline: 1px solid #acacac;
}

.gameFooter {
  margin-top: 50px;
  text-align: center;
}

.game .input,
.game .select {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.game .input::-webkit-input-placeholder,
.game .select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.game .input:-ms-input-placeholder,
.game .select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.game .input::-ms-input-placeholder,
.game .select::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.game .input::placeholder,
.game .select::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.gameCard .input {
  color: #555c67;
}

.gameCard .input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.gameCard .input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.gameCard .input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.gameCard .input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.game .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.game .slick-dots li {
  margin-right: 12px;
}

.game .slick-dots li:last-child {
  margin-right: 0;
}

.game .slick-dots button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  outline: none;
}

.game .slick-active button {
  background-color: #fff;
}

@-webkit-keyframes scale-1 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes scale-1 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes scale-2 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes scale-2 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

.toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.toggleInput {
  display: none;
}

.toggleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.toggleLabel {
  margin-right: 14px;
}

.toggleBox {
  position: relative;
  width: 34px;
  height: 14px;
  border-radius: 20px;
  background-color: #e68a19;
  margin-left: 8px;
  margin-right: 8px;
  cursor: pointer;
}

.toggleBox:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.68);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.68);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.toggleInput:checked ~ .toggleWrap .toggleBox:after {
  left: auto;
  right: -1px;
}

.servicesItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -30px;
  margin-left: -15px;
  margin-right: -15px;
}

.servicesItem {
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  color: #8c90a4;
  margin-top: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% / 2 - 30px);
  flex: 1 1 calc(100% / 2 - 30px);
  min-width: 290px;
  margin-left: 15px;
  margin-right: 15px;
  max-width: 330px;
}

.servicesItemFeatured {
  -webkit-box-shadow: 0 10px 35px rgba(68, 157, 185, 0.35);
  box-shadow: 0 10px 35px rgba(68, 157, 185, 0.35);
  background-color: #449db9;
  color: #fff;
}

.servicesTitle {
  padding: 15px 25px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(149, 149, 149, 0.4);
  font-size: 21px;
  font-weight: 700;
  color: #4a515e;
}

.servicesItemFeatured .servicesTitle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.servicesList {
  padding: 20px 25px;
}

.servicesList li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 25px;
}

.servicesList li:last-child {
  margin-bottom: 0;
}

.servicesList li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #e1e1e1;
}

.about {
  padding-top: 80px;
}

.aboutFirst {
  padding-bottom: 80px;
}

.aboutContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.aboutTitle {
  color: #48505e;
  margin-bottom: 0.70588em;
  font-size: 34px;
}

.aboutText {
  font-size: 16px;
}

.aboutImg {
  max-width: 100%;
  height: auto;
}

.aboutImg:first-child {
  margin-right: 30px;
}

.aboutImg:last-child {
  margin-left: auto;
}

.aboutContent {
  width: 100%;
}

.aboutContent:first-child {
  max-width: 460px;
  margin-right: 30px;
}

.aboutContent:last-child {
  max-width: 380px;
}

.featuresItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -50px;
}

.featuresItem {
  max-width: 270px;
  text-align: center;
  margin-top: 50px;
  margin-left: 15px;
  margin-right: 15px;
}

.featuresImg {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.featuresTitle {
  font-size: 21px;
  margin-bottom: 0.57143em;
}

.select {
  padding-top: 14px;
  padding-bottom: 14px;
}

.select option {
  color: #000;
}

.formGroup label {
  display: inline-block;
  margin-bottom: 0.625em;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .header .socials {
    display: none;
  }

  .headerReg {
    font-size: 16px;
  }

  .headerToggle {
    display: block;
  }

  .footer {
    padding-top: 40px;
  }

  .footerContainer {
    display: block;
  }

  .footerLeft {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .loginInput {
    display: none;
  }

  .nav {
    position: absolute;
    display: none;
    z-index: 0;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 15px;
  }

  .navVisible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .nav:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ececec;
    border-top: 1px solid rgba(76, 77, 79, 0.15);
  }

  .navLink {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navLink + .navLink {
    margin-top: 20px;
    margin-left: 0;
  }



  .gameToggleSm {
    display: block;
  }

  .gameBtn {
    width: 110px;
    height: 110px;
    margin: 70px auto;
    font-size: 18px;
  }

  .gameTop {
    display: block;
  }

  .aboutContent {
    margin-right: 0;
  }

  .aboutContent:first-child {
    margin-right: 0;
    max-width: 100%;
  }

  .aboutContent:last-child {
    max-width: 100%;
  }

  .aboutFirst {
    padding-bottom: 0;
  }

  .aboutTitle {
    font-size: 28px;
  }

  .aboutImg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 50px;
  }

  .aboutImg:first-child {
    margin-right: 0;
  }

  .aboutImg:last-child {
    margin-left: 0;
  }

  .aboutContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .featuresItems {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .footerCol {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 30px);
    flex: 1 1 calc(50% - 30px);
  }
  
  .mobno
		{
			display: none;
		}

  .footerCol:last-child {
    margin-top: 30px;
  }

  .footerBottomContainer {
    display: block;
  }

  .footerCopyright {
    margin-bottom: 10px;
  }

  .loginBtn {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero {
    padding-bottom: 60px;
  }

  .heroTitle {
    font-size: 30px;
  }

  .heroBtn {
    font-size: 16px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .gameFieldsRow {
    display: block;
  }

  .gameFieldsRow + .gameFieldsRow {
    margin-top: 0;
  }

  .game .formGroup {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .about {
    padding-top: 50px;
  }
  
  
#helpsheet
{
	position: absolute;

	top: 380px;
	left: 0;
	background: #fff;
	padding: 12px;
	width: 200px;
	border: 1px solid #bbb;
	margin: 10px;

}

#globalwindow
{
  position: static; 
  width: 99%;
  border: 0;

}


#multselectwindow
{
  margin-top: 10px;
  position: static; 
  width: 99%;
  border: 0;
}

#emailaddressboxholder
{
	height: 0px;
	display: block;
}

}

