@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: 'Montserrat', sans-serif;
	background: #f6f6f6;
}
h1 {
	font-size: 26px;
	color: #000;
	font-weight: 500;
    margin-bottom: 18px;
}
h2 {
	font-size: 21px;
	color: #000;
	font-weight: 500;
    margin-bottom: 16px;
}

/* Menu */
.header {
	padding: 0;
}
.bg-body-tertiary {
    background-color: #f6f6f6!important;
}
.navbar {
    padding-top: 15px!important;
    padding-bottom: 13px!important;
    border-bottom: 1px solid #e1e1e1;
}
.nav-link {
    font-size: 15px;
	font-weight: 600;
    margin: 0 10px;
	color: #616161;
	line-height: 16px;
}
.nav-link:hover, .nav-link:focus {
  color: #BB5698;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    text-decoration: underline;
}

/* Poisk */
.form-control {
	width: 240px;
    border: none;
	border-radius: 3px;
	font-size: 13px;
	color: #686868;
	font-weight: normal;
	padding: 5px 15px;
}
button.btnpoisk {
    border: none;
    background: #FFF;
    padding-right: 12px;
    margin-left: -20px;
}
.form-control:focus {
  box-shadow:none;
}

.simplesearch-paging {
    display: none;
}

/* Note */
.note {
	padding-top: 15px;
}

/* Tabs */
.new-tabs {
	margin-bottom: 35px;
}
.tab {
	background: #FFF;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.11);
	transition: 0.3s
}
.tab:hover {
	box-shadow: none;
	transition: 0.3s
}
.zag-tabs {
	text-align: center;
	font-size: 21px;
	font-weight: 600;
	padding-bottom: 23px;
	padding-top: 15px;
	color: #777;
}
.zag-tab {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 3px;
	line-height: 23px;
}
.zag-tab a:link {
    color: #000;
    text-decoration: none;
	transition: 0.1s
}
.zag-tab a:visited {
    color: #000;
    text-decoration: none;
	transition: 0.1s
}
.zag-tab a:hover {
    color: #BB5698;
    text-decoration: none;
}
.zag-tab a:active {
    color: #BB5698;
    text-decoration: none;
}
.read-tab {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 10px;
}
.read-tab a:link {
    color: #BB5698;
    text-decoration: none;
	transition: 0.1s
}
.read-tab a:visited {
    color: #BB5698;
    text-decoration: none;
	transition: 0.1s
}
.read-tab a:hover {
    color: #000;
    text-decoration: none;
}
.read-tab a:active {
    color: #000;
    text-decoration: none;
}
.tab-info {
	padding: 0 15px 0 0;
}
.filtr-tab {
	font-size: 13px;
}

/* Next-Prev Tabs */
.next-prev {
    font-size: 14px;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.next {
    text-align: right;
}
.prev-link:hover {
    color: #BB5698;
}

/* Content */
.content {
	font-size: 15px;
	line-height: 24px;
}
.content a:link {
    color: #BB5698;
    text-decoration: underline;
	transition: 0.1s
}
.content a:visited {
    color: #BB5698;
    text-decoration: underline;
	transition: 0.1s
}
.content a:hover {
    color: #BB5698;
    text-decoration: none;
}
.content a:active {
    color: #BB5698;
    text-decoration: none;
}
.content p {
	margin: 0 0 24px;
}
.content img {
	width: 100%;
	height: auto;
}
.content ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
}
.content-tabul a:link {
	color: #BB5698;
	text-decoration: underline;
	transition: 0.1s
}
.content-tabul a:visited {
	color: #BB5698;
	transition: 0.1s
}
.content-tabul a:hover {
	color: #BB5698;
	text-decoration: none;
}
.content-tabul a:visited {
	color: #BB5698;
	transition: 0.1s
}

/* News */
.news {
	padding-top: 25px;
}

