
/* ======================
    Iscroll
  ========================*/ 
*, 
*:after, 
*:before { 
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box; }


*:focus {
  outline: -webkit-focus-ring-color none;
}

ul,
li {
  list-style-type: none;
}

html {
   -ms-touch-action: none;
}

html,
body {
   -webkit-backface-visibility: hidden; }

html, 
body {
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

body,
ul,
li {
   padding: 0;
   margin: 0;
   border: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #efefef;
    background: #B3B3B3;
    overflow: hidden; /* Prevents iOS rubber banding for mobile Iscroll */
    font-size: 14px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.preload * {
  transition: none !important;
}

.scrollable {
  -webkit-overflow-scrolling: touch;
}

.mobile-wrapper {
  width: 320px;
  height: 568px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  
}
.status-bar {
  background: #303030;
  height: 20px;
}

.hide {
  display: none;
}

body {
   font-size: 14px;
   font-family: 'Open Sans', sans-serif;
   line-height: 1.428571429;
   background-color: #646464;
   -webkit-font-smoothing: antialiased;
   text-rendering: optimizeLegibility;
}

.header {
   position: absolute;
   z-index: 2;
   top: 20px;
   left: 0;
   width: 100%;
   height: 45px;
   line-height: 45px;
   background: #303030;
   color: #F8F8F8;
   font-size: 20px;
   font-weight: bold;
   border-bottom: 1px solid #303030;
}

/* =================================
    Tab-bars
   ================================= */

.tab-bar {
   position: absolute;
   z-index: 2;
   left: 0;
   width: 100%;
   border-top: 1px solid #DADADA;
   background: #FFFFFF;
   bottom: 0px;
   display: inline-block;
   height: 55px;
}

.tab-bar > li {
margin:  0 auto;
list-style:  none;
text-align:  center;
}

.tab-bar button {
  padding: 0;
  float: left;
  position: relative;
  width: 33.33%;
  margin-top: 5px;
  background: none;
  border: none;
  color: #777777;
  font-size: 10px;
  font-family: 'Open Sans';
  line-height: 0;
}

.tab-bar li a {
  display: block;
  text-align: center;
  list-style-type: none;
  color: #efefef;
  text-decoration: none;
}

.tab-bar p {
  font-size: 11px;
  position: relative;
  text-align: center;
  padding: 8px;
  margin: 0;
}

.tab-bar button .icon,
.tab-bar button i {
  font-size: 20px;
  color: #333333;
  padding-top: 0;
}

#wrapper,
#wrapper2,
#wrapper3,
#wrapper4 {
   position: absolute;
   z-index: 1;
   left: 0;
   width: 100%;
   top: 45px;
}
#wrapper2 {
  position: relative;
  padding-top: 45px;
  top: 0;
}

#scroller,
#scroller2,
#scroller3,
#scroller4 {
   position: relative;
   z-index: 1;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   width: 100%;
   -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-text-size-adjust: none;
   -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
   -o-text-size-adjust: none;
   text-size-adjust: none;
}

/*#scroller ul,
#scroller2 ul,
#scroller3 ul {
   list-style: none;
   padding: 0;
   margin: 0;
   width: 100%;
   text-align: left;
   color: #0E0E0E;
}

#scroller li,
#scroller2 li,
#scroller3 li {
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  background-color: #fafafa;
  font-size: 14px;
}*/


/* ================================
    Page Transitions
   ================================ */

.pt-wrapper {
    position: relative;
    width: 320px;
    height: 100%;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
    background: rgba(255, 255, 255, 1);
}

