/*
Theme Name: MightySounds
Theme URI: http://hellit.cz
Author: Ondrej Franek - Hellit.cz
Author URI: http://hellit.cz/
Description: Sablona na mÃƒÂ¯Ã‚Â¿Ã‚Â½ru pro festival MightySounds.
Version: 1.3
*/


/**
 * SoundPro Template by WPCharming - http://www.wpcharming.com
 */


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Document Setup
	2.1 - Typography
	2.2 - Links
	2.3 - Heading
	2.4 - Base
	2.5 - Content
	2.6 - Table
	2.7 - Form
	2.8 - Accessibility
3.0 - Scaffolding
4.0 - Site Structure & Elements
	4.1 - Header
	4.2 - Main Content
	4.3 - Footer
5.0 - Posts
6.0 - Pages
7.0 - Widgets
8.0 - Shortcodes
9.0 - Support
/*------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 Reset ( Eric Meyer reset + normalize.css )
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: separate;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

a:focus {
  outline: none;
}

a:active, a:hover {
  outline: 0;
}

a img {
  border: 0;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  height: 0;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}

pre {
  overflow: auto;
}

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
  color: inherit;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

input[type="checkbox"], input[type="radio"] {
  padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td, th {
  padding: 0;
}

.clearfix:after, .container:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.clearfix, .container {
  display: inline-block;
}

.clearfix, .container {
  display: block;
}

.clear, .gallery {
  zoom: 1;
}

.clear:before, .gallery:before, .clear:after, .gallery:after {
  display: table;
  content: "";
}

.clear:after, .gallery:after {
  clear: both;
}

.break, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, pre {
  word-wrap: break-word;
  word-break: break-word;
}

.none {
  display: none;
}


/*--------------------------------------------------------------
2.0 Document Setup
--------------------------------------------------------------*/


/*------------------------------
	2.1 Typography
------------------------------*/

html, body {
  font-size: 15px;
}

body, button, input, select, textarea {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #fff;
}

body {
  background: #09191f;
  /*background: url("assets/images/dummy_image.png") no-repeat fixed center top;*/
}

pre, code, input, textarea {
  font: inherit;
}

::-moz-selection {
  color: white;
  background: #000;
}

::selection {
  color: white;
  background: #000;
}


/*------------------------------
	2.2 Links
------------------------------*/

a {
  transition: opacity .25s ease 0s, background-color .25s ease 0s, color .25s ease 0s, background .25s ease 0s, box-shadow .25s ease 0s;
  text-decoration: none;
  color: #c7f7ed;
}

a:hover {
  color: #8af5f0;
}


/*------------------------------
	2.3 Heading
------------------------------*/

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: normal;
  clear: both;
  margin: 0 0 10px;
  text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-size: 25px;
  line-height: 1.15;
}

@media screen and (min-width: 790px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 18px;
}

@media screen and (min-width: 790px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 18px;
  font-weight: normal;
}

h5 {
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h6 {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}


/*------------------------------
	2.4 Base
------------------------------*/

ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
  margin-bottom: 20px;
}


/*------------------------------
	2.5 Content
------------------------------*/

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

b, strong {
  font-weight: bold;
}

blockquote {
  clear: both;
  margin: 20px 0;
  margin: 2rem 0;
}

blockquote p {
  font-size: 24px;
  line-height: 1.5;
}

blockquote cite {
  font-size: 13px;
  font-style: normal;
  margin-bottom: 20px;
}

dfn, cite, em, i {
  font-style: italic;
}

figure {
  margin: 0;
}

address {
  margin: 20px 0;
}

hr {
  height: 1px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #EEE;
}

tt, kbd, pre, code, samp, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  padding: 5px 7px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #EEE;
}

pre {
  line-height: 1.7;
  overflow: auto;
  max-width: 100%;
  margin: 20px 0;
  padding: 20px;
  white-space: pre-wrap;
}

details summary {
  font-weight: bold;
  margin-bottom: 20px;
}

details :focus {
  outline: none;
}

abbr, acronym, dfn {
  font-size: .95em;
  cursor: help;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px dotted #EEE;
}

mark {
  text-decoration: none;
  background-color: #FFF9C0;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

ul, ol {
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul li, ol li {
  margin: 8px 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 20px 20px;
}

iframe, embed {
  max-width: 100%;
}


/*------------------------------
	2.6 Table
------------------------------*/

table {
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #EEE;
}

table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td {
  line-height: 1.42857;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #EEE;
}

table>thead>tr>th, table>thead>tr>td {
  font-weight: bold;
  border-bottom-width: 2px;
}


/*------------------------------
	2.7 Form
------------------------------*/

fieldset {
  padding: 20px;
  border: 1px solid #EEE;
}

input[type="reset"], input[type="submit"], input[type="submit"] {
  padding: 10px 20px;
  cursor: pointer;
  color: white;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: red;
}

input[type="reset"]:hover, input[type="submit"]:hover, input[type="submit"]:hover {
  background: red;
}

input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, button:hover, button:focus {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

select {
  overflow: auto;
  max-width: 100%;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #EEE;
  outline: none;
}

textarea, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
  max-width: 100%;
  padding: 8px 12px;
  border: 1px solid #333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: transparent;
  -webkit-appearance: none;
}

textarea:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type="radio"], input[type="checkbox"] {
  margin: 10px;
}

input, textarea, input[type="submit"]:focus {
  outline: 0 none;
}


/*------------------------------
	2.8 Accessibility
------------------------------*/


/* Text meant only for screen readers */

.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  line-height: normal;
  z-index: 100000;
  top: 5px;
  left: 5px;
  display: block;
  clip: auto !important;
  width: auto;
  height: auto;
  padding: 1.7em;
  padding: 17px;
  text-decoration: none;
  color: red;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #7E7E7E;
  /* Above WP toolbar */
}


/*------------------------------
	2.9 Helper
------------------------------*/

.fleft {
  float: left;
}

.fright {
  float: right;
}


/*--------------------------------------------------------------
3.0 Scaffolding
--------------------------------------------------------------*/


/*--------------------------------------------------------------
4.0 Structure & Elements
--------------------------------------------------------------*/


/* Structure
------------------------------*/

#page {
  overflow: hidden;
}


.container {
  position: relative;
  max-width: 1098px;
  margin: 0 auto;
  padding: 0 30px;
}

.left_sloupec {
  position: absolute;
  z-index: 665;
  width: 50%;
  left: -50%;
  height: 2800px;
  background-position: top right;
  background-repeat: no-repeat;
  top: -280px;
  background: url(./img/2022/left_bg.png) top right no-repeat #07191f;
}

.left_sloupec2 {
  position: absolute;
  z-index: 666;
  width: 250px;
  height: 1845px;
  background-position: top right;
  background-repeat: no-repeat;
  left: -155px;
  top: -220px;
  background: url(./img/2022/left_sloupec.png) top right no-repeat ;
}

.left_sloupec3 {
  position: absolute;
  z-index: 667;
  width: 50%;
  height: 1845px;
  background-position: bottom right;
  background-repeat: no-repeat;
  left: -46%;
  top: -220px;
}

.right_sloupec {
  position: absolute;
  z-index: 665;
  width: 50%;
  height: 2800px;
  right: -50%;
  top: -280px;
  background: url(./img/2022/right_bg.png) top left no-repeat #07191f;
}

.right_sloupec2 {
  position: absolute;
  z-index: 666;
  width: 250px;
  height: 1845px;
  right: -155px;
  top: -220px;
  background: url(./img/2022/right_sloupec.png) top left no-repeat ;
}

.right_sloupec3 {
  position: absolute;
  z-index: 667;
  width: 50%;
  height: 1845px;
  right: -46%;
  top: -220px;
  background-position: bottom left;
  background-repeat: no-repeat;
}

.top_header_lista{
  background: url(./img/2022/header.png) top center no-repeat;
  background-size: cover;
}
.fleft_sloupec {
  position: absolute;
  z-index: 999;
  width: 50%;
  background-position: top right;
  background-repeat: no-repeat;
  left: -50%;
  height: 300px;
}

.fleft_sloupec2 {
  position: absolute;
  z-index: 666;
  width: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  left: -100%;
  top: -1650px;
}

.fright_sloupec {
  position: absolute;
  z-index: 999;
  width: 120px;
  height: 100%;
  right: -120px;
  top: 0px;
}

.fright_sloupec2 {
  position: absolute;
  z-index: 666;
  width: 100%;
  right: -100%;
  top: -1650px;
}


/*------------------------------
	4.1 Header
------------------------------*/


/* Search Box
------------------------------*/

.search-toggle .screen-reader-text {
  left: 5px;
}

.search-box-wrapper {
  overflow: hidden;
  height: 0;
  color: #FFF;
  background: #222;
}

.search-box-wrapper .container {
  max-width: 1098px;
}

.search-box-wrapper .search-form {
  margin-bottom: 0;
  padding: 3px 0 0 20px;
}

.search-box-wrapper input {
  font-size: 20px;
  font-style: italic;
  color: #FFF;
  border: none;
  border: none;
  outline: none;
  background: #222;
}

.search-box-wrapper .search-submit {
  display: none;
}

.search-box-wrapper .search.icon {
  font-size: 23px;
  position: absolute;
  top: 17px;
  left: 18px;
}


/* Top bar
------------------------------*/

.topbar {
  background: black;
  -webkit-box-shadow: 0 2px 2px -2px #111;
  -moz-box-shadow: 0 2px 2px -2px #111;
  box-shadow: 0 2px 2px -2px #111;
}

.topbar .container {
  max-width: 1098px;
}

.topbar p {
  font-size: 12px;
  margin-bottom: 0;
  padding: 10px 0;
}

.topbar ul {
  margin: 0;
  padding: 0;
}

.topbar ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
}

.topbar ul li a {
  font-size: 10.5px;
  font-weight: 600;
  display: inline-block;
  padding: 10px 12px;
  text-transform: uppercase;
  color: #7E7E7E;
}

.topbar ul li a:hover {
  color: white;
}

.topbar .topbar_left ul li:first-child a {
  padding-left: 0;
}