/* Post */
.post {
	padding-bottom: 30px;
}
.img-post img {
	border-radius: 15px;
}
.zag-post  {
	font-size: 26px;
	line-height: 28px;
	font-weight: 500;
	padding-bottom: 10px;
}
.zag-post a:link {
    color: #000;
    text-decoration: none;
	transition: 0.1s
}
.zag-post a:visited {
    color: #000;
    text-decoration: none;
	transition: 0.1s
}
.zag-post a:hover {
    color: #BB5698;
    text-decoration: none;
}
.zag-post a:active {
    color: #BB5698;
    text-decoration: none;
}
.opis-post {
	font-size: 14px;
	line-height: 18px;
}
.img-post :hover {
	opacity: 0.8;
	transition: 0.1s
}

/* Footer */
.footer {
	background: #E1E1E1;
	padding-top: 65px;
	padding-bottom: 50px;
	margin-top: 35px;
}
.zag-box {
	font-size: 18px;
	text-transform: uppercase;
	color: #8c8c8c;
	font-weight: 600;
	padding-bottom: 20px;
}
.zag-f {
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	padding-left: 0;
}
.zag-f a:link {
    color: #595959;
    text-decoration: none;
	transition: 0.1s
}
.zag-f a:visited {
    color: #595959;
    text-decoration: none;
	transition: 0.1s
}
.zag-f a:hover {
    color: #BB5698;
    text-decoration: none;
}
.zag-f a:active {
    color: #BB5698;
    text-decoration: none;
}
.play-f {
	filter: grayscale(100%);
}
.play-f:hover {
	filter: none;
}
.f-tab {
	padding-bottom: 20px;
}
.img-f img {
	border-radius: 10px;
}
.img-f {
	filter: grayscale(100%);
}
.img-f:hover {
	filter: none;
}
.inform {
	text-align: right;
}
.inf {
	font-size: 13px;
	font-style: italic;
	line-height: 20px;
	padding-top: 21px;
}
.copyright {
	padding-top: 20px;
	font-size: 13px;
}

/* AudioButton */
.podcast {
  text-align: left;
}
.audio-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.podcast .pause-button {
  display: none;
}
.podcast.play .pause-button {
  display: inline;
}
.podcast.play .play-button {
  display: none;
}

/* Scroll UP */
.scroll {
    color: #fff;
    margin-top: 100px
}
#toTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 98;
    padding: 24px;
    background-color: #BB5698;
	border-radius: 3px;
}
.js .cd-top--fade-out {
    opacity: .5;
}
.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1;
}
.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}
.cd-top {
    position: fixed;
    bottom: 20px;
    bottom: var(--cd-back-to-top-margin);
    right: 20px;
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: 40px;
    height: var(--cd-back-to-top-size);
    width: 40px;
    width: var(--cd-back-to-top-size);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    background: url("../images/up.svg") no-repeat center 50%;
    background-color: hsla(5, 76%, 62%, .8);
    background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8)
}

/* BreadCrumbs */
.crumbs {
	position: relative;
	font-size: 13px;
	color: #828181;
	padding-bottom: 35px;
}
.crumbs-tab {
	position: relative;
	font-size: 13px;
	color: #828181;
	padding-bottom: 5px;
}
.crmb {
	background: #E0E0E0;
	padding: 10px 10px 4px 10px;
}
.crumbs li {
	display: inline-block;
}
.crumbs-tab li {
	display: inline-block;
}
.breadcrumb-item {
	margin:  0 5px;
	line-height: 18px;
	margin-bottom: 7px;
}
.crumbs a:link {
	color: #000;
	text-decoration: underline;
	transition: 0.1s
}
.crumbs a:visited {
	color: #000;
	transition: 0.1s
}
.crumbs a:hover {
	color: #BB5698;
	text-decoration: none;
}
.crumbs a:active {
	color: #BB5698;
	text-decoration: none;
}
.crumbs-tab a:link {
	color: #000;
	text-decoration: underline;
	transition: 0.1s
}
.crumbs-tab a:visited {
	color: #000;
	transition: 0.1s
}
.crumbs-tab a:hover {
	color: #BB5698;
	text-decoration: none;
}
.crumbs-tab a:visited {
	color: #000;
	transition: 0.1s
}

