@charset "utf-8";

@font-face {
    font-family: 'robotolight';
    src: url('../eot/roboto-light-webfont.eot');
    src: url('../eot/roboto-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../woff2/roboto-light-webfont.woff2') format('woff2'),
         url('../woff/roboto-light-webfont.woff') format('woff'),
         url('../ttf/roboto-light-webfont.ttf') format('truetype'),
         url('../svg/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	font-family: "Candara", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background-color: #ffffff;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after {
  clear: both;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
p {
  margin: 0 0 10px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* CSS Document */
.container{
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px;
	margin-top: 4px \9;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
/* =.top
-------------------------------------------- */
.top{
	background: url(../jpg/banner-samsung-data-recovery.jpg) #04569c center top no-repeat;
	height: 586px;
}
.top .header{
	margin-top: 42px;
	height: 48px;
	overflow: hidden;
}
.top .site-share{
	float: right;
}
.site-share .btn-share {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(../png/icon-share.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-right: 6px;
	float: left;
	-webkit-background-size: auto;
    background-size: auto;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.site-share .btn-share:hover,
.site-share .btn-share:active {
	/*-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform:  scale(1.1, 1.1);*/	
	-webkit-transform: rotate(360deg) scale(1.02);
	-ms-transform: rotate(360deg) scale(1.02);
	transform: rotate(360deg) scale(1.02);
	-webkit-box-shadow: 0 0 5 rgba(0, 0, 0, 0.3);	
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.site-share .share-google {
	background-position: 0px 0px;
}
.site-share .share-twitter {
	background-position: -40px 0px;
}
.site-share .share-facebook {
	background-position: -81px 0px;
}
.site-share .share-pinterest {
	background-position: -122px 0px;
}
.site-share .share-email {
	background-position: -163px 0px;
}
.top h1{	
	text-align: center;
	font-family: 'robotolight';
	font-size: 50px;
	color: #FFFFFF;
	line-height: 60px;
	margin-top: 30px;
}
.top p{
	font-size: 22px;
	color: #96d0ff;
	text-align: center;	
}
.btn-banner{
	text-align: center;
	margin-top: 90px;
	margin-bottom: 20px;
}
.btn-banner a{
	display: inline-block;
	width: 206px;
	height: 60px;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	padding-left: 80px;
	padding-top: 10px;
	margin: 0px 12px;
	font-size: 22px;
	line-height: 24px;	
	background-repeat: no-repeat;
}
.btn-banner a span{
	display: block;
	font-size: 14px;
	line-height: 16px;
}
.btn-banner a.btn-down{
	background-image: url(../png/icon-down.png);
	background-color:  #4acb43;
	background-position: 28px 15px;	
}
.btn-banner a.btn-buy{
	background-color:  #f15b2d;	
	background-position: 25px 15px;
}
.btn-banner a.btn-buy.mac{
	background-image: url(../png/icon-mac-2.png);	
}
.btn-banner a.btn-buy.win{
	background-image: url(../png/icon-win-banner.png);
}
.btn-banner a.btn-down:hover,
.btn-banner a.btn-down:active{
	background-color: #5ce355;
}
.btn-banner a.btn-buy:hover,
.btn-banner a.btn-buy:active{
	background-color: #ff784f;
}
.select-version{
	padding-left: 260px;
	margin: 26px 0px 32px 0px;
}
.select-version label {
	font-size: 16px;
	color: #96d0ff;
}
.down-num{
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	font-family: 'Arial';
}
.down-num span{
	display: inline-block;
	width: 23px;
	height: 25px;
	margin: 0px 4px;
	background-color: #FFFFFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 18px;
	color: #004f93;	
}
/* =.Content
-------------------------------------------- */
.h2-green,
.h2-blue{
	min-width: 100%;
	height: 87px;
	margin: 0;
	padding: 0;
	line-height: 87px;
	text-align: center;
	font-size: 36px;
}
.h2-green{
	background-color: #3ecc36;
	color: #cdffca;
}
.h2-blue{
	background-color: #136ebb;
	color: #FFFFFF;
}
.super{
	margin-top: 78px;
}
.col-left-super {
	float: left;
	width: 124px;
}
.col-left-super-text{
	float: left;
	width: 436px;
	padding-right: 30px;
}
.col-left-super-img{
	float: left;
	width: 440px;	
}
.round-super,
.round-quicker,
.round-easier-safer{
	width: 88px;
	height: 88px;	
	-moz-border-radius: 64px;
	-webkit-border-radius: 64px;
	border-radius: 64px;	
	color: #FFF;	
	text-align: center;	
}
.round-super{
	margin-top: 120px;
	background-color: #2bc822;
	padding: 24px 0px;
	font-size: 24px;
}
.round-quicker{
	float: left;
	background-color: #136ebb;
	padding: 28px 0px;
	font-size: 20px;
	margin-left: 30px;
}
.round-easier-safer{
	float: left;
	background-color: #13b9bb;
	padding: 22px 0px;
	font-size: 18px;
	margin-left: 30px;
}
.quicker-easier-safer{
	margin-top: 60px;
	margin-bottom: 60px ;
}
.super dl,
.quicker-easier-safer dl{
	margin-top: 0px;
}
.quicker-easier-safer dl{
	padding-left: 144px;
}
.quicker-easier-safer hr{
	margin-left: 144px;
}
.super dl dt,
.quicker-easier-safer dl dt{
	font-size: 20px;
}
.super dl dd,
.quicker-easier-safer dl dd{
	margin: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.carousel {
  position: relative;
  padding: 60px 0px 60px 0px;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  text-align: center;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > p{
	font-size: 18px;
	margin-bottom: 20px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;  
}
.carousel-inner > .prev {
  left: -100%;  
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
	background: url(../png/icon-prev.png) left center no-repeat; 
}
.carousel-control.right {
	background: url(../png/icon-next.png) left center no-repeat;
	left: auto;
	right: -12%;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=1);
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #2280bf;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
 .carousel-control .glyphicon-chevron-left,
 .carousel-control .glyphicon-chevron-right,
 .carousel-control .icon-prev,
 .carousel-control .icon-next {
 	width: 30px;
  	height: 30px;
  	margin-top: -15px;
  	font-size: 30px;
 }
 .carousel-control .glyphicon-chevron-left,
 .carousel-control .icon-prev {
 	margin-left: -15px;
 }
 .carousel-control .glyphicon-chevron-right,
 .carousel-control .icon-next {
 	margin-right: -15px;
 }
 .carousel-caption {
 	left: 20%;
  	right: 20%;
  	padding-bottom: 30px;
 }
 .carousel-indicators {
 	bottom: 10px;
 }
/* =.Customers Say
-------------------------------------------- */
.customers-title{
	text-align: center;
	font-size: 28px;	
	color: #444444;
	margin-bottom: 34px;
	margin-top: 50px;
}
.customers{
	background-color: #f7f7f7;
	height: 402px;
}
.customers .container{
	padding-left: 0;
	padding-right: 0;
}
.customers-block{
	height: 402px;
    padding-top: 40px;
}
.customers-block:hover,
.customers-block:active{
	background-color: #efeded;
}
.customers-block.active{
	background-color: #e7e7e7;
}
.customers-picture img{
    width: 98px;
    height: 98px;
    display: block;
    margin: 0px auto 40px auto;   
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;    
}
.customers-message p{
    position: relative;
    font-size: 14px;
    color: #8d8d8d;
    font-style: italic;
    padding: 0px 35px;
}
.start{
    background: url(../png/icon-start-2.png) left top no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-indent: -9999px;
    float: left;
    margin-top: 38px;
    margin-right: 2px;
}
.start-half{
	width: 16px;
    height: 16px;
    display: inline-block;
    text-indent: -9999px;    
    float: left;
    margin-top: 38px;
    margin-right: 2px;
	background: url(../png/icon-start-half.png) left top no-repeat;  
}

.before-icon{
    background: url("../png/icon-customers-before.png") left top no-repeat;
    display: block;
    width: 15px;
    text-indent: -9999px;
    position: absolute;
    top: 0px;
    left: 10px;
}
.after-icon{
    background: url("../png/icon-customers-after.png") left top no-repeat;
    display: block;
    width: 15px;
    text-indent: -9999px;
    position: absolute;
    bottom: -10px;
    right: 20px;
}
.commenter{
    float: right;
    display: inline-block;
    margin-top: 38px;
    margin-right: 0px;
}

.choose-jihosoft {
	background-color: #f1f5f8;
	height: 254px;
}
.choose-jihosoft .secure,
.choose-jihosoft .support,
.choose-jihosoft .money-back{
	padding-top: 55px;
	text-align: center;
	font-family: 'robotolight';
	font-size: 20px;
	color: #2b4a7b;
}
.choose-jihosoft img{
	margin-bottom: 20px;
}
.get-now{
	background-color: #136ebb;
	height: 348px;
}
.get-now-content {
	text-align: center;
	color: #FFFFFF;
	padding-top: 30px;
}
.get-now-content .get-title{
	font-size: 48px;
}
.get-now-content p{
	font-size: 20px;
}
.btn-getNow a{
	display: inline-block;
	width: 197px;
	height: 57px;
	margin: 30px 12px 0px 12px;
	font-family: 'robotolight';
	font-size: 17px;
	line-height: 22px;
	color: #FFF;
	text-align: left;
	padding-left: 62px;
	padding-top: 10px;
	background-repeat: no-repeat;	
}
.btn-getNow a span{
	display: block;
	font-size: 14px;	  
  	line-height: 16px;
  	color: #e9e9e9;
}
.btn-getNow a:hover,
.btn-getNow a:active{
	text-decoration: none;
}
.btn-getNow a.btn-down-win{
	background-image: url(../png/icon-win-2.png);
	background-position: 16px center;	
	background-color: #22c519;
}
.btn-getNow a.btn-down-mac{	
	background-image: url(../png/icon-mac-2.png);
	background-position: 18px center;
	background-color: #0098ff;
}
.btn-getNow a.btn-down-win:hover,
.btn-getNow a.btn-down-win:active{
	background-color: #1fe714;
}
.btn-getNow a.btn-down-mac:hover,
.btn-getNow a.btn-down-mac:active{
	background-color: #45b4ff;
}
.help {
	padding: 50px 0px;
}
.help .guides,
.help .faqs,
.help .contactUs{
	float: left;
	width: 32%;
	padding: 8px 26px;
	min-height: 296px;	
}
.help .guides,
.help .faqs{
	margin-right: 2%;
}
.help .faqs{
	border: 1px solid #e5e5e5;
	border-top: 3px solid #136ebb;
}
.help .guides,
.help .contactUs{
	border: 1px solid #e8e8e8;
	border-top: 3px solid #2bc822;
}
.help dl dt{
	font-size: 22px;
	color: #000;
}
.help .guides dl dt,
.help .faqs dl dt{
	margin-bottom: 18px;
}
.help .contactUs dl dt{
	margin-bottom: 8px;
	background: url(../png/icon-contact-us.png) left center no-repeat;
	padding-left: 40px;
}
.help dl dd{
	margin: 0 0 4px 0;
	font-size: 14px;
}
.help .guides dl dd,
.help .faqs dl dd{	
	background: url(../png/icon-guides-list.png) 0px 5px no-repeat;
	padding-left: 16px;
}
.help dl dd.desc{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 8px;
	margin-bottom: 12px;
}
.help .guides dl dd a,
.help .faqs dl dd a{
	text-decoration: underline;
}
/*.help .guides dl dd a{
	color: #8d8d8d;
}*/
.help .guides dl dd a:hover,
.help .guides dl dd a:active,
.help .faqs dl dd a:hover,
.help .faqs dl dd a:active{
	color: #000;
}
.recover-file-type{
	padding: 60px 0px 70px 0px;
}
.file-type {
	float: left;
	width: 500px;
	margin-right: 20px;
}
.file-type div{
	float: left;
	width: 164px;
	height: 164px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-top: 38px;
	margin: 0px 2px 2px 0px;
}
.file-type div img{
	margin-bottom: 10px;
}
.file-type .file-title{
	background-color: #2295d1;
	color: #FFFFFF;
	font-size: 22px;
	padding-top: 46px;
	padding-left: 20px;
	padding-right: 20px;
}
.file-type .file-image{
	background-color: #e3f7ff;
	color: #136ebb;	
}
.file-type .file-video{
	background-color: #d3ecff;	
	color: #136ebb;	
}
.file-type .file-message{
	background-color: #ffe7c8;
	color: #ed8601;	
}
.file-type .file-whatsApp{
	background-color: #d6f3ff;
	color: #45a400;	
}
.file-type .file-contacts{
	background-color: #fff1c8;
	color: #ed8601;
}
.file-type .file-callLogs{
	background-color: #e8f3f7;
	color: #377187;
}
.file-type .file-audio{
	background-color: #e4fdd1;
	color: #45a400;
}
.file-type .file-document{
	background-color: #d7fafa;
	color: #009492;
}
.file-others{
	float: left;
	width: 500px;
}
.file-others div{
	float: left;
	width: 247px;
	height: 247px;
	margin: 0px 2px 2px 0px;
	color: #FFFFFF;
	text-align: center;
}
.file-others .file-supported{
	background-color: #2bc822;
	font-size: 30px;
	padding-top: 74px;	
}
.file-others .file-supported-2{
	background-color: #30b2d7;
	font-size: 30px;
	padding-top: 74px;
}
.fix{
	display: none;
}
.fix-text {
	float: left;
	text-align: left;
	font-family: 'robotolight';
	font-size: 34px;
	font-weight: bold;
	color: #434a53;
	line-height: 50px;
	margin: 10px 0px 10px 60px;	
}
.fix .btn-getNow{
	float: right;
	margin: 10px 60px 10px 0px;
}
.fix .btn-getNow a{
	margin-top: 0;
}
.btnFixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	display: block;
	box-shadow: 0 0 3px #000;
	background-color: #fff!important;
}

/* =.copyright
-------------------------------------------- */
.copyright{
	background-color: #04569c;
	min-width: 100%;
	height: 64px;
	line-height: 64px;
	font-size: 90%;
	color: #aabcd4;	
	text-align: center;		
}
.copyright a{
	color: #b4cdef;
	text-decoration: underline;
}
.copyright a:hover,
.copyright a:active{
	color: #bad6fb;
}