.topbar .topbar_right ul li:last-child a {
  padding-right: 0;
}

.topbar .topbar_right {
  display: none;
}

@media screen and (min-width: 790px) {
  .topbar .topbar_right {
    display: block;
  }
}

.topbar .search-toggle {
  margin-left: 15px;
  padding-top: 6px;
}

.topbar .search-toggle i:hover {
  color: white;
}

.header {
}

.header .container {
  max-width: 1098px;
}

.header .logo_area.left {
  float: none;
  text-align: center;
}

.header .logo_area {
  position: relative;
  min-height: 270px;
  text-align: center;
}

.header .logo_area a {
  position: absolute;
  top: 0px;
  left: -30px;
  z-index: 1001;
 
}

.header .logo_area a img {
  height: 287px;
  width: auto;
  max-width: none;
  z-index: 1001;
  margin-top: -6px;
  margin-left: -54px;
}

.header .header_right {
  display: none;
  position: relative;
}

.language-site {
  position: absolute;
  top: 5px;
  right: -100px;
  font-size: 16px;
  color: #f8e1b6;
  font-weight: bold;
  z-index: 123456;
  text-shadow: 1px 1px #000000;
}

.language-site a {
  font-size: 16px;
  color: #f8e1b6;
  font-weight: bold;
}

.header .header_right a {
  position: absolute;
  top: 10px;
  right: -110px;
  z-index: 2001;
}

@media screen and (max-width: 1281px) {
  .language-site {
    position: absolute;
    top: 10px;
    right: -30px;
    font-size: 16px;
    color: #f8e1b6;
    font-weight: bold;
    z-index: 123456;
  }
  .language-site a {
    font-size: 16px;
    color: #f8e1b6;
    font-weight: bold;
  }
  .header .header_right a {
    position: absolute;
    top: -3px;
    right: -80px;
  }
}

.header .header_right .hell_widget_ticket {
  position: absolute;
  top: 116px;
  left: 55px;
  font-weight: bold;
  color: #f8e5bb;
  font-size: 15px;
  width: 300px;
}

.minheight {
  min-height: 235px;
}

.header .header_right a img {
  height: auto;
  width: auto;
  max-width: none;
}

.ticket-btn-mobile {
  display: none;
}

.title-mobile {
  display: none;
}

.title_top {
  font-size: 50px;
  color: #dddd42;
  margin-top: 200px;
}

@media screen and (min-width: 790px) {
  .header .logo_area.left {
    float: left;
  }
  .header .header_right {
    display: block;
  }
}

@media screen and (max-width: 1150px) {
  .header .header_right .hell_widget_ticket {
    top: 118px;
    left: 128px;
    width: 240px;
  }
  .header .header_right a img{
    max-height: 250px;
  }
  .header .header_right a {
    position: absolute;
    top: 20px;
    right: -150px;
  }
  .header .logo_area a{
    left: -10px;
  }
  .language-site {
    top: 0px;
    right: 10px;
  }
  .title_top {
    font-size: 45px;
    color: #dddd42;
    margin-top: 200px;
  }
}

@media screen and (max-width: 993px) {
  .title_top {
    font-size: 42px;
    color: #dddd42;
    margin-top: 200px;
  }
  .header_social {
    display: none;
  }
  .header .header_right a {
    position: absolute;
    top: 20px;
    right: -150px;
  }
  .language-site {
    top: 0;
    right: 10px;
  }
}

@media screen and (max-width: 850px) {
  .title_top {
    font-size: 35px;
    color: #dddd42;
    margin-top: 200px;
  }
  .header_social {
    display: none;
  }
  .header .header_right a {
    position: absolute;
    top: 20px;
    right: -220px;
  }
  .language-site {
    top: 0;
    right: 10px;
  }
  .priorita5, .priorita6, .priorita7, .priorita8, .priorita9, .priorita10, .priorita11 {
    display: none;
  }
}

@media screen and (max-width: 790px) {
  .header .logo_area {
    min-height: auto;
    margin-top: 45px;
  }
  .header_social {
    display: none;
  }
  .header .logo_area a {
    position: relative;
    top: 0px;
    left: -10%;
  }
  .header .logo_area a img {
    height: auto;
    max-width: 120%;
    margin: 0;
  }
  .language-site {
    top: 5px;
    right: 10px;
  }
  .title-mobile {
    display: block;
  }
  .title-mobile img{
    max-width: 100%;
    display: block;
  }
  .title-mobile .title_top {
    font-size: 35px;
    text-align: center;
  }
  .ticket-btn-mobile {
    position: absolute;
    top: 8px;
    right: 20px;
    display: inline-block;
    background-color: #f8e1b6;
    border-radius: 5px;
    font-size: 16px;
    overflow: hidden;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 15px;
  }
}

@media screen and (max-width: 380px) {
  .language-site {
    top: 0px;
    right: 10px;
  }
}

.mobile-show {
  display: none;
}

.mobile-show .header_social {
  position: relative;
  top: 10px;
  right: 10px;
  margin: 0;
  padding-top: 1px;
}

.show-language {
  display: none;
}

@media screen and (max-width: 500px) {
  .show-language {
    display: block;
    cursor: pointer;
  }
  .wrap-language {
    display: none;
    position: absolute;
    top: 30px;
    background: #000;
    padding: 5px 10px;
  }
  .wrap-language a {
    display: block;
  }
  .wrap-language span {
    display: none;
  }
}

@media screen and (max-width: 780px) {
  .mobile-show {
    display: block;
    top: 10px;
    position: absolute;
    left: 0px;
  }
  .mobile-show .header_social {
    position: relative;
    top: 0px;
    right: 10px;
    margin: 0;
    padding-top: 1px;
    display: block;
  }
}

@media screen and (max-width: 380px) {
  .mobile-show {
    display: block;
    top: 0px;
    position: absolute;
    left: 0px;
  }
}

.header_right .event_count_wrapper {
  margin-top: 10px;
}

.event_count_wrapper {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFF;
}

.event_count_wrapper:hover {
  color: #FFF;
}

.event_count_wrapper .next_event_text {
  float: right;
  margin-right: 15px;
  padding-top: 4px;
}

.event_count_wrapper .event_countdown {
  float: right;
}

.event_count_wrapper .event_countdown .countdown-amount {
  font-size: 17px;
  position: relative;
  z-index: 100;
  display: inline-block;
  min-width: 32px;
  margin: 0 7.5px;
  padding: 2px 0;
  text-align: center;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #444;
  -webkit-box-shadow: 0 0 1px 1px rgba(247, 9, 103, .4);
  -moz-box-shadow: 0 0 1px 1px rgba(247, 9, 103, .4);
  box-shadow: 0 0 1px 1px rgba(247, 9, 103, .4);
}

.event_count_wrapper .event_countdown .countdown-amount:before {
  position: absolute;
  z-index: -9999;
  top: 17px;
  left: 1px;
  display: block;
  width: 30px;
  height: 1px;
  content: "";
  background: #777;
}

.event_count_wrapper .event_countdown .countdown-period {
  font-size: 13px;
  color: #7E7E7E;
}


/* Navigation
------------------------------*/

@media screen and (min-width: 790px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: normal;
  width: 100%;
  padding: 12px 20px 16px;
  cursor: pointer;
  text-align: left;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: white;
  border: none;
  background: #212121;
}

.site-navigation.toggled-on .menu, .site-navigation.toggled-on .nav-menu {
  display: block;
}

.nav-menu{
  background-color: #142732;
}

.site-navigation {
  position: relative;
  z-index: 1001;
  -webkit-box-shadow: 0 8px 6px -6px rgba(20, 39, 40, .7);
  -moz-box-shadow: 0 8px 6px -6px rgba(20, 39, 40, .7);
  box-shadow: 0 8px 6px -6px rgba(20, 39, 40, .7);
}

@media screen and (min-width: 790px) {
  .site-navigation {
    background: #142732;
    z-index: 1010;
  }
  
}

.site-navigation .menu, .site-navigation .nav-menu {
  display: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 790px) {
  .site-navigation .menu, .site-navigation .nav-menu {
    display: inline;
  }
}

.site-navigation .menu ul, .site-navigation .nav-menu ul {
  margin-left: 0;
}

.site-navigation .menu ul li a, .site-navigation .menu ul ul li a, .site-navigation .nav-menu ul li a, .site-navigation .nav-menu ul ul li a {
  min-width: 100%;
}

@media screen and (min-width: 790px) {
  .site-navigation .menu ul li a, .site-navigation .menu ul ul li a, .site-navigation .nav-menu ul li a, .site-navigation .nav-menu ul ul li a {
    min-width: 200px;
    max-width: 250px;
  }
  .site-navigation .menu ul li a:hover, .site-navigation .menu ul li a:focus, .site-navigation .menu ul ul li a:hover, .site-navigation .menu ul ul li a:focus, .site-navigation .nav-menu ul li a:hover, .site-navigation .nav-menu ul li a:focus, .site-navigation .nav-menu ul ul li a:hover, .site-navigation .nav-menu ul ul li a:focus {
    color: #000
  }
  .site-navigation .nav-menu ul ul.sub-menu li a:hover {
    color: #000;
    background: none;
  }
}

.site-navigation .menu li, .site-navigation .nav-menu li {
  margin: 0;
  list-style: none;
  text-align: left;
}

@media screen and (min-width: 790px) {
  .site-navigation .menu li, .site-navigation .nav-menu li {
    position: relative;
    display: inline-block;
  }
}

.site-navigation .menu li a, .site-navigation .nav-menu li a {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
  display: block;
  padding: 12.5px 20px;
  transition: opacity .25s ease 0s, background-color .25s ease 0s, color .25s ease 0s, background .25s ease 0s, box-shadow .25s ease 0s;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #ffcc00;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 790px) {
  .site-navigation .menu li a, .site-navigation .nav-menu li a {
    padding: 13.33333px 20px;
    border-bottom: none;
    border-bottom: none;
  }
}

.site-navigation .menu li a:hover, .site-navigation .nav-menu li a:hover {
  color: #f8e1b6;
}