.pt-page {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pt-page-current, .no-js .pt-page {
    visibility: visible;
    z-index: 1;
}

.no-js body {
    overflow: auto;
}

.pt-trigger-container {
    position: absolute;
    width: 300px;
    z-index: 999999;
    left: 50%;
    margin-top: 75px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pt-trigger {
    border: none;
    cursor: pointer;
    position: absolute;
    z-index: 20;
    background: transparent;
    padding: 0;
    margin: 0;
}

.pt-trigger:active, 
.pt-trigger:focus, 
.pt-trigger:visited, 
.pt-trigger:hover {
    -webkit-webkit-highlight: none;
    -moz-webkit-highlight: none;
    -ms-webkit-highlight: none;
    -o-webkit-highlight: none;
    webkit-highlight: none;
}

/* Page Styles */
.pt-page-ontop {
    z-index: 999;
}

.pt-page-1 {
  background: #444444;
    
}


.pt-page-1 > .status-bar {
  background: #FFFFFF;
}

.pt-page-1 .header {
  background: #FFFFFF;
  border-bottom: 1px solid #D6D6D6;
}

.pt-page-1 h1 {
  color: #6D6D6D;
}

.pt-page-1 i {

}

.pt-page-2 {
  background: #FFFFFF;
  width: 100%;
  margin: 0 auto;
  position: relative;
   
}

.pt-page-2 > .status-bar {
  background: #FFFFFF;
}

.pt-page-2 .header {
  background: #FFFFFF;
  border-bottom: 1px solid #CECECE;
}

.pt-page-2 h1 {
  color: #636363;
  font-size: 13px;
  line-height: 18px;
}

.pt-page-2 i {

}

.pt-page-3 {
  background: #FFFFFF;
   
}

.pt-page-3 > .status-bar {
  background: #FFFFFF;
}

.pt-page-3 .header {
  background: #FFFFFF;
  border-bottom: 1px solid #E9E9E9;
}

.pt-page-3 h1 {
  color: #707070;
  font-size: 13px;
  text-transform: uppercase;

}

.pt-page-3 i {

}

/* =================================
    Buttons & Icons
   ================================= */

.header button {
  color: #858585;
  width: 45px;
  height: 45px;
  position: absolute;
  
}

.btn-right,
.btn-next {
    right: 0;
}

.btn-left,
.btn-back {
    bottom: 0;
    left: 0;
}

.icon {
  width: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  line-height: inherit;
  height: 40px;
  font-size: 22px;
  padding-top: 10px;
  margin: 0 auto;
}

.icon >img {
  width: 100%;
  height: 100%;
}

/* Font Awesome Custon Icon Styles*/
.fa {
  line-height: inherit;
}

.pad {
  padding-top: 4px;
}

.fa-angle-left,
.fa-angle-right,
.fa-angle-up,
.fa-angle-down {
  font-size: 30px;
  height: 30px;
}

.fa-chevron-left,
.fa-chevron-right,
.fa-chevron-up,
.fa-chevron-down {
  font-size: 22px;
}

.fa-caret-left,
.fa-caret-right,
.fa-caret-up,
.fa-caret-down {
  font-size: 20px;
}

.fa-arrow-left,
.fa-arrow-right,
.fa-arrow-up,
.fa-arrow-down {
  font-size: 18px;
}
/* ----- SVG Icons ----- */

.arrow-right {
  fill: #838383;
  width: 30px;
  height: 45px;
}

.arrow-left{
  fill: #838383;
  width: 30px;
  height: 45px;
}

#volume-off {
  fill: #949494;
  width: 10px;
  position: absolute;
  display: inline-block;
  left: 30px;
  height: 45px;
}

#volume-up {
  fill: #A8A8A8;
  width: 23px;
  height: 46px;
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 0;
}

 #user-1{
  fill: #424040;
  width: 23px;
  height: 46px;
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 0;
}

#eq-2 {
  fill: #444444;
  width: 34px;
  height: 30px;
  position: relative;
  display: inline-block;
  top: 0;
}

#ios7-close-outline {
  fill: #424040;
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 0;
  width: 30px;
  height: 45px;
}

#ios7-close-empty {
  fill: #424040;
  width: 23px;
  height: 46px;
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 0;
}

#ios7-close {
  fill: #616161;
  width: 45px;
  height: 46px;
  display: inline-block;
  top: 0;
}

#ios7-person {
  fill: #5F5F5F;
  width: 34px;
  height: 46px;
  display: inline-block;
  top: 0;
}


#arrow-up {
  fill: #949494;
  width: 23px;
  height: 46px;
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 0;

   moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}


/* ============================
   Choc. Custom Styles ß
   ==============================*/

nav > h1 {
  text-align: center;
  display: inline-block;
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 !important;
  font: normal 12pt/14pt HelveticaNeue, Sans-serif;
  position: absolute;
  top: 0;
  left: 100px;
  right: 100px;
  z-index: -1;
  white-space: nowrap;
  xoverflow: hidden;
  text-overflow: ellipsis;
  margin-top: 14px;
}

