@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/icomoon.eot?ab3weq');
  src:  url('../fonts/icomoon/icomoon.eot?l15217#ab3weq') format('embedded-opentype'),
  url('../fonts/icomoon/icomoon.ttf?ab3weq') format('truetype'),
  url('../fonts/icomoon/icomoon.woff?ab3weq') format('woff'),
  url('../fonts/icomoon/icomoon.svg?ab3weq#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-spinner1:before {
  content: "\e901";
}
.icon-spinner:before {
  content: "\e900";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  color: #222;
  font-size: 62.5%;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

figure {
  margin: 1em 0;
  text-align: center;
}

figcaption {
  text-align: center !important;
  font-size: 1.4rem;
  font-family: Arial, sans-serif;
  color: #828282;
  max-width: 400px;
  margin: 10px auto 0 auto;
}
figcaption .public-DraftStyleDefault-ltr {
  text-align: inherit;
}
figcaption:before{
  color: #b3b3b1;
  content: attr(data-placeholder);
  transform: translateX(-50%);
  position: absolute;
  left: 50%
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
  width: 100%;
}
iframe {
  max-width: 100%;
}

body {
  background-color: #efefef;
  font: normal 1.4rem Arial, sans-serif;
}

body.overlay-enabled {
  overflow: hidden;
}

/* ==========================================================================
   Components
   ========================================================================== */
.plate {
  padding: 0 40px;
}
.highlight-link a {
  color: #ef4399;
}
.highlight-link a:hover {
  border-bottom: 2px solid #ef4399;
}
.hidden {
  display: none !important;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

a:link {
  text-decoration: none;
}

a:hover {
  color: #ef4399;
}

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

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

.pull-right {
  float: right
}

.pull-left {
  float: left;
}

.form-group {
  margin-bottom: 25px;
}
.form-group.small-size {
  font-size: 75%;
}
.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline label+select{
  margin-left: 10px;
}
.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.avatar {
  border-radius: 50%;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  font-size: 2rem;
}

.icon-star {
  font-size: 2.3rem;
}

.image-row > .img-thumbnail {
  margin-right: 5px;
}

.image-row > .img-thumbnail:last-of-type {
  margin-right: 0;
}

.image-row {
  margin-top: 10px;
}

.btn {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #222222;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  padding: 5px 15px;
}
.btn:focus {
  outline: none;
}
.btn-lg {
  font-size: 2.4rem;
  padding: 10px 25px;
}
.btn-sm {
  padding: 3px 5px 2px;
  font-size: 1.2rem;
}
.btn-sm .icon {
  font-size: 1.2rem;
  margin-top: -1px;
}
.btn-group .btn  {
  margin-right: 3px;
  margin-left: 3px;
}
.btn-round {
  padding: 10px;
}
.btn-primary {
  border-color: #ef4399;
  color: #ef4399;
  background-color: transparent;
}

.btn-default:active {
  position: relative;
  top: -1px;
  left: -1px;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #ef4399;
}

.btn-default {
  border-color: #cfcfcf;
  color: #6f6f6f;
  background-color: #ededed;
}

.btn-default:hover {
  border-color: #828282;
  color: #fff;
  background-color: #999;
}

.btn-primitive {
  border-color: transparent;
  color: #999;
  background-color: transparent;
}

.btn-primitive:hover {
  color: #333;
  background-color: transparent;
}

.btn-favorite {
  padding: 0;
  vertical-align: middle;
}
.btn-more {
  padding: 5px 0;
  color: #ef4399;
  border: none;
  font-size: 1.6rem;
}
.btn-more:visited {
  color: #989898;
}
.btn-more .icon {
  font-size: 1.4rem;
  position: relative;
  top: -1px;
  transition: 1s ease-in-out;
}
.btn-more:hover .icon {
  transform: translateX(25%);
}
.btn-important {
  background-color: #ef4399;
  border-color: #ef4399;
  color: #fff;
}
.btn-important:hover {
  color:  #fff !important;
  background-color: #d0368a;
}
.btn-important.active {
  background-color: transparent;
  color: #ef4399;
}
@keyframes anim-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn.disabled, .btn.disabled:hover {
  position: relative;
  cursor: not-allowed;
}
.btn.disabled:after {
  font-family: "icomoon";
  content: '\e901';
  font-size: medium;
  display: block;
  animation: anim-rotate 1s infinite linear;
  color: #ef4399;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}
.btn-lg.disabled:after {
  font-size: 110%;
  margin: -12px 0 0 -12px;
}
.btn-primary.disabled, .btn-primary.disabled:hover {
  color: transparent !important;
  background-color: #efefef;
  border-color: #ccc;
}
.btn-dark.btn.disabled, .btn-dark.disabled:hover{
  color: transparent !important;
  background-color: #ef4399;
  border-color: #e6248a;
}
.btn-dark.disabled:after {
  color: #fff;
}
.ads-holder {
  text-align: center;
  grid-row: 1 / 2;
}

.ads-holder img, .ads-holder iframe {
  max-width: 100%;
}

.section-header {
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1;
  color: #3d3d3d;
  font-family: "Arial Narrow", sans-serif;
}

.section-header a {
  color: #3d3d3d;
}

.dropdown {
  display: inline-block;
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  min-width: 150px;
}

.dropdown-menu.active {
  display: block;
}

.dropdown-menu.right {
  left: auto;
  right: 0;
}

.dropdown-hover:hover .dropdown-menu {
  display: block;
}

.dropdown-item {
  display: block;
  padding: 5px 12px;
  white-space: nowrap;
  color: #3b3b3b;
  font-size: 1.4rem;
}
.dropdown-item .dropdown {
  display: block;
}
.dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%;
  margin: -5px 0 0 12px;
}
.dropdown-item label {
  font-weight: normal;
  margin: 0 0 3px 0;
}
label input[type=checkbox], label input[type=radio] {
  margin-right: 5px;
  vertical-align: middle;
}
.dropdown-item .node-icon {
  float:right;
  margin-right: -10px;
}
.dropdown-menu .separator {
  display: block;
  height: 2px;
  background-color: #ededed;
}

.dropdown-item:hover, .dropdown-item.active {
  background-color: #ededed;
}

.breadcrumbs {
  font-size: 1.6rem;
}
.breadcrumbs a {
  color: #313131;
  border: none !important;
}
.breadcrumbs {
  padding: 15px 20px;
  font-size: 1.2rem;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.breadcrumbs li:after {
  content: ">";
  display: inline-block;
  margin: 0 0 0 10px ;
}
.breadcrumbs li:last-child:after {
  content: none;
}
.breadcrumbs a {
  text-decoration: underline;
}

.modal-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.modal-window {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 1000;
  padding: 20px 40px;
  font-size: 1.6rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  max-width: 50%;
  width: 400px;
}
.modal-question {
  text-align: center;
  font-weight: bold;
}
.modal-footer {
  margin-top: 20px;
}
.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.btn-block {
  display: block;
  width: 100%;
}
.form-control {
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


textarea.form-control {
  height: auto;
}

.form-control-lg{
  padding: 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.input-sm {
  height: 30px;
  padding: 5px;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 3px;
}
.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.media {
  display: flex;
}

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 2px;
  margin-left: -20px;
}

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

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

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
  padding: 15px;
}

.panel, .panel-heading {
  border-radius: 0;
}

.panel-default > .panel-heading {
  color: #ef4399;
}

.panel-body {
  background: #f6f6f6;
}

.pagination .pagination-item {
  margin: 0 1px;
  display: inline-block;
}

.pagination a {
  outline: none !important;
}

.pagination > li > a, .pagination > li > span {
  color: #666;
  border: 1px solid transparent;
  border-radius: 30px !important;
  padding: 8px 12px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #111
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  color: #ef4399;
  background: none;
}

.pagination > li.active > a {
  border: 1px solid #ef4399 !important;
  border-radius: 30px;
}

.pagination .pagination-skip a {
  padding: 6px;
}

.pagination .pagination-skip a:hover {
  background: none;
  border-color: transparent;
}

.pagination .pagination-ellipse {
  font-size: 18px;
  line-height: 2;
  vertical-align: top;
}

.alert {
  position: fixed;
  left: 50%;
  z-index: 999999;
  transform: translateX(-50%);
  width: 260px;
  box-shadow: 0 0 3px rgba(0,0,0,0.35);
  text-align: center;
  color: #444;
  border-radius: 5px 5px 0 0;
  padding: 120px 20px 40px;
  background-repeat: no-repeat;
  background-position: 50% 25px;
  background-color: #fff;
}
.alert.in {
  animation-name:  alert-anim-in;
  animation-duration: 0.5s;
  bottom: 0;
}

@keyframes alert-anim-in {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}

.alert-body {
  font-size: 1.6rem;
  margin: 40px 0 40px;
}
.alert-title {
  font-weight: bold;
  font-size: 2.4rem;
  margin: 0 0 20px 0;
  color: #464646;
}
.alert .btn {
  color: #ef4399;
  font-size: 3rem;
  border: none;
  padding: 7px;
  position: absolute;
  top: 2px;
  right: 5px;
}

.alert-warning, .alert-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg'  width='100' height='100' viewBox='0 0 512 512'%3E%3Ctitle%3E%3C/title%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath fill='#ef4399' d='M256 512c141.385 0 256-114.615 256-256s-114.615-256-256-256-256 114.615-256 256 114.615 256 256 256zM256 48c114.875 0 208 93.125 208 208s-93.125 208-208 208-208-93.125-208-208 93.125-208 208-208zM128 160c0-17.673 14.327-32 32-32s32 14.327 32 32c0 17.673-14.327 32-32 32s-32-14.327-32-32zM320 160c0-17.673 14.327-32 32-32s32 14.327 32 32c0 17.673-14.327 32-32 32s-32-14.327-32-32zM159.951 390.37l-41.164-24.698c27.981-46.535 78.958-77.672 137.213-77.672s109.231 31.137 137.213 77.672l-41.164 24.698c-19.587-32.574-55.271-54.37-96.049-54.37-40.779 0-76.462 21.796-96.049 54.37z'%3E%3C/path%3E%3C/svg%3E");
}

.alert-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' fill='white' width='100' height='100' viewBox='0 0 512 512'%3E%3Ctitle%3E%3C/title%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath fill='#ef4399' d='M256 512c141.385 0 256-114.615 256-256s-114.615-256-256-256-256 114.615-256 256 114.615 256 256 256zM256 48c114.875 0 208 93.125 208 208s-93.125 208-208 208-208-93.125-208-208 93.125-208 208-208zM256 299.38c57.975 0 113.115-15.403 160-42.46-7.287 89.219-76.564 159.080-160 159.080-83.434 0-152.711-69.936-160-159.152 46.885 27.056 102.025 42.532 160 42.532zM128 176c0-26.51 14.327-48 32-48s32 21.49 32 48c0 26.51-14.327 48-32 48s-32-21.49-32-48zM320 176c0-26.51 14.327-48 32-48s32 21.49 32 48c0 26.51-14.327 48-32 48s-32-21.49-32-48z'%3E%3C/path%3E%3C/svg%3E");
}
.animated-spin{
  transition: all 0.5s ease-in-out;
}
.animated-spin:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navlist-horizontal .navlist-item, .navlist-horizontal .navlist-item a {
  display: inline-block;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.flex-container {
  display: flex;
}
.secondary-nav {
  border-bottom: 2px solid #eee;
  font-weight: bold;
}
.secondary-nav ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.secondary-nav a {
  color: #828282;
}
.secondary-nav a:hover {
  color: #ef4399;
}
.secondary-nav .nav-item {
  font-size: 2rem;
  font-weight: normal;
}
.secondary-nav .nav-item a {
  display: block;
  padding: 20px 0 10px 0;
  margin: 10px 20px -2px;
  border-bottom: 2px solid transparent;
}
.secondary-nav .nav-item a:hover {
  border-bottom-color: #555;
  color: #555
}
.secondary-nav .active a, .secondary-nav .active a:hover {
  border-bottom-color: #ef4399;
}
.table {
  width: 100%;
  font-size: 1.4rem;
  border-collapse: collapse;
  margin: 40px 0;
}
.table th {
  text-align: left;
  border-bottom: 1px solid #999;
  padding: 20px 12px 4px 12px;
}
.table td {
  padding: 12px;
  border-bottom: 1px solid #ccc;
}
.table tr :last-child {
  text-align: right;
}
.pagination-wrapper {
  text-align: center;
  font-size: 17px;
  margin-top: 20px;
}
.positive {
  color: green;
}
.negative {
  color: red;
}


.radio + label {
  margin: 0;
  border: 1px solid transparent;
}

.radio:not(checked) {
  position: absolute;
  opacity: 0;
}

.radio:not(checked) + label {
  position: relative;
  padding: 4px 0 6px;
  color: #aaa;
}

.radio:not(checked) + label {
  background: #f3f3f3;
}

.radio:hover + label {
  border-color: #ccc;
  background-color: #eee;
}

.radio:checked + label {
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0,0,0,0.3) inset;
  color: #444;
  border-color: #ccc;
}
/* ==========================================================================
   Layout
   ========================================================================== */
.page-layout-container {
  max-width: 1336px;
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 39% auto;
  min-height: 100vh;
  background-color: #fff;
  font-size: 1.6rem;
}

.page-layout {
  max-width: 1336px;
  margin: 0 auto;
  background-color: #fff;
  min-height: 100vh;
}

.page-layout, .page-layout-container {
  padding: 55px 0 61px 0;
}
.credits-page {
  padding-top: 55px;
}


.page-content {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  padding: 50px 45px 35px 70px;
  background-color: #fff;
}

.page-sidebar {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  border-right: 1px solid #e6e6e6;
  padding: 50px 40px 0 40px;
  background-color: #fff;
}

.site-footer {
  background-color: #cfcfcf;
  font-size: 1.4rem;
  padding: 25px 40px 20px;
  color: #828282;
  text-align: center;
  grid-row: 3 / 4;
  grid-column: 1 / 3;
  margin: -61px auto 0;
  max-width: 1336px;
}
.site-footer a {
  color: #828282;
}

.site-logo {
  font-size: 3.2rem !important;
  font-family: 'Pacifico', cursive;
  color: #ef4399;
  position: relative;
  margin-left: 10px;
  top: -6px
}
.site-logo a {
  color: #ef4399;
}
.site-logo a:after {
  content: "";
  position: absolute;
  right: -12px;
  top: 12px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#ef4399' viewBox='0 0 40 40' width='12' height='12'%3e%3cpath d='M25.149 1.703h5.315l-3.22 14.476c-0.625 2.751-1.053 4.44-1.282 5.065 0.834 3.835 2.043 5.753 3.627 5.753 1.876 0 2.845-1.292 2.908-3.877h1.126c-0.063 2.418-0.505 4.372-1.329 5.862s-1.902 2.236-3.236 2.236c-1.105 0-1.928-0.448-2.47-1.344s-1.126-2.731-1.751-5.503c-2.168 4.565-5.711 6.847-10.63 6.847-3.356 0-6.024-1.308-8.004-3.924s-2.97-6.363-2.97-11.24c0-4.794 1.084-8.525 3.252-11.193s4.773-4.002 7.817-4.002c2.147 0 3.908 0.761 5.284 2.282s2.595 4.002 3.658 7.441l1.907-8.88zM22.397 13.959c-0.98-3.356-2.074-5.977-3.283-7.863s-2.658-2.83-4.346-2.83c-3.814 0-5.722 4.461-5.722 13.382 0 8.463 1.824 12.694 5.472 12.694 3.168 0 5.513-3.731 7.035-11.193l0.844-4.19z'%3e%3c/path%3e%3c/svg%3e");
}
.site-header {
  background-color: #fff;
  height: 55px;
  display: flex;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  align-items: center;
  padding: 0 10px;
  justify-content: space-between;
}
.game-header {
  text-align: center;
  height: 55px;
  font-size: 2.2rem;
  line-height: 50px;
  color: #686868;
  position: relative;
  padding-left: 65px;
}
.overlay-enabled .game-header {
  display: block;
}
.game-header a {
  color: #686868;
  vertical-align: middle;
}
.game-header .game-icon {
  vertical-align: middle;
  clip-path: circle(34% at 50% 50%);
  position: absolute;
  top: -10px;
  left: -10px;
}

.game-header .btn-subscribe {
  vertical-align: top;
  margin-left: 10px;
  width: 24px;
  height: 20px;
  background-color: #ccc;
}

.game-header .btn-subscribe:after {
  border-width: 2px 12px 8px 12px;
  bottom: -9px;
  border-color: #ccc #ccc transparent #ccc;
}

.game-header .btn-subscribe .icon {
  font-size: 1rem
}

.top-bar-nav {
  display: flex;
  align-items: center;
}
.top-bar-nav .avatar{
  width: 35px;
  height: 35px;
}
.top-bar-nav .btn {
  padding: 6px;
  color: #5f5f5f;
  height: 100%;
  font-weight: bold;
}
.top-bar-nav .btn-action {
  border-radius: 50%;
  background-color: #eee;
  width: 33px;
  height: 33px;
}
.top-bar-nav .btn-action .icon {
  color: #828282;
  font-size: 1.7rem;
}
.top-bar-nav .btn-action:hover .icon {
   color: #ef4399;
}
.top-bar-nav-item {
  padding: 0 5px;
  font-size: 1.4rem;
}

.top-bar-nav .dropdown-menu {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.top-bar-nav .dropdown-item {
  padding: 12px 18px;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
  text-align: left;
  background-color: #eee;
  cursor: pointer;
}
.user-dropdown-nav .dropdown-item:first-child {
  cursor: auto;
  background-color: #fff;
  color: #828282;
}
.top-bar-nav .dropdown-item:hover {
  background-color: #e2e2e2;
  color: #ef4399;
}
.user-dropdown-nav .dropdown-item:first-child:hover {
  background-color: #fff;
  color: inherit;
}
.top-bar-nav .dropdown-item .icon {
  margin-right: 20px;
  font-size: 2.5rem;
}
.top-bar-nav .profile-info {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.top-bar-nav .profile-info .avatar {
  margin-right: 15px;
  width: 80px;
  height: 80px;
}
.top-bar-nav .profile-info a:visited {
  color: #222;
}
.top-bar-nav .profile-info a:hover {
  color: #ef4399;
}
.top-bar-nav .profile-info .title {
  color: #444;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 6px;
}
.top-bar-nav .profile-info .credits {
  margin-top: 3px;
}
.top-bar-nav .profile-info .credits a {
  color: #ef4399;
}
.dropdown-item-header {
  font-size: 1.6rem;
  background-color: #efefef;
}

.top-bar-nav .btn:hover {
  color: #ef4399;
}

.btn-new_post {
  border-radius: 5px;
  border-color: #ef4399;
  color: #ef4399;
}

.site-footer .footer-nav-item {
  margin-left: 30px;
}

/* ==========================================================================
   Single Post
   ========================================================================== */

.single-post-overlay {
  font-size: 1.4rem;
  background-color: rgba(255,255,255,0.9) !important;
}

.single-post-content a {
  color: #ef4399;
}
.single-post-content img  {
  max-width: 100%;
}

.single-post-wrapper {
  background-color: #f7f7f7;
  min-height: 250px;
  margin-bottom: 20px;
  position: absolute;
  top: 80px !important;
  left: 50%;
  width: 970px;
  transform: translateX(-50%);
  box-shadow: 0 0 50px rgba(0,0,0,0.15);
}

.single-post-scope {
  position: relative;
}
.single-post-tools-wrapper {
  position: sticky;
  top: 50px;
  transform: translateZ(0);
}

.single-post-tools {
  text-align: center;
  width: 70px;
  position: absolute;
  left: -85px;
  top: -5px;
}

.single-post-tools .item {
  margin-bottom: 14px;
}

.single-post-tools .btn {
  color: #828282;
  padding: 10px;
  border-radius: 50%;
  border-color: #ccc
}

.single-post-tools .btn:hover {
  color: #ef4399;
}

.single-post-tools .icon {
  font-size: 3rem;
}

.single-post-tools .icon-comment {
  font-size: 2.4rem
}

.single-post-tools .btn-facebook {
  color: #3b5998;
}
.single-post-tools .btn-twitter {
  color: #4AB3F4;
}
.single-post-tools .btn-reddit {
  color: #ff4500;
}
.single-post-tools .icon-facebook {
  font-size: 2.5rem;
}
.single-post-tools .icon-twitter, .single-post-tools .icon-reddit {
  font-size: 2.2rem;
}
.single-post-tools .btn-facebook:hover {
  background-color: #3b5998;
  color: #fff;
}
.single-post-tools .btn-twitter:hover {
  background-color: #4AB3F4;
  color: #fff;
}
.single-post-tools .btn-reddit:hover {
  background-color: #ff4500;
  color: #fff;
}
.single-post-tools .icon-upvote, .single-post-tools .icon-downvote {
  font-size: 3.8rem !important
}
.single-post-container {
  margin: 30px;
  background-color: #fff;
}
.single-post-content-wrapper {
  background-color: #fff;
  margin: 0 auto;
  padding: 30px 0 100px 0;
  width: 700px;
}

.single-post-content-wrapper .ads-holder {
  margin: 0 -19px;
}
.single-post-header {
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
  display: flex;
}
.single-post-type {
  color: #3d3d3d;
  border-bottom: 3px solid #ef4399;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
}
.single-post-breadcrumbs  {
  margin-top: 20px;
}
.single-post-timestamp {
  font-size: 1.2rem;
  color: #787878;
  margin-left: auto;
  align-self: flex-end;
}

.single-post-title {
  color: #555555;
  margin-bottom: 30px;
  font: bold 3.6rem/1 "Times New Roman", serif;
}

.single-post-content a:hover {
  border-bottom: 2px solid #ef4399;
}

.single-post-footer {
  margin: 20px 0 30px;
  padding-top: 20px;
  border-top: 1px solid #cfcfcf;
}

.single-post-author-block {
  display: flex;
  align-items: center;
  color: #777;
  justify-content: center;
}
.single-post-author-block .btn  {
  margin-top: 5px;
}
.single-post-author-block img {
  margin-right: 10px;
}

.single-post-author-block a {
  color: #111;
}

.single-post-overlay .btn-close {
  position: fixed;
  left: 50%;
  top: 180px;
  color: #fff;
  margin-left: 455px;
  padding: 6px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.single-post-overlay .btn-close .icon {
  font-size: 3rem;
  color: #a7a7a7;
}

/* ==========================================================================
   Hub Feed
   ========================================================================== */

.hub-feed {
  font-size: 1.5rem;
  line-height: 1.2;
}

.hub-feed a {
  color: #3d3d3d;
}
.hub-feed a:visited {
  color: #585858;
}

.hub-feed-item {
  display: flex;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}
.hub-feed-item:last-child {
  border-bottom: none;
}
.hub-feed-image {
  margin-right: 20px;
}

.hub-feed-image img {
  max-width: 100px;
  min-height: 138px;
  background: #cccccc;
}

.hub-feed-therm {
  margin-bottom: 15px;
}

/* ==========================================================================
   Post Feed
   ========================================================================== */
.post-feed-item {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 35px;
  position: relative;
}

.post-feed-buttons {
  text-align: right;
}

.post-feed-item:last-of-type {
  border-bottom: none;
}

.post-feed-end {
  text-align: center;
}

.post-feed-title {
  font: normal 2.4rem/1.2 Georgia, "Times New Roman", serif;
  margin-bottom: 5px;
}

.post-feed-title a:link {
  color: #222;
}

.post-feed-title a:visited {
  color: #828282;
}

.post-feed-meta {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 15px;
  align-items: center;
  color: #989898;
}

.post-feed-meta-data a:link, .post-feed-meta-data a:visited {
  color: #222;
}

.post-feed-meta-img {
  margin-right: 12px;
}

.post-feed-counters {
  margin-left: auto;
  padding-right: 5px;
}

.post-feed-counter-item {
  vertical-align: middle;
  margin-left: 10px;
  font-size: 1.6rem;
  color: #9f9f9f;
}

.post-feed-counters .post-feed-counter-item {
  color: #9f9f9f;
}

.post-feed-counters .post-feed-counter-item:hover, .active .icon-star {
  color: #ef4399;
}

.post-feed-content {
  font: normal 1.8rem/1.6 Georgia, "Times New Roman", serif;
}

.post-feed-content a:link {
  color: #ef4399;
}

.post-feed-content p a:hover {
  text-decoration: none;
  border-bottom: 2px solid #ef4399;
}

.post-feed-content img {
  max-width: 100%
}

.post-feed-item .post-feed-vote-box {
  position: absolute;
  left: -50px;
  top: -5px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
}
.post-feed-vote-box {
  margin-bottom: 40px;
}
.post-feed-vote-box .btn {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #999;
}

.post-feed-vote-box .btn-upvote:hover, .btn-upvote.active {
  color: #ef4399;
}

.post-feed-vote-box .btn-downvote:hover, .btn-downvote.active {
  color: #7193EC;
}

.post-feed-vote-box .icon {
  font-size: 2.8rem;
}

.post-feed-filters {
  font-size: 1.4rem;
  border-bottom: 1px solid #ededed;
  color: #6c6c6c;
  margin-bottom: 20px;
}

.post-feed-filters .filters-set {
  margin-bottom: 20px;
}

.post-feed-filters .filters-set > a {
  margin-left: 10px;
}

.post-feed-filters .filters-set a {
  color: #323232;
}

.post-feed-filters .filters-set .active {
  color: #ef4399;
}

.post-feed-sorting {
  text-align: center;
  font-size: 1.2rem;
  padding-bottom: 20px;
}

.post-feed-sorting .item {
  color: #7f7f7f;
  padding: 10px 20px;
}

.post-feed-sorting .active {
  border-bottom: 1px solid #ef4399;
  color: #464646;
}

.post-feed .ads-holder {
  position: relative;
  top: -1px;
  border-top: 1px solid #fff;
  padding-bottom: 20px;
}

.post-feed-meta .icon-comment {
  margin-right: 5px;
  margin-left: 5px;
}
.hub-feed a:hover, .post-feed-title a:hover, .post-feed-meta-data a:hover, .post-feed-meta-data a:hover, .single-post-author-block a:hover, .comment-header a:hover, .game-card a:hover, .post-feed-filters .filters-set a:hover, .user-list .item a:hover, .post-list-link a {
  color: #ef4399;
}
/* ==========================================================================
   Comments Feed
   ========================================================================== */

.comments-feed {
  margin: 30px 0;
}

.comments-feed-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.comments-feed-sort {
  margin-left: auto;
}

.comments-feed-sort .btn {
  padding-right: 0;
}

.comments-feed-subscribe {
  margin-left: 10px;
  vertical-align: middle;
}

.comments-feed-stat {
  font-size: 1.8rem;
}

.comment-entry-controls {
  text-align: right;
}

.comment-entry-controls .btn {
  margin-left: 5px;
}

.comment-entry textarea {
  border-radius: 5px;
  padding: 10px
}

.message {
  margin-top: 15px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

.message .message {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
  padding-left: 40px
}
.message:last-child {
  border-bottom: none;
}
.message .comment-entry-controls  {
  margin-bottom: 10px;
}
.comment-header {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.comment-header a {
  color: #3b3b3b;
}

.comment-header .icon-reply_to {
  margin-right: 5px;
  font-size: 1.5rem;
  color: #999999;
}

.comment-author {
  color: #3b3b3b;
  font-size: 1.4rem;
  font-weight: bold;
}

.comment-author_name {
  padding: 2px 5px;
  margin-left: -5px;
}

.highlighted .comment-author_name {
  background-color: #cfcfcf;
  border-radius: 3px;
}

.comment-author .avatar {
  margin-right: 5px;
}

.comment-menu {
  margin-left: auto;
}

.comment-menu .btn {
  border: none;
  color: #fff;
  padding: 0;
}

.comment-item:hover .comment-menu .btn {
  color: #828282;
}

.comment-body {
  margin-bottom: 6px;
  font: normal 1.8rem/1.8 Georgia, "Times New Roman", serif;
}

.comment-footer {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.comment-actions .btn {
  border: none;
  padding: 2px 10px;
  font-size: 1.2rem;
  color: #3b3b3b;
}

.comment-actions .btn:hover {
  color: #ef4399;
}

.comment-timestamp {
  color: #989898;
}

.comment-item .post-feed-vote-box {
  display: flex;
  align-items: center;
  margin: 0 5px 0 20px;
}

.comment-item .post-feed-vote-box .icon {
  font-size: 2.4rem
}
.comment-removed-mark {
  background-color: #ededed;
  color: #9f9f9f;
  display: block;
  padding: 5px 10px;
}
/* ==========================================================================
   Game Card
   ========================================================================== */

.game-sidebar {
  background-color: #383838;
  box-shadow: -5px 0 15px -5px rgba(0,0,0,0.3) inset;
  color: #a7a7a7;
}
.game-sidebar a {
  color: #eee;
}
.game-card {
  font-size: 1.4rem;
  margin: 0 auto 100px;
  text-align: center;
  max-width: 340px;
}
.game-card .game-artbox {
  margin: 0 auto 20px;
  display: inline-block;
}
.game-card .game-artbox > a {
  position: relative;
  display: inline-block;
}
.game-card .game-artbox img {
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  width: 340px;
  height: 470px;
}
.game-card .game-title {
  text-align: center;
  max-width: 350px;
  margin: 0 auto 15px;
  color: #3d3d3d;
  font: bold 3.6rem/1 Arial, "Helvetica Neue", Helvetica, sans-serif
}
.btn-subscribe {
  background-color: #afafaf;
  border: none;
  padding: 0;
  width: 36px;
  height: 32px;
  color: #828282;
  position: relative;
  font-size: 0;
}
.btn-subscribe.active {
  color: #fff;
}
.btn-subscribe:hover, .btn-subscribe.active:hover {
  color: #ef4399;
}
.btn-subscribe:after {
  content: "";
  position: absolute;
  height: 0;
  z-index: 0;
  bottom: -14px;
  right: 0;
  border-width: 5px 18px 12px 18px;
  border-style: solid;
  border-color: #afafaf #afafaf transparent #afafaf;
}
.btn-subscribe .icon {
  font-size: 1.6rem;
}
.btn-subscribe:hover .icon {
  color: #fff;
}
.game-artbox .btn-subscribe {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  z-index: 1;
  width: 46px;
  height: 42px;
  color: #fff
}

.game-artbox .btn-subscribe:after {
  border-width: 5px 23px 12px 23px;
}
.game-artbox .btn-subscribe .icon {
  font-size: 2rem;
}
.game-about {
  margin: 20px auto 0;
  text-align: left;
}
.game-about > div {
  display: flex;
  margin-bottom: 10px;
  line-height: 1.3;
}
.game-about .definition {
  text-align: right;
  flex-basis: 100px;
  margin-right: 20px;
  flex-shrink: 0;
}
.game-about .value {
  color: #eee;
}
.dlc-mark {
  color: #ef4399;
  border-bottom: 1px dotted #ef4399;
  cursor: help;
  display: inline-block;
  position: relative;
  margin-left: 10px;
}
.dlc-list {
  margin: 10px auto;
  text-align: center;
  position: absolute;
  padding: 20px;
  background-color: #fff;
  color: #111;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  display: none;
}
.dlc-mark:hover .dlc-list {
  display: block;
}
.dlc-list ul {
  padding-left: 0;
  list-style: none;
  margin: 10px 0 0 0;
  line-height: 1;
}
.dlc-list li li>div:before {
  content: '\2515';
  margin-right: 5px;
  font-size: 110%;
}
.dlc-list .title {
  color: #ef4399;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  display: inline-block;
}
.dlc-list .title:hover {
  color: #fff;
  border-color: #111;
}
.dlc-list .row {
  display: flex;
  text-align: left;
  margin-bottom: 10px;
  white-space: nowrap;
}
.dlc-list .row > div {
  margin-right: 10px;
}
.dlc-list .row div:last-child {
  margin-left: auto;
  text-align: right;
}
.dlc-list .parent > div{
  font-weight: bold;
  margin-bottom: 15px;
}
.dlc-list .current {
  color: #6c6c6c;
}
/**************************
GAMES LIST
**************************/

.genre-filter {
  display: flex;
  flex-wrap: wrap;
}

.genre-filter .checkbox {
  margin: 2px 0;
  flex-basis: 50%;
}

.catalogue-roll {
  margin-top: 20px;
}

.catalogue-roll .media-left {
  margin-right: 10px
}

.catalogue-roll .list-group-item {
  border-top: 1px solid #ddd;
}

.catalogue-roll .media-heading {
  margin: 0 0 5px 0;
  font: normal 1.6rem/1 Arial, sans-serif;
}

.catalogue-roll .list-group-item {
  padding: 10px 0;
}

.catalogue-roll .list-group-item .media-body {
  line-height: 1.5;
}

.catalogue-roll .btn {
  color: #aaa;
  margin-top: 20px;
  display: none;
}

.catalogue-roll .list-group-item:focus .btn, .catalogue-roll .list-group-item:active .btn {
  display: block;
}

.catalogue-roll .list-group-item:hover {
  color: #555;
  background: #f5f5f5;
}

.catalogue-roll .btn:hover {
  color: #d41177;
}

.catalogue-roll .btn:focus {
  outline: none
}

.catalogue-roll a {
  color: #444
}
.catalogue-roll .game-info {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #989898;
}

/*****************************
USER PROFILE
******************************/
.registration-page, .login-page {
  height: 100vh;
  display: flex;
  align-items: center;
}
.registration-page {
  background: #ECE9E6;
  background: -webkit-linear-gradient(to left, #FFFFFF, #ECE9E6);
  background: linear-gradient(to left, #FFFFFF, #ECE9E6);
}
.extra-layout {
  background: url(../img/wallpaper-01.jpg) no-repeat 0 0 fixed;
  height: 100%;
}
.auth-form-wrap .logo {
  margin-bottom: 30px;
  font-size: 40px;
  font-family: 'Pacifico', cursive;
}
.auth-form-wrap a {
  color: #e6248a;
}
.auth-form-wrap .logo a {
  color: #e6248a;
}
.auth-form-wrap {
  position: relative;
  overflow: visible;
  width: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #989898;
}

.auth-form-wrap .alert {
  background: #ef4399;
  color: #fff;
  border-radius: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.auth-form-wrap .alert .close {
  opacity: 1;
}

.auth-form-wrap .form-group {
  margin-bottom: 0;
}

.auth-form-wrap .g-recaptcha {
  margin-top: 20px;
}

.auth-form-wrap .g-recaptcha > div {
  margin: 0 auto;
}

.auth-form-wrap .social-buttons {
  margin-bottom: 30px;
  text-align: center;
}

.auth-form-wrap .social-buttons .icon {
  font-size: 3rem;
  display: inline-block;
  border: 1px solid #ef4399;
  padding: 3px;
  margin: 3px;
}

.auth-form-wrap .social-buttons .icon:hover {
  color: #fff;
  background-color: #ef4399;
}

.auth-form-wrap .form-control {
  background-color: #555;
  color: #fff;
  border-width: 0 0 1px 0;
  border-color: #222;
  margin: 0 0 1px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-shadow: inset 0 0 0 50px #333;

}
.auth-form-wrap input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}
.auth-form-wrap .form-control:focus, .auth-form-wrap .form-control:active {
  border-width: 0 0 1px 0;
  border-bottom-color: #222;
  background: #222;
  -webkit-box-shadow: inset 0 0 0 50px #222;
  -webkit-text-fill-color: #fff;
}
.auth-form-wrap ::placeholder {
  color: #9f9f9f;
}
.auth-form-wrap form {
  margin-bottom: 30px;
}

.auth-form-wrap .btn {
  font-size: 20px;
  margin-top: 20px;
}

.social-account-connect .icon {
  margin-right: 10px;
}
.social-account-connect a {
  color: #ef4399;
}

.social-account-connect .icon {
  font-size: 3rem;
}

.btn-dark.btn {
  background-color: #e6248a;
  color: #fff;
  border-color: #e6248a;
}

.btn-dark.btn:hover {
  background-color: #ef4399;
  box-shadow: 0 0 15px rgba(230, 36, 138, 0.6);
}

.auth-form-wrap a:hover {
  color: #fff;
}

.auth-form-wrap .form-control:focus {
  border-color: #555;
}

.user-profile-header {
  grid-row: 1 / 2;
  grid-column: 1 / 3;
  position: relative;
}
.user-profile-header .buttons-set{
  margin-top: 5px;
}
.user-profile-header .btn-primary:hover {
  background-color: transparent;
  color: #fff;
}

.user-profile-header .container {
  position: relative;
  padding: 20px 0 0 0;
  overflow: hidden;
}
.user-profile-header-background {
  background-color: #e4e4e4;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.user-profile-header-background:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.59) 22%, rgba(0,0,0,0.22) 44%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.59) 22%,rgba(0,0,0,0.22) 44%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.59) 22%,rgba(0,0,0,0.22) 44%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}
.user-profile-header-info {
  line-height: 1.5;
  margin-bottom: 16px;
  color: #eee;
  font-size: 1.5rem;
  text-shadow: 1px 1px 1px #000;
}

.user-profile-header-title {
  font-size: 3rem;
  color: #fff;
  margin-top: 40px;
}

.user-profile-header-title a {
  color: #fff;
}

.user-profile-header-title .btn {
  position: relative;
  top: -3px;
  padding: 0 5px 2px;
  font-size: 11px;
  background: #ef4399;
  color: #fff;
  border: none;
}

.user-profile-header-title .btn:hover {
  color: #ef4399;
  background: #fff;
}
.follow-stat-links {
  position: absolute;
  bottom: 7px;
  right: 30px;
  font-size: 1.1rem;
  display: flex;
}
.follow-stat-links a {
  width: 65px;
  height: 65px;
  display: flex;
  flex-direction: column;
  margin: 0 0 0 10px;
  align-items: center;
  justify-content: center;
  color: #cfcfcf;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.65);
  border: 2px solid #ef4399;
}
.follow-stat-digits {
  font-size: 1.8rem;
  color: #fff;
}
.follow-stat-links a:hover * {
  color: #ef4399;
}
.user-profile-header .navlist {
  padding: 0 20px 0 0;
  background-color: rgba(0,0,0,0.65);
}
.user-profile-header .navlist-item {
  margin-right: 30px;
}
.user-profile-header .navlist a {
  color: #fff;
  font-size: 1.6rem;
  padding: 10px 0 8px;
  border-bottom: 3px solid transparent;
}
.user-profile-header .navlist a.active, .user-profile-header .navlist a:hover {
  border-bottom-color: #ef4399;
}
.user-profile-nav  {
  margin: -20px 0 40px 0;
}
.user-profile-nav  .nav-item {
  font-size: 1.4rem;
}
.user-profile-nav .nav-item a {
  margin: 0 30px -2px 0;
  padding: 2px 0 8px;
}

.user-profile-avatar {
  position: relative;
  margin: 0 30px;
  width: 200px;
  float: left;
  text-align: center;
}

.user-profile-avatar:hover .avatar-upload-container {
  display: block;
}

.avatar-upload-container {
  position: absolute;
  width: 200px;
  top: 80px;
  margin: 0 auto;
  z-index: 1;
  display: none;
  height: 200px;
}

.upload-link {
  height: 36px;
  color: #fff;
  cursor: pointer !important;
  font-size: 14px;
  line-height: 25px;
  background-color: rgba(0,0,0,0.5);
}

.upload-link__inp {
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 50px;
}

.avatar-upload-container .glyphicon {
  color: #fff;
  cursor: pointer;
}

.avatar-upload-container .glyphicon:before {
  content: "\e046";
}

.user-profile-avatar.loading .avatar-upload-container {
  display: block
}

.user-profile-avatar.loading .glyphicon:before {
  content: "\e023";
}

.upload {
  height: 100px;
  position: relative;
  background-color: transparent;
  overflow: hidden;
}

.upload__preview {
  position: absolute;
  z-index: 2;
}

.avatar-image.size32 {
  border-radius: 40px;
  width: 32px;
  height: 32px;
}

.avatar-image.size20 {
  border-radius: 24px;
  width: 20px;
  height: 20px;
}

.avatar-image.size50 {
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.avatar-image.size200 {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  border: 5px solid #eee;
}

.user-profile-header .nav, .navbar-nav > li {
  float: left;
  margin: 0;
}

.activity-list .media {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.activity-list .media:last-child {
  border-bottom: none;
  margin-bottom: 40px;
}

.activity-list .activity-time {
  font-size: 12px;
  color: #aaa;
}

.activity-list .activity-message {
  font-weight: bold
}

.aside-pod {
  background: #eee;
  border: #aaa;
  padding: 20px;
  margin: 20px 0 40px 0;
}

.aside-pod-header {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}

.aside-pod.followers .item {
  width: 20%;
  overflow: hidden;
  text-align: center;
  float: left;
}

.aside-pod.followers .item .title {
  margin: 2px 2px 0;
  text-overflow: ellipsis;
  line-height: 1;
  overflow: hidden;
}

.aside-pod-subheader {
  margin-bottom: 6px;
  font-weight: bold;
}

.aside-pod.followers a {
  color: #555;
}

.aside-pod.followers a:hover {
  color: #ef4399;
}

.aside-pod.followers .block {
  margin-bottom: 40px;
  font-size: 1.1rem
}

.social-account-connect .item {
  padding: 10px 0;
}

.social-account-connect .icomoon {
  font-size: 2.2em;
}

.social-account-connect .service-name {
  display: inline-block;
}

.social-account-connect .service-name:first-letter {
  text-transform: uppercase;
}

.social-account-connect .not-connected *, .social-account-connect .action {
  vertical-align: middle;
  color: #9f9f9f;
}

.social-account-connect .not-connected:hover *, .social-account-connect .action:hover {
  color: #ef4399
}

.social-account-connect .not-connected .icomoon {
  margin-right: 6px;
}

.social-account-connect .action {
  font-size: 12px;
  line-height: 1.2;
  display: block;
  cursor: pointer;
}
.gender-select label {
  text-align: center;
  margin: 0;
  display: inline-block;
  font-size: 1.5rem;
  padding: 7px 12px !important;
  font-weight: normal;
  cursor: pointer;
}

.gender-select .radio:checked + label:before {
  color: #444
}
.gender-select .item {
  font-size: 1.2rem;
}

.icon-view-mode {
  margin-left: 10px;
  vertical-align: middle;
}

.user-active-summary {
  position: absolute;
  right: 20px;
  top: 110px;
}

.user-active-summary .item {
  color: #fff;
  border: 1px solid #ef4399;
  padding: 6px;
  text-align: center;
  margin: 0 0 0 10px;
  display: inline-block;
  width: 60px;
  border-radius: 6px;
  font-size: 11px;
}

.user-active-summary .value {
  font-weight: bold;
  font-size: 18px;
  display: block;
}


.section-header + .sort-list-tools {
  margin: -40px 0 20px 0;
}
.games-subscribe-list-item {
  display: flex;
  font-size: 1.4rem;

}
.games-subscribe-list-item .game-artbox {
  padding: 0;
}
.games-subscribe-list-item {
  padding: 22px 0 12px;
  margin-bottom: 10px;
  border-top: 1px dashed #ccc;
}
.games-subscribe-list-item:last-child {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 22px;
  margin-bottom: 40px;
}
.games-subscribe-list-item .title {
  font-size: 2rem;
  margin-bottom: 5px;
}

.games-subscribe-list-item .game-info {
  display: flex;
  flex-direction: column;
  color: #666;
}
.games-subscribe-list-item .footer {
  margin-top: auto;
  color: #9f9f9f;
}
.games-subscribe-list-item a{
  color: #444;
}
.games-subscribe-list-item a:hover {
  color: #ef4399;
}
.user-list .item {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  border-top: 1px dashed #ccc;
  padding: 15px 5px 10px;
  margin-bottom: 5px;
  color: #666;
}
.user-list .item:last-child {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.user-list .list-item-title {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.user-list .item .avatar {
  margin-right: 10px;
}
.user-list .btn {
  margin-left: auto;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.user-list .btn:hover {
  background-color: #eee;
}
.user-list .item a {
  color: #444;
}
.user-list .inactive .btn {
  color: #ef4399;
}

.subs-recommendations {
  width: 100%;
  position: fixed;
  left: 0;
  background-color: #444;
  bottom: 0;
  animation: slideinup 1s;
}

@keyframes slideinup {
  from {bottom: -300px;}
  to{bottom: 0;}
}
.subs-recommendations .header{
  color: #eee;
  max-width: 1336px;
  margin: 0 auto;
}
.subs-recommendations .heading {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 25px 40px 0;
  text-transform: uppercase;
}
.subs-recommendations .message {
  border: none;
  font-size: 1.6rem;
  padding: 0 40px;

}
.subs-recommendations .games-list {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  overflow: hidden;
  flex-wrap: nowrap;
}
.subs-recommendations .game-artbox {
  padding: 0;
  margin: 0 0 10px 0;
  width: 100px;
  height: 138px;
  background-color: #989898;
}
.subs-recommendations .games-list .item {
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  padding: 20px;
  flex-basis: 140px;
  color: #eee;
}
.subs-recommendations .btn-subscribe {
  line-height: 3.2rem;
}
.subs-recommendations .games-list .item:hover {
  background-color: #4b4b4b;
}
.subs-recommendations .games-list .item:hover .btn {
  color: #fff;
}
.subs-recommendations .footer {
  text-align: center;
  background-color: #222;
  padding: 20px 10px;
}
.subs-recommendations .btn-primary {
  background-color: #ef4399;
  color: #eee
}
.subs-recommendations .btn:hover {
  color: #eee !important;
}

.games-subscribe-list.suggestions .games-subscribe-list-item {
  align-items: center;
  padding: 5px 0 0 0;
  margin: 0 0 5px 0;
  font-size: 1.2rem;
}
.games-subscribe-list.suggestions .title {
  font-size: 1.6rem;
}
.games-subscribe-list.suggestions .games-subscribe-list-item .aside {
  margin-left: auto;
}

/* ==========================================================================
   EDITOR PAGE
   ========================================================================== */

.post-editor-wrapper {
  display: grid;
  background-color: #fff;
  min-height: calc(100vh - 100px);
}
.post-editor-form  {
  padding: 40px 0;
  background-color: #fff;
}
.post-editor-container {
  width: 700px;
  margin: 0 auto;
}
.fixed-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 -3px 2px rgba(0,0,0,0.1);
  padding: 10px;
  z-index: 4;
}
.post-editor-controls {
  width: 700px;
  margin: 0 auto;
  display: flex;
}
.post-editor-controls .btn-lg {
  padding: 5px 10px 3px;
}
.post-editor-controls .btn-group {
  margin: 0 0 0 auto;
}
.post-editor-controls .btn-warning {
  color: #222;
}
.post-editor {
  font-size: 2rem;
  font-family: Georgia, "Times New Roman", serif;
}
.post-editor h2 {
  font-size: 2.4rem;
  margin-top: 60px;
}
.post-editor h3 {
  font-size: 2.2rem;
  margin-top: 40px;
}
.post-editor h4 {
  font-size: 2rem;
  margin-top: 40px;
}
.post-editor p {
  margin-bottom: 40px;
  margin-top: 0;
  line-height: 1.8;
}
.post-editor li {
  margin-bottom: 16px;
  line-height: 1.5;
}
.post-editor ul, .post-editor ol {
  margin-bottom: 40px;
}
.post-editor li ul,.post-editor li ol {
  margin-top: 20px;
  margin-bottom: 20px;
}
.post-editor__text  {
  line-height: 1.5;
  margin: 1.5em 0;
}
.post-page__form__name  {
  font-size: 3rem !important;
  color: #3d3d3d;
  line-height: 1.2;
  font-family: Georgia, "Times New Roman", serif;
  margin: 0.67em 0;
  font-weight: bold
}
.post-page__form__name input {
  font-weight: bold;
  color: #3d3d3d;
}
.post-editor-game-selector {
  margin-left: auto;
  max-width: 180px;
  display: flex;
}
.post-editor-game-image {
  position: relative;
  margin-right: 10px;
}

.post-editor-game-image img {
  max-width: 40px;
  max-height: 55px;
  width: 100%;
  height: 100%;
  background: #cccccc;
}

.post-editor-game-delite {
  position: absolute;
  left: -7px;
  top: -7px;
  background-color: #fff;
  color: #ef4399;
  padding: 1px;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
  cursor: pointer;
}
.post-editor-game-delite .icon {
  font-size: 1.4rem;
}
.post-editor-game-selector .game-title {
  margin: 5px 0 0 0;
  font-size: 1.4rem;
}
.post-editor-game-selector .btn {
  padding: 0;
  font-size: 1.2rem;
}
.post-edit-status {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  height: 55px;
  font-size: 1.6rem;
  line-height: 50px;
  color: #989898;
}

/**********************************************************************************
    РАЗДЕЛ *ПРИЗЫ*
***********************************************************************************/


.promo-box-container {
  height: 300px;
  margin: 40px 0 60px;
  color: #fff;
  font-size: 3rem;
}

.prizes-list .section-header {
  font-size: 3rem;
  margin: 40px 0;
  font-weight: normal;
  text-transform: uppercase;
}
.prizes-cat-section {
  padding: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.prizes-cat-section .prize-item {
  flex-basis: calc(100%/5);
  padding: 0 5px;
  position: relative;
  margin-bottom: 60px;
}
.prize-item  {
  color: #555;
  display: flex;
  flex-direction: column;
}
.prize-item:hover {
  color: #222
}
.prize-item-footer {
  display: flex;
  align-items: flex-end;
}
.prize-chance-value {
  font-size: 1.3rem;
  font-weight: bold;
  margin-left: 10px;
}
.prize-price {
  font-size: 1.8rem;
}
.prize-original-price {
  font-size: 1.4rem;
  text-decoration: line-through;
}
.prize-item .prize-title {
  margin: 5px 10px 5px 0;
}
.prize-item .prize-category {
  font-size: 1.2rem;
  font-weight: bold;
}
.prize-item img {
  max-width: 100%;
  margin: 0 auto 5px;
  display: block;
}
.prize-section {
  display: flex;
  padding: 20px 0 80px;
}
.prize-gallery {
  display: flex;
  padding-right: 40px;
  position: relative;
}
.prize-gallery-thumbnail.image-gallery-thumbnail.active {
  border-color: #ef4399;
}
.prize-preview-thumbs {
  display: flex;
  flex-direction: column;
  margin: 0 40px 0 0;
}
.prize-preview-thumbs .item {
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #ccc;
}
.prize-section .prize-header {
  margin: 0 0 20px 0;
  padding-bottom:  20px;
  border-bottom: 1px solid #ccc
}
.prize-section .prize-title {
  font-size: 4rem;
  margin: 0 0 20px;
}
.prize-section .prize-price {
  color: #ef4399;
  font-size: 3rem;
}
.prize-section .prize-gallery {
  flex-basis: 55%;
}
.prize-section .prize-text {
  flex-basis: 45%;
}
.prize-chances {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prize-main-image,
.prize-main-image.without-thumbnail .image-gallery-slide-wrapper.left  {
  width: 100%
}
.prize-section .btn-lg {
  flex-basis: 50%;
  font-weight: bold;
  background-color: #ef4399;
  color: #fff
}
.prize-section .prize-description {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 40px 0;
}
.prize-description .btn-more {
  color: #ef4399 !important;
  padding: 0;
}
.prize-main-image img {
  max-width: 100%
}
.prize-description-section {
  padding-bottom: 40px;
}
.prize-description-section .section-header{
  font: normal 2.8rem/1.8 Arial;
  margin: 0;
}
.prize-description-text {
  font: normal 1.6rem/1.8 Arial;
  margin: 20px 400px 40px 0 ;
}

.slot-machine-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.9);
}
.slot-machine-button-wrapper {
  position: relative;
}
.slot-machine-button-wrapper .btn-close {
  position: absolute;
  top: -57px;
  right: -69px;
}
.slot-machine-button-wrapper .btn-close .icon {
  font-size: 5rem;
}
.slot-machine {
  width: 550px;
  border: 5px solid #555;
  border-radius: 50px 50px 10px 10px;
  overflow: hidden;
}
.slot-machine-header {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  font-size: 6rem;
  font-weight: bold;
  padding: 10px 10px 0;
  background-color: #222;
  position: relative;
}
.slot-machine-header:after {
  position: absolute;
  width: 100%;
  height: 20px;
  background-color: #222;
  top: 100%;
  z-index: 1;
  left: 0;
  content: '';
  box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}
.won .slot-machine-header {
  color: #fff;
}
.slot-machine-body {
  background: #7d7e7d;
  padding: 0 5px;
}
.slot-machine-spinners {
  display: flex;
}
.slot-machine-wheel {
  position: relative;
  overflow: hidden;
  margin: 10px 5px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

.slot-machine-shape .item {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
}

.slot-machine-footer {
  display: flex;
  align-items: stretch;
  padding: 5px 20px 20px;
  background: #b5b5b5;
  position: relative;
}
.slot-machine-footer:after {
  position: absolute;
  width: 100%;
  height: 20px;
  background-color: #b5b5b5;
  bottom: 100%;
  z-index: 1;
  left: 0;
  content: '';
  box-shadow: 0 -5px 5px rgba(0,0,0,0.3);
}
.slot-machine-footer .btn {
  text-transform: uppercase;
  margin: 0 10px 0 0;
  border: none;
  text-align: center;
  box-shadow: 0 0 5px #444;
  border-radius: 6px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}
.slot-machine-footer .btn-bet {
  color: #666;
  width: 70px;
  height: 70px;
  font-weight: bold;
}
.slot-machine-footer .btn:hover {
  color: #222;
}
.slot-machine-footer .btn:active {
  box-shadow: 0 0 5px #444 inset;
}
.slot-machine-footer .btn-spin {
  margin: 0 0 0 auto;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
  background: #ff5db1;
  background: -moz-linear-gradient(top, #ff5db1 0%, #ef017c 100%);
  background: -webkit-linear-gradient(top, #ff5db1 0%,#ef017c 100%);
  background: linear-gradient(to bottom, #ff5db1 0%,#ef017c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c',GradientType=0 );
}
.slot-machine-dashbord {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slot-machine-dashbord .item {
  display: flex;
  align-items: center;
  margin: 0 0 0 10px;
}
.slot-machine-dashbord .title {
  font-weight: bold;
  font-size: 1.5rem;
  color: #444;
  text-align: right;
  flex-grow: 1;
  padding-right: 10px;
  text-transform: uppercase;
}
.slot-machine-dashbord .digits {
  color: #fb49a6;
  border: 2px solid #aaa;
  padding: 3px 0;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 5px;
  background-color: #555;
  width: 100px;
  overflow: hidden;
}
.star-five {
  margin: 30px;
  position: relative;
  display: block;
  width: 0;
  height: 0;
  border-right: 50px solid transparent;
  border-bottom: 35px solid #444;
  border-left: 50px solid transparent;
  transform: rotate(35deg);
}
.star-five:before {
  border-bottom: 40px solid #444;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  height: 0;
  width: 0;
  top: -25px;
  left: -30px;
  display: block;
  content: '';
  transform: rotate(-35deg);
}
.star-five:after {
  position: absolute;
  display: block;
  top: 2px;
  left: -51px;
  width: 0;
  height: 0;
  border-right: 50px solid transparent;
  border-bottom: 35px solid #444;
  border-left: 50px solid transparent;
  transform: rotate(-70deg);
  content: '';
}
.won .star-five, .won .star-five:before, .won .star-five:after {
  border-bottom-color: #fff
}

/***************************/

.mega-banner-area {
  background: url(../img/tampa-corporate-event-background.jpg) no-repeat center top fixed;
  height: 400px;
  padding-top: 50px;
}
.mega-banner-area .page-layout-container {
  background: transparent;
}
.mega-banner-frame {
  display: block;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 2.5rem;
}

.mega-banner-title {
  font: normal 6rem "Arial Black", Arial, sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
/***************************/

.specials-cards {
  display: flex;
  overflow: hidden;
  margin-bottom: 70px;
}
.special-media-card-wrapper {
  width: 50%;
  display: flex;
}
.special-media-card-wrapper:first-of-type {
  padding-right: 10px;
}
.special-media-card-wrapper:last-of-type {
  padding-left: 10px;
}
.special-media-card {
  border: 1px solid #eee;
  text-align: center;
}
.special-media-card a, .special-media-card a:hover {
  color: #444;
}
.special-media-image {
  margin-bottom: 40px;
  position: relative;
}
.special-media-image img {
  max-width: 100%;
}
.special-media-title {
  font: normal 2.6rem/1 Arial,sans-serif;
  margin: 20px;
  text-transform: uppercase;
}
.special-media-text {
  margin: 20px;
  font: normal 1.7rem/1.5 Arial,sans-serif;
}
.special-media-label {
  display: inline-block;
  position: absolute;
  padding: 5px 10px;
  background: #ef4399;
  color: #fff;
  text-align: center;
  font: bold 2rem Arial, sans-serif;
  bottom: 10px;
  right: 10px;
  text-transform: uppercase;
}
/***************************/

.media-card {
  display: flex;
  padding: 0 0 40px 0;
}

.media-image {
  margin-right: 50px;
  display: block;
}
.media-header {
  font: normal 2.5rem/1.5 Arial,sans-serif;
  margin: 0 0 10px 0;
}
.media-text {
  margin: 0 200px 0 0;
  font: normal 1.6rem/1.5 Arial,sans-serif;
}
.section-header.light {
  font-weight: normal;
}
.credits-about {
  padding-top: 40px;
  background-color: #fff;
}

.credits-about-container {
  max-width: 1255px;
  margin: 0 auto;
}

/* ========================  Popup styles ========================= */

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
}

.delete-post-overlay,
.registration-popup-overlay,
.single-post-overlay,
.search-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.registration-popup-overlay  {
  background-color: #efefef;
  z-index: 10;
}
.search-popup-overlay {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.9);
}
.search-popup-overlay .modal-window-search {
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  z-index: 3;
  width: 100%
}
.search-popup-overlay .dropdown-menu {
  max-height: calc(100vh - 55px);
  overflow-y: auto;
}
.search-popup-overlay .dropdown-item {
  border-bottom: 1px dotted #ccc;
  padding: 10px;
}
.search-popup-overlay .dropdown-item:hover, .search-popup-overlay .dropdown-item.active {
  background-color: #f5f5f5
}
.search-popup-overlay .game {
  max-width: 360px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.search-popup-overlay .form-control {
  font-size: 3rem;
  height: 55px;
  outline: none;
  text-align: center;
  border: none;
}
.search-popup-overlay ::placeholder {
  color: #ccc;
  opacity: 1;
}
.search-popup-overlay .btn-close {
  position: absolute;
  top: 5px;
  right: 0;
  color: #333;
  z-index: 5;
}
.search-popup-overlay .btn-close:hover {
  color: #ef4399;
}
.search-popup-overlay .btn-close .icon {
  font-size: 3rem;
}
.login-popup-overlay .btn-close,
.registration-popup-overlay .btn-close {
  top: 20px;
  right: 20px;
  color: #ef4399;
  position: fixed;
}

.login-popup-overlay .btn-close .icon,
.registration-popup-overlay .btn-close .icon {
  font-size: 5rem;
}

.modal-window-search .form-control-lg {
  height: auto;
  font-size: 3rem;
}
.modal-window-search .dropdown {
  display: block;
}
.modal-window-search .dropdown-menu {
  width: 100%;
}
.modal-window-search .dropdown-item {
  cursor: pointer;
  font-size: 1.6rem;
}
.modal-window-search .game-image {
  margin-right: 10px;
  min-width: 60px;
  min-height: 83px;
  background-color: #ccc;
}
.modal-window-search .game-title {
  font-size: 2.2rem;
  margin-right: 10px;
  font-family: Georgia, "Times New Roman", serif;
}
.modal-window-search .game-date {
  color: #9f9f9f;
  font-size: 1.6rem;
  margin-right: 10px;
}
.modal-window-search .game-description {
  font-size: 1.2rem;
  color: #b3b3b1;
  margin-top: 8px;
  white-space: pre;
}


/* ================================================================= */
.twitter-tweet {
  margin: 0 auto;
}


.youtube-embed {
  position: relative;
  padding-bottom: 56.3%;
  height: 0;
  overflow: hidden;
  display: block;
}
.youtube-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==============================980=================================== */

@media (max-width: 980px) {
  body {
    background-color: #fff;
  }
  .page-layout-container {
    padding: 0 10px;
  }
  .page-content {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
    padding: 0 0 35px;
  }
  .page-sidebar {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
    padding: 50px 0 0 0;
    border-right: none
  }
  .post-feed-vote-box {
    margin-bottom: 0;
  }
  .post-feed-item .post-feed-vote-box {
    position: static;
  }
  .game-card {
    margin-bottom: 0 !important;
  }
  .single-post-wrapper {
    width: 100%
  }
  .single-post-overlay .btn-close {
    left: auto;
    right: 25px;
    margin-right: 0;
  }
}
/* ==========================480======================================= */

@media (max-width: 480px) {
  .single-post-wrapper {
    transform: none;
    left: 0;
  }
  .single-post-container {
    display: block;
  }
  .single-post-tools-wrapper  {
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    width: 100%;
    background-color: #ededed;
    padding: 10px;
    margin: 0;
    z-index: 10;
    box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.2);
  }
  .single-post-tools {
    position: static;
    width: 100%;
    display: flex;

  }
  .single-post-tools .item {
    display: inline-block;
    margin-bottom: 0;
  }

  .post-feed-vote-box > * {
    display: inline-block;
  }
  .single-post-content-wrapper {
    padding: 30px 10px 100px 10px;
    margin: 0;
  }

  .game-header, .single-post-overlay .btn-close {
    display: none !important;
  }
  .post-feed-counter-item {
    font-size: 1.4rem;
    margin: 0;
  }
  .post-feed-counters {
    padding: 0;
    margin: 0 0 0 auto;
  }
  .post-feed-item .post-feed-vote-box {
    display: inline-block;
  }
  .post-feed-counters .icon-star {
    font-size: 2rem;
  }
  .post-feed-counters .icon-comment {
    font-size: 1.8rem;
  }
  .modal-window-search .dropdown-item {
    padding: 10px;
  }
  .modal-window-search .game-title {
    font-size: 1.8rem;
  }
}

