﻿@font-face {
	font-family: 'Knul-Light';
	src: url('../fonts/Knul-Light.otf');
	src: local('Knul-Light'), local('Knul-Light'), url('../fonts/Knul-Light.otf') format('truetype');
}
@font-face {
	font-family: 'Knul-Bold';
	src: url('../fonts/Knul-Bold.otf');
	src: local('Knul-Bold'), local('Knul-Bold'), url('../fonts/Knul-Bold.otf') format('truetype');
}

body {
	font-family: 'Knul-Light';
    background-color: #221f1f;
/*    height: 100%; */
    width: 100%;
    /* overflow: hidden; */
    background-image: url(../images/BG-Blue.jpg);
    background-size: cover;
}
#copyright {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
/* Preloader */
#preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#221F1F;   /*#fff;  change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    /*background-image:url(../img/status.gif);*/ /* path to your loading animation */
    /*background-repeat:no-repeat;
    background-position:center;*/
    /*margin:-100px 0 0 -100px;*/ /* is width and height divided by two */
}
#progress { width: 1%; background-color: #006298 }
*{-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;}
button:focus {outline:none !important;}
:active {outline:none !important;}

.mainmenubutton:focus, .actionbutton:focus, instrumentbutton:focus {
   outline:none !important;
}
.container.main {
    color: white;
    /*min-width: 1024px;
    max-width: 2560px; */
    margin-left: auto;
    margin-right: auto;
    /*overflow: hidden;*/
}

@media (min-width: 1024px) {
  #logo {
      /*width: 100%;
      margin-right: 100%
      max-width: 100%;*/
      margin-left: 25%;
  }
}
div#logorow {
  text-align: center;
}
img#logo {
  width: 150px;
  padding: 10px;
}
#about .logo {
  width: 50%;
  padding: 50px;
}
#mainstage {
    max-width: 100%;
    width:100%;
}
#mainstage img { max-width: 100%; width:96%;}
.color-blue{
    background-color: #006298;
    color: white;
}

.blackbackground { background-color: #000;}

@media (min-width: 993px) {
  .mainmenubuttons {
    padding-top: 10px;
  }
}
@media (max-width: 992px) {
  .mainmenubuttons {
    padding-bottom: 10px;
  }
}

.mainmenubutton {
    background-color: rgba(0,0,0,0);/*#000;  Green */
    border: 1px solid #fff;
    color: white;
    margin-top: 11px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
    width: 100%;
    font-size: 15px;
    height: 37px;
}

@media (min-width: 481px) {
  .mainmenubutton {
      padding: 5px 4px; /*24px;*/
      min-width: 135px;
      max-width: 225px;
  }
}

@media (max-width: 480px) {
  .mainmenubutton {
    padding: 5px 1px;
    min-width: 100px;
    max-width: 175px;
    font-size: 14px;
  }
}

.replaybutton, .stopbutton {
    background-color: #000;
    border: 1px solid #fff;
    color: white;
    padding: 1px 1px;
    margin-top: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    border-radius: 2px;
    min-width: 65px;/*90px;*/
    /*max-width: 65px;/*95px;*/
    width: 100%;
}
.stopbutton {
    min-width: 50px;
    /*max-width: 50px;*/
}
.startuptext {
    /*width: 80%;*/
    width: 80%;
    display: block;
    position: absolute;
    top: 38%;
    left: 15%;
    /*margin: -180px auto 0;*/
    font-size: 28px;
    background-color: rgba(0,0,0,0.60);
    text-transform: uppercase;
    -webkit-box-shadow: -1px 1px 20px 28px rgba(0,0,0,0.60);
    -moz-box-shadow: -1px 1px 20px 28px rgba(0,0,0,0.60);
    box-shadow: -1px 1px 20px 28px rgba(0,0,0,0.60);
    text-align: center;
}
@media (max-width: 960px) {
  .startuptext {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .startuptext {
    font-size: 18px;
    margin-top: -100px;
  }
}
.btnnotselected { background-color: none;}
.btnselected, .micbutton:hover, .instrumentbutton:hover, .replaybutton:hover, .mainmenubutton:hover {
  background-color: #006298 !important;
  border-color: #404041;
}

.row.stage { padding-top: 5px;}
.rowspacer {height: 1px;}

.instrumentbutton {/* position: relative; float: left; */}

.instrumentbutton, .micbutton {
    border: 1px solid #404041;
    border-radius: 6px;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, .5);
    margin-bottom: 10px;
}
#microphoneselection, #instrumentselection, #instrumentplay-leftcol, #microphoneplay-leftcol {
    padding-top: 15px;
}
.instrumentbutton img, .micbutton img, instrumentbuttonplay img, micbuttonplay img, .detailpicture {
    /*height: 100%;*/
    max-height: 100%;
    /*width: 100%;*/
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#selectedinstrumentbluebar, #selectedmicrophonebluebar {
    position: relative;
    /*float: right;*/
    /*margin-right: 25px;*/
    text-transform: uppercase;
    line-height: 40px;
    font-size: 11px;
    white-space: nowrap;
}
#selectedinstrumentbluebar {
    /*margin-right: 55px;*/
    white-space: nowrap;
  }
