/**** scrollbars *****/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background: #d12020;
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  background: #fcfcfc;
}
body {
  scrollbar-face-color: #ededed;
  scrollbar-track-color: #fcfcfc;
}

::-moz-selection {
  background-color: #333;
  color: #ffffff;
}
::selection {
  background-color: #333;
  color: #ffffff;
}


/*********** genaral settings *********/
* {
  box-sizing: border-box;
}
body {
  font-family: 'Titillium Web';
  color: #666666;
}

a {
  text-decoration: none !important;
  color: #f34141;
}
a:hover {
  color: #d12020;
}
b {
  font-weight: 700;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
  color: #32384d;
}
h1.title {
  margin-top: 30px;
}
h3.title {
  font-size: 24px;
}

canvas{
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.content {
  width: 90%;
  margin: 0 auto;
}


.btn {
  border-radius: 25px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 20px;
  cursor: pointer;
}
.btn-outline-danger {
  background: #fff;
  color: #f34141;
  border: 2px solid #f34141;
}
.btn-outline-danger:hover {
  background: #f34141;
  color: #fff;
  border: 2px solid #f34141;
}
.btn-danger {
  background: #f34141;
  color: #fff;
  border: 2px solid #f34141;
}

.text-danger {
  color: #f34141!important;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #f34141;
}



.social-icon {
  display: inline-block;
  border-radius: 50%;
  -webkit-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 34px;
  font-size: 18px;
  margin: 3px;
}
.social-icon:hover {
  color: #fff;
}
.bg-facebook { background-color: #3b5998; color: #fff; }
.bg-google-plus { background-color: #dd4b39; color: #fff; }
.bg-twitter { background-color: #45b0e3; color: #fff; }




/******************* top navigation ******************/
nav.top-navigation {
  background: #fbfbfc;
  line-height: 32px;
  line-height: 42px;
  text-transform: uppercase;
  box-shadow: 0px 10px 0px rgba(0,0,0, 0.3);
  background: url('../images/header_bg.jpg');
  position: relative;
  z-index: 1000;
}
nav.top-navigation .content {
  display: flex;
}
nav a.nav-link {
  color: #32384d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-left: 25px !important;
  padding-right: 25px !important;
  transition: color 0.2s ease-in-out;
}
nav a:hover, nav li.active a {
  color: #f34141;
}

nav #navbarSupportedContent ul {
  margin: 0 auto;
}

.navbar-toggler {
  position: absolute !important;
  top: 0;
  right: 0;
}
.navbar-toggler span {
  position: absolute;
  z-index: 100000;
  color: red;
}

/********* pagination ************/
.pagination .page-item {
  margin: 5px;
  font-weight: 700;
}
.pagination .page-item .page-link {
  border-radius: 50%;
  color: #666666;
  background-color: #f6f6f6;
  border: 0px;
  transition: all 0.2s linear;
}
.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover {
  color: #fff;
  background-color: #f34141;
  border: 0px;
}




/********** navigation hamburger **************/
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 96px;
  height: 96px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  cursor: pointer;
  transition: background 0.3s;
  transform: scale(0.6) translateX(25px) translateY(-20px);
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 44px;
  left: 18px;
  right: 18px;
  height: 8px;
  background: #333;
  border-radius: 2px;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #333;
  content: "";
  border-radius: 2px;
}
.c-hamburger span::before {
  top: -20px;
}
.c-hamburger span::after {
  bottom: -20px;
}
.c-hamburger--htx {
  background-color: transparent;
}
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}




/************** carousel ****************/
.carousel {
    background: #333;
}
.carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.carousel-caption .re-position-caption {
  width: 100%;
  max-width: 510px;
  margin-right: 100px;
}
@media only screen and (max-width: 1200px) {
  .carousel-caption .re-position-caption {
    transform: scale(0.8);
    margin-right: 0px;
  }
}
@media only screen and (max-width: 960px) {
  .carousel-caption .re-position-caption {
    transform: scale(0.65);
  }
}
@media only screen and (max-width: 480px) {
  .carousel-caption .re-position-caption {
    transform: scale(0.5);
  }
}
.carousel-caption h3 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  width: 100%;
  text-align: right;
  position: relative;
  line-height: 110px;
}
.carousel-caption h3 > img {
  position: absolute;
  left: 0;
}
.carousel-caption p {
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
}
.carousel-indicators {
  margin: 0px;
  width: 320px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: -100px;
  transform: rotate(90deg) translateX(-20px);
}
.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 6px;
  background: #fbfbfb;
  cursor: pointer;
}
.carousel-indicators li.active {
  background: #f34141;
}


