/*
* HTML5 Boilerplate
*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/

/* ==========================================================================
 Base styles: opinionated defaults
 ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
/*
font-family: 'Montserrat', sans-serif;
*/
@font-face {
    font-family: 'gothamBook';
    src: url('../fonts/gothmbok-webfont.eot');
    src: url('../fonts/gothmbok-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothmbok-webfont.woff') format('woff'),
         url('../fonts/gothmbok-webfont.ttf') format('truetype'),
         url('../fonts/gothmbok-webfont.svg#gothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
}


html,
button,
input,
select,
textarea {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

html {
  background-color: #000;
}

body {
  background-color: #fff;
  font-size: .9em;
  letter-spacing: 1px;
  line-height: 1.4;
  min-width: 640px;
  overflow-x: hidden;
}

/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

a:link, a:visited {
  text-decoration: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
* A better looking default horizontal rule
*/

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
* Remove the gap between images and the bottom of their containers: h5bp.com/i/440
*/

img {
  vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/

textarea {
  resize: vertical;
}

/* ==========================================================================
 Chrome Frame prompt
 ========================================================================== */

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
 Author's custom styles
 ========================================================================== */

.bodyoverlay {
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background: #000;
  z-index:5000;
}















/* ==========================================================================
 Helper classes
 ========================================================================== */

/*
* Image replacement
*/

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/

.hidden {
  display: none !important;
  visibility: hidden;
}

/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
* Hide visually and from screenreaders, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
 EXAMPLE Media Queries for Responsive Design.
 These examples override the primary ('mobile first') styles.
 Modify as content requires.
 ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
 (-o-min-device-pixel-ratio: 5/4),
 (-webkit-min-device-pixel-ratio: 1.25),
 (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
 Print styles.
 Inlined to avoid required HTTP connection: h5bp.com/r
 ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: none !important;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
 !important
  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}




/* HEADER STYLES */
img[src^="http://googleads.g.doubleclick.net"] {
    display: none;
  }

.ad-728 {
  color: #aaa;
  text-align: center;
  background-color: #000;
  font-size: 12px;
  height: 106px;
  overflow: hidden;
  margin-top: 50px;
}
.ad-728 .tag {
  height: 16px;
}

.ad-728 a {
  color:#33baee;
  text-decoration: none;
}

.header {
  background: rgba(0,0,0,.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#26000000', endColorstr='#26000000'); /* IE */
  color: #fff;
  font-size: .9em;
  font-weight: 600;
  position: fixed;
  text-transform: uppercase;
  min-width: 640px;
  width: 100%;
  z-index: 1000;
  top: 0px;
}
#smallNav {
  display: none;
  float:right;
  padding:0 ;
  text-align: right;
  min-width: 640px;
  width: 100%;
}
#smallNav ul {
  width: 50%;
  float: left;
  display: block;
  text-align: left;
  margin-bottom: 4em;
}
#smallNav ul.menu2 {
  margin-bottom: 2em;
}
#smallNav li {
  float: none;
}
#smallNav span, #smallNav a {
  padding: 11px 20px;
  font-size: 2.5em; /* 20px; */
  line-height: 30px;
}
#smallNav .menu2 a {
  font-size: 1.8em;
}
.navToggle {
  display: none;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/new/icon_navToggle.png) no-repeat 0 18px;
  /*background: url(../img/icon_navToggle.png) no-repeat 0 18px;*/
  position: relative;
  right: 18px;
  padding: 18px 0 20px 0;
  cursor: pointer;
}
.header ul {
  float: right;
  margin: 0px;
  padding: 0px;
}

.header li {
  cursor: default;
  position: relative;
  float: right;
  list-style: none;
}
.header li span, .header li a {
  display: block;
  padding: 17px;
}
.header li:hover {
  background: rgba(255,255,255,.7);
  color: #000;
}
.header li:hover a {
  color: #000;
}
.header li a:hover {
  background: #00aeef;
}


.header li li span, .header li li a {
  background: rgba(255,255,255,.7);
  color: #000;
}
.header li li span:hover, .header li li a:hover {
  background: #00aeef;
}

.header li#login {
    background: rgba(0,0,0,.7);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B3000000', endColorstr='#B3000000'); /* IE */
    color: #33baee;
  }
.header li#login:hover {
  background: rgba(255,255,255,.7);
  color: #000;
}
.header li a {
  display: block;
  text-decoration: none;
}

.header li a:hover {

  color: #fff;
}
  .header a {
    color: #fff;
    text-decoration: none;
  }

  .header ul ul {
    display: none;
    position: absolute;
    top:52px;
    right:0px;
  }

.header ul ul li {
  display: block;
  white-space: nowrap;
  width:100%;
  text-align: right;
}
.header ul li:hover ul {
  display: block;
}
.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* NEW HEADER */
#header {
  background-color: rgba(0,0,0,.3);
  color: white;
  left: 0px;
  font-size: 13px;
  height: 62px;
  font-weight: 700;
  min-width: 600px;
  position: fixed;
  text-transform: uppercase;
  top: 0px;
  width: 100%;
  z-index: 2000;
}

#header .nav {
  padding-right: 10px;
}

#header .logo {
  padding: 20px 0 0 20px;
}

#header .navItem {
  display: inline-block;
}

