/*reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, input, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

html, body
{
    height: 100%;
}

ul li
{
    list-style-type: none;
}

ol, ul
{
    list-style: none;
}

blockquote, q
{
    quotes: none;
    display: block;
}

block quote:before, block quote:after, q:before, q:after
{
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus
{
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins
{
    text-decoration: none;
}

del
{
    text-decoration: line-through;
}

em
{
    font-style: italic;
}

strong
{
    font-weight: bold;
}


div.hr
{
    display: block;
    width: 100%;
    height: 5px;
    clear: both;
    margin: 0 auto;
   	border-bottom: 1px #ccc solid;
}

hr
{
    display: none;
}

form {
  margin: 0 0 18px;
}

select {
  display: inline-block;
  width: 220px;
  background-color: #ffffff;
  height: 28px;
  line-height: 28px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

select[multiple],
select[size] {
  height: auto;
}

input, textarea {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


body
{
    /* Consistently resizes text and line-height across all browsers */
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    background: #fff;
    color: #333;
    font-family: "Droid Sans", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background: url(/images/css/bg-header.jpg) 0 0 repeat-x;
}

a
{
    color: #333;
    text-decoration: none;
}

a:hover
{
    color: #8BC53F;
    text-decoration: none;
}

p
{
    clear: both;
    float: left;
    font-size: 1.2em;
    margin: 0 0 10px;
}

h2
{
    font-size: 19px;
    font-weight: 700;
}

h2 span
{
    font-weight: bold;
}

h3
{
    font-size: 16px;
    font-weight: normal;
}

h4
{
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #8BC53F;
}

h5
{
    font-size: 12px;
    font-weight: bold;
}

h5 span
{
    font-weight: normal;
}

/* -------------------------- USER STYLES	----------------------------------- */

#wrapper
{
    width: 100%;
    min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -256px;
}

#header {
    width: 100%;
    height: 122px;
    clear: both;
    float: left;
    margin: 0 0 20px;
}
.first-page {
	margin: 0 0 60px!important;
}
#user-bar
{   
    width: 960px;
    height: 37px;
	margin: 0 auto;
	position: relative;
}

h1#logo
{
    margin: 35px 0 10px;
    float: left;
    clear: both;
}

.nav
{
    position: relative;
    top: 10px;
    left: 0;
    width: 100%;
    height: 25px;
    z-index: 5;
    display: block;
}

.nav li
{
    float: left;
    display: block;
    margin-right: 10px;
    padding-right: 10px;
    color: #fff;    
    border-right: 1px #fff solid;
}
.nav li.logout {
	border: none;
}

.nav li a {
	color: #fff;
	font-size: .9em;
}
.nav li a:hover {
	text-decoration: underline;
}

.content {
	clear: both;
	width: 960px;
	margin: 0 auto;
}

.content h2.unlimited-karaoke {
	font-size: 4.5em;
	font-weight: normal;
	line-height: 1;
	width: 280px;
	color: #5e5e5e;
	float: left;
}
.content h2.sign-up-today {
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.2;
	width: 280px;
	color: #5e5e5e;
	margin: 20px 0 0;
	clear: both;
	float: left;
}
.content h3.price-cancel {
	font-size: 1.6em;
	line-height: 1.2;
	width: 280px;
	color: #5e5e5e;
	margin: 10px 0 50px;
	clear: both;
	float: left;	
}
.content .try-it {
	clear: both;
	float: left;
	margin: 0 0 10px;
	padding: 7px 30px;
}
.content .tour {
	clear: both;
	float: left;
	margin: 0 0 40px;
}
.content .devices {
	float: right;
	margin: -390px 0 0;
}
.content h3 {
	margin: 20px 0 10px 20px;
	float: left;
	width: 100%;
}

.content div.enter-email {
	clear: both;
	float: left;
	margin: 30px 0 0 130px;
	width: 600px;
}

.content div.enter-email p {
	width: 100%;
}

.content div.enter-email label {
	float: left;
	margin: 5px 0 0;
	font-size: .9em;
	text-align: right;
	width: 180px;
}

