@charset "UTF-8";
@import url('/iphonebackupviewer/images/pagebg.png');

@font-face {
  font-family: 'Glyphicons2';
  src: url('/fonts/glyphicons-regular.eot');
  src: url('/fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphicons-regular.woff') format('woff'), url('/fonts/glyphicons-regular.ttf') format('truetype'), url('/fonts/glyphicons-regular.svg#glyphicons_halflingsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fa/fontawesome-webfont.eot?v=4.3.0');
  src: url('/fonts/fa/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/fonts/fa/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/fonts/fa/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/fonts/fa/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/fonts/fa/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}



.content {
	width: 960px;

}

.promo {
	background: url('/iphonebackupviewer/images/pagebg.png') repeat-x scroll 0 0 #3185c3;
	height: 400px;
	width: 100%;
	overflow: hidden;
	top: -5px;
	position: relative;
	padding-top: 10px;
}
.promo .content{
	overflow: hidden;
	height: 100%;
	position: relative;
}

.promo .content h1{
	
	position: absolute;
	top: 0px;
	left: 250px;
	color: #fff;
	font-size: 26px;
	text-shadow: 0px 0px 2px #fff;	
}

.promo .content .desc{
	position: absolute;
	width: 380px;
	right: 0px;
	bottom: 10px;
	text-align: center;
	color: rgb(255, 255, 255);
}
.promo .content .desc p{
	font-size: 14px;
	padding: 10px;
	border-radius: 10px;
	margin: 10px 10px;
	box-shadow: 1px 1px 1px rgba(22, 22, 22, 0.6) inset;
	background: none repeat scroll 0% 0% rgba(43,92,133, 0.5);
	border: solid 1px rgba(43,92,133,1.0);
	text-align: left;
}

.promo .content ul.features{
	position: absolute;
	left: 260px;
	top: 70px;
	
}
.promo .content ul.features li{
	color: #fff;
	font-size: 20px;
	text-shadow: 0px 2px #333;
}
.promo .content ul.features li:before {
	margin-right: 10px;
	display: inline-block;
	color: #fff;
	font: 18px/1em 'Glyphicons2';
	content: '';
	text-shadow: none;
}

.promo .content ul.features li.icon-contacts:before {
	content: "\e025";
}

.promo .content ul.features li.icon-call:before {
	font: 18px/1em 'Glyphicons Halflings';
	content: "\e183";
}

.promo .content ul.features li.icon-sms:before {
	content: "\e245";
}

.promo .content ul.features li.icon-calendar:before {
	content: "\e046";
}
.promo .content ul.features li.icon-notes:before {
	content: "\e040";
}

.promo .content ul.features li.icon-recording:before {
	content: "\e301";
}

.promo .content ul.features li.icon-internet:before {
	content: "\e372";
}

.promo .content ul.features li.icon-photos:before {
	content: "\e139";
}

.promo .content ul.features li.icon-appdata:before {
	content: "\e037";
	opacity: 0.9;
}
.promo .content ul.features li.icon-appdata:after {
	content: "A";
	font-size: 18px;
	position: absolute;
	left: 3px;
	text-shadow: 0px 0px 1px rgb(3,3,3);
}

.promo .content ul.features li.icon-raw:before {
	content: "\e037";
}

.promo .content ul.features li.icon-whatsapp:before{
	font: 20px/1em 'FontAwesome';
	content: "\f232";
}


div.features{
	background: #fdfdfd; /*url('/images/bg_lightgray.gif') repeat #f0f0f0;*/

	border-top:solid 1px #f0f0f0;
	z-index: 3;
	padding: 40px 0 0 0;
}
div.features.light-bg{
	background:#fff;
}

div.features .content{
	overflow: hidden;
	height: 100%;
	position: relative;
	min-height: 50px;
	padding: 0px;
}

div.features .content .padding {
	padding: 20px;
}

div.features .content p{
	line-height: 2.2em;
	color: #777;
	font-size: 16px;
	margin: 10px 5px;
}

div.features .content h2{
	font-size: 26px;
	text-align: center;
	text-shadow:0px 0px 1px rgba(0, 0, 0, 0.8);
	color: #fff;
}

div.features .content h3{
	font-size: 20px;
}

div.features .content .features-all{
	overflow: hidden;
	width: 480px;
	height: 300px;
	float: right;
	position: relative;
	bottom: -20px;
	background: url('/iphonebackupviewer/images/backup.png') no-repeat scroll 50%  50% transparent;
}
div.features .content .features-all span{
	display: inline-block;
	width: 60px; 
	height: 60px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	cursor: default;
}
div.features .content .features-all span:before{
	display: block;
	font: 18px/1em 'Glyphicons2';
	position: absolute;
	color: #2e70c4;
	font-size: 46px;
}
div.features .content .features-all span.fai-contacts{
	left: 240px; top: 130px;
	opacity: 0.6;
}
div.features .content .features-all span.fai-sms{
	left: 100px; top: 200px; opacity: 0.8;
}
div.features .content .features-all span.fai-call{
	left: 300px; top: 100px; opacity: 0.5;
}
div.features .content .features-all span.fai-calendar{
	left: 180px; top: 250px; opacity: 0.7;
}
div.features .content .features-all span.fai-notes{
	left: 360px; top: 300px; opacity: 0.6;
}
div.features .content .features-all span.fai-recording{
	left: 100px; top: 100px; opacity: 0.5;
}
div.features .content .features-all span.fai-photos{
	left: 270px; top: 200px; opacity: 0.7;
}
div.features .content .features-all span.fai-videos{
	left: 170px; top: 200px; opacity: 0.7;
}
div.features .content .features-all span.fai-internet{
	left: 350px; top: 160px; opacity: 0.3;
}
div.reatures .content .features-all span.fai-whatsapp{
	left: 230px; top: 80px; opacity: 0.8;
}

div.features .content .features-all span.fai-contacts:before{
	content: "\e025";
}
div.features .content .features-all span.fai-sms:before{
	content: "\e245";
}
div.features .content .features-all span.fai-call:before{
	font: 18px/1em 'Glyphicons Halflings';
	font-size: 36px;
	content: "\e183";
}
div.features .content .features-all span.fai-calendar:before{
	content: "\e046";
}
div.features .content .features-all span.fai-notes:before{
	content: "\e040";
}
div.features .content .features-all span.fai-recording:before{
	content: "\e301";
}
div.features .content .features-all span.fai-photos:before{
	content: "\e139";
}

div.features .content .features-all span.fai-videos:before{
	content: "\e009";
}
div.features .content .features-all span.fai-internet:before{
	content: "\e372";
}
div.features .content .features-all span.fai-whatsapp:before{
	font: 20px/1em 'FontAwesome';
	font-size: 36px;
	content: "\f232";
}

div.features .content .contacts{
	position: relative;
	height: 314px;
	overflow: hidden;
}
div.features .content img.img{
	position: absolute;
}

div.features .content img#namecard{
	left: 70px;
	top: 10px;	
	z-index: 9;
}

div.features .content img.cardani{
	-webkit-animation: cardfly 6s infinite linear;
	-moz-animation: cardfly 6s infinite linear;
	-o-animation: cardfly 6s infinite linear;
	animation: cardfly 6s infinite linear;
}

div.features .content img#ios7contacts{
	bottom: -20px;
	right: 0px;
}
div.features .content img#contacts{
	bottom: -20px;
	left: 30px;
	z-index: 8;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
	
	
}

