* {
  outline: none;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ccc;
  line-height: 1.5;
}

img {
  max-width: 100%;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fcaa1f;
}

h1, h2, h3 {
  margin: 3px auto 3px 0;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.heading {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.heading h1, .heading h2, .heading h3 {
  margin: 0 auto 0 0;
}

.sort {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.sort li {
  margin: 2px;
  padding: 0;
  list-style: none;
}
.sort .btn {
  height: 24px;
  padding: 0 5px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
}

.input {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 0;
  border-radius: 3px;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
}

.btn,.pages li a {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  display: inline-block;
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: #000;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 36px;
  white-space: nowrap;
}
.btn:hover,.pages li a:hover {
  background-color: #fcaa1f;
  color: #222;
}
.btn.btn-alt,.pages li a.dqy {
  background-color: #fcaa1f;
  color: #222;
}
.btn.btn-alt:hover,.pages li a.dqy:hover {
  color: #000;
  opacity: 0.9;
}

.visible-sm {
  display: none;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.container1 {
   max-width:1720px;
  margin: 0 auto;
}
.main {
  margin-top: 62px;
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
}
.main-content {
  order: 2;
  padding: 10px;
  flex-grow: 1;
}
.main-content h1:first-child, .main-content .heading:first-child {
  margin-top: 0;
}

.aside {
  order: 1;
  width: 220px;
  padding: 10px;
  flex-shrink: 0;
  box-sizing: border-box;
  border-right: 1px solid #0e0e0e;
  background-color: #141215;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
}
.aside-close {
  position: fixed;
  top: 50px;
  right: 230px;
  font-size: 24px;
  color: #fff;
  display: none;
}
.aside-nav {
  margin: 0;
  padding: 0;
}
.aside-nav > li {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.aside-nav > li:last-child {
  border: 0;
}
.aside-nav > li a {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.aside-nav > li a .la, .aside-nav > li a img {
  margin: 0 5px 0 0;
  font-size: 20px;
}
.aside-categories h3 {
  font-size: 18px;
}
.aside-categories ul {
  margin: 10px 0;
  padding: 0;
}
.aside-categories ul li {
  margin: 5px 0;
  padding: 0;
  list-style: none;
}
.aside-categories ul li a {
  display: flex;
  justify-content: space-between;
}
.aside-categories ul li a span:not(.cat-title) {
  color: #666;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #242226;
  border-bottom: 1px solid #0e0e0e;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
  z-index: 2;
}
.header .container {
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.header-nav {
  margin: 0;
  padding: 0;
  display: flex;
}
.header-nav > li {
  margin: 0 20px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.header-nav > li:last-child {
  margin: 0;
}
.header-nav > li > a {
  font-weight: bold;
  text-transform: uppercase;
}
.header-nav > li > a > i, .header-nav > li > a img {
  display: block;
  font-size: 20px;
}
.header-nav > li > a > i {
  min-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.logo span {
  color: #fff;
}
.logo:hover {
  color: #fff;
}

.search-toggle {
  margin: 0 0 0 auto;
  display: none;
  font-size: 20px;
  cursor: pointer;
}

.nav-toggle {
  margin: 0 0 0 20px;
  display: none;
  font-size: 20px;
  cursor: pointer;
}

.search {
  position: relative;
  margin: 0 20px;
  flex-grow: 1;
}
.search-btn {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 3px;
  background-color: #fcaa1f;
  font-size: 16px;
  color: #222;
  cursor: pointer;
}

.languages .dropdown-container {
  right: 0;
  left: auto;
  font-weight: normal;
  text-transform: none;
  text-align: left;
}
.languages .dropdown-container img {
  margin: -1px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
}

.dropdown {
  position: relative;
}
.dropdown-container {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 2px 0 0 0;
  padding: 10px 0;
  background-color: #242226;
  border-radius: 3px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 2;
}
.dropdown-container.toggled {
  display: block;
}
.dropdown-container li {
  margin: 0;
  padding: 4px 20px;
  list-style: none;
  white-space: nowrap;
}

.thumbs {
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.tmb {
  position: relative;
  min-width: 0;
  display: block;
  background-color: #242226;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
}
.tmb:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.55);
}
.tmb-img, .tmb-img-2 {
  position: relative;
  padding: 56.25% 0 0 0;
}
.tmb-img > img, .tmb-img-2 > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tmb-img-2 {
  padding-top: 75%;
}
.tmb-title, .tmb-description, .tmb-tags {
  width: 100%;
  height: 24px;
  margin: 5px 0;
  padding: 0 5px;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.tmb-title {
  text-align: center;
  font-weight: 700;
}
.tmb-description {
  margin: 5px 0 0 0;
  text-align: left;
}
.tmb-tags {
  margin: 0 0 5px 0;
  text-align: left;
}
.tmb-tags a {
  height: 20px;
  padding: 0 4px;
  margin: 0 0 4px 0;
  display: inline-block;
  border-radius: 3px;
  background-color: #1b181e;
  font-size: 12px;
  text-decoration: none;
  line-height: 20px;
  color: #fff !important;
}
.tmb-tags a:hover {
  background-color: #fcaa1f;
  color: #111 !important;
}
.tmb-amount {
  margin-left: 5px;
  font-weight: 400;
}
.tmb-duration {
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 0 5px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
}
.tmb-duration .la {
  margin: -2px 2px 0 0;
  vertical-align: middle;
  font-size: 18px;
}
.tmb-data {
  padding: 0 5px 5px 5px;
  display: flex;
  flex-wrap: wrap;
}
.tmb-data > div {
  margin-right: 10px;
  font-size: 12px;
}
.tmb-data > div:last-child {
  margin-right: 0;
}
.tmb-data .la {
  margin: -2px 2px 0 0;
  vertical-align: middle;
  font-size: 18px;
}

.pagination {
  margin: 20px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination li {
  margin: 2px;
  padding: 0;
  list-style: none;
}
.pagination .btn-alt {
  pointer-events: none;
}

.site-links {
  margin: 0 0 20px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.site-links li {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}
.site-links li .la {
  margin: -2px 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #fcaa1f;
}

.keywords {
  margin: 0 0 20px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.keywords li {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}
.keywords li .la {
  margin: -2px 5px 0 0;
  vertical-align: middle;
  color: #fcaa1f;
}
.keywords .size-1 {
  font-size: 12px;
}
.keywords .size-2 {
  font-size: 15px;
}
.keywords .size-3 {
  font-size: 18px;
}
.keywords .size-4 {
  font-size: 20px;
}
.keywords .size-5 {
  font-size: 22px;
}

.toplist {
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-column-count: 6;
     -moz-column-count: 6;
          column-count: 6;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.toplist li {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 4px 0;
  box-sizing: border-box;
  list-style: none;
}
.toplist li span {
  margin: 0 5px 0 0;
  display: inline-block;
  font-weight: bold;
  color: #fcaa1f;
}

.video-player {
  position: relative;
  padding: 56.25% 0 0 0;
}
.video-player > iframe, .video-player .player-code {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.video-info {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.video-info > div {
  margin: 0 20px 0 0;
  display: flex;
}
.video-info > div span {
  margin-right: 5px;
}
.video-info > div .la {
  margin: -2px 5px 0 0;
  font-size: 24px;
  color: #fcaa1f;
}
.video-links a {
  margin: 2px;
  padding: 3px 6px;
  display: inline-block;
  border-radius: 3px;
  background-color: #000;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.video-links a:hover {
  background-color: #fcaa1f;
  color: #111;
  text-decoration: none;
}

.channels {
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.channels li {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 4px 0;
  box-sizing: border-box;
  display: inline-block;
  list-style: none;
}
.channels li.channels-title {
  margin: 3px 0;
  padding: 2px 5px;
  border-radius: 3px;
  background-color: #242226;
  font-weight: 700;
  color: #fcaa1f;
}
.channels a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2px 5px;
  border-radius: 3px;
  background-color: #242226;
  color: #fff;
}
.channels a .la {
  margin: 0 5px 0 0;
  vertical-align: middle;
  font-size: 16px;
}
.channels a span {
  margin: 0 0 0 auto;
  padding: 0 4px;
  display: inline-block;
  font-size: 12px;
  color: #666;
}
.channels a:hover {
  background-color: #fcaa1f;
  color: #111;
  text-decoration: none;
}
.channels a:hover span {
  color: #111;
}

.footer {
  padding: 20px 0;
  background-color: #242226;
  border-top: 1px solid #0e0e0e;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  font-size: 12px;
}
.footer .container {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer-nav {
  margin: 10px 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
}
.footer-nav li {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}
.footer-nav li:last-child {
  margin-right: 0;
}

.btn-up {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 48px;
  height: 48px;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #E33A65;
  box-sizing: border-box;
  color: #fff;
}
.btn-up.toggled {
  display: flex;
}
.btn-up:hover {
  text-decoration: none;
  color: #111;
}
.btn-up .la {
  font-size: 30px;
  line-height: 30px;
}

@media screen and (max-width: 1199px) {
  .nav-toggle {
    display: block;
  }

  .search-toggle {
    display: block;
  }

  .header .container {
    flex-wrap: wrap;
  }
  .header-nav {
    display: none;
  }

  .search {
    width: 100%;
    margin: 10px 0 0 0;
    display: none;
  }
  .search.toggled {
    display: block;
  }

  .aside {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 18, 21, 0.5);
    border: 0;
    display: none;
    z-index: 3;
  }
  .aside-close {
    display: block;
  }
  .aside-content {
    position: fixed;
    top: 0;
    right: 0;
    width: 220px;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #141215;
    overflow-y: auto;
  }
  .aside .visible-sm {
    display: block;
  }
  .aside.toggled {
    display: block;
  }
  .aside .dropdown-container {
    position: static;
  }
}
@media screen and (max-width: 1023px) {
  .thumbs {
    grid-template-columns: repeat(3, 1fr);
  }

  .channels, .toplist {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media screen and (max-width: 767px) {
  .thumbs {
    grid-template-columns: repeat(2, 1fr);
  }

  .channels, .toplist {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  .video-player {
    padding-top: 120%;
  }
}
@media screen and (max-width: 480px) {
  h1, h2, h3 {
    font-size: 20px;
  }

  .channels {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media screen and (min-width: 1450px) {
  .thumbs {
    grid-template-columns: repeat(5, 1fr);
  }

  .channels {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
  }
}
@media screen and (min-width: 1601px) {
  .thumbs {
    grid-template-columns: repeat(6, 1fr);
  }

  .channels {
    -webkit-column-count: 7;
       -moz-column-count: 7;
            column-count: 7;
  }
}
.abform-wrapper1{
	display:none;
}
.abform-wrapper1{
	display:none;
}
.abbtn1{
	cursor:pointer;
	color:#ffffff;
}
.abbtn1:hover{
	color:#fcaa1f;
}
.abform-wrapper1.toggled{
	display: flex;
	height:100vh;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background:rgba(0,0,0,0.5);
	position: fixed;
    width: 100%;
	justify-content:center;
	align-items:center;
	z-index:999;
}
#contactForm{
	position: fixed;
    top: calc(50% - 105px);
    background: #1b181e;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
	width:300px;
}
.abclose1{
	position:absolute;
	top:10px;
	right:20px;
	color:#ffffff;
	cursor:pointer;
}
.form-group{
	margin-bottom:10px;
}
.form-group input{
	display:block;
	width:100%;
	border-radius:5px;
	border:0px;
	padding:5px;
	box-sizing:border-box;
}
.form-group textarea{
	display:block;
	width:100%;
	border-radius:5px;
	border:0px;
	padding:5px;
	box-sizing:border-box;
}
.abzagl1{
	display:block;
	margin-bottom:10px;
	text-transform: uppercase;
    color: #ffffff;
}
#contactForm .btn:hover{
	text-decoration:underline;
}
#msgSubmit{
	margin-bottom:10px;
}
.linklist {
    margin: 0 0 5px 0;
    padding: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.linklist a {
  margin: 2px;
  padding: 6px 16px;
  display: inline-block;
  background-color: #000;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
      border-radius: 3px;
}
.linklist a:hover {
  background-color: #fcaa1f;
  color: #fff;
  text-decoration: none;
}
.search-queries {
    margin: 0 0 20px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.search-queries li {
    margin: 5px 10px 0 0;
    padding: 0;
    list-style: none;
}

.mob-rek-a {width: 100%;padding: 0px 10px 0px 10px;text-align: center;box-sizing: border-box;clear: both;display: none;}@media screen and (max-width: 767px){.mob-rek-a{display: block;grid-column-start: 1;grid-column-end: 4;}}@media screen and (max-width: 480px){.mob-rek-a {display: block;grid-column-start: 1;grid-column-end: 3;}}.mob-rek-a iframe{margin: 20px 0px 20px 0px;}
@media screen and (max-width: 767px) {main .thumbs {grid-template-columns: repeat(3, 1fr);}}@media screen and (max-width: 480px) {main .thumbs {grid-template-columns: repeat(2, 1fr);}}


.block_app {
	width: 100%;
	margin: 8px auto;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center*/
}

.block_app img {
	border-radius: 30%;
	width: 50px;
	height: 50px;
	object-fit: cover;
	border: 2px solid gray
}

.block_app_item {
	display: block
}

.block_app_item_title {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #000
}

.block_app_item_image {
	margin: 13px
}

@media only screen and (max-width:768px) {
	.block_app img {
		width: 50px;
		height: 50px
	}

	.block_app_item_title {
		font-size: 12px
	}

	.block_app_item_image {
		margin: 5px
	}
}

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


.flmenu {display: grid;grid-template-columns:repeat(10, 1fr);gap:5px;margin:8px;}
.flmenu a {color: #fff;background-color: #000;-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);border-radius: 5px;padding: 4px 0;display: flex;justify-content: center;align-items: center;font-size: 16px;}
.flmenu a:hover {color: #fff;background-color: rgba(176, 65, 65, 0.75);}
@media screen and (max-width: 2200px) {.flmenu {grid-template-columns: repeat(10, 1fr);}}
@media screen and (max-width: 2000px) {.flmenu {grid-template-columns: repeat(10, 1fr);}}
@media screen and (max-width: 1800px) {.flmenu {grid-template-columns: repeat(10, 1fr);}}
@media screen and (max-width: 1600px) {.flmenu {grid-template-columns: repeat(10, 1fr);}}
@media screen and (max-width: 1400px) {.flmenu {grid-template-columns: repeat(9, 1fr);}}
@media screen and (max-width: 1200px) {.flmenu {grid-template-columns: repeat(8, 1fr);}}
@media screen and (max-width: 1000px) {.flmenu {grid-template-columns: repeat(7, 1fr);}}
@media screen and (max-width: 750px) {.flmenu {grid-template-columns: repeat(5, 1fr);}}
@media screen and (max-width: 470px) {.flmenu {grid-template-columns: repeat(4, 1fr);}}
@media screen and (max-width: 400px) {.flmenu {grid-template-columns: repeat(3, 1fr);}}
.flmenu a:hover {
  background-color: #fcaa1f;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width:750px) {
    
    .flmenu a{
        font-size: 15px;
    }
}

@media only screen and (max-width:400px) {
    .linklist a{
        font-size: 14px;
    }
    

}


.fluid-wrapper  img{
    max-width: 100%;
}