@font-face {
  font-family: 'Hind Bold';
  src: url('../fonts/Hind-Bold.ttf?v=1');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Hind Medium';
  src: url('../fonts/Hind-Medium.ttf?v=1');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Hind SemiBold';
  src: url('../fonts/Hind-SemiBold.ttf?v=1');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Poppins Light';
  src: url('../fonts/Poppins-Light.ttf?v=1');
  font-weight: normal;
  font-style: normal; }

body {
  background-color: #f9fafd;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
  padding-top: 67px; }

body .content {
  padding-top: 10px; }

.navigation {
  background-color: #fff;
  border-bottom: 0.5px solid #57aedc;
  font-size: 15px;
  height: 68px;
  margin-top: -2px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase; }

.navigation .logo .mobile {
  display: none;
  max-height: 80px;
  max-width: 80px; }

.navigation .logo .desktop {
  float: left; }

.search-modal {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

.search input[type="text"] {
  background-color: transparent;
  border: none;
  border-bottom: 0.5px solid #f9fafd;
  color: #f9fafd;
  display: block;
  float: left;
  font-size: 0.9em;
  font-weight: 100;
  letter-spacing: 0.5px;
  outline: none;
  padding-left: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 18em; }

.search input[type="text"]::placeholder {
  color: #f9fafd; }

.search input[type="text"]:focus {
  box-shadow: none; }

.search {
  font-size: 14px; }

.search-results {
  background-color: #f9fafd;
  border: #3fabd9 solid 0.5px;
  display: grid;
  padding: 1.3em 2em;
  width: 27em;
  margin: auto; }

.search .btn-search {
  width: 9em; }

.search-img {
  width: 30px; }

.search-category {
  color: #58585a;
  float: right;
  font-size: 0.75em;
  margin-top: 0.7em;
  text-align: left;
  width: 30%; }

.filter {
  background-color: #f9fafd;
  border-left: 0.5px solid #57aedc;
  border-right: 0.5px solid #57aedc;
  color: #e45d33;
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.glyphicon-search {
  margin-right: 5px;
  margin-top: 2px; }

.filter-arrow {
  color: #515153;
  font-size: 16px; }

.filter-arrow-mobile:after {
  display: inline-block;
  content: "\00d7";
  color: #828b95;
  font-size: 35px;
  position: absolute;
  top: 7px;
  right: 23px; }

.filter-arrow-mobile {
  color: #515153;
  font-size: 16px;
  display: none; }

.back-to-games {
  background: url('/templates/bootstrap4/images/back-to-games.svg') no-repeat;
  background-size: 24px 24px;
  background-position: 0px;
  padding-left: 30px;
  color: #e45d33; }

.filter.navigation.collapsed .filter-arrow {
  display: inline !important; }
  .filter.navigation.collapsed .filter-arrow-mobile {
    display: none; }

.filter.navigation .filter-arrow {
  display: none; }
  .filter.navigation .filter-arrow-mobile {
    display: inline; }

.filter-bottom-border.show {
  display: block !important; }
/*
 {margin-top: 320.6px;}
 */
.add-new {
  height: 48px;
  width: 48px;
  padding-bottom: 3px; }

.create-new {
  text-align: left;
  color: #e45d33; }

* {
  box-sizing: border-box; }

.user-menu-x-btn {
  margin-top: -47px;
  position: fixed;
  z-index: 1040;
  right: 15px;
  cursor: pointer;
  transition: left 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91); }
  .user-menu-x-btn div {
    width: 30px;
    height: 3px;
    margin-bottom: 5px;
    border-radius: 1px;
    background-color: #3fabd9;
    transition: transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91), opacity 500ms, background-color 250ms; }

.user-menu-x-btn.active {
  right: 15px;
  z-index: 1115; }
  .user-menu-x-btn.active div {
    background-color: white; }
  .user-menu-x-btn.active .user-menu-x-btn-top {
    transform: translateY(8px) rotate(-135deg); }
  .user-menu-x-btn.active .user-menu-x-btn-middle {
    opacity: 0;
    transform: rotate(135deg); }
  .user-menu-x-btn.active .user-menu-x-btn-bottom {
    transform: translateY(-8px) rotate(-45deg); }

#loginModal .user-menu-x-btn {
  margin-top: 15px; }

#loginModal .user-menu-x-btn.active div {
  background-color: #828b95; }

.dropdown-menu {
  display: none;
  position: fixed !important;
  background-color: transparent;
  transform: translate(-250px) !important;
  top: 20px !important;
  color: #f9fafd;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  opacity: 0;
  display: block;
  transition: all 350ms cubic-bezier(0.6, 0.05, 0.28, 0.91); }

.dropdown-menu a:hover {
  background-color: transparent !important; }

.dropdown-menu .heading {
  margin-bottom: 50px;
  font-size: 16px;
  padding: 0 26px 0 0;
  float: left; }

.dropdown-menu .back-btn {
  float: left;
  font-size: 40px;
  font-weight: bold;
  margin-top: -15px;
  padding: 0 10px 50px 20px;
  cursor: pointer;
  height: 50px;
  line-height: 45px;
  transform: translate(0, 6px);
  -webkit-transform: translate(0, 6px); }

.dropdown-toggle::after {
  display: none; }

.dropdown-toggle .menu-glyph {
  display: inline-block;
  height: 0;
  margin-left: 10px;
  margin-top: -5.6px;
  font-size: 2em;
  transform: translate(0, 3px);
  -webkit-transform: translate(0, 3px); }

.dropdown.show .dropdown-menu {
  display: none;
  opacity: 1; }

.box-content {
  transition: all 350ms cubic-bezier(0.6, 0.05, 0.28, 0.91); }

.box-content > div {
  float: left; }

.dropdown-active .box-content {
  transform: translate(250px); }

.dropdown-active .dropdown-menu {
  opacity: 1; }
/* Rating virsraksts */
.rating-title {
  font-family: SourceSansPro;
  color: #3fabd9;
  text-transform: uppercase;
  font-size: 16px; }
/* Nosaka rating "kastes" izmērus */
.rating-box {
  height: 15px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  display: table; }

.remove-rating {
  position: absolute;
  display: none; }

.ratings.user-voted:hover .remove-rating {
  display: block; }

[class*='close-'] {
  color: #3fabd9;
  font: 15px/100% arial, sans-serif;
  position: absolute;
  right: -10px;
  text-decoration: none;
  font-weight: bold;
  top: 3px; }

[class*='close-']:hover {
  font: 18px/100% arial, sans-serif;
  top: 1px;
  right: -11px; }

.close-thik:after {
  content: '✖'; }

.ratings {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-left: 5px; }

.rating-icon {
  width: 15% !important;
  height: 100%;
  margin-right: 0.3%;
  margin-left: 0.3%;
  padding: 0; }

.rating-title-desktop {
  margin-top: 0 !important; }

.inputform textarea {
  border: 1px solid #40abd7;
  font-size: 2.5em; }

.create-new {
  text-decoration: none; }

.burgerLogo {
  margin-top: -1px;
  margin-left: -1px; }

.burgerLogo img {
  width: 34px;
  height: 32px;
  margin-left: 25px; }

.user-menu-x-btn, .user-menu-x-btn * {
  will-change: transform; }

.user-menu-x-btn.dropdown-active {
  display: none; }

.user-ratings {
  background-size: contain !important;
  float: left;
  padding: 10px;
  width: 20px;
  position: relative; }

.user-ratings, div[class^='rating-over'], div[class*=' rating-over'] {
  transition: all 0.75s; }

.games-reviews {
  width: 100%;
  height: 40px; }

.games-rating {
  margin: auto;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 25%;
  padding-right: 18%; }

.rate_1 {
  background: url('/images/new-dice-1-off.svg') no-repeat;
  position: relative;
  cursor: pointer; }

.rate_2 {
  background: url('/images/new-dice-2-off.svg') no-repeat;
  position: relative;
  cursor: pointer; }

.rate_3 {
  background: url('/images/new-dice-3-off.svg') no-repeat;
  position: relative;
  cursor: pointer; }

.rate_4 {
  background: url('/images/new-dice-4-off.svg') no-repeat;
  position: relative;
  cursor: pointer; }

.rate_5 {
  background: url('/images/new-dice-5-off.svg') no-repeat;
  position: relative;
  cursor: pointer; }

.rate_6 {
  background: url('/images/new-dice-6-off.svg') no-repeat;
  position: relative;
  cursor: pointer; }

.rating-over1 {
  background: url('/images/new-dice-1-on.svg') no-repeat;
  position: relative;
  cursor: pointer; }

.rating-over2 {
  background: url('/images/new-dice-2-on.svg') no-repeat;
  position: relative;
  cursor: pointer; }

.rating-over3 {
  background: url('/images/new-dice-3-on.svg') no-repeat;
  position: relative;
  cursor: pointer; }

.rating-over4 {
  background: url('/images/new-dice-4-on.svg') no-repeat;
  position: relative;
  cursor: pointer; }

.rating-over5 {
  background: url('/images/new-dice-5-on.svg') no-repeat;
  position: relative;
  cursor: pointer; }

.rating-over6 {
  background: url('/images/new-dice-6-on.svg') no-repeat;
  position: relative;
  cursor: pointer; }

.blank.rating-over1 {
  background: url('/images/new-dice-1-off.svg') no-repeat; }

.blank.rating-over2 {
  background: url('/images/new-dice-2-off.svg') no-repeat; }

.blank.rating-over3 {
  background: url('/images/new-dice-3-off.svg') no-repeat; }

.blank.rating-over4 {
  background: url('/images/new-dice-4-off.svg') no-repeat; }

.blank.rating-over5 {
  background: url('/images/new-dice-5-off.svg') no-repeat; }

.blank.rating-over6 {
  background: url('/images/new-dice-6-off.svg') no-repeat; }

.rating-box img {
  height: 20px;
  width: 20px; }

.inner {
  margin-left: 0;
  width: 100%;
  border-bottom: solid 1px #3fabd9;
  border-top: solid 1px #3fabd9; }

.add-rating-box {
  margin-bottom: 20px;
  margin-top: 20px; }
  .add-rating-box .rating-icon {
    width: 7% !important;
    margin-left: 7px; }

.add-ratings-title {
  margin: auto;
  text-transform: uppercase;
  font-size: 14px; }

.add-ratings-title span {
  float: right; }

.draft-publishbtn {
  cursor: pointer;
  display: inline-block;
  width: 25.7em;
  height: 5em;
  border-radius: 1em;
  margin: 0 10px;
  margin-top: 8.6em;
  margin-bottom: 5em;
  flex: auto; }

.draftbtn {
  background-color: #56b647; }

.previewbtn {
  background-color: #3fabd9; }

.publishbtn {
  background-color: #e45d33; }

.upload-imgbtn {
  cursor: pointer;
  display: inline-block;
  width: 25.7em;
  height: 5em;
  border-radius: 1em;
  margin-bottom: 5em;
  margin-left: 15em;
  background-color: #3fabd9;
  margin-top: 20px;
  color: white;
  z-index: 5; }

.cover-img {
  display: block;
  margin: auto; }

.btn-text {
  font-size: 1.6rem;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase; }

.form-inline {
  width: 100%; }

.hex-container .hex-background {
  transition: all linear 0s;
  height: 12em;
  width: 8.3em;
  z-index: 1;
  position: absolute;
  border-radius: 1.75em;
  border-width: 2px 0; }

.type-form .hex-background {
  border-width: 2px 0; }

.type-legend-box {
  display: inline-block; }

.type-legend-text {
  display: inline-block; }

.type-legend-icon {
  width: 15px;
  height: 15px;
  margin: auto 5px;
  border-radius: 50%;
  display: inline-block; }

.type-legend-icon.primary {
  border: solid 1px #e45d33;
  background-color: #e45d33; }

.type-legend-icon.secondary {
  border: solid 1px #3fabd9;
  background-color: #3fabd9; }

.hex-content-1 {
  transition: all linear 0s;
  transform: translate(-2.5em, -1.7em) rotate(60deg);
  -webkit-transform: translate(-2.5em, -1.7em) rotate(60deg); }

.hex-content-2 {
  transition: all linear 0s;
  transform: translate(-2.5em, -1.7em);
  -webkit-transform: translate(-2.5em, -1.7em); }

.hex-content-3 {
  transition: all linear 0s;
  transform: translate(-2.5em, -1.7em) rotate(-60deg);
  -webkit-transform: translate(-2.5em, -1.7em) rotate(-60deg); }

.hex-content-text {
  transition: all linear 0s !important;
  transform: translate(-5.5em, -1.7em);
  -webkit-transform: translate(-5.5em, -1.7em); }
/*solid blue*/
.hex-background-edited {
  border-style: solid;
  border-color: #3fabd9;
  background-color: #3fabd9; }

.hex-background-optional {
  border-style: solid;
  border-color: #3fabd9;
  background-color: #3fabd9; }
/*solid blue end*/
/*no fill, blue border*/
.hex-background-unedited {
  border-style: solid;
  border-color: #3fabd9; }

.hex-background-required {
  border-style: solid;
  border-color: #3fabd9; }
/*no fill, blue border end*/
.hex-background-selected, .hex-background-edited.first {
  border-style: solid;
  border-color: #e45d33;
  background-color: #e45d33; }

.hex-background-disabled {
  border-style: solid;
  border-color: gray;
  border-width: 0.4em 0;
  border-radius: 2.2em;
  background-color: gray; }

.hex-required {
  color: #3fabd9 !important; }

.hex-unedited {
  color: #3fabd9 !important; }

.form-list-mob {
  justify-content: space-evenly;
  display: flex;
  padding: 0; }

.form-btn-mob div {
  position: absolute;
  width: 12px;
  height: 12px;
  vertical-align: middle; }

.form-btn-mob-selected div {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: -4px 0px 0 -4px; }

.formbtn-background {
  border: 1px solid;
  border-radius: 50%; }

.form-btn-mob-edited .formbtn-background {
  border-color: #3fabd9;
  background-color: #3fabd9; }

.hex-textbox-mob.left-transition.ng-hide {
  opacity: 0;
  margin-left: 0px;
  width: 0;
  height: 0;
  font-size: 0em; }

.hex-textbox-mob.right-transition.ng-hide {
  opacity: 0;
  margin-left: 300px;
  font-size: 0; }

.form-btn-mob-unedited .formbtn-background {
  border-color: #3fabd9; }

.hex-textbox-mob {
  transition: all linear 0.4s;
  font-size: 1em;
  position: absolute;
  width: 45em;
  height: 47em;
  background: url(/images/com_spele/assets/hex-empty.svg);
  background-size: 200%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 4em 9em;
  opacity: 100%; }

.hex-text-mob {
  color: #3fabd9;
  font-size: 6.75em;
  text-transform: uppercase;
  text-align: center;
  padding: 2.7em 0; }

.next-prev-area {
  width: 100%;
  position: fixed;
  z-index: 5;
  background-color: #f9fafd;
  height: 8em;
  bottom: 0;
  left: 0;
  padding: 0 15px; }

.next-prev-area h4 {
  color: #3fabd9;
  margin-top: 60px;
  text-align: center; }

.next-prev-area-background {
  width: 60px;
  height: 55px;
  background-size: 950% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin-bottom: 10em; }

.prevbtn {
  float: left;
  background: url('/images/com_spele/assets/prev-button.svg'); }

.nextbtn {
  float: right;
  background: url('/images/com_spele/assets/next-button.svg'); }

.inputform textarea {
  padding: 10px;
  border: 1px solid #40abd7;
  font-size: 2.5em; }

.glyphicon .tooltip-text {
  display: none;
  z-index: 2;
  position: absolute;
  margin-top: 2em;
  margin-left: -1em;
  padding: 4px 4px 4px 4px;
  background-color: white;
  border: 1px solid;
  font-family: 'Roboto', sans-serif;
  font-weight: normal; }

.glyphicon:hover .tooltip-text {
  display: inherit; }

.modal-header {
  border-bottom: none;
  display: block !important; }

.modal-open #box.active {
  right: -250px; }

.close {
  padding-bottom: 60px !important;
  opacity: 5;
  width: 50px;
  height: 60px;
  position: relative; }

.close:after {
  content: '';
  height: 40px;
  border-left: 4px solid #fff;
  position: absolute;
  transform: rotate(45deg);
  left: 28px; }

.close:before {
  content: '';
  height: 40px;
  border-left: 4px solid #fff;
  position: absolute;
  transform: rotate(-45deg);
  left: 28px; }

.modal-footer {
  text-align: center !important;
  display: block; }

.modal a {
  display: block;
  width: 100%;
  margin-bottom: 3px; }

.gamesinfo .modal-dialog .modal-header {
  display: contents; }

.gamesinfo .button-cont {
  top: 105px; }

.gamesinfo .ctrl-button {
  border-radius: 0px 7px 7px 0px;
  margin-top: 5px; }

.modal-error {
  color: #fff;
  background: #f10606;
  padding: 15px 0; }

.modal-success {
  color: #fff;
  background: #3fabd9;
  padding: 15px 0; }

.modal .g-recaptcha iframe {
  margin-left: -130px;
  transform: scale(0.9);
  -webkit-transform: scale(0.9); }

.modal .hasPopover {
  display: none; }

ul.menu {
  list-style-type: none;
  padding-left: 0px;
  padding-top: 10px; }

ul.menu li {
  list-style-type: none;
  padding-left: 0px;
  padding-bottom: 20px;
  line-height: 3rem; }

ul.menu li a {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  padding: 0px 26px;
  color: #f9fafe;
  text-decoration: none;
  transition: all 250ms;
  text-align: left;
  font-weight: normal; }

ul.menu li a:hover, ul.menu li.current a {
  color: #e45d33;
  font-weight: bold; }

.navigation.collapsed .container {
  margin-top: 0; }
/*transition: top .35s ease;*/
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(359deg); } }

.button-cont {
  position: absolute;
  left: 0px;
  top: 35px;
  width: 100%;
  z-index: 1; }

.ctrl-button {
  background-color: #3fabd9;
  color: white;
  font-size: 1.2rem;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 5px 30px 5px 30px;
  margin-right: 25px;
  min-width: 90px;
  transition: all 0.75s; }

.ctrl-button.publish {
  background-color: #5ab547;
  margin-right: 150px; }

.ctrl-button:hover {
  background-color: #5ab547; }

.ctrl-button.unpublish {
  background-color: #e45d33;
  margin-right: 110px; }

.game.card .ctrl-button.delete {
  background-color: #e45d33;
  margin-right: 0px;
  border-radius: 7px 0px 0px 7px; }

.game.card .ctrl-button {
  border-radius: 0px 7px 7px 0px;
  margin-top: 5px; }

.ctrl-button.last {
  margin-right: 0px; }

.greeting-cont {
  margin-top: -54px;
  position: fixed;
  z-index: 1040;
  right: 85px;
  width: 35px;
  height: 35px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  line-height: 1.42857;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  font-size: 20px;
  padding: 8px 0px 5px 0px;
  text-align: center;
  cursor: pointer;
  background-color: gray; }

.greeting-cont.active {
  padding: 4px 0px 5px 0px;
  background-color: #3fabd9; }

.greeting-cont > img {
  margin-right: auto;
  margin-left: auto; }

.greeting-cont > img {
  display: block;
  height: auto;
  max-width: 45%;
  width: 15px; }

.user-menu {
  text-align: center;
  background-color: #727274;
  padding-top: 20px;
  padding-bottom: 40px; }

.user-nav a {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  transition: 0.3s; }

.user-nav a:hover {
  color: #e45d33; }

.user-nav.guest img {
  width: 40px;
  margin-top: 12px; }

.photo-cont {
  border: 3px solid #e45d33;
  border-radius: 100%;
  height: 85px;
  width: 85px;
  margin: 0em auto 1.5em;
  object-fit: cover; }

.greeting-text {
  letter-spacing: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.login-btn-cont, .sign-up-btn-cont {
  width: 50%;
  float: left;
  letter-spacing: 1px; }

.login-btn-cont {
  text-align: right;
  padding-right: 10px;
  border-right: 1px solid white; }

.sign-up-btn-cont {
  text-align: left;
  padding-left: 10px; }

.logout-btn-cont {
  float: left;
  text-align: center;
  letter-spacing: 1px;
  width: 100%; }

.burger-user-menu-toggle {
  border: 2px solid #e45d33;
  margin-left: 25px;
  margin-top: -2px;
  width: 35px;
  height: 35px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  line-height: 1.42857;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 6px 0px 5px 0px;
  text-align: center;
  cursor: pointer; }

.burger-user-menu-toggle img {
  display: block;
  height: auto;
  max-width: 45%;
  width: 15px;
  margin-right: auto;
  margin-left: auto; }

.burger-user-menu-toggle.collapsed {
  border: 2px solid #fff; }

.burger-user-menu-toggle:hover {
  border: 2px solid #e45d33; }

.msg {
  text-align: center;
  width: 100%;
  padding-top: 15px;
  color: #3fabd9; }

.collapsed#userMenuBurgerBtn {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.25s, opacity 0.2s linear; }

.item {
  padding-bottom: 20px; }

.filter {
  min-width: 123px;
  border-bottom: 1px; }

#games.row {
  width: 110%; }
/*==================== @media ====================*/
/* container defaults:
 @media (min-width: 1200px).container {max-width: 1140px;}
 @media (min-width: 992px).container {max-width: 960px;}
 @media (min-width: 768px).container {max-width: 720px;}
 @media (min-width: 576px).container {max-width: 540px;}
 .container {margin-right: auto;margin-left: auto;padding-right: 15px;padding-left: 15px;width: 100%;}
 */
@media (max-width: 320px) {
  .gamesbox.card {
    min-width: 300px; } }

@media (min-width: 360px) {
  #create-btn-mobile {
    display: none; }

  #filter-mobile {
    display: none; }

  p#imageRuleText.rule-text {
    font-size: 18px;
    padding-left: 0px !important; } }

@media (max-width: 400px) {
  .filter {
    min-width: 81px !important; } }

@media screen and (max-width: 480px) {
  #searchModal .modal-body {
    width: 30em; }

  #searchModal .form-control {
    font-size: 16px; }

  .search input[type="text"] {
    width: 100%; }

  #searchModal .title {
    padding-top: 8px; }

  .search-results {
    width: 19.3em; }

  .search-category {
    font-size: 0.5em;
    width: 25%;
    margin-top: 1.1em; }

  .search .btn-search {
    margin-top: 30px; } }

@media screen and (max-width: 520px) {
  .filter {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px; }

  .filter-arrow {
    font-size: 14px; }

  .filter-arrow-mobile {
    font-size: 12px; } }

@media screen and (min-width: 576px) {
  #nav-row {
    max-width: 95%; }

  #games.row {
    width: 105.5%; } }

@media screen and (max-width: 640px) {
  body {
    overflow: hidden; }

  #newGame {
    margin-bottom: 8em;
    margin-left: auto; }

  .type-form li {
    margin-top: -20em;
    margin-left: -6em; }

  .form-inline {
    margin-bottom: 40px; }

  .form-box {
    transition: all linear 0.4s;
    opacity: 1; }

  .form-box.non-slider {
    opacity: 1;
    font-size: 1em;
    margin-left: 0;
    margin-top: 0; }

  .hex-content-1 {
    transition: all linear 0s;
    transform: translate(0, 4em) rotate(60deg);
    -webkit-transform: translate(0, 4em) rotate(60deg); }

  .hex-content-2 {
    transition: all linear 0s;
    transform: translate(0, 4em);
    -webkit-transform: translate(0, 4em); }

  .hex-content-3 {
    transition: all linear 0s;
    transform: translate(0, 4em) rotate(-60deg);
    -webkit-transform: translate(0, 4em) rotate(-60deg); }

  .hex-content-text {
    transition: all linear 0s !important;
    transform: translate(-3em, 4em);
    -webkit-transform: translate(-3em, 4em); }

  .ng-hide .form-box.non-slider.left-transition {
    font-size: 0; }

  .ng-hide .form-box.non-slider.right-transition {
    font-size: 0;
    margin-left: 290px; }

  .ng-hide .form-box.left-transition {
    opacity: 0; }

  .ng-hide .form-box.right-transition {
    opacity: 0; }

  body {
    overflow-y: scroll !important; }

  #url-div {
    flex-direction: column;
    align-items: center; }

  .draft-publishbtn {
    margin: 10px 10px;
    max-width: 250px;
    width: 75%;
    left: 20px;
    right: 20px; }

  .invis {
    margin-top: 0 !important; } }

@media screen and (min-width: 768px) {
  p#imageRuleText.rule-text {
    font-size: 22px;
    padding-left: 0px !important; }

  #logo {
    padding-left: 0px;
    margin-left: -1px; }

  .user-menu-x-btn {
    right: 40px; }

  #search {
    margin-left: -40px; } }

@media (max-width: 768px) {
  .back-to-games {
    padding-left: 25px; }

  #top-nav {
    padding: 0; }

  .add-new {
    margin: auto;
    line-height: 65px; }

  #create-link.add-new img {
    transform: scale(0.8, 0.8); }

  .filter-arrow-mobile {
    display: block; }

  #burgerSearch {
    display: block; }

  .draft-pusblish-area {
    width: 100%; }

  #url-div {
    flex-direction: row;
    margin-bottom: 80px; }

  .cover-img {
    margin-bottom: 20px; }

  .navigation .logo {
    padding-left: 15px; }

  div#create-btn {
    padding: 0px;
    text-align: center;
    padding-left: 0px !important; }

  div#search {
    padding: 0px; }

  .d-none {
    display: block !important; } }

@media (max-width: 767px) {
  .filter-arrow-mobile:after {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 20px; } }

@media screen and (min-width: 993px) {
  .navigation {
    font-size: 16px; } }

@media (max-width: 992px) {
  .navigation .logo .mobile {
    display: block;
    height: 55px;
    width: 55px; }

  .navigation .logo .desktop {
    display: none;
    height: 55px;
    width: 55px; }

  .navigation .logo {
    padding-left: 15px; }

  .gamesinfo .button-cont {
    top: 90px; } }

@media (max-width: 1180px) {
  .user-menu-x-btn {
    right: 15px !important; }

  .greeting-cont {
    right: 60px !important; } }

@media screen and (max-width: 576px) {
  .create-new {
    display: none !important; }

  .logo {
    padding-left: 12px !important;
    padding-right: 12px !important; } }

@media screen and (max-width: 632px) and (min-width: 520px) {
  .filter {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px; }

  .create-new {
    font-size: 12px; }

  .filter-arrow {
    font-size: 14px; }

  .filter-arrow-mobile {
    font-size: 12px; } }

@media screen and (max-width: 360px) {
  #box {
    min-height: 750px; } }

