/******************************************************************Template Name: market gameDescription: HTML gamesVersion: 1.0******************************************************************/
/*------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
html,
body {
  font-family: "Montserrat", sans-serif;
}
h1 {
  font-size: 2.2rem;
  line-height: 2;
}
h2 {
  font-size: 1.6rem;
}
p {
  margin: 0.5rem;
}
p.description {
  font-size: 13px;
}
/* MENU */
.bg-green {
  background-color: #8fc24d !important;
}
.bg-blue {
  background: #263238;
}
.navbar-light .navbar-toggler-icon {
  background-image: none;
}

.navbar-toggler span.hamburguer img {
  max-width: 30px;
}
.navbar {
  justify-content: flex-start;
}
.navbar-expand-lg .navbar-brand {
  display: block;
  padding-left: 15px;
  color: #fff;
}
.navbar-brand {
  color: rgba(255, 255, 255, 1);
  flex: 2;
  display: none;
}

.navbar-brand img {
  max-width: 195px;
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) {
  .navbar-brand {
    display: block;
  }
  .navbar-expand-lg .navbar-brand {
    display: none;
  }
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(255, 255, 255, 1);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-nav {
  text-align: center;
  margin: 0 auto;
}
.nav-item {
  padding: 0 50px;
}
.navbar-light .navbar-toggler {
  border: none;
  outline: none;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: center;
  list-style: none;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-radius: 0.25rem;
}
.dropdown-item {
  color: #fff;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 992px) {
  .dropdown-item:focus,
  .dropdown-item:hover {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.7);
  }

  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }
  .dropdown-item {
    color: rgba(0, 0, 0, 1);
  }
}

a.login {
  color: white;
}

.login-mobile {
  display: block;
}

.login-desktop {
  display: none;
}
@media (min-width: 998px) {
  .login-mobile {
    display: none;
  }
  .login-desktop {
    display: block;
  }
}

