/*---FONTS---*/
/*Scheme 1*/
/*---------------*/
@font-face {
  font-family: main;
  src: url(../fonts/Akrobat-Light.otf);
}

@font-face {
  font-family: mainBold;
  src: url(../fonts/Akrobat-Black.otf);
}

@font-face {
  font-family: heading;
  src: url(../fonts/Accuratist.otf);
}

/*For Price*/
@font-face {
  font-family: price;
  src: url(../fonts/StiffStaff.otf);
}

/*ElectroDigits*/
@font-face {
  font-family: lcd;
  src: url(../fonts/ds-digii.ttf);
}

/*-------------------------------------*/

/*---COLORS---*/

:root {
  --primary-color: silver;
  --spotMain-color: #ee3552;
  --spotSec-color: #0077ff;
  --nav-color: #767676;
}


/*---RESET---*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #0077ff;
  transition: color 0.2s ease;
  cursor: pointer;
}

main a:hover {
  color: white;
}

/*-------------------------------------*/
/*---LINKS--*/
/*NAV Links*/
nav ul li i,
nav ul li span {
  transition: color 0.2s ease;
}

.linkHighlight {
  color: #ee3552;
}

/*-------------------------------------*/
/*---GLOBAL---*/
html,
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

iframe {
  border: 0;
}

html {
  font-size: 16px;
  line-height: 1;
  font-family: main;
}

body {
  background-image: url(../img/00_mesh.jpg);
  /*  background-color: #333;*/
  background-size: 2rem;
  font-size: calc(0.5em + 2vw);
  overflow-x: hidden;
}

.imgInShadow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 0.2em 2px rgb(34, 34, 34), 0 0 0.2em 2px rgb(34, 34, 34);
  z-index: 2;
  pointer-events: none;
}

/*-------------------------------------*/
/*---CONTACTS---*/

.callMe-Header {
  text-align: center;
  font-family: heading;
  padding: 0.5em 0;
}

.callMe-Header a:link {
  color: rgb(102, 100, 100);
  transition: color 0.2s ease-in;
}

.callMe-Header a:first-child {
  margin-right: 1em;
}

.callMe-Header a:hover {
  color: silver;
}

.callMe-Header a img {
  height: 1em;
  filter: saturate(50%);
  vertical-align: top;
  transition: filter 0.2s ease-in;
}

.callMe-Header a:hover img {
  filter: saturate(100%);
}

.contactIcons i {
  display: inline-block;
}

/*-------------------------------------*/
/*---Social Header---*/
.socialHeader {
  font-size: 1.1em;
  float: right;
  height: 1em;
  margin-top: 0.1em;
}

#socialDub {
  text-align: center;
  font-size: 2em;
}

#socialDub i {
  opacity: 0.65;
  transition: all 0.3s;
}

#socialDub i:hover {
  opacity: 1;
}

.socialHeader a,
#socialDub a {
  position: relative;
}

a.ks-phone img,
a.vodaPhone-phone img {
  position: absolute;
  width: 0.4em;
  left: calc(50% - 0.2em);
  top: calc(50% - 0.2em);
  filter: saturate(60%);
}

.socialHeader a:hover img,
#socialDub a:hover img {
  filter: saturate(100%);
}

.socialHeader a {
  margin-left: 0.5em;
}

.socialHeader i {
  color: #bc102a;
  opacity: 0.65;
  transition: all 0.3s;
}

a.ks-phone:hover i {
  text-shadow: 0 0 3px #00aff0;
  color: #00b0f0;
}

a.vodaPhone-phone:hover i {
  text-shadow: 0 0 3px #ff0000b2;
  color: #ff0000b2;
}

a:hover .ion-social-skype {
  text-shadow: 0 0 3px #00aff0;
  color: #00b0f0;
}

a:hover .ion-social-facebook {
  text-shadow: 0 0 3px #4267b2;
  color: #4267b2;
}

a:hover .ion-social-youtube {

  color: #ff0000b2;
}

a:hover .ion-social-youtube:not(#youTubeLink a:hover .ion-social-youtube) {
  text-shadow: 0 0 3px #ff0000b2;
}


a:hover .ion-android-mail {
  text-shadow: 0 0 3px #e6ffbe;
  color: #e6ffbe;
}

a:hover .ion-ios-heart {
  text-shadow: 0 0 3px #bc102a;
  color: #bc102a;
}

.socialHeader a:hover i {
  opacity: 1;
}

.heartDonate .ion-ios-heart {
  animation: heartBeating 1s infinite;
}

@keyframes heartBeating {
  0% {
    font-size: 100%;
  }

  50% {
    font-size: 96%;
  }

  100% {
    font-size: 100%;
  }
}

/*-------------------------------------*/
/*---HEADER---*/
header nav span {
  font-family: heading;
  font-variant: small-caps;
}

header nav li:hover span {
  color: #3a96ff;
}

header {
  font-size: 1.3em;
  background-image: url(../img/00_metal_black.jpg);
  height: 3em;
  /*max-height: 100px;*/
  box-shadow: 0 0 4px 2px #0077ff;
  position: relative;
  z-index: 3;
  text-align: right;
  padding-right: 0.5em;
}

.headLogo {
  height: 100%;
  float: left;
}

.stickyNav {
  position: fixed;
  top: 3px;
  width: 100%;
}

