.mtblinks1 a{
	position: relative;
    width: 100%;
    margin: 10px auto;
    box-sizing: border-box;
    list-style: none;
    display: block;
    background: #F1F1F1;
	color:#333333;
    padding: 10px;
    border-radius: 10px;
	-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}
.mtblinks1 a:hover{
	background:#E3EAF2;
}
* {
  outline: none;
}

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

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

img {
  max-width: 100%;
}

a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #B99DD3;
}

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

.mtbheading {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.mtbheading h1, .mtbheading h2, .mtbheading h3 {
  margin: 0 auto 0 0;
}
.mtbheading .languages {
  margin-left: 10px;
  align-self: flex-start;
}

.input {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #ffffff;
  box-sizing: border-box;
  font-size: 14px;
  color: #B99DD3;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
}

.btn {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  display: inline-block;
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: #909090;
  font-size: 14px;
  color: #111;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 36px;
  white-space: nowrap;
}
.btn:hover {
  background-color: #895BB4;
  color: #333333;
}
.btn.btn-alt {
  background-color: #895BB4;
  color: #3C3B3B;
}
.btn.btn-alt:hover {
  color: #3C3B3B;
  opacity: 0.9;
}

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

.main {
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
}

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

.mtbheader {
  padding: 10px 0;
  background-color: #3C3B3B;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.mtbheader .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mtblogo {
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #895BB4;
}
.mtblogo span {
  color: #111;
}
.mtblogo:hover {
  color: #895BB4 !important;
}
.mtblogo img{
	display:block;
	width:auto;
	height:auto;
	max-width:100%;
}
.togglers {
  display: flex;
}

.toggle-nav {
  margin: 0;
  font-size: 30px;
  cursor: pointer;
  color: #B99DD3;
}
.toggle-nav.toggled {
  color: #895BB4;
}

.toggle-search {
  margin: 0;
  font-size: 30px;
  cursor: pointer;
  color: #B99DD3;
}
.toggle-search.toggled {
  color: #895BB4;
}

.search {
  width: 100%;
  height: 40px;
  margin: 0 20px 0 30px;
  z-index: 2;
  transition: width 0.3s;
}
.search form {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  background-color: #f6f6f6;
}
.hqsearchbtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: transparent;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.dropdown {
  position: relative;
}
.dropdown-container {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 2px 0 0 0;
  padding: 10px 5px;
  background-color: rgba(59,59,59,0.9);
  border: 1px solid #A7BCD1;
  border-radius: 3px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 2;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.dropdown-container.toggled {
  display: grid;
}
.dropdown-container li {
  margin: 0;
  padding: 4px 20px;
  list-style: none;
  white-space: nowrap;
}

.languages img {
  margin-top: -3px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.languages li img {
  margin-right: 5px;
  display: inline-block;
}
.languages .dropdown-container {
  right: 0;
  left: auto;
}

.mtbimages {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.mtbthumb {
  position: relative;
  min-width: 0;
  display: block;
  color: #222;
  background-color: #F1F1F1;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  overflow: hidden;
}
.mtbthumb:hover .mtbthumbamount, .mtbthumb:hover .mtbthumbdesco {
  background-color: #000;
}
.mtbthumb:hover .mtbthumbtitle, .mtbthumb:hover .mtbthumbdesc {
  color: #895BB4;
}
.mtbthumb:hover .mtbthumbdesco {
  display: block;
}
.mtbthumbimg, .mtbthumbimg-2 {
  position: relative;
  padding: 56.25% 0 0 0;
}
.mtbthumbimg > img, .mtbthumbimg-2 > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mtbthumbimg-2 {
  padding-top: 75%;
}
.mtbthumbtitle, .mtbthumbdesc, .mtbthumbdesc {
  width: 100%;
  margin: 5px 0;
  padding: 0 5px;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  max-height: 50px;
}
.mtbthumbtitle {
  text-align: center;
  font-weight: 700;
}
.mtbthumbdesc, .mtbthumbdesc {
  margin: 5px 0 0 0;
  text-align: left;
}
.mtbthumbdesc {
  margin-bottom: 5px;
}
.mtbthumbdesc a:hover {
  color: #895BB4;
  text-decoration: underline;
}
.mtbthumbdesco {
  position: absolute;
  top: 5px;
  right: 5px;
  left: auto;
  max-height: 54px;
  padding: 2px 6px;
  overflow: hidden;
  display: none;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 3px;
  color: #3C3B3B;
  text-align: center;
  line-height: 18px;
}
.mtbthumbamount {
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding: 2px 6px;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 3px;
  color: #ffffff;
}
.mtbthumbdesco {
  position: absolute;
  right: 5px;
  bottom: auto;
  padding: 0 5px;
  display: inline-block;
  background-color: rgb(250 237 237 / 88%);
  border-radius: 3px;
  font-size: 12px;
  color: #3C3B3B;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
	.mtbthumbdesco {
		font-size:14px;
	}
	body{
		font-size:16px;
	}
}
.mtbthumbdesco .la {
  margin: -2px 2px 0 0;
  vertical-align: middle;
  font-size: 18px;
}
.mtbthumb a {
  color: #222;
}

.content {
  display: flex;
}
.content-video {
  width: 100%;
  display: flex;
}
.content-col {
  flex-grow: 1;
}
.content-aside {
  margin: 0 0 0 10px;
  flex-shrink: 0;
}
.content-aside > div {
  margin-bottom: 10px;
}
.content-aside > div:last-child {
  margin-bottom: 0;
}
.mtbcontimg {
  flex-grow: 1;
}
.content.sidebar-open .mtbimages {
  grid-template-columns: repeat(4, 1fr);
}
.content.sidebar-open .categories {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}
.content.sidebar-open .sidebar {
  display: block;
}

.sidebar {
  width: calc(20% - 8px);
  margin-left: 10px;
  padding: 10px;
  flex-shrink: 0;
  display: none;
  box-sizing: border-box;
  background-color: #3C3B3B;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.sidebar a {
  color: #B99DD3;
}
.sidebar a:hover {
  color: #895BB4;
}
.sidebar-close {
  position: fixed;
  top: 30px;
  right: 230px;
  font-size: 24px;
  color: #ffffff;
  display: none;
}
.sidebar-nav {
  margin: 0;
  padding: 0;
}
.sidebar-nav > li {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.sidebar-nav > li:last-child {
  border: 0;
}
.sidebar-nav > li a {
  display: flex;
  align-items: center;
  font-size: 16px;
text-transform: capitalize;
}
.sidebar-nav > li a .la, .sidebar-nav > li a img {
  margin: 0 5px 0 0;
  font-size: 20px;
  color: #895BB4;
}
.sidebar-categories h3 {
  font-size: 18px;
}
.sidebar-categories ul {
  margin: 10px 0;
  padding: 0;
}
.sidebar-categories ul li {
  margin: 5px 0;
  padding: 0;
  list-style: none;
}
.sidebar-categories ul li a {
  display: flex;
  justify-content: space-between;
}
.sidebar-categories ul li a span:not(.cat-title) {
  color: #999999;
}

.mtbrelatedsites {
  margin: 0 0 20px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.mtbrelatedsites li {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}
.mtbrelatedsites li a {
  color: #B99DD3;
}
.mtbrelatedsites li a:hover {
  color: #895BB4;
}
.mtbrelatedsites li .la {
  margin: -2px 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #895BB4;
}

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

.mtblinks {
  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;
}
.mtblinks li {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 4px 0;
  box-sizing: border-box;
  list-style: none;
}
.mtblinks li span {
  margin: 0 5px 0 0;
  display: inline-block;
}

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

.categories {
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.categories li {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 4px 0;
  box-sizing: border-box;
  display: inline-block;
  list-style: none;
}
.categories li.hqcattitle {
  padding: 4px 10px;
  background-color: #f6f6f6;
  font-weight: 700;
  color: #895BB4;
}
.categories a {
  position: relative;
  display: flex;
  align-items: center;
  color: #B99DD3;
}
.categories a:hover {
  color: #895BB4;
}
.categories a .la {
  margin: 0 5px 0 0;
  vertical-align: middle;
  font-size: 16px;
  color: #895BB4;
}
.categories a span {
  margin: 0 0 0 auto;
  padding: 0 4px;
  display: inline-block;
  font-size: 12px;
  color: #f3d7d7f5;
}

.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: #895BB4;
}
.mtbvideolinks a {
  margin: 2px;
  padding: 3px 6px;
  display: inline-block;
  border-radius: 3px;
  background-color: #F1F1F1;
  font-size: 12px;
  font-weight: 500;
  color: #B99DD3;
  text-transform: uppercase;
}
.mtbvideolinks a:hover {
  background-color: #895BB4;
  color: #3C3B3B;
  text-decoration: none;
}

.footer {
  padding: 20px 0;
  background-color: #3C3B3B;
  color: #cccccc;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.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: #895BB4;
  box-sizing: border-box;
  color: #3C3B3B;
  border-radius: 3px;
}
.btn-up.toggled {
  display: flex;
}
.btn-up:hover {
  text-decoration: none;
  color: #3C3B3B;
}
.btn-up .la {
  font-size: 30px;
  line-height: 30px;
}
.mtb-home{
	background:url(../img/home.svg) no-repeat center center;
	display:inline-block;
	width:20px;
	height:20px;
	filter: invert(60%) sepia(23%) saturate(8%) hue-rotate(24deg) brightness(91%) contrast(92%);
	background-size:contain;
	vertical-align: text-bottom;
	margin-right:5px;
}
.mtb-search{
	background:url(../img/search.svg) no-repeat center center;
	display:inline-block;
	width:20px;
	height:20px;
	filter: invert(60%) sepia(23%) saturate(8%) hue-rotate(24deg) brightness(91%) contrast(92%);
	background-size:contain;
	vertical-align: text-bottom;
	margin-right:5px;
}
.mtb-category{
	background:url(../img/category.svg) no-repeat center center;
	display:inline-block;
	width:20px;
	height:20px;
	filter: invert(60%) sepia(23%) saturate(8%) hue-rotate(24deg) brightness(91%) contrast(92%);
	background-size:contain;
	vertical-align: text-bottom;
	margin-right:5px;
}
.mtb-eye{
	background:url(../img/eye.svg) no-repeat center center;
	display:inline-block;
	width:20px;
	height:20px;
	filter: invert(60%) sepia(23%) saturate(8%) hue-rotate(24deg) brightness(91%) contrast(92%);
	background-size:contain;
	vertical-align: text-bottom;
	margin-right:5px;
}
.mtb-calendar{
	background:url(../img/calendar.svg) no-repeat center center;
	display:inline-block;
	width:20px;
	height:20px;
	filter: invert(60%) sepia(23%) saturate(8%) hue-rotate(24deg) brightness(91%) contrast(92%);
	background-size:contain;
	vertical-align: text-bottom;
	margin-right:5px;
}
.mtb-popular{
	background:url(../img/popular.svg) no-repeat center center;
	display:inline-block;
	width:20px;
	height:20px;
	filter: invert(60%) sepia(23%) saturate(8%) hue-rotate(24deg) brightness(91%) contrast(92%);
	background-size:contain;
	vertical-align: text-bottom;
	margin-right:5px;
}
.mtb-clock{
	background:url(../img/clock.svg) no-repeat center center;
	display:inline-block;
	width:20px;
	height:20px;
	filter: invert(60%) sepia(23%) saturate(8%) hue-rotate(24deg) brightness(91%) contrast(92%);
	background-size:contain;
	vertical-align: text-bottom;
	margin-right:5px;
}
.mtb-arrowup{
	background:url(../img/arrowup.svg) no-repeat center center;
	display:inline-block;
	width:24px;
	height:24px;
	filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(353deg) brightness(103%) contrast(101%);
	background-size:contain;
}
.mtbheader .mtb-search{
	filter: invert(60%) sepia(23%) saturate(8%) hue-rotate(24deg) brightness(91%) contrast(92%);
	vertical-align: middle;
	margin-right:0px;
}
.mtbthumb .mtb-clock{
	width:16px;
	height:16px;
}
.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:#909090;
color:#111111;
}
.topbar ul li a:hover{
	background:#B99DD3;
	color:#ffffff;
}
.dec-topbar .topbar{
	display:block;
	margin:0 0 5px 0;
}
@media screen and (max-width: 1199px) {
  .mtbimages, .sidebar-open .mtbcontimg {
    grid-template-columns: repeat(4, 1fr) !important;
  }

  .categories, .sidebar-open .categories {
    -webkit-column-count: 4 !important;
       -moz-column-count: 4 !important;
            column-count: 4 !important;
  }

  .sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 18, 21, 0.7);
    border: 0;
    display: none;
    z-index: 3;
  }
  .sidebar-close {
    display: block;
    color: #ffffff;
  }
  .sidebar-content {
    position: fixed;
    top: 0;
    right: 0;
    width: 220px;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #3C3B3B;
    overflow-y: auto;
  }
  .sidebar .visible-sm {
    display: block;
  }
  .sidebar.toggled {
    display: block;
  }
  .sidebar .dropdown-container {
    position: static;
  }

  .mtblinks {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .content-aside {
    display: none;
  }
  .topbar{
	display:block;
}
.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) {
  .mtbimages, .sidebar-open .mtbcontimg {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .categories, .sidebar-open .categories {
    -webkit-column-count: 3 !important;
       -moz-column-count: 3 !important;
            column-count: 3 !important;
  }

  .mtblinks {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media screen and (max-width: 767px) {
  .mtbheader {
    padding-top: 2px;
  }
  .mtbheader .container {
    flex-wrap: wrap;
  }
  .mtbheader .mtblogo {
    order: 1;
  }
  .mtbheader .togglers {
    order: 2;
  }
  .mtbheader .togglers .toggle-search {
    display: none;
  }
  .mtbheader .search {
    order: 3;
    width: 100%;
    height: 36px;
    margin: 0 0 0 0;
    visibility: visible;
  }

  .mtbimages, .sidebar-open .mtbcontimg {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .categories, .sidebar-open .categories {
    -webkit-column-count: 2 !important;
       -moz-column-count: 2 !important;
            column-count: 2 !important;
  }

  .mtblinks {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .dropdown-container li{
	  font-size:14px;
  }
}
@media screen and (max-width: 650px) {
	.dropdown-container li{
	  font-size:12px;
  }
  .mtbheading .languages .btn{
		min-width:58px;
	}
}
@media screen and (max-width: 550px) {
	    .dropdown-container {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 450px) {
	    .dropdown-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 480px) {
  .categories, .sidebar-open .categories {
    -webkit-column-count: 1 !important;
       -moz-column-count: 1 !important;
            column-count: 1 !important;
  }
}
@media screen and (max-width: 640px){
  .video-player{
    min-height:380px;
  }
}

.mob-rek-a {
    width:100%;
    text-align:center;
    display: none;
} 
@media screen and (max-width: 510px) {
    .mob-rek-a {
        display: block;
        grid-column-start: 1;
        grid-column-end: 3;
    }
}
.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 .mtbimages, .sidebar-open .mtbcontimg {grid-template-columns: repeat(3, 1fr) !important;}}@media screen and (max-width: 480px) {.main .mtbimages, .sidebar-open .mtbcontimg {grid-template-columns: repeat(2, 1fr) !important;}}