.material-thumbs .thumb {
  width: 60px;
  margin-right: 4px;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.material-thumbs .thumb:hover {
  opacity: 1;
  transform: scale(1.05);
}
.material-thumbs .thumb.active {
  border: 2px solid #0078ff;
}


/*=== Hint ZorNet.Ru ===*/  
#easyTooltip{  
padding:3px 10px;  

background:#212224;  
color:#fff;  
-moz-border-radius: 5px; /* Firefox */  
-webkit-border-top-right-radius: 5px;  
-webkit-border-top-left-radius: 5px;  
-webkit-border-bottom-right-radius: 5px;  
-webkit-border-bottom-left-radius: 5px;  
-khtml-border-radius: 5px; /* KHTML */  
border-radius: 5px;  
opacity: 0.75;  
z-index:999;
 
}  






.material-strips {
  display: flex;
  gap: 4px;
  margin-top: 6px;
}
.material-strips .strip {
  width: 20px;
  height: 4px;
  background: #ccc;
  cursor: pointer;
  border-radius: 2px;
  transition: background 0.2s;
}
.material-strips .strip:hover {
  background: #0078ff;
}







/*=== END ===*/


/* ==== DEADPOOL POPUP СТИЛИ ==== */

/* Overlay */
.deadpool-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 998;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.deadpool-overlay.show {
  display: block;
  opacity: 1;
}

/* Popup */
.deadpool-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  background: #fff;
  padding: 20px;
  width: 95%;
  max-width: 1150px;
  border-radius: 12px;
  box-shadow: 0 0 40px #ff5722;
  z-index: 999;
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.deadpool-popup.show {
  display: block;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Заголовки и текст */
.deadpool-popup h2 {
  color: #ff5722;
  margin-bottom: 10px;
  font-size: 22px;
}
.deadpool-popup p {
  font-size: 15px;
  line-height: 1.5;
  margin: 8px 0;
}

/* Полоса прогресса */
.deadpool-progress {
  width: 80%;
  height: 10px;
  background: #eee;
  border-radius: 6px;
  margin: 15px auto;
  overflow: hidden;
}
.deadpool-progress-bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #ff5722, #ff9800);
  animation: progressAnim 3s linear forwards;
  border-radius: 6px;
}
@keyframes progressAnim {
  from { width: 0%; }
  to { width: 100%; }
}

/* Скриншоты */
.deadpool-images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.deadpool-images img {
  width: 100%;
  max-width: 529px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

/* Кнопки внутри popup */
.deadpool-buttons {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.deadpool-btn {
  display: inline-block;
  background: #ff5722; 
  color: #fff; 
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3); 
}
.deadpool-btn:hover {
  background: #e64a19; 
  color: #fff; 
}

/* Список шагов */
.deadpool-steps {
  text-align: left;
  display: inline-block;
  margin: 10px auto;
  font-size: 14px;
  line-height: 1.5;
}

/* Строка безопасности */
.deadpool-safety {
  margin-top: 10px;
  font-size: 13px;
  color: #555;
}

/* Ссылка на инструкцию */
.deadpool-instruction-link {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #ff5722;
}

/* Мобильные стили */
@media (max-width: 768px) {
  .deadpool-popup {
    padding: 15px;
  }
  .deadpool-popup h2 {
    font-size: 20px;
  }
  .deadpool-popup p, .deadpool-steps, .deadpool-safety {
    font-size: 14px;
  }
  .deadpool-buttons .deadpool-btn {
    padding: 8px 16px;
    font-size: 13px;
  }
}






.rutube-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 15px; /* скругление */
  width: max-content;
  cursor: pointer;
}

.rutube-image {
  display: block;
  transition: opacity 0.3s ease;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

/* При наведении скрываем основную картинку (делаем прозрачной) */
.rutube-link:hover .rutube-image {
  opacity: 0;
}

/* При наведении показываем вторую картинку как фон */
.rutube-link:hover {
  background: url('https://cs.com.ru/img/rutubecs1.png') no-repeat center center;
  background-size: cover;
  border-radius: 15px;
}

/* Блик — всегда виден и анимирован */
.rutube-light {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-20deg);
  animation: lightmove 2s linear infinite;
  opacity: 1; /* всегда виден */
  border-radius: 15px;
  transition: opacity 0.3s ease;
}

@keyframes lightmove {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}























/*
  Theme Name: Geco - eSports Gaming HTML5 Template.
  Support: admin@gmail.com
  Description: Geco - eSports Gaming HTML5 Template.
  Version: 1.0
*/

.vk-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 15px; /* скругление */
  width: max-content;
  cursor: pointer;
}

.vk-image {
  display: block;
  transition: opacity 0.3s ease;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

/* При наведении скрываем основную картинку (делаем прозрачной) */
.vk-link:hover .vk-image {
  opacity: 0;
}

/* При наведении показываем вторую картинку как фон */
.vk-link:hover {
  background: url('/img/vkcs2.png') no-repeat center center;
  background-size: cover;
  border-radius: 15px;
}

/* Блик — всегда виден и анимирован */
.vk-light {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-20deg);
  animation: lightmove 2s linear infinite;
  opacity: 1; /* всегда виден */
  border-radius: 15px;
  transition: opacity 0.3s ease;
}

@keyframes lightmove {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}


/*-------------------------------------------------------*/
/* Sorting Menu
/*-------------------------------------------------------*/

.image-wrapper {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 120px;
}

.image-wrapper .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 4px solid #ddd;
    border-top: 4px solid #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 2;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.image-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s;
}

.image-wrapper img.loaded {
    opacity: 1;
}



.glow-button {
 font-size: 12px;
 text-transform: uppercase;
 color: #ffffff;
 font-weight: 700;
 line-height: 1;
 display: inline-block;
 padding: 14px 23px;
 position: relative;
 z-index: 1;
 margin-left: 7px;
 background: #045ca0;
 border: none;
 border-radius: 66px;
 overflow: hidden;
 
 transition: 0.3s ease-in-out;
 text-decoration: none;
}

.glow-button:hover {
 box-shadow: 0 0 20px #045ca0, 0 0 40px #045ca0;
}

.glow-button .shine {
 content: '';
 position: absolute;
 top: 0;
 left: -75%;
 width: 50%;
 height: 100%;
 background: #045ca0;
 transform: skewX(-20deg);
 animation: shine 2.5s infinite;
 pointer-events: none;
}

@keyframes shine {
 0% {
 left: -75%;
 }
 100% {
 left: 125%;
 }
}



.button-container {
 display: flex;
 justify-content: center;
 gap: 35px;
 margin: 40px 0;
}

.download-button {
 position: relative;
 display: inline-block;
 width: 218px;
 height: 68px;
 border-radius: 15px;
 overflow: hidden;
}

.download-button img {
 width: 218px;
 height: 68px;
 display: block;
 border-radius: 15px;
}

.download-button .shine {
 position: absolute;
 top: 0;
 left: -75%;
 width: 50%;
 height: 100%;
 background: linear-gradient(
 120deg,
 rgba(255, 255, 255, 0) 0%,
 rgba(255, 255, 255, 0.4) 50%,
 rgba(255, 255, 255, 0) 100%
 );
 transform: skewX(-20deg);
 animation: shine 2.5s infinite;
 pointer-events: none;
}

@keyframes shine {
 0% {
 left: -75%;
 }
 100% {
 left: 125%;
 }
}






.img {
transition: 0.3s;
    transform: scale(1);
 
}



.imag2 {
    transition: 0.3s;
    transform: scale(1);
}

.imag2:hover {
    box-shadow:0 0 20px rgb(8 53 171 / 30%), 0 0 40px rgb(0 70 255 / 30%), 0 0 60px rgb(30 63 181 / 30%);
 transform: scale(1.05);
}

.glow-button {
 font-size: 12px;
 text-transform: uppercase;
 color: #ffffff;
 font-weight: 700;
 line-height: 1;
 display: inline-block;
 padding: 14px 23px;
 position: relative;
 z-index: 1;
 margin-left: 7px;
 background: #045ca0;
 border: none;
 border-radius: 66px;
 overflow: hidden;
 box-shadow: 0 0 10px #045ca0, 0 0 20px #045ca0;
 transition: 0.3s ease-in-out;
 text-decoration: none;
}

.glow-button:hover {
 box-shadow: 0 0 20px #045ca0, 0 0 40px #045ca0;
}

.glow-button .shine {
 content: '';
 position: absolute;
 top: 0;
 left: -75%;
 width: 50%;
 height: 100%;
 background: linear-gradient(120deg, rgba(255,255,255,0.1), rgba(255,255,255,0.5), rgba(255,255,255,0.1));
 transform: skewX(-20deg);
 animation: shine 2.5s infinite;
 pointer-events: none;
}

@keyframes shine {
 0% {
 left: -75%;
 }
 100% {
 left: 125%;
 }
}





.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.sorting {
  padding: 10px 20px;
  font-size: 12px;
  display: inline-block;
  width: 100%;
  font-weight: 400;
  margin-bottom:24px;
  background: #303030;
 list-style: none;
 
  border-radius:15px;
}
.mk-3 {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 2.5;
padding-right: 10px;
}
.sortBlock23 {
  text-align:left;
  display: block;
}
.catSortLink.darr::after,
.catSortLink.uarr::after {
  margin-left: 3px;
  color: #ffffff!important;
}
.catSortLink.darr:hover:after,
.catSortLink.uarr:hover:after {
  color:#fff!important;
}
.catSortLink {
  color: #fff;
  font-weight: 700;
  background-color: #373737;
  padding: 10px 10px;
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
  margin: 0 0 0 2px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius:5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.catSortLink:hover {
  color: #ffffff; /* белый текст */
  background-color: #045ca0; /* насыщенный оранжевый фон */
  border-color: transparent;
  box-shadow: 0 0 8px 2px #045ca0; /* оранжевая подсветка (тень) */
  transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}


@media only screen and (max-width: 599px) {
.mk-3 {
  float: none;
}
.sortBlock23 {
  text-align:left;
}
.catSortLink {
  margin: 0 0 5px 2px;
}}
@media only screen and (min-width: 600px) and (max-width: 1199px) {
.catSortLink {
  margin: 0 0 5px 2px;
}}

/*-------------------------------------------------------*/






/* Mне нравится  
  ------------------------------------------*/  
 #rating_os {  
    width: 50%;
    font: 11px Verdana, Arial, Helvetica, sans-serif;  
    color: #ffffff;  
    background: #045ca0;  
    
    padding: 5px;
    border-radius: 5px;
    transition: all 0.3s ease;
    box-shadow: 0 0 5px rgba(4, 92, 160, 0.6);
    cursor: pointer;
}

#rating_os:hover {
    background-color: #044578;
    transform: scale(1.03);
    box-shadow: 0 0 10px rgba(4, 92, 160, 0.9);
}

#rating_os a:link,  
#rating_os a:visited,  
#rating_os a:hover {
    text-decoration: none;
    color: #ffffff;
}

#rating_p {  
    float: right;  
    padding: 3px 5px 3px 5px;  
    background: #044578;
}



/* CSS Index
-----------------------------------

1. Theme default css
2. Header
3. Search modal
4. Breadcrumb
5. Slider
6. Brand
7. Product-area
8. About-us
9. Game Released
10. Game Manage
11. Featured-Games
12. Cta
13. Tournament
14. Just-gamers
15. Features
16. Fact
17. Shop
18. Upcoming-games
19. Game-overview
20. Blog
21. Pagination
22. Testimonial
23. Community
24. Contact
25. Newsletter
26. Footer
27. Preloader

/* Style Games
-------------------------------------------------------*/
.style-games {
	font-family: "Roboto Condensed", sans-serif; }
	.style-games h1, .style-games h2, .style-games h3, .style-games h4, .style-games h5, .style-games h6 {
		letter-spacing: normal;
		line-height: 1.2;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700; }
	.style-games .btn,
	.style-games .nav__menu > li > a,
	.style-games .trending-now__label,
	.style-games .sidenav__menu-url,
	.style-games .entry__meta-category,
	.style-games .widget_tag_cloud a,
	.style-games .entry__tags a,
	.style-games .entry-date-label,
	.style-games label {
		font-family: "Roboto Condensed", sans-serif; }
	.style-games .entry__title {
		font-size: 18px; }
	.style-games .entry__meta-category {
		font-weight: 600;
		font-size: 12px;
                border-radius:5px; }
        .style-games .entry__meta-category a {
                color:#fff; }                                   
	.style-games .card {
                -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
                box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1); }
	.style-games .card__body {
		border: 0px solid #E3E4E8; }
	.style-games .footer__widgets {
		padding: 56px 0; }
	.style-games .footer .widget-title {
		color: #2D95E3;
		font-size: 14px; }
	.style-games .footer__nav-menu + .copyright {
		margin-top: 24px; }

/* Style Rounded
-------------------------------------------------------*/
.style-rounded .trending-now,
.style-rounded .content-box,
.style-rounded .card,
.style-rounded .card__body,
.style-rounded input, .style-rounded select, .style-rounded textarea,
.style-rounded .social,
.style-rounded .entry__meta-category--label,
.style-rounded .owl-prev,
.style-rounded .owl-next,
.style-rounded .thumb__img-holder,
.style-rounded .entry__play-time,
.style-rounded .pagination__page,
.style-rounded #back-to-top,
.style-rounded .btn,
.style-rounded .sidebar .widget {
	border-radius: 5px; }

.style-rounded .widget-search-button,
.style-rounded .search-button,
.style-rounded .mc4wp-form-fields input[type=submit] {
	border-radius: 0 5px 5px 0; }

.style-rounded .mc4wp-form-fields input[type=email],
.style-rounded .mc4wp-form-fields input[type=text] {
	border-radius: 5px 0 0 5px; }

.style-rounded .nav__search-box {
	border-radius: 0 0 5px 5px; }

.mb-0 {
	margin-bottom: 0 !important; }

.mt-40 {
	margin-top: 40px; }

/* Entry Score
-------------------------------------------------------*/
.entry-score {
	border-radius: 50%;
	border: 2px solid #fff;
	width: 46px;
	height: 46px;
	line-height: 44px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	font-size: 15px; }

.entry__img-holder .entry-score {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2; }




.thumb {
	margin-bottom: 48px; }
	.thumb--mb-20 {
		margin-bottom: 20px; }
	.thumb--size-1 {
		height: 197px; }
	.thumb--size-2 {
		height: 298px;
                border-radius:5px; }
	.thumb--size-3 {
		height: 460px; }
	.thumb--size-4 {
		height: 395px; }
	.thumb--size-5 {
		height: 521px; }
	.thumb--size-6 {
		height: 609px; }
		@media only screen and (max-width: 991px) {
			.thumb--size-6 {
				height: 440px; } }
	@media only screen and (max-width: 767px) {
		.thumb--size-3, .thumb--size-4, .thumb--size-5, .thumb--size-6 {
			height: 300px; } }
	.thumb__img-holder {
		height: 100%;
		margin-bottom: 0; }

.thumb-url {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2; }

.thumb-entry-title {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0; }
	.thumb-entry-title:hover a,
	.thumb-entry-title a:focus {
		color: #fff; }

.thumb-50 {
	padding-bottom: 50%; }

.thumb-60 {
	padding-bottom: 60%; }

.thumb-65 {
	padding-bottom: 65%; }

.thumb-70 {
	padding-bottom: 70%; }

.thumb-75 {
	padding-bottom: 75%; }

.thumb-80 {
	padding-bottom: 80%; }

.thumb-100 {
	padding-bottom: 100%; }

/*-------------------------------------------------------*/



/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative; }

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1; }

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0; }

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none; }

.owl-carousel .owl-item img {
	display: block;
	width: 100%; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.owl-carousel.owl-loading {
	opacity: 0;
	display: block; }

.owl-carousel.owl-hidden {
	opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab; }

.owl-carousel.owl-rtl {
	direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
	float: right; }

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
	z-index: 0; }

.owl-carousel .owl-animated-out {
	z-index: 1; }

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	        animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1; }
	100% {
		opacity: 0; } }

@keyframes fadeOut {
	0% {
		opacity: 1; }
	100% {
		opacity: 0; } }