@media screen and (min-width: 790px) {
  .site-navigation .menu li a:hover, .site-navigation .nav-menu li a:hover {
    color: #000;
    background: #f8e1b6;
  }
}

.site-navigation .menu li.current-menu-item a, .site-navigation .menu li.current_page_item a, .site-navigation .nav-menu li.current-menu-item a, .site-navigation .nav-menu li.current_page_item a {
  color: #f8e1b6;
}

@media screen and (min-width: 790px) {
  .site-navigation .menu li.current-menu-item a, .site-navigation .menu li.current_page_item a, .site-navigation .nav-menu li.current-menu-item a, .site-navigation .nav-menu li.current_page_item a {
    color: #000;
    background: #f8e1b6;
  }
}

@media screen and (min-width: 790px) {
  .site-navigation .menu li.menu-item-has-children>a:after, .site-navigation .nav-menu li.menu-item-has-children>a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    margin-top: -1px;
    content: "";
    border-width: 4px;
    border-style: solid;
    border-color: #ffcc00 transparent transparent;
  }
  .site-navigation .menu li.menu-item-has-children>a, .site-navigation .nav-menu li.menu-item-has-children>a {
    padding-right: 30px;
  }
  .site-navigation .menu li li.menu-item-has-children>a:after, .site-navigation .nav-menu li li.menu-item-has-children>a:after {
    top: 45%;
    border-color: transparent transparent transparent #f8e1b6;
  }
  .site-navigation .menu li.menu-item-has-children:hover a:after, .site-navigation .nav-menu li.menu-item-has-children:hover a:after {
    border-color: #000 transparent transparent;
  }
}

.site-navigation .menu .sub-menu, .site-navigation .nav-menu .sub-menu {
  margin: 0;
  padding: 0;
}

.site-navigation .menu .sub-menu li a, .site-navigation .nav-menu .sub-menu li a {
  padding-left: 20px;
  border-bottom: 2px solid #000;
}

.site-navigation .menu .sub-menu li a:before, .site-navigation .nav-menu .sub-menu li a:before {
  content: " - ";
}

@media screen and (min-width: 790px) {
  .site-navigation .menu .sub-menu li a, .site-navigation .nav-menu .sub-menu li a {
    padding: 8.69565px 0;
    padding-left: 10px;
    color: #000;
    border-bottom: 2px solid #000;
  }
}

@media screen and (min-width: 790px) {
  .site-navigation .menu .sub-menu li:last-child a, .site-navigation .nav-menu .sub-menu li:last-child a {
    border-bottom: none;
  }
}

.site-navigation .menu .sub-menu li li a, .site-navigation .nav-menu .sub-menu li li a {
  padding-left: 60px;
}

@media screen and (min-width: 790px) {
  .site-navigation .menu .sub-menu li a, .site-navigation .nav-menu .sub-menu li a {
    padding-left: 15px;
  }
  .site-navigation .menu .sub-menu li a:before, .site-navigation .nav-menu .sub-menu li a:before {
    content: "";
  }
  .site-navigation .menu .sub-menu li li a, .site-navigation .nav-menu .sub-menu li li a {
    padding-left: 30px;
  }
}

@media screen and (min-width: 790px) {
  .site-navigation .menu .sub-menu, .site-navigation .nav-menu .sub-menu {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    padding: 10px 20px 10px 20px;
    clip: rect(1px, 1px, 1px, 1px);
    background: rgba(248, 225, 182, 0.95);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(247, 9, 103, 0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(247, 9, 103, 0.75);
    box-shadow: 2px 2px 5px 0px rgba(247, 9, 103, 0.75);
  }
  .site-navigation .menu .sub-menu ul, .site-navigation .nav-menu .sub-menu ul {
    top: 0;
    left: 100%;
  }
  .site-navigation .menu .sub-menu a, .site-navigation .nav-menu .sub-menu a {
    font-size: 12px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 790px) {
  .site-navigation .menu li:hover>ul.sub-menu, .site-navigation .menu li:hover>ul, .site-navigation .menu li li:hover>ul, .site-navigation .nav-menu li:hover>ul.sub-menu, .site-navigation .nav-menu li:hover>ul, .site-navigation .nav-menu li li:hover>ul {
    overflow: inherit;
    clip: inherit;
    width: inherit;
    height: inherit;
  }
}

.content-template a {
  text-decoration: underline;
  color: #c7f7ed;
}
.content-template a:hover {
  color: #8af5f0;
}

.content-template h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.content-template h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.content-template h4 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.header_social {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  padding-top: 1px;
}

.wpml-ls-legacy-dropdown {
  width: 60px !important;
  position: absolute;
  right: 5px;
  top: 10px;
  border-radius: 5px;
}

.wpml-ls-legacy-dropdown a {
  display: block;
  text-decoration: none;
  color: #444;
  border: none !important;
  background-color: #f8e1b6 !important;
  padding: 5px 10px;
  line-height: 20px !important;
}

@media screen and (max-width: 400px) {
  .header_social {
    display: none;
  }
}

.header_social li {
  display: inline-block;
  margin: 0;
}

.header_social li a {
  margin: 0;
  color: #000;
}

.header_social li a i.icon {
  font-size: 17px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #ffcc00;
  border-radius: 15px;
}

.header_social li a:hover {
  color: #FFF;
}


/*------------------------------
	4.2 Main
------------------------------*/

#primary {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 790px) {
  #primary {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

@media screen and (min-width: 790px) {
  #primary {
    float: left;
    width: 65%;
  }
  #secondary {
    float: right;
    width: 31%;
  }
  .half_left {
    float: left;
    width: 48%;
  }
  .half_right {
    float: right;
    width: 48%;
  }
}

#secondary .widget {
  width: 100%;
}

@media screen and (min-width: 500px) {
  #secondary .widget {
    float: left;
    width: 46.93252%;
    margin-right: 6.13497%;
  }
  #secondary .widget:nth-child(2n+0) {
    clear: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 790px) {
  #secondary .widget {
    width: 100%;
  }
}

.boxed_content {
  position: relative;
  max-width: 1098px;
  margin: 0 auto;
  padding: 0;
}

.site-content .page-inner {
  background: #0f2f36;
  padding: 30px 0;
  min-height: 1000px;
}

.top_feature {
  margin-bottom: 30px;
}

.top_feature .ui.grid>.column {
  margin-top: 0;
  margin-bottom: 0;
}

.mightyzine {
  float: left;
  width: 31.333%;
  margin-left: 1%;
  margin-right: 1%;
}

.mightyzine img {
  display: block;
  margin: 0 auto;
}

.site-content{
  position: relative;
  z-index: 1000;
}
/* Box_Content
------------------------------*/

.widget_heading, .widget-title {
  font-size: 20px;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
}

.dark_shadow, .album, .album-thumb, .rsVideos, .video_wrapper, .video_lightbox, .image-lightbox {
  -webkit-box-shadow: 0 0 3px 3px #b42f03;
  -moz-box-shadow: 0 0 3px 3px #b42f03;
  box-shadow: 0 0 3px 3px #b42f03;
  background-color: #46767e;
}

.hover_dark_shadow:hover {
  -webkit-box-shadow: 0 0 3px 3px #b42f03;
  -moz-box-shadow: 0 0 3px 3px #b42f03;
  box-shadow: 0 0 3px 3px #b42f03;
}

#bwg_container1_0 #bwg_container2_0 .bwg_album_extended_div_0 {
  background: url(./img/bg_events.png) repeat !important;
  border: none !important;
  margin-bottom: 20px !important;
  -webkit-box-shadow: 0 0 3px 3px #b42f03;
  -moz-box-shadow: 0 0 3px 3px #b42f03;
  box-shadow: 0 0 3px 3px #b42f03;
  height: 120px !important;
}

#bwg_container1_0 #bwg_container2_0 .bwg_album_extended_text_div_0 {
  background: none !important;
  border: none !important;
}

#bwg_container1_0 #bwg_container2_0 .bwg_album_extended_thumb_div_0 {
  background: none !important;
  border: none !important;
}

#bwg_container1_0 #bwg_container2_0 .bwg_back_0 {
  margin-bottom: 20px !important;
  text-align: left;
}

#bwg_container1_1 #bwg_container2_1 .bwg_album_extended_div_1 {
  background: url(./img/bg_events.png) repeat !important;
  border: none !important;
  margin-bottom: 20px !important;
  -webkit-box-shadow: 0 0 3px 3px #b42f03;
  -moz-box-shadow: 0 0 3px 3px #b42f03;
  box-shadow: 0 0 3px 3px #b42f03;
  height: 120px !important;
}

#bwg_container1_1 #bwg_container2_1 .bwg_album_extended_text_div_1 {
  background: none !important;
  border: none !important;
}

#bwg_container1_1 #bwg_container2_1 .bwg_album_extended_thumb_div_1 {
  background: none !important;
  border: none !important;
}

#bwg_container1_1 #bwg_container2_1 .bwg_back_1 {
  margin-bottom: 20px !important;
  text-align: left;
}

.player_box {
  padding: 20px;
  background: #212121;
}

.title_band {
  background: #210a26;
  color: #ffffff;
  font-size: 18px;
  line-height: 50px;
  padding: 5px 10px;
  height: 60px;
}

.title_band span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.info-entry-header {
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: center;
}

.title-place {
  position: absolute;
  bottom: 20px;
  width: 100%;
  color: white;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  text-shadow: -1px 0 #f70967, 0 1px #f70967, 1px 0 #f70967, 0 -1px #f70967;
}

.info-entry-title {
  background: #210a26;
  color: rgba(255, 255, 255, 1);
  text-shadow: -1px 0 #f70967, 0 1px #f70967, 1px 0 #f70967, 0 -1px #f70967;
  font-size: 50px;
  line-height: 55px;
  padding: 30px 10px 10px 10px;
  background: none;
  margin-bottom: 0px;
}

.sidebar-info .info-entry-title {
  font-size: 40px;
  line-height: 45px;
}

.info-entry-more {}

.info-entry-more .ui.button {
  margin: 0 auto;
  display: block;
  font-size: 24px;
  max-width: 150px;
}