/*-------------------------------------*/
/*---Collapse NAVIGATION---*/
#collapseMenu li.activeCollapse {
  box-shadow: inset 0px -1px 0.3em -1px #ee3552;
  border-bottom: 1px solid #ee3552;
}

.mobile-nav-icon {
  text-shadow: 0 0 3px #0077ff;
  transition: font-size 0.2s linear;
  animation-name: blinkIconFrames;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.mobile-nav-icon:hover {
  animation: infinite;
}

@keyframes blinkIconFrames {
  0% {
    color: #0077ff;
  }

  70% {
    color: #0077ff;
  }

  90% {
    color: #bc102a;
  }

  100% {
    color: #0077ff;
  }
}

#collapseMenu {
  position: absolute;
  top: calc(100% + 3px);
  right: 0;
  list-style: none;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  background-image: url(../img/00_metal_black.jpg);
  border-top-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  box-shadow: 0 0 4px 2px #0077ff;
  transition: all 0.5s ease;
}

#collapseMenu li {
  padding: 0.2em;
  border-radius: 0.3em;
  background-image: url(../img/00_mesh.jpg);
  background-size: 2rem;
  border-bottom: 1px solid black;
  margin: 0.2em;
  text-align: center;
}

#collapseMenu li {
  box-shadow: inset 0px -1px 4px -1px #0077ff;
}

#collapseMenu li span {
  margin-left: 0.2em;
}

#collapseMenu.menuOpened {
  opacity: 1;
}

/*-------------------------------------*/
/*---head NAVIGATION---*/
.activeNav {
  border: 1px solid #ff7287;
  box-shadow: 0px 0px 2px 1px #ee3552, inset 0px 0px 0.3em 0px #ee3552;
}

nav ul#headMenu li#collapseButton {
  margin-left: 0.5em;
}

nav {
  display: inline-block;
  height: calc(100% - 1em);
  padding-bottom: 0.1em;
  padding-top: 0.3em;
}

nav li {
  text-shadow: 0 0 2px #0077ff;
}

/*vertical align helper*/
nav:before {
  content: "";
  height: 100%;
  display: inline-block;
  margin-left: -4px;
  vertical-align: bottom;
}

nav ul#headMenu {
  display: inline-block;
  text-align: right;
  margin-bottom: 0.2em;
}

.hideOnsmall,
.hideChoosenItem {
  display: none;
}

.activeNav .hideOnsmall {
  display: inline;
}

nav ul#headMenu li,
#activeDropClone {
  display: inline-block;
  list-style: none;
  text-align: center;
  color: silver;
  padding: 0.1em 0.2em;
  border-radius: 0.5ex;
  box-shadow: 0px 0px 2px 1px #0077ff, inset 0px 0px 2px 0px #0077ff;
  border: 1px solid #6db1ff;
  margin-left: 0.1ex;
  width: auto;
  min-width: 1.5em;
  position: relative;
}

nav ul#headMenu li .nestedUl li {
  box-shadow: 0px 0px 2px 1px #0077ff, inset 0px 0px 2px 0px #0077ff,
    0 0 3px 3px rgb(30, 30, 30);
}

/*Nested Drop-down menu*/
#headMenu .nestedUl,
#activeDropClone {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 100%;
  display: block;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
}

#collapseMenu li:hover .nestedUl {
  display: block;
}

#collapseMenu .nestedUl li:hover a {
  color: #ee3552;
}

#collapseMenu li .nestedUl {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  font-size: 0.75em;
  background-color: rgb(30, 30, 30);
  list-style-type: none;
  border-radius: inherit;
  box-shadow: 0 0 4px 2px #0077ff;
  transition: all 0.5s ease;
}

#collapseMenu li {
  position: relative;
}

#activeDropClone {
  white-space: nowrap;
}

.nestedUl {
  z-index: 2;
}

#headMenu .nestedUl li,
#headMenu #activeDropClone {
  background-color: rgb(30, 30, 30);
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 0.8em;
}

#headMenu .nestedUl li:first-child,
#headMenu #activeDropClone {
  margin-top: 8px;
}

#headMenu .nestedUl li {
  display: none;
  white-space: nowrap;
}

#headMenu li:hover .nestedUl li {
  display: block;
}

#headMenu .nestedUl li:hover a {
  font-weight: bold;
  color: #00aff0;
}

#headMenu .nestedUl li:last-child {
  white-space: nowrap;
}

#headMenu .nestedUl li.activeDrop a,
#activeDropClone a {
  color: #ee3552;
}

nav ul#headMenu li:first-child {
  margin-left: 0px;
}

nav ul#headMenu span {
  margin-left: 0.5ex;
}

/*-------------------------------------*/
/*---Side Menu--*/
#sideBar {
  margin-top: -1em;
  flex: none;
  top: calc(100% + 3px);
}

.subMenu li a {
  color: silver;
}

.subMenu {
  background-image: url(../img/00_metal_black.jpg);
  padding: 0.5em;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: inline-block;

  font-family: heading;
}

.subMenuFixed {
  position: fixed;
  z-index: 2;
}

.subMenuRel {
  position: relative;
}

.subMenu li {
  list-style-type: none;
  text-align: center;
}