@media screen and (max-width: 1130px) and (min-width: 992px) {
  .filter {
    font-size: 14px; } }

@media screen and (max-width: 1010px) and (min-width: 992px) {
  .filter-arrow-mobile:after {
    margin-left: auto;
    margin-right: auto;
    top: 20px;
    left: 0;
    right: 0; } }

@media screen and (max-width: 992px) {
  .add-new {
    height: 38px;
    width: 38px; } }

@media screen and (max-width: 480px) {
  .gamesinfo .button-cont {
    top: 0px; } }
/*==================== ID ====================*/
#nav-bar {
  padding: 0 0 0 0;
  margin-left: -1px;
  margin-right: -1px;
  border-radius: 0px; }

#nav-dropdown {
  line-height: 95px; }

#searchModal {
  background-color: rgba(88, 88, 90, 0.9);
  z-index: 10000; }

#searchModal .modal-body {
  margin: auto;
  max-width: 41em;
  width: 100%; }

#searchModal a {
  padding-top: 10px; }

#searchModal .title {
  color: #58585a;
  float: left;
  width: 70%;
  text-align: left;
  line-height: initial;
  padding-top: 5.5px; }

#searchModal .title .match {
  color: #e45d33; }

#searchModal #cross-btn {
  height: 0;
  margin: 0;
  position: fixed;
  z-index: 1; }

