@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600|Metal+Mania|Abel');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600');
@font-face {
  font-family: 'Astonished';
  src: url('/fonts/astonished/astonished-webfont.woff2') format('woff2'), url('/fonts/astonished/astonished-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.alert > a{
color:black !important;
}
#submission {
  background-color: whitesmoke;
}
#submission .content {
  box-shadow: 0 0 0 !important;
}
#submission aside {
  margin-top: 0 !important;
}
#SubmissionHelperAccordion .panel {
  margin-top: 0;
  background-color: initial;
}
#SubmissionHelperAccordion .panel-default {
  border: 0;
}
#SubmissionHelperAccordion .panel-heading {
  padding: 0;
  background-color: black !important;
}
#SubmissionHelperAccordion .panel-heading a {
  color: whitesmoke;
  font: 42px Astonished, sans-serif !important;
  color: gray;
  display: block;
  width: 100%;
}
#SubmissionHelperAccordion .panel-body {
  padding: 0;
  border-top: 0;
  background-color: rgba(0,0,0,0.3);
}
#SubmissionHelperAccordion .panel-body a {
  padding: 10px 0;
  color: whitesmoke;
  font-size: 20px;
  font-family: Oswald, sans-serif;
  font-variant: small-caps;
  border-bottom: dashed 1px gray;
  text-align: left;
  padding-left: 20px;
}
#SubmissionHelperAccordion .panel-body a:hover {
  background-color: initial;
  border-color: #800000;
  text-shadow: 0 0;
}
#SubmissionHelperAccordion .panel-body a:focus {
  background-color: initial;
  border-bottom: dashed 1px whitesmoke;
}
.fixed {
  position: fixed;
  top: 10;
  right: -15;
  z-index: 500;
}
.SubStyleOverlay {
  display: none;
  position: absolute;
  background-color: whitesmoke;
  z-index: 500;
  margin-top: -200px;
  width: 200px;
  color: black;
  padding: 10px;
  border: 1px solid #800000;
}
.collectionSeparator {
  border-radius: 5px;
  border: 1px solid black;
  background-color: #E7E7E7;
  margin-top: 30px;
  text-align: center;
}
.MemberBadgeList {
  margin: 5px;
  height: 84px;
  width: 84px;
  color: black;
}
.MemberBadge {
  font-size: 3em;
  border-radius: 50%;
  color: black;
  line-height: 2em;
  width: 2em !important;
  height: 2em;
  text-align: center;
  display: inline-block;
  background-color: whitesmoke;
  bottom: -70px !important;
}
.TeamBronze {
  border: solid #8C7853;
}
.TeamSilver {
  border: solid #AFAFAF;
}
.TeamGold {
  border: solid #D4AF37;
}
.red > path {
  stroke: #800000;
  stroke-width: 20;
}
.bronze > path {
  stroke: #8C7853;
  stroke-width: 20;
}
.silver > path {
  stroke: #AFAFAF;
  stroke-width: 20;
}
.gold > path {
  stroke: #D4AF37;
  stroke-width: 20;
}
.TextBadge {
  margin-top: 50px;
  font-size: 14px;
  color: white;
  background-color: #ff253a;
  padding: .25em;
  border-radius: 1em;
  height: 1.5em;
  line-height: 1;
}
.BadgeBackground {
  color: whitesmoke;
}
.BadgeForGround {
  color: #800000;
}
.owl-height {
  min-height: 100px !important;
}
.PictureUploader {
  border: #CCCCCC solid 1px;
  background-color: #FFFFFF;
  margin-left: 15px;
  color: #CCCCCC;
}
.PictureUploader:hover {
  border: #000000 solid 1px;
  color: #000000;
  cursor: pointer;
}
#home ul.categories li a {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin: 20px 0;
  border: solid 1px black;
  font-family: Oswald, sans-serif;
  font-size: x-large;
  color: black;
  background-color: #E7E7E7;
  text-transform: uppercase;
  transition: transform .3s ease;
  transform: skew(-10deg);
}
#home ul.categories li a span.stats-figure {
  color: grey;
}
#home ul.categories li a:hover {
  cursor: pointer;
  color: #800000;
  border-color: #800000;
}
.xlarge-box h2.ribbon,
.large-box h2.ribbon,
.small-box h2.ribbon,
.large-box h3.ribbon,
.small-box h3.ribbon {
  color: whitesmoke;
  background-color: #800000;
  font: 30px 'Metal Mania', cursive;
  text-align: center;
  margin: 0;
  position: relative;
  top: 0;
  left: -20px;
  height: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.xlarge-box h2.ribbon::before,
.large-box h2.ribbon::before,
.small-box h2.ribbon::before,
.large-box h3.ribbon::before,
.small-box h3.ribbon::before,
.xlarge-box h2.ribbon::after,
.large-box h2.ribbon::after,
.small-box h2.ribbon::after,
.large-box h3.ribbon::after,
.small-box h3.ribbon::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -40px;
  z-index: -10;
  border: 20px solid;
  border-color: black transparent transparent transparent;
}
.xlarge-box h2.ribbon::before,
.large-box h2.ribbon::before,
.small-box h2.ribbon::before,
.large-box h3.ribbon::before,
.small-box h3.ribbon::before {
  left: 0;
}
.xlarge-box h2.ribbon::after,
.large-box h2.ribbon::after,
.small-box h2.ribbon::after,
.large-box h3.ribbon::after,
.small-box h3.ribbon::after {
  right: 0;
}
.large-box ul li,
.small-box ul li {
  padding: 10px;
  border-bottom: solid 5px #E7E7E7;
}
.large-box .date,
.small-box .date {
  color: #800000;
}
.large-box .content,
.small-box .content {
  font: 300 20px Oswald, sans-serif;
  margin-bottom: 50px;
}
.large-box {
  width: 590px;
}
.large-box h2,
.large-box h3 {
  width: 630px;
}
.small-box {
  width: 300px;
  margin-top: 15px;
}
.small-box h2,
.small-box h3 {
  width: 340px;
}
* + .tooltip > .tooltip-inner {
  background-color: whitesmoke;
  color: #800000;
  border: 2px solid #800000;
  padding: 12px;
  font-size: 18px;
  font-family: Oswald, sans-serif;
}
* + .tooltip.top > .tooltip-arrow {
  border-top: 5px solid #800000;
}
* + .tooltip.bottom > .tooltip-arrow {
  border-bottom: 5px solid #800000;
}
* + .tooltip.left > .tooltip-arrow {
  border-left: 5px solid #800000;
}
* + .tooltip.right > .tooltip-arrow {
  border-right: 5px solid #800000;
}
* + .bottom-tooltip > .tooltip-inner {
  background-color: whitesmoke;
  color: black;
  font-family: Oswald, sans-serif;
}
@media screen and (max-width: 1200px) {
  #reviews h2 {
    margin: 50px 0;
  }
}
@media screen and (max-width: 992px) {
  #webzine #reviews .more {
    margin-bottom: 50px;
  }
  #encyclopedia aside {
    margin-top: 50px;
  }
  footer #brand,
  footer #social {
    text-align: center;
  }
  footer #social {
    padding-bottom: 20px;
  }
}
#webzine + footer {
  margin-top: 0;
}
#news {
  text-align: center;
}
#news a {
  display: block;
}
#releases .content {
  padding: 10px;
}
#reviews,
.ArticleList {
  padding: 0;
}
#reviews h2,
#reviews h3,
.ArticleList h2,
.ArticleList h3 {
  text-align: center;
  margin: 0;
}
#reviews h2,
.ArticleList h2 {
  color: #E7E7E7;
  background-color: #800000;
  margin-top: 30px;
  font: 42px Astonished, sans-serif;
}
#reviews h3,
.ArticleList h3 {
  color: black;
  font-family: Astonished, sans-serif;
  font-size: 35px;
}
#reviews h4,
.ArticleList h4 {
  color: #800000;
  margin: 0;
}
#reviews .content,
.ArticleList .content {
  padding: 10px 30px;
  box-shadow: 0 0;
}
#reviews .content img,
.ArticleList .content img {
  margin: 0 10px;
}
#reviews .release,
.ArticleList .release {
  display: flex;
}
#reviews figure {
  width: 250px;
  margin: auto;
}
#reviews figure:hover figcaption {
  background-color: silver;
}
#reviews figure figcaption {
  width: 250px;
  padding: 15px;
  margin: auto;
  background-color: #E7E7E7;
}
#reviews figure figcaption h3 {
  margin: 0;
}
#promo {
  padding: 80px 0 50px 0;
}
#interviews figure {
  padding-top: 10px;
  background-color: #E7E7E7;
  border-radius: 5px;
}
#interviews figure img,
#interviews figure figcaption {
  width: 230px;
}
#interviews figure figcaption {
  margin: auto;
  margin-bottom: 20px;
  padding: 5px 0 10px 0;
}
#newsletter form {
  display: flex;
  margin-top: 20px;
}
#newsletter input[type="text"] {
  width: 300px;
  height: 50px;
  background-color: white;
  text-align: center;
}
#newsletter input[type="submit"] {
  color: silver;
  background-color: #800000;
  width: 50px;
  height: 50px;
  font: 400 22px Oswald, sans-serif;
}
#newsletter ul {
  margin-top: 10px;
}
#newsletter ul a {
  color: whitesmoke;
  font: 300 20px Oswald, sans-serif;
}
.ads {
  margin-top: 50px;
}
#events {
  padding: 100px;
  border-top: solid 5px whitesmoke;
  background: black url('../img/backgrounds/events.jpg') no-repeat fixed 0 0;
}
#events aside {
  margin-top: 0px !important;
}
#events #gigs,
#events #live-reports,
#events #photo-galleries {
  margin: 0 auto;
  max-width: 500px;
  box-shadow: 0 0 30px black;
}
#events h2 {
  color: whitesmoke;
  background-color: #800000;
  text-align: center;
  position: static;
  font: 42px Astonished, sans-serif;
  margin: 0;
}
#events .content {
  box-shadow: 0 0;
}
#events .content h3 {
  margin-bottom: 0;
}
#events .content h3 a {
  color: black;
  font-weight: 400;
}
#events .content h3 a:hover {
  color: #800000;
}
#encyclopedia .owl-carousel .owl-item img {
  margin-top: 20px;
}
#encyclopedia #band-news .content {
  justify-content: space-around;
  padding-top: 20px;
}
#encyclopedia .owl-carousel {
  width: initial;
}
#band h3.ribbon,
#band h3.half-ribbon {
  margin-top: 20px;
}
#band h3.ribbon {
  left: -40px;
}
#band .content .logo {
  display: block;
  margin: auto;
  padding: 20px 0;
}
#profile > div {
  display: flex;
  justify-content: space-between;
  margin-left: 5px;
  padding: 5px;
}
#profile > div span:first-of-type {
  color: gray;
}
#profile > div:nth-child(odd) {
  background-color: silver;
}
#profile > div:nth-child(even) {
  background-color: #E7E7E7;
}
#band #line-up h3,
#band #former-members h3 {
  color: gray;
  background-color: #800000;
  width: 300px;
  position: relative;
  font: 42px Astonished, sans-serif;
}
#band #line-up h3::before,
#band #former-members h3::before,
#band #line-up h3::after,
#band #former-members h3::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -40px;
  z-index: -10;
  border: 20px solid;
  border-color: black transparent transparent transparent;
}
#band #line-up h3::before,
#band #former-members h3::before {
  left: 0;
}
#band #line-up h3::after,
#band #former-members h3::after {
  right: 0;
}
#band #line-up a,
#band #former-members a {
  background-color: #E7E7E7;
  padding: 7px;
  margin: 10px 0;
  transition: transform .5s ease;
  display: block;
}
#band #line-up a p,
#band #former-members a p {
  margin: 0;
  color: grey;
}
#band #line-up a a,
#band #former-members a a {
  color: black;
}
/
#band #line-up li a:hover {
  color: #800000;
}
#band #former-members li a:hover {
  color: #BA2525;
}
*/
#band #line-up h3 {
  left: -40px;
  padding-left: 30px;
}
#band #line-up a p:first-child {
  color: #800000;
}
#band #former-members h3 {
  text-align: right;
  padding-right: 30px;
}
#band #former-members a p:first-child {
  color: #BA2525;
}
#band #discography h4 {
  color: #800000;
  font-size: 18px;
}
#band #discography .grade {
  line-height: 70px;
}
#band #discography .indicators {
  color: gray;
  text-align: center;
}
#band #videos .owl-carousel {
  margin-top: 10px;
}
#band-galleries img {
  width: 100%;
}
#band-galleries figcaption {
  text-align: center;
}
ul#release-menu,
ul#release-menu2 {
  text-align: center;
}
ul#release-menu a,
ul#release-menu2 li {
  display: inline-block;
  margin-right: 15px;
  transition: border-color 0.3s ease;
  padding: 10px;
  border-bottom: solid 5px silver;
}
ul#release-menu a:hover,
ul#release-menu2 li:hover {
  cursor: pointer;
  color: #800000;
  border-color: #800000;
}
ul#release-menu .current-type {
  color: #800000;
  border-color: #800000;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
}
ul {
  list-style-type: none;
}
#topbar a {
  color: whitesmoke;
}
a {
  color: black;
}
a:hover {
  color: #800000;
  text-decoration: none;
}
a:active,
a:focus {
  color: #800000;
  text-decoration: none;
}
body {
  background-image: url('../img/backgrounds/wall.png');
}
.close {
  display: none;
}
.controls {
  color: whitesmoke;
  text-align: right;
  position: relative;
  top: 35px;
  z-index: 200;
}
.controls i:hover {
  cursor: pointer;
  opacity: 0.8;
}
.more {
  width: 80%;
  color: #800000;
  background-color: #E7E7E7;
  display: block;
  text-align: center;
  border-radius: 3px;
  padding: 7px;
  margin: auto;
  margin-top: 10px;
  font-size: 16px;
  text-transform: uppercase;
  transition: background-color 0.5s ease;
}
.private-btn {
  color: #BA2525;
}
#dimmer {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
#dimmer.tiny {
  top: 40px;
}
.content,
#ad img {
  box-shadow: 0 0 30px black;
}
.release {
  background-color: #E7E7E7;
  margin-top: 15px;
  padding: 10px 0;
  transition: transform .5s ease;
  display: block;
  border: solid 1px black;
}
.release img {
  width: 70px;
  height: 70px;
}
.release:hover {
  cursor: pointer;
  color: black;
  transform: scale(1.1);
}
.release h3 {
  font-size: 17px;
  margin: 0;
}
.release div:first-of-type {
  font-size: 16px;
}
.release div:last-of-type {
  font-size: 15px;
}
.event {
  text-align: center;
}
.event h3 {
  font-size: 20px;
}
.event div:first-of-type {
  font-size: 18px;
}
.event div:last-of-type {
  font-size: 18px;
}
#band,
#webzine,
aside {
  margin-top: 50px;
}
#topbar {
  color: whitesmoke;
  background-color: #181818;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#topbar.tiny nav ul li,