.subMenu>li {
  border-radius: 5px;
  background-image: url(../img/00_mesh.jpg);
  margin-bottom: 0.2em;
  background-size: 2rem;
  /*text-align: right;*/
}

.subMenu>li a {
  padding: 0.25em;
  display: inline-block;
  width: 100%;
}

.subMenu>li:last-of-type {
  margin-bottom: 0;
}

.subMenu li li {
  font-size: 0.85em;
  padding: 0.3em;
  cursor: pointer;
  border-top: 1px solid rgb(58, 58, 58);
}

.subMenu span.iconCont {
  float: right;
  color: #0077ff;
}

.subMenu li img {
  max-height: 1em;
  margin: 0 5px;
  vertical-align: bottom;
}

/*-------------------------------------*/
/*---MAIN---*/
main {
  color: silver;
  /*width: 80%;*/
  margin: 0 auto;
  /*padding: 2ex;*/
  box-shadow: 0 -5px 5px 3px rgba(22, 22, 22, 0.8);
  background-image: linear-gradient(to bottom right, #363434, black);
}

.innerShadow {
  box-shadow: inset 0 -5px 5px 3px rgb(20, 20, 20);
  padding: 1em 0;
}

article p {
  text-indent: 0.5em;
  margin-bottom: 0.5em;
}

article p:last-child {
  margin-bottom: 0;
}

.noMarginAfter {
  margin-bottom: 0;
}

main article {
  margin: 0 1em;
  text-align: justify;
  line-height: 1.4em;
}

h1,
h2 {
  color: #ee3552;
  padding: 1em 0.5em;
  font-family: heading;
  letter-spacing: 1px;
  line-height: 1.2em;
}

h1 {
  font-size: 2em;
  text-align: left;
}

h2,
h3,
h4 {
  text-align: center;
  line-height: 1.5em;
}

h3 {
  color: #0077ff;
}

.metalHeader {
  background-image: url(../img/00_metal_black.jpg);
  padding: 2px 0.5em;
  margin: 0.5em 0;
  font-variant: small-caps;
  box-shadow: inset 0 0 0.2em 2px rgb(34, 34, 34), 0 0 0.2em 2px rgb(34, 34, 34);
  border-radius: 0.1em;
  position: relative;
  left: -1em;
  width: calc(100% + 2em);
}

.metalHeader span {
  color: rgb(56, 56, 56);
}

.greetingPhoto {
  display: block;
  margin: auto;
  width: 50%;
  box-shadow: 0 0 5px 2px silver;
  overflow: hidden;
  border-radius: 1em;
  position: relative;
  z-index: 1;
}

/*--wrapper for positionin IMG behind the figure--*/
.greetingPhoto.imgInShadow::before {
  box-shadow: inset 0 0 5px 5px grey;
}

.greetingPhoto img {
  display: block;
  width: 100%;
  vertical-align: bottom;
  z-index: -1;
  position: relative;
}

.greetingPhoto figcaption {
  position: absolute;
  bottom: 0;
  right: 1em;
  font-size: 0.7em;
}

blockquote {
  text-align: center;
  color: #0077ff;
  font-style: italic;
  font-weight: bold;
  padding: 0.75em 2em;
  line-height: 1.5;
}

blockquote.wide {
  max-width: 35em;
  margin: 0 auto;
}

.bandContainer {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0 1em;
}

.container34 {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 75%;
}

.imgInCont34 {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
}

#noviBand .imgInCont34 {
  height: 100%;
}

.imgInCont34 img {
  height: 100%;
  vertical-align: bottom;
}

.container34>iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.container34 img {
  height: 100%;
  z-index: -1;
}

#resnulliusBand img {
  width: 100%;
}

#resnulliusBand {
  position: relative;
  margin-bottom: 1em;
}

.siteSecs {
  list-style: none;
  text-indent: 1.5em;
}

/*-------------------------------------*/
/*---ASIDE PROPHECY---*/
#prophecyBlock {
  text-align: center;
  display: inline-block;
  margin: 0.5em 0.5em -0.5em 1em;
  max-width: 30em;
}

#prophecyBlock figure {
  float: right;
  width: 4em;
  margin-left: 0.5em;
  box-shadow: 0 0 0.5em grey;
  border-radius: 1em;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}

#prophecyBlock figure i {
  position: absolute;
  font-size: 3em;
  padding-top: 15%;
  vertical-align: middle;
  opacity: 0;
  color: #ee3552;
  /*color: rgba(0, 0, 0, 0.7);*/
  transition: opacity 0.3s ease;
  background-color: #0077ff71;
  width: 100%;
  height: 100%;
}

#prophecyBlock figure:hover i {
  opacity: 1;
}

#prophecyBlock .imgInShadow::before {
  box-shadow: inset 0 0 3px grey;
  border-radius: 1em;
}

#prophecyBlock img {
  width: 100%;
  vertical-align: bottom;
  z-index: -10;
  position: relative;
}

#prophecyBlock::after,
article::after,
#rb_cloud::after,
.clearAfter {
  content: "";
  clear: both;
  display: block;
}

#prophecyBlock #starName {
  float: right;
  font-style: italic;
  text-align: right;
  font-size: 0.8em;
  color: grey;
  margin-top: 0.5em;
}

#prophecyBlock #starName span {
  font-weight: bold;
}