#selectedmicrophonebluebar {
    text-align: right;
}
.detailpicture {
    width: 100%;
    margin-top: 15px;
    margin-bottom: -60px;
}
.detailpicturesmall {
    /*height: 100%; */
/*    max-height: 25%; */
    /* width: 100%; */
    max-width: 25%;
    margin-left: auto;
    margin-right: auto;
    /*display: block;*/
    display: none;
}
#microphonedetailspecs, #instrumentdetailspecs {
    overflow: auto;
}
.horizheader {
    font-family: 'Knul-Bold';
    font-size: 13px;
    background-color: #006298;
    border-radius: 4px;
    white-space: nowrap;
    display: block;
  }
@media (min-width: 992px) {
  .horizheader{
      line-height: 13px;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      bottom: 0;
      width: 105px;/*131px;160px;*/
      height: 38px; /*60px;*/
      /*margin-left: 20px;*/
      /* height: 100%; */
      text-align: center;
      margin-top: 82%;/*33px;56px;58px;*/
      margin-left: -30px;
      position: relative;
      /*top: 24px;*/
  }
}
@media (max-width: 991px) {
  .horizheader{
    width: 100%;
    padding: 0px 18px 8px;
    margin-left: -10px;
    margin-bottom: 10px;
  }
}

.btntitle {
    bottom: 0;
    position: absolute;
    text-transform: uppercase;
    left: 50%;
    margin-left: -50%;
    text-align: center;
    width: 100%;
/*    position:absolute;
    width:100%;
    bottom:0;
    text-align:center;
    text-transform: uppercase;*/
}

#toprow {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.49, #010101),
    color-stop(0.53, #484848),
    color-stop(1, #212121)
  );
  background-image: -o-linear-gradient(bottom, #010101 49%, #484848 53%, #212121 100%);
  background-image: -moz-linear-gradient(bottom, #010101 49%, #484848 53%, #212121 100%);
  background-image: -webkit-linear-gradient(bottom, #010101 49%, #484848 53%, #212121 100%);
  background-image: -ms-linear-gradient(bottom, #010101 49%, #484848 53%, #212121 100%);
  background-image: linear-gradient(bottom, #010101 49%, #484848 53%, #212121 100%);
  /*margin-left: 0px;
  margin-right: 0px;*/
}
.centeredtoprow {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.centeredstatusrow {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
#statusrow { /*background-color: #010101;*/
    height: 40px;
    /*background-color: #174a66;*/
    background-color: #006298;
    /* IE9, iOS 3.2+ */
}
#microphoneselected, #instrumentselected {
  display: none;
  text-align: center;
  text-transform: uppercase;
  color: white;
}
.flexslider .flex-viewport .slides li {min-width: 50px;}
#instrumentdetaildesc, #instrumentdetailcontainer, #microphonedetaildesc, #microphonedetailcontainer {
    font-size: 14px;
}
.leftrightmarginpadding0 {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.spectitle {
    font-family: 'Knul-Bold';
}
.specvalue {
}

#preloader img {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

@media (min-width: 835px) {
  #appname {
      text-align: center;
      box-shadow: -25px 0 15px -11px  inset;/*#006298*/
      background-color: #303032;
      color: #006298;
      height: 100%;
      padding-top: 4px;
  }
  #appname span {
      text-align: center;
      color: #fff;
      font-size: 22px;
  }
}
@media (max-width: 960px) {
  #appname {
    padding-top: 9px;
  }
  #appname span {
    font-size: 15px;
  }
}
.message-container {
  margin-left: 0;
  padding-left: 15px;
  margin-right: -5px;
  width: 100%;
}
@media (min-width: 835px) {
  #actionmessage{
      height: 100%;
      font-size: 20px;
      line-height: 40px;
      max-width: 525px;
  }
}
@media (max-width: 834px) {
  #actionmessage{
      height: 100%;
      font-size: 12px;
      line-height: 40px;
      white-space: nowrap;
  }
}

