/* 
  #f04068
  #303030
 */

@media (min-width: 400px) {
  #iphone-wrap {
    width: 320px;
    margin: 100px auto;
    display: block;
    background: #000;
    height: 548px;
  }

  #status-bar {
    xdisplay:  none;
  }
  .navbar {
    border-color: #292929;
    z-index: auto;
    background: #353535;
    display: block;
    height: 50px;
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
  }
}

#iphone-wrap {
  width: 320px;
  display: block;
  background: #000;
  height: 548px;
}


html,
body {
  overflow-x: hidden;
}

body {
   font-size: 14px;
   font-family: 'Open Sans', sans-serif;
   
   line-height: 1.428571429;
   background-color: #131313;
   -webkit-font-smoothing: antialiased;
   text-rendering: optimizeLegibility;
}

.hidden {
  display:  none;
}

.scrollable {
  -webkit-overflow-scrolling: touch;
}

#status-bar {
  height: 20px;
  background: #353535;
  position: relative;
  margin: 0 auto;
}

#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: #303030;
}

.navbar {
  border-color: #292929;
  z-index: auto; 
  background: #353535;
  display: block;
  height: 50px;
  position: relative;
  width: 100%;
  top: 0;
  right: 0;

 /*  -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); */
}

#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;
}


/* -----------------------------------
   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: 14px 0;
    width: 290px;
    border-radius: 5px;
    overflow-y: visible;
    border-top: 1px solid rgba(37, 37, 37, 1);
    background: #242424;
    margin-top: 4px 0;
    height: 3px;
}


/* Rounded Rectangle Thumb

.slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 25px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,.2,.2);
  border: 1px solid;
  border-color: #fff;  
  position:  relative ;   
  z-index:  1;
  overflow:  visible  ; 
  display:  block;
  cursor: pointer;


      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      -ms-transition: all 0.1s;
      -o-transition: all 0.1s;
}  
*/


/* Circle Thumb */

.slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 23px;
  height: 23px;
  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:  1;
  overflow:  visible  ; 
  display:  block;
  cursor: pointer;
  box-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::after{
  xbackground-color: rgba(76, 37, 146, 1);
  background-color: rgb(100, 29, 207);
  background-color:  #f04068;
  content: '.';
  display: block;
  height: 3px;
  z-index:  2; 
  width: 290px;
  top: 8px;
  overflow-y: hidden  ;
  xmax-width:  200px;
  position: absolute;
  right:  22px; /*connect highlight to thumb */
  xborder-top: 1px solid #252525;
  xborder-bottom: 1px solid #252525;
}


/* =================================================================
   Tabbed Equalizer Content
   ================================================================= */

.preload * {
  transition: none !important;
}

#equalizer,
section.slider {
  display:  block;
  position:   relative;
  height:   425px;
  background:   #303030;
  margin:   0 auto; 
}

.equalizer .slides {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 94%;
}

.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;
  margin: 0 auto;
  position: absolute;
}

.equalizer input[type=radio] {
  display: none;
}

.equalizer label {
  display: block;
  position: relative;
  bottom: 0;
  line-height: 18px;
  width: 25%;
  text-align: center;
  cursor: pointer;
  font-size: .8em;
  z-index: 101;
  color: #B9AFAF;
  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: #272727;

   /* -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: #292929;
  color: #888585;
  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: 12px;
 }

 .frequency ul li {
  display: inline-block;
  margin: 0;

 }

 .frequency li hr {
  width: 69px;
  margin: 4px 0;
  background: #414141;
  border-width: 1px 0 0;

 }

#tick-marks{
  color: #7E7E7E;
  top: 14px;
  position: relative;
  text-shadow: none;
  font-weight: 300;
  font-size: 14px;

}

#tick-marks li.value {
  font-size: 12px;
}

#tick-marks li small {
  font-size:  80%;
}

ul.ticks-left {
  position: absolute;
  left: 0;
  text-align: center;
}

ul.ticks-left li {
  margin-top: 9px;
  margin-left: 0;
  margin-bottom: 0;
}

ul.ticks-right {
  position: absolute;
  right: 0;
  text-align: center;
}

ul.ticks-right li {
  margin-top: 9px;
  margin-bottom: 0;
  margin-right: 0;
}

/* -----------------------------------------
  Volume Slider
  ------------------------------------------ */

#volume .range-holder {
  overflow: hidden;
  margin: 10px auto;
  position: relative;
  width: 80%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#volume .range-holder::after {
  height: 5px;
  position: absolute;
  right: 0;
  text-indent: -999em;
  top: 13px;
  width: 1px;
}

#volume .range {
  -webkit-appearance: none;
  background-color: #5F5F5F;
  -moz-box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.5);
  height: 5px;
  margin-bottom: 20px;
  width: 100%;
}

#volume .range::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: -moz-gradient(linear, left top, left 50%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.05)));
  background-image: -ms-gradient(linear, left top, left 50%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.05)));
  background-image: -o-gradient(linear, left top, left 50%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.05)));
  background-image: -webkit-gradient(linear, left top, left 50%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.05)));
  background-image: gradient(linear, left top, left 50%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.05)));
  border: 1px solid #bfc6ca;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: block;
  height: 25px;
  margin-right: 2px;
  position: relative;
  width: 25px;
}

#volume .range::-webkit-slider-thumb::after {
  background: #242424;
  border-left: none;
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
  content: '.';
  display: block;
  left: 24px;
  height: 4px;
  position: absolute;
  text-indent: -999em;
  top: 9px;
  width: 1000px;
}



/* =============================================================================
   Tabbed Page Content
   ============================================================================= */