/********* small header, game tab *********/
header.small-header {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
  background-image: url('../images/slide_1.jpg');
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
header.small-header .content {
  position: relative;
  z-index: 5;
}
header.small-header h1 {
  color: #fff;
}
header.small-header .breadcrumb {
  background: transparent;
  padding: 0px;
}
header.small-header .breadcrumb li {
  color: #fff;
}
header.small-header .breadcrumb li a {
  font-weight: 700;
}
header.small-header .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255,255,255, 0.7);
  content: ">";
}




.paper-card {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  padding: 20px;
  font-size: 13px;
  font-weight: 300;
  color: rgba(0,0,0,0.5);
}
.paper-card .news-image img {
  width: 100%;
}
.paper-card h3,h4 { opacity: .7; }
.paper-card h5,h6 { opacity: .5; }
.paper-card h3 {
  margin-bottom: 0px;
}




main {
  background: #fbfbfb;
}

section {
  width: 100%;
  display: block;
}
section.about-us {
  background: url('../images/section_bg.jpg');
  color: rgba(255,255,255, 0.9);
  padding: 50px 0;
}
section.about-us h1 {
  color: rgba(255,255,255, 0.9);
  margin-bottom: 50px;
  margin-top: 0px;
}
section.main-content {
  display: flex;
  padding-top: 30px;
  padding-bottom: 15px;
  background: rgba(0,0,0, 0.015);
}



#contentGames ul li a {
  color: rgba(0,0,0, 0.5);
  cursor: pointer;
}
#contentLanderboard .list-group-item {
  padding:0;
}



.seller-place {
  width: 120px;
  text-align: center;
  font-size: 50px;
  line-height: 10px;
  font-weight: 700;
  color: rgba(0,0,0, 0.1);
}
.seller-group {
  width: 100%;
}
.seller-group-adress a {
  color: rgba(0,0,0, 0.7);
  font-weight: 700;
}
.seller-group-adress a:hover {
  color: #f34141;
}
.seller-group-rate {
  font-size: 13px;
}
.seller-group-rate i {
  color: #f34141;
  font-size: 16px;
}
.seller-icon-box {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.02);
}
.seller-icon {

}


/******** progress bar *********/
.progress,
.progress .progress-bar,
.progress-bar::before {
  height: 10px;
  border-radius: 5px;
}
.progress .progress-bar {
  background: rgba(0,0,0,0.05);
  position: relative;
}
.progress-bar::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 10px;
  background: #f34141;
  -webkit-animation: progress 3s 1;
  animation: progress 3s 1;
}
@keyframes progress {
  from { width: 0%; }
  to { width: 100%; }
}


/********** table **************/
.table-price {
  font-weight: 700;
  font-size: 20px;
}
.table-shop {
  font-size: 24px;
  cursor: pointer;
}
.table tr td {
  text-align: center;
}
.table tr td:nth-child(2) {
  text-align: left;
}
.table small {
  white-space: nowrap;
}

.input-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.input-checkbox label {
  background: #fff;
  border: 1px solid #f34141;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.input-checkbox input[type=checkbox]:checked ~ label::before {
  background: #f34141;
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  margin: 2px;
  border-radius: 50%;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}