#header .navItem span.arrow {
  background: url(../homeAssets/images/landing/arrow-nav.png) no-repeat;
  display: inline-block;
  width:14px;
  height: 8px;
  margin-left: 5px;
}

#header .navItem.button {
  display: inline-block;
  margin: 11px 2px 0 0;
  padding: 11px 15px;
}

#header .navItem.link {
  display: inline-block;
  margin: 11px 15px 0 0;
}

#header a {
  color: white;
}

#header .button {
  border-radius: 3px;
  background-color: white;
  color: #333;
}

#header .features {
  cursor: default;
  position: relative;
}

#header .features:hover .dropdown {
  display: block;
}

#header .dropdown {
  display: none;
  padding-top: 23px;
  position: absolute;
  right: 0px;
}

#header .dropdown a {
  background-color: rgba(0,0,0,.3);
  display: block;
  white-space: nowrap;
  font-weight: 600;
  padding: 3px 15px;
  text-align: right;
  text-transform: uppercase;
}

#header .dropdown a:hover {
  background-color: rgba(0,0,0,.4);
}

#header .dropdown a:first-of-type {
  padding: 6px 15px 3px;
}
#header .dropdown a:last-of-type {
  padding: 3px 15px 6px;
}



/* CONTENT STYLES */

.clear {
  clear: both;
}

.arrowLink, .closeLink {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  cursor: pointer;
}
.arrowLink img, .closeLink img {
  position: relative !important;
  padding: 0px !important;
  top: -2px
}

h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  padding-top: 165px;
  margin: 0px;
  display: none;
  text-shadow: 0px 0px 16px rgba(0,0,0,.9);
}

h2 {
  color: #fff;
  font-weight: 300;
  font-size: 25px;
  line-height: 35px;
  width: auto;
  display: inline-block;
  padding: 190px 72px 15px;
  margin: 0px;
  text-shadow: 0px 0px 16px rgba(0,0,0,.9);
}

.adsshowcase{
  color: #666;
  font-weight: 300;
  font-size: 25px;
  line-height: 35px;
  width: auto;
  display: inline-block;
  margin: 0px;
  padding: 20px;
  text-shadow: none;
}

.greenDiv, a.greenDiv {
  background-color: #8caa00;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0px 50px;
  padding: 15px 0;
  position: relative;
  top: -30px;
  z-index: 100;
  text-decoration: none;
  display: block;
}

.greenDiv:hover, .prod:hover .greenDiv {
  background-color: #789201;
}

.greenDiv.blueDiv {
  background-color: #00aeef;
}

.greenDiv.blueDiv:hover, .prod:hover .greenDiv.blueDiv {
  background-color: #0090c6;
}

.greenDiv.video {
  width: 400px;
  margin: 0 auto -30px;
  cursor: pointer;
}

.greenDiv img {
  position: relative;
  top: -2px;
  padding: 0 !important;
}

/* HOMEPAGE STYLES */

#homeTop {
  background: #000;
  height:500px;
  height: 100%;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
}

.headFlexSlider a:focus {
  outline: none;  
}

.headFlexSlider h2 {
  font-size: 30px;
  line-height: 30px;
  font-family: 'gothamBook';
  text-transform: uppercase;
  top: 50%;
  margin-top: -10px;
  position: relative;
  padding: 0; 
}

.headFlexSlider .flex-direction-nav {
  display: block;
  position: fixed;
  top: 50%; 
}

.headFlexSlider .flex-direction-nav .flex-prev {
  left: 20px;
  opacity: 0.4;
}

.headFlexSlider .flex-direction-nav .flex-next {
  right: 20px;
  opacity: 0.4;
}

.headFlexSlider .flex-direction-nav .flex-prev:hover {
  opacity: 1; 
  background-position: 0 -88px;
}

.headFlexSlider .flex-direction-nav .flex-next:hover {
  opacity: 1; 
  background-position: 100% -88px;
}

.headFlexSlider .flex-direction-nav li {
  width: 100%;
  position: fixed;
}

#homeTop .flex-control-paging li a {
  background-color: rgba(255,255,255,.5);
}

#homeTop .flex-control-paging li a.flex-active {
  background-color: rgba(255,255,255,1);
}
#homeTop .bubble {
  position: absolute;
  bottom: 50px;
  left: 50px;
  background-color: #fff;
  color: #000;
  border-radius: 3px;
  font-size: 10px;
  padding: 7px 10px;
  text-align: left;
  opacity: .9;
  line-height: 14px;
  letter-spacing: 1px;
  cursor: default;
}
#homeTop .bubble a{
  text-decoration: none;
  color: #000;
}
.bubble .triangle {
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
}
.bubble.artistlink .triangle {
  left:auto;
  right: 20px;
  border-right: 0px solid transparent;
  border-left: 10px solid transparent;
}

#homeTop .bubble.artistlink {
  left: auto;
  text-align: right;
  right: 50px;
}

#homeTop .bubble b {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
#homeTop .slides li {
  width: 100%;
  /*height: 500px;
  position: absolute;
  top:0px;
  left:0px;
  /*z-index: 0;*/
  position: relative;
  background-size: cover;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
}
#homeTop li#ladyG    { background-image: url("../img/new/img2.jpg");  }
#homeTop li#paulMC   { background-image: url("../img/new/img3.jpg"); }
#homeTop li#yeasayer { background-image: url("../img/bg_homeTopYeasayer.jpg"); }
#homeTop li#kevin  { background-image: url("../img/bg_homeTopKevin.jpg"); }
#homeTop li#kid    { background-image: url("../img/bg_homeTopKid.jpg"); }
#homeTop li#arcadeF  { background-image: url("../img/new/img1.jpg"); }
#homeTop li#cVS  { background-image: url("../img/new/cVS.jpg"); }
#homeTop li#BOH  { background-image: url("../img/new/boh.jpg"); }