#searchModal #cross {
  float: right;
  height: 3em;
  margin: 2em;
  width: 3em; }

#searchModal #cross div {
  border-bottom: 3px white solid;
  margin-top: 1.4em;
  position: absolute;
  width: inherit; }

#searchModal #left-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

#searchModal #right-left {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }
/*.filter-container{margin-top: 9px;}*/
#filter {
  margin-top: 66px;
  padding-left: 0px;
  padding-right: 0px;
  position: fixed;
  z-index: 1000;
  background-color: #f9fafd;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  left: 0;
  top: 0;
  text-align: left;
  text-transform: none;
  font-size: 12px; }

#userMenuBurgerBtn div {
  width: 25px;
  height: 3px;
  margin-bottom: 5px;
  border-radius: 1px; }

input.form-control {
  font-size: 15px; }

#logo img {
  transform: scale(0.8, 0.8); }

#loginModal.modal {
  z-index: 1041; }

#box {
  position: fixed;
  z-index: 1114;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0px;
  right: -250px;
  width: 250px;
  opacity: 0;
  padding: 15px 0px;
  height: 100%;
  background-color: #58585a;
  color: #f9fafe;
  transition: all 350ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
  text-transform: uppercase; }

#box.active {
  right: 0px;
  opacity: 0.95; }