#prophecyBlock blockquote {
  color: silver;
  font-weight: normal;
  text-align: center;
  padding: 0;
  display: inline;
}

/*-------------------------------------*/
/*---FOOTER---*/
footer {
  position: relative;
  z-index: 1;
}

.soundWave {
  background-image: url(../img/00_wave_thin_seamless.png);
  height: 48px;
  position: relative;
}

.soundWave .madeBy {
  font-size: 0.8em;
  color: #c72c44;
  position: absolute;
  right: 1em;
  bottom: 0.4em;
  font-style: italic;
  line-height: 1.5em;
  text-shadow: 0 0 1px white;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.5);
}

footer a {
  color: #e97d8d;
}

footer a:hover {
  color: #f0b4bd;
}

/*-------------------------------------*/
/*---RepetoBaza---*/
#rb_cloud {
  text-align: center;
  padding: 0 1em;
  margin: 0 auto;
  color: grey;
}

#rb_cloud>div {
  width: 50%;
  float: left;
}

#rb_cloud .instruments_G,
#rb_cloud .instruments_Drums {
  float: left;
}

#rb_cloud .instruments_Mic,
#rb_cloud .instruments_B {
  float: right;
}

#rb_cloud .instruments_G {
  max-width: 35%;
  margin-top: 1em;
}

#rb_cloud .instruments_Mic {
  margin-left: -2em;
  max-width: 40%;
  position: relative;
  top: 2em;
}

#rb_cloud .instruments_Drums {
  max-width: 45%;
  position: relative;
  top: -0.5em;
  left: 0.5em;
}

#rb_cloud .instruments_B {
  max-width: 35%;
  margin-top: 1em;
}

#wordCloudSec_1,
#wordCloudSec_2 {}

#resortLink {
  cursor: pointer;
  text-align: center;
  display: block;
  margin: -1em 0 1em 0;
}

.gearList ul,
.share {
  list-style-type: circle;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

.gearList p {
  /*color: #0077ff;*/
  font-weight: bold;
}

.gearList>div:last-child {
  margin-top: 0.5em;
}

/*----photoGallery*/
/*---------------*/
.snapDots {
  text-align: center;
  line-height: 1em;
  position: relative;
  z-index: 1;
  background-image: url(../img/00_metal_black.jpg);
  box-shadow: inset 0 0 0.2em 2px rgb(34, 34, 34), 0 0 0.1em 2px rgb(34, 34, 34);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.snapDots span {
  cursor: pointer;
  border-radius: 50%;
  background-color: rgb(70, 68, 68);
  box-shadow: 0 0 2px 2px grey;
  width: 0.75em;
  height: 0.75em;
  margin: 0.3em;
  display: inline-block;
  vertical-align: top;
  transition: background-color 0.6s ease;
}

span.activeDot {
  background-color: silver;
  box-shadow: 0 0 2px 2px silver;
}

.photoSnap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}

.photoSnap img {
  vertical-align: bottom;
  position: relative;
  z-index: -1;
  height: calc(100% - 1.3em);
}

.photoGallery {
  position: relative;
  margin: 0 auto;
  padding-top: 75%;
  overflow: hidden;
  background-color: rgb(70, 68, 68);
}

.photoSnap .snapDesc {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0.5em;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  box-shadow: 0 0 3px black;
  font-size: 0.75em;
  text-align: center;
  line-height: 1.3em;
}

.photoSnap .snapDesc span {
  font-size: 0.75em;
  font-weight: bold;
  margin-right: 1em;
  float: left;
  color: grey;
}

.prev,
.next {
  position: absolute;
  top: calc(50% - 1em);
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(192, 192, 192, 0.5);
  cursor: pointer;
  z-index: 1;
  display: table;
  box-shadow: 0 0 3px silver;
  transition: background 0.2s ease;
}

.prev:hover,
.next:hover {
  background-color: rgba(192, 192, 192, 0.7);
}

.prev i,
.next i {
  vertical-align: middle;
  display: table-cell;
  font-size: 1.5em;
  color: black;
}

.prev {
  left: 0;
  padding-right: 0.3em;
}

.next {
  right: 0;
  padding-left: 0.3em;
}

main article.divCenter {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}

#map {
  height: 50vh;
  border-radius: 0.5em;
}

.panorama_rep {
  margin-top: 1em;
  position: relative;
  z-index: 1;
}

.panorama_rep div {
  box-shadow: inset 0 0 0.5em 0.5em rgb(15, 15, 15),
    0 0 0.5em 0.5em rgb(15, 15, 15);
  width: calc(100% - 1em);
  margin: 0 auto;
}

.panorama_rep img {
  width: 100%;
  vertical-align: bottom;
  position: relative;
  z-index: -1;
}

table#price,
table.calcTable {
  display: inline-block;
  border-spacing: 0;
  table-layout: auto;
}

table.calcTable td {
  width: 33.33%;
}

table.calcTable {
  font-family: heading;
}

table#price th {
  padding-top: 0.5em;
  color: #0077ff;
}

table.calcTable {
  float: right;
  background-image: url(../img/00_mesh.jpg);
  background-size: 2rem;
  border: 3px groove rgb(59, 59, 59);
  border-radius: 0.3em;
}

table.calcTable th {
  text-align: center;
}

table#price tr td {
  width: 50%;
}