/* ==============================
   Lists
   ============================== */
.list {
  list-style: none;
    xborder-top: solid 1px #c8c8c8;
    xborder-bottom: solid 1px #c8c8c8;
  background-color: #B8AEAE;
  width: 100%;
  color: #494949;
}

.list > li {
  padding: 13px 15px 13px 15px;
  background-color: #ffffff;
  font-size: 12pt;
  border-bottom: 1px solid #efefef;
  position: l;
}
.list > li::before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.list > li:last-of-type::before {
  border-bottom: none;
}
.list > li.nav::after {
  display: block;
  content: '';
  height: 6px;
  width: 6px;
  border-right: solid 2px #c7c7cc;
  border-top: solid 2px #c7c7cc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  float: right;
  position: absolute;
  top: 16px;
  right: 15px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/* List Footer */
.list + p,
.list + p + p {
  color: #7f7f7f;
  font-family: HelveticaNeue, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.list ~ p {
  margin: 0 15px;
}
.list ~ p + p {
  margin-top: 5pt;
}
.list > li[data-goto] {
  cursor: pointer;
}
.list > li[data-goto]:hover,
.list > li[data-goto].touched,
li[data-show-article]:hover,
li[data-show-article].touched,
.list.select > li:hover,
.list.select > li.touched,
.list.select > li.selected {
  background-color: #d9d9d9;
  cursor: pointer;
}
/* ==============================
   List title & subtitle
   ============================== */
.list > li > h3,
.list > li > h4 {
  width: 80%;
  font-weight: 200;
  margin: 0;
}
.list > li h3 {
  line-height: 18pt;
}
.list > li h4 {
  line-height: 14pt;
  color: #7f7f7f;
}
.list > li > h4,
.list > li > div > h4 {
  font-size: 11pt;
  margin: 0;
}
.list > li > aside > h4 {
  margin: 0;
  font-weight: normal;
  color: #7f7f7f;
}
/* ==============================
   List detail
   ============================== */
.list > li > p {
  margin: 6px 0px;
  color: #7f7f7f;
}
.list > li p + p {
  margin-top: 6px;
}
.list > li.comp > div > p {
  font-size: 10pt;
  margin: 0;
  color: #7f7f7f;
}
.list h3,
.list h4,
.list p {
  pointer-events: none;
}
/* ==============================
   List header
   ============================== */
section h2 {
  font: normal 11pt/12pt HelveticaNeue, Sans-serif;
  color: #4d4d4d;
  margin: 40px 0 6px 15px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #7f7f7f;
}
/* Display header as is */
section h2.normal-case {
  text-transform: none;
}
/* Allow header to wrap */
section h2.wrap {
  white-space: normal;
}
section > h2 {
  margin: 26px 0 6px 15px !important;
}

/* =================================
    Home Screen
   ================================= */
 .home {
  background: #383838;
  height: 100%;
 }
  /*Spinner*/
#spinner-wrapper {
  margin-top: 80px;
  margin-bottom: 40px;
  padding-top: 20px;
  
}
.spinner {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  margin: 0px auto;
}

.spinner > div {
  background-color: #FF3D83;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}


button {
  border: none;
  background: #efefef;
  width: 100px;
  height: 40px;
  
}

button {
  border: 2px solid #E7E7E7;
  background: #FFFFFF;
  color: #131313;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
  text-shadow: none;
  border-radius: 2px;
  box-shadow: none;
  transition: 0.25s;
  display: block;
  width: 100px;
  margin: 0 auto;
  position: relative;
}

.home > label {
  display: block;
  width: 100px;
  margin: 20px auto;
  top: 220px;
  position: relative;
  cursor: pointer;
  background: rgba(255, 255, 255, 0);
  color: #000;
  border-radius: 3px;
  text-align: center;
  padding: 20px;
  border: 2px solid #030303;

}

input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

#spinner-wrapper {
  display: none;
}

input[type=checkbox]:checked ~ #spinner-wrapper {
  display: block;
}

/* =====================================
    Login Screen
   ===================================== */