/************** latest News ***************/
.overlay-box .latest-news-title {
  position: absolute;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  padding: 5px 15px;
  color: #fff;
  cursor: pointer;
}
.overlay-box .latest-news-title p {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0px;
}
.overlay-box .latest-news-title p span:nth-child(n+2) {
  float: right;
}
.overlay-box .latest-news-title p i:nth-child(n+2) {
  margin-left: 10px;
}
.overlay-box .latest-news-title h4 {
  font-size: 18px;
  font-weight: 700;
  opacity: 1;
  color: #fff!important;
}
.overlay-box .latest-news-title h4 a {
  color: #fff;
}

.overlay-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center;
}
.overlay-box-big {
  height: 415px;
}
.overlay-box-small {
  height: 200px;
}
.overlay-box img {
  width: 100%;
  position: absolute;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.overlay-red {
  background: rgba(234,61,65, 0.5);
}
.overlay-green {
  background: rgba(36,163,36, 0.5);
}
.overlay-yellow {
  background: rgba(182,135,35, 0.5);
}
.overlay-blue {
  background: rgba(73,92,134, 0.5);
}
.overlay-black {
  background: rgba(0,0,0, 0.5);
}
.overlay-white {
  background: rgba(255,255,255, 0.5);
}

/* Gloss Animation */
.gloss {
	position: relative;
}
.gloss::before {
	position: absolute;
	top: 0;
	left: -80%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.gloss:hover::before {
	-webkit-animation: animateGloss .75s;
	animation: animateGloss .75s;
}
@-webkit-keyframes animateGloss {
	100% { left: 125%; }
}
@keyframes animateGloss {
	100% { left: 125%; }
}






footer {
  background: url('../images/footer_bg.jpg');
  background-color: #f34141;
  background-position: bottom;
  width: 100%;
  height: 65px;
  color: rgba(255,255,255, 0.9);
}
footer .content {
  display: flex;
  line-height: 65px;
}
footer .copyright {
  font-weight: 700;
  width: 100%;
}
footer .copyright img {
  margin-right: 13px;
}
footer .footer-nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
footer .footer-nav a {
  color: rgba(255,255,255, 0.9);
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;

}




/***** marginesy przy rozjazdach kolumn ****/
.nopadding-left {
   padding-left: 0 !important;
   margin-left: 0 !important;
}

.ml-md {
  margin-left: 5px;
}
/*********  ********/
@media only screen and (max-width: 767px) {
  .ml-md {
    margin-left: -15px;
    margin-top: 15px;
  }
}


/*** ordering content ***/
@media only screen and (max-width: 1024px) {
  #contentNews,
  #newWebsite {
    order: 1;
  }
  #contentGames {
    order: 2;
  }
  #contentLanderboard {
    order: 3;
  }
}


/************ small laptops,notebooks and tablets ********/
@media only screen and (max-width: 990px) {

  #contentNews h1 {
    margin-top: 0px;
  }
  .content {
    width: 100%;
  }
  nav.top-navigation .content {
    display: block!important;
  }
  nav .btn {
    margin: 0 auto;
  }
  nav .navbar-collapse {
    text-align: center;
  }
  nav .navbar-brand img {
    width: 240px;
  }
  .latest-news .col-md-6:first-child {
    padding-bottom: 0px !important;
  }
  .latest-news .overlay-box:first-child {
    margin-top: 0;
  }
  .latest-news .overlay-box:last-child {
    margin-bottom: 0;
  }

  .latest-news [class*='col-'] {
     padding: 15px !important;
     margin: 0 !important;
  }

  header.small-header h1 {
    font-size: 28px;
  }

  footer {
    height: auto;
  }
  footer .content {
    display: block;
    text-align: center;
    padding: 50px 10px;
  }
  footer .copyright {
    line-height: 22px;
  }
  footer .copyright img,
  footer .footer-nav {
    margin: 0 auto 20px auto;
    display: block;
  }
}



/************** mobile ***************/
@media only screen and (max-width: 480px) {

  #carouselControler {
    display: none !important;
  }
  footer .footer-nav {
    justify-content: center;
  }
}