#homeTop li big {
  display: block;
  position: absolute;
  bottom: 3em; 
  right: 6%;
}


#homeProd {
  background-color: #509bb8;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

  #homeProd .prod {
    float: left;
    text-decoration: none !important;
    color: #fff;
    font-weight: 300;
    text-align: center;
    width: 50%;
    position: relative;
  }

  #prodTP.prod {
    background-color: #65b4d1;
  }

  .prod img {
    padding: 15px 0px ;
  }

  .prod p {
    padding: 10px 50px 100px;
    text-align: justify;
  }
  
  #scrllDwn {
    width: 43px;
    height: 43px;
    left: 50%;
    bottom: 2em;
    z-index: 3;
    margin-left: -21px;
    position: fixed;
  }

  .prod .arrowLink {
    COLOR: #015c7d;
    position: absolute;
    left: 50%;
    bottom: 50px;
    margin-left: -80px;
  }
  ol.flex-control-nav.flex-control-paging { display: none; }

/* ARTIST LINK  */

#artistLink {
  height: 800px;
  position: relative;
  background: url(../img/new/city_reea2.png) no-repeat center top;
  background-size: 100%;
}
  #alText {
    float: left;
    width: 460px;
    color: #fff;
    padding: 35px;
    text-align: right;
    font-size: 22px;
    z-index: 3;
    position: relative;
    margin: 110px 5% 0 50%;
    font-family: 'gothamBook';
    background: url(../img/new/alTile.png);
  }
  
  .getStarted {
    color: #fff;
    padding: 15px 50px;
    border-radius: 2px;
    background: #8caa00;
    box-shadow: 0 -3px #576902 inset;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
  }
    .getStarted:hover {
      background: #789201;
      /*box-shadow: 0 3px #576902 inset;*/
    }
#girlDiv {
  width: 747px;
  height: 800px;
  position: relative; 
}
  #girl {
    width: 747px;
    height: 800px;
    position: relative;
    z-index: 1;
    background: url(../img/new/girl.png) no-repeat left bottom;
  }
    #laptop {
      width: 265px;
      height: 166px;
      position: absolute;
      left: 28%;
      top: 39.5%;
      z-index: 0;
    }
      #laptop img {
        width: 100%;
      }

#artistLink small,
#tsPlatform small {
  left: 0;
  right: 0;
  bottom: 9em;
  color: #b1b1b1;
  position: absolute;
  text-align: center;
  z-index: 3;
  font-size: 12px;
  font-family: 'gothamBook';
}

  #artistLink .flexslider {
    background: rgba(19,21,25,0.9);
  }
  #tsPlatform .flexslider {
    background: rgba(19,21,25,0.7);
  }

/* HOME NEWS STYLES */
#homeNews, #contact {
  background: url(../img/bg_news.gif);
  color: #555;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}
#contact .content {
  padding: 80px 55px 30px;
}

  #homeNews p {
    margin: 30px 0 0;
  }

  #homeNews span {
    padding: 0 0 80px;
    width: 24%;
    display: inline-block;
  }

/* HOME BANDS STYLES */

#homeBands,
#homeBands2 {
  width: 100%;
  border: 0px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

#homeBands .band,
#homeBands2 .band {
  display: inline-block;
  width: 24%;
  text-align: center;
  vertical-align: middle;
}

#homeBands img,
#homeBands2 img {
  width: 150px;
  /*margin: 20px auto;*/
  margin: 2.5em auto 1.5em;
}
#homeBands img.img2,
#homeBands2 img.img2 {
  display: none;
}
#homeBands a:hover .img1,
#homeBands2 a:hover .img1 {
  display: none;
}
#homeBands a:hover .img2,
#homeBands2 a:hover .img2 {
  display: block;
}

.slides.noMob {
  display: block;
}
.slides.noDesk {
  display: none;
}


/* ADS */

#tsAdds {
  display: block;
  background: #fff;
  text-align: center;
  padding: 4em 0;
  position: relative;
  z-index: 10;
}
  #tsAdds .addHeader {
    display: block;
    clear: both;
    margin: 0 auto 2.5em;
  }
  #tsAdds li {
    display: inline-block;
  }
  
/* TOPSPIN PLATFORM */

#tsPlatform {
  width: 100%;
  height: 770px;
  position: relative;
  background: url(../img/new/tsplatformbg2.png) no-repeat center top;
  background-size: 100%;
}
  #pText {
    float: left;
    color: #fff;
    width: 470px;
    padding: 35px;
    z-index: 3;
    position: relative;
    margin: 260px 0 0 5%;
    font-size: 22px;
    font-family: 'gothamBook';
  }
#tsPlatform #modal {
  top: 11%;
  left: 49%;
  width: 540px;
  height: 540px;
  position: absolute;
}
  .platformImg {
    margin-left: 0.5em;
  }
  
  /*#tsPlatform,*/
  #artistLink {
    background: none; 
  }
  
  #tsPlatform {
    overflow: hidden;
    /*margin-top: -50px;*/
  }
  