@-webkit-keyframes cardfly {
	0% { -webkit-transform: scale(0.1) translate(0,0); opacity: 0.0; }
	30% { -webkit-transform: scale(1) translate(-200px, -150px); opacity: 1.0; }
	50% { -webkit-transform: scale(1) translate(-200px, -150px); opacity: 1.0; }
	100% { -webkit-transform: scale(0.1) translate(-860px,900px); opacity: 0.0 }
}
@-moz-keyframes cardfly {
	0% { -moz-transform: scale(0.1) translate(0,0); opacity: 0.0; }
	30% { -moz-transform: scale(1) translate(-200px, -150px); opacity: 1.0; }
	50% { -moz-transform: scale(1) translate(-200px, -150px); opacity: 1.0; }
	100% { -moz-transform: scale(0.1) translate(-860px,900px); opacity: 0.0 }
}
@-o-keyframes cardfly {
	0% { -o-transform: scale(0.1) translate(0,0); opacity: 0.0; }
	30% { -o-transform: scale(1) translate(-200px, -150px); opacity: 1.0; }
	50% { -o-transform: scale(1) translate(-200px, -150px); opacity: 1.0; }
	100% { -o-transform: scale(0.1) translate(-860px,900px); opacity: 0.0 }
}
@keyframes cardfly {
	0% { transform: scale(0.1) translate(0,0); opacity: 0.0; }
	30% { transform: scale(1) translate(-200px, -150px); opacity: 1.0; }
	50% { transform: scale(1) translate(-200px, -150px); opacity: 1.0; }
	100% { transform: scale(0.1) translate(-860px,900px); opacity: 0.0 }
}