.owl-height {
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000; }

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	        transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none; }

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%; }

.owl-prev, .owl-next {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	line-height: 48px;
	z-index: 10;
	width: 48px;
	height: 48px;
	font-size: 14px;
	color: #171821;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; }
	.owl-prev:hover, .owl-next:hover {
		color: #fff;
		background-color: #2D95E3;
		border-color: transparent; }

.owl-prev {
	left: 10px; }

.owl-next {
	right: 10px; }

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
	opacity: 1; }

.owl-carousel--dark-arrows .owl-prev, .owl-carousel--dark-arrows .owl-next {
	color: #54555E; }

.owl-carousel--visible-arrows .owl-prev, .owl-carousel--visible-arrows .owl-next {
	opacity: 1; }

.owl-carousel--visible-arrows .owl-prev,
.owl-carousel--visible-arrows:hover .owl-prev {
	left: -60px; }

.owl-carousel--visible-arrows .owl-next,
.owl-carousel--visible-arrows:hover .owl-next {
	right: -60px; }

.owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: 30px; }

.owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline; }

.owl-dot span {
	width: 22px;
	height: 4px;
	margin: 3px;
	background: #fff;
	opacity: 0.4;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease; }

.owl-dot.active span,
.owl-dot:hover span {
	opacity: 1;
	background-color: #2D95E3; }

.owl-carousel--dots-inside .owl-dots {
	position: absolute;
	bottom: 20px;
	margin-top: 0;
	width: 100%; }

.owl-carousel--arrows-outside .owl-prev,
.owl-carousel--arrows-outside .owl-next {
	opacity: 1;
	top: -62px;
	margin-top: 0;
	padding: 0;
	width: 28px;
	height: 30px;
	line-height: 27px;
	text-align: center;
	border: 1px solid #E3E4E8;
	font-size: 12px;
	border-radius: 5px; }
	.owl-carousel--arrows-outside .owl-prev:hover,
	.owl-carousel--arrows-outside .owl-next:hover {
		border-color: transparent; }

.owl-carousel--arrows-outside .owl-prev {
	right: 32px;
	left: auto; }

.owl-carousel--arrows-outside .owl-next {
	right: 0; }

.owl-custom-nav {
	margin-top: 24px; }
	.owl-custom-nav__btn {
		text-transform: uppercase;
		font-size: 10px;
		border-radius: 5px;
		border: 1px solid #E3E4E8;
		padding: 0 5px;
		line-height: 26px;
		background-color: transparent; }
		.owl-custom-nav__btn:hover {
			background-color: #2D95E3;
			color: #fff;
			border-color: transparent; }
		.owl-custom-nav__btn:focus {
			outline: none; }
		.owl-custom-nav__btn i {
			font-size: 8px;
			margin: 0 3px;
			position: relative;
			top: -1px; }

/*-------------------------------------------------------*/





















/* Content
/*-------------------------------------------------------*/
.title-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 32px; }
	.title-wrap--line {
		border-top: 3px solid #888994;
		padding-top: 32px; }
	.title-wrap--pr {
		padding-right: 62px; }

.section-title {
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 0;
	font-size: 21px;
	display: inline-block;
	float: left;
	font-weight: 700; }
	.section-title--sm {
		font-size: 18px; }
	@media only screen and (max-width: 767px) {
		.section-title {
			float: none; } }

.all-posts-url {
	float: right;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-family: "Roboto Condensed", sans-serif;
	color: #54555E;
	font-size: 14px;
	line-height: 28px; }

.content-box {
	background-color: #fff;
	padding: 32px;
        border-radius:5px;
        -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1); }
	@media only screen and (min-width: 992px) {
		.content-box--top-offset {
			margin-top: 0; } }
	@media only screen and (max-width: 575px) {
		.content-box {
			padding: 24px; } }
	.content-box--pt-108 {
		padding-top: 108px; }
		@media only screen and (max-width: 575px) {
			.content-box--pt-108 {
				padding-top: 60px; } }

/* Tab Post
-------------------------------------------------------*/
.tab-post__tabs {
	float: right;
	line-height: 27px; }
	@media only screen and (max-width: 767px) {
		.tab-post__tabs {
			float: none;
			width: 100%;
			margin-top: 10px; } }
	.tab-post__tabs .tabs__item {
		margin-right: 26px; }
		.tab-post__tabs .tabs__item a {
			color: #54555E; }
			.tab-post__tabs .tabs__item a:hover, .tab-post__tabs .tabs__item a:focus {
				color: #2D95E3; }
		.tab-post__tabs .tabs__item:last-child {
			margin-right: 0; }
	.tab-post__tabs .tabs__item--active a {
		color: #2D95E3; }
	.tab-post__tabs .tabs__item--active:before {
		display: none; }

.tab-post .tabs__content {
	padding: 0;
	border: 0; }

.tab-post .entry {
	margin-bottom: 20px; }

/* Card
-------------------------------------------------------*/
.card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 0%;
	        flex: 1 0 0%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background-color: #fff;
	overflow: hidden; 
        border-radius: 5px; }
	.card-row > div {
		margin-bottom: 30px; }
	.card-row .card {
		height: 100%;
		margin-bottom: 0; }
	.card__img-holder {
		margin-right: 0 !important;
		margin-bottom: 0 !important; }
	.card__body {
		background-color: #fff;
		padding: 24px 32px;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto; }
	.card--1 .entry__title {
		margin-bottom: 32px; }

/* Post List
-------------------------------------------------------*/
.post-list {
	position: relative;
	margin-bottom: 20px;
	min-height: 270px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row; }
	.post-list:last-child {
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 30px;
                                    }
	.post-list__img-holder {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		margin-right: 0px;
		margin-bottom: 0; }
		@media only screen and (max-width: 991px) {
			.post-list__img-holder {
				width: 170px; } }
	.post-list__body {
		overflow: hidden;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%; }
	@media only screen and (max-width: 575px) {
		.post-list {
			display: block; }
			.post-list__img-holder, .post-list__body {
				width: 100%; }
			.post-list__img-holder {
				float: none;
				margin-right: 0;
				margin-bottom: 0px;
				min-height: 180px; } }

.post-list__img-holder_1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin-right: 0px;
  margin-bottom: 0;
}

.post-list__body_1 {
  overflow: hidden;
  -webkit-box-flex: 0;
}

@media only screen and (max-width: 575px) {
.post-list_1 {
  display: flex;
}}

.post-list_1:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.post-list_1 {
  position: relative;
  margin-bottom: 20px;
  min-height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* Post List Small
-------------------------------------------------------*/
.post-list-small__item {
	padding: 16px 0;
	position: relative; }
	.post-list-small__item:first-child {
		padding-top: 0; }
	.post-list-small__item:last-child {
		padding-bottom: 0;
		border-bottom: 0; }

.post-list-small__img-holder {
	width: 88px;
	float: left;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 16px; }
	@media only screen and (max-width: 575px) {
		.post-list-small__img-holder {
			width: 50px; } }

.post-list-small__img--rounded {
	border-radius: 50%;
	overflow: hidden; }

.post-list-small__body {
	overflow: hidden; }

.post-list-small__entry-title {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 5px;
	margin-top: 5px; }
	.post-list-small__entry-title a {
		color: #171821; }
		.post-list-small__entry-title a:hover, .post-list-small__entry-title a:focus {
			color: #2D95E3; }

.post-list-small--border-top {
	border-top: 1px solid #E3E4E8;
	padding-top: 16px;
	margin-top: -10px; }

.post-list-small--dividers li {
	border-bottom: 1px solid #E3E4E8; }

.post-list-small--arrows {
	position: relative; }
	.post-list-small--arrows li {
		padding-left: 0px; }
		.post-list-small--arrows li:before {
			position: absolute;
			left: 0;
			top: 22px;
                        content: "\f105";
                        font-family: "FontAwesome";
                        font-size: 15px;
                        margin-right: 8px;
                        line-height: 1;
                        display:none; }
		.post-list-small--arrows li:first-child:before {
			top: 6px;
                        display:none; }

.post-list-small--1 .post-list-small__item {
	border-bottom: 1px solid #E3E4E8; }
	.post-list-small--1 .post-list-small__item:last-child {
		border-bottom: 0; }

.post-list-small--1 .post-list-small__img-holder {
	border-radius: 0;
	width: 78px; }

.post-list-small--1 .post-list-small__entry-title {
	margin: 0; }

.post-list-small--2 .post-list-small__img-holder {
	border-radius: 0;
	width: 130px; }

.post-list-small--2 .post-list-small__entry-title {
	font-size: 16px; }

.post-list-small--3 {
	margin-bottom: 30px; }
	.post-list-small--3 .post-list-small__item {
		border-bottom: 0px solid #E3E4E8;
		padding: 15px 0; }
		.post-list-small--3 .post-list-small__item:first-child {
			border-top: 0px solid #E3E4E8; }
		.post-list-small--3 .post-list-small__item:last-child {
			padding-bottom: 24px; }
	.post-list-small--3 .post-list-small__img-holder {
		border-radius: 0;
		width: 84px; }
	.post-list-small--3 .post-list-small__entry-title {
		margin-top: 0;
		font-size: 16px;
		font-weight: 600;
		color: #54555E; }

.bottom-gradient {
	position: absolute;
	width: 100%;
	height: 70%;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
	/* IE6-9 */ }

.entry1 {
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
    border-radius: 5px;
}

.entry__img-holder .entry-score {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative; }

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1; }

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0; }

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none; }

.owl-carousel .owl-item img {
	display: block;
	width: 100%; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.owl-carousel.owl-loading {
	opacity: 0;
	display: block; }

.owl-carousel.owl-hidden {
	opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab; }

.owl-carousel.owl-rtl {
	direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
	float: right; }

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
	z-index: 0; }

.owl-carousel .owl-animated-out {
	z-index: 1; }

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	        animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1; }
	100% {
		opacity: 0; } }

@keyframes fadeOut {
	0% {
		opacity: 1; }
	100% {
		opacity: 0; } }

.owl-height {
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000; }

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	        transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none; }

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%; }

.owl-prev, .owl-next {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	line-height: 48px;
	z-index: 10;
	width: 48px;
	height: 48px;
	font-size: 14px;
	color: #171821;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; }
	.owl-prev:hover, .owl-next:hover {
		color: #fff;
		background-color: #2D95E3;
		border-color: transparent; }

.owl-prev {
	left: 10px; }

.owl-next {
	right: 10px; }

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
	opacity: 1; }

.owl-carousel--dark-arrows .owl-prev, .owl-carousel--dark-arrows .owl-next {
	color: #54555E; }

.owl-carousel--visible-arrows .owl-prev, .owl-carousel--visible-arrows .owl-next {
	opacity: 1; }

.owl-carousel--visible-arrows .owl-prev,
.owl-carousel--visible-arrows:hover .owl-prev {
	left: -60px; }

.owl-carousel--visible-arrows .owl-next,
.owl-carousel--visible-arrows:hover .owl-next {
	right: -60px; }

.owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: 30px; }

.owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline; }

.owl-dot span {
	width: 22px;
	height: 4px;
	margin: 3px;
	background: #fff;
	opacity: 0.4;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease; }