/* FOOTER STYLES */
.footer {
  background: url(../img/bg_footer.gif);
  z-index: 3;
}

  .footer .copyright {
    color: #666;
    text-decoration: none;
    display: inline-block;
    padding: 9px 0 9px 0px;
    margin: 30px 0 0 15px;
    font-weight: 300;
    font-size: 11px;
    float: left;
  }

  .footer ul {
    color: #fff;
    float: right;
    padding: 20px 100px 20px 0;
  }

  .footer ul li {
    list-style: none;
  }

.footer ul a {
    color: #fff;
    font-size: .7em;
    line-height: 25px;
    text-transform: uppercase;
    text-decoration: none;
  }




/* PRODUCT PAGE STYLES */

a .burst-12 {
  position: absolute;
  left: 100%;
  color: #fff;
  top: 250px;
  margin-left: -100px;
}

.burst-12 {
  background: #75d9ff;
  width: 80px;
  height: 80px;
  position: relative;
  text-align: center;
  z-index: 100;
}
.burst-12:after, .burst-12:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #75d9ff;
}
.burst-12:before {
  content: "Use Labs";
  text-shadow: 2px 2px 0px #00aeef;
  height: 60px;
  width: 80px;
  line-height: 35px;
  z-index: 100;
  font-weight: 700;
  padding-top: 20px;
  text-transform: uppercase;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}
.burst-12:after {
  height: 80px;
  width: 80px;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
}


#prodTop {
  background: #94aa00 url(../img/prod_TPcomputer.png) no-repeat 97% 55px;
  height:370px;
  letter-spacing: 1px;
  text-align: justify;
  padding: 55px 525px 0 55px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
}

#products #prodTop {
  background-color: #94aa00;
  padding: 140px 295px 0;
  background-image: url(../img/prod_TPcomputer.png);
  background-repeat: no-repeat;
  background-position: -200px 135px;
  position: relative;
}

#products #prodTop .genericHead {
  text-align: center;
}


#products .prodRightImg {
  position: absolute;
  top: 135px;
  right: 0px;
}

/*#products .multi {
  background: #94aa00 url(../img/prod_TPcomputer.png) no-repeat left -200px top 135px;
}*/

#products .title {
  text-align: center;
  margin-bottom: 50px;
  margin-top: -30px;
  font-size: 48px;
}

#products .cslogo {
  margin: 0 50px 120px 0;
  float: left;
}
#products .half {
  text-align: center;
}

#products .half p {
  text-align: justify;
}
#products .half p strong {
  text-align: center;
  display: block;
}

#products .half .greenDiv {
  margin: 0px auto 30px;
  display: inline-block;
  padding: 10px 0;
  position: static;
  width:300px;
}

body.artistlink #prodTop {
  background: #509bb8 url(../img/prod_ALcomputer.png) no-repeat 97% 55px;
  height:370px;
  letter-spacing: 1px;
  text-align: justify;
  padding: 55px 525px 0 55px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
}
body.spotify #prodTop {
  background: #8CAA00 url(../img/prod_ALspotify.png) no-repeat 97% 75px;
  height:370px;
  letter-spacing: 1px;
  text-align: justify;
  padding: 75px 525px 0 75px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
}

body.artistlink #prodTop .arrowLink {
  color: #005b7c;
  text-decoration: none;
}

#prodTop p {
  padding-top: 25px;
  margin: 0px;
}


#prodTop .arrowLink {
  color: #4c5800;
  margin: 30px 0;
  display: inline-block;
}
#prod.topspinPlatform #prodTop .videoLink {
  color: #4c5800;
  margin: 20px 0 0 0;
  display: block;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  cursor: pointer;
}

#prod.topspinPlatform #prodTop .arrowLink {
  margin: 10px 0 0px 0;
  display: block;
  padding-bottom: 30px;
}
.prodSignup {
  background: url(../img/bg_footer.gif);
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  padding: 10px 0;
}

.prodSignup.scrollSignup {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 500;
  width: 100%;
  padding-top: 55px;
  background: #000;
  margin-bottom: -55px;
}

.prodSignup input[type=text]{
  border-radius: 3px;
  border: none;
  color: #aaa;
  margin-left: 15px;
  padding: 15px 20px;
  font-weight: 300;
  width:365px;
}

.prodSignup input:focus{
  outline: none;
}

.prodSignup input[type=submit]{
  border-radius: 3px;
  border: none;
  background-color: #00aeef;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 20px 17px;
  position: relative;
  top:-1px;
  font-weight: 700;
  font-size: 14px;
  margin-right: 10px;
}
#signup_error {
  display: inline-block;
}
#for {
  text-align: center;
}

.forGroup {
  color: #00aeef;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin: 50px 0px 0px;
  cursor: pointer;
  padding: 20px 30px;
  position: relative;
  white-space: nowrap;
}

.forGroup.selected {
  background-color: #00aeef;
  color: #fff;
}

.forGroup.selected .arrow {
  border-top: 10px solid #00aeef;
}

.forGroup .arrow {
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -10px;
}

.feature.service {
  background-color: #eee;
  display: none;
}

.feature.service .prodImage {
  float: left;
  padding: 60px 0px 60px 50px;
}