table#price tr td {
  text-align: center;
  vertical-align: top;
  font-size: 0.75em;
  line-height: 1.25em;
  padding: 0.5em 0 0.25em 0;
}

table.calcTable tr td {
  text-align: center;
  vertical-align: middle;
  font-size: 0.75em;
  line-height: 1.25em;
  padding: 0.5em;
}

table.calcTable th {
  padding: 0.3em;
}

table#price tr td:first-of-type,
table.calcTable tr td:first-of-type {
  text-align: left;
}

table#price tr td:nth-of-type(2) {
  font-style: italic;
}

table#price tr td,
table.calcTable tbody td {
  border-bottom: 1px solid rgb(59, 59, 59);
}

table.calcTable tbody td {
  border-bottom: 3px groove rgb(59, 59, 59);
}

table.calcTable tbody tr:first-of-type td {
  border-top: 3px groove rgb(59, 59, 59);
}

table#price tr:last-of-type td,
table.calcTable tbody tr:last-of-type td {
  border-bottom: 0;
}

table.calcTable tbody td {
  background-image: url(../img/00_metal_black.jpg);
}

.calcTable #persons,
.calcTable #hours,
.calcTable #rentGuitar {
  width: 4em;
  text-align: center;
  border: 2px groove #0077ff;
  box-shadow: inset 0 0 0.1em #0077ff;
  padding: 0.2em;
  border-radius: 5px;
  color: #ee3552;
  background-color: black;
  box-shadow: inset 0 0 0.1em #0077ff;
  font-family: lcd;
  font-size: 1em;
}

.calcTable #persons:focus,
.calcTable #hours:focus,
.calcTable #rentGuitar:focus {
  outline: none;
  border: 2px groove #ee3552;
  box-shadow: inset 0 0 0.1em #ee3552;
}

.calcTable span.calcWin {
  color: rgb(59, 59, 59);
  border: 3px groove rgb(59, 59, 59);
  border-radius: 5px;
  background-color: black;
  font-family: lcd;
  font-size: 2em;
  line-height: 1em;
  padding: 0 0.1em;
}

table.calcTable tfoot td:first-of-type {
  text-align: center;
}

.calcTable .cymbals {
  line-height: 1.5em;
}

#sbmButton {
  font-family: heading;
  border: 3px groove rgb(59, 59, 59);
  padding: 0.3em;
  font-size: 0.95em;
  background-image: url(../img/00_metal_black.jpg);
  color: #0077ff;
  border-radius: 5px;
}

#sbmButton:focus {
  outline: none;
}

#sbmButton:active {
  font-size: 0.92em;
}

#sbmButton:active {}

.headerGlow {
  color: #0077ff;
  text-shadow: 0 0 1px #0077ff;
  word-spacing: 1px;
}

.calcTable span.calcWin.calcBlueDigits {
  color: #0077ff;
  text-shadow: 0 0 1px #0077ff;
}

.calcTable span.calcWin.calcRedDigits {
  color: #ee3552;
  text-shadow: 0 0 1px #ee3552;
}

/*-----Merch Container---------*/
/*-----------------------------*/
#merchSection {
  flex-grow: 100;
}

.flexContainer {
  display: flex;
}

#merchContainer .merchShell {
  width: 50%;
  float: left;
  position: relative;
}

.merchShell::after {
  content: "";
  display: inline-block;
  width: 75%;
}

#merchContainer .merchShell .merchImgCont {
  position: relative;
  width: 95%;
  margin: auto;
  z-index: 1;
  background-color: white;
  cursor: pointer;
}

#merchContainer .merchShell .merchImgCont img {
  max-width: 70%;
  max-height: 80%;
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease;
}

#merchContainer .merchShell .merchImgCont:hover img {
  max-width: 85%;
  max-height: 100%;
}

#merchContainer .merchImgShadow.activeMerchItem img {
  max-width: 85%;
}

.merchImgShadow.activeMerchItem {
  max-width: 100%;
  /*box-shadow: inset 0 0 0.3em 2px #0077ff, 0 0 2px 2px #0077ff;*/
  box-shadow: inset 0 0 2px 2px #ee3552, 0 0 2px 2px #ee3552;
}

.merchImgShadow {
  box-shadow: inset 0 0 5px 2px black;
  position: relative;
  padding-top: 100%;
}

.merchDescCont {
  text-align: left;
  background-image: url(../img/00_mesh.jpg);
  border-radius: 5px;
  position: relative;
  box-shadow: inset 0 0 0.2em black;
  border-right: 1px solid black;
}

.merchPrice {
  position: absolute;
  top: -1em;
  right: 0;
  color: black;
  z-index: 1;
  border-radius: 0.3em;
  background-image: url(../img/00_metal_alluminium_s.jpg);
  text-align: center;
  font-family: price;
  line-height: 1;
  padding: 0.2em 0;
}

.merchDesc {
  height: 2.4em;
  color: white;
  background-color: rgb(20, 20, 20);
  position: relative;
  box-shadow: inset 0 0 0.2em black;
  border-bottom-left-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
}