.preload * {
  transition: none !important;
}

#page,
section.page {
  display:  block;
  position:   relative;
  height:   448px;
  background:   #303030;
  margin:   0 auto; 
}

.page .row {
  height: 0;
}

.page .slides {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.page .slide {
  position: absolute;
  width: 100%;
  height: 448px;
  background: rgba(139, 139, 139, 0);
  margin: 0 auto;  
}

.page .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;
  margin: 0 auto;
  position: absolute;
}

.page input[type=radio] {
  display: none;
}

.page label {
  display: block;
  position: absolute;
  bottom: 0;
  line-height: 18px;
  width: 25%;
  text-align: center;
  cursor: pointer;
  font-size: .8em;
  z-index: 101;
  color: #B9AFAF;
  text-shadow: none;
  font-weight: 400;
 /*  -webkit-transition-duration: .2s;
 -moz-transition-duration: .2s;
 -ms-transition-duration: .2s;
 -o-transition-duration: .2s;
 transition-duration: .2s; */

   /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: rgba(255, 255, 255, 1); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 );
  padding: 5px;
  border-color: rgba(43, 43, 43, 0.55);
  top: 448px;
  height: 50px; /* IE6-9 */
}

.page label p {
  font-family: inherit;
  font-weight: normal;
  font-size: 9px;
  line-height: 1.9;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
  margin: 0;
}

.page label i {
  font-size: 20px;
  padding: 10px;
}

.page .slide:nth-child(1) label,
.page .slide:nth-child(2) label,
.page .slide:nth-child(3) label, 
.page .slide:nth-child(4) label {
}

.page .slide:nth-child(1) label {
  border-right: none;
}

.page .slide:nth-child(2) label {
  margin-left: 25%;
  border-right: none;
  xborder-left: 1px solid #efefef;
}

.page .slide:nth-child(3) label {
  margin-left: 50%;
  border-right: none;
  xborder-left: 1px solid #efefef;
}

.page .slide:nth-child(4) label {
  margin-left: 75%;
  xborder-left: 1px solid #efefef;
}

.page input[type=radio]:checked ~ .content {
  transform: translateX(0);
  opacity: 1;
  display: block;
  z-index: 100;
}

.page input[type=radio]:checked + label {
  color: #292929;
  text-shadow: none;
  background: #FFF;
}

.page input[type="radio"]:checked ~ label:after {
  
}

#page-1,
#page-2,
#page-3,
#page-4 {
  height: 100%;
  width: 100%;
  background: #fff;
}

#page-1 {
  background: #fff;
}

#page-2 {
  background: #fff;
}
#page-3 {
  background: #fff;
}

#page-4 {
  background: #fff;
}

.tab-bar-top {
  position: absolute;
  height: 0;
  width: 100%;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #EEEEEE;
  z-index: 100;
}

.menu-switch {
  position: relative;
  display: inline-block;
  left: 120px;

}

.ios > .switch {
  width: 50px;
  height: 30px;
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  border: none;
  -webkit-border-radius: 999px;
  -webkit-background-clip: padding-box;
  border-radius: 999px;
  background-clip: padding-box;
  background-color: #e6e6e6;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  vertical-align: middle;
  margin: 0;
}
.ios > .switch:checked {
  background-color: #4cd964;
}
.ios > .switch:checked::before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.ios > .switch:checked::after {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.ios > .switch::before {
  content: " ";
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 1;
  border: none;
  -webkit-border-radius: 999px;
  -webkit-background-clip: padding-box;
  border-radius: 999px;
  background-clip: padding-box;
  background-color: #fff;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms,transform 400ms;
}
.ios > .switch::after {
  content: " ";
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 2;
  border: none;
  -webkit-border-radius: 999em;
  -webkit-background-clip: padding-box;
  border-radius: 999em;
  background-clip: padding-box;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 3px 2px rgba(0, 0, 0, 0.08), 0px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 3px 2px rgba(0, 0, 0, 0.08), 0px 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.455, .03, .115, 1.33);
  transition: -webkit-transform 400ms cubic-bezier(.455, .03, .115, 1.33),transform 400ms cubic-bezier(.455, .03, .115, 1.33);
  -webkit-backface-visibility: hidden;
}

.switch-group {
  margin: 50px 40px;

}

.beet > .switch {
  width: 50px;
  height: 30px;
  display: block;
  position: relative;
  -webkit-appearance: none;
  border: none;
  -webkit-border-radius: 999px;
  -webkit-background-clip: padding-box;
  border-radius: 999px;
  background-clip: padding-box;
  background-color: #e6e6e6;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  vertical-align: middle;
  margin: 20px 0;
}
.beet > .switch:checked {
  background-color: #f04068;
}
.beet > .switch:checked::before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.beet > .switch:checked::after {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.beet > .switch::before {
  content: " ";
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 1;
  border: none;
  -webkit-border-radius: 999px;
  -webkit-background-clip: padding-box;
  border-radius: 999px;
  background-clip: padding-box;
  background-color: #fff;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms,transform 400ms;
}
.beet > .switch::after {
  content: " ";
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 2;
  border: none;
  -webkit-border-radius: 999em;
  -webkit-background-clip: padding-box;
  border-radius: 999em;
  background-clip: padding-box;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 3px 2px rgba(0, 0, 0, 0.08), 0px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 3px 2px rgba(0, 0, 0, 0.08), 0px 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.455, .03, .115, 1.33);
  transition: -webkit-transform 400ms cubic-bezier(.455, .03, .115, 1.33),transform 400ms cubic-bezier(.455, .03, .115, 1.33);
  -webkit-backface-visibility: hidden;
}