/* SUB MENU*/
/*Styling links*/
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
.v-flex {
  width: 100%;
}
navbar a {
  font-size: 16px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin: 4px;
  text-transform: uppercase;
  font-size: 12px;
}
navbar a:hover,
navbar a:active,
navbar a {
  text-decoration: none;
  color: #333;
}
navbar a:hover {
  background: none;
}
navbar a:active {
  color: rgba(0, 0, 0, 0.9);
  background: rgba(0, 0, 0, 0.1);
}
/*Shadow*/
navbar .paper-shadow-bottom-z-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
/*Setting Up Navbar Layouts*/
navbar .navbar-inverse {
  color: #000;
  background: #fff;
  border: none;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
}
navbar .container-fluid {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
navbar .navbar-body {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
navbar div.navbar-end {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
navbar div.navbar-start,
navbar div.navbar-end {
  flex: 1;
  -webkit-flex: 1;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-around;
}
navbar div.navbar-start .logo {
  opacity: 0.6;
  width: 30px;
}
/*Integrating Two Navbars Together*/
navbar .nav {
  z-index: 2;
}
navbar .tabs {
  margin-top: 50px;
  z-index: 1;
  position: relative;
}
navbar .tabs .navbar-body {
  padding: 0;
  margin-bottom: 0;
}
/*Styling Search Textbox*/
navbar div.search {
  background: rgba(255, 255, 255, 1);
  flex: 3;
  -webkit-flex: 3;
  margin: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.21, 0.61, 0.36, 1);
  -moz-transition: all 0.3s cubic-bezier(0.21, 0.61, 0.36, 1);
  -ms-transition: all 0.3s cubic-bezier(0.21, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.21, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.21, 0.61, 0.36, 1);
}
navbar div.search {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  height: 38px;
  padding: 0 9px;
  overflow-x: hidden;
  max-width: 600px;
}
navbar div.search.focused {
  background: rgba(255, 255, 255, 0.7) !important;
}
navbar div.search.focused {
  background: rgba(0, 0, 0, 0.05);
}

form.search-form {
  width: 100%;
  max-width: 600px;
}
navbar div.search .search-textbox {
  position: relative;
  width: 60px;
  height: 100%;
  background: transparent;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-align: start;
  color: rgba(0, 0, 0, 1);
  outline: none;
  -webkit-transition: all 0.5s cubic-bezier(0.21, 0.61, 0.36, 1);
  -moz-transition: all 0.5s cubic-bezier(0.21, 0.61, 0.36, 1);
  -ms-transition: all 0.5s cubic-bezier(0.21, 0.61, 0.36, 1);
  -o-transition: all 0.5s cubic-bezier(0.21, 0.61, 0.36, 1);
  transition: all 0.5s cubic-bezier(0.21, 0.61, 0.36, 1);
  cursor: pointer;
}
navbar div.search.focused .search-textbox {
  width: 100%;
  cursor: text;
}
navbar div.search:hover span {
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  -o-transform: translateX(40%);
  transform: translateX(40%);
}
navbar .ico-btn {
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 5px;
}
navbar .ico-btn.search-btn,
.ico-btn.clear-btn {
  padding: 3px;
  margin: 3px;
  opacity: 0;
  visibility: hidden;
}
navbar .ico-btn.clear-btn {
  margin-right: -30px;
  -webkit-animation: 0.3s SwiftSlideToRight cubic-bezier(0.21, 0.61, 0.36, 1) 0.2s;
  -o-animation: 0.3s SwiftSlideToRight cubic-bezier(0.21, 0.61, 0.36, 1) 0.2s;
  animation: 0.3s SwiftSlideToRight cubic-bezier(0.21, 0.61, 0.36, 1) 0.2s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
navbar div.search.focused.not-null.multi-char .ico-btn.clear-btn {
  margin-right: 0;
  opacity: 1;
  visibility: visible;
  -webkit-animation: 0.3s SwiftSlide cubic-bezier(0.21, 0.61, 0.36, 1);
  -o-animation: 0.3s SwiftSlide cubic-bezier(0.21, 0.61, 0.36, 1);
  animation: 0.3s SwiftSlide cubic-bezier(0.21, 0.61, 0.36, 1);
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  background: none;
  border: none;
}
navbar .ico-btn {
  -webkit-transition: all 0.2s cubic-bezier(0.21, 0.61, 0.36, 1);
  -moz-transition: all 0.2s cubic-bezier(0.21, 0.61, 0.36, 1);
  -ms-transition: all 0.2s cubic-bezier(0.21, 0.61, 0.36, 1);
  -o-transition: all 0.2s cubic-bezier(0.21, 0.61, 0.36, 1);
  transition: all 0.2s cubic-bezier(0.21, 0.61, 0.36, 1);
}
navbar div.search.focused.not-null .ico-btn.search-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  background: none;
  border: none;
}
/*Styling Tabs*/
navbar .tabs .navbar-body li.active a {
  color: #333;
}
navbar .tabs .navbar-body li {
  -webkit-transition: all 0.2s cubic-bezier(0.21, 0.61, 0.36, 1);
  -moz-transition: all 0.2s cubic-bezier(0.21, 0.61, 0.36, 1);
  -ms-transition: all 0.2s cubic-bezier(0.21, 0.61, 0.36, 1);
  -o-transition: all 0.2s cubic-bezier(0.21, 0.61, 0.36, 1);
  transition: all 0.2s cubic-bezier(0.21, 0.61, 0.36, 1);
}
navbar .tabs .navbar-body li:hover {
  background: transparent;
}
navbar .tabs .navbar-body li:active {
  background: transparent;
}
navbar .tabs .navbar-body li a:hover,
.tabs .navbar-body li a:active {
  background: transparent;
  color: #8fc24d;
}
/*Styling Tab Highlighter*/
navbar .tab-highlighter {
  height: 2px;
  width: 50px;
  margin-top: -2px;
  background: #000;
  position: absolute;
  -webkit-transition: all 0.6s cubic-bezier(0.21, 0.61, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.21, 0.61, 0.36, 1);
  -ms-transition: all 0.6s cubic-bezier(0.21, 0.61, 0.36, 1);
  -o-transition: all 0.6s cubic-bezier(0.21, 0.61, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.21, 0.61, 0.36, 1);
}
/*Keyframes*/
@keyframes SwiftSlide {
  100% {
    margin-right: 0;
    opacity: 1;
  }
}
@keyframes SwiftSlideToRight {
  100% {
    opacity: 0;
    margin-right: -30px;
  }
}
navbar .navbar-body {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
navbar div.navbar-start,
navbar div.navbar-end {
  flex: 1;
  -webkit-flex: 1;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  max-width: 150px;
  flex: 1;
  color: #fff;
  display: none;
}
navbar div.navbar-start .logo {
  opacity: 0.6;
  width: 30px;
}
navbar div.search .search-textbox {
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-align: start;
  color: rgba(0, 0, 0, 1);
  outline: none;
  -webkit-transition: all 0.5s cubic-bezier(0.21, 0.61, 0.36, 1);
  -moz-transition: all 0.5s cubic-bezier(0.21, 0.61, 0.36, 1);
  -ms-transition: all 0.5s cubic-bezier(0.21, 0.61, 0.36, 1);
  -o-transition: all 0.5s cubic-bezier(0.21, 0.61, 0.36, 1);
  transition: all 0.5s cubic-bezier(0.21, 0.61, 0.36, 1);
  cursor: pointer;
}
navbar .ico-btn.search-btn,
.ico-btn.clear-btn {
  padding: 3px;
  margin: 3px;
  opacity: 0;
  visibility: hidden;
}
navbar .container-fluid {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
navbar .nav {
  z-index: 2;
}
navbar .navbar-inverse {
  color: #000;
  background: #fff;
  border: none;
  min-height: 70px;
  max-height: 50px;
  height: 70px;
}
navbar .tabs {
  margin-top: 10px;
  z-index: 1;
  position: relative;
}
navbar .paper-shadow-bottom-z-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}
navbar .tabs .navbar-body {
  padding: 0;
  margin-bottom: 0;
}
/*navbar .v-flex .navbar-body {
	justify-content: flex-end;
}
*/
navbar .tabs .navbar-body li {
  -webkit-transition: all 0.2s cubic-bezier(0.21, 0.61, 0.36, 1);
  -moz-transition: all 0.2s cubic-bezier(0.21, 0.61, 0.36, 1);
  -ms-transition: all 0.2s cubic-bezier(0.21, 0.61, 0.36, 1);
  -o-transition: all 0.2s cubic-bezier(0.21, 0.61, 0.36, 1);
  transition: all 0.2s cubic-bezier(0.21, 0.61, 0.36, 1);
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
navbar .tabs .navbar-body {
  padding: 0;
  margin-bottom: 0;
}
navbar .navbar-body {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  position: relative;
}
navbar .tab-highlighter {
  height: 2px;
  width: 50px;
  margin-top: 25px;
  background: #000;
  position: absolute;
  -webkit-transition: all 0.6s cubic-bezier(0.21, 0.61, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.21, 0.61, 0.36, 1);
  -ms-transition: all 0.6s cubic-bezier(0.21, 0.61, 0.36, 1);
  -o-transition: all 0.6s cubic-bezier(0.21, 0.61, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.21, 0.61, 0.36, 1);
}

/* HOME */
.home {
  margin-bottom: 20px;
}
.home-grid .games {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-game {
  margin-top: 105px;
  padding: 0 6px;
  max-height: 380px;
  text-align: center;
}
.grid-game.col-xs-6 {
  width: 50%;
}
@media (min-width: 728px) {
  .grid-game.col-xs-6 {
    width: auto;
  }
}

/* CATEGORIES*/

.container.category {
  margin: 20px auto;
  padding: 0 20px 20px;
}

.selectors {
  display: flex;
  margin-top: 20px;
  justify-content: space-evenly;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .selectors {
    flex-direction: row;
  }
}

.pure-css-select-style {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .pure-css-select-style {
    max-width: 350px;
  }
}

/* LOGIN */
.form {
  background: #8bc34a;
  border: 1px solid #bdbdbd;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
}

.form h1,
.form h2 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}

.form h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.form input,
.form textarea,
.form input:focus,
.form textarea:focus {
  background: #76ae36;
  height: 44px;
  padding: 0 15px;
  border-radius: 0;
  border: none;
  margin: 0 auto;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  box-shadow: none;
}

.form textarea:focus {
  padding: 15px;
}
.form input::placeholder,
.form textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

.form input::-ms-input-placeholder,
.form textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.form textarea {
  min-height: 75px;
  max-height: 150px;
  padding: 15px;
}

.form .btn-login {
  margin-right: 6px;
  margin-left: 6px;
  margin-bottom: 30px;
  background: #ffffff;
  color: #333333;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(118, 174, 54, 0.75);
  -moz-box-shadow: 0px 3px 2px 0px rgba(118, 174, 54, 0.75);
  box-shadow: 0px 3px 2px 0px rgba(118, 174, 54, 0.75);
  border: none;
  padding: 10px 30px;
  width: 100%;
}

/* @media (min-width: 998px){
    .form .btn-login {
        max-width: 220px;
    }
} */

/* TERMS */

.container.terms {
  margin: 35px auto;
}

/* FOOTER */
footer {
  padding: 15px 0 30px;
  margin-top: 100px;
}
footer h2 {
  color: #fff;
  font-size: 20px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 50px;
}
footer h2:before {
  content: "";
  height: 3px;
  width: 45px;
  background: #8fc24d;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 1;
}
footer p,
footer a,
footer li,
footer li a,
footer p.terms a,
footer li a:hover {
  color: #fff;
  font-weight: 400;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer li {
  list-style: none;
}
footer .dropdown-divider {
  margin: 20px 0;
  border-top: 1px solid #46555c;
}
footer p.copy,
footer p.terms {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}

footer p.terms {
  margin-bottom: 0;
}

#buttons-login {
  display: flex;
  flex-flow: row;

  padding: 0%;
  margin: 0%;
}

a#subscription-Button:hover {
  text-decoration: none !important;
}
