/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #000; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

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

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

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





html, body { 
        overflow-x: hidden;
}


body {
	background: #b4bc97;
}

h2 {
	margin-top: 5px;
	margin-bottom: 30px;
}

h3 {
	margin-bottom: 2px;
}

h4 {
	margin-bottom: 5px;
}

#mainContainer {
	width: 100%;
	height: 768px;
	background-image: url('../img/background_gradient.png');
}

#page {
	width: 1024px;
	height: 768px;
	margin: 0 auto;
}

#main {
	height: 700px; 
	background-image: url('../img/background_burst.png');
}

#main #bodyBackground {
	width: 913px;
	height: 562px;
	position: absolute;
	top: 90px;   
	margin-left: 60px;
	background-image: url('../img/background_main.png');
	pointer-events: none;
}

#main #startPlaying {
	width: 318px;
	height: 80px;
	display: block;
	position: absolute;
	top: 348px;
	margin-left: 610px;
	background-image: url('../img/button_off_startPlaying.png');
	-webkit-transition: background-image 0.1s;
	-moz-transition: background-image 0.1s;
	-ms-transition: background-image 0.1s;
	-o-transition: background-image 0.1s;
	transition: background-image 0.1s;
}

#main #startPlaying:hover {
	background-image: url('../img/button_on_startPlaying.png');
}

#main .downloadApp {
	height: 63px;
	display: block;
	background-color: #ffa500;
	position: absolute;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
	-moz-box-shadow: 0px 1px 16px -1px #fff;
	-webkit-box-shadow: 0px 1px 16px -1px #fff;
	box-shadow: 0px 1px 16px -1px #fff;
	-webkit-transition: width 0.5s ease-in-out;
	-moz-transition: width 0.5s ease-in-out;
	-ms-transition: width 0.5s ease-in-out;
	-o-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}

#main .downloadApp img {
	float: right;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

#main .downloadApp .coming {
    color: white;
    font-size: 20px;
    line-height: 63px;
    position: absolute;
    right: 30px;
    opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

#main #appStore {
	width: 227px;
	top: 473px;
	margin-left: 660px;
	background: -moz-linear-gradient(left,  #ce7a00 0%, #ffa500 123px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ce7a00), color-stop(123px,#ffa500)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ce7a00 0%,#ffa500 123px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ce7a00 0%,#ffa500 123px); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ce7a00 0%,#ffa500 123px); /* IE10+ */
	background: linear-gradient(to right,  #ce7a00 0%,#ffa500 123px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce7a00', endColorstr='#ffa500',GradientType=1 ); /* IE6-9 */
}

#main #appStore:hover {
	width: 256px;
}

#main #appStore:hover img {
	opacity: 0;
}

#main #appStore:hover .coming {
	opacity: 1;
}

#main #appStore img {
	padding: 10px 24px;
}

#main #googlePlay {
	cursor: pointer;
	width: 310px;
	top: 543px;
	margin-left: 577px;
	background: -moz-linear-gradient(left,  #be6800 0%, #ffa500 175px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#be6800), color-stop(175px,#ffa500)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #be6800 0%,#ffa500 175px%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #be6800 0%,#ffa500 175px); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #be6800 0%,#ffa500 175px); /* IE10+ */
	background: linear-gradient(to right,  #be6800 0%,#ffa500 175px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be6800', endColorstr='#ffa500',GradientType=1 ); /* IE6-9 */
}

#main #googlePlay:hover {
	width: 340px;
}


#main #googlePlay img {
	padding: 13px 32px;
}

#main #phone {
	width: 577px;
	height: 523px;
	margin-left: 21px;
	position: absolute;
	top: 180px;
	background-image: url('../img/browser.png');
}

#main #phone #screencap {
	margin-left: 201px;
	margin-top: 60px;
}

#main #social {
	color: #fff;
	width: 80px;
	line-height: 17px;
	position: absolute;
	top: 490px;
	margin-left: 70px;
	text-shadow: 0 0 0.2em #888, 0 0 0.2em #888;
}

#main #social img {
	margin-top: 5px;
}