#box input {
  background-color: #58585a;
  border-color: white;
  font-weight: 100;
  padding-bottom: 4px; }

#box {
  /* WebKit, Blink, Edge */ }
  #box input[type="text"]::-webkit-input-placeholder {
    color: #f9fafe; }
  #box input[type="text"]:focus::-webkit-input-placeholder {
    color: #f9fafe; }
  #box input[type="text"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #f9fafe;
    opacity: 1; }
  #box input[type="text"]:focus:-moz-placeholder {
    color: #f9fafe;
    opacity: 1; }
  #box input[type="text"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #f9fafe;
    opacity: 1; }
  #box input[type="text"]:focus::-moz-placeholder {
    color: #f9fafe;
    opacity: 1; }
  #box input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #f9fafe; }
  #box input[type="text"]:focus:-ms-input-placeholder {
    color: #f9fafe; }

#burgerSearch {
  margin-left: 25px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px !important; }

#items {
  margin-top: 10px;
  width: 100%; }

#create-link {
  text-decoration: none;
  color: #3fabd9; }

#box {
  will-change: transform, opacity; }

#url-div {
  display: flex; }

#registerModal .modal-dialog {
  max-width: 325px;
  margin: 30px auto;
  background: #f9fafe;
  border: 10px solid #f9fafe;
  outline: 1px solid #e0e7ed; }