.info-entry-content {
  padding: 120px 20px 20px 20px;
  text-align: center;
  color: #fff;
  font-size: 15px;
}

.info-entry-thumb {
  position: relative;
}

.info-entry-hover {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 500px) {
  .info-entry-thumb:hover .info-entry-hover {
    display: block;
  }
}

.tickets-wrap {
  margin-top: 20px;
  padding: 10px 10px;
}

.tickets-wrap h2 {
  color: #fff;
}

.zanr_right {
  float: right;
}

.stat_left {
  float: left;
}

.image-lightbox .description {
  padding: 5px 10px;
  clear: both;
}

.table_infoband {
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
}

.table_infoband tr {
  border: none;
}

.table_infoband td {
  border: none;
  text-align: left;
}

.table_infoband td.band_table {
  background: #210a26;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  width: 200px;
  padding-left: 20px;
}


/* Album Carousel
------------------------------*/

#albums_carousel {
  margin-right: -15px;
  margin-left: -15px;
}

#albums_carousel .widget_heading, #albums_carousel .widget-title {
  margin-right: 15px;
  margin-left: 15px;
}

#albums_carousel .ac_item {
  position: relative;
  margin: 0 15px;
  border: 7px solid #212121;
}

#albums_carousel .ac_item img {
  height: auto;
}

#albums_carousel .ac_item:hover .overlay {
  opacity: .3;
}

#albums_carousel .ac_item:hover .overlay_title {
  opacity: 1;
}

.overlay {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .1s ease-in 0s;
  opacity: 0;
  background: none repeat scroll 0 0 red;
}

.overlay_title {
  position: absolute;
  z-index: 100;
  top: 45%;
  left: 0;
  width: 100%;
  transition: opacity .2s ease-in-out 0s;
  text-align: center;
  opacity: 0;
}

.overlay_title h2 {
  font-size: 15px;
  color: #FFF;
}

.owl-controls .left.icon, .owl-controls .right.icon {
  float: none;
}

.owl-controls .owl-prev, .owl-controls .owl-next {
  display: inline-block;
}

.owl-controls .owl-prev i, .owl-controls .owl-next i {
  font-size: 18px;
}

.owl-controls .owl-prev i:hover, .owl-controls .owl-next i:hover {
  color: red;
}

.owl-controls .owl-next {
  position: absolute;
  top: -35px;
  right: 3px;
}

.owl-controls .owl-prev {
  position: absolute;
  top: -35px;
  right: 18px;
}


/* Recent News
------------------------------*/

.recent_news article {
  margin-bottom: 30px;
  position: relative;
}

.recent_news article .entry-thumb {
  float: none;
  width: 100%;
  margin-bottom: 25px;
}

@media screen and (min-width: 500px) {
  .recent_news article .entry-thumb {
    float: left;
    width: 222px;
    margin-bottom: 0;
  }
}

.recent_news article .entry-thumb img {
  max-width: 100%;
  border: 7px solid #274f5b;
}

@media screen and (min-width: 500px) {
  .recent_news article .entry-thumb img {
    max-width: 222px;
  }
}


.recent_news article .entry-detail {
  overflow: hidden;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.recent_news article .entry-detail .entry-title {
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 0px;
  padding-left: 20px;
  background: #274f5b;
}

.recent_news article .entry-detail .title-light {
  background: #274f5b;
}

.cat-ms {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 80px;
  height: 119px;
/*  background: url("./img/cat.png") bottom left no-repeat;*/
}

.recent_news article .entry-detail .entry-title a {
  color: #FFF;
  font-size: 18px;
  line-height: 35px;
}

.recent_news article .entry-detail .entry-title a:hover {
  text-decoration: underline;
}

.recent_news article .entry-meta {
  font-size: 12px;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 6.66667px;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 5px;
}

.recent_news article .entry-meta .sep {
  margin: 0 10px;
}

.recent_news article .entry-meta a:hover {
  color: #FFF;
}

.recent_news article .entry-more {
  margin-top: 8px;
  margin-left: 20px;
}

.recent_news.bigthumb article .entry-thumb {
  float: none;
  width: 100%;
  margin-bottom: 25px;
}

.recent_news.bigthumb article .entry-thumb img {
  max-width: 100%;
  border: 7px solid #212121;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.recent_news.bigthumb article .entry-thumb img:hover {
  border-color: #222;
}

.single .entry-meta {
  margin-bottom: 20px !important;
  padding: 10px 0;
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
}


/* Content
------------------------------*/


/* Sidebar
------------------------------*/


/*------------------------------
	4.3 Footer
------------------------------*/

.site-footer {
  position: relative;
  max-width: 1098px;
  margin: -5px auto;
}

.site-footer .container {
  padding-bottom: 30px;
  background: #1a1a1a;
}

.site-footer .black_footer {
  min-height: 240px;
  padding-top: 25px;
}

.site-footer .black_footer h4.widget_heading {
  color: #fff;
  font-size: 18px;
}

.site-footer .container.gallery_footer {
  background: #0f2f36;
}

.site-footer ul {
  padding: 0;
  list-style: none;
}

.site-footer .widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer .widget_nav_menu ul li {
  margin: 0;
  border-bottom: 1px solid #212121;
}

.site-footer .widget_nav_menu ul li:last-child {
  border-bottom: none;
}

.site-footer .widget_nav_menu ul li a {
  display: block;
  padding: 5px 0 9px;
}

.site-footer .ui.grid>.column {
  margin-top: 0;
  margin-bottom: 30px;
}

.site-footer .footer_copy {
  padding-top: 25px;
  border-top: 2px solid #212121;
}

.site-footer .footer_copy .copy_left, .site-footer .footer_copy .copy_right {
  text-align: center;
}

@media screen and (min-width: 790px) {
  .site-footer .footer_copy .copy_left {
    text-align: left;
  }
  .site-footer .footer_copy .copy_right {
    text-align: right;
  }
}

.site-footer .footer_copy p {
  margin-bottom: 0;
}

.site-footer .footer_copy .ui.grid>.column {
  margin-bottom: 0;
}

.site-footer .ui.grid .copy_left, .site-footer .ui.grid .copy_right {
  text-align: center;
}

@media screen and (min-width: 790px) {
  .site-footer .ui.grid .copy_left {
    text-align: left;
  }
  .site-footer .ui.grid .copy_right {
    text-align: right;
  }
}

@media screen and (max-width: 790px) {
  .site-footer .container.gallery_footer {
    display: none;
  }
  .table_infoband td.band_table {
    width: 100px;
    padding-left: 5px;
  }
}

.site-footer a {
  color: #FFF;
}

.site-footer a:hover {
  color: red;
}


/*--------------------------------------------------------------
4.0 Posts
--------------------------------------------------------------*/


/* Post Format
------------------------------*/


/* Post Entry
------------------------------*/

.entry-content {
  margin-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #fff;
}

.album-content iframe {
  width: 100% !important;
}

.entry-footer i.icon {
  float: left;
  margin: 4px 4px 0 0;
  margin: .4rem .4rem 0 0;
  color: #FFF;
}

.entry-footer .post-categories, .entry-footer .post-tags {
  margin-bottom: 5px;
  padding: 0;
  list-style: none;
}

.entry-footer .post-categories li, .entry-footer .post-tags li {
  display: inline;
  margin: 0;
}

.entry-footer .post-categories li a, .entry-footer .post-tags li a {
  color: #AAA;
}

.entry-footer .post-categories li a:hover, .entry-footer .post-tags li a:hover {
  color: red;
}

.entry-footer .post-categories li:after, .entry-footer .post-tags li:after {
  content: ", ";
  color: #7E7E7E;
}

.entry-footer .post-categories li:last-child:after, .entry-footer .post-tags li:last-child:after {
  content: none;
}


/* WordPress caption style
------------------------------*/

.wp-caption {
  font-style: italic;
  line-height: 1.35;
  max-width: 100%;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  max-width: 98%;
}

.wp-caption .wp-caption-text {
  margin: 10px 0;
  margin: 1rem 0;
}

.wp-caption-text, .entry-thumbnail-caption, .cycle-caption {
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
  line-height: 1.35;
}

.alignleft, .entry-thumbnail.thumbnail {
  display: inline;
  float: left;
  margin-right: 30px;
  margin-right: 3rem;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 30px;
  margin-left: 3rem;
}

.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}

img.wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.gallery-caption {
  font-family: inherit;
}

.bypostauthor {
  margin: 0;
}


/* Gallery
------------------------------*/

.gallery {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.gallery-item {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 4px 4px 0;
  margin: 0 .4rem .4rem 0;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.gallery-caption {
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-height: 50%;
  margin: 0;
  padding: 6px 8px;
  padding: .6rem .8rem;
  text-align: left;
  opacity: 0;
  color: #FFF;
  background-color: rgba(0, 0, 0, .7);
}

.gallery-caption:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 49px;
  content: "";
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none;
}

.attachment {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}


/* Comments
------------------------------*/

#comments .comments-title {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

#comments .comment-list {
  padding-left: 0;
  list-style: none;
}

#comments .comment-list .pingback {
  margin: 0;
  margin: 0rem;
  padding: 20px 0;
  padding: 2rem 0;
  border-bottom: 1px solid #EEE;
}

#comments .comment-list .pingback p {
  margin: 0;
}

#comments .comment-list .pingback:last-child {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

#comments .comment {
  margin: 30px 0;
  margin: 3rem 0;
  list-style: none;
}

#comments .comment .avatar {
  float: left;
  width: 60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#comments .comment .comment-wrapper {
  position: relative;
  margin-left: 90px;
  margin-left: 9rem;
  padding: 25px 30px 15px 30px;
  padding: 2.5rem 3rem 1.5rem 3rem;
  background: #F8F9F9;
}

#comments .comment .comment-wrapper:before {
  position: absolute;
  top: 0;
  left: -9px;
  width: 0;
  height: 0;
  content: "";
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent #F6F7F9 transparent transparent;
}