/* Remove inner shadow from inputs on mobile iOS */
textarea, 
input {
  -webkit-appearance: none;
}

.login {
}

.login-screen {
}

.app-title {
text-align: center;
color: #FFF;
padding: 20px 0;
}

.login-form {
text-align: center;
padding-top: 100px;
position: relative;
}

.login-form button.pt-trigger {
  position: relative;
  height: 46px;

}
.control-group {
margin-bottom: 10px;
}

.control-group > input {
text-align: center;
background-color: #FFFFFF;
border: 2px solid;
border-radius: 3px;
font-size: 16px;
font-weight: 200;
padding: 10px 0;
width: 250px;
border-color: #F00C5E;
margin: 0 auto;
position: relative;
-webkit-box-shadow: none;
}

.control-group > input:focus {
border: 2px solid #FF327C;
box-shadow: none;
background: #FFF;
}

.btn {
  border: 2px solid transparent;
  background: #585858;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: none;
  transition: 0.25s;
  display: block;
  width: 250px;
  margin: 0 auto;
  position: relative;
}

.btn a {
  text-decoration: none;
  color: #efefef;
}

.btn:hover {
  background-color: #3C3C3C;
}

.login-link {
  font-size: 12px;
  color: #000;
  display: block;
  margin-top: 12px;
}

/* =================================
      Sidebar MENU
   ================================= */
#menu-2 {
width: 320px;
}

#menu-2 > h1 {
  display: none;
  font-size: 12px;
  text-align: left;
  padding: 15px;
  background: rgba(231, 227, 227, 0.13);
  margin: 0;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  height: 50px;
  border-bottom: 1px solid #F1F0F0;
}

.st-menu {
position: absolute;
top: 0;
right: 0; /* depending on push content left or right */
z-index: 100;
height: 100%;
background: #fff;
-webkit-transition: all 0.5s;
transition: all 0.5s
}

.st-menu ul {
margin: 0;
padding: 0;
list-style: none;
line-height: 1.1;
float: none;
text-align: left;
background: transparent;
}

.st-menu ul li {
    display: block;
    float: none;
    border-bottom: 1px solid;
    border-bottom-color: rgba(172, 172, 172, 0.16);
  }

.st-menu ul li a {  
  margin-left: 0px;
  color: #6D6D6D;
}

.st-contant::after {
  position: relative;
  left:0;
  display: block;
   -webkit-box-shadow: -1px 1px 7px -1px rgba(0, 0, 0, 0.78);
 -moz-box-shadow: -1px 1px 7px -1px #000;
 box-shadow: -1px 1px 7px -1px rgba(0, 0, 0, 0.78);

}

/* 

Sidebar Menu: Effect 2 (270px default)
  .st-effect-2.st-menu-open .st-pusher {
    -webkit-transform: translate3d(-260px, 0, 0); (-) push content left, (+) push content right
    transform: translate3d(-260px, 0, 0);
  }

Sidebar Menu: Effect 22 (270px default)
  .st-effect-22.st-menu-open {
    -webkit-transform: translate3d(0px, 0, 0); Close Menu
    transform: translate3d(0px, 0, 0);
  }

  .st-effect-22.st-menu {
    z-index: 1; Keeps Menu Position Behind Page
  }

  .st-effect-22.st-menu-open .st-effect-2.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0;
    transition: transform 0;
  }

 */

.st-content {
  background: #E6E6E6;
}

.navbar {
  border-color: #CACACA;
  z-index: auto; 
  background: #FFFFFF;
  display: block;
  height: 50px;
  position: relative;
  width: 100%;
  top: 0;
  right: 0;
}

#menu-btn {
  display: inline-block; /* Menu Button Position*/
  border: none;
  font-size: 24px;
  color: #181717;
  right: 0;
  position: relative;
  float: left;
  padding: 6px 14px;
  background: transparent;
}

#menu-btn-inner {
  display: inline-block;
  float: right; /* Menu Button Position*/
  background: rgba(255, 255, 255, 0);
  border: none;
  font-size: 20px;
  color: #666666;
  position: relative;
  right: 0;
  padding: 12px 6px;
  margin: 0 10px;
}

#menu-btn > i {
  margin: 0;
  padding: 0;
}