#registerModal .modal-dialog .modal-content {
  background: #fefefe;
  border-radius: 10px;
  border: 1px solid #e0e7ed; }

#registerModal .well {
  min-height: 20px;
  padding: 0;
  margin-bottom: 20px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#registerModal input {
  text-align: center;
  border: 0;
  border-bottom: 1px solid #cbecf5;
  text-align: center;
  padding: 0.5rem 0.75rem;
  font-size: 15px;
  width: 170px; }

#registerModal img {
  margin-bottom: 10px; }

#registerModal .controls .btn-primary {
  width: 100%;
  height: 30px;
  border-radius: 6px;
  background-color: #e5582d;
  margin: 30px 0 15px 0; }

#registerModal .controls .btn-primary:hover {
  border: none !important; }

#registerModal .controls .btn-primary:focus {
  box-shadow: none !important; }

#modal-notification {
  width: 100%;
  height: auto;
  position: fixed;
  text-align: center;
  top: 0;
  z-index: 2000; }

#modal-notification div {
  margin-bottom: 5px;
  width: auto; }

#modal-notification h1 {
  font-size: 15px; }

#user-menu ul.menu {
  padding-top: 0px; }

#search input, #burgerSearch input {
  display: none; }
/*Loader*/
#loader-img {
  -webkit-animation: rotation 1.5s infinite ease;
  width: 50px;
  height: 50px;
  top: 130px;
  position: absolute;
  left: 50%; }