.feature.service .content {
  float: right;
}

.zd_satisfaction div {
  border-radius: 3px !important;
  margin-top: 50px !important;
  background-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.zd_rating_string {
  background-color: #fff !important;
}
.zd_rating_number {
  font-size: 5em !important;
  padding-top: 10px;
}


.feature .subFeature {
  text-align: center;
  display: none;
  margin-top: 40px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
}
.feature.right .subFeature {
  color: #fff;
}

.subFeature .odd, .subFeature .even {
  width:32%;
  display: inline-block;
  margin: auto;
  vertical-align: top;
}

.feature.right .subFeature p {
  color: #fff;
  padding: 10px 0;
  width: 310px;
  margin: 0 auto 5px;
}

.subFeature p {
  color: #333;
  padding: 10px 0;
  width: 400px;
  margin: 0 auto 10px;
}
.subFeature .subImg {
  padding: 0 0 50px;
  display: block;
}

.feature.right {
  background-color: #000;
}


.feature.genWhite .content {
  float: none;
  padding: 80px 55px;
  width: auto;
}

.feature.genGrey {
  background-color: #eee;
}

.feature.genGrey .content {
  float: none;
  padding: 80px 55px;
  width: auto;
}

.feature.genWhite.press .content, .feature.genGrey.press .content {
  width: 40%;
  float: left;
  padding: 80px 0 80px 55px;
}


.feature .content {
  width: 40%;
  float: left;
  padding: 100px 0px 60px 55px;
}
.feature .prodImage {
  float: right;
  padding: 60px 50px 60px 0;
}
.feature.right .content {
  float:right;
  background-color: rgba(255,255,255,.3);
  padding: 40px 40px 0;
  margin:20px;
  height: 315px;
  color: #fff;
}

.feature.right .title {
  color: #fff;
}

.feature.right .subText {
  color: #fff;
}

.feature .title {
  font-size: 34px;
  font-weight: 300;
  color: #333;
  margin-bottom: 20px;
}

.feature .subText {
  font-size: 15px;
  font-weight: 300;
  color: #666;
  line-height: 30px;
}

.feature .arrowLink, .feature a.arrowLink {
  color: #00aeef;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}

.feature .closeLink {
  color: #00aeef;
  display: none;
  margin-top: 10px;
}

#pricing {
  background-color: #ccc;
  padding: 100px 0;
  text-align: center;
}

.priceGroup {
  width: 32%;
  display: inline-block;
}

.price {
  height: 715px;
  background-color: #fff;
  border-radius: 3px;
  margin: auto;
  width:300px;
  overflow: hidden;
  position: relative;
}

.bulk {
  position: absolute;
  bottom:20px;
  width:100%
}
.price .top {
  width: 100%;
  height: 250px;
  text-shadow: 3px 3px 0px #000;
  background-image: -ms-linear-gradient(top, #333333 0%, #111111 100%);
  background-image: -moz-linear-gradient(top, #333333 0%, #111111 100%);
  background-image: -o-linear-gradient(top, #333333 0%, #111111 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(1, #111111));
  background-image: -webkit-linear-gradient(top, #333333 0%, #111111 100%);
  background-image: linear-gradient(to bottom, #333333 0%, #111111 100%);
}
.price .top .name {
  color: #fff;
  font-weight: 300;
  font-size: 28px;
  padding: 15px 0;
  border-bottom: 1px solid #000;
}

.price .top .subPrice {
  color: #fff;
  font-weight: 300;
  font-size: 28px;
  border-top: 1px solid #444;
}

.price .top .number {
  color: #fff;
  font-weight: 600;
  font-size: 90px;
  letter-spacing: -2px;
}
.price .top .number .dollar {
  color: #aaa;
  font-weight: 300;
  font-size: 30px;
  display: inline-block;
  padding-top: 22px;
  vertical-align: top;
}

.price .top .number .time {
  color: #aaa;
  font-weight: 300;
  font-size: 12px;
  display: inline-block;
  padding-top: 85px;
  vertical-align: top;
  letter-spacing: 1px;
}

.price .top .year {
  color: #aaa;
  font-weight: 600;
  font-size: 12px;
  margin-top: -15px;
}

.price .greenDiv {
  text-shadow: none;
  padding: 15px 0;
  font-size: 15px;
  top: -25px;
}

.price ul {
  text-align: left;
  font-size: 12px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.price ul b {
  text-transform: uppercase;
  color: #111;
}
.price li {
  padding-left: 20px;
  line-height: 23px;
  color: #666;
}

.price a {
  font-weight: 700;
  font-size: 700;
  color: #00aeef;
  text-decoration: none;
}

.price a.greenDiv {
  color: #fff;
}

body#prod .feature.center {
  text-align: center;
  width: 100%;
}

body#prod .feature.center .content {
  text-align: center;
  width: 100%;
  padding: 40px 0px;
}


body#prod .feature.center.black {
  background-color: #333;
  padding: 20px 0px;
}
body#prod .feature.center.grey {
  background-color: #eee;
  padding: 20px 0px;
}
body#prod .feature.center .content {
  padding-bottom: 30px;
}
body#prod .feature.center.black .visThree {
  margin-top: 0px;
  padding-bottom: 50px;
}

body#prod .feature.center.black .title {
  color: #fff;
}
body#prod .feature.center.grey .title {
  color: #333;
}
body#prod .feature.center.black .subText {
  color: #999;
}
body#prod .feature.center.grey .subText {
  color: #666;
}
body#prod .feature.center .subImg {
  margin-bottom: 20px;
}