#menu-2 {
  width: 320px;
}

#menu-2 > h1 {
  display: block;
}

.navbar > .container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

h2.logo {
  display: none;
  xtext-align: center;
  xpadding: 11px;
}

#logo-mobile {
  display: inline-block;
  float: right;
  margin-top: 12px;
  margin-right: 15px;
  position: absolute;
  right: 0;
}

#logo-mobile > img {
  max-width: 45%;
  float: right;
}

/* ==========================================
   Tabbed Equalizer Content
   ========================================== */

#equalizer,
section.slider {
  display:  block;
  position:   relative;
  margin:   0 auto;
  right:   0;
  left:   0;
  top:   45px;
  height:   425px;
  background:   #383838; 
}

.equalizer .slides {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 90%;
}

.equalizer .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(139, 139, 139, 0);
  margin: 0 auto;  
}

.equalizer .content { /* Eables clicking on silders */
  transform: translateX(-100%);
  opacity: 0;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  position: absolute;
  margin-top: 18px;
}

.equalizer input[type=radio] {
  display: none;
}

.equalizer label {
  display: block;
  position: relative;
  bottom: 0;
  width: 25%;
  text-align: center;
  cursor: pointer;
  font-size: .8em;
  z-index: 101;
  color: #2E2E2E;
  text-shadow: none;
  font-weight: 400;

   /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  xbackground: rgba(88, 88, 88, 0.28); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 );
  padding: 5px;
  border: 1px solid;
  xborder-color: rgba(43, 43, 43, 0.55); /* IE6-9 */
  border-color: #E6E6E6;
  background: #FFFFFF;

   /* -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -ms-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
   */
}

.equalizer .slide:nth-child(1) label,
.equalizer .slide:nth-child(2) label,
.equalizer .slide:nth-child(3) label, 
.equalizer .slide:nth-child(4) label {
    margin-top: 25px;
}

.equalizer .slide:nth-child(1) label {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-right: none;
}

.equalizer .slide:nth-child(2) label {
  margin-left: 25%;
  border-right: none;
}

.equalizer .slide:nth-child(3) label {
  margin-left: 50%;
  border-right: none;
}

.equalizer .slide:nth-child(4) label {
  margin-left: 75%;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.equalizer input[type=radio]:checked ~ .content {
  transform: translateX(0);
  opacity: 1;
  display: block;
  z-index: 100;
}

.equalizer input[type=radio]:checked + label {
  background: #E9E9E9;
  color: #1F1F1F;
  text-shadow: none;
}

.equalizer input[type="radio"]:checked ~ label:after {
  
}

/* -----------------------------------------
  Equalizer Markings
  ------------------------------------------ */

.frequency {
  display: block;
  position: relative;
  text-align: center;
  top: 325px;
  width: 100%;
  margin: 2px 0;

}

 .frequency p {
  color: #6F6F6F;
  margin: 2px 10px;
  font-size: 10px;
  text-transform: uppercase;
 }

 .frequency ul li {
  display: inline-block;
  margin: 0;

 }

 .frequency li hr {
  width: 60px;
  margin: 4px 0;
  background: #414141;
  border-width: 1px 0 0;

 }

#tick-marks{
  color: #9B9B9B;
  top: 14px;
  position: relative;
  text-shadow: none;
  font-weight: 300;
  font-size: 14px;
  list-style-type: none;

}

#tick-marks li.value {
  font-size: 11px;
  color: #AFAFAF;
}

#tick-marks li small {
  font-size:  80%;
}

ul.ticks-left {
  position: absolute;
  left: 0;
  text-align: center;
  list-style-type: none;
}

ul.ticks-left li {
  margin-top: 10px;
  margin-left: 0;
  margin-bottom: 0;
}

ul.ticks-right {
  position: absolute;
  right: 0;
  text-align: center;
  list-style-type: none;
}

ul.ticks-right li {
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
}

/* -----------------------------------
   Range Sliders
   ----------------------------------- */

.vertical-range-holder {
  overflow: hidden;
  moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); */
  -webkit-appearance: none;
  -webkit-transform: rotate(-90deg);
  margin: 44px 0;
}