#loader {
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  position: fixed;
  padding: 0;
  background-color: #f9fafd;
  opacity: 0.8;
  z-index: 10000;
  text-align: center;
  display: none; }

#newGame #loader {
  position: fixed;
  top: 65px;
  z-index: 1000; }

#filter-inner {
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }

#user-menu ul.menu li {
  padding-bottom: 3px;
  padding-top: 3px;
  text-align: center;
  background-color: #727274;
  margin-top: 2px; }

#userMenuBurgerBtn {
  margin-top: inherit;
  transition-delay: 0.5s; }

.games-info.col-lg-4 {
  flex: 0 0 33.21%; }

.games-info.col-6 {
  flex: 0 0 49.8%; }

#nav-row {
  width: 100%; }

#box {
  min-height: 500px; }

#jc {
  padding-top: 25px; }

#jc > span {
  display: none; }

#jc .grippie {
  display: none; }

#jc .rbox {
  border: none; }

#jc .rbox div {
  color: #777;
  display: inline;
  font-size: 12px;
  font-weight: 400; }

#jc #comments > span {
  display: none; }

#jc #comments-footer {
  display: none; }

#jc #comments-form-message {
  font-size: 12px; }

#jc #comments .comment-author {
  border: none;
  color: #777;
  font-size: 12px;
  font-weight: 400; }