body#prod .feature.center .title, body#prod .feature.center .subText {
  width: 65%;
  margin: auto;
}

body#prod .feature.center .title {
  margin: 0 auto 20px;
}

body#prod .feature.center .visThree {
  display: block;
}

body#prod .feature.center .visThree p {
  font-weight: bold;
  text-transform: none;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  color: #666;
  width: 100%;
}

body#prod .feature.center .visThree .subImg {
  padding-bottom: 0px;
}


#aboutTop {
  background: #000 url(../img/bg_aboutTop.jpg) no-repeat center top;
  height:170px;
  letter-spacing: 2px;
  text-align: center;
  padding-top: 330px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.half {
  width:45%;
  float: left;
  padding-bottom: 40px;
}
.half.right {
  float: right;
}

#support .content {
  margin: 0px;
  padding: 0px;
}
#support .feature.genGrey img.icon {
  margin-bottom: 20px;
}
#support .content .title {
  font-size: 40px;
  color: #fff;
}
#support .content .arrowLink {
  font-size: 16px;
}
#support .content .arrowLink img {
  height: 20px;
}
#support .feature.genGrey {
  background-color: #333;
}

#support .half {
  padding: 200px 0 170px;
  text-align: center;
  width: 49%;
}

#support .half.right {
  background-color: #fff;
  color: #333;
}
#support .half.right .title {
  color: #333;
}

#contact {
  text-align: left;
}

#contact a {
  color:#33baee;
  text-decoration: none;
}
#contact .title {
  color: #fff;
}
#contact .subText {
  color: #aaa;
}

#genTop {
  background: #509bb8;
  letter-spacing: 1px;
  text-align: justify;
  padding: 30px 55px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
}

#genTop .arrowLink {
  color: #005b7c;
  text-decoration: none;
}

#genTop p {
  margin: 20px 0 0 0;
}

.genText {
  color: #666;
  padding: 25px 55px;
  font-size: 12px;
  line-height: 24px;
}
.genText p {
  margin-bottom: 30px;
  text-align: justify;
}

.genText a {
  text-decoration: none;
  font-weight: bold;
  color: #94aa00;
}

.genText a:hover {
  color:#789201
}

.genText b {
  color: #333 ;
  text-transform: uppercase;
}
#genTop a {
  text-decoration: none;
  font-weight: bold;
  color: #005b7c;
}

#genTop a:hover {
  color:#004a65
}
#genTop .arrowLink {
  color: #4c5800;
  margin: 30px 0;
  display: inline-block;
}

.genericHead {
  color: #fff;
  text-align: left;
  font-size: 48px;
  font-weight: 300;
}

#TSCart_swf_div_wrap {
  display: none !important;
}


/* RESPONSIVE STYLES */
.toggleOn {
  display: none !important;
}
.toggleOnpassionate {
  display: none !important;
}

@media (min-width:1250px) {
  body.artistlink #prodTop,
  #prodTop {
    padding: 130px 0 0 55px;
    background-image: none;
  }
  #prodTop .container1250 {
    height: 100%;
    max-width: 1232px;
    width: auto;
    position: relative;
  }
  .topspinPlatform #prodTop .container1250 {
    background: url(../img/prod_TPcomputer.png) no-repeat 97% 5px;    
  }
  body.artistlink #prodTop .container1250 {
    background: url(../img/prod_ALcomputer.png) no-repeat 97% 5px;    
  }
  #prodTop p { width: 58%; }
  a .burst-12 {
    top: -28px;
    margin-left: -7%;
  }
  
  .feature .subFeature,
  .container1250,
  .feature.build,
  .feature.sell,
  .feature.own {
    margin: 0 auto;
    width: 1232px; /* 1250px */
  }
  .feature.right.communicate,
  .feature.right.deliver {
    background-position: center 0 !important;
  }
}

@media screen and ( max-width: 1100px ) {
  #alText { float: right; margin-left: 0; }
}
@media screen and ( max-width: 1024px ) {
  #alText { float: right; margin-left: 0; }
  #girlDiv { display: none !important; }
}
@media screen and ( max-width: 1024px ) and (orientation: landscape) {
  .mobileBg #alText,
  .mobileBg #pText { margin-top: 6%; }
}