.slider input[type="range"] {
    position: relative;
    -webkit-appearance: none;
    margin: 16px 0;
    width: 290px;
    border-radius: 5px;
    xborder-top: 1px solid rgba(0, 0, 0, 1);
    background: #000000;
    margin-top: 4px 0;
    height: 2px;
    overflow-x: visible;
}


/* Circle Slider Thumb */

.slider input[type="range"]::-webkit-slider-thumb {
  border: none;
  -webkit-appearance: none;
  width: 24px;
  height: 40px;
  border-radius: 4px;
  background: transparent;
  /*xbox-shadow: 0px 2px 4px rgba(0,0,.2,.2);
  xborder: 1px solid;*/
  border-color: #000;  
  position:  relative ;   
  z-index:  1;
  overflow:  visible  ; 
  display:  block;
  cursor: pointer;
  padding: 0;
  /*xbox-shadow: 0px 2px 4px rgba(0,0,0,.2);*/
  


      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      -ms-transition: all 0.1s;
      -o-transition: all 0.1s;
  
}

.slider input[type="range"]::-webkit-slider-thumb::before{

  background-color:  #FF3D83;
  content: '';
  display: block;
  height: 2px;
  z-index:  1; 
  width: 290px;
  top: 19px;
  overflow: hidden;
  xmax-width:  200px;
  position: absolute;
  right:  20px; /*connect highlight to thumb */
  xborder-top: 1px solid #252525;
  xborder-bottom: 1px solid #252525;
}

.slider input[type="range"]::-webkit-slider-thumb::after{ 
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,.2,.2);
  border: 1px solid;
  border-color: #fff
  ;  
  position:  relative ;   
  z-index:  3;
  overflow:  visible; 
  display:  block;
  cursor: pointer;
  box-shadow: 0px 2px 4px rgba(0,0,0,.2);
  -webkit-overflow-scrolling: touch;
  top: 8px;
  left: 1px;
  content: '';

  }
/* =================================
      Volume Slider
   ================================= */
#volume-wrap {
position: relative;
top: 420px;
width: 100%;
margin: 0 auto;
display: inline-block;
background: #383838;
}

.volume {
  position: relative;
  top: -7px;
  width: 218px;
  overflow: hidden;
  height: 100px;
  margin: 0 auto;
}

.volume-slider {
  margin: 0 auto;
  position: absolute;
  width: 261px;
  border-radius: 8px;
  left: -21px;
  right: 0px;
  top: 16px;
  
}

.volume-slider input[type="range"] {
    position: relative;
    -webkit-appearance: none;
    border-radius: 5px;
    background: #000000;
    height: 2px;
    width: 100%;
}

.volume-slider input[type="range"]::-webkit-slider-thumb {
  border: none;
  -webkit-appearance: none;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  xbackground: #566666;
  background: transparent;
  /*xbox-shadow: 0px 2px 4px rgba(0,0,.2,.2);
  xborder: 1px solid;*/
  border-color: #000;  
  position:  relative ;   
  z-index:  1;
  overflow:  visible  ; 
  display:  block;
  cursor: pointer;
  padding: 0;
  /*xbox-shadow: 0px 2px 4px rgba(0,0,0,.2);*/
  


      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      -ms-transition: all 0.1s;
      -o-transition: all 0.1s;
  
}

.volume-slider input[type="range"]::-webkit-slider-thumb::before{

  background-color:  #686868;
  content: '';
  display: block;
  height: 2px;
  z-index:  1; 
  width: 290px;
  top: 24px;
  overflow: hidden;
  xmax-width:  200px;
  position: absolute;
  right:  28px; /*connect highlight to thumb */
  xborder-top: 1px solid #252525;
  xborder-bottom: 1px solid #252525;
}

.volume-slider input[type="range"]::-webkit-slider-thumb::after{ 
  -webkit-appearance: none;
  width: 3px;
  height: 20px;
  border-radius: 1px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,.2,.2);
  border: 1px solid;
  border-color: #fff
  ;  
  position:  relative ;   
  z-index:  3;
  overflow:  visible; 
  display:  block;
  cursor: pointer;
  box-shadow: 0px 2px 4px rgba(0,0,0,.2);
  -webkit-overflow-scrolling: touch;
  top: 13px;
  left: 22px;
  content: '';

  }