.merchDesc p {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em 0.2em 0.2em 0.5em;
  width: 100%;
  height: 100%;
  min-height: 2.4em;
  background-color: rgb(30, 30, 30);
  overflow: hidden;
  border-bottom-left-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
  /*Line clamp*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.merchDesc p:before,
.merchSort:before {
  content: "";
  box-shadow: inset 0 0 0.05em 0.15em rgb(43, 43, 43);
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.merchDesc p:hover {
  height: auto;
  z-index: 2;
  display: block;
}

.merchDesc p:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1em;
  height: 1.2em;
  background: linear-gradient(to right,
      rgba(30, 30, 30, 0),
      rgba(30, 30, 30, 1) 50%);
  z-index: 1;
}

.merchDesc:after p:hover {
  display: none;
}

.merchDesc span {
  color: silver;
  margin-right: 0.5em;
}

.merchDescCont .descBrand {
  font-variant: small-caps;
  font-weight: bold;
}

.merchDescCont .descModel {
  color: white;
}

.descBrand,
.descModel {
  white-space: nowrap;
  padding: 0.2em 0 0 0.5em;
  height: 1.2em;
}

.merchPriceUAH {
  margin-left: 0.2em;
  font-size: 0.6em;
  font-family: title;
  font-variant: small-caps;
  font-weight: bold;
}

.merchPrice img {
  width: 0.5em;
  margin: 0 0.2em;
}

#choosenItemBlock {
  width: 100%;
  float: left;
  padding: 0.5em;
}

#choosenItemBlock .modalImgCont {
  width: 40%;
  padding-top: 40%;
  float: left;
  position: relative;
  z-index: 1;
  background-color: white;
  box-shadow: 0px 0px 5px 2px white, 0px 0px 5px 5px grey;
  overflow: hidden;
  margin-right: 1em;
}

#choosenItemBlock img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  vertical-align: middle;
  margin: auto;
}

#choosenItemBlock img:hover {
  cursor: zoom-in;
}

#choosenItemBlock img:active {
  cursor: grabbing;
}

#choosenItemBlock p {
  text-align: justify;
  margin-bottom: 0.5em;
}

#choosenItemBlock p span {
  font-weight: bold;
  margin-right: 0.5em;
}

.circleBlock {
  text-align: center;
  z-index: 2;
  position: relative;
  background-color: rgba(255, 255, 255, 0.774);
}

.imgCircle {
  border: 1px solid grey;
  box-shadow: 0 0 2px silver;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: 0.2em;
  background-color: rgba(128, 128, 128, 0.1);
}

.imgCircle {
  cursor: pointer;
}

.imgCircle.activeCircle {
  background-color: grey;
}

.nonVisible {
  visibility: hidden;
}

.subMenu .activeMerchGroup,
.subMenu .activeMerchGroup a {
  color: #ee3552;
}

#stringsSecHead:not(.activeMerchGroup)+ul {
  display: none;
}

.youTubeFrameCont {
  width: 80%;
  padding-top: 60%;
  position: relative;
  margin: 0 auto;
}

.youTubeFrameCont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3em;
  box-shadow: 0 0 3px 3px rgb(24, 24, 24);
}

#urockThemes {
  list-style-type: none;
  float: left;
  padding-right: 1em;
  padding-bottom: 1em;
}

#urockThemes summary {
  cursor: pointer;

  font-weight: bold;
}

#urockThemes *:focus {
  outline: none;
}

#urockThemes summary:hover {
  text-shadow: 0 0 1px white;
  color: #ee3552;
}

details[open] {
  color: #ee3552;
}

#urockThemes>li li {
  cursor: auto;
  font-weight: normal;
  color: #f5f5f5;
  font-size: 0.85em;
  padding-left: 1em;
  padding-top: 0.3em;
  list-style: inside;
  line-height: 1.1;
}

.autoGallery {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
}

.autoGallery img {
  width: 100%;
}

.imgLeft {
  margin: 0 0.5em 0.5em 0;
  float: left;
  width: 50%;
  position: relative;
}

.imgRight {
  margin: 0 0 0.5em 0.5em;
  float: right;
  width: 50%;
  position: relative;
}

.imgRight figcaption {
  position: absolute;
  margin: 0.3em;
  font-size: 0.8em;
  color: silver;
  font-style: italic;
  right: 0;
  bottom: 0.5em;
}

.imgLeft img,
.imgRight img {
  width: 100%;
  vertical-align: bottom;
}

#fbPhotoContainer.photoGallery {
  float: left;
  width: 100%;
}

#feedBack {
  float: left;
  width: 100%;
}

#feedBack span {
  text-align: right;
  display: block;
  font-style: italic;
  margin-right: 0.5em;
}

.lessonPricing span {
  font-weight: bold;
  color: rgb(221, 221, 221);
}

.vlogSecs li {
  list-style: inside;
}

.tabImg {
  height: 1em;
}

.vList {
  position: relative;
  display: inline-block;
  width: 100%;
}

.vList li {
  margin-left: 0.5em;
}

.vList li a {
  color: silver;
}

.vList li a.hotLink {
  color: #0077ff;
}

.vList li a:hover {
  color: white;
}

.vContainer {
  position: relative;
  width: 100%;
  padding-top: calc(100% * 0.75);
}

.vContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.tabSec {
  height: 2em;
  width: 100%;
  line-height: calc(2em - 20px);
  padding: 10px;
  text-align: center;
  background-image: url(../img/00_metal_black.jpg);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: inset 0 0 2px 2px rgb(34, 34, 34);
}

.tabSec a {
  font-weight: bold;
  color: silver;
}

.tabSec a:hover {
  color: rgb(230, 228, 228);
}

.tabSec img {
  height: 100%;
  margin: 0 0.5em;
  vertical-align: bottom;
}

.vBlock {
  margin-bottom: 0.5em;
  float: right;
  width: 100%;
}



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

/* Track */
::-webkit-scrollbar-track {
  background: black;
  box-shadow: inset 0 0 2px 2px #0077ff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ee3552;
  border-radius: 0.5em;
  box-shadow: inset 0 0 1.5px 6.5px rgb(34, 34, 34);
  border: 2px solid #4298fc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4298fc;
  /*
  background: #ff5771;
  */
  box-shadow: inset 0 0 1px 6.5px rgb(34, 34, 34);
  transition: all 0.2s ease;
}

::-webkit-scrollbar-corner {
  background: #0077ff;
}

/*custom Slider*/
/*-----------------*/
#pbShifter {
  -webkit-appearance: none;
  /* Override default CSS styles */
  appearance: none;
  width: 100%;
  /* Full-width */
  height: 5px;
  /* Specified height */
  background: #ee3552;
  /* Grey background */
  outline: none;
  /* Remove outline */
  opacity: 0.7;
  /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: 0.2s;
  /* 0.2 seconds transition on hover */
  transition: opacity 0.2s;
  border-radius: 0.3em;
}