.loader {
  margin: 50px auto 10px;
  width: 500px;
  height: 25px;
  border-radius: 14px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #999;
  background: #ccc;
  overflow: hidden;
  position: relative;
}

#preloader span {
    position: fixed;
    width: 80%;
    margin: 0 0 0 -40%;
    left: 50%;
    text-align: center;
}
.loader.gray{
  background: #999;
}

.progress-bar{
  height: inherit;
  width: 0%;
  border-radius: inherit;
  position: relative;
  overflow: hidden;
}

.progress-stripes{
  width: inherit;
  height: inherit;
  font-size: 180px;
  font-weight: bold;
  margin-top: -50px;
  letter-spacing: -14px;
}

.percentage{
  position: absolute;
  top: 4px;
  right: 5px;
  font-weight: bold;
  font-size: 16px;
}

.policyterms:link, .policyterms:visited, .policyterms:hover, .policyterms:active {
    color: white;
}
.policyterms:hover {
    /*font-weight: bold;*/
}

/***************************************/
/* BELOW HERE IS SOLELY FOR AESTHETICS */
/*_____________________________________*/

/*** COLOR SCHEMES ***/

/* RED */
.red .progress-bar{
  background: #e74c3c;
}
.red .progress-stripes{
  color: #c0392b;
}
.red .percentage{
  color: #eee;
}

/* BLUE */
.blue .progress-bar{
  background: #3498db;
}
.blue .progress-stripes{
  color: #2980b9;
}
.blue .percentage{
  color: #eee;
}

/* GREEN */
.green .progress-bar{
  background: #2ecc71;
}
.green .progress-stripes{
  color: #27ae60;
}
.green .percentage{
  color: #fff;
}

/* YELLOW */
.yellow .progress-bar{
  background: #f1c40f;
}
.yellow .progress-stripes{
  color: #f39c12;
}
.yellow .percentage{
  color: #fff;
}

/* PURPLE */
.purple .progress-bar{
  background: #9b59b6;
}
.purple .progress-stripes{
  color: #8e44ad;
}
.purple .percentage{
  color: #eee;
}

/* GRAY */
.gray .progress-bar{
  background: #ecf0f1;
}
.gray .progress-stripes{
  color: #bdc3c7;
}
.gray .percentage{
  color: #333;
}
/* AKGBLUE */
.AKGBLUE .progress-bar{
  background: #303032;
}
.AKGBLUE .progress-stripes{
  color: #006298;
}
.AKGBLUE .percentage{
  color: #fff;
}

/*** LOADED ***/

#preloader span{
  color: #888;
  text-shadow: 0 1px 0 #fff;
}

#preloader span.loaded.red{
  color: #c0392b;
}

#preloader span.loaded.blue{
  color: #2980b9;
}

#preloader span.loaded.green{
  color: #27ae60;
}

#preloader span.loaded.yellow{
  color: #d35400;
}

#preloader span.loaded.purple{
  color: #8e44ad;
}

#preloader span.loaded.gray{
  color: #444;
}
#preloader span.loaded.AKGBLUE{
  color: #444;
}

/*** SKINS ***/
.skins{
  padding: 4px 0 8px;
  cursor: default;
  font-size: 14px;
  color: #666;
  background: #fff;
  opacity: .5;
  -moz-transition: opacity .25s linear;
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear;
}

.skins:hover{
  opacity: 1;
}

.skin{
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-bottom: -7px;
  border: 1px solid #fff;
  display: inline-block;
    *display: inline;
    zoom: 1.0;
}
#red{
  background: #c0392b;
}
#red:hover{
  background: #e74c3c;
}
#blue{
  background: #2980b9;
}
#blue:hover{
  background: #3498db;
}
#green{
  background: #27ae60;
}
#green:hover{
  background: #2ecc71;
}
#yellow{
  background: #f39c12;
}
#yellow:hover{
  background: #f1c40f;
}
#purple{
  background: #8e44ad;
}
#purple:hover{
  background: #9b59b6;
}
#gray{
  background: #7f8c8d;
}
#gray:hover{
  background: #95a5a6;
}
#AKGBLUE{
  background: #7f8c8d;
}
#AKGBLUE:hover{
  background: #95a5a6;
}

#btnABOUT {
    width: 50%;
}