div.features .content img.sms, div.features .content img.attachments {
	position: absolute;
	width: 450px;
}

div.features .content img.attachments {
	right: 0px;
	top: 20px;
}

/* nav bar*/
div.navbar{
	width: 100%;
	height: 50px;
	margin: -5px 0;
	padding: 0;
	background-color: #f8f8f8;
	background-image: -webkit-linear-gradient(top,#f3f3f3 0%,#f2f2f2);
	background-image: -moz-linear-gradient(top,#f3f3f3 0%,#f2f2f2);
	background-image: -ms-linear-gradient(top,#f3f3f3 0%,#f2f2f2);
	background-image: -o-linear-gradient(top,#f3f3f3 0%,#f2f2f2);
	background-image: linear-gradient(top,#f3f3f3 0%,#f2f2f2);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#FFFFFF",endColorStr="#EEEEEE");
	overflow: hidden;
	text-align: center;
	box-shadow: inset #CCC 0px -2px 4px -3px;	
	border-radius: 0;
}

div.navbar ul{
	font-size: 18px;
	padding: 16px 40px 15px;
}
div.navbar UL LI
{
	padding-left: 30px;
	padding-right: 30px;
}

div.navbar UL LI A{
	position: relative;
	display: block;
}

div.navbar UL LI.active A:after{
	content: '';
	display: block;
	border-color: transparent transparent #fff transparent;
	border-style: solid;
	border-width: 10px;
	position: absolute;
	top: 13px;
	left: 45%;
	margin-left: 0px;
	
}


/*notes*/
div.features .notes #notes {
	top: 20px;
	z-index: 11;
}

div.features .notes #text {
	top: 30px;
	left: 460px;
}

div.features .notes #arrow-top {
	left: 350px;
	top: 70px;
}
div.features .notes #arrow-bottom {
	left: 350px;
	top: 260px;
}

/*photos*/
div.features .content .photos img#photo-sky {
	z-index: 19;
	top: 30px;
}
div.features .content .photos img#photo-child {
	z-index: 18;
	left: 120px;
	top: 40px;
}
div.features .content .photos img#photo-scene {
	z-index: 20;
	left: 100px;
	top: 130px;
}

/*safari*/
div.features .content .internet img#safari{
	top: 90px;
	right: -130px;
}

div.features .content .internet img#needle{
	top: 121px;
	right: -23px;
	z-index: 20;
}

span.wrong {
	color: #D9534F;
}

span.good{
	color: #5CB85C;
}
span.info{
	color: #428BCA;
	opacity: 0.2;
	cursor: pointer;
}
span.info:hover{
	opacity: 0.7;
}

span.icloud:after{
	font: 180px/1em 'FontAwesome';
	content: "\f0ed";
	display: inline-block;
	width: 160px;
	height: 160px;
	color: #6eb3f3;
	left: 100px;
	top: 60px;
	position: absolute;
}