#comments .comment .comment-wrapper .comment-meta .comment-time, #comments .comment .comment-wrapper .comment-meta .comment-reply-link, #comments .comment .comment-wrapper .comment-meta .comment-edit-link {
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: #7E7E7E;
}

#comments .comment .comment-wrapper .comment-meta .comment-time:hover, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:hover, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover {
  color: red;
}

#comments .comment .comment-wrapper .comment-meta .comment-time:after, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:after, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:after {
  padding: 0 5px;
  padding: 0 .5rem;
  content: "/";
}

#comments .comment .comment-wrapper .comment-meta a:last-child:after {
  content: "";
}

#comments .comment .comment-wrapper .comment-meta cite .fn {
  font-weight: normal;
  font-style: normal;
  margin-right: 15px;
  margin-right: 1.5rem;
}

#comments .comment .children {
  padding-left: 30px;
  padding-left: 3rem;
}

#comments .comment .children .children {
  padding-left: 30px;
  padding-left: 3rem;
}

#comments .comment .children .children .children {
  padding-left: 0;
  padding-left: 0rem;
}

@media screen and (min-width: 790px) {
  #comments .comment .children {
    padding-left: 90px;
    padding-left: 9rem;
  }
  #comments .comment .children .children {
    padding-left: 90px;
    padding-left: 9rem;
  }
  #comments .comment .children .children .children {
    padding-left: 90px;
    padding-left: 9rem;
  }
}


/* Comment Form
------------------------------*/

#respond #reply-title {
  margin-bottom: 15px;
  padding-bottom: 6px;
  border-bottom: 2px solid #212121;
}

#respond .comment-form label {
  display: block;
  margin-bottom: 4px;
  margin-bottom: .4rem;
}

#respond .form-allowed-tags {
  font-size: 12px;
  font-size: 1.2rem;
}

#respond .form-allowed-tags code {
  background: none;
}


/*--------------------------------------------------------------
4.0 Pages
--------------------------------------------------------------*/

.page-title {
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.8;
  font-size: 25px;
}


/* Events
------------------------------*/

.events_page .event_widget .event_left .event_date {
  font-size: 17px;
  padding: 2px 0;
}

.events_page .event_widget .event_left .event_date:before {
  top: 17px;
  width: 33px;
}

.events_page .event_widget .event_item {
  position: relative;
  margin-bottom: 30px;
  padding: 15px 20px 20px 20px;
  background: #212121;
}

.events_page .event_widget .event_item.has_map {
  padding: 20px;
}

.events_page .event_widget .event_item.has_map .event_map {
  margin-bottom: 15px;
}