@media all and (max-width: 960px) {
  #homeProd a {
    text-decoration: none;
  }
  #homeProd .prod {
    float: none;
    padding-bottom: 20px;
    width: 100%;
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
  }
  #prodTop {
    background: #94aa00 url(../img/prod_TPcomputer.png) no-repeat 50% 80px;
    height:auto;
    padding: 400px 20px 0 20px;
  }
  body.artistlink #prodTop {
    background: #509bb8 url(../img/prod_ALcomputer.png) no-repeat 50% 80px;
    height:auto;
    padding: 400px 20px 0 20px;
  }
  body.spotify #prodTop {
    background: #8CAA00 url(../img/prod_ALspotify.png) no-repeat 50% 55px;
    height:auto;
    padding: 400px 20px 0 20px;
  }

  #products #prodTop {
    background-color: #94aa00;
    background-image: url(../img/prod_TPcomputer.png);
    background-repeat: no-repeat;
    background-position: -200px 135px;
    padding: 80px 50px 50px;
  }

  #products #prodTop .genericHead {
    text-align: center;
    margin-bottom: 330px;
  }

  #products .half img.prodlogo {
    margin-top: 50px;
  }

  #prodTop .prodlogo {
    text-align: center;
  }

  #prod input[type=text] {
    width: 200px;
    font-size: 18px;
  }


  .feature {
    height: auto;
    text-align: center;
  }

  .feature .content {
    float: none;
    text-align: left;
    padding: 100px 70px 50px;
    width: auto;
    font-s
  }
  .feature .prodImage {
    float: none;
    padding: 0px;
    margin: 30px auto 0;
  }
  .feature.right .content {
    float:none;
    background-color: rgba(0,0,0,.5);
    padding: 40px 30px 0;
    margin: 0px 40px;
    height: 360px;
    color: #fff;
  }
  .subFeature .odd, .subFeature .even {
    width:100%;
    display: block;
  }
  #pricing {
    padding-bottom: 50px;
  }
  .priceGroup {
    width: 100%;
    display: block;
  }

  .price {
    height: auto;
    background-color: #fff;
    border-radius: 3px;
    margin: 0 auto 50px;
    width:500px;
    padding-bottom: 20px;
  }
  .bulk {
    position: static;
    bottom: auto;
    padding-top: 20px;
  }
  .half, .half.right {
    float: none !important;
    width: 100% !important;
    height: auto;
  }
  #support .genericHead {
    font-size: 40px;
  }
  .half.right {
    padding: 0px;
  }
}

@media all and (max-width: 725px) {
  #aboutTop p {
    font-size: 16px;
  }
  #homeProd .prod, #prodTop p, #products .half p, .feature .subText, body#prod .feature.center .visThree p {
    font-size: 20px;
    line-height: 34px;
  }
  .price li {
    line-height: 24px;
    font-size:14px;
  }
  #homeTop .bubble {
    opacity: 1 !important;
    line-height: 20px;
    font-size: 14px !important;
  }
  .copyright {
    width: 190px;
  }
  #homeNews span {
    width: 49%;
    padding: 0 0 40px;
  }
  .header, #prod .header {
    height: 68px;
    overflow: hidden;
    position: absolute;
    background-color: #000;
  }
  .header .copyright {
   width: 100%;
   clear: both;
   text-align: left;
  }
  #smallNav .copyright a {
    float: left;
    display: inline-block;
    width: 15% !important;
    line-height: 30px !important;
  }
  #smallNav .copyright a img{
    width: 80%;
  }
  #smallNav .copyright span {
    font-size: 1.2em !important;
    display: block;
    clear: both;
    padding: 4em 1em;
  }
  .logo {
    height: 44%;
    width: 40%;
    margin-top: 4%;
  background-size: contain;
  }
  .header {
    height: 6.1em;
    overflow: visible;
  }
  .header ul {
    display: none;
  }
  .navToggle {
    padding-top: 24px;
    display: block;
  background: url(../img/new/icon_navToggle.png) no-repeat center center;
  background-size: contain;
  }
  .navToggle.navH {
    background-image: url(../img/new/icon_navToggleX.png);
  }
  #smallNav {
    display: block;
  position: absolute; /* fixed;*/
  /*left: 100%;*/
  right: 0;
  width: 0;
  top: 6em;
  height: 760px;
  min-width: 0px;
  background: #000;
  overflow: hidden;
  }
  #smallNav .menu2 a,
  #smallNav .copyright span {
  font-size: 1.8em;
  white-space: nowrap;
  overflow: hidden;
  }
  #homeTop h1 {
    padding-top: 170px;
  }
  #homeTop h2 {
    font-size: 25px;
    line-height: 40px;
    padding: 8em 20px 15px;
  }
  #homeTop .headFlexSlider h2 {
    top: 40% !important;
    padding: 0;
    font-size: 3em;
    line-height: 1em;
    padding: 0;
    width: 90%;
  }
  .footer ul {
    text-align: right;
    padding: 20px 40px 20px 65px;
  }
  #homeBands .band,
  #homeBands2 .band {
    width: 49%;
  }

  #homeBands .band .name, #homeBands .band .subText {
    display: none;
  }
  #homeBands .band.al {
    position: relative;
    top: 30px;
    margin-bottom: 120px;
  }
  .forGroup {
    padding: 20px 10px;
  }
  #prodSignup {
    font-size: 12px;
  }
  a .burst-12 {
    position: absolute;
    left: 50px;
    color: #fff;
    top: 100px;
    margin-left: 0px;
  }
  .toggleOff {
    display: none !important;
  }
  .toggleOn {
    display: block !important;
  }
  .toggleOnpassionate {
    display: inline-block !important;
  }
  .footer ul a {
    font-size: 13px;
  }
  .footer ul {
    text-align: right;
    padding: 20px 40px 20px 30px;
  }
  
  /****************/
  #homeTop,
  #homeTop .slides li,
  #artistLink,
  #tsPlatform {
  height: 850px !important;
  }
  #homeTop .slides li {
   background-size: cover; 
  }
  .mobileBg #home #artistLink {
    overflow: auto;
   margin-top: -20px;
   background: url(../img/new/cityMob.png) no-repeat scroll center top ;
   background-size: cover;
  }
  .mobileBg #tsPlatform {
   overflow: auto;
   margin-top: 0;
   background: url(../img/new/tsplatformbgMob.jpg) no-repeat scroll center top;
   background-size: cover; 
  }
  
  #girlDiv,
  .footer,
  .slides.noMob,
  .headFlexSlider h2 br,
  .parallaxImg,
  .parallaxImgBtm {
   display: none !important; 
  }
  #homeBands, #homeBands2 {
   padding-top: 2em; 
  }
  .headFlexSlider .flex-direction-nav { visibility: hidden; }
  #alText,
  #pText {
    width: 80%;
    float: none;
    margin: 20% auto 0;
    /*background: url(../img/new/alTile.png);*/
    background: none;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  #pText {
   margin-top: 0%; 
  }

  #alText p,
  #pText p {
    font-size: 1.4em;
    padding-bottom: 1em;
  }
   #pText p {
   font-size: 1.1em;  
   }
  #homeBands img,
  #homeBands2 img {
   width: 80% !important; 
  }
  .flex-direction-nav .flex-next,
  .flex-direction-nav .flex-prev {
    background-position: 100% bottom !important; 
  }
  #artistLink small,
  #tsPlatform small {
    color: #fff;
   bottom: 7em;
   font-size: 1.5em; 
  }
  .getStarted {
   font-size: 1.5em; 
  }
    .slides.noDesk {
    display: block;
  }
  
  #smallNav span,
  #smallNav a {
    line-height: 40px;
  }
  
  .flex-direction-nav .flex-next {
    background-image: url(../img/new/arrowWhiteR.png);
  }
  .flex-direction-nav .flex-prev {
    background-image: url(../img/new/arrowWhiteL.png);
  }
  
}