.owl-dot.active span,
.owl-dot:hover span {
	opacity: 1;
	background-color: #2D95E3; }

.owl-carousel--dots-inside .owl-dots {
	position: absolute;
	bottom: 20px;
	margin-top: 0;
	width: 100%; }

.owl-carousel--arrows-outside .owl-prev,
.owl-carousel--arrows-outside .owl-next {
	opacity: 1;
	top: -62px;
	margin-top: 0;
	padding: 0;
	width: 28px;
	height: 30px;
	line-height: 27px;
	text-align: center;
	border: 1px solid #E3E4E8;
	font-size: 12px;
	border-radius: 5px; }
	.owl-carousel--arrows-outside .owl-prev:hover,
	.owl-carousel--arrows-outside .owl-next:hover {
		border-color: transparent; }

.owl-carousel--arrows-outside .owl-prev {
	right: 32px;
	left: auto; }

.owl-carousel--arrows-outside .owl-next {
	right: 0; }

.owl-custom-nav {
	margin-top: 24px; }
	.owl-custom-nav__btn {
		text-transform: uppercase;
		font-size: 10px;
		border-radius: 5px;
		border: 1px solid #E3E4E8;
		padding: 0 5px;
		line-height: 26px;
		background-color: transparent; }
		.owl-custom-nav__btn:hover {
			background-color: #2D95E3;
			color: #fff;
			border-color: transparent; }
		.owl-custom-nav__btn:focus {
			outline: none; }
		.owl-custom-nav__btn i {
			font-size: 8px;
			margin: 0 3px;
			position: relative;
			top: -1px; }

/*-------------------------------------------------------*/

/*-------------------------------------------------------*/
/* Post Thumbs
/*-------------------------------------------------------*/
.thumb-container {
	background-color: #f7f7f7;
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0); }
        .thumb-img {
        border-radius:5px; }
	.thumb-container img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		min-height: 100%;
		-webkit-backface-visibility: hidden;
		        backface-visibility: hidden; }
	.footer--dark .thumb-container {
		background-color: #171821; }

.thumb-text-holder {
	position: absolute;
	bottom: 24px;
	width: 100%;
	z-index: 3;
	padding: 0 24px;
	text-align: center; }
	.thumb-text-holder .entry__meta li,
	.thumb-text-holder .entry__meta a,
	.thumb-text-holder .entry__meta a:hover,
	.thumb-text-holder .entry__meta a:focus {
		color: #fff !important; }
	.thumb-text-holder--1 {
		text-align: left; }
		.thumb-text-holder--1 .thumb-entry-title {
			font-size: 24px;
			margin-bottom: 5px; }
	.thumb-text-holder--2 {
		text-align: left; }
		.thumb-text-holder--2 .thumb-entry-title {
			font-size: 34px;
			margin-top: 14px;
			margin-bottom: 8px; }
			@media only screen and (max-width: 767px) {
				.thumb-text-holder--2 .thumb-entry-title {
					font-size: 20px; } }
		.thumb-text-holder--2 .entry__meta a {
			color: #fff !important; }
	.thumb-text-holder--3 {
		text-align: left; }
		.thumb-text-holder--3 .thumb-entry-title {
			font-size: 28px;
			margin-top: 16px; }
			@media only screen and (max-width: 767px) {
				.thumb-text-holder--3 .thumb-entry-title {
					font-size: 20px; } }
	.thumb-text-holder--4 {
		text-align: left; }
		.thumb-text-holder--4 .thumb-entry-title {
			font-size: 16px; }
	.thumb-text-holder--5 {
		text-align: center;
		top: 50%;
		left: 50%;
		bottom: auto;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%); }
		.thumb-text-holder--5 .thumb-entry-title {
			font-size: 40px;
			max-width: 770px;
			margin: 8px auto; }
			@media only screen and (max-width: 767px) {
				.thumb-text-holder--5 .thumb-entry-title {
					font-size: 20px; } }

.thumb {
	margin-bottom: 48px; }
	.thumb--mb-20 {
		margin-bottom: 20px; }
	.thumb--size-1 {
		height: 197px; }
	.thumb--size-2 {
		height: 298px;
                border-radius:5px; }
	.thumb--size-3 {
		height: 460px; }
	.thumb--size-4 {
		height: 395px; }
	.thumb--size-5 {
		height: 521px; }
	.thumb--size-6 {
		height: 609px; }
		@media only screen and (max-width: 991px) {
			.thumb--size-6 {
				height: 440px; } }
	@media only screen and (max-width: 767px) {
		.thumb--size-3, .thumb--size-4, .thumb--size-5, .thumb--size-6 {
			height: 300px; } }
	.thumb__img-holder {
		height: 100%;
		margin-bottom: 0; }

.thumb-url {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2; }

.thumb-entry-title {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0; }
	.thumb-entry-title:hover a,
	.thumb-entry-title a:focus {
		color: #fff; }

.thumb-50 {
	padding-bottom: 50%; }

.thumb-60 {
	padding-bottom: 60%; }

.thumb-65 {
	padding-bottom: 65%; }

.thumb-70 {
	padding-bottom: 70%; }

.thumb-75 {
	padding-bottom: 75%; }

.thumb-80 {
	padding-bottom: 80%; }

.thumb-100 {
	padding-bottom: 100%; }

/*-------------------------------------------------------*/


.aztemilag_kitpriotas img {width: 100%;margin 0px;height: 230px;border-radius: 2px;}
#allEntries div[id*="entryID"]{margin:0 2% 20px 0;width:49%;float:left;}
#allEntries div[id*="entryID"]:nth-child(2n){margin:0 0 20px 0;}
#allEntries div[id*="entryID"] {margin-bottom:20px;}
@media only screen and (max-width: 940px) {
#allEntries div[id*="entryID"]{width:48%;margin: 0 4% 20px 0;}
#allEntries div[id*="entryID"]:nth-child(2n){margin: 0 0 20px 0 !important;}  
#allEntries div[id*="entryID"]:nth-child(2n){margin: 0 4% 20px 0;}
}
@media screen and (max-width: 640px) {
#allEntries div[id*="entryID"]{width:auto !important;margin: 0 0 20px 0 !important;float:none !important;}
}
.salgezuntab_zornet_rubis {padding: 7px;margin: 5px;background-color: #0a151b;border-radius: 2px;border: 1px solid #2f3031;}
.odisanueb_material {background: #373737;padding: 0 10px;font-size: 11px;height: 34px;line-height: 35px;margin-top: 5px;border-radius: 2px;}
.odisanueb_material span {margin-right: 5px;color: #fff3f3;}
.odisanueb_material span a {color: #fff;}
.date {font-size: 15px;float: left;}
.comment {font-size: 15px;float: right;}
.date,.prosm, .comment {padding-left: 5px !important;}
.tesaxu_midsan-eMessagess {height: 150px; overflow: hidden;}
.tesaxu_midsan {padding: 9px 0;}
.tesaxu_midsan a {text-transform: uppercase;font-size: 15px;color: #b4e3ff;font-weight: bold;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;border-bottom: 1px solid #504d4d;margin: 0 0 -5px;padding: 0px 5px 5px;}
.tesaxu_midsan a:hover {color: #4dec89;text-decoration: underline;}
.eMessagess {text-align: justify;height: 87px;overflow: hidden;line-height: 135%;color: #fff;font-size: 14px;padding: 0 5px;}
.catmen a {background: rgba(61, 179, 74, 0.69);color: #f1ebeb;display: block;font-size: 13px;height: 35px;line-height: 5px;margin: -51px 0 0 0px;padding: 15px;position: absolute;width: auto;border-radius: 0px 3px 0px 0px;}
.catmen a:hover {text-decoration:none; background: #219227;}












.tip {position: absolute !important;top: 15px;left: -7px;height: 13px;width: 9px;background: url("/social-comments/arrow.png") no-repeat top left;position: relative; }         
 .comment_error div.commError span.myWinError{margin: 0px 5px 5px 5px;display: block;}         
 .buttonsend:hover{opacity:0.8}         
 .buttonsend {margin:8px 15px;cursor:pointer;padding: 3px 10px;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;font-size: 12px;font-weight: bold;text-decoration: none;color: #fff !important;border: none;background: #ea4c89 url(/social-comments/glass.png) repeat-x 0 0;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}         
 .comment_os1 {position: absolute !important;top: 10px;right: 9px;height: 20px;width: 20px;background: url("/social-comments/answer.png") no-repeat 0 0;position: relative;cursor:pointer;}         
 .comment_os2 {position: absolute !important;top: 30px;right: 7px;height: 15px;width: 22px;background: url("/social-comments/answer.png") no-repeat 0 -20px;position: relative;cursor:pointer; }         
 .comment_inner{/*background: #fff;*/ width:100%; overflow: hidden; min-height:50px;padding: 0px;}         
 .comment_inner2{margin: 0px 12px; padding: 8px 0px;border-bottom: 1px solid #ececec}         
 .comment_avatar{float: left; width: 50px; margin-right: 7px;}         
 .comment_avatar img{width: 50px; height: 50px; margin: 3px 10px 0 0;-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}         
 .comment_body{padding:0px; margin-left: 50px;}         
 .comment_title{padding: 5px 8px 0px 8px; font: bold 14px/16px "Tahoma";}         
 .comment_message{padding: 8px 8px;color:#666; font-size: 13px;}         
 .comment_username{color: #aaa; padding-right:6x;}         
 .comment_username a{color: #aaa; text-decoration:none;}         
 .comment_username a:hover{color: #999;}         
 .comment_date{color: #a9a9a9; font: normal 11px/13px "Tahoma";}         
 .comment_addition{padding: 0px 10px; font: bold 11px/13px "Arial","Tahoma";text-align: right;}         
 .comment_moder{float:right;}         
 .comment_moder a{text-decoration:none; color: #3e3e3e;}         
 .cm_edit:hover,.cm_delete:hover { opacity:0.8;}         
 .cm_edit {height: 15px;width: 15px;display: inline-block;background-repeat: no-repeat;background-position: 0 1px;background-image: url(/social-comments/edit.png);opacity:0.3;}         
 .cm_delete {height: 15px;width: 15px;display: inline-block;background-repeat: no-repeat;background-position: -20px 0px;background-image: url(/social-comments/edit.png); opacity:0.3;}         
 .comment_like a{text-decoration:none;color: #ea4c88;padding-left: 14px;background-repeat: no-repeat;background-position: 0 -33px;background-image: url(/social-comments/icon-heard.png);}         
 .comment_answer a{text-decoration:none;color: #3e3e3e;padding-left: 15px;background-repeat: no-repeat;background-position: 0 1px; background-image: url(/social-comments/comment.png);}         
 .comment_like a:hover,.comment_answer a:hover{opacity:0.7}






.showMoreBtn {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 7px auto;
    padding: 10px 10px;
    background: #045ca0;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 15px;
    color: #ffffff;
}

 .showMoreBtn:hover {background:#044578; color:#ffffff;}





.up-big-box {
    /* margin: 5px; */
    /* flex: 1 1 auto; */
    /* margin-right: 25px; */
    margin-top: 10px;
    margin-left: 20px;
}
.up-big-text h1 {font-size: 25px;font-weight: 100;text-transform: uppercase;color: #fff;height: 24px;line-height: 24px;padding: 10px;padding-bottom:35px;} 
.main-d {
margin: 15px 23px 15px 10px;
}
.main-d span a {color: #fff;} 
.main-d span a:hover {text-decoration: none;}
.up-big-text {width: 869px;}
.up-big-text p {padding: 5px;color: #fff;font-size: 13px;line-height: 23px;}
.top-main-screen {width: 100%!important;height: 100%!important;} 
.up-big-img {max-width: 390px;}
.up-big-img a img {
width: 127px;
height: 90px;
display: inline-block;
border-radius: 15px;
  margin-top:5px;
}
}.up-big-info span {display: inline-block;color: #cbcbcb;font-size: 14px;}
.up-big-info span a {color: #cbcbcb;} .up-big-info span a:hover {text-decoration:none;}
.top-download {margin: 20px 0 15px 0;}
ol.facts {list-style: none;counter-reset: my-awesome-counter;font-size: 16px;line-height: 40px;}
.facts li {counter-increment: my-awesome-counter;margin: 0.25rem;}
.facts li::before {content: counter(my-awesome-counter);background: #ff0000;width: 2rem;height: 2rem;border-radius: 50%;display: inline-block;line-height: 2rem;color: white;text-align: center;margin-right: 0.5rem;}
i.m-icon {vertical-align: sub;display:inline-block;width:16px;height:16px;}
i.icon__steam {background-image: url(https://cs16-go.ru/img/other_icons/main_d_6.webp);}
i.icon__size {background-image: url(https://cs16-go.ru/img/other_icons/file_size.webp);}
i.icon__exe {background-image: url(https://cs16-go.ru/img/other_icons/file-exe.webp);}
i.icon__ok {background-image: url(https://cs16-go.ru/img/other_icons/main_d_1.webp);}
@media only screen and (max-width: 1280px){
.up-big-text {width: 670px;}
.main-d span {font-size: 13px;} 
.top-main-screen {width: 482px!important;}
.up-big-img a img {width: 152px;}
img.top-spoiler {width: 80%;}
}
@media only screen and (max-width: 1024px){
.up-big-text h1 {font-size: 22px;}
.up-big-text {width: 590px;}
.up-big-img {width:100%}
.main-d span {font-size: 14px;} 
.top-main-screen {width: 355px!important;height: 200px!important;}
.up-big-img a img {width: 109px;height: 80px;}
img.top-spoiler {width: 100%;}
a.torrent {font-size: 17px!important;}
}
@media only screen and (max-width: 640px){
.up-big-text {width: 100%;}
.up-big-block {display: block;margin: 0;}
.up-big-img a img {display:block;}
}


.main-d span {
display: inline-block;
background-image: linear-gradient(to left, #045ca0, #045ca0);
padding: 5px 20px 7px;
margin-top: 5px;
margin-right: 3px;
margin-bottom: 3px;
color: #fff;
font-size: 14px;
  border-radius: 10px;
     
}

.main-d span:hover {
display: inline-block;
background-image: linear-gradient(to left, #045ca0, #045ca0);
padding: 5px 20px 7px;
margin-top: 5px;
margin-right: 3px;
margin-bottom: 3px;
color: #fff;
font-size: 14px;
border-radius: 10px;
    box-shadow: 0 0 20px #045ca0, 0 0 7px #045ca0;
  
}












details summary::-webkit-details-marker {
    display: none;
}

details > summary {
    list-style: none;
}

details summary::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    background: url(/img/dropdown-up.webp) no-repeat center / 1em;
    height: 100%;
    width: 16px;
    transition: all 0.1s linear;
}

details[open] summary::before {
    transform: rotate(180deg);
}

details[open] > .toggle-text {
    border-radius: 15px 15px 0 0;
}

details {
    width: 100%;
    margin-bottom: 10px;
}

summary {
    position: relative;
}

.toggle-text {
    transition: all 0.2s linear;
    background: #303030;
    color: #fff;
    font-size: 15px;
    border-left: 3px solid #045ca0;
    cursor: pointer;
    padding: 12px;
    border-radius: 15px;
}

.toggle-text:hover {
    background-color: #3f3f3f;
    transition: all 0.3s linear;
    color: #fff;
}

.toggle-content {
    background: #303030;
    color: #fff;
    padding: 25px;
    line-height: 24px;
    font-size: 14px;
    border-radius: 0 0 10px 10px;
}

.up-big-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    background: #262626;
    border-radius: 15px;
    margin: 0 20px 14px 20px;
    box-sizing: border-box;
}

/* адаптация под мобильные устройства */
@media (max-width: 768px) {
    .up-big-block {
        flex-direction: column;
        margin: 0 10px 10px 10px;
    }

    .toggle-text {
        font-size: 14px;
        padding: 10px;
    }

    .toggle-content {
        padding: 15px;
    }
}


::-webkit-scrollbar-button {
  background-image: url('');
  background-repeat: no-repeat;
  width: 6px;
  height: 0px;
}
::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track-bg);
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 50px;
  background-color: #045ca0;
box-shadow: 0 0 20px #045ca0, 0 0 7px #045ca0;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #045ca0;
box-shadow: 0 0 20px #045ca0, 0 0 7px #045ca0;
}
::-webkit-resizer {
  background-image: url('');
  background-repeat: no-repeat;
  width: 6px;
  height: 0px;
}
::-webkit-scrollbar {
  width: 6px;
 // cursor: url(/templates/standart_dark/img/NeonCursor04-Blue.cur), auto;
  pointer-events: auto;
}


.visible-scrollbar,
.invisible-scrollbar,
.mostly-customized-scrollbar {
display: block;
width: 390px;
overflow-y: scroll;
height: 250px;
}
.invisible-scrollbar::-webkit-scrollbar {
display: none;
}



.visible-scrollbar1,
.invisible-scrollbar,
.mostly-customized-scrollbar {
display: block;
width: 100%;
overflow-y: scroll;
min-height: 200px;

max-height: 400px;
}
.invisible-scrollbar::-webkit-scrollbar {
display: none;
}
/* Demonstrate a "mostly customized" scrollbar
 * (won't be visible otherwise if width/height is specified) */
.mostly-customized-scrollbar::-webkit-scrollbar {
width: 5px;
height: 8px;
background-color: #aaa; /* or add it to the track */
}
/* Add a thumb */
.mostly-customized-scrollbar::-webkit-scrollbar-thumb {
  background: #000;
  
}


.buttons_download {display: flex;flex-wrap: wrap;justify-content: space-evenly; margin-top:15px;}
.button_download {width: 218px; height: 58px; border-radius: 5px; cursor:pointer; position:relative; box-shadow: 0 0 8px 3px rgba(0,0,0, 0.1); margin-bottom:15px;}
.button_download img {transition: .5s; margin-left:15px;}
.button_download:hover img {transform: scale(1.1) rotate(360deg);}
.button_download:hover {box-shadow: 0 0 10px 4px rgba(0,0,0, 0.2);}
.button_download p {color: #fff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45); font-size: 15px; line-height: 18px; text-transform:none; margin: 0; padding:0; font-style: normal; position:absolute; left:37%; padding-top:12px;}
.button_download span {text-transform:uppercase; font-weight:bold; font-size:18px; padding-left:10px;display:block;}
.direct_link {font-size: 14px; background:-webkit-gradient(linear, left top, right top, color-stop(27%, #212529), color-stop(27%, #2c9bf0)); background: linear-gradient(to right, #212529 27%, #2c9bf0 27%);}
.direct_link img {margin-left:-90px; margin-top:14px;}
.torrent_link {background:-webkit-gradient(linear, left top, right top, color-stop(27%, #212529), color-stop(27%, #31c439)); background: linear-gradient(to right, #212529 27%, #31c439 27%);}
.torrent_link img {margin-left:-97px; margin-top:14px;}
.yandex_link {background:-webkit-gradient(linear, left top, right top, color-stop(27%, #ffffff ), color-stop(27%, #ffffff )); background: linear-gradient(to right, #ffffff  27%, #ffab22 27%);}
.yandex_link img {margin-left:-97px; margin-top:19px;}
.google_link {background:-webkit-gradient(linear, left top, right top, color-stop(27%, #212529), color-stop(27%, #985eee)); background: linear-gradient(to right, #212529 27%, #985eee 27%);}
.google_link img {margin-left:-97px; margin-top:14px;}



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 body {
	font-family: 'Alumni', sans-serif;
	  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size: 15px;
	
	color: #fff;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.btn:focus,
.button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;

}
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	
	color: #fff;
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 20px;
	font-weight: 700;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 15px;
color: #fff;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 13px;
}
ul {
	margin: 0px;
	padding-left: 15px;

}
li {
	

list-style-type: square;


}
p {
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
	color: #cbcbcb;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #303030;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */
.btn {
	-moz-user-select: none;
	border: none;
	border-radius: 5px;
	color: #fff; /* белый текст */
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	padding: 20px 44px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	background-color: #e4a101; /* оранжевый фон */
	z-index: 1;
}

/* Постоянный блик */
.btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(
		120deg,
		rgba(255,255,255,0) 0%,
		rgba(255,255,255,0.6) 50%,
		rgba(255,255,255,0) 100%
	);
	transform: skewX(-25deg);
	animation: shine 2s linear infinite; /* бесконечный цикл */
}

/* Подсветка при наведении */
.btn:hover {
	box-shadow: 0 0 20px #e4a101;
}

/* Иконка внутри */
.btn i {
	margin-right: 5px;
}

@keyframes shine {
	0% { left: -75%; }
	100% { left: 125%; }
}



/* scrollUp */
#scrollUp {
	background: #E4A101;
	height: 40px;
	width: 40px;
	right: 50px;
	bottom: 50px;
	color: #1c1121;
	text-align: center;
	border-radius: 0;
	font-size: 22px;
	line-height: 38px;
border-radius: 15px;
}
#scrollUp:hover {
	background: #444;
	color: #fff;
}


/* 2. Header */
.header-top-area {
	background: #1c1121;
}
.container-full-padding {
	padding: 0 260px;
}
.s-container-full-padding {
	padding: 0 230px;
}
.header-top-offer {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.header-top-offer p,
.time-count {
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 600;
	color: #a5a5a5;
}
.header-top-offer .time-count {
	display: none;
}
.header-top-offer .time-count:first-child {
	display: block;
}
.header-top-offer .time-count > span {
	display: inline-block;
	padding: 16px 25px;
	font-weight: 900;
	font-size: 18px;
	color: #1c1121;
	position: relative;
	z-index: 1;
}
.header-top-offer .time-count > span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/offer_count_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}
.header-top-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-social ul {
	display: flex;
	flex-wrap: wrap;
}
.header-social ul li {
	margin-left: 15px;
	display: inline-block;
}
.header-social ul li:first-child {
	margin-left: 0;
}
.header-social ul li a {
	color: #b4b0b5;
	font-size: 13px;
}
.header-social ul li a:hover,
.header-top-mail p span,
.header-top-mail p i,
.header-action ul li.header-search a,
ul.minicart .cart-content a:hover,
.navbar-wrap ul li .submenu li.active > a,
.navbar-wrap ul li .submenu > li:hover > a,
.minicart .del-icon > a,
#search-modal .modal-dialog .modal-content form button,
.slider-content h6,
.slider-content h2 span,
.section-title h2 span,
.latest-games-content h4 a:hover,
.latest-games-content h4 span,
.latest-games-content p span,
.latest-games-active.owl-carousel .owl-nav button:hover,
.product-active .slick-arrow:hover,
.testimonial-active.owl-carousel .owl-nav button:hover,
.match-team-name a:hover,
.coming-match-info h5 span,
.tournament-schedule-content h3 span,
.tournament-schedule-content h3 a:hover,
.coming-match-time .time-count span,
.tournament-menu button.active,
.tournament-schedule-meta h5 span,
.tournament-schedule-meta a,
.product-content h4 a:hover,
.blog-post-content h5 a:hover,
.product-price h5,
.product-cart-action a,
.blog-meta ul li i,
.testi-avatar-info span,
.features-item .features-list-content .product-tag a,
.features-list-content h6 a:hover,
.newsletter-form-grp i,
.newsletter-form button:hover,
.fw-link ul li a:hover,
.copyright-text p a {
	color: #045ca0;
}
.header-top-action ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.header-top-mail p {
	margin-bottom: 0;
	font-size: 12px;
	color: #bcbcbc;
}
.header-top-mail p a {
	color: #bcbcbc;
}
.header-top-action {
	margin-left: 20px;
}
.header-top-action ul li:last-child {
	margin-left: 15px;
	overflow: hidden;
}
.header-top-mail p span {
	display: inline-block;
	margin-right: 15px;
}
.header-top-mail p i {
	margin-right: 10px;
}
.header-user-login > a {
	display: block;
	background: #181719;
	color: #edeaea;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0 0 2px 2px;
	height: 35px;
	line-height: 35px;
	padding: 0 18px 0 0;
	border-top: 1px solid #e4a101;
}
.header-user-login > a i {
	display: inline-block;
	width: 40px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 15px;
	color: #1c1121;
}
.main-header {
	background-image: url(../images/bg/header_bg.jpg);
	background-position: right center;
	background-size: cover;
	position: relative;
}
.main-menu nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.navbar-wrap {
	display: flex;
	flex-grow: 1;
border-radius: 10px;
}
.navbar-wrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: auto;
border-radius: 10px;
}
.navbar-wrap ul li {
	position: relative;
border-radius: 10px;
}
.navbar-wrap ul li a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #edeaea;
	padding: 43px 26px;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 1;
	
border-radius: 10px;
}
.navbar-wrap ul li.show a::before,
.navbar-wrap ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-10deg);
	z-index: -1;
	right: 0;
	margin: 0 auto;
	opacity: 0;
border-radius: 10px;
}
.navbar-wrap ul li.show a::after,
.navbar-wrap ul li.active a::after,
.navbar-wrap ul li:hover > a::after {
	content: "";
	position: absolute;
	height: 3px;
	background: #e4a101;
border-radius: 10px;
	right: 40px;
	left: 0;
	bottom: 0;
border-radius: 10px;
}
.navbar-wrap ul li:hover > a {
	color: #1c1121;
border-radius: 10px;
}
.navbar-wrap ul li.show,
.navbar-wrap ul li.show a::before,
.navbar-wrap ul li:hover > a::before {
	opacity: 1;
border-radius: 10px;
}
.navbar-wrap ul li.show > a {
	color: #1c1121;
border-radius: 10px;
}
.navbar-wrap ul li.active > a::before {
	opacity: 1;
border-radius: 10px;
}
.header-action > ul {
	display: flex;
	align-items: center;
	margin-left: 20px;

}
.header-action > ul li {
	position: relative;
	margin-left: 40px;
}
.header-action ul li:first-child {
	margin-left: 0;
}
.header-action ul li a {
	color: #edeaea;
	font-size: 14px;
}
.header-shop-cart a span {
	position: absolute;
	right: -13px;
	top: -2px;
	width: 18px;
	height: 18px;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	color: #1c1121;
}
.header-action ul li.header-search a {
	width: 56px;
	height: 48px;
	display: block;
	text-align: center;
	line-height: 48px;
	background: #111111;
	border-radius: 5px;
	font-size: 13px;
	box-shadow: 0px 3px 7px 0px rgba(128, 18, 40, 0.2),inset 0px 3px 7px 0px rgba(56, 17, 33, 0.4);
}
.header-shop-cart ul.minicart {
	background: #1c1121;
	opacity: 0;
	padding: 25px;
	position: absolute;
	right: -15px;
	top: 63px;
	transition: all 2.5s ease 0s;
	width: 350px;
	z-index: 9;
	box-shadow: 0px 12px 24px 0px rgba(120, 120, 120, 0.3);
	visibility: hidden;
	transform: translateY(20px);
border-radius: 15px;
}
.header-shop-cart ul.minicart::before {
	position: absolute;
	content: '';
	left: 0px;
	top: -40px;
	width: 100%;
	height: 45px;
	display: block;
}
.header-shop-cart:hover ul.minicart {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	z-index: 9;
}
.header-shop-cart .minicart > li {
	display: block;
	margin-bottom: 22px;
	margin-left: 0;
	overflow: hidden;
	padding: 0;
}
.header-shop-cart .minicart .cart-img {
	float: left;
}
ul.minicart .cart-img img {
	width: 100px;
}
.header-shop-cart .minicart .cart-content {
	float: left;
	padding-left: 15px;
	text-align: left;
	padding-right: 25px;
}
.cart-content h4 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
}
ul.minicart .cart-content a {
	font-size: 14px;
	background: none;
	font-weight: 600;
}
ul.minicart .cart-price span {
	color: #747691;
	font-size: 13px;
	font-weight: 500;
}
ul.minicart .cart-price .new {
	font-size: 14px;
	color: #a5a5a5;
}
.header-shop-cart .minicart .del-icon {
	float: right;
	margin-top: 30px;
}
.minicart .del-icon > a {
	font-size: 18px;
}
.total-price {
	border-top: 1px solid #473151;
	overflow: hidden;
	padding-top: 25px;
	margin-top: 10px;
}
.total-price span {
	color: #a5a5a5;
	font-weight: 500;
}
.header-shop-cart .minicart > li:last-child {
	margin-bottom: 0;
}
.header-shop-cart .minicart .checkout-link a {
	color: #1c1121;
	display: block;
	font-weight: 500;
	padding: 16px 30px;
	text-align: center;
	font-size: 13px;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.header-shop-cart .minicart .checkout-link a.red-color {
	background: #291b35;
	color: #fff;
}
.menu-style-two .navbar-wrap ul li.show a::after,
.menu-style-two .navbar-wrap ul li:hover > a::after {
	display: none;
}
.menu-style-two {
	padding: 11px 30px;
	border-radius: 0 0 14px 14px;
	background-image: url(../images/bg/header_bg.jpg);
	background-position: right center;
	background-size: cover;
	position: relative;
}
.transparent-header {
	position: absolute;
	left: 0;
	top: 45px;
	width: 100%;
	height: auto;
	z-index: 9;
}
.s-header-top-area .header-top-offer .time-count > span {
	padding: 9px 25px;
}
.menu-style-two .navbar-wrap ul li a {
	padding: 15px 23px;
margin: 5px;
}
.menu-style-two .navbar-wrap ul li.show a::before,
.menu-style-two .navbar-wrap ul li a::before {
	transform: skewX(-16deg);
	transition: .3s linear;
}
.s-header-top-area {
	background: #131014;
}
.navbar-wrap ul li > .submenu {
	position: absolute;
	z-index: 9;
	background-color: #fff;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	display: block;
	left: -9px;
	opacity: 0;
	padding: 18px 0;
	right: 0;
	top: 100%;
	visibility: hidden;
	min-width: 230px;
	border: 1px solid #3a2746;
	background: #1c1421;
	box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
	margin: 0;
	border-radius: 2px;
	transform: scale(1 , 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li > .submenu li {
	margin-left: 0;
	text-align: left;
	display: block;
}
.navbar-wrap ul li > .submenu li a {
	padding: 0 10px 0 25px;
	line-height: 40px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li:hover > .submenu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
border-radius: 15px;
}
.navbar-wrap ul li > .submenu li a::before,
.navbar-wrap ul li > .submenu li a::after {
	display: none;
}
.sticky-menu {
    left: 0;
    margin: auto;
    
    top: 0;
    width: 100%;
    z-index: 99;
    background-image: url(../images/bg/header_bg.jpg);
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
    padding: 0;
}

/* 3. Search modal */
#search-modal {
	background-color: rgba(23,26,33,.95);
}
#search-modal .modal-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border: none;
	outline: 0;
	margin: 0;
}
#search-modal .modal-dialog .modal-content {
	background: 0 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}
#search-modal .modal-dialog .modal-content form {
	width: 555px;
	position: relative;
}
#search-modal .modal-dialog .modal-content form input {
	width: 100%;
	font-size: 36px;
	border: none;
	border-bottom: 3px solid rgba(255,255,255,.1);
	background: 0 0;
	color: #fff;
	padding-bottom: 12px;
	padding-right: 40px;
}
#search-modal .modal-dialog .modal-content form input::-moz-placeholder {
	font-size: 35px;
}
#search-modal .modal-dialog .modal-content form input::placeholder {
	font-size: 35px;
}
#search-modal .modal-dialog .modal-content form button {
	position: absolute;
	right: 0;
	margin-bottom: 3px;
	font-size: 30px;
	background: 0 0;
	border: none;
	cursor: pointer;
	top: 11px;
}
.modal-backdrop {
	z-index: 1;
}
.modal-open .header-top {
	z-index: 2;
}
.btn,
.header-user-login > a i,
.navbar-wrap ul li a::before,
.header-shop-cart a span,
.header-shop-cart .minicart .checkout-link a,
.lg-tag a::before,
.product-content .product-tag a::before,
.tournament-menu button::before,
.tournament-schedule-meta a:hover,
.product-cart-action a:hover,
.newsletter-form button,
.footer-newsletter button,
.transparent-btn:hover,
.fw-title h5::before,
.features-item .product-tag a::before,
.shop-area.black-bg .product-cart-action a:hover,
.latest-match-box .tournament-schedule-meta a:hover,
.features-item .features-list-content .product-tag a:hover::before {
	background: #045ca0;
  color: #fff;
}

/* 4. Breadcrumb */
.breadcrumb-bg {
	background-image: url(../images/bg/breadcrumb_bg.jpg);
	padding-top: 275px;
	padding-bottom: 170px;
	background-position: center;
	background-size: cover;
}
.s-breadcrumb-bg {
	background-image: url(../images/bg/breadcrumb_bg02.jpg);
}
.third-breadcrumb-bg {
	background-image: url(../images/bg/breadcrumb_bg03.jpg);
}
.breadcrumb-content h2 {
	font-size: 70px;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: .8;
}
.breadcrumb-content .breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	justify-content: center;
}
.breadcrumb-content .breadcrumb li {
	text-transform: uppercase;
	font-weight: 600;
	color: #f2a900;
}
.breadcrumb-content h2 span {
	color: #f2a900;
}
.breadcrumb-content .breadcrumb li a {
	color: #fff;
}
.breadcrumb-content .breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	padding-left: .5rem;
	color: #fff;
	content: "\f101";
	font-weight: 600;
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
}
.game-overview-breadcrumb .breadcrumb-content .breadcrumb {
	justify-content: flex-start;
	margin-bottom: 25px;
}
.game-overview-img {
	margin-left: -100px;
}
.game-overview-status ul li {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}
.game-overview-status ul li:last-child {
	margin-bottom: 0;
}
.game-overview-status {
	margin-bottom: 40px;
}
.game-overview-status ul li span {
	min-width: 115px;
	display: inline-block;
	color: #fff;
}
.game-overview-status ul li:first-child {
	color: #e9a301;
}
.game-overview-breadcrumb .breadcrumb-content h2 {
	margin-bottom: 36px;
}
.game-overview-breadcrumb.breadcrumb-bg {
	padding-top: 225px;
	padding-bottom: 120px;
}


/* 5. Slider */
.slider-bg {
	background-image: url(../images/slider/slider_bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 260px 0;
}
.slider-content h6 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 25px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding: 0 18px;
}
.slider-content h6::before {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	display: inline-block;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 135px 5px 0;
	border-color: transparent #fff transparent transparent;
}
.slider-content h6::after {
    content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	display: inline-block;
	transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 135px;
    border-color: transparent transparent transparent #fff;
}
.slider-content h2 {
	font-size: 100px;
	font-weight: 700;
	line-height: .9;
	margin-bottom: 12px;
	letter-spacing: -3px;
	text-transform: uppercase;
}
.slider-content h2 .word1 > span {
	color: #fff;
}
.slider-content p {
	font-weight: 600;
	color: #ededed;
	width: 73%;
	margin: 0 auto 40px;
	font-size: 18px;
	line-height: 1.6;
}
.slider-style-two {
	background-image: url(../images/slider/slider_bg02.jpg);
	padding: 290px 0 190px;
	position: relative;
	z-index: 1;
}
.slider-style-two .slider-content h6::before,
.slider-style-two .slider-content h6::after {
	display: none;
}
.slider-style-two .slider-content h2 {
	font-size: 90px;
	text-transform: capitalize;
}
.slider-style-two .slider-content p {
	font-weight: 400;
	color: #dbdbdb;
	width: 80%;
	margin: 0 0 45px;
	font-size: 16px;
	line-height: 30px;
}
.slider-style-two .slider-content h6 {
	margin-bottom: 15px;
	display: block;
	padding: 0;
}
.slider-img {
	position: absolute;
	right: 135px;
	bottom: 0;
}
.slider-img.slider-img2 {
	right: 295px;
	z-index: -1;
}
.slider-circle-shape {
	position: absolute;
	right: 410px;
	bottom: 0;
	z-index: -2;
	opacity: .07;
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.slider-active .slick-arrow {
	position: absolute;
	top: 50%;
	left: 120px;
	transform: translateY(-50%);
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	z-index: 1;
}
.slider-active .slick-next {
	right: 120px;
	left: auto;
}

/* 6. Brand */
.brand-bg {
	background-image: url(../images/bg/brand_bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 60px 0;
	position: relative;
}
.brand-item {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 82px;
}
.brand-item img {
	display: inline-block;
}
.slick-slide:focus {
	outline: none;
}

/* area-bg */
.area-bg-one {
	background-image: url(../images/bg/area_bg01.jpg);
	background-position: center;
	background-size: cover;
}
.area-bg-two {
	background-image: url(../images/bg/area_bg02.jpg);
	background-position: center;
	background-size: cover;
	padding-bottom: 55px;
}


/* 7. Product-area */
.section-title > span {
	display: block;
	line-height: 1;
	font-size: 14px;
	font-weight: 700;
	color: #c8c8c8;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.section-title h2 {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1;
	letter-spacing: -2px;
}
.latest-games-items {
	position: relative;
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.35);
}
.latest-games-thumb img {
	width: 100%;
}
.latest-games-content {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(23, 13, 28, 0.929);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.35);
	width: 100%;
	padding: 35px 30px;
	z-index: 1;
}
.lg-tag {
	position: absolute;
	left: 30px;
	top: -30px;
	z-index: 1;
}
.lg-tag a,
.product-content .product-tag a,
.features-item .product-tag a {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #1c1121;
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0 20px;
}
.lg-tag a::before,
.product-content .product-tag a::before,
.features-item .product-tag a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-10deg);
	z-index: -1;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.latest-games-content h4 {
	font-size: 22px;
	margin-bottom: 13px;
	line-height: 1;
}
.latest-games-content p {
	line-height: 1;
	margin-bottom: 0;
	color: #c9c9c9;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 13px;
}
.latest-games-active.owl-carousel .owl-nav,
.testimonial-active.owl-carousel .owl-nav {
	position: absolute;
	right: 0;
	top: -85px;
	z-index: 1;
}
.latest-games-active.owl-carousel .owl-nav button,
.testimonial-active.owl-carousel .owl-nav button {
	width: 37px;
	height: 33px;
	color: #bebac0;
	border: 3px solid #bebac0;
	display: inline-block;
	transition: .3s linear;
}
.latest-games-active.owl-carousel .owl-nav button.owl-next,
.testimonial-active.owl-carousel .owl-nav button.owl-next {
	margin-left: 10px;
}
.latest-games-active.owl-carousel .owl-nav button:hover,
.product-active .slick-arrow:hover,
.testimonial-active.owl-carousel .owl-nav button:hover {
	border-color: #e4a101;
}


/* 8. About-us */
.about-img {
	padding: 15px;
	background-color: rgba(245, 58, 7, 0);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.23);
	position: relative;
}
.about-img > img {
	width: 100%;
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.23);
	border-radius: 6px;
}
.about-img .popup-video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.title-style-two,
.title-style-three {
	padding-bottom: 35px;
	position: relative;
}
.title-style-two::before,
.title-style-three::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../images/title_bar.png);
	width: 270px;
	height: 13px;
	background-repeat: no-repeat;
}
.title-style-three::before {
	background-image: url(../images/title_bar02.png);
}
.title-style-three h2 {
	color: #1c1121;
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 10px;
}
.title-style-three p {
	color: #6c6c6c;
	margin-bottom: 0;
}
.about-content {
	padding-right: 70px;
}
.about-content p:first-child {
	margin-bottom: 20px;
}
.about-content p:nth-child(2) {
	margin-bottom: 55px;
}
.inner-about-area .title-style-three {
	padding-bottom: 30px;
}
.inner-about-area .title-style-three h2 {
	margin-bottom: 0;
}
.inner-about-content h5 {
	font-size: 22px;
	color: #f2a900;
	margin-bottom: 20px;
}
.inner-about-content p {
	color: #6c6c6c;
	margin-bottom: 12px;
}
.inner-about-content p:nth-child(3) {
	margin-bottom: 35px;
}
.inner-about-img img {
	margin-left: 115px;
}
.inner-about-img img:nth-child(2) {
	margin-left: 10px;
	margin-top: -315px;
	box-shadow: 0px 2px 21px 0px rgba(17, 8, 23, 0.1);
	border-radius: 10px;
}
.inner-about-img img:nth-child(3) {
	margin-top: -200px;
	margin-left: -65px;
}
.inner-about-area {
	position: relative;
	padding-bottom: 120px;
	padding-top: 105px;
}
.inner-about-shape {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}

/* 9. Game Released */
.released-game-item {
	display: flex;
	align-items: center;
	background: #fff;
	box-shadow: 0px 1px 13px 0px rgba(128, 18, 40, 0.1);
	position: relative;
	z-index: 1;
	padding: 20px 20px 20px;
	margin: 50px 0;
}
.released-game-img {
	margin-right: 35px;
	position: relative;
	z-index: 2;
}
.released-game-item-bg {
	background-image: url(../images/bg/released_slide_bg.jpg);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-position: center;
	background-size: cover;
	z-index: -1;
	opacity: .05;
}
.released-game-rating {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.released-game-rating h5 {
	font-size: 16px;
	font-weight: 700;
	color: #413b43;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 0;
	margin-right: 10px;
}
.released-rating {
	display: flex;
	font-size: 14px;
	color: #e9a301;
	align-items: center;
}
.released-game-content h4 {
	margin-bottom: 30px;
	line-height: 50px;
	font-size: 20px;
	font-weight: 700;
	color: #1c1121;
	font-family: 'Poppins', sans-serif;
	position: relative;
	display: inline-block;
	z-index: 1;
}
.released-game-content h4::before {
	content: "";
	background-image: url(../images/released_game_brush.png);
	position: absolute;
	right: -50px;
	top: 0;
	height: 100%;
	width: 324px;
	background-repeat: no-repeat;
	z-index: -1;
}
.released-game-content h4 > span {
	color: #fff;
}
.released-game-list ul li {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #6c6c6c;
	margin-bottom: 10px;
}
.released-game-list ul li:last-child {
	margin-bottom: 0;
}
.released-game-list ul li span {
	color: #413b43;
	font-weight: 600;
	margin-right: 20px;
}
.released-game-content p {
	font-size: 14px;
	font-weight: 500;
	color: #6c6c6c;
	margin-bottom: 30px;
}
.released-game-content .btn {
	font-size: 14px;
	padding: 16px 26px;
}
.released-game-nav-item {
	margin: 10px 0;
}
.released-game-nav-item img {
	width: 100%;
	box-shadow: 0px 1px 13px 0px rgba(128, 18, 40, 0.1);
	cursor: pointer;
}
.released-game-active .slick-dots {
	position: absolute;
	left: 130px;
	bottom: 100px;
	z-index: 1;
	display: flex;
	align-items: center;
}
.released-game-active .slick-dots li {
	line-height: 0;
	margin: 0 15px;
}
.released-game-active .slick-dots li button {
	text-indent: -999999px;
	border: none;
	padding: 0;
	height: 8px;
	width: 8px;
	background: #fff;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	transition: .3s linear;
}
.released-game-active .slick-dots li button::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 20px;
	width: 20px;
	border: 1px solid #e4a101;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	transition: .3s linear;
	opacity: 0;
}
.released-game-active .slick-dots li.slick-active button::before {
	opacity: 1;
}
.released-game-active .slick-dots li.slick-active button {
	background: #e4a101;
}

/* 10. Game Manage */
.title-style-two.text-center::before,
.title-style-three.text-center::before {
	right: 0;
	margin: 0 auto;
}
.game-mange-bg {
	background-image: url(../images/bg/game_manage_bg.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.coming-match-team {
	display: flex;
	align-items: first baseline;
	justify-content: space-between;
	text-align: center;
	padding: 30px 35px 40px;
}
.coming-match-item {
	border-top: 5px solid #e4a101;
	background-color: rgb(33, 19, 44);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
}
.match-team-name a {
	font-size: 14px;
	text-transform: uppercase;
	color: #d7d5d5;
	font-weight: 700;
	display: block;
	line-height: 1;
	margin-top: 20px;
}
.coming-match-status {
	margin: 0 25px;
}
.coming-match-info {
	padding: 35px 35px;
	text-align: center;
	background: #1b1024;
}
.coming-match-info h5,
.tournament-schedule-content h3 {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.coming-match-info h5 span,
.tournament-schedule-content h3 span,
.tournament-schedule-content h3 a:hover {
	transition: .3s linear;
}
.match-rating i {
	font-size: 12px;
	color: #e4a101;
}
.match-rating {
	line-height: 1;
}
.match-info-action .btn {
	font-size: 12px;
	padding: 17px 17px;
}
.match-info-action .btn::before {
	height: 100%;
	bottom: 0;
}
.match-info-action {
	margin-top: 30px;
}
.match-info-action .transparent-btn {
	padding: 15px 17px;
	margin-left: 25px;
}
.coming-match-time .coming-time {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #20132b;
	padding: 20px 35px;
}
.coming-match-time .time-count span {
	display: block;
	text-align: center;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 5px;
}
.coming-match-time .time-count {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 22px;
	margin-right: 22px;
	position: relative;
}
.coming-match-time .time-count:last-child {
	padding-right: 0;
	margin-right: 0;
}
.coming-match-time .time-count::before {
	content: ":";
	position: absolute;
	right: -2px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	color: #5e5e5e;
	font-weight: 500;
}
.coming-match-time .time-count:last-child::before {
	display: none;
}

/* 11. Featured-Games */
.featured-game-item {
	box-shadow: 0px 1px 13px 0px rgba(12, 11, 15, 0.32);
	position: relative;
	z-index: 1;
}
.featured-game-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(233, 163, 1, 0.749);
	transition: .3s linear;
	opacity: 0;
}
.featured-game-thumb img {
	width: 100%;
}
.featured-game-content {
	position: absolute;
	left: 30px;
	bottom: 35px;
	z-index: 1;
	transition: .3s linear;
}
.featured-game-icon {
	margin-bottom: 20px;
}
.featured-game-content h4 {
	font-size: 22px;
	line-height: 1;
	margin-bottom: 5px;
}
.featured-game-content h4 span,
.featured-game-meta i {
	color: #e9a301;
}
.featured-game-content h4 a:hover {
	color: #fff;
}
.featured-game-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	color: #e3e3e3;
}
.featured-game-meta i {
	margin-right: 5px;
}
.featured-game-overlay-content {
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	bottom: auto;
	opacity: 0;
}
.featured-game-overlay-content .featured-game-meta {
	justify-content: center;
	color: #fff;
}
.featured-game-overlay-content  h4,
.featured-game-overlay-content  h4 a:hover {
	color: #1c1121;
}
.featured-game-overlay-content h4 span,
.featured-game-overlay-content .featured-game-meta i {
	color: #fff;
}
.featured-game-item:hover .featured-game-content {
	opacity: 0;
	visibility: hidden;
}
.featured-game-item:hover .featured-game-overlay-content,
.featured-game-item:hover::before {
	opacity: 1;
	visibility: visible;
}
.featured-game-bg {
	background-image: url(../images/bg/featured_game_bg.png);
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

/* 12. Cta */
.cta-bg {
	background-image: url(../images/bg/cta_bg.jpg);
	padding: 120px 0;
	background-position: center;
	background-size: cover;
	box-shadow: 0px 5px 10px 0px rgba(11, 11, 11, 0.52);
}
.cta-content {
	padding: 0 50px;
}
.cta-content .section-title h2 {
	font-size: 50px;
	margin-bottom: 5px;
}


/* 13. Tournament */
.tournament-top-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: rgb(32, 19, 43);
	box-shadow: 0px 4px 5.58px 0.42px rgba(0, 0, 0, 0.13),inset 0px 1px 16px 0px rgba(228, 161, 1, 0.17);
	padding: 25px 30px;
}
.tournament-title h2 {
	font-size: 26px;
	letter-spacing: -1px;
}
.tournament-menu {
	display: flex;
	flex-wrap: wrap;
}
.tournament-menu button {
	font-size: 14px;
	border: none;
	background: transparent;
	padding: 0;
	color: #a0a0a0;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	margin-left: 30px;
	transition: .4s linear;
}
.tournament-menu button:first-child {
	margin-left: 0;
}
.tournament-menu button::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 3px;
	opacity: 0;
	transition: .4s linear;
}
.tournament-menu button.active::before {opacity: 1;}
.tournament-area {
	background-color: rgb(27, 16, 36);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
}
.tournament-schedule-wrap {
	padding: 30px 30px 15px;
}
.tournament-schedule-item {
	display: flex;
	align-items: center;
	background: #23162e;
	padding: 37px 20px;
	justify-content: space-between;
	height: 100%;
}
.tournament-schedule-content {
	padding: 35px 35px;
	position: relative;
	background: #20132b;
	height: 100%;
}
.tournament-schedule-content h3 a:hover span {
	color: #fff;
}
.tournament-schedule-content p {
	margin-bottom: 0;
}
.tournament-schedule-meta {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
}
.tournament-schedule-meta h5 {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 0;
	color: #c9c9c9;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.tournament-schedule-meta h5 span {
	margin-left: 5px;
}
.tournament-schedule-meta a {
	display: block;
	border: 1px dashed #383838;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 13px;
	line-height: 1;
	margin-left: 18px;
}
.tournament-schedule-meta a:hover {
	border: 1px solid #e4a101;
	color: #1c1121;
}
.latest-match-bg {
	background-image: url(../images/bg/latest_match_bg.jpg);
	background-position: center;
	background-size: cover;
}
.latest-match-box {
	display: flex;
	align-items: center;
	background: #211e23;
	padding: 15px;
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
}
.latest-match-box .tournament-schedule-content {
	padding: 41px 30px;
	background: #1c181e;
}
.latest-match-box .tournament-schedule-content p {
	font-size: 13px;
	line-height: 2;
	padding-right: 20px;
}
.latest-match-box .tournament-schedule-meta a {
	color: #d7d5d5;
	background: #222225;
}
.latest-match-box .tournament-schedule-meta a:hover {
	color: #1c1121;
}
.team-member-thumb {
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
}
.team-member-thumb img {
	width: 100%;
	transition: .3s linear;
}
.team-member-social {
	position: absolute;
	right: 20px;
	top: 30px;
	transform: translateX(30px);
	opacity: 0;
	transition: .3s linear;
}
.team-member-thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #e9a301;
	transition: .3s linear;
	opacity: 0;
}
.team-member-content h4 {
	font-size: 20px;
	color: #1c1121;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 5px;
}
.team-member-box:hover .team-member-content h4 a {
	color: #e8a301;
}
.team-member-box:hover .team-member-thumb img {
	box-shadow: 0px 2px 21px 0px rgba(17, 8, 23, 0.16);
}
.team-member-box:hover .team-member-thumb::before {
	opacity: .9;
}
.team-member-box:hover .team-member-social {
	transform: translateX(0px);
	opacity: 1;
}
.team-member-content span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #6c6c6c;
}
.team-member-social ul li {
	display: block;
	margin-bottom: 13px;
}
.team-member-social ul li a {
	color: #fff;
	font-size: 15px;
}

/* 14. Just-gamers */
.just-gamers-bg {
	background-image: url(../images/bg/just_gamer_bg.jpg);
	position: relative;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	z-index: 1;
}
.just-gamers-bg::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background-image: url(../images/gamers_bg_conve01.png);
	width: 467px;
	height: 169px;
	margin: 0 auto;
	top: -4px;
	background-repeat: no-repeat;
	z-index: -1;
}
.just-gamers-bg::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background-image: url(../images/gamers_bg_conve02.png);
	width: 420px;
	height: 152px;
	margin: 0 auto;
	bottom: -20px;
	background-repeat: no-repeat;
	z-index: -1;
}
.title-style-three.white-title h2 {
	color: #fff;
}
.title-style-three.white-title p {
	color: #cbcbcb;
}
.title-style-three.white-title::before {
	background-image: url(../images/title_bar03.png);
}
.just-gamers-list ul li {
	margin-bottom: 40px;
	padding-right: 20px;
	overflow: hidden;
}
.just-gamers-list-icon {
	float: left;
	background-image: url(../images/bg/gamer_list_icon_bg.jpg);
	width: 97px;
	height: 97px;
	text-align: center;
	line-height: 85px;
	display: block;
	border: 6px solid #333240;
	margin-right: 25px;
	transition: .3s linear;
}
.just-gamers-list-content h5 {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 10px;
}
.just-gamers-list-content p {
	margin-bottom: 0;
}
.just-gamers-list ul li:hover .just-gamers-list-icon {
	border-color:  #e9a301;
}
.just-gamers-list ul li:last-child {
	margin-bottom: 0;
}
.just-gamers-list-content {
	position: relative;
	top: 5px;
}
.just-gamers-img {
	position: absolute;
	width: 100%;
	top: -83px;
	right: 0;
}
.just-gamers-circle-shape {
	position: absolute;
	bottom: 215px;
	left: 145px;
	z-index: -1;
}
.just-gamers-circle-shape img:nth-child(2) {
	position: absolute;
	top: 46px;
	right: -67px;
}
.gamers-chart-shape {
	position: absolute;
	right: 0;
	top: 70px;
}


/* 15. Features */
.features-bg {
	background-image: url(../images/bg/features_bg.jpg);
	background-position: center;
	background-size: cover;
}
.features-item {
	border-radius: 10px;
	background-color: rgb(29, 18, 39);
	box-shadow: 0px 5px 27px 0px rgba(17, 8, 23, 0.2);
	padding: 45px 35px;
}
.features-item .product-tag a {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.features-head h4 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.features-head p {
	margin-bottom: 0;
}
.features-head .product-tag {
	margin-bottom: 20px;
}
.features-list-wrap ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 25px 0;
	position: relative;
}
.features-list-wrap ul li:last-child {
	padding-bottom: 0;
}
.features-list-wrap ul li::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 50%;
	background-color: rgb(39, 26, 48);
	box-shadow: 0px 2px 0px 0px rgba(17, 8, 23, 0.004);
}
.features-list-img img {
	border-radius: 6px;
}
.features-list-content .product-tag {
	margin-bottom: 15px;
}
.features-list-content h6 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
}
.features-list-content h6 a {
	display: inline-block;
}
.features-list-content .product-tag a::before {
	background: #3a3042;
}
.features-item .features-list-content .product-tag a:hover {
	color: #1d1227;
}
.features-list-img {
	margin-left: 50px;
}

/* 16. Fact */
.fact-item {
	display: flex;
	align-items: first baseline;
	margin-bottom: 50px;
}
.fact-icon {
	margin-right: 20px;
}
.fact-content h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: .9;
	margin-bottom: 10px;
}
.fact-content > span {
	display: block;
	font-weight: 700;
	color: #dfdede;
}


/* 17. Shop */
.shop-item {
	background-color: rgb(31, 21, 40);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.16);
}
.shop-item .product-thumb img {
	width: 100%;
}
.product-content {
	padding: 35px 25px 25px;
	position: relative;
}
.product-content .product-tag {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -15px;
	z-index: 1;
}
.product-content h4 {
	font-size: 16px;
	margin-bottom: 10px;
}
.product-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product-price h5 {
	margin-bottom: 0;
	font-size: 16px;
}
.product-cart-action a {
	background: #291b35;
	border: 1px solid #2c2135;
	width: 34px;
	height: 34px;
	display: block;
	text-align: center;
	line-height: 34px;
	border-radius: 4px;
	font-size: 13px;
}
.product-cart-action a:hover,
.shop-area.black-bg .product-cart-action a:hover {
	color: #1c1121;
	border-color: #e4a101;
}
.product-active .slick-arrow {
	position: absolute;
	left: -70px;
	top: 50%;
	transform: translateY(-50%);
	width: 37px;
	height: 33px;
	color: #bebac0;
	border: 3px solid #bebac0;
	display: inline-block;
	transition: .3s linear;
	background: transparent;
	cursor: pointer;
	z-index: 1;
}
.product-active .slick-arrow.slick-next {
	right: -70px;
	left: auto;
}
.product-active .slick-track {
	padding-bottom: 30px;
	padding-top: 30px;
}
.shop-area.black-bg .shop-item {
	background-color: #1e1b20;
}
.shop-area.black-bg .product-cart-action a {
	background: #1c1a1d;
	border: 1px solid #2c2135;
}
.shop-area.black-bg .product-active .slick-arrow {
	color: #6e6b6f;
	border: 3px solid #6e6b6f;
}
.shop-area.black-bg .product-active .slick-arrow:hover {
	color: #e4a101;
	border-color: #e4a101;
}
.accessories-thumb img {
	width: 100%;
}
.accessories-content {
	position: relative;
}
.accessories-content h5 {
	font-size: 18px;
	text-transform: uppercase;
	color: #37303a;
	line-height: 1;
	margin-bottom: 5px;
}
.accessories-content h5 a:hover {
	color: #e9a301;
}
.accessories-content span {
	font-size: 14px;
	font-weight: 500;
	color: #6c6c6c;
	display: block;
	transition: .3s linear;
}
.accessories-content .shop-add-action {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	font-size: 14px;
	font-weight: 500;
	color: #e9a301;
}
.accessories-item:hover .accessories-content .shop-add-action {
	opacity: 1;
	visibility: visible;
}
.accessories-item:hover .accessories-content span {
	opacity: 0;
	visibility: hidden;
}


.upcoming-game-item {
    background-color: #252525;
    border-radius: 15px;
    padding: 14px 14px 0px;
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-left: 20px;


}
.uc-game-head-title > span {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #e8a301;
	font-family: 'Montserrat' cursive;
	margin-bottom: 6px;
}
.uc-game-head-title h4 {
	font-size: 22px;
	color: #1c1121;
	text-transform: uppercase;
	margin-bottom: 0;
}
.uc-game-head-title h4 a:hover {
	color: #e9a301;
}
.upcoming-game-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.uc-game-head-title {
	margin-right: 50px;
}
.uc-game-price h5 {
	margin-bottom: 0;
	font-size: 18px;
	position: relative;
	z-index: 1;
	padding: 6px 25px;
	margin-right: 7px;
}
.uc-game-price h5::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-20deg);
	z-index: -1;
	right: 0;
	margin: 0 auto;
	background: #e4a101;
	box-shadow: 0px 1px 8.37px 0.63px rgba(114, 113, 113, 0.18);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
border-radius: 10px;
}
.upcoming-game-item p {
	font-size: 14px;
	color: #6c6c6c;
	line-height: 24px;
	margin-bottom: 30px;
}
.upcoming-game-thumb {
	position: relative;
}
.upcoming-game-thumb img {
	width: 100%;
}
.upcoming-game-thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #e4a101;
	opacity: 0;
	transition: .3s linear;
}
.upcoming-game-cart {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.upcoming-game-cart a.btn {
	border-color: #1c1121;
	color: #1c1121;
	font-size: 14px;
	padding: 13px 24px;
	transform: translateY(20px);
	transition: .4s linear;
	opacity: 0;
}
.upcoming-game-cart a.btn:hover {
	border-color: #fff;
	background: #fff;
	color: #1c1121;
}
.upcoming-game-item:hover .upcoming-game-thumb::before {
	opacity: .77;
}
.upcoming-game-item:hover .upcoming-game-cart a.btn {
	opacity: 1;
	transform: translateY(0px);
}
.upcoming-games-bg {
	background-image: url(../images/bg/upc_game_bg.jpg);
	background-position: center;
	background-size: cover;
}
.inner-about-padding {
	padding-bottom: 172px;
}
.game-single-content {
	box-shadow: 0px 2px 21px 0px rgba(59, 53, 63, 0.12);
	position: relative;
	z-index: 1;
	background: #272727;
	padding: 50px 40px;
	overflow: hidden;
}
.game-single-content .upcoming-game-head {
	display: block;
	margin-bottom: 35px;
}
.game-single-content .uc-game-head-title {
	margin-right: 0;
	margin-bottom: 25px;
}
.game-single-content .uc-game-head-title h4,
.game-single-title h4 {
	font-size: 24px;
	color: #1c1121;
	text-transform: uppercase;
	margin-bottom: 0;
}
.game-single-content .uc-game-head-title h4 > span,
.game-single-title h4 span {
	color: #e8a301;
}
.game-single-content .uc-game-head-title > span {
	margin-bottom: 10px;
}
.game-single-content .uc-game-price h5 {
	display: inline-block;
	margin-left: 7px;
}
.game-single-content p {
	font-size: 14px;
	color: #6c6c6c;
	margin-bottom: 20px;
}
.game-single-content p > span {
	font-weight: 600;
	color: #1c1121;
}
.game-single-img img {
	width: 100%;
	margin-bottom: 30px;
}
.game-single-img {
	margin-top: 40px;
	margin-bottom: 5px;
}
.game-single-info ul li {
	color: #6c6c6c;
	font-size: 14px;
	display: block;
	padding-bottom: 18px;
	border-bottom: 1px solid #e6e5e4;
	margin-bottom: 16px;
}
.game-single-info ul li:last-child {
	margin-bottom: 0;
}
.game-single-info ul li span {
	font-size: 16px;
	font-weight: 600;
	color: #413f3f;
	margin-right: 40px;
}
.game-single-gallery img {
	width: 100%;
	margin-top: 30px;
}
.game-single-shape {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 45px;
	z-index: -1;
}

/* 19. Game-overview */
.game-overview-content .upcoming-game-head {
	margin-bottom: 25px;
}
.overview-history-img img {
	width: 100%;
}
.overview-history-content {
	padding-right: 42px;
}
.overview-history-content p {
	margin-bottom: 35px;
}
.overview-history-list ul li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-top: 1px solid #e5e4e4;
	border-bottom: 1px solid #e5e4e4;
	margin-bottom: 10px;
}
.overview-history-list ul li:last-child {
	margin-bottom: 0;
}
.overview-list-thumb {
	margin-right: 20px;
}
.overview-list-content h4 {
	font-size: 16px;
	color: #1c1121;
	margin-bottom: 5px;
}
.overview-list-content h4 a:hover {
	color: #e9a301;
}
.overview-list-content span {
	display: block;
	font-size: 14px;
	color: #6c6c6c;
}
.overview-list-content {
	padding-right: 50px;
	margin-right: 30px;
	position: relative;
}
.overview-list-content::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	background: #dadada;
	height: 60px;
	border-radius: 50%;
}
.overview-list-price h4 {
	font-size: 18px;
	color: #e9a301;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 0;
}

/* 20. Blog */
.blog-post-wrap {
	background-color: rgb(27, 16, 36);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
	padding: 30px;
}
.blog-style-one {
	display: flex;
	align-items: center;
	background-color: rgb(32, 19, 43);
	box-shadow: 0px 7px 7.44px 0.56px rgba(18, 18, 18, 0.16);
	margin-bottom: 15px;
}
.blog-style-one:last-child {
	margin-bottom: 0;
}
.blog-style-one .blog-post-content {
	padding: 18px 30px;
}
.blog-meta ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.blog-meta ul li {
	font-size: 14px;
	font-weight: 500;
	color: #9b9b9b;
	position: relative;
}
.blog-meta ul li i {
	margin-right: 5px;
}
.blog-meta ul li::after {
	content: "/";
	margin: 0 10px;
	color: #434344;
}
.blog-meta ul li:last-child::after {
	display: none;
}
.blog-style-one .blog-post-content h5 {
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.blog-style-one .blog-post-content p {
	margin-bottom: 0;
	font-style: italic;
}
.blog-style-one .blog-thumb img {
	width: 170px;
}
.blog-post-content h5 a {
	display: inline-block;
}
.blog-style-two .blog-thumb img {
	width: 100%;
	box-shadow: 0px 5px 10px 0px rgba(11, 11, 11, 0.14);
}
.blog-style-two .blog-post-content h4 {
	font-size: 22px;
	color: #282828;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.blog-style-two .blog-post-content h4 a:hover {
	color: #e9a301;
}
.blog-style-two .blog-meta ul li,
.blog-style-two .blog-meta ul li a {
	font-size: 12px;
	color: #7f7a84;
	font-style: italic;
}
.blog-style-two .blog-meta ul {
	margin-bottom: 20px;
}
.blog-style-two .blog-post-content p {
	color: #6c6c6c;
	margin-bottom: 0;
}
.blog-list-post {
	border-radius: 15px;
	background: #252525;
	margin-left: 20px;
}
.blog-list-post-thumb img {
	width: 100%;
}
.blog-list-post-content {
	padding: 20px;
}
.blog-list-post-tag a {
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff ;
	font-family: 'Montserrat' cursive;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	padding: 14px 23px;
	position: relative;
	z-index: 1;
	margin-left: 7px;
}
.blog-list-post-tag a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-20deg);
	z-index: -1;
	right: 0;
	margin: 0 auto;
	background-image: linear-gradient(to left, #045ca0, #045ca0);
	box-shadow: 0px 1px 8.37px 0.63px rgba(114, 113, 113, 0.18);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
border-radius: 10px;
}










.blog-list-post-content h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
}
.blog-list-post-content h2 a:hover {
	color: #fff;
}
.blog-list-post-content .blog-meta ul {
	margin-bottom: 20px;
}
.blog-list-post-content .blog-meta ul li {
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
	display: inline-block;
}
.blog-list-post-content .blog-meta ul li a {
	font-weight: 500;
	color: #fff;
}
.blog-list-post-content p {
	font-size: 15px;
	color: #ffffff ;
	margin-bottom: 0;
}
.blog-list-post-bottom ul {
	background: #252525;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 23px 40px 8px;
}
.blog-list-post-bottom ul li {
	display: inline-block;
	margin-bottom: 15px;
}
.blog-list-post-bottom ul li > a,
.blog-list-post-bottom ul li > span {
	font-size: 14px;
	text-transform: uppercase;
	color: #dcdada;
	font-family: 'Montserrat' cursive;
	font-weight: 700;
}
.blog-list-post-bottom ul li > span,
.blog-post-share {
	line-height: 1;
}
.blog-post-share {
	margin-top: -3px;
}
.blog-list-post-bottom ul li > a i {
	margin-left: 10px;
	color: #e4a101;
}
.blog-list-post-bottom ul li:last-child {
	display: flex;
	align-items: center;
}
.blog-list-post-bottom ul li .blog-post-share a {
	font-size: 12px;
	color: #ffffff;
	margin-left: 15px;
}
.blog-list-post-bottom ul li a:hover {
	color: #045ca0;
}
.blog-sidebar {
	background: #252525;
	margin-left: 25px;
	padding: 14px;
border-radius: 15px;
width: 410px;
}
.sidebar-about-thumb img {
	width: 100%;
	margin-bottom: 30px;
border-radius: 15px;
}
.sidebar-widget-title h4 {
	font-size: 22px;
	line-height: 1;
	position: relative;
	padding-left: 20px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.sidebar-widget-title h4 span {
	color: #045ca0;
}
.sidebar-widget-title h4::before,
.sidebar-widget-title h4::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 22px;
	background: #045ca0;
}
.sidebar-widget-title h4::after {
	left: 7px;
	top: -4px;
}
.sidebar-about-content p {
	font-size: 14px;
	color: #a3a3a3;
	margin-bottom: 0;
}
.sidebar-search form {
	position: relative;
}
.sidebar-search form input {
	width: 100%;
	background: #1d1d1d;
	color: #fff;
	border: 1px solid #2b2b2b;
	padding: 15px 16px;
	font-size: 12px;
	padding-right: 50px;
	font-weight: 500;
border-radius: 15px;
}
.sidebar-search form input::placeholder {
	color: #909090;
	font-size: 12px;
}
.sidebar-search form button {
	position: absolute;
	right: 18px;
	font-size: 12px;
	padding: 0;
	background: none;
	border: none;
	color: #045ca0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.sidebar-cat ul li {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #2e2e2e;
	margin-bottom: 10px;
}
.sidebar-cat ul li:last-child,
.rc-post-list ul li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
	margin-bottom: 0px;
}
.sidebar-cat ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #a3a3a3;
	display: inline-block;
}
.sidebar-cat ul li a:hover,
.rc-post-content h5 a:hover {
	color: #e9a301;
}
.rc-post-list ul li {
	display: flex;
	align-items: center;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #2e2e2e;
}
.rc-post-thumb {
	margin-right: 20px;
}
.rc-post-thumb img {
	border-radius: 6px;
}
.rc-post-content h5 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.rc-post-content span {
	font-size: 12px;
	color: #909090;
	display: block;
}
.sidebar-trending-match ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #1d1d1d;
	border: 1px solid #2b2b2b;
	border-radius: 4px;
	padding: 17px 20px;
	position: relative;
}
.sidebar-trend-match-thumb {
	display: flex;
	height: 65px;
	align-items: center;
}
.sidebar-trend-match-action {
	font-size: 22px;
	font-weight: 700;
	font-family: 'Montserrat' cursive;
	display: flex;
	align-items: center;
}
.sidebar-trend-match-action span:last-child {
	color: #e4a101;
}
.sidebar-trend-match-action span:nth-child(2) {
	color: #838383;
	margin: 0 20px;
}
.sidebar-trend-match-date {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
	width: 140px;
	background: #252525;
	font-size: 12px;
	color: #909090;
	padding: 6px 14px;
	line-height: 1;
	border-radius: 4px;
}
.sidebar-tag-list ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sidebar-tag-list ul li {
	margin: 0 10px 10px 0px;
}
.sidebar-tag-list ul li a {
	display: block;
	background: #1d1d1d;
	color: #dcdada;
	text-transform: uppercase;
	border: 1px solid #2b2b2b;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Montserrat' cursive;
	line-height: 1;
	padding: 15px 20px;
}
.sidebar-tag-list ul li a:hover {
	color: #e4a101;
}
.blog-details-wrap .blog-list-post-content {
	
}
.blog-details-img img {
	width: 260px;
	margin-bottom: 15px;
}
.blog-details-wrap .blog-list-post-content h4 {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.blog-details-wrap .blog-list-post-content p {
	margin-bottom: 10px;

}
.blog-details-wrap blockquote {
	margin: 30px 0;
	text-transform: uppercase;
	font-size: 14px;
	color: #434243;
	font-weight: 700;
	line-height: 26px;
	padding-left: 20px;
	border-left: 4px solid #e4a101;
}
.blog-details-list li {
	font-size: 14px;
	font-weight: 500;
	color: #434243;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.blog-details-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 50%;
	background-color: rgb(120, 119, 119);
	width: 6px;
	height: 6px;
}
.blog-details-list li:last-child {
	margin-bottom: 0;
}
.blog-details-list {
	margin-bottom: 30px;
}
.blog-details-wrap .blog-list-post-bottom ul {
	background: transparent;
	padding: 15px 0 0;
	
	margin-top: 40px;
}
.blog-details-wrap .blog-list-post-bottom ul li .blog-post-share a {
	color: #434243;
}
.blog-details-wrap .blog-list-post-bottom ul li > a {
	color: #6c6c6c;
	font-weight: 600;
	margin-left: 8px;
}
.blog-details-wrap .blog-list-post-bottom ul li > span {
	color: #434243;
}
.blog-details-wrap .blog-list-post-bottom ul li > i {
	color: #e4a101;
	font-size: 12px;
	margin-right: 5px;
}
.blog-details-wrap .blog-list-post-bottom ul li > a:hover,
.blog-details-wrap .blog-list-post-bottom ul li .blog-post-share a:hover,
.comment-avatar-info h4 a:hover,
.community-post-content span a:hover {
	color: #e4a101;
}
.sidebar-widget-title.blog-details-title h4 {
	font-size: 24px;
	color: #fff;
}
.blog-details-wrap {
	margin-bottom: 20px;
}
.blog-comment ul li {
	box-shadow: 0px 2px 12.09px 0.91px rgba(184, 184, 184, 0.15);
	background: #fff;
	margin-bottom: 10px;
	padding: 25px 30px;
	display: flex;
	align-items: center;
        border-radius: 15px;
}
.comment-avatar-thumb  {
	margin-right: 25px;
}
.comment-avatar-thumb img {
	border-radius: 6px;
}
.comment-avatar-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 13px;
}
.comment-avatar-info h4 {
	font-size: 16px;
	color: #1c1121;
	text-transform: uppercase;
	margin-bottom: 0;
}
.comment-avatar-info h4 span {
	font-size: 12px;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #6c6c6c;
	margin-left: 20px;
}
.comment-reply a {
	font-size: 12px;
	color: #e4a101;
}
.comment-text p {
	font-size: 14px;
	color: #6c6c6c;
	margin-bottom: 0;
	padding-right: 50px;
	line-height: 24px;
}
.blog-comment ul li.comment-children {
	margin-left: 50px;
}
.comment-form textarea {
	width: 100%;
	padding: 20px 20px;
	border: none;
	margin-bottom: 20px;
	background: #f1f1f1;
	height: 160px;
	transition: .3s;
	font-size: 14px;
	font-weight: 500;
	color: #6c6c6c;
}
.comment-form input {
	width: 100%;
	padding: 19px 20px;
	border: none;
	margin-bottom: 20px;
	background: #f1f1f1;
	color: #6c6c6c;
	transition: .3s;
	font-size: 14px;
	font-weight: 500;
}
.comment-form input::placeholder,
.comment-form textarea::placeholder {
	color: #989797;
}
.comment-form .btn {
	margin-top: 10px;
	padding: 20px 47px;
}
.comment-form .btn::before {
	display: none;
}
.comment-check-box input {
	width: auto;
	margin: 5px 10px 0 0;
}
.comment-check-box label {
	font-size: 13px;
	font-weight: 500;
	color: #939393;
	margin: 0;
	user-select: none;
}
.comment-check-box {
	display: flex;
	align-items: flex-start;
}

/* 21. Pagination */
.pagination-wrap ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.pagination-wrap ul li {
	margin-right: 10px;
}
.pagination-wrap ul li a {
	display: block;
	background: #252525;
	color: #e9a301;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	font-family: 'Montserrat' cursive;
	padding: 16px 24px;
}
.pagination-wrap ul li a:hover {
	background: #e9a301;
	color: #252525;
}

/* 22. Testimonial */
.testimonial-active {
	background-color: rgb(27, 16, 36);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
	position: relative;
	padding: 70px 0 63px;
}
.testimonial-item {
	padding: 0 45px;
}
.testi-quote {
	position: absolute;
	right: 45px;
	bottom: 45px;
	z-index: 1;
}
.testimonial-content h5 {
	margin-bottom: 15px;
}
.testimonial-rating i {
	font-size: 14px;
	color: #e4a101;
}
.testimonial-content p {
	font-size: 18px;
	font-style: italic;
	margin-bottom: 0;
}
.testimonial-avatar {
	display: flex;
	align-items: center;
}
.testi-avtar-img {
	margin-right: 20px;
}
.testi-avatar-info h6 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 5px;
}
.testi-avatar-info span {
	font-size: 15px;
	font-style: italic;
	line-height: 1;
}
.testimonial-active.owl-carousel .owl-nav {
	top: auto;
	bottom: 50px;
	left: 45px;
	right: auto;
	margin-left: 45px;
	margin-right: 45px;
	margin-top: 55px;
	position: unset;
}
.testimonial-active.owl-carousel .owl-nav button {
	color: #4b4550;
	border-color: #4b4550;
}

/* 23. Community */
.community-area {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.community-bg-shape {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	opacity: .07;
}
.community-wrap table {
	background: #fff;
	box-shadow: 0px 2px 21px 0px rgba(59, 53, 63, 0.12);
}
.community-wrap thead tr th {
	vertical-align: middle;
	padding: 24px 25px;
	border-bottom: 1px solid #ededed;
}
.community-wrap thead tr {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #6d6d6d;
	font-family: 'Montserrat' cursive;
}
.community-wrap tr th:first-child {
	text-align: left;
}
.community-wrap tr th,
.community-wrap tr td {
	text-align: center;
}
.community-post-wrap {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
}
.community-post-content span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #9b9b9b;
	margin-top: 5px;
}
.community-post-content span a {
	font-weight: 500;
	color: #636363;
}
.community-post-content > a {
	font-size: 16px;
	font-weight: 600;
	color: #413f3f;
}
.community-post-tag {
	margin-left: 15px;
}
.community-post-tag a {
	font-size: 12px;
	font-weight: 600;
	color: #413f3f;
	position: relative;
	z-index: 1;
	padding: 7px 20px;
	margin: 5px 2px 0;
	display: inline-block;
}
.community-post-tag a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-20deg);
	z-index: -1;
	right: 0;
	margin: 0 auto;
	background: #e4a101;
	box-shadow: 0px 1px 8.37px 0.63px rgba(114, 113, 113, 0.18);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.community-wrap tbody td,
.community-wrap tbody th {
	padding: 20px 25px;
	vertical-align: middle;
	border-top: none;
	border-bottom: 1px solid #ededed;
}
.community-wrap .community-post-type th {
	padding: 25px 0 0 25px;
	border: none;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 400;
	color: #9b9b9b;
}
.community-wrap tbody td {
	font-size: 16px;
	font-weight: 500;
	color: #868686;
}
.community-wrap .community-bell {
	position: relative;
}
.community-wrap .community-bell a {
	color: #e4a101;
}
.community-wrap .community-bell::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	width: 1px;
	height: 50px;
	background-color: rgb(223, 223, 223);
}
.create-topic {
	background: #fff;
	box-shadow: 0px 2px 21px 0px rgba(59, 53, 63, 0.12);
	padding: 25px 25px 45px;
}
.create-topic span {
	font-size: 14px;
	font-weight: 400;
	color: #9b9b9b;
	display: block;
	margin-bottom: 20px;
}
.create-topic form input {
	width: 100%;
	border: 1px solid #ebebeb;
	padding: 18px 20px;
	font-size: 14px;
	color: #636363;
	margin-bottom: 20px;
}
.create-topic form input::placeholder {
	font-size: 14px;
	color: #9b9b9b;
}
.create-topic form .btn::before {
	bottom: 0;
}
.create-topic form .btn {
	padding: 16px 39px;
	overflow: hidden;
}
.community-widget {
	background: #fff;
	box-shadow: 0px 2px 21px 0px rgba(59, 53, 63, 0.12);
	padding: 35px;
}
.community-widget-title h5 {
	font-size: 16px;
	text-transform: uppercase;
	color: #515151;
	margin-bottom: 0;
}
.community-sidebar-social ul li a {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #747373;
	background: #fbfbfb;
	border: 1px solid #e5e4e4;
	line-height: 58px;
}
.community-sidebar-social ul li a i {
	margin-right: 10px;
}
.community-sidebar-social ul li {
	margin-bottom: 15px;
}
.community-sidebar-social ul li:last-child {
	margin-bottom: 0;
}
.community-sidebar-social ul li a:hover {
	background: #e4a101;
	color: #fff;
	border-color: #e4a101;
}
.community-sidebar-game ul li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.community-sidebar-game ul li:last-child {
	margin-bottom: 0;
}
.sidebar-new-game-thumb {
	margin-right: 20px;
}
.sidebar-new-game-thumb img {
	border-radius: 12px;
}
.sidebar-new-game-content span {
	font-size: 14px;
	line-height: 1;
	color: #9b9b9b;
	display: block;
	margin-bottom: 5px;
}
.sidebar-new-game-content h5 {
	font-size: 16px;
	font-weight: 600;
	color: #413f3f;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 0;
	line-height: 24px;
}
.sidebar-new-game-content h5 a:hover,
.contact-form button:hover {
	color: #e4a101;
}


/* 24. Contact */
#contact-map {
	width: 100%;
	height: 445px;
	display: block;
	box-shadow: 0px 2px 12.09px 0.91px rgba(184, 184, 184, 0.35);
}
.contact-area .title-style-three {
	padding-bottom: 0;
}
.contact-area .title-style-three::before {
	display: none;
}
.contact-area .title-style-three h2 {
	font-size: 30px;
	letter-spacing: -1px;
}
.contact-info-list ul li {
	color: #6c6c6c;
	display: block;
	font-size: 14px;
	margin-bottom: 8px;
}
.contact-info-list ul li:last-child {
	margin-bottom: 0;
}
.contact-info-list ul li i {
	margin-right: 10px;
	color: #e9a301;
}
.contact-form textarea {
	width: 100%;
	border: none;
	font-size: 14px;
	border-bottom: 2px solid #eeeeee;
	height: 105px;
	margin-bottom: 50px;
	padding: 0 0 20px;
	transition: .3s linear;
}
.contact-form textarea::placeholder,
.contact-form input::placeholder {
	font-size: 14px;
	color: #9e9e9e;
}
.contact-form textarea:focus,
.contact-form input:focus {
	border-color: #e9a301;
}
.contact-form input {
	width: 100%;
	border: none;
	font-size: 14px;
	border-bottom: 2px solid #eeeeee;
	margin-bottom: 50px;
	padding: 0 0 20px;
	transition: .3s linear;
}
.contact-form button {
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	color: #1c1121;
	text-transform: uppercase;
	border: none;
	background: none;
	padding: 0;
	cursor: pointer;
	line-height: 1;
	padding-bottom: 20px;
	border-bottom: 2px solid #e9a301;
	margin-top: 16px;
	transition: .3s linear;
}

/* 25. Newsletter */
.newsletter-wrap {
	border-radius: 80px;
	background-color: rgb(25, 14, 34);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 65px;
	margin-top: -55px;
	position: relative;
	z-index: 1;
	margin-bottom: 80px;
}
.newsletter-form form {
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.newsletter-form-grp {
	position: relative;
}
.newsletter-form-grp i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	left: 15px;
}
.newsletter-form form input {
	width: 495px;
	background: #24182d;
	border: none;
	color: #fff;
	padding: 17px 40px;
	font-size: 14px;
	font-weight: 500;
}
.newsletter-form form input::placeholder {
	color: #a0a0a0;
}
.newsletter-form-grp::before,
.newsletter-form button::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 55px 20px;
	border-color: transparent transparent #24182d transparent;
}
.newsletter-form-grp::after,
.newsletter-form button::after {
	content: "";
	position: absolute;
	right: -20px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 55px 20px 0 0;
	border-color: #24182d transparent transparent transparent;
}
.newsletter-title h2 {
	font-size: 26px;
	letter-spacing: -1px;
}
.newsletter-form button {
	border: none;
	color: #1c1121;
	font-size: 14px;
	font-weight: 700;
	padding: 17px 15px;
	margin-left: 30px;
	position: relative;
	cursor: pointer;
	transition: .3s linear;
}
.newsletter-form button::before {
	border-color: transparent transparent #e4a101 transparent;
	transition: .3s linear;
}
.newsletter-form button::after {
	border-color: #e4a101 transparent transparent transparent;
	transition: .3s linear;
}
.newsletter-form button:hover {
	background: #fff;
}
.newsletter-form button:hover::before {
	border-color: transparent transparent #fff transparent;
}
.newsletter-form button:hover::after {
	border-color: #fff transparent transparent transparent;
}
.newsletter-form button i {
	font-size: 12px;
	margin-left: 5px;
}
.s-newsletter-area .newsletter-wrap {
	background-color: #190e22;
}
.s-newsletter-area .newsletter-title h2 {
	letter-spacing: 0;
	text-transform: uppercase;
}
.s-newsletter-area .newsletter-form form input {
	background: #262228;
}
.s-newsletter-area .newsletter-form-grp::after {
	border-color: #262228 transparent transparent transparent;
}
.s-newsletter-area .newsletter-form-grp::before {
	border-color: transparent transparent #262228 transparent;
}


/* 26. Footer */
.footer-bg {
	background-image: url(../images/bg/footer_bg.jpg);
	background-color: #f9f9f9;
	background-position: top center;
	background-size: cover;
	padding-bottom: 65px;
	position: relative;
	z-index: 1;
}
.footer-text p {
	font-size: 15px;
	color: #90949c;
	margin-bottom: 15px;
}
.footer-contact ul li {
	margin-bottom: 10px;
	font-size: 15px;
	color: #90949c;
	line-height: 28px;
}
.footer-contact ul li i {
	margin-right: 10px;
}
.footer-contact ul li span {
	font-weight: 500;
}
.footer-contact ul li:last-child {
	margin-bottom: 0;
}
.fw-title h5 {
	font-size: 18px;
	color: #c8c8c8;
	margin-bottom: 0;
	line-height: 1;
	padding-bottom: 20px;
	position: relative;
padding-left: 15px;
}
.fw-title h5::before {
margin-left: 15px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 3px;
}
.fw-link ul li {
	display: block;
}
.fw-link ul li a {
	color: #90949c;
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
}
.fw-link ul li a:hover {
	padding-left: 5px;
}
.footer-social ul {
	display: flex;
	flex-wrap: wrap;
}
.footer-social ul li {
	display: block;
	margin-right: 9px;
}
.footer-social ul li a {
	width: 36px;
	height: 36px;
	background-color: rgb(59, 89, 152);
	display: block;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	border-radius: 2px;
}
.footer-social ul li:nth-child(2) a {
	background: #55acee;
}
.footer-social ul li:nth-child(3) a {
	background: #d71e18;
}
.footer-social ul li:nth-child(4) a {
	background: #1565c0;
}
.footer-newsletter input {
	width: 100%;
	background: #24182d;
	border: none;
	padding: 12px 20px;
	color: #fff;
	padding-right: 60px;
	font-size: 14px;
}
.footer-newsletter input::placeholder {
	color: #7c7c7d;
	font-size: 14px;
}
.footer-newsletter form {
	position: relative;
}
.footer-newsletter button {
	position: absolute;
	width: 53px;
	height: 100%;
	border: none;
	color: #1c1121;
	right: 0;
	top: 0;
	cursor: pointer;
	font-size: 14px;
}
.footer-fire {
	position: absolute;
	left: 90px;
	bottom: 0;
	z-index: -1;
padding-bottom: 37px;

}
.footer-fire-right {
	left: auto;
	right: 90px;
}
.copyright-wrap {
	background: #140a1c;
	padding: 20px 0;
}
.copyright-text p {
	font-size: 14px;
	color: #90949c;
	margin-bottom: 0;
}
.copyright-text p a {
	font-weight: 500;
}
.s-footer-bg {
	background-image: url(../images/bg/s_footer_bg.jpg);
}
.s-footer-bg .fw-title h5 {
	font-size: 16px;
	text-transform: uppercase;
}
.s-footer-bg .footer-newsletter input {
	background: #262228;
}
.s-copyright-wrap {
	background: #161417;
}

/* 27. Preloader */
#preloader{
	background-color: #161417;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
	z-index: 99;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

}
.promotext {
	background: #292929;
        color: #3a3a3a;
        font-size: 15px;
}


.profile-section-name {
color: #e4a101
}



.bbCodeBlock { margin:2px 0px; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}  
.bbCodeName {display:none;}  
.codeMessage {color:#f8f8f8; background:#8b332f; font-size:12px; font-family:Courier new; border:1px solid #c54d47 !important; padding:5px; margin-top:1px; text-shadow:1px 1px 0px #4f0e0c !important; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}  

.bbQuoteBlock { margin:2px 0px; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}  
.bbQuoteName {display:none;}  
.quoteMessage {color:#f8f8f8; font-size:11px; font-family:tahoma; background:#4d8633; border:1px solid #71bf4d !important; padding:5px; text-shadow:1px 1px 0px #2d5a18 !important; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}































.f_viewn {width: 387px;height: 370px;overflow:hidden;background:#ffffff;margin: 0 0 17px 6px;float:left;transition:0.3s; border-radius: 15px;}
.f_viewn:hover {background:#f5f5f5;}
.f_viewn:hover .f_title span {background:rgba(0, 0, 0, 0.9);}
.f_title {height:262px;overflow:hidden;border-bottom:1px solid #f0f0f0;background-size:cover;background-position:center;background-repeat:no-repeat;}
.f_title span {transition:0.3s;background:rgba(0, 0, 0, 0.9);width: 387px;height: 72px;color:#fffdfd;display:block;text-align:center;font-size:12px;text-shadow:0px 2px 2px #000;text-transform:uppercase;padding:15px 5px 0px 5px;}
.f_cont {color:#252525;font-size: 14px;padding: 8px;overflow:hidden;height:72px;}
.f_cont br {display:none;}
.f_details {height:41px;display:block;border-top: 1px solid #e5e5e5;line-height:33px;color:#222121;padding:0 5px;color:#757575;}
.f_details span {font-size:13px;color:#757575;padding: 4px 4px;border-radius: 5px;border: 1px solid #e5e5e5;}
.f_details span i {font-size:12px;}
.right {float:right;}



.f_title span {
    transition: 0.3s;
    background: rgba(0, 0, 0, 0.5);
    width: 376px;
    height: 44px;
    color: #fffdfd;
    display: block;
    text-align: center;
    font-size: 12px;
    text-shadow: 0px 2px 2px #000;
    margin-left: 5px;
    margin-top: 5px;
    text-transform: uppercase;
    padding: 8px 5px 0px 5px;
    border-radius: 15px;
    line-height: 16px;
}











.menu {width: 112%; overflow: hidden;  font-size: 14px; }  
  .menu a {width: calc(100% - 10%); height: 35px; line-height: 35px;  display: block; padding-left: 10px;  color: #a3a3a3; text-decoration: none !important; border-top: 1px solid #2e2e2e;}  
.menu a:hover  {box-shadow: 4px 0 0 0 rgb(228,161,3) inset; } 
  
.link_drop a {background: rgb(37, 37, 37); padding-left: 10px;}  
  .link_drop a:hover {box-shadow: 4px 0 0 0 rgb(228,161,1) inset;}  
  .link_drop {height: 35px; overflow: hidden;  }  
  .link_drop:hover {height: calc(35px + 35px * 5);}  
  .link_drop_top {background: rgb(37,37,37) !important; width: calc(100% - 10%) !important; padding-left: 10px; !important;}  
  .link_drop:before {width: 30px; height: 30px; no-repeat center / 100%; transform: translate(-5px,0) rotate(-90deg); display: inline-block; float: right;}  
  .link_drop:hover:before {transform: translate(-5px,0) ;}  
  .link_drop, .menu a, .link_drop:before {transition: all linear .3s; -moz-transition: all linear .3s; -webkit-transition: all linear .3s; -o-transition: all linear .3s;}


#page-install_maps .table-install_maps
{width: 100%;} 


#page-install_maps .table-install_maps td:nth-child(1), #page-install_maps .table-install_maps td:nth-child(2)
{ background: rgba(33, 115, 217, 0.1);
color: #2173d9 !important;
} 

#page-install_maps .table-install_maps td:nth-child(1), #page-install_maps .table-install_maps td:nth-child(2)
{

text-align: center;
color: #2173d9;

} 

#page-install_maps .table-install_maps td:nth-child(1), #page-install_maps .table-install_maps td:nth-child(2)
{
text-align: center;
color: #2173d9;
}








.tumidlogan{width: 33%;float:left;}
.zornet_rugaretun{margin-bottom: 10px;}
.zornet_rugaretun:hover{cursor: pointer;opacity:1;}
.zornet_rugaretun a, .zornet_rugaretun a:hover{text-decoration:none}
.zornet_rugaretun .imgbigload{display: block;border-radius: 15px;position: relative;margin: 0;background-size: cover;width: 98%;height: 240px;}
.zornet_rugaretun .imgbigload:hover{}
.zornet_rugaretun .runilodes{margin-bottom: 12px;padding-left: 5px;font-size: 17px;line-height: 1.333;color: #444;padding: 20px;}
.zornet_rugaretun .runilodes a{color: rgba(247, 243, 243, 0.98);}
.zornet_rugaretun .runilodes a:hover{color: #ffc107;}
.musarelag .textadapr{text-align:left;}
.musarelag .title{position: absolute;top: 5px;left: 5px; right: 5px; overflow: hidden;text-overflow: ellipsis;border-radius: 15px;background: rgba(0, 0, 0, 0.89);color: #fff;padding: 0 10px;font-size: 13px;line-height: 25px;}
.zornet_rugaretun .category{position: absolute;bottom: 5px;left: 5px;height: 25px;border-radius: 58px;background-image: linear-gradient(to left, #ff5400, #ffa34b);color: #fff;padding: 0 10px;font-size: 12px;line-height: 23px;}

@media screen and (max-width: 1240px){
  .tumidlogan{background: #ffffff;width: 100%!important;height: auto;padding: 0px 0px 0px 3px;}
}




.chat_over{background:rgba(0,0,0,.6);right:20px;position:fixed;padding:0;padding-top:0;z-index:9999;bottom:-182px;text-align:center;font-size:13px;box-shadow:0 1px 3px rgba(0,0,0,.3)}
.chat_over *{outline:none}
.chat_over .jspTrack{height:160px!important}
.chat_over,.ch_sml,.ch_smlin,.uuslugi,.new_comment_error,.forum_get,.comment_answer_button a,.quoteMessage,.premium .prc,.siteRate,.siteRate div,.sb1,.sb2,.chatRight,.gChat,.gChat:hover,.over_ind,.ind,.info_signs,.column_1,.column_c,.column_2,.jspDrag{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
.smile_in,.ch_smlin img,.sound_on,.sound_off,#setting_chat a,#rules_chat a,#sound_chat div,.hm,.ch_sml,.jspDrag{transition:all linear .1s;-moz-transition:all linear .1s;-webkit-transition:all linear .1s;-o-transition:all linear .1s}
.comm .us{color:#646464;font-size:10px;margin-top:-2px;padding:0}
.comm .us a{text-decoration:none}
.comm .us .us_name{color:#646464}
.comm .av{margin-right:10px;width:28px;height:28px;overflow:hidden;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px}
.comm .av img{width:28px;height:28px;object-fit:cover;-webkit-border-radius:250px;-moz-border-radius:250px;border-radius:250px}
.comm .chatInner{width:222px;overflow:hidden;margin-bottom:2px}
.cerr{float:right;padding:7px;padding-right:20px}
.hm{visibility:hidden;position:absolute;height:0;margin-top:-10px;overflow:hidden;opacity:0;top:-34px;right:0;background:rgba(0,0,0,.8);padding:5px 10px;color:#fff;font-size:11px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
#online_counter:hover span,#rules_chat:hover span,#setting_chat:hover span,.sound_on:hover span,.sound_off:hover span{opacity:1;height:auto;margin-top:0;visibility:visible}
#c_one_clon,#c_tell{position:absolute;top:-1500px;right:-15000px}
#setting_chat a,#rules_chat a,#sound_chat div{width:16px;height:16px;display:inline-block;opacity:.5;cursor:pointer}
#setting_chat a:hover,#rules_chat a:hover,#sound_chat div:hover{opacity:.9}
#setting_chat,#rules_chat,#sound_chat{float:right;margin-right:10px;margin-top:8px}
#setting_chat a{background:url(/chat_files/chat-sprite.png) 0 -23px no-repeat}
#rules_chat a{background:url(/chat_files/chat-sprite.png) -39px -21px no-repeat}
#sound_chat .sound_on{background:url(/chat_files/chat-sprite.png) -19px -21px no-repeat}
#sound_chat .sound_off{background:url(/chat_files/chat-sprite.png) -19px -35px no-repeat;display:none}
#online_counter{float:right;color:#FFF;margin-top:4px;margin-right:8px;padding:4px;padding-left:16px;background:url(/chat_files/chat-sprite.png) -32px 3px no-repeat;cursor:pointer;font-size:13px}
#bottom_chat span,#top_chat span{display:inline-block;width:17px}
#bottom_chat,#top_chat{text-align:left;padding:8px 12px;color:#FFF;cursor:pointer;font-size:13px}
#bottom_chat,.chtt iframe{display:none}
.ngd{background:#fff;padding:10px;cursor:default}
.jspContainer{background:none!important}
.pdvr{float:right;opacity:0}
.msg:hover .pdvr{opacity:1}
.clkg{font-size:11px;padding:10px;background:#efefef;-webkit-border-radius:0 0 3px 3px;-moz-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}
.cs2{margin-top:3px;color:#E32F17;font-size:10px}
.cs1{margin-top:3px;color:#2B2B2B;font-size:10px}
.mchat{width:250px}
.chtt{border-top:1px solid #e2e2e2}
#mchatMsgF{margin:0!important;max-width:100%!important;min-height:auto!important;width:312px;padding:0 10px!important;height:36px!important;padding-right:53px!important;border:1px solid #fff;background:#fff;-webkit-border-radius:0 0 3px 3px;-moz-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#mchatBtn{position:absolute;top:-1200px;right:-1500px}
#mchatAjax{background:#646464;position:absolute;right:-200px}
.ch_sml{z-index:99999999;height:0;opacity:0;overflow:hidden;margin-top:-98px;right:0;position:absolute}
.ch_smlin{width:157px;height:70px;background:#FFF;overflow:hidden;text-align:left;border:1px solid rgba(0,0,0,.2)}
.ch_smlin img{padding-left:3px;padding-top:3px;float:left;cursor:pointer}
.ch_smlin img:hover{opacity:.7}
.smile_in:hover .ch_sml{height:85px;opacity:1;margin-top:-78px}
.smile_in span{opacity:.5}
.smile_in span:hover{opacity:.8}
.smile_in{z-index:3;position:absolute;margin-left:284px}
.smile_in span{display:inline-block;margin-top:9px;cursor:pointer;width:19px;height:19px;background:url(/chat_files/chat-sprite.png) -8px 0;opacity:.5}
.otbv,.otbv:hover{color:#6A6A6A}
.chatBubbles{display:table}
.chatRight,.cBubbleLeft,.cBubbleRight{display:table-cell;vertical-align:top}
.myBubble{margin-left:38px}
.myBubble .cBubbleLeft{display:none}
.myBubble .chatRight{background:#daeaf7!important}
.myBubble .cBubbleRight{display:table-cell}
.myBubble .chatInner{width:180px;color:#000}
.chatRight{background:#f1f6fa;border:1px solid #c6d9e9;padding:5px}
.cBubbleLeft{position:relative}
.cBubbleLeft span,.cBubbleRight span{background:url(/chat_files/chat-sprite.png);width:8px;height:14px;position:absolute;top:7px}
.cBubbleLeft span{background-position:0 0;right:-1px}
.cBubbleRight{display:none;position:relative}
.cBubbleRight .av{margin-left:10px;margin-right:0}
.cBubbleRight span{background-position:0 -14px;left:-1px}
#wrapper2{background:#FFF;width:290px;height:200px;overflow:auto}
#scroller{text-align:left;width:270px;padding:0}
#onlCountDate{display:none}
.jspContainer{overflow:hidden;position:relative}
.jspPane{position:absolute}
.jspVerticalBar{position:absolute;top:0;right:0;width:4px;margin-bottom:5px;height:100%;background:transparent}
.jspHorizontalBar{position:absolute;bottom:0;left:0;width:100%;height:4px;background:transparent}
.jspVerticalBar *,.jspHorizontalBar *{margin:0;padding:0}
.jspCap{display:none}
.jspHorizontalBar .jspCap{float:left}
.jspTrack{background:transparent;position:relative}
.jspDrag{background:rgba(0,0,0,.4);position:relative;top:0;left:0;cursor:pointer}
.jspDrag:hover{background:rgba(0,0,0,.6)}
.jspDrag:active{background:rgba(0,0,0,.8)}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{float:left;height:100%}
.jspArrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer}
.jspArrow.jspDisabled{cursor:default;background:#80808d}
.jspVerticalBar .jspArrow{height:16px}
.jspHorizontalBar .jspArrow{width:16px;float:left;height:100%}
.jspVerticalBar .jspArrow:focus{outline:none}
.jspCorner{background:#eeeef4;float:left;height:100%}
.sb1,.sb2{padding:0 4px}
.msg+.msg{margin-top:9px}
img[rel="usm"]{height:19px;width:19px;vertical-align:middle}

ul.best-file {margin:0; padding:0; border:0; list-style:none;}  
ul.best-file li {display:block; width:230px; height:120px; margin:0 0 4px 0; position:relative; overflow:hidden;}  
ul.best-file li img.best-file-img {width:230px; height:120px; position:absolute; left:0; right:0; z-index:1; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px;}  
ul.best-file li span {float:right; display:block; background:url('http://csomsk.ru/1-ucoz/pm/rip/best-file-span.png') repeat; padding:2px 4px; font-family: font-size:11px; color:#fff; line-height:14px; position:absolute; right:4px; top:4px; z-index:2; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; overflow:hidden;}  
ul.best-file li span img {vertical-align:-3px;}  
ul.best-file li a {display:block; background:url('http://csomsk.ru/1-ucoz/pm/rip/best-file-b.png') repeat; width:230px; height:25px; padding:0 11px; text-transform:uppercase; font-weight:normal; color:#fff; line-height:25px; position:absolute; left:0; bottom:0; z-index:3; border-radius:0 0 5px 5px; -moz-border-radius:0 0 5px 5px; -webkit-border-radius:0 0 5px 5px; -khtml-border-radius:0 0 5px 5px; overflow:hidden;}  
ul.best-file li a img {vertical-align:1px;}
Информер лучшие файлы для Ucoz