html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* -- fonts -- */

@font-face {
    font-family: 'Droid';
    src: url('../fonts/DroidSans-webfont.eot');
    src: url('../fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-webfont.woff') format('woff'),
         url('../fonts/DroidSans-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidBold';
    src: url('../fonts/DroidSans-Bold-webfont.eot');
    src: url('../fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('../fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'entyposocial';
    src: url('../fonts/entypo-social.eot');
    src: url('../fonts/entypo-social.eot?#iefix') format('embedded-opentype'),
         url('../fonts/entypo-social.woff') format('woff'),
         url('../fonts/entypo-social.ttf') format('truetype'),
         url('../fonts/entypo-social.svg#entypo') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* -- mangula -- */

body{ margin: 0; padding: 0; background: url(../images/public/back.png); color: #fff; font-family: 'Droid'; -webkit-font-smoothing: antialiased; }

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.clear{ clear: both; }


::selection { background: #ff8447; color:#fff; }
::-moz-selection { background: #ff8447; color:#fff; }




.conts{ width: 980px; margin: 0 auto; overflow: visible; position: relative; }

.mangula{ padding-top: 90px; float: left; width: 175px; margin-left: 50px; position: relative; z-index: 10; }

.manInfo{ width: 660px; float: right; position: relative; padding-top: 550px; }
.manInfo p{ position: relative; z-index: 10; font-size: 14px; line-height: 150%; }

.mangulaphone{ width: 658px; height: 450px; position: absolute; top: 80px; left: 0px; z-index: 10; opacity: 0; }
.shine1{ width: 618px; height: 617px; position: absolute; background: url(../images/public/shine1.png); top: 0px; left: 0px; z-index: 1; opacity: 0; }




a.appstore:link, a.appstore:visited{ display: block; width: 119px; height: 25px; padding: 15px; cursor: pointer; background: url(../images/public/btn-appstore.png) center center no-repeat; border: 1px solid rgba(255,255,255,.5); -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: absolute; top: 380px; left: 0px; z-index: 20; }
a.appstore:active, a.appstore:hover{ background: url(../images/public/btn-appstore.png) center center no-repeat rgba(0,0,0,.5); border: 1px solid rgba(255,255,255,1); }

a.playstore:link, a.playstore:visited{ display: block; width: 119px; height: 25px; padding: 15px; cursor: pointer; background: url(../images/public/btn-googleplay.png) center center no-repeat; border: 1px solid rgba(255,255,255,.5); -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: absolute; top: 450px; left: 0px; z-index: 20; }
a.playstore:active, a.playstore:hover{ background: url(../images/public/btn-googleplay.png) center center no-repeat rgba(0,0,0,.5); border: 1px solid rgba(255,255,255,1); }


a.tuit{ display: block; width: 30px; height: 30px; font-size: 30px; font-family: 'entyposocial'; text-align: center; color: #fff; text-decoration: none; background: #ff8447; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; position: absolute; top: 30px; right: 50px; z-index: 30; }

a.face{ display: block; width: 30px; height: 30px; font-size: 30px; font-family: 'entyposocial'; text-align: center; color: #fff; text-decoration: none; background: #ff8447; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; position: absolute; top: 30px; right: 0px; z-index: 30; }


.tut{ clear: both; width: 100%; position: relative; padding-top: 100px; }
.shine2{ width: 525px; height: 529px; background: url(../images/public/shine2.png); position: absolute; top: 50px; left: -100px; z-index: 1; }
.phone{ width: 282px; height: 562px; background: url(../images/public/phone.png); float: left; position: relative; z-index: 10; position: relative; }
.phonetop{ width: 152px; height: 356px; background: url(../images/public/phonetop.png); position: absolute; top: 8px; right: 16px; z-index: 20; }
.slides{ width: 229px; height: 402px; position: absolute; top: 75px; left: 27px; overflow: hidden; }


.botones{ width: 600px; float: right; position: relative; }

.botones a:link, .botones a:visited{
	display: block; margin-bottom: 20px; padding: 20px; text-decoration: none; color: #fff; font-size: 12px; background: rgba(0,0,0,.3); line-height: 120%; position: relative;
	-webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;
}
.botones a:active, .botones a:hover{
	background: -moz-linear-gradient(top,  rgba(64,64,64,0.3) 0%, rgba(0,0,0,0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,64,64,0.3)), color-stop(100%,rgba(0,0,0,0.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(64,64,64,0.3) 0%,rgba(0,0,0,0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(64,64,64,0.3) 0%,rgba(0,0,0,0.3) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(64,64,64,0.3) 0%,rgba(0,0,0,0.3) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(64,64,64,0.3) 0%,rgba(0,0,0,0.3) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d404040', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
}

.botones span{ display: block; width: 20px; height: 34px; background: url(../images/public/flechita.png); position: absolute; top: 20px; left: -48px; z-index: 10; opacity: 0; }



.download{ width: 100%; padding: 100px 0 0 0; background: url(../images/public/downloadnow.png) center top no-repeat; margin-top: 100px; position: relative; text-align: center;}
.download a.playstore{ position: absolute; top: 70px; left: 50%; }
.download a.appstore{ position: absolute; top: 70px; left: 50%; margin-left: -200px; }



.footer{ width: 980px; margin: 130px auto 0 auto; padding: 30px 0 80px 0; border-top: 1px solid #574850; font-size: 12px; }

.footer a{ float: right; text-decoration: none; color: #fff; }




