.events_page .event_widget .event_detail .event_time, .events_page .event_widget .event_detail .event_location {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.events_page .event_widget .event_detail .event_title {
  margin-bottom: 10px;
}

@media screen and (min-width: 1100px) {
  .events_page .event_widget .event_detail .event_time, .events_page .event_widget .event_detail .event_location {
    display: inline-block;
    margin-bottom: 0;
  }
  .events_page .event_widget .event_detail .event_button {
    float: right;
    margin: 0;
    margin-top: -12px;
  }
  .events_page .event_widget .event_detail .event_title {
    margin: 7px 0 3px;
  }
}

.event_single .event_item {
  position: relative;
  margin-bottom: 30px;
  padding: 15px 20px 20px 20px;
  background: #212121;
}

.event_single .event_item.has_map {
  padding: 20px;
}

.event_single .event_item.has_map .event_map {
  margin-bottom: 15px;
}

.event_single .event_time, .event_single .event_location {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.event_single .event_button {
  margin: 0;
  margin-top: -12px;
  margin-left: 5px;
}

.main-box-ticket {
  float: left;
  width: 62%;
  padding: 1%;
}

.main-box-ticket article {
  margin-bottom: 0px;
}

.custom-box-ticket {
  float: left;
  width: 31%;
  padding: 1%;
}

.custom-box-ticket article {
  margin-bottom: 0px;
  overflow: hidden;
}

.custom-box-ticket .info-entry-title {
  background: #210a26;
  color: rgba(255, 255, 255, 1);
  text-shadow: -1px 0 #f70967, 0 1px #f70967, 1px 0 #f70967, 0 -1px #f70967;
  font-size: 25px;
  line-height: 35px;
  padding: 5px 10px;
  background: none;
  margin-bottom: 0px;
}

@media screen and (max-width: 790px) {
  .main-box-ticket {
    float: left;
    width: 98%;
    padding: 1%;
  }
  .main-box-ticket img {
    width: 100%;
  }
  .custom-box-ticket {
    float: left;
    width: 48%;
    padding: 1%;
  }
  .custom-box-ticket img {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .main-box-ticket {
    float: left;
    width: 98%;
    padding: 1%;
    height: 300px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .main-box-ticket img {
    width: 230%;
    max-width: none;
  }
  .custom-box-ticket {
    float: left;
    width: 98%;
    padding: 1%;
    padding-bottom: 20px;
  }
  .custom-box-ticket img {
    width: 100%;
  }
}


/* Albums
------------------------------*/

.album {
  position: relative;
  border: 8px solid #212121;
}

.album .overlay_title h2 {
  font-size: 23px;
  color: #FFF;
}

.album:hover .overlay {
  opacity: .3;
}

.album:hover .overlay_title {
  opacity: 1;
}


/* Single Albumn */

.album-thumb {
  margin-bottom: 20px;
  border: 8px solid #212121;
}

.album-release, .album-share {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.album-release span, .album-share span {
  color: #FFF;
}

.album-share a {
  font-size: 15px;
  margin-right: 0;
  margin-left: 4px;
  color: #FFF;
}

.single-album .page-header h1 {
  margin-bottom: 20px;
}

.single-album .player_box {
  margin-bottom: 20px;
}

.album-buy {
  margin-bottom: 30px;
  padding-top: 3px;
  text-align: left;
}

@media screen and (min-width: 790px) {
  .album-buy {
    margin-bottom: 0;
    text-align: right;
  }
}

.album-buy a.ui.button {
  margin-left: 2px;
}

.related-alumn {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 3px solid #212121;
}

.album-buy.album-buy-sidebar {
  margin-bottom: 30px;
  text-align: left;
}

.album-buy.album-buy-sidebar a.ui.button {
  margin-right: 2px;
}


/* Contact
------------------------------*/

.map-contact {
  margin-bottom: 30px;
  padding: 20px 20px 20px 20px;
  color: #FFF;
  background: #212121;
}

.map-contact iframe {
  margin-bottom: 15px;
}


/* About
------------------------------*/

.page_featured_image {
  position: relative;
}

.page_featured_image .featured_title {
  position: absolute;
  bottom: 50px;
  left: 50px;
  display: block;
}

.page_featured_image .featured_title span {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FFF;
  background: #F00;
}

@media screen and (min-width: 790px) {
  .page_featured_image .featured_title span {
    font-size: 35px;
  }
}


/* Filterable Gallery
------------------------------*/

.gallery-filterable .image-lightbox {
  margin-bottom: 0 !important;
}

.filterable-menu {
  margin-bottom: 30px;
  padding-top: 3px;
  text-align: left;
}

@media screen and (min-width: 790px) {
  .filterable-menu {
    margin-bottom: 0;
    text-align: right;
  }
}

.filterable-menu a.ui.button {
  margin-left: 2px;
}


/*--------------------------------------------------------------
4.0 Widgets
--------------------------------------------------------------*/

.widget-area aside {
  margin-bottom: 50px;
}

.widget ul {
  padding-left: 0;
  list-style: none;
}


/* Events Widget
------------------------------*/

.event_widget article {
  margin-bottom: 20px;
}

.event_widget article:last-child {
  margin-bottom: 0;
}

.content_events {
  padding: 5px 10px 10px 10px;
  color: #fff;
}

.paddingleft10 {
  padding-left: 10px;
}

.event_date_hell {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.event_widget .event_detail {    
  background-color: #36636d;
  overflow: hidden;
}

.event_widget .event_detail .event_title {
  font-size: 16px;
  margin-bottom: 5px;
  color: #FFF;
  line-height: 28px;
  background: #274f5b;
  padding: 5px 10px;
}

.event_widget .event_detail .event_title a:hover {
  text-decoration: underline;
}

.event_widget .event_detail .event_time, .event_widget .event_detail .event_location {
  font-size: 12px;
  margin-bottom: 0;
}

.event_widget .event_detail .event_button {
  margin-top: 10px;
}


/* Video Slider
------------------------------*/

.video_slider .widget-content {
  border: 8px solid #212121;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.widget-content iframe {
  margin-bottom: -5px;
}


/*--------------------------------------------------------------
9.0 Supports
--------------------------------------------------------------*/


/* Custom Semantic-UI
------------------------------*/


/* Popup */


/* Accordion */

.ui.accordion, .ui.accordion .accordion {
  border-radius: 0;
}


/* Button */

.ui.button {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
  padding: .7em 1.2em;
  letter-spacing: .7px;
  text-transform: uppercase !important;
  color: #FFF;
  border-radius: 0;
  background: #7E7E7E;
}

.ui.button:hover {
  color: #FFF;
  background: #000;
  background: #000;
  background: #000;
}

.ui.button:focus {
  color: #FFF;
  box-shadow: none;
}

.ui.button.colored {
  background: #000;
}

.ui.button.colored:hover {
  background: #7E7E7E;
}

.ui.huge.button {
  font-size: 15px;
  font-weight: bold;
  padding: 15px 30px;
  letter-spacing: 1.2px;
}

.ui.soundcloud.button {
  background: #F50;
}

.ui.spotify.button {
  background: #81B71A;
}


/* RoyalSlider: Animate Block : Home Slider 1
------------------------------*/

.royalSlider {
  width: 100%;
}

#home-slider-1.royalSlider {
  -webkit-box-shadow: 0 8px 6px -6px rgba(146, 25, 1, .7);
  -moz-box-shadow: 0 8px 6px -6px rgba(146, 25, 1, .7);
  box-shadow: 0 8px 6px -6px rgba(146, 25, 1, .7);
}

.rsABlock {
  position: relative;
  top: auto;
  left: auto;
  display: block;
}

.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs  {
  background: none!important;
}
.rsContent {
  float: left;
  color: #FFF;
}

.band-wrapin {
  width: 90%;
  margin-top: 10px;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
}

.text-slide-band {
  text-align: center;
  display: inline-block;
  line-height: 40px;
  height: 35px;
  background-image: url(./img/bod1.png), url(./img/bod1.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center left, center right;
  padding-left: 20px;
  padding-right: 21px;
  margin-left: -19px;
}

.text-slide-band a
{
  font-family: 'Helvetica';
  font-size: 20px;
  color: #fbe2c4;
  text-shadow: 2px 2px 3px #b42f03;
  line-height: 35px;
  white-space: nowrap;
  font-weight: bold;
  }
a.bod {
  line-height: 50px;
  text-indent: -9999px;
  background-image: url(./img/bod.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 15px;
  display: inline-block;
}

.priorita1 a {
  font-size: 70px;
  line-height: 50px;
}

.priorita2 a {
  font-size: 60px;
  line-height: 50px;
}

.priorita3 a {
  font-size: 50px;
  line-height: 50px;
}

.priorita4 a {
  font-size: 45px;
  line-height: 50px;
}

.priorita5 a {
  font-size: 40px;
  line-height: 50px;
}

.priorita6 a {
  font-size: 35px;
  line-height: 50px;
}

.priorita7 a {
  font-size: 31px;
  line-height: 50px;
}

.priorita8 a {
  font-size: 29px;
  line-height: 50px;
}

.priorita9 a {
  font-size: 24px;
  line-height: 50px;
}
.priorita10 a {
  font-size: 20px;
  line-height: 50px;
}

.page-content table {
  background: url(./img/bg_events.png) repeat;
  -webkit-box-shadow: 0 0 3px 3px #b42f03;
  -moz-box-shadow: 0 0 3px 3px #b42f03;
  box-shadow: 0 0 3px 3px #b42f03;
}

.page-content table tr td {
  background: url(./img/bg_events.png) repeat;
}

.rsVideo .bContainer {
  bottom: 200px;
}

.rsContentBand .bContainer {
  top: 20px;
  bottom: auto;
  width: 100%;
}

.rsContentBand .bContainer .logo-band {
  width: 50%;
  float: left;
  height: 100px;
  vertical-align: middle;
  position: relative;
}

.rsContentBand .bContainer .priorita_img1 {
  width: 100%;
  float: left;
  height: 100px;
  vertical-align: middle;
  position: relative;
}

.rsContentBand .bContainer .logo-band img {
  max-width: 100%;
  max-height: 100px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.rsContentBand .bContainer .priorita_img1 img{
  max-width: 100%;
  max-height: 120px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 10px;
}

.rsVideo .bContainer span {
  background: red;
}

.bContainer {
  position: absolute;
  bottom: 40px;
  left: auto;
  display: block;
}

img.rsImg {
  max-width: 100%;
}

.rs_text {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: #f8e1b6;
}

.rs_text_box {
  float: left;
}

.rs_text_box span {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 50px;
  display: block;
  margin-bottom: 10px;
  padding: 5px 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, .7);
  color: #f8e1b6;
}

.rs_text_box span.small {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  display: inline-block;
  clear: both;
  margin-bottom: 0px;
  padding: 5px 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, .7);
  color: #f8e1b6;
}

.rs_button_more {
  float: left;
  margin-top: 54px;
}

.rs_button_more .ui.button.colored {
  background: #f8e1b6;
  color: #fff;
}

.rs_button_more .ui.button.colored:hover {
  background: #000;
  color: #f8e1b6;
}

@media screen and (max-width: 1000px) {
  img.rsImg {
    max-width: none;
    height: 100%;
  }
}

.celzodkay {
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (max-width: 720px) {
  .rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs {
    max-height: 300px;
  }
  .rsContentBand .bContainer {
    top: 10px;
    bottom: auto;
    width: 100%;
    text-align: center;
  }

  .rsContentBand .bContainer .logo-band {
    width: 45%;
    float: none;
    display: inline-block;
    max-height: 75px;
  }
  .rsContentBand .bContainer .logo-band img {
    float: left;
    max-width: 100%;
    max-height: 75px;
  }
  .rsContentBand .bContainer .priorita_img1 img{
    max-width: 100%;
    max-height: 75px;
  }
  .rsContentBand .bContainer .priorita_img1{
    width: 100%;
    max-height: 75px;
  }
  .band-wrapin {
    display: block;
    margin-top: 0px;
  }
  .priorita1 a {
    font-size: 28px;
  }

  .priorita2 a {
    font-size: 26px;
  }

  .priorita3 a {
    font-size: 24px;
  }

  .priorita4 a {
    font-size: 22px;
  }

  .priorita5 a {
    font-size: 20px;
  }
  .priorita6 a {
    font-size: 20px;
  }
  .priorita7 a {
    font-size: 20px;
  }

  .priorita8 a {
    font-size: 20px;
  }

  .priorita9 a {
    font-size: 20px;
  }
  .ui.column.grid>.four.wide.column, .ui.grid>.column.row>.four.wide.column, .ui.grid>.four.wide.column, .ui.grid>.row>.four.wide.column {
    width: 50% !important;
  }
}

@media screen and (max-width: 400px) {
  .ui.column.grid>.four.wide.column, .ui.grid>.column.row>.four.wide.column, .ui.grid>.four.wide.column, .ui.grid>.row>.four.wide.column {
    width: 100% !important;
  }
}

@media screen and (min-width: 790px) {
  .rs_text_box span {
    font-size: 25px;
  }
}


/* Button Position */

.rsMinW .rsArrowRight {
  top: 50%;
  right: 30px;
  margin-top: -16px;
}

.rsMinW .rsArrowLeft {
  top: 50%;
  left: 30px;
  margin-top: -16px;
}

.rsMinW .rsBullet {
  padding: 6px 8px 6px 4px;
}

.rsMinW .rsBullets {
  right: 50%;
}


/* RoyalSlider: Videos
------------------------------*/

.rsVideos {
  margin-bottom: 30px;
  padding: 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #222;
}

.video_wrapper {
  margin-bottom: 30px;
  padding: 7px 7px 0 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #222;
}

.video_lightbox {
  position: relative;
  margin-bottom: 30px;
  padding: 7px 7px 7px 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #222;
}

.video_lightbox:hover img {
  opacity: .5;
}

.video_button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 64px;
  height: 64px;
  margin-top: -33px;
  margin-left: -33px;
  border: 2px solid #CCC;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: url("assets/images/rs-default.png") no-repeat scroll 0 -34px rgba(0, 0, 0, .75);
}


/* RoyalSlider: Gallery Slideshow
------------------------------*/

#gallery-slideshow {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}


/* Gallery Masonry
------------------------------*/

#gallery-masonry {
  width: 100% !important;
}

#gallery-masonry .gmitem {
  width: 33%;
  padding: 7px;
}

#gallery-masonry .gmitem.w2 {
  width: 66%;
}


/* Image Lightbox
------------------------------*/

.image-lightbox {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.isotope-item {
  min-height: 250px;
}

.image-button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  opacity: 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: url("assets/images/rs-default.png") repeat scroll 0 0 #000000;
}

.image-lightbox:hover .image-button {
  opacity: 1;
}

.image-lightbox:hover img {
  opacity: .4;
}


/* ------------------------------- Gallery Carousel ------------------------------*/

#gallery_carousel {
  margin-top: 10px;
  margin-bottom: 10px;
}

#gallery_carousel .box_content {
  margin-right: -10px;
  margin-left: -10px;
}

#gallery_carousel .owl-controls .owl-next {
  right: 0;
}

.gallery_carousel .gallery_item .image-lightbox {
  margin: 0 10px;
  padding: 0px;
}


/*--------------------------------------------------------------
8.0 Shortcodes
--------------------------------------------------------------*/


/* Contact Form
------------------------------*/

form label {
  font-size: 11px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.form-row {
  margin-bottom: 10px;
}

#contact_form input[type="text"] {
  min-width: 250px;
}

#contact_form textarea {
  min-width: 320px;
  min-height: 150px;
}

#contact_form #contact_submit {
  margin-top: 10px;
}

#contact_form .notice.hide, #contact_form .loading.hide {
  display: none;
}

#contact_form .loading {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

#contact_form .error {
  border: 1px solid red !important;
}

#contact_form .notice_ok {
  color: green;
}


/* Accordion
------------------------------*/

.ui.accordion .accordion .title, .ui.accordion .title {
  padding: .8em 0;
  color: #FFF;
}

.pocitadlo_wrap {
  width: 100%;
  height: 26px;
  background-color: #f8e5bb;
  border-radius: 5px;
  padding: 3px;
  margin: 10px 0px;
}

.lista_pocitadlo {
  border-radius: 5px;
  height: 100%;
  background: #f8e5bb;
}

.lista_pocitadlo1 {
  height: 100%;
  background: url("./img/2022/posuvnik.png") left center repeat-x;
}

.borderradiuskomplet {
  border-radius: 10px;
}

.borderradiusleft {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
}

.all_button {
  margin-top: 20px;
  text-align: center;
}

.all_button a {
  padding-top: 90px;
  line-height: 30px;
  height: 30px;
  font-weight: bold;
  font-size: 15px;
  text-decoration: underline;
  width: 100%;
  display: block;
}

.spotify, .youtube {
  margin-top: 20px;
}

.spotify iframe {
  width: 100%;
}

.video-container-youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container-youtube iframe, .video-container-youtube object, .video-container-youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pagination {
  position: relative;
  width: 100%;
  height: 70px;
}

.pagination .nav-previous {
  padding-top: 70px;
}

.pagination .nav-next {
  padding-top: 70px;
}

.pagination .nav-previous a {
  margin-top: 20px;
  padding-top: 67px;
  text-align: left;
  background: url(./img/righarrow.png) right top no-repeat;
  width: 150px;
  font-weight: bold;
  position: relative;
  z-index: 999;
}