.content div.enter-email p > input, .content div.enter-email p > select, .content div.enter-email p > textarea {
	float: left!important;
}

.content div.enter-email select {
	margin: 0 0 9px 10px;
}

.content div.enter-email .btn-green {
	clear: both;
	float: left;
	margin: 10px 0 0 190px;
	width: 120px;
}

.content div.enter-email .methods {
	clear: both;
	float: left;
}

.content div.enter-email .payment-methods {
	margin: 0 0 20px 190px;
}
.content div.enter-email .payment-methods label {
	width: 128px;
	margin-right: 30px;
}
.content div.enter-email .payment-methods label input, textarea {
	margin: 0 5px 0 0;
	float: left;
}
.content div.enter-email .payment-methods label img.paypal {
	margin: -5px 0 0;
	float: left;
}
.content div.enter-email select[name="Month"] {
	width: 50px;
}
.content div.enter-email select[name="Year"] {
	margin-left: 0;
	width: 70px;
}

.content div.privacy {
	clear: both;
	float: left;
	margin: 30px 0 0 170px;
	width: 600px;
}

.content div.privacy p {
	font-size: 13px;
	line-height: 16px;
}
.content div.privacy h3 {
	margin-left: 0;
}
.content div ul {
	clear: both;
	float: left;
}
.content div ul li {
	list-style: outside none;
	clear: both;
	float: left;
	margin: 0 0 10px 20px;
}
.content div ul li p {
	clear: none;
	float: none;
}
.content div ul li ul li {
	list-style-type: lower-alpha;
}
.content div ul.lower {
	margin-left: 20px;
}
.content div ul.lower li, .content div ul li ul li ul li {
	list-style-type: lower-roman;
}
.content div ul li ul li ul li {
	margin-bottom: 0;
}
.scroll-terms {
	display: block;
	border: 1px #ccc solid;
	width: 610px;
	height: 150px;
	padding: 20px;
	overflow-y: scroll;
	overflow-x: visible;
}
.content .scroll-terms div.privacy {
	margin: 0;
}
.content div.enter-email .rsvp {
    margin-bottom: -20px;
}
.content div.enter-email .radio {
    margin-left: 195px;
}
.content div.enter-email .radio input {
   margin: 5px 5px 0 0;
}
.content div.enter-email .radio label {
    text-align: left;
}

.beta-form {
    clear: both;
    float: left;
    margin:  20px 0 0;
}
.beta-form label {
    width: 140px;
    text-align: right;
    float: left;        
}
.beta-form textarea {
    margin: 0 0 0 10px;       
}
.beta-form div label {
    width:  300px;
    float: none;
}
.beta-form div {
    margin:  0 0 10px;
    width: 100%;         
}
.beta-form div div {
    width: 400px;        
}
.beta-form .btn {
    margin: 0 0 0 150px;        
}

h2.upcoming-services {
	float: left;
	font-size: 3.5em;
	font-weight: 400;
	line-height: 1;
	color: #5E5E5E;
	width: 300px;
	margin: 100px 0 0 30px;
}

.services {
	clear: both;
	float: left;
	margin: 0;
}

.services li {
	width: 200px;
	float: left;
	position: relative;
	margin: 0 0 10px;
}

.services li h3 {
	padding: 115px 0 0 0;
	width: 200px;
	font-weight: 700;
}

.services li h3.reg {
	background: url(/images/css/k-cloud-logo.jpg) 0 20px no-repeat;
}

.services li h3.plus {
	background: url(/images/css/k-cloud-plus-logo.jpg) 0 20px no-repeat;
}

.services li h3.pro {
	background: url(/images/css/k-cloud-pro-logo.jpg) 0 20px no-repeat;
}

.services li ul {
	clear: both;
	float: left;
	width: 200px;
	margin: 0 0 0 37px;
}

.services li ul li {
	width: 100%;
	list-style: disc outside;
	margin: 0;
}
.services li a {
	margin: 5px 0 0 20px;
	clear: both;
	float: left;
	padding: 6px 30px;
	position: relative;
	z-index: 2;
}