#pbShifter::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 3em;
  /* Set a specific slider handle width */
  height: 20px;
  /* Slider handle height */
  background-color: silver;

  cursor: pointer;
  /* Cursor on hover */
  border-radius: 0.3em;
}

#pbShifter::-moz-range-thumb {
  width: 3em;
  /* Set a specific slider handle width */
  height: 20px;
  /* Slider handle height */
  background-color: silver;
  cursor: pointer;
  /* Cursor on hover */
}

/*-----------------*/
/*End of custom Slider*/

.deactivateDull {
  opacity: 0.4;
  pointer-events: none;
}

ul.share span {
  font-weight: bold;
}

section.leftSec {
  width: calc(100% - 7.5em);
  display: inline-block;
}

aside.rightSec {
  width: 7.5em;
  float: right;
  height: 100%;
}

.heartDonate {
  width: 1em;
  text-align: right;
  display: inline-block;
  overflow: visible;
  margin-right: 5px;
}

.heartDonateInline {
  color: #bc102a;
}

a:hover .heartDonateInline i {
  color: #c9394f;
}

li:hover span.heartDonate,
a span.heartDonate {
  color: #bc102a;
}

h4 {
  color: #0077ff;
  font-family: heading;
}

.rightSec .donateSec {
  position: fixed;
  top: 30vmin;
  right: 0;
  display: inline-block;
  /*width: calc(25% - 10px);*/
  margin-right: 0.5em;
  text-align: center;
  border: 1px solid #0077ff;
  box-shadow: inset 0 0 2px 2px #0077ff;
  border-radius: 0.5em;
  padding: 0.3em;
  background-color: #202020;
  z-index: 2;
}

.donateSec p {
  display: inline-block;
  margin: 0 0.5em;
}

.donateSec {
  margin: 1em 0;
  text-align: center;
  background-image: url(../img/00_metal_black.jpg);

}

/*.rightSec .donateSec:hover,*/
.donateToggle .donateSec {
  box-shadow: inset 0 0 2px 2px #0077ff, -5px 2px 5px 2px rgb(25, 25, 25);
  width: auto;
}

.donateTitle {
  margin: 0.5em 0 0.25em 0;
  text-align: center;
  display: block;
}

.donateTitle:hover {
  color: white;
  cursor: pointer;
}

.donateAccount {
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.donateAccount .hot {
  color: #ee3552;
  margin: 0 0.3em 0 0;
  opacity: 0.85;
}

.donateAccount .hot:hover {
  opacity: 1;
}

.donateAccount .copy {
  margin-left: 0.3em;
  cursor: pointer;
  line-height: 1em;
}

.donateAccount .copy:hover {
  color: white;
}

.donateAccount .copy:active {
  color: #0077ff;
}

.donateAccount .copy i {
  margin-right: 3px;
}

.donateAccount .copy span {
  font-size: 0.5em;
  line-height: 1em;
  vertical-align: middle;
}

.cNumHide {
  display: none;
}

.cNum {
  color: white;
}

.donateAccount a {
  color: silver;
}

.donateSec .ion-card.hot,
.donateSec .ion-email.hot {
  cursor: pointer;
}

.heartSupport {
  text-align: center;
  margin: 0.5em;
}

.heartSupport img {
  height: 2em;
}

.donationImg {
  width: 50%;
}

.donateAccount span.index {
  font-size: 0.75em;
}

.donateAccount a {
  color: silver;
}

.donateAccount a:hover {
  color: white;
}

#shredSecretsTitle {
  margin-bottom: 1em;
}

#shredSecretsTitle summary:focus {
  outline: none;
}

#shredSecretsTitle li {
  margin: 0 0 0.5em 1em;
  color: silver;
}

#shredSecretsTitle li span {
  font-weight: bold;
  color: #f5f5f5;
}

#shredSecretsTitle summary {
  color: #0077ff;
  font-weight: bold;
}