.pagination .nav-next a {
  margin-top: 20px;
  padding-top: 67px;
  text-align: center;
  background: url(./img/left-arrow.png) left top no-repeat;
  width: 150px;
  font-weight: bold;
  position: relative;
  z-index: 999;
}

.pagination .center-listing {
  width: 100%;
  height: 67px;
  padding-top: 67px;
  background: url(./img/center-listing.png) center top no-repeat;
  z-index: 666;
}

.pagination .nav-links {
  text-align: center;
}

.pagination .nav-links .page-numbers {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
  background: #210a26;
  padding: 5px;
}

.pagination .nav-links .prev, .pagination .nav-links .next {
  color: #fff;
  background: #210a26;
  padding: 5px 15px;
}

.pagination .nav-links .current {
  color: #fff;
  background: #210a26;
}


/*
progress[value] {
    appearance: none;
    border: 5px solid #ebd6af;
    width: 100%;
    height: 30px;
    background-color: #ebd6af;
    border-radius: 10px;
    box-shadow: none;
    position: relative;
    margin: 0 0 1.5em;
    margin-top: 7px;
}

progress[value]::-webkit-progress-bar {
    background-color: #163b32;
    border-radius: 10px;
    box-shadow: none;
}

progress[value]::-webkit-progress-value {
    position: relative;
    background-size: 35px 20px, 100% 100%, 100% 100%;
    border-radius: 3px;
    animation: animate-stripes 5s linear infinite;
}
*/

.flag {
  width: 18px;
  height: 12px;
  background: url(./img/flags.png) no-repeat;
  display: inline-block;
  margin-right: 5px;
}

.flag.flag-ad {
  background-position: -18px 0
}

.flag.flag-ae {
  background-position: -36px 0
}

.flag.flag-af {
  background-position: -54px 0
}

.flag.flag-ag {
  background-position: -72px 0
}

.flag.flag-ai {
  background-position: -90px 0
}

.flag.flag-al {
  background-position: -108px 0
}

.flag.flag-am {
  background-position: -126px 0
}

.flag.flag-an {
  background-position: -144px 0
}

.flag.flag-ao {
  background-position: -162px 0
}

.flag.flag-ar {
  background-position: -180px 0
}

.flag.flag-as {
  background-position: -198px 0
}

.flag.flag-at {
  background-position: -216px 0
}

.flag.flag-au {
  background-position: -234px 0
}

.flag.flag-aw {
  background-position: -252px 0
}

.flag.flag-az {
  background-position: -270px 0
}

.flag.flag-ba {
  background-position: 0 -12px
}

.flag.flag-bb {
  background-position: -18px -12px
}

.flag.flag-bd {
  background-position: -36px -12px
}

.flag.flag-be {
  background-position: -54px -12px
}

.flag.flag-bf {
  background-position: -72px -12px
}

.flag.flag-bg {
  background-position: -90px -12px
}

.flag.flag-bh {
  background-position: -108px -12px
}

.flag.flag-bi {
  background-position: -126px -12px
}

.flag.flag-bj {
  background-position: -144px -12px
}

.flag.flag-bm {
  background-position: -162px -12px
}

.flag.flag-bn {
  background-position: -180px -12px
}

.flag.flag-bo {
  background-position: -198px -12px
}

.flag.flag-br {
  background-position: -216px -12px
}

.flag.flag-bs {
  background-position: -234px -12px
}

.flag.flag-bt {
  background-position: -252px -12px
}

.flag.flag-bv {
  background-position: -270px -12px
}

.flag.flag-bw {
  background-position: 0 -24px
}

.flag.flag-by {
  background-position: -18px -24px
}

.flag.flag-bz {
  background-position: -36px -24px
}

.flag.flag-ca {
  background-position: -54px -24px
}

.flag.flag-cd {
  background-position: -72px -24px
}

.flag.flag-cf {
  background-position: -90px -24px
}

.flag.flag-cg {
  background-position: -108px -24px
}

.flag.flag-ch {
  background-position: -126px -24px
}

.flag.flag-ci {
  background-position: -144px -24px
}

.flag.flag-ck {
  background-position: -162px -24px
}

.flag.flag-cl {
  background-position: -180px -24px
}

.flag.flag-cm {
  background-position: -198px -24px
}

.flag.flag-cn {
  background-position: -216px -24px
}

.flag.flag-co {
  background-position: -234px -24px
}

.flag.flag-cr {
  background-position: -252px -24px
}

.flag.flag-cu {
  background-position: -270px -24px
}

.flag.flag-cv {
  background-position: 0 -36px
}

.flag.flag-cy {
  background-position: -18px -36px
}

.flag.flag-cz {
  background-position: -36px -36px
}

.flag.flag-de {
  background-position: -54px -36px
}

.flag.flag-dj {
  background-position: -72px -36px
}

.flag.flag-dk {
  background-position: -90px -36px
}

.flag.flag-dm {
  background-position: -108px -36px
}

.flag.flag-do {
  background-position: -126px -36px
}

.flag.flag-dz {
  background-position: -144px -36px
}

.flag.flag-ec {
  background-position: -162px -36px
}

.flag.flag-ee {
  background-position: -180px -36px
}

.flag.flag-eg {
  background-position: -198px -36px
}

.flag.flag-eh {
  background-position: -216px -36px
}

.flag.flag-er {
  background-position: -234px -36px
}

.flag.flag-es {
  background-position: -252px -36px
}

.flag.flag-et {
  background-position: -270px -36px
}

.flag.flag-eu {
  background-position: 0 -48px
}

.flag.flag-fi {
  background-position: -18px -48px
}

.flag.flag-fj {
  background-position: -36px -48px
}

.flag.flag-fk {
  background-position: -54px -48px
}

.flag.flag-fm {
  background-position: -72px -48px
}

.flag.flag-fo {
  background-position: -90px -48px
}

.flag.flag-fr {
  background-position: -108px -48px
}

.flag.flag-ga {
  background-position: -126px -48px
}

.flag.flag-gb {
  background-position: -144px -48px
}

.flag.flag-gd {
  background-position: -162px -48px
}

.flag.flag-ge {
  background-position: -180px -48px
}

.flag.flag-gf {
  background-position: -198px -48px
}

.flag.flag-gg {
  background-position: -216px -48px
}

.flag.flag-gh {
  background-position: -234px -48px
}

.flag.flag-gi {
  background-position: -252px -48px
}

.flag.flag-gl {
  background-position: -270px -48px
}

.flag.flag-gm {
  background-position: 0 -60px
}

.flag.flag-gn {
  background-position: -18px -60px
}

.flag.flag-gp {
  background-position: -36px -60px
}

.flag.flag-gq {
  background-position: -54px -60px
}

.flag.flag-gr {
  background-position: -72px -60px
}

.flag.flag-gs {
  background-position: -90px -60px
}

.flag.flag-gt {
  background-position: -108px -60px
}

.flag.flag-gu {
  background-position: -126px -60px
}

.flag.flag-gw {
  background-position: -144px -60px
}

.flag.flag-gy {
  background-position: -162px -60px
}

.flag.flag-hk {
  background-position: -180px -60px
}

.flag.flag-hm {
  background-position: -198px -60px
}

.flag.flag-hn {
  background-position: -216px -60px
}

.flag.flag-hr {
  background-position: -234px -60px
}

.flag.flag-ht {
  background-position: -252px -60px
}

.flag.flag-hu {
  background-position: -270px -60px
}

.flag.flag-id {
  background-position: 0 -72px
}

.flag.flag-ie {
  background-position: -18px -72px
}

.flag.flag-il {
  background-position: -36px -72px
}

.flag.flag-in {
  background-position: -54px -72px
}

.flag.flag-io {
  background-position: -72px -72px
}

.flag.flag-iq {
  background-position: -90px -72px
}

.flag.flag-ir {
  background-position: -108px -72px
}

.flag.flag-is {
  background-position: -126px -72px
}

.flag.flag-it {
  background-position: -144px -72px
}

.flag.flag-je {
  background-position: -162px -72px
}

.flag.flag-jm {
  background-position: -180px -72px
}

.flag.flag-jo {
  background-position: -198px -72px
}

.flag.flag-jp {
  background-position: -216px -72px
}

.flag.flag-ke {
  background-position: -234px -72px
}

.flag.flag-kg {
  background-position: -252px -72px
}

.flag.flag-kh {
  background-position: -270px -72px
}

.flag.flag-ki {
  background-position: 0 -84px
}

.flag.flag-km {
  background-position: -18px -84px
}

.flag.flag-kn {
  background-position: -36px -84px
}

.flag.flag-kp {
  background-position: -54px -84px
}

.flag.flag-kr {
  background-position: -72px -84px
}

.flag.flag-kw {
  background-position: -90px -84px
}

.flag.flag-ky {
  background-position: -108px -84px
}

.flag.flag-kz {
  background-position: -126px -84px
}

.flag.flag-la {
  background-position: -144px -84px
}

.flag.flag-lb {
  background-position: -162px -84px
}

.flag.flag-lc {
  background-position: -180px -84px
}

.flag.flag-li {
  background-position: -198px -84px
}

.flag.flag-lk {
  background-position: -216px -84px
}

.flag.flag-lr {
  background-position: -234px -84px
}

.flag.flag-ls {
  background-position: -252px -84px
}

.flag.flag-lt {
  background-position: -270px -84px
}

.flag.flag-lu {
  background-position: 0 -96px
}

.flag.flag-lv {
  background-position: -18px -96px
}

.flag.flag-ly {
  background-position: -36px -96px
}

.flag.flag-ma {
  background-position: -54px -96px
}

.flag.flag-mc {
  background-position: -72px -96px
}

.flag.flag-md {
  background-position: -90px -96px
}

.flag.flag-me {
  background-position: -108px -96px
}

.flag.flag-mg {
  background-position: -126px -96px
}

.flag.flag-mh {
  background-position: -144px -96px
}

.flag.flag-mk {
  background-position: -162px -96px
}

.flag.flag-ml {
  background-position: -180px -96px
}

.flag.flag-mm {
  background-position: -198px -96px
}