#topbar.tiny #portal,
#topbar.tiny #language-switcher,
#topbar.tiny #search-toggle {
  height: 40px;
  line-height: 40px;
  transition: line-height 500ms;
}
#topbar a:hover {
  color: #800000;
}
#topbar > div {
  display: flex;
  flex-direction: row;
}
#topbar #portal,
#topbar #language-switcher,
#topbar #search-toggle {
  width: 80px;
  height: 80px;
  font: 600 27px Oswald, sans-serif;
  background-color: #181818;
  display: flex;
  justify-content: center;
  align-items: center;
}
#topbar #portal {
  color: whitesmoke;
  background-color: #800000;
  font: 600 20px Oswald, sans-serif;
  display: flex;
  flex-direction: column;
}
#topbar.tiny #portal a {
  display: none;
}
#topbar #portal span:last-child {
  font-weight: 400;
  font-size: 17px;
}
#topbar #portal span:last-child:hover {
  cursor: pointer;
  color: whitesmoke;
}
#topbar #language-switcher:hover,
#topbar #search-toggle:hover {
  cursor: pointer;
  color: #800000;
}
#topbar #languages {
  display: none;
  font: 600 27px Oswald, sans-serif;
  position: absolute;
  z-index: 100;
  top: 80px;
  left: 80px;
}
#topbar.tiny #languages {
  top: 40px;
}
#topbar #languages a {
  display: block;
  width: 80px;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  background-color: #181818;
}
#topbar #languages a:hover {
  color: whitesmoke;
  background-color: #800000;
  cursor: pointer;
}
#topbar #search-box {
  display: none;
  width: 400px;
  color: whitesmoke;
  background-color: whitesmoke;
  position: absolute;
  z-index: 500;
  top: 80px;
  right: 15px;
}
#topbar.tiny #search-box {
  top: 40px;
}
#topbar #search-box input[type="text"] {
  height: 50px;
  width: 100%;
  padding: 10px;
  font: 300 20px Oswald, sans-serif;
}
#topbar #search-box input[type="text"]:focus {
  outline: none;
}
#topbar #search-box .options {
  font-family: Oswald;
  margin-right: 0;
  margin-left: 0;
}
#topbar #search-box .options > a {
  color: black;
  display: block;
  padding: 10px;
}
#topbar #search-box .options > a:hover {
  cursor: pointer;
  color: whitesmoke;
  background-color: silver;
}
#topbar .typeahead {
  background-color: white;
  width: 100%;
  border: 0;
  border-radius: 0;
  margin-top: 130px;
}
#topbar .typeahead li {
  padding: 0;
}
#topbar .typeahead > .active > a {
  color: black;
  font-weight: bold;
  background-color: initial;
}
#topbar nav ul {
  font: 40px Astonished, sans-serif;
  width: 554px;
  margin: 0;
  display: flex;
  justify-content: center;
}
#topbar nav ul li {
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
  padding: 0 30px;
  border-bottom: solid 5px whitesmoke;
}
#topbar nav ul li:hover {
  border-bottom-color: #800000;
  cursor: pointer;
}
#topbar nav ul li:hover a {
  color: #800000;
}
#banner {
  width: 100%;
  height: 215px;
  display: flex;
  justify-content: space-between;
  background: black url('../img/backgrounds/rock.jpg') repeat fixed left top;
  box-shadow: 0 0 100px black inset;
  margin-top: 80px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#banner figure {
  margin-left: 80px;
  animation: spin 0.5s ease-in-out;
}
#banner figure:hover {
  cursor: pointer;
}
#banner #login {
  width: 360px;
  height: 175px;
  padding: 20px;
  margin: 20px 80px 0 0;
  color: black;
  background-color: whitesmoke;
  border: solid 2px black;
  display: flex;
  justify-content: space-between;
  font-family: Oswald, sans-serif;
}
#banner #login #pseudo {
  font-weight: 400;
  font-size: 22px;
}
#banner #login #circle {
  font-weight: 300;
  font-size: 15px;
}
#banner #login #discussions,
#banner #login #dashboard,
#banner #login #messages {
  font-weight: 300;
  font-size: 18px;
}
#banner #login #discussions a,
#banner #login #dashboard a,
#banner #login #messages a {
  color: gray;
}
#banner #login #dashboard {
  margin-top: 15px;
}
#banner #login #logout {
  cursor: pointer;
}
main .content {
  color: black;
  background-color: whitesmoke;
  font: 300 22px Oswald, sans-serif;
  padding: 20px;
}
main .content h3 {
  color: #800000;
}
main .content h3 a {
  color: #800000;
}
main .content .author {
  color: gray;
  font-size: 17px;
}
footer {
  margin-top: 50px;
  border-top: solid 15px black;
  border-image: url('../img/warning.png') 20 0 repeat;
  color: black;
  background-color: whitesmoke;
  padding: 10px 20px;
}
footer #brand h1 {
  font: 600 30px Oswald, sans-serif;
  margin: 10px 5px 0px 0;
  display: inline-block;
}
footer #brand h1 span {
  color: #800000;
}
footer #years {
  font: 600 27px Oswald, sans-serif;
}
footer #social a {
  width: 64px;
  height: 64px;
  margin-left: 10px;
  display: inline-block;
  text-align: right;
  background-image: url('/img/icons/social/sprites.png');
}
footer #social a:first-child {
  background-position: 0 0;
}
footer #social a:first-child:hover {
  background-position: 0 -64px;
}
footer #social a:nth-child(2) {
  background-position: -64px 0;
}
footer #social a:nth-child(2):hover {
  background-position: -64px -64px;
}
footer #social a:nth-child(3) {
  background-position: -128px 0;
}
footer #social a:nth-child(3):hover {
  background-position: -128px -64px;
}
footer #social a:nth-child(4) {
  background-position: -192px 0;
}
footer #social a:nth-child(4):hover {
  background-position: -192px -64px;
}
footer #social a:nth-child(5) {
  background-position: -256px 0;
}
footer #social a:nth-child(5):hover {
  background-position: -256px -64px;
}
footer #social a:nth-child(6) {
  background-position: -320px 0;
}
footer #social a:nth-child(6):hover {
  background-position: -320px -64px;
}
footer #social a:last-child {
  background-position: -384px 0;
}
footer #social a:last-child:hover {
  background-position: -384px -64px;
}
#loginFields input {
  margin: 5px;
  width: 100%;
}
#MobileSubmitLogin {
  color: silver;
  background-color: #800000;
  width: 100%;
  height: 75px;
  font: 400 22px Oswald, sans-serif;
  margin-top: 5px;
  margin-left: 10px;
}
.content a#main-grade {
  display: block;
  font-size: x-large;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
  color: #800000;
  background-color: whitesmoke;
  border: solid 1px #F4BF31;
  border-radius: 5px;
  transition: background-color 0.5s ease;
}
.content a#main-grade:hover {
  color: whitesmoke;
  background-color: #800000;
  border: solid 1px whitesmoke;
}
#Buy {
  margin-top: 20px;
  padding: 5px 20px 20px 20px;
  background-color: silver;
}
#Buy h3.ribbon {
  margin-top: 0px !important;
}
#album .small-box h3.ribbon {
  left: 0;
}
#album .small-box {
  width: 100%;
  margin-top: 50px;
}
#album .small-box h3 {
  width: 100%;
}
#BandInfo .content {
  box-shadow: none;
  background-color: silver;
}
.reviewer {
  padding-top: 10px;
}
.review-quote {
  color: gray;
  margin: 15px 0 30px 0;
  font-size: x-large;
  text-align: center;
}
.review-quote i {
  color: #F4BF31;
}
#login a {
  border-bottom: 0px !important;
  padding-left: 0px !important;
}
.xlarge-box {
  width: 800px;
}
.xlarge-box h2 {
  width: 840px;
}
.TopHeaderBadge {
  background-color: red;
}
#login_log,
#password_log {
  height: 32px;
  color: #000;
}
.sociallinks {
  padding: 10px;
}
label {
  display: block;
  font-size: 14px;
}
.row .comment {
  padding-top: 10px;
}
.row .comment img {
  max-width: 100% !important;
  height: initial !important;
}
.commentsection > div.row:nth-child(odd) {
  background-color: silver;
}
.commentsection > div.row:nth-child(even) {
  background-color: #E7E7E7;
}
.band,
.member,
.bandbox {
  background-color: #E7E7E7;
  margin-top: 15px;
  padding: 10px 0;
  transition: transform .5s ease;
  display: block;
  border: solid 1px black;
}
.bandbox {
  margin-right: 5px;
  height: 120px;
  position: relative;
}
.BandBoxImg {
  height: 95;
  overflow: hidden;
}
.band img,
.bandbox img {
  width: 100%;
}
.member img {
  width: 75px;
}
.band:hover,
.member:hover {
  cursor: pointer;
  color: black;
  transform: scale(1.1);
}
.band h3,
.member h3,
.bandbox h3 {
  font-size: 17px;
  margin: 0;
}
.controls2 {
  color: whitesmoke;
  text-align: right;
  position: relative;
  top: 55px;
  z-index: 200;
}
.controls a {
  color: whitesmoke;
}
.controls2 a {
  color: whitesmoke;
}
.controlsoptions {
  display: none;
  padding-top: 10px;
}
.controlsoptions > div > a {
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 5px;
}
.controlsoptions > div > a:hover {
  border: 1px solid #800000;
  color: #800000;
}
.SOMForm-control {
  font-size: 14px;
  height: 34px;
}
textarea,
input,
select {
  color: #000;
  border: 1px solid #ccc;
  border-radius: 4px;
}
select {
  color: #000;
}
legend {
  color: black;
  padding-top: 20px;
  font-size: 25px;
}
.row .form {
  padding-top: 10px;
}
.FORM {
  padding: 10px;
}
.FORM .row {
  padding-top: 10px;
}
.wrongselect,
.emptymandatory {
  background-color: #800000;
  color: #FFF;
}
input.InputAlert {
  background-color: #cc6600;
  color: #000;
}
.btn-primary {
  background-color: #800000;
  BORDER: #800000 1px solid;
  color: #FFF !important;
  border-radius: 4px;
  box-shadow: 0 0 1px white inset;
  padding: 1px;
}
.btn-xlarge {
  width: 50%;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.btn-xxlarge {
  width: 100%;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.filters li:first-of-type {
  padding-top: 20px;
}
.filters li {
  list-style: none;
}
.filters i {
  width: 25px;
}
.SearchFieldAndButton {
  display: flex;
}
.SearchFieldAndButton  input[type="text"],
.SearchFieldAndButton  select {
  width: 100%;
}
.btn-yellow {
  color: silver;
  background-color: #800000;
  width: 30px;
  height: 32px;
  font: 400 22px Oswald, sans-serif;
  padding: 0px 3px 0px 3px;
}
.reviewoptions {
  padding-top: 20px;
}
.page-load-status {
  display: none;
  padding: 20px;
  text-align: center;
  color: #FFF;
  background-color: #E7E7E7;
  border: solid 1px black;
}
.page-load-status span {
  font-size: 48px;
}
.MenuVerifAdmin {
  color: black;
  background-color: silver;
  padding-left: 15px;
  padding-right: 15px;
}
.MenuVerifAdmin > .column {
  height: 100px;
  border: 1px solid #FFF;
}
.success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.btn-yes {
  background-color: #449d44;
  BORDER: #419641 1px solid;
  color: #FFF !important;
  border-radius: 4px;
  box-shadow: 0 0 1px white inset;
  padding: 5px;
}
.btn-no {
  background-color: #800000;
  BORDER: #800000 1px solid;
  color: #FFF !important;
  border-radius: 4px;
  box-shadow: 0 0 1px white inset;
  padding: 5px;
}
#accordionMenu {
  text-align: center;
}
#accordionMenu .panel {
  margin-top: 0;
  background-color: initial;
}
#accordionMenu .panel-default {
  border: 0;
}
#accordionMenu .panel-heading {
  padding: 0;
  border-bottom: solid 1px whitesmoke;
  background-color: black !important;
}
#accordionMenu .panel-heading a {
  color: whitesmoke;
  font: 42px Astonished, sans-serif !important;
  color: gray;
  padding: 10px;
  display: block;
  width: 100%;
}
#accordionMenu .panel-body {
  padding: 0 0 15px 0;
  border-top: 0;
  border-bottom: solid 1px whitesmoke;
  background-color: rgba(0,0,0,0.3);
}
#accordionMenu .panel-body a {
  padding: 10px 0;
  color: whitesmoke;
  font-size: 20px;
  font-family: Oswald, sans-serif;
  font-variant: small-caps;
  border-bottom: dashed 1px gray;
  text-align: left;
  padding-left: 20px;
}
#accordionMenu .panel-body a:hover {
  background-color: initial;
  border-color: #800000;
  text-shadow: 0 0;
}
#accordionMenu .panel-body a:focus {
  background-color: initial;
  border-bottom: dashed 1px whitesmoke;
}
.LettreTypeBox {
  background-color: whitesmoke;
  border: 1px #222222 solid;
  height: 50px;
}
.titre {
  background-color: #800000;
  font-size: 20px;
  color: whitesmoke;
  padding: 10px;
}
.validtick {
  color: #F4BF31;
}
.stopicon {
  color: red;
}
.submission:first-of-type {
  margin-top: 0px;
  margin-bottom: 5px;
}
.submission {
  background-color: silver;
  color: black;
  padding: 5px 0;
  transition: transform .5s ease;
  display: block;
  border: solid 1px black;
  margin-bottom: 5px;
}
.submission h3 {
  font-size: 14px;
  color: #800000;
  padding: 0;
  margin: 0;
}
#loading {
  color: black;
  padding-top: 20px;
}
#m-login-btn {
  color: silver;
  background-color: #800000;
  width: 260px;
  height: 32px;
  font: 400 22px Oswald, sans-serif;
  padding: 0px 3px 0px 3px;
}
#m-header {
  padding: 0;
}
#m-header .row {
  margin: 0;
}
#m-header #m-portal {
  background-color: silver;
  font-family: Oswald, sans-serif;
  font-size: x-large;
  padding: 15px 0;
}
#m-header #m-portal .som span {
  color: #800000;
}
#m-header #m-portal .som:hover {
  color: #800000;
}
#m-header #m-portal .sor {
  font-size: 0.7em;
}
#m-header #m-portal .sor span {
  color: gray;
}
#m-header #m-portal .sor:hover {
  color: gray;
}
#m-header #m-portal #m-switchers {
  text-align: right;
}
#m-header #m-portal #m-switchers svg {
  color: black;
  margin-left: 15px;
}
#m-header #m-portal #m-switchers svg:hover {
  cursor: pointer;
  color: #800000;
}
#m-header #m-languages {
  background-color: whitesmoke;
}
#m-header #m-languages > div {
  padding: 0;
}
#m-header #m-languages ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
#m-header #m-languages ul li {
  flex-grow: 1;
}
#m-header #m-languages ul li a {
  display: block;
  color: gray;
  font-size: large;
  font-family: Oswald, sans-serif;
  text-align: center;
  padding: 10px 0;
}
#m-header #m-languages ul li a:hover,
#m-header #m-languages ul li a:focus {
  color: #121212;
  background-color: #800000;
}
#m-header #m-options {
  background-color: whitesmoke;
  text-align: center;
  padding: 10px 0;
}
#m-header #m-options a {
  padding: 10px 0;
  font-family: Oswald, sans-serif;
}
#m-header #m-login {
  background-color: whitesmoke;
  text-align: center;
  padding: 10px 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  color: gray;
}
#m-header #m-login span {
  color: #800000;
}
#m-header #m-login a {
  display: block;
  padding: 10px;
  margin-top: 10px;
  color: #800000;
  border: solid 2px #800000;
  border-radius: 5px;
}
#m-header #m-nav {
  padding: 0;
  margin-bottom: 20px;
  background-color: #E7E7E7;
}
#m-header #m-nav > div {
  padding: 0;
}
#m-header #m-nav a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: Astonished, sans-serif;
  font-size: 30px;
  font-weight: 400;
  padding: 10px 0;
}
#m-header #m-languages ul li a.m-active,
#m-header #m-nav a.m-active {
  background-color: #800000;
}
.inlinedatepicker .datepicker-switch,
.next,
.prev,
.day,
.dow,
td.new {
  color: black !important;
}
.inlinedatepicker .disabled {
  color: grey !important;
}
.UploadPicture {
  border-style: solid;
  border-width: 3px;
  border-color: #CCCCCC;
  width: 150px;
  height: 150px;
  color: black;
  text-align: center;
  padding: 15;
  background-size: 100%;
  background-repeat: no-repeat;
}
.UploadPicture svg {
  opacity: 0.3;
}
.UploadPicture svg:hover {
  opacity: 1;
}
.indication {
  color: grey;
  font-size: small;
}
@media screen and (max-width: 990px) {
  .container {
    width: 100%;
  }
  .portal {
    font: 600 27px Oswald, sans-serif;
    justify-content: center;
    align-items: center;
    color: whitesmoke;
    background-color: #800000;
    font: 600 20px Oswald, sans-serif;
    padding: 10px;
  }
  #languages2 {
    display: none;
    font: 600 27px Oswald, sans-serif;
  }
  #languages2 a {
    padding-right: 10px;
    padding-left: 10px;
  }
  #languages2 a:hover {
    background-color: #800000;
  }
  .release {
    margin: auto;
  }
  .xlarge-box,
  .small-box,
  .large-box {
    width: 100%;
  }
  .xlarge-box h2,
  .xlarge-box h3,
  .small-box h3,
  .small-box h2,
  .large-box h3,
  .large-box h2 {
    width: 100%;
  }
  .xlarge-box h2.ribbon,
  .xlarge-box h3.ribbon,
  .small-box h3.ribbon,
  .small-box h2.ribbon,
  .large-box h2.ribbon {
    color: whitesmoke;
    background-color: #800000;
    font: 42px Astonished, sans-serif;
    text-align: center;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
  }
  #band h3.ribbon {
    left: 0px;
  }
  #band #line-up h3,
  #band #former-members h3 {
    color: whitesmoke;
    background-color: #800000;
    width: 100%;
    position: relative;
    font: 42px Astonished, sans-serif;
  }
  #band #line-up h3 {
    left: 0px;
    padding-left: 10px;
  }
  #band #line-up a p:first-child {
    color: #800000;
  }
  #band #former-members h3 {
    text-align: right;
    padding-right: 10px;
  }
  aside .small-box {
    float: left;
    margin-right: 10px;
  }
  .release img {
    width: 100%;
    height: auto;
  }
  .controls {
    color: whitesmoke;
    text-align: right;
    padding-right: 10px;
    position: relative;
    top: 35px;
    z-index: 200;
  }
}
@media screen and (max-width: 500px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding: 0;
  }
  #events,
  #events .content {
    padding: 10px;
  }
  #releases .content {
    padding: 0 0 0 5px;
  }
  #reviews .content {
    padding: 0 0 0 25px;
  }
  #reviews .content img {
    margin: 0;
  }
  .row .band .col-xs-9,
  .row .release .col-xs-6,
  .row .release .col-xs-9 {
    padding-left: 5px;
  }
  aside .row,
  aside .small-box {
    margin-right: 0px;
  }
  #home ul.categories li a {
    transform: none;
  }
}