body {
  width: 100%;
  height: 100%;
  position: absolute;
  font-weight: 200;
  font-family: Gotham,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: lighter !important;
  color:#eee;
}
/*.container{
  width: 1200px;
}*/
a {
  color:#FFAE45 !important;
}
a:hover {
  text-decoration:underline;
}
hr{
  color:#fff;
  opacity: 0.5;
}
input{
  color:#333;
}
tr{
  border-bottom: 1px solid #fff;
  height: 35px;
}
table{
  width: 100%;
}
.top_row {
  position: absolute;
  top: 17%;
  width: 90%;
}
.highlight_note_front {
  background: rgba(0,0,0,0.2);
  position: relative;
  padding: 10px ;
  font-size: 0.8em;
}
.what_text button{
  margin: 10px 0 !important;
}
.what_title_dashboard {
  text-align:left;
  font-size:2em;
  margin:80px 0 20px 0;
  opacity:0.8;
}
.separator{
  margin: 120px 0 0 0;
}
.footer_separator hr{
    color:#888;
}

.song_file_footer{
    margin:25px;

} 
.btn {
  color: #aeaeae;
}
.large_quantity_button {
  margin-top: 1em;
}
.btn:hover {
  background-color: #333;
  color: #fff;
  border-color: #fff;
  display: inline-block;
}
.main_logo{
  background: url("../images/big_songfile_logo.png");
  background-size: 100%;
  position: relative;
  float: right;
  width: 866px;
  height: 196px;
}
.main_knob{
  background: url("../images/knob.png");
  background-size: 100%;
  position: relative;
  float: left;
  width: 611px;
  height: 540px;
}
.form-control {
  color: #fff;
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.form-group {
  margin-top: 8px;
  margin-bottom: 0px;
}
.navbar-inverse {
  background-color: #9F9F9F;
}
.navbar-collapse {
  text-align: center;
}
.navbar-form {
  border: 0;
}
.nav li a {
  padding: 7px 2px;
}
.navbar-default {
  box-shadow: 0 1px 8px rgb(0,0,0);
  font-weight: 300;
  border-top: 2px solid rgb(163, 22, 22);
}
.back_template {
  margin-top: 5em ;
}
div.what_text.scroll_box{
  height:550px;
  overflow-y:scroll;
  outline: 1px solid #fff;
  padding: 25px;
  background: rgba(0,0,0,0.2);
  font-size: 0.7em;
}
div.what_text.scroll_box_form{
  display: inline-block;
  outline: 1px solid #fff;
  padding: 25px;
  font-size: 0.9em;
}
.songfile_logo {
  margin-top: 15%;
}
.knob {
  margin-top: 5%;
}
.scroll_box_form tr{
    border-bottom: none;
    height: 35px;
}
.panel .container-fluid {
  width: 90%;
  padding: 0 0 100px;
}
.first_panel .container, .second_panel .container, .third_panel .container {
  /*margin-top: 5%;*/
}
.fa-search {
  padding-right: 7px;
  color: #777;
  display: inline-block;
}
.panel {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
  display: table;
  border: 0px;
  border-radius: 0px !important;
}
/*SPLASH*/
.splash {
  position: relative;
  height: 97%;
  width: 100%;
  background: url("../images/volume.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: 2.8em;
}
/*PANEL 1*/
.first_panel {
  position: relative;
  height: 100%;
  width: 100%;
  background: url("../images/red_purple_bg2.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.first_small_panel{
  position: relative;
  width: 100%;
  background:#fff;
  padding: 80px 0;
  color:#888;
}
.second_small_panel{
  position: relative;
  width: 100%;
  background:#fff;
  display: inline-block;
  padding: 80px 0;
  color:#888;
}
.first_panel .label_text {
  margin-top: 10px;
  /*background-color: orange;*/
  font-size: 80px;
  font-weight: 100;
  letter-spacing: 8px;
  text-align: center;
}
.label_text {
  opacity: 0.8;
  padding: 30px 15px 0px 15px;
}
.first_panel .left, .first_panel .middle-left, .first_panel .middle-right, .first_panel .right {
  /*background-color: lightblue;*/
  /*border: 1px solid black;*/
  margin-top: 10px;
  padding: 5px;
  text-align: center;
}
.what_text {
  text-align: center;
  font-weight: 200;
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1.6em;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1em;
}
.what_title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 20px;
  opacity: 0.8;
  letter-spacing: 2px;
}
.first_small_panel .what_title {
  margin: 0px;
  font-size: 22px;
  line-height: 32px;
}
.second_small_panel .what_title {
  margin: 0px;
  font-size: 22px;
  line-height: 32px;
}
.footer_panel{
  position: relative;
  width: 100%;
  background:#fff;
  display: inline-block;
  padding: 30px 0;
  color:#888;
}
.scroll_buttons {
    background-color: rgba(0, 0, 0, 0.5);
    color: rgba(250, 250, 250, 0.5);
    cursor: pointer;
    margin-left: 10px;
    padding: 5px;
    position: fixed;
    text-align: center;
    top: 42%;
    width: 42px;
    z-index: 3;
}
.scroll_up, .scroll_down, .scroll_dot .fa-circle {
  width: 20px;
}
.scroll_dot {
  width: 300px;
  padding-left: 0.6em;
  text-align: left;
}
.scroll_text {
  display: none;
}
.fa-circle:hover, .fa-angle-double-up:hover, .fa-angle-double-down:hover {
  opacity:0.8;
}

.second_panel {
  position: relative;
  height: 100%;
  width: 100%;
  background: url("../images/red_purple_bg2.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.third_panel {
  position: relative;
  height: 100%;
  width: 100%;
  background: url("../images/blue_white.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*HOT IT WORKS PANEL*/

.second_panel .left {
  /*background-color: orange;*/
  font-size: 4em;
  font-weight: 200;
  letter-spacing: 4px;
}
.second_panel .right {
  /*background-color: lightblue;*/
  margin-top: 2em;
}

.how_it_works_text div {
  padding: 4px;
  letter-spacing: 0.6px;
}
.how_it_works_image img {
  width: 80%;
}
.how_it_works_label {
  color: #f3f3f3;
  background-color: orange;
  display: inline-block;
  padding: 1px 10px;
}
.second_panel .row2 {
  margin: 0;
}
.second_panel .what_text{
  text-align: left;
  padding-left: 0px;
}
.footer_panel .what_text{
  text-align: center;
  border-top: 1px solid #888;
}
div.right_align{
  text-align: right;
}
div.left_align{
  text-align: left;
}
.second_panel .what_title{
  text-align: left;
  margin: 125px 0 0 0;
}
.footer_panel .what_title{
  text-align: left;
}
.left_margin {
  border-left: 1px solid #888;
}
.right_margin{
  border-right: 1px solid #888;
}
.second_panel .group {
  border-left: 3px solid #C6C6C6;
  padding-left: 1em;
}
.try_public_search {
  font-size: 3.7em;
  font-weight: 100;
  letter-spacing: 2px;
  word-spacing: 3px;
  margin: 0;
}
.main_icon{ 
  margin:80px auto 50px;
  width: 137px;
  height: 137px;
}
.social_icon{
  width: 65px;
  height: 65px;
  position: relative;
  float: left;
  margin: 0 20px 0 0;
  opacity: 0.5;
}
.social_icon:hover{
  opacity: 1;
}
.facebook_icon{
  background: url("../images/sf_facebook_icon.png");
}
.twitter_icon{
  background: url("../images/sf_twitter_icon.png");
}
.question_icon{
  background: url("../images/question_main_icon.png");
  position: relative;
  width: 216px;
  height: 137px;
  margin: 5em 0 0 0;
  display: inline-block;
}
.lock_icon{
  background: url("../images/lock_main_icon.png");
  position: relative;
  width: 137px; 
  height: 137px;
  margin: 5em 0 0 0;
  display: inline-block;
}
.money_icon{
  background: url("../images/money_main_icon.png");
  position: relative;
  width: 216px;
  height: 137px;
  margin: 5em 0 0 0;
  display: inline-block;
}
.esynch_logo_white{
  background: url("../images/esynch_logo_white.png");
  position: relative;
  width: 221px;
  height: 60px;
  margin: 110px 0 0 0;
  float: right;
  display: inline-block;
}
.note_icon{
  background: url("../images/note_main_icon.png");
  position: relative;
  width: 216px;
  height: 137px;
  margin: 5em 0 0 0;
  display: inline-block;
}
.glass_icon{
  background: url("../images/glass_main_icon.png");
  position: relative;
  width: 216px;
  height: 137px;
  margin: 5em 0 0 0;
  display: inline-block;
}
.what_title_footer {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 20px;
  opacity: 0.8;
}
.row{
  text-align: center;
  margin: 0 20px 0 0;

}
.row img{
  position: relative;
  margin: 0 auto;
}
#songfile_name, #songfile_name2 {
  width: 100%;
}
#songfile_name2 {
  display: none;
}
#volume_knob {
  width: 100%;
}
.border_top_row {
  border-top: 4px double #eee;
}

.songfile_text{
  color:black;
}
.songfile_img{

  z-index: 2;
}
.hr_block {
  margin-top: 2em;
}

.songfile_mini_icon_hr {
  height: 1px;
  background-color: #333;
  margin-top: 1em;
}
.mini_container {
  width: 90%;
}
.list_item {
  display: inline-block;
  background-color: rgba(0,0,0,0.3);
  padding: 1em;
  margin-top: 1em;
  border-radius: 5px;
}
.tbl_04 td {
  font-weight: 600;
  color: black;
}
/*MEDIA QUERIES*/

@media (max-height: 1000px) {
  .panel {
    display:table;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}


@media (min-width: 1800px) {
  body {
    font-size: 18px;
  }
  .scroll_buttons{
    width:45px;
  }
}
@media (max-width: 767px) {
  .scroll_buttons {
    padding-left: 0.3em;
  }
  .navbar-form {
    margin-top: 0;
    margin-bottom: 0;
  }
  .fa-search {
    display: none;
  }
  .songfile_logo {
    margin-top: 15%;
  }
  .second_panel .what_title {
    margin: 50px 0 0 0;
  }
  .what_title_footer{
    font-size:16px;
  }
  .songfile_logo {
    margin-top: 24.4%;
  }
  #songfile_name {
    display: none;
  }
  #songfile_name2 {
    display: block;
  }
  .btn-lg {
    font-size: 14px;
  }
  .top_row {
    top: 0;
  }
}
@media (max-width: 500px) {
  body {
    font-size: 13px;
  }
  .scroll_buttons{
    width:34px;
  }
}
@media (max-width: 1200px) {
  .song_file_footer{
    margin:15px;
  }
  .scroll_buttons{
    width:37px;
  }

}
@media (min-width: 1400px) {
  .top_row {
    top: 10%;
  }
}
@media (max-width: 900px) {
  .song_file_footer{
    margin:5px;
  }
  .hr_block {
    margin: 0;
  }

}
@media (max-width: 600px) {
  .song_file_footer{
    display: block;
  }
  .what_title_footer{
    font-size: 18px;
  }

}
.row.cost_row {
  margin-top: 2%;
  text-align: left;
}
#a3 {
  height: 80%;
}
