* {
  outline: none;
}

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

body {
  background-color: #000000;
  font-family: Tahoma, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #E3E0DB;
  line-height: 1.5;
}

img {
  max-width: 100%;
}

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

h1, h2, h3 {
  margin: 10px auto 10px 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.text-seredina{
	margin:20px 0 20px 0;
}
.texheading {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.texheading h1, .texheading h2, .texheading h3 {
  margin: 0 auto 0 0;
}
.texheading .texpaginator {
  margin: 0 10px 0 0;
}

.sort {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.sort li {
  margin: 2px;
  padding: 0;
  list-style: none;
}
.sort .btn-sm {
  padding: 0 5px;
}

.input {
  width: 100%;
  height: 35px;
  padding: 0 10px;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
}

.btn {
  min-width: 35px;
  height: 35px;
  padding: 0 10px;
  display: inline-block;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #35005F;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 35px;
  white-space: nowrap;
}
.btn:hover {
  color: #fff;
}
.btn.btn-alt {
  background-color: #8F00FF;
}
.btn.btn-sm {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.texmain {
  flex-grow: 1;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.texheader {
  width: 100%;
  padding: 5px 0;
  background-color: #35005F;
  z-index: 2;
}
.texheadercon {
  display: flex;
  align-items: center;
}

.texlogo {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 35px;
  white-space: nowrap;
}
.texlogo:hover {
  text-decoration: none;
  color: #fff;
}
.texlogo span {
  color: #8F00FF;
}

.togglers {
  margin-left: auto;
  display: none;
}
.togglers span {
  margin-right: 10px;
  display: inline-block;
  font-size: 22px;
  cursor: pointer;
}
.togglers span:last-child {
  margin-right: 0;
}
.togglers span.toggled {
  color: #8F00FF;
}

.search-form {
  position: relative;
  width: 300px;
  margin: 0 10px;
}
.search-form .search-input {
  padding: 0 45px 0 10px;
}
.search-form .texsearchbtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  border: 0;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}

.texnav {
  margin-left: auto;
  font-weight: bold;
  text-transform: uppercase;
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
}
.texnav > ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap:wrap;
}
.texnav > ul > li {
  margin: 0 15px 0 0;
  padding: 0;
  list-style: none;
  text-wrap:nowrap;
}
.texnav > ul > li:last-child {
  margin: 0;
}
.texnav .la {
  margin: -2px 5px 0 0;
  vertical-align: middle;
  font-size: 18px;
}
.dropdown-toggle{
	text-wrap:nowrap;
}
.dropdown.languages{
	align-self:baseline;
}
.languages img {
  margin: -1px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
}
.languages .dropdown-container {
  right: 0;
  left: auto;
  font-weight: normal;
  text-transform: none;
  -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

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

.texth {
  position: relative;
  min-width: 0;
}
.texthlink, .texthimg {
  display: block;
}
.texthimg, .texthimg-2 {
  position: relative;
}
.texthimg img, .texthimg-2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.texthimg-2 {
  padding-top: 150%;
}
.texthimg-3 {
  padding-top: 0;
}
.texthdur {
  position: absolute;
  bottom: 2px;
  right: 2px;
  padding: 1px 5px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  color: #fff;
}
.texthsite, .texthtitle, .texthdesc {
  margin: 2px 0;
  display: block;
  text-align: center;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 35px;
  padding: 0 5px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  line-height: 18px;
  font-size:13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.texthsite span, .texthtitle span, .texthdesc span {
  color: #E3E0DB;
}
.texthtitle, .texthsite {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.texthtitle span, .texthsite span {
  margin: 2px;
  padding: 2px 6px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.9);
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.texthtitle span:first-child {
  order: 2;
}
.texthtitle span:last-child {
  order: 1;
}
.texth:hover .texthtitle span {
  color: #8F00FF;
}
.texthdesc {
  height: 35px;
  text-align: left;
}
.texthtags {
  position: absolute;
  right: 0;
  bottom: 24px;
  width: 100%;
  height: 24px;
  margin: 1px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
}
.texthtags a {
  margin: 1px;
  padding: 2px 6px;
  display: block;
  background-color: rgba(0, 0, 0, 0.9);
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.texthtags a:hover {
  color: #8F00FF;
}

.texpaginator {
  margin: 20px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.texpaginator li {
  margin: 2px;
  padding: 0;
  list-style: none;
}
.texpaginator li.active .btn {
  background-color: #8F00FF;
  pointer-events: none;
}
.texpaginator li .btn:hover {
  background-color: #8F00FF;
  text-decoration: none;
}

.embed {
  margin: 10px 0;
  display: flex;
}
.embed-content {
  flex-grow: 1;
}
.embed-player, .embed-player-2 {
  position: relative;
  padding: 56.25% 0 0 0;
}
.embed-player > iframe, .embed-player-2 > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.embed-player-aside, .embed-player-2-aside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 5px 5px 5px;
  background-color: rgba(0, 0, 0, 0.75);
}
.embed-player-aside.hidden, .embed-player-2-aside.hidden {
  display: none;
}
.embed-player-aside-title, .embed-player-2-aside-title {
  position: relative;
  padding: 5px 0;
}
.embed-player-aside-title span, .embed-player-2-aside-title span {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 18px;
  cursor: pointer;
}
.embed-player-aside-block, .embed-player-2-aside-block {
  width: 300px;
}
.embed-player-aside-close, .embed-player-2-aside-close {
  width: 100%;
  margin: 5px 0 0 0;
  display: block;
  font-weight: bold;
}
.embed-player-2 {
  padding: 75% 0 0 0;
}
.texembeddata {
  margin: 10px 0;
}
.texembedinfo {
  padding: 10px;
  background: #35005F;
}
.texembedinfolist {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.texembedinfolist li {
  margin: 0 15px 0 0;
  padding: 0;
  list-style: none;
}
.texembedinfo .la {
  margin: -2px 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
}
.texembedcategories {
  margin: 10px 0 0 0;
}
.embed-aside {
  margin: 0 0 0 10px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.embed-aside > div {
  margin-bottom: 10px;
}
.embed-aside > div:last-child {
  margin-bottom: 0;
}

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

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

.texniches {
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-column-count: 6;
     -moz-column-count: 6;
          column-count: 6;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
}
.texniches li {
  width: 100%;
  margin: 1px;
  padding: 4px 10px;
  box-sizing: border-box;
  display: inline-block;
  list-style: none;
  background-color: #35005F;
}
.texniches li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.texniches li a .la {
  margin: -2px 5px 0 0;
  vertical-align: middle;
  font-size: 14px;
}
.texniches li a span {
  margin: 0 0 0 auto;
  font-size: 12px;
  color: #E3E0DB;
}
.texnichestitle {
  background-color: #8F00FF !important;
  font-weight: bold;
  color: #fff;
}

.textoplist {
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-column-count: 6;
     -moz-column-count: 6;
          column-count: 6;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
}
.textoplist li {
  position: relative;
  width: 100%;
  margin: 1px;
  padding: 4px 10px;
  box-sizing: border-box;
  display: inline-block;
  list-style: none;
  background-color: #35005F;
}
.textoplist li span {
  margin: 0 5px 0 0;
  display: inline-block;
  color: #8F00FF;
}

.dropdown {
  position: relative;
}
.dropdown-container {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 2px 0 0 0;
  padding: 10px 0;
  background-color: #35005F;
  display: none;
  z-index: 2;
}
.dropdown-container.toggled {
  display: block;
}
.dropdown-container li {
  margin: 0;
  padding: 4px 20px;
  list-style: none;
  white-space: nowrap;
}

.footer {
  padding: 20px 0;
  background-color: #35005F;
}
.footer .texlogo {
  margin-bottom: 10px;
}
.texlogo img{
	display:block;
	width:auto;
	height:auto;
	max-width:100%;
}
.texfootercont {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.texfooternav {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.texfooternav li {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}
.texfooternav 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: #8F00FF;
  box-sizing: border-box;
}
.btn-up.toggled {
  display: flex;
}
.btn-up:hover {
  text-decoration: none;
  color: #fff;
}
.btn-up .la {
  font-size: 30px;
  line-height: 30px;
}
.topbar{
box-sizing:border-box;
display:none;
}
.topbar ul{
margin:0;
padding:0;
list-style:none;
-webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
}
.topbar ul li{
position: relative;
    width: 100%;
    margin: 0 0 4px 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}
.topbar ul li a{
display:block;
padding:5px;
text-align:center;
background:#35005F;
color:#ffffff;
}
.topbar ul li a:hover{
	background:#8F00FF;
	color:#ffffff;
}
.dec-topbar .topbar{
	display:block;
	margin:0 0 5px 0;
}
@media screen and (max-width: 1199px) {
  .texheadercon {
    flex-wrap: wrap;
  }

  .togglers {
    display: flex;
  }

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

  .texnav {
    width: 100%;
    margin: 10px 0 0 0;
    display: none;
  }
  .texnav.toggled {
    display: block;
  }
  .texnav ul {
    flex-direction: column;
  }
  .texnav ul li {
    margin: 5px 0;
  }
  .texnav .btn {
    display: block;
  }
  .texnav .dropdown-container {
    position: static;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    text-align: left;
  }
  .texnav .dropdown-container li {
    padding-left: 0;
    padding-right: 0;
  }

  .texthumb {
    grid-template-columns: repeat(5, 1fr);
  }

  .texniches {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }

  .textoplist {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }

  .btn-sort {
    display: none;
  }

  .embed-aside {
    display: none;
  }
  .topbar{
	display:block;
	margin-top:10px;
}
.dec-topbar .topbar{
	display:none;
}
.topbar ul li a{
	font-size:0.9em;
}
}
@media screen and (max-width: 580px) {
	.topbar ul{
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
	}
	.topbar ul li{
		webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
	}
}
@media screen and (max-width: 1023px) {
  .texthumb {
    grid-template-columns: repeat(4, 1fr);
  }

  .texniches {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }

  .textoplist {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }

  .texthsite, .texthtitle, .texthdesc {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .texthumb {
    grid-template-columns: repeat(3, 1fr);
  }

  .texniches {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }

  .textoplist {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }

  .embed-player {
    padding-top: 120%;
  }
  .languages .dropdown-container{
	  -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
@media screen and (max-width: 480px) {
  h1, h2, h3 {
    font-size: 20px;
    line-height: normal;
    text-align: center;
  }

  .texthumb {
    grid-template-columns: repeat(2, 1fr);
  }

  .texniches {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  .textoplist {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .languages .dropdown-container{
	  -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 640px){
  .video-player{
    min-height:440px;
  }
  .languages .dropdown-container{
	  -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.vid-home{
	background:url(../img/home.svg) no-repeat center center;
	display:inline-block;
	width:16px;
	height:16px;
	filter: invert(99%) sepia(97%) saturate(1%) hue-rotate(49deg) brightness(102%) contrast(100%);
	background-size:contain;
	vertical-align: text-bottom;
	margin-right:5px;
}
.vid-search{
	background:url(../img/search.svg) no-repeat center center;
	display:inline-block;
	width:16px;
	height:16px;
	filter: invert(15%) sepia(26%) saturate(12%) hue-rotate(55deg) brightness(103%) contrast(89%);
	background-size:contain;
}
.vid-award{
	background:url(../img/award.svg) no-repeat center center;
	display:inline-block;
	width:16px;
	height:16px;
	filter: invert(99%) sepia(97%) saturate(1%) hue-rotate(49deg) brightness(102%) contrast(100%);
	background-size:contain;
	vertical-align: text-bottom;
	margin-right:5px;
}
.vid-calendar{
	background:url(../img/calendar.svg) no-repeat center center;
	display:inline-block;
	width:16px;
	height:16px;
	filter: invert(99%) sepia(97%) saturate(1%) hue-rotate(49deg) brightness(102%) contrast(100%);
	background-size:contain;
	vertical-align: text-bottom;
	margin-right:5px;
}
.vid-category{
	background:url(../img/category.svg) no-repeat center center;
	display:inline-block;
	width:16px;
	height:16px;
	filter: invert(99%) sepia(97%) saturate(1%) hue-rotate(49deg) brightness(102%) contrast(100%);
	background-size:contain;
	vertical-align: text-bottom;
	margin-right:5px;
}
.vid-clock{
	background:url(../img/clock.svg) no-repeat center center;
	display:inline-block;
	width:16px;
	height:16px;
	filter: invert(99%) sepia(97%) saturate(1%) hue-rotate(49deg) brightness(102%) contrast(100%);
	background-size:contain;
	vertical-align: text-bottom;
	margin-right:5px;
}
.vid-data{
	background:url(../img/data.svg) no-repeat center center;
	display:inline-block;
	width:16px;
	height:16px;
	filter: invert(99%) sepia(97%) saturate(1%) hue-rotate(49deg) brightness(102%) contrast(100%);
	background-size:contain;
	vertical-align: text-bottom;
	margin-right:5px;
}
.vid-eye{
	background:url(../img/eye.svg) no-repeat center center;
	display:inline-block;
	width:16px;
	height:16px;
	filter: invert(99%) sepia(97%) saturate(1%) hue-rotate(49deg) brightness(102%) contrast(100%);
	background-size:contain;
	vertical-align: text-bottom;
	margin-right:5px;
}
.vid-tag{
	background:url(../img/tag.svg) no-repeat center center;
	display:inline-block;
	width:16px;
	height:16px;
	filter: invert(99%) sepia(97%) saturate(1%) hue-rotate(49deg) brightness(102%) contrast(100%);
	background-size:contain;
	vertical-align: text-bottom;
	margin-right:5px;
}
.vid-arrow{
	background:url(../img/arrow.svg) no-repeat center center;
	display:inline-block;
	width:20px;
	height:20px;
	filter: invert(99%) sepia(97%) saturate(1%) hue-rotate(49deg) brightness(102%) contrast(100%);
	background-size:contain;
	vertical-align: text-bottom;
}
.vid-menu{
	background:url(../img/menu.svg) no-repeat center center;
	display:inline-block;
	width:16px;
	height:16px;
	filter: invert(99%) sepia(97%) saturate(1%) hue-rotate(49deg) brightness(102%) contrast(100%);
	background-size:contain;
	vertical-align: text-bottom;
	margin-right:5px;
}
.texkeywords .vid-search{
	filter: invert(99%) sepia(97%) saturate(1%) hue-rotate(49deg) brightness(102%) contrast(100%);
	vertical-align: text-bottom;
	margin-right:5px;
}
.toggle-search .vid-search{
	filter: invert(99%) sepia(97%) saturate(1%) hue-rotate(49deg) brightness(102%) contrast(100%);
}
.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 .texthumb {grid-template-columns: repeat(3, 1fr);}}@media screen and (max-width: 480px) {main .texthumb {grid-template-columns: repeat(2, 1fr);}}