#jc #comments .comments-list {
  margin: auto;
  max-width: 400px;
  width: 350px; }

#jc #comments #comments-list-footer {
  display: none; }

#jc #comments .comment-anchor {
  display: none; }

#jc #comments .comment-date {
  display: none; }

#jc #comments-form p {
  margin-left: auto !important; }

#jc #comments-form textarea {
  display: block;
  margin: auto;
  border-radius: 4px;
  border: solid #57aedc 0.5px;
  font-size: 12px;
  padding: 10px 12px !important;
  max-width: 350px !important;
  width: 80%; }

#jc #comments-form textarea:focus {
  background-color: transparent !important; }

#jc #comments-form textarea::placeholder {
  font-size: 12px; }

#jc #comments-form #comments-form-buttons {
  display: block;
  max-width: 350px;
  margin: auto !important;
  width: 80%; }

#jc #comments-form #comments-form-buttons .btn {
  background-color: #57aedc;
  background-image: none;
  border: none;
  float: right;
  height: 30px;
  margin: 10px 0 30px 0;
  width: 95px;
  border-radius: 10px;
  padding: 4px !important;
  text-transform: uppercase; }

#jc #comments-form #comments-form-buttons .btn a {
  color: #f9fafd; }

#jc #comments-form #comments-form-buttons .btn > div {
  background-image: none;
  width: 100%; }