.footer {
	clear: both;
	margin: 0 auto 50px;
	padding: 30px 0 0;
	width: 960px;
	height: 100px;
}
.footer p {
	font-size: .9em;
	text-align: center;
	float: none;
	margin: 15px 0 0;
}
.footer p a {
	color: #539c27;
}
.footer p a:hover {
	text-decoration: underline;
}
#platforms, .push {
	height: 156px;
}
#platforms { background: #D7D7D7; clear: both; width: 100%; margin: 50px auto; padding: 30px 0 50px; }
#platforms h3 { font-size: 1.2em; font-weight: 700; text-align: center; }
#platforms ul { clear: both; /*width: 611px;*/ width: 370px; height: 116px; border-top: 1px #999 solid; margin: 20px auto; }
#platforms ul li { float: left; display: block; }


.btn {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 6px 10px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    *margin-left: .3em;
}

.btn:hover, .btn:active, .btn.active
{
    background-color: #e6e6e6;
}

.btn:active, .btn.active
{
    background-color: #cccccc \9;
}

.btn:first-child
{
    *margin-left: 0;
}

.btn:hover
{
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn:focus
{
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.active, .btn:active
{
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    outline: 0;
}

.btn-green
{
    background-color: #84ce57;
    background-image: -moz-linear-gradient(top, #539c27, #84ce57);
    background-image: -ms-linear-gradient(top, #539c27, #84ce57);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#539c27), to(#84ce57));
    background-image: -webkit-linear-gradient(top, #539c27, #84ce57);
    background-image: -o-linear-gradient(top, #539c27, #84ce57);
    background-image: linear-gradient(top, #539c27, #84ce57);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#539c27', endColorstr='#84ce57', GradientType=0);
    border-color: #84ce57 #84ce57 #539c27;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    color: #fff;
}

.btn-green:hover, .btn-green:active, .btn-green.active
{
    background-color: #84ce57;
    color: #fff;
}

.btn-green:active, .btn-green.active
{
    color: #fff;
}


.play-icon {
	border: 3px #555 solid;
	color: #555;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 3px;
	display: inline-block;
	line-height: .9;
	margin: 0 0 0 3px;
}


.clearBoth {
	clear: both;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.bold {
	font-weight: 700;
}

.search
{
    margin: 7px 35px 20px 25px;
    float: left;
    width: 280px;
}

.search label
{
    float: left;
    font-weight: bold;
    font-size: 14px;
    margin: 3px 0 0 0;
}

.search input
{
    float: left;
    background: #F2F2F2;
    border: 1px solid #666;
    color: #565656;
    height: 10px;
    padding: 7px 12px;
    width: 151px;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}


.matches
{
    clear: both;
    width: 98%;
}

.matches table
{
    width: 100%!important;
    float: left;
    border-collapse: collapse;
	display: table;
}
.matches table thead.headers td
{
    font-weight: bold;
    padding: 7px 0 7px 15px;
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
}

.matches table thead td:last-child
{
    border-right: none;
    padding-right: 15px;
}

.matches table tr td
{
    padding: 4px 7px 4px 15px;
}
.matches table tr td:first-child {
	width: 300px;
}


.matches table thead td, .matches table tr.odd
{
    background-color: #f1f2f2;
    background-image: -moz-linear-gradient(top, #f1f2f2, #e6e7e8);
    background-image: -ms-linear-gradient(top, #f1f2f2, #e6e7e8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f2f2), to(#e6e7e8));
    background-image: -webkit-linear-gradient(top, #f1f2f2, #e6e7e8);
    background-image: -o-linear-gradient(top, #f1f2f2, #e6e7e8);
    background-image: linear-gradient(top, #f1f2f2, #e6e7e8);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f2f2', endColorstr='#e6e7e8', GradientType=0);
}



/* -------------------------- HEADING REPLACEMENT	----------------------------------- */
h1#logo a
{
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}

h1#logo a
{
    background-image: url(/images/css/h-karaoke-cloud.jpg);
    width: 247px;
    height: 52px;
}

.clearfix
{
    *zoom: 1;
}

.clearfix:before, .clearfix:after
{
    display: table;
    content: "";
}

.clearfix:after
{
    clear: both;
}


.login-box
{
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    padding: 18px 12px;
    position: absolute;
    float: right;
    left: 34px;
    top: 34px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 5px #888888;
    display: block;
    color: black;
    z-index: 9999;
    display: none;
}

.login-box p, .log-in-content p, .settings-fields p {
	float: left;
	clear: both;
	width: 100%;
}

.login-box label, .log-in-content label {
	float: left;
	font-size: 13px;
	margin: 6px 0 0;
}

.sign-up-form {
	width: 320px;
}

.subscribe-form {
	width: 360px;
}

.sign-up-form p, .subscribe-form p {
	width: 100%;
}

.download-pay-form, .subscribe-from {
	margin: 25px;
	clear: both;
	float: left;
}

.download-pay-form p, .subscribe-from p {
	font-size: 1em;
	width: 100%;
}

.expiration label {
	margin-right: 20px;
}
.expiration span {
	float: left;
	margin: 0 3px;
}
.expiration select {
	width: 80px;
}

input[type="text"], input[type="email"], input[type="password"], .login-box input[type="text"], .login-box input[type="password"], .log-in-content input[type="text"], .log-in-content input[type="password"], textarea {
	display: inline-block;
	width: 210px;
	height: 18px;
	padding: 4px;
	margin: 0 0 9px 10px;
	font-size: 13px;
	line-height: 18px;
	color: #555;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
}
textarea {
	height: 75px;
}
.login-box input[type="submit"], .log-in-content input[type="submit"] {
	clear: both;
	float: left;
	color: #fff;
	font-size: 14px;
	margin-left: 71px;
}

.login-box .forgot-pass {
	float: right;
	clear: none;
	margin: 3px 0 0 20px;
	width: auto;
}

.forgot-pass a
{
    color: black;
    font-size: .8em;        
    float: left;
}

.login-box a:hover
{
    color: #8BC53F !important;
}

.log-in-content {
	clear: both;
	float: left;
}

.validation-summary-errors {
	clear: both; float: left;
	color: #CC3220;
}

.up-arrow 
{
    background: url("/images/css/g-up-arrow.png") no-repeat scroll 0 0 transparent;
    height: 27px;
    position: absolute;
    left: 8px;
    top: -27px;
    width: 48px;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  margin-left: 20px;
}
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  height: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid > [class*="span"] {
  float: left;
  margin-left: 2.127659574%;
}
.row-fluid > [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid > .span12 {
  width: 99.99999998999999%;
}
.row-fluid > .span11 {
  width: 91.489361693%;
}
.row-fluid > .span10 {
  width: 82.97872339599999%;
}
.row-fluid > .span9 {
  width: 72.468085099%;
  padding-top: 30px;
}
.row-fluid > .span8 {
  width: 65.95744680199999%;
  padding-top: 30px;
}
.row-fluid > .span7 {
  width: 57.446808505%;
}
.row-fluid > .span6 {
  width: 48.93617020799999%;
}
.row-fluid > .span5 {
  width: 40.425531911%;
}
.row-fluid > .span4 {
  width: 31.914893614%;
}
.row-fluid > .span3 {
  width: 23.404255317%;
  height: 100%;
}
.row-fluid > .span2 {
  width: 14.89361702%;
}
.row-fluid > .span1 {
  width: 6.382978723%;
}
.container {
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-fluid {
  /*padding-left: 20px;*/
  /* padding-right: 20px; */
  *zoom: 1;
  height: 100%;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}



@media screen and (max-device-width: 480px), screen and (max-width: 600px) {
    html {
        -ms-text-size-adjust: none;
        -webkit-text-size-adjust: none;
    }
}

@media only screen and (max-width : 320px) /*portrait*/ {
}

@media only screen and (min-width : 321px) /* landscape */ {
}


@media screen and (min-width:768px) and (max-width:1024px) {
	html {
        -ms-text-size-adjust: none;
        -webkit-text-size-adjust: none;
    }

}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
}

.watermarkOn 
{
    color: #CCCCCC;
    font-style: italic;
}