.flag.flag-mn {
  background-position: -216px -96px
}

.flag.flag-mo {
  background-position: -234px -96px
}

.flag.flag-mp {
  background-position: -252px -96px
}

.flag.flag-mq {
  background-position: -270px -96px
}

.flag.flag-mr {
  background-position: 0 -108px
}

.flag.flag-ms {
  background-position: -18px -108px
}

.flag.flag-mt {
  background-position: -36px -108px
}

.flag.flag-mu {
  background-position: -54px -108px
}

.flag.flag-mv {
  background-position: -72px -108px
}

.flag.flag-mw {
  background-position: -90px -108px
}

.flag.flag-mx {
  background-position: -108px -108px
}

.flag.flag-my {
  background-position: -126px -108px
}

.flag.flag-mz {
  background-position: -144px -108px
}

.flag.flag-na {
  background-position: -162px -108px
}

.flag.flag-nc {
  background-position: -180px -108px
}

.flag.flag-ne {
  background-position: -198px -108px
}

.flag.flag-nf {
  background-position: -216px -108px
}

.flag.flag-ng {
  background-position: -234px -108px
}

.flag.flag-ni {
  background-position: -252px -108px
}

.flag.flag-nl {
  background-position: -270px -108px
}

.flag.flag-no {
  background-position: 0 -120px
}

.flag.flag-np {
  background-position: -18px -120px
}

.flag.flag-nr {
  background-position: -36px -120px
}

.flag.flag-nu {
  background-position: -54px -120px
}

.flag.flag-nz {
  background-position: -72px -120px
}

.flag.flag-om {
  background-position: -90px -120px
}

.flag.flag-pa {
  background-position: -108px -120px
}

.flag.flag-pe {
  background-position: -126px -120px
}

.flag.flag-pf {
  background-position: -144px -120px
}

.flag.flag-pg {
  background-position: -162px -120px
}

.flag.flag-ph {
  background-position: -180px -120px
}

.flag.flag-pk {
  background-position: -198px -120px
}

.flag.flag-pl {
  background-position: -216px -120px
}

.flag.flag-pm {
  background-position: -234px -120px
}

.flag.flag-pn {
  background-position: -252px -120px
}

.flag.flag-pr {
  background-position: -270px -120px
}

.flag.flag-ps {
  background-position: 0 -132px
}

.flag.flag-pt {
  background-position: -18px -132px
}

.flag.flag-pw {
  background-position: -36px -132px
}

.flag.flag-py {
  background-position: -54px -132px
}

.flag.flag-qa {
  background-position: -72px -132px
}

.flag.flag-re {
  background-position: -90px -132px
}

.flag.flag-ro {
  background-position: -108px -132px
}

.flag.flag-rs {
  background-position: -126px -132px
}

.flag.flag-ru {
  background-position: -144px -132px
}

.flag.flag-rw {
  background-position: -162px -132px
}

.flag.flag-sa {
  background-position: -180px -132px
}

.flag.flag-sb {
  background-position: -198px -132px
}

.flag.flag-sc {
  background-position: -216px -132px
}

.flag.flag-sd {
  background-position: -234px -132px
}

.flag.flag-se {
  background-position: -252px -132px
}

.flag.flag-sg {
  background-position: -270px -132px
}

.flag.flag-sh {
  background-position: 0 -144px
}

.flag.flag-si {
  background-position: -18px -144px
}

.flag.flag-sk {
  background-position: -36px -144px
}

.flag.flag-sl {
  background-position: -54px -144px
}

.flag.flag-sm {
  background-position: -72px -144px
}

.flag.flag-sn {
  background-position: -90px -144px
}

.flag.flag-so {
  background-position: -108px -144px
}

.flag.flag-sr {
  background-position: -126px -144px
}

.flag.flag-st {
  background-position: -144px -144px
}

.flag.flag-sv {
  background-position: -162px -144px
}

.flag.flag-sy {
  background-position: -180px -144px
}

.flag.flag-sz {
  background-position: -198px -144px
}

.flag.flag-tc {
  background-position: -216px -144px
}

.flag.flag-td {
  background-position: -234px -144px
}

.flag.flag-tf {
  background-position: -252px -144px
}

.flag.flag-tg {
  background-position: -270px -144px
}

.flag.flag-th {
  background-position: 0 -156px
}

.flag.flag-tj {
  background-position: -18px -156px
}

.flag.flag-tk {
  background-position: -36px -156px
}

.flag.flag-tl {
  background-position: -54px -156px
}

.flag.flag-tm {
  background-position: -72px -156px
}

.flag.flag-tn {
  background-position: -90px -156px
}

.flag.flag-to {
  background-position: -108px -156px
}

.flag.flag-tr {
  background-position: -126px -156px
}

.flag.flag-tt {
  background-position: -144px -156px
}

.flag.flag-tv {
  background-position: -162px -156px
}

.flag.flag-tw {
  background-position: -180px -156px
}

.flag.flag-tz {
  background-position: -198px -156px
}

.flag.flag-ua {
  background-position: -216px -156px
}

.flag.flag-ug {
  background-position: -234px -156px
}

.flag.flag-um {
  background-position: -252px -156px
}

.flag.flag-us {
  background-position: -270px -156px
}

.flag.flag-uy {
  background-position: 0 -168px
}

.flag.flag-uz {
  background-position: -18px -168px
}

.flag.flag-va {
  background-position: -36px -168px
}

.flag.flag-vc {
  background-position: -54px -168px
}

.flag.flag-ve {
  background-position: -72px -168px
}

.flag.flag-vg {
  background-position: -90px -168px
}

.flag.flag-vi {
  background-position: -108px -168px
}

.flag.flag-vn {
  background-position: -126px -168px
}

.flag.flag-vu {
  background-position: -144px -168px
}

.flag.flag-wf {
  background-position: -162px -168px
}

.flag.flag-ws {
  background-position: -180px -168px
}

.flag.flag-ye {
  background-position: -198px -168px
}

.flag.flag-yt {
  background-position: -216px -168px
}

.flag.flag-za {
  background-position: -234px -168px
}

.flag.flag-zm {
  background-position: -252px -168px
}

.flag.flag-zw {
  background-position: -270px -168px
}

.flag-upper {
  text-transform: uppercase;
}

.content-area iframe {
  width: 1px;
  min-width: 100%;
  *width: 100%;
}

.content-area iframe.ios {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch !important;
}

.slider-wraping {
  position: relative;
}

.schranka-mailing {
  position: absolute;
  bottom: -60px;
  width: 400px;
  height: 140px;
  z-index: 9999;
  background: url(./img/schranka.png) right center no-repeat;
  right: -8px;
}

#form-validation-field-0, .wysija-paragraph input[type="text"] {
  display: inline-block;
  float: left;
  margin: 72px 5px 5px 5px;
  width: 165px;
  background: #e7c695!important;
  border: none!important;
  padding: 0px 5px 0px 5px!important;
}

.wysija-paragraph {
  display: inline;
}

.widget_wysija_cont .wysija-submit {
  display: inline!important;
  margin-top: 61px!important;
  border: none!important;
  background: none!important;
  color: #f8e1b6!important;
  font-size: 20px;
  margin: 61px 2px 5px 3px;
  padding: 5px 5px!important;
}

@media screen and (max-width: 850px) {
  .schranka-mailing {
    display: none;
  }
}

.lastfm-icon {
  background: url('./img/lastfm-icon.png') center center no-repeat;
  height: 26px;
  width: 26px;
  float: left;
  display: block;
  margin-left: 5px;
}
.lineup-wrap{
  width: 100%;
  background: url('./img/mighty-lineup.png') left top no-repeat rgba(0,0,0,0.1);
  overflow-x: scroll;
  overflow-y: hidden;
  height: 1100px;
}

.lineup{
  width: 2000px;
  min-height: 1100px;
}
.left-lineup-arrow{
  position: absolute;
  left: 0px;
  width: 30px;
  height: 100%;
  background: url(img/icon-lineup-left.png) left top repeat-y;
}
.right-lineup-arrow {
  position: absolute;
  right: 0px;
  width: 30px;
  height: 100%;
  background: url(img/icon-lineup-right.png) left top repeat-y;
}

.stage{
  position: relative;
  width: 250px;
  padding: 0;
  border: 1px solid rgba(169, 161, 5, 0.7);
  float: left;
  min-height: 1100px;
  background-color: rgba(0,0,0,0.2);
}

.stage .title_band{
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.stage .lineup_band a{
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#page-content-program{
  cursor: pointer;
}
#left-stage{
  heigth: 30px;
  float: left;
  font-size: 14px;
  font-weight: bold;
  width: 40%;
  cursor: pointer;
  text-align: left;
}
#right-stage{
  height: 30px;
  float: right;
  font-size: 14px;
  font-weight: bold;
  width: 40%;
  cursor: pointer;
  text-align: right;
}

.lineup_band{
  color: #ffffff;
  font-size: 16px;
  width: 100%;
  text-align: center;
  background-color: rgba(186, 36, 104, 0.71);
}
.lineup_band .desc-band{
  text-align: center;
  font-weight: bold;
}

.stage .rocknroll{
  background-color: rgba(255, 160, 0, 0.71);
}

.stage .punk{
  background-color: rgba(216, 0, 12, 0.71);
}

.stage .ska{
  background-color: rgba(252, 255, 84, 0.71);
}
.stage .hardcore{
  background-color: rgba(35, 165, 33, 0.71);
}

.stage .ostatni{
  background-color: rgba(186, 36, 104, 0.71);
}



.lineup_band div{
  color: #fff;
  font-size: 14px;
  width: 100%;
  text-align: left;
}

::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(9, 26, 35,0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(209, 162, 111, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(9, 26, 35,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(209, 162, 111, 0.4);
}


.page-content ::-webkit-scrollbar {
  width: 12px;
}

/* Track */
.page-content ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(9, 26, 35,0.5);
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/* Handle */
.page-content ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: rgba(209, 162, 111, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(9, 26, 35,0.5);
  cursor: move;
}
.page-content ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(209, 162, 111, 0.8);
  cursor: move;
}