#comments-form p, #comments-report-form p, #comments-form span, #comments-form .counter {
  font-family: 'Roboto', sans-serif; }

#comments-form p, #comments-form #comments-form-buttons, #comments-form #comments-form-error, #comments-form #comments-form-captcha-holder {
  font-family: 'Roboto', sans-serif; }
/*==================== Safari fix ====================*/
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    .gamesbox.col-lg-4 {
      flex: 0 0 99%; }

    @media screen and (max-width: 480px) {
      #searchModal .form-control {
        font-size: 16px; }

      .tags-input {
        font-size: 16px; }

      tags-input .autocomplete {
        margin-top: 90px; }

      .tags-add {
        float: right;
        margin-right: 23px;
        margin-top: 15px; }

      .type-form {
        margin-top: 161.5px; }

      #newGame .inputform textarea {
        font-size: 16px !important;
        height: 6em;
        width: 100%; }

      .description-title, .var-title {
        padding-bottom: 11px; } }

    @media screen and (max-width: 991px) {
      body.modal-open {
        position: fixed; }

      input.form-control {
        font-size: 16px; } }

    @media (min-width: 576px) {
      .gamesbox.col-lg-4 {
        flex: 0 0 49%; } }

    @media (min-width: 992px) {
      .gamesbox.col-lg-4 {
        flex: 0 0 33.2%; } } } }
