
/* CSS */

html, body {
min-height: 100%;
height: 100%; 
 }

body {
  font-family: 'Rajdhani', sans-serif;
  font-style: normal;
  color: #3b3b3b;
  background: #521818;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
}

tbody {
  color: #0a0a0a;
}

p  {
  margin-bottom: 0rem;
}

.background-img {
    position: absolute;
    overflow: hidden;
    width: 100%;
    margin-top: -1vh;
}

.background-img img {
   width: 100%;
   -webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}

.page_type_start {
    padding-top: 20px;
}

.wrap {
    min-height: 100%;
    overflow: hidden;
}

.mainwindow {
    background: rgb(230, 230, 230); /* The Fallback */
    background: rgb(255 255 255 / 85%);
}

.editablediv {
  padding-left: 10px;
}
 
header {
  width: 100%;
  overflow: hidden;
  background-color: #efeceb;
}

article {
  width: 100%;
  height: auto;
  position: relative;
}

mainwindow {
  background-color: #efeceb;
}

footer { 
  position: relative;
  clear: both;
  text-align: center;
  padding: 100px;
  color: white;
}

.edit{
    border: 1px dashed #ccc;
    padding: 5px;
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.grid-container {
    max-width: 85rem;
}

.maincontent {
	position: relative;
}
 
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.top-bar, .top-bar ul {
  background-color: #efeceb;
}

.top-bar span {
  padding-left: 25%;
}

.top-bar-nologo {
  display: flex;
  justify-content: center;
  flex: 1 1 auto;  
  margin-right: auto;
  max-width: 100%;
}

.top-bar-left ul {
  list-style: none;
  position: relative;
  justify-content: left;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.top-bar-nologo ul {
  list-style: none;
  position: relative;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.top-bar-left li {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  text-shadow: 0 0 1px rgba(0,0,0,0.5);
}

.top-bar-nologo li {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid transparent;
}

.top-bar a {
  color: #000;
}

.top-bar a:link {
  text-decoration: none;
}

.top-bar a:visited {
  text-decoration: none;
}

.top-bar a:hover {
  text-decoration: underline;
}

.top-bar a:active {
  text-decoration: underline;
}

.title-bar {
    background: #efeceb;
    color: #3b3b3b;
}

.menu-icon::after {
    /* the block itself, the first line */
    background: #fff;
    /* middle and bottom */
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    /* respect WebKit */
    -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}

.menu-lang{
  padding: 0.6em 0.85em
}

.dropdown-pane {
  background: #1d1d1d;
  border: 0px;
}

.edit {
  background-color: rgb(143 143 143 / 80%);
}

.butsubmit {
  background-color: #1779ba;
  border: none;
  color: white;
  padding: 5px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.filesubmit {
  background-color: #1779ba;
  border: none;
  color: white;
  padding: 5px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

label {
  font-size: 1rem;
  color: #fff;
  padding: 3px 0px;
}

.hiddendiv{
  display: none;
}

.orbit-image {
  display: block;
  margin: 0 auto;
}

.card {
    border: 0px;
    margin-top: 3.95%;
    background-color: transparent;
}
.card a {
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
}
.card-section {
    margin-top: -100px;
    color: white;
    opacity: 0;
}
.tabs-content {
  border: 0px;
  background-color: transparent;
}
.tabs {
  background-color: transparent;
}
.tabs-title > a {
  font-size: 1rem;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
    .row {
        background-color: #ffffff;

        .grid-container {
            padding-right: 10px;  // a temporary hack
            padding-left: 10px; // a temporary hack
            max-width: 100%;
            margin: 0 auto;
        }

        .grid-padding-x {
            .cell {
                padding-right: 0;
                padding-left: 0;
            }
        }

    }
}

ul.abeceda, ul.roky, ul.eroky {
    margin: 0;
    padding: 0;
    margin-left: 23px;
    margin-top: 5px;
}

ul.abeceda li, ul.roky li, ul.eroky li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0
}

ul.abeceda li a, ul.roky li a, ul.eroky li a {
    width: 15px;
    border: 2px solid #D5D5D5;
    text-align: center;
    background-color: #EBE9E9;
    color: #666666;
    padding-left: 3px;
    padding-right: 3px;
    font-size: x-large;
}

td.prebal {
  width: 9em;
}

#main-content .review-box, .description-disc{
    background-color: #F1F1F1;
    padding: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
}

.review-box p.reply{
    margin: 10px 10px 10px 30px;
    border: 2px solid white;
    padding: 10px;
}

#main-content {
    height: 100%;
    padding-bottom: 8px;
}

.description-disc{
    height: 100%;
}


#main-content .review-box .cover{
    float: left;
    padding: 2px;
    max-width: 10em;
    margin-right: 1em
}


#main-content .description .tracklist{
    padding: 0 10px;
    float: right;
}

#main-content .description .foto{
    float: left;
    background-color: #E6E6E6;
    border: 1px solid #D1D1D1;
    width: 200px;
    padding: 2px;
    margin-right: 10px;
}

#main-content .description .cover-image{
    float: left;
    margin-right: 10px;
    width: 15em;
    text-align: center;
}
#main-content .description .cover-image .cover{
    background-color: #E6E6E6;
    border: 1px solid #D1D1D1;
    padding: 2px;
}
#main-content .description .foto span{
    float: right;
}
#main-content form{
    padding: 15px;
    background-color: #F1F1F1;
    font-weight: bold;
    margin-top: 10px;
}
#main-content .search-bar{
    padding: 0px;
}
#main-content form em{
    font-weight: normal;
}
#main-content form strong{
    text-align: center;
    display: block;
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 10px;
}
#main-content input, #main-content select{
    font-weight: normal;
    margin: 0 0 0;
}
#main-content input.button{
    font-weight: bold;
    width: 140px;
}
#main-content textarea{
    color: #333333;
    font-weight: normal;
}
.edit a {
  color: #62261d;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
    .grid-container {
      margin-left: -4rem;
      margin-right: -4rem;
    }
}
.divider{
    height: 13px;
    width: 100px;
}