/* Razdel tabs */
.zag-razdel {
    padding-bottom: 10px;   
}
.block-filtr {
    padding-bottom: 20px;
}
.zag-filtr {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    padding-top: 5px;
    padding-bottom: 26px;
}
.link-filtr a:link {
	color: #363535;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	background: #e1e1e1;
	padding: 11px 23px 10px 23px;
	border-radius: 25px;
	display: inline-block;
	margin: 0 3px 10px 0;
	transition: 0.2s
}
.link-filtr a:visited {
	color: #363535;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	background: #e1e1e1;
	padding: 11px 23px 10px 23px;
	border-radius: 25px;
	display: inline-block;
	margin: 0 10px 10px 0;
	transition: 0.2s
}
.link-filtr a:hover {
	color: #BB5698;
	background: #fff;
	text-decoration: none;
}
.link-filtr a:active {
	color: #BB5698;
	background: #fff;
	text-decoration: none;
}
.pagination {
    padding-top: 20px;
}
.page-item:first-child {
    display: none;
}
.page-item:last-child .page-link {
    display: none;
}
.active>.page-link, .page-link.active {
    color: #FFF;
    background-color: #995482;
    border-color: #995482;
}
.page-link {
    font-size: 18px;
    color: #363535;
    background-color: #e1e1e1;
    border-radius: 25px;
    margin-right: 8px;
    width: 40px;
    text-align: center;
}
.disabled>.page-link, .page-link.disabled {
    background: none;
}
.page-link:hover {
    color: #FFF;
    background-color: #995482;
    border-color: #995482;
}

.page-link:focus {
    color: #FFF;
    background-color: #995482;
    box-shadow: none;
}

/* Tabulatura */
.tabulatura-content {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 25px;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
}
.tabulatura-content ul li {
    list-style: none;
}
.tabulatura-content ul {
    padding: 0;
}
#player {
    padding-top: 15px;
}
.tabulatura-content h1 {
    font-size: 21px;
	color: #000;
	font-weight: 700;
    margin-bottom: 20px;
}
.content-tab {
    padding-top: 25px;
}
.content-tabul {
    font-size: 15px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.look {
    display: none;
}
.playshem {
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
    padding-top: 15px;
}
.playshem a:link {
	color: #BB5698;
	text-decoration: underline;
	transition: 0.1s
}
.playshem a:visited {
	color: #BB5698;
	transition: 0.1s
}
.playshem a:hover {
	color: #BB5698;
	text-decoration: none;
}
.playshem a:visited {
	color: #BB5698;
	transition: 0.1s
}
.tab-content {
    padding: 25px 15px 0 15px;
}

/* Rating */
.rating-tab {
    float: right;
    margin-top: -26px;
    width: 130px;
}
.rating {
    height: 5px!important;
}
.rating-t {
    display: inline-flex;
    border-top: 1px solid #E1E1E1;
    padding-top: 8px;
    margin-top: 15px;
}
.reksidebar {
    margin-top: 10px;
    margin-bottom: 25px;
}

@media (max-width: 1399px) {
    .nav-link {
    font-size: 14px;
    margin: 0 5px;
}
	.tab-info {
	padding: 0 15px 0 15px;
}
}
@media (max-width: 1199px) {
	.tab-info {
	padding: 0 15px 0 25px;
}
}
@media (max-width: 991px) {
    .form-control {
    width: 100%;
}
    .navbar-nav {
    padding-top: 15px;
    padding-bottom: 15px;
}
    .navbar-toggler {
    color: #FFF;
    background-color: #BB5698;
    border: none;
    border-radius: 3px;
}
    .navbar-toggler:focus {
    box-shadow: #FFF;
}
	.navbar-toggler-icon {
    background-image: url("../images/menu.svg");
}
	.tab-info {
	padding: 0 15px 0 15px;
}
	.inform {
	text-align: center;
	padding-top: 15px;
}
    .rating-tab {
    float: left;
    margin-top: 3px;
}
}
@media (max-width: 767px) {
    .zag-post {
    font-size: 21px;
    line-height: 26px;
}
	.zag-tabs {
    padding-top: 15px;
}
	.f-box {
		margin-bottom: 20px;
	}
	.inform {
	padding-top: 0;
}
}
.r-block {
    text-align: center;
}