#downloads {
  background-image: url(../img/00_metal_alluminium_s.jpg);
  border-radius: 5px;
  padding: 0.2em 0.5em;
  position: relative;
  /*  left: -0.5em;
  width: calc(100% + 1em);*/
  width: calc(100% - 2px);
  margin: 0 auto;
  text-align: left;

}

#downloads a {
  color: silver;
  background-image: url(../img/00_metal_black.jpg);
  border-radius: 0.3em;
  padding: 0.2em 0.5em;
  box-shadow: inset 0 0 1px 1px #07f, 0 0 2px 1px #07f;
  margin-right: 1em;
  border: 1px solid #6db1ff;
}

#downloads #blueSongsFilter {
  float: right;
  color: darkslategrey;
}

.subMenu .activeSubStrings {
  color: #4298fc;
}

.merchSort {
  text-align: center;
  background-image: url(../img/00_metal_black.jpg);
  padding: 0.2em 0.2em 0.3em 0.2em;
  margin: 0 0 1em 0;
  position: relative;
}

.merchSortLabel {
  font-variant: small-caps;
  color: rgb(90, 90, 90);
  font-family: heading;
}

.sortArrows {
  cursor: pointer;
  display: inline-block;
  border: 2px solid;
  height: 1.2em;
  width: 1.2em;
  border-radius: 0.3em;
  vertical-align: middle;
  color: #0077ff;
  transition: color 0.2s ease;
}

.sortArrows:hover {
  color: #ee3552;
}

.sortArrows span {
  vertical-align: super;
}

.sortParameter {
  font-family: heading;
}

.sortActive {
  color: #ee3552;
}

.guitarStart {
  float: right;
  position: relative;
}

.guitarStart img {
  width: 100%;
  vertical-align: bottom;
}

#songList {
  width: 50%;
}

#songList li {
  cursor: pointer;
}

#chordBlock p {
  color: red;
  font-weight: bold;
  font-size: 2em;
  overflow: hidden;
  line-height: 1.5em;
  padding: 0.2em;
}

#chordBlock p span {
  color: #0077ff;
}

.songDone {
  color: #6db1ff;
}

.chosenSong {
  color: #ee3552;
}


#youTubeLink span {
  margin: 5px;
  height: 2em;
  vertical-align: middle;
}

ol#songList {
  padding-left: 1.5em;
  width: 100%
}

div.tempoDiv {
  padding: 5px;
  margin: 0.75em 0;
}



/*---------SongPlayer---------*/
#songPlayerSec {
  background-image: url(/img/00_mesh.jpg);
  border: 3px groove rgb(59, 59, 59);
  border-radius: 0.3em;
  background-size: 1.5em;
}

.playerStripe {
  background-image: url(/img/00_metal_black.jpg);
  padding: 0.3em 0.5em;
  border-radius: 0.2em;

}

.playerStripe input {

  margin: 0 auto;
  text-align: center;
}

#alertMessage {
  display: inline-block;
  /*color: red;*/
}

#songTitle {
  color: silver;
}

.shredPlayerBody {
  text-align: center;
  padding: 0.5em;
  background-image: url(../img/00_metal_black.jpg);
  border-radius: 0.3em;
  box-shadow: 0 0 0.2em 2px rgb(34, 34, 34);
  font-family: heading;
  font-size: 0.8em;
}

#userName {
  background-color: silver;
  font-size: 1em;
  border-radius: 5px;
}

#playerControls {
  width: 98%;
  display: block;
  margin: 0 auto;
}

#playerControls input {
  margin-left: 2em;
}

#velocity {
  width: 100%;
  display: inline-block;

  text-align: center;
  padding: 0 1em;
}

#velocity input[type="range"] {
  width: 100%;
  vertical-align: middle;
}

#playerControls audio {
  width: 100%;
  outline: none;
}

.chordSec {
  height: 2em;
  margin: 2em 1em 1em 1em;
}

#tipText {
  margin: 1em 0;
}

#tipText span {
  font-weight: bold;
  color: #ee3552;
}

.lcd {
  background-color: black;
  width: 2.5em;
  color: #ee3552;
  font-size: 1.2em;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  font-family: lcd;
  margin: 0 0.2em;
  box-shadow: inset 0 0 3px 3px #3b3b3b;
  vertical-align: baseline;
  border: 0;
}

input[type="number"].lcd {
  width: 3em;
  padding: 3px 0;
}

#chordChange .lcd {
  min-height: 1.5em;
  font-family: heading;
}

#chordChange span {
  margin: 0 0.5em;
}

#chordChange {
  display: inline-block;
  position: relative;
}

.chordNow,
.chordAfter {
  position: absolute;
  bottom: 100%;
}

#chordChange .chordNow {
  left: 0;
  margin-left: 1em;
}

#chordChange .chordAfter {
  right: 0;
  margin-right: 1em;
}

#nextChord {
  color: #0077ff;
}


#lyricsTextBlock {
  background-image: url(/img/00_metal_black.jpg);
  padding: 1em;
}

#lyricsTextBlock p {
  white-space: pre-line;
  margin: 0;
}

#lyricsTextBlock p.chorus {
  font-weight: bold;
  font-style: italic;
  left: 10%;
  position: relative;
}





a:hover .ion-printer {
  cursor: pointer;
  color: #0077ff;
}