#footer {
	margin-top: 20px;
	height: 48px;
	font-size: 12px;
	color: #3b3b3b;
}

#footer #copyright {
	margin-left: 60px;
	float: left;
	line-height: 12px;
	font-size: 10px;
	width: 550px;
}

#footer #terms {
	margin-right: 60px;
	float: right;
}

#footer a {
	color: #3b3b3b;
	text-decoration: underline;
}

#footer a:hover {
	color: #fff;
}

#header #nav {
	width: 522px;
	height: 173px;
	float: right;
	margin-right: -91px;
	text-align: center;
	font-size: 15px;
	background-image: url('../img/background_header.png');
}

#header #nav a {
	color: #3b3b3b;
	font-weight: bold;
	padding: 2px 5px 3px 5px;
	text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-ms-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	-webkit-transition: color 0.1s;
	-moz-transition: color 0.1s;
	-ms-transition: color 0.1s;
	-o-transition: color 0.1s;
	transition: color 0.1s;
}

#header #nav a:hover {
	color: #fff;
	background: #ffa500;
	border-radius: 3px;
	text-shadow: none;
}

#header #nav #mainNav {
	margin-top: 6px;
	margin-right: 6px;
}

#header #nav #logo {
	width: 273px;
	height: 46px;
	margin: 36px auto 0 auto;
	padding-right: 40px;
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
}

#lightbox {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	min-height: 768px;
	min-width: 1024px;
}
#lightbox #lightboxContentContainer {
	background-color: #fff;
	border-radius: 5px;
	width: 600px;
	height: 480px;
	position: absolute;
	top: -700px;
    left: 50%;
    margin-left: -300px;
    -moz-box-shadow: 0px 0px 31px 6px #444;
	-webkit-box-shadow: 0px 0px 31px 6px #444;
	box-shadow: 0px 0px 31px 6px #444;
	-webkit-transition: top 0.4s;
	-moz-transition: top 0.4s;
	-ms-transition: top 0.4s;
	-o-transition: top 0.4s;
	transition: top 0.4s;
}

#lightbox #lightboxContentContainer.live {
	top: 150px;
}

#lightbox #lightboxContent {
	width: 560px;
	height: 440px;
	margin: 20px auto;
	overflow-y: auto;
	padding: 0 20px;
	font-size: 13px;
}

#lightbox iframe {
	width: 600px;
	height: 450px;
	margin: 20px 0;
	overflow-y: scroll;
	padding: 0 0px;
	border: none;
}

#lightbox #lightboxClose {
	background-color: #fff;
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	border-radius: 10px;
	top: -692px;
	left: 50%;
	margin-left: 288px;
	-webkit-transition: top 0.4s;
	-moz-transition: top 0.4s;
	-ms-transition: top 0.4s;
	-o-transition: top 0.4s;
	transition: top 0.4s;
	cursor: pointer;
}

#lightbox #lightboxClose.live {
	top: 142px;
}

#lightbox #lightboxBackground {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

#lightbox #lightboxBackground.live {
	opacity: .4;
}

#quotes {
	position: absolute;
	top: 600px;
	margin-left: 553px;
}

#quotes li {
	list-style: none;
}

#quotes i {
	font-size: 12px;
	font-weight: bold;
}

#quotes #qoutemd {
	font-size: 12px;
	line-height: 10px;
}

#tagLine {
	position: absolute;
	top: 74px;
	margin-left: 69px;
	width: 388px;
	height: 128px;
	background-image: url('../img/tagline.png');
	background-size: 90%;
	background-repeat: no-repeat;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

#qeote {
	width: 33px;
	height: 87px;
	background-image: url('../img/tag.png');
	background-size: 33px 87px;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	margin-top: 500px;
}

#playSpanish {
	position: absolute;
	margin-left: 496px;
	margin-top: -33px;
}

#owl {
	width: 223px;
	height: 337px;
	background-image: url('../img/owl.png');
	background-size: 223px 337px;
	background-repeat: no-repeat;
	position: absolute;
	position: absolute;
	margin: 368px 0 0 49px;
}








@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  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; }
}