@media screen and ( max-width: 640px ) {

  /*body,
  .header,
  #homeTop,
  #artistLink,
  #tsPlatform {
    width: 100%;
    min-width: 640px; 
  }
    
  .slides li {
    width: 100%;
    max-width: 640px; 
  }
  
  #tsAdds .addHeader,
  #tsAdds li img {
    max-width: 380px;
    min-width: 360px;
    width: 100%;
    margin: 0 auto; 
  }
  
  #artistLink,
  #tsPlatform {
    background-size: 100% auto; 
    padding-bottom: 30px;
    -webkit-backface-visibility: hidden;
      -moz-backface-visibility:    hidden;
      -ms-backface-visibility:     hidden;
    
  }*/
  
  
}





@media screen and ( max-width: 320px ) {
  
  /*body,
  .header,
  #smallNav {
    width: 100%;
    min-width: 320px; 
  }
  
  .slides li {
    width: 100%;
    max-width: 320px; 
  }
  
  .navToggle {
    z-index: 9; 
  }
  
  #smallNav ul {
    margin-bottom: 1.5em; 
  }
  
  
  #smallNav span, 
  #smallNav a {
    font-size: 1.1em;
    line-height: 1.1em;
  }
  
  #smallNav ul.menu2 {
    margin-bottom: 10px;  
  }
  
  #smallNav .menu2 li,
  #smallNav .menu2 a {
    font-size: 0.85em;  
    line-height: 0.85em;  
  }
  
  #smallNav .copyright {
    position: relative; 
    padding-left: 17px;
  }
  
  #smallNav .copyright a {
    display: inline-block;
    float: none;
    width: 30px;
  }
  
  #smallNav .copyright a img {
    max-width: 35px;  
  }
  
  #smallNav .copyright span { 
    display: block;
    font-size: 0.8em; 
    float: none;
    position: relative;
  }
  
  #smallNav .copyright span,
  #smallNav .copyright a {
    font-size: 0.8em;
    margin: 0 2px;
    padding: 0 10px 0 0;  
  }
  

  #homeTop,
  #artistLink,
  #tsPlatform,
  #tsAdds,
  #tsAdds ul,
  #pText,
  #alText {
    min-width: 320px;
    width: 100%;
    padding: 20px 0;
    margin: 0 auto; 
    float: none;  
  }
  
  #tsAdds .addHeader,
  #tsAdds li img {
    max-width: 280px;
    min-width: 260px;
    width: 100%;
    margin: 0 auto; 
  }
  
  #tsAdds .addHeader {
    padding-bottom: 20px; 
  }
  
  #tsAdds {
    padding: 20px 0;  
  }
  
  #tsAdds ul {
    padding: 0; 
  }
  
  #tsAdds li {
    padding: 5px 0; 
  }
  
  
  #girlDiv,
  .footer {
    display: none;  
  }
  
  #alText img {
    max-width: 250px;
    width: 100%;
    padding: 0;
    margin: 0 auto; 
  }
  
  #pText img {
    width: 90px;
    height: auto;
    display: inline-block;
    margin: 0;
  }
  
  #pText p {
    font-size: 0.6em; 
    max-width: 260px;
    margin: 0 auto;
  }
  
  #artistLink small, 
  #tsPlatform small,
  #homeBands, 
  #homeBands2 {
    position: relative;
    background: #222;
  }
  
  #artistLink,
  #tsPlatform {
    background-size: auto 100%; 
    padding-bottom: 30px;
    -webkit-backface-visibility: hidden;
      -moz-backface-visibility:    hidden;
      -ms-backface-visibility:     hidden;
    
  }*/
 
}
