/* CSS Document */
@charset "utf-8";
/*.container {
	width: 1000px;
}
*/
body {
	font-family: 'Open Sans';	
}
.navbar-fixed-top {
	position:absolute;
}
@media (max-width: 991px) {
	body {
		padding-top: 80px;
	}
	.navbar-fixed-top {
		position: fixed;
	}
}
/* =.top
-------------------------------------------- */
.top {
	min-height: 80px;
	min-height: 54px\9;
	background-color: #FFFFFF;
	border-bottom: 4px solid #e8e7e7;
	padding-top: 24px;
}
.navbar-brand {
	padding: 0px;
}
.navbar-collapse {
	float: right !important;
}
.navbar-form-top {
	position: relative;
}
.navbar-form-top .form-control {
	height: 30px;
	padding: 3px 12px;
}
.navbar-form-top .btn-search {
	background: url(img/icon-search-btn.png) left top no-repeat;
	text-indent: -9999px;
	width: 14px;
	height: 14px;
	border: none;
	position: absolute;
	top: 8px;
	right: 6px;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
  color: #101010;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.nav .dropdown-menu > li > a {
  display: block;  
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.nav .dropdown-menu > li > a:hover,
.nav .dropdown-menu > li > a:focus {
  display: block;  
  text-decoration: none;  
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.caret {
    display: inline-block;
    width: 8px;
    height: 4px;
    margin-left: 5px;
	border: 0;
    vertical-align: middle;
    background: url(img/icon-caret.png) center center no-repeat;
}

@media (min-width: 768px) {
	.top .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	.nav li {
		float: left;
		margin: 0px 6px;
	}
	.nav li a {
		padding: 6px 21px;
		font-size: 15px;
		color: #444444;
	}
	.nav li a:hover,
	.nav li a:focus,
	.nav li.active a {
		background-color: #f99c41;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		color: #ffffff;
		text-shadow: 0px 1px 1px #78580c;
	}
}
@media (max-width: 767px) {
	.navbar-collapse {
		float: none !important;
	}
	.navbar-brand {
		padding: 0px 15px;
	}
	.navbar-toggle {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.nav {
		margin: 7.5px -15px;
	}
	.nav li a {
		padding: 5px 15px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.nav li {
		margin: 0px 1px;
	}
	.nav li a {
		padding: 5px 15px;
	}
}

.nav li.active .dropdown-menu > li > a {
    color: #333;
    text-shadow: none;
    background: none;
}

.nav li.active .dropdown-menu > li > a:hover,
.nav li.active .dropdown-menu > li > a:focus{
    background-color: #f99c41;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #ffffff;
    text-shadow: 0px 1px 1px #78580c;
}

/* =.copyright
-------------------------------------------- */
.copyright {
	min-height: 80px;
	line-height: 80px;
	background-color: #202427;
	text-align: center;
	font-size: 14px;
	color: #949596;
}
.copyright p {
	margin: 0;
	text-align: center;
}
.copyright a {
	color: #C5C5C5;
}
#scrollUp {
	background-color: #777;
	color: #eee;
	font-size: 26px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	bottom: 20px;
	right: 20px;
	overflow: hidden;
	width: 46px;
	height: 46px;
	padding-top: 10px;
	border: none;
	opacity: .8
}
#scrollUp:hover {
	background-color: #333
}
@media screen and (min-width: 992px) {
	#scrollUp {
		bottom: 100px
	}
}
@media (max-width: 767px) {
	.copyright {
		font-size: 12px;
	}
}
/* =.bottom
-------------------------------------------- */
.bottom {
	background-color: #252b30;
	min-height: 228px;
	padding-top: 36px;
	padding-bottom: 10px;
}
.bottom .container {
	padding-left: 0px;
	padding-left: 0px;
}
.bottom a {
	outline: 0;
}
.bottom dl dt {
	margin-bottom: 12px;
	font-weight: normal;
	font-size: 18px;
	color: #FFF;
}
.bottom dl dd a {
	line-height: 24px;
	font-size: 15px;
	color: #C5C5C5;
}
.site-hot-tags a {
	margin-right: 10px;
}
.btn-site-facebook,
.btn-site-twitter,
.btn-site-googleplus,
.btn-site-youtube {
	display: inline-block;
	width: 49px;
	height: 39px;
	text-indent: -99999px;
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-transition: all 0.28s ease;
	transition: all 0.28s ease;
}
.btn-site-facebook:hover,
.btn-site-twitter:hover,
.btn-site-googleplus:hover,
.btn-site-youtube:hover {
	opacity: 1;
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-transform: scale(1.05, 1.05);
}
.btn-site-facebook {
	background-image: url(img/icon-share-facebook.png);
}
.btn-site-twitter {
	background-image: url(img/icon-share-twitter.png);
}
.btn-site-googleplus {
	background-image: url(img/icon-share-google-plus.png);
}
.btn-site-youtube {
	background-image: url(img/icon-share-youtube.png);
}
@media (max-width: 991px) and (min-width: 768px) {
	.btn-site-facebook,
	.btn-site-twitter,
	.btn-site-googleplus,
	.btn-site-youtube {
		display: block;
		width: 90%;
		background-position: center top;
	}
	.btn-site-facebook {
		background-color: #39579b;
	}
	.btn-site-twitter {
		background-color: #2ca9e0;
	}
	.btn-site-googleplus {
		background-color: #ee662a;
	}
	.btn-site-youtube {
		background-color: #dd271d;
	}
}

/* =.Choose softtools
-------------------------------------------- */
.choose-softtools {
	padding: 40px 0px 34px 0px;
	
}
.choose-softtools h3 {
	margin-bottom: 34px;
	text-align: center;
	font-size: 28px;
	color: #444444;	
}
.choose-softtools dl dt,
.choose-softtools p span {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 34px;
	margin-bottom: 12px;
	font-weight: normal;
	font-size: 18px;
	color: #444444;
}
.choose-softtools p {
	margin: 0;	
}
.choose-softtools p span {
	display: inline-block;
}
.choose-softtools dl dd {
	padding-left: 34px;
	line-height: 24px;
	font-size: 15px;
	color: #969696;
}
.choose-softtools .secure dl dt,
.choose-softtools .secure p span {
	background-image: url(img/icon-secure.png);
}
.choose-softtools .support dl dt,
.choose-softtools .support p span {
	background-image: url(img/icon-support.png);
}
.choose-softtools .money-back dl dt,
.choose-softtools .money-back p span {
	background-image: url(img/icon-money-back.png);
}
@media (max-width: 767px) {
	.choose-softtools {
		padding: 30px 0px;
	}
	.choose-softtools h3 {
		text-align: left;
		margin-left: 20px;
		font-size: 24;
	}
	
}
/* =.Other Solutions
-------------------------------------------- */
.other-solutions {
	padding: 40px 0px 34px 0px;
	
}
other-solutions h3 {
	margin-bottom: 34px;
	text-align: center;
	font-size: 28px;
	color: #444444;	
}
other-solutions dl dt,
other-solutions p span {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 34px;
	margin-bottom: 12px;
	font-weight: normal;
	font-size: 18px;
	color: #444444;
}
other-solutions p {
	margin: 0;	
}
other-solutions p span {
	display: inline-block;
}
other-solutions dl dd {
	padding-left: 34px;
	line-height: 24px;
	font-size: 15px;
	color: #969696;
}
other-solutions .secure dl dt,
other-solutions .secure p span {
	background-image: url(img/icon-secure.png);
}
other-solutions .support dl dt,
other-solutions .support p span {
	background-image: url(img/icon-support.png);
}
other-solutions .money-back dl dt,
other-solutions .money-back p span {
	background-image: url(img/icon-money-back.png);
}
@media (max-width: 767px) {
	other-solutions {
		padding: 30px 0px;
	}
	other-solutions h3 {
		text-align: left;
		margin-left: 20px;
		font-size: 24;
	}}
/* =.Customers Say
-------------------------------------------- */
.customers {
	background-color: #f7f7f7;
	min-height: 402px;
}
.customers .container {
	padding-left: 0;
	padding-right: 0;
}
.customers-title {
	margin-bottom: 34px;
	margin-top: 50px;
	text-align: center;
	font-size: 28px;
	color: #444444;	
}
.customers-block {
	min-height: 402px;
	padding-top: 40px;
}
.customers-block:hover,
.customers-block:active {
	background-color: #efeded;
}
.customers-block.active {
	background-color: #e7e7e7;
}
.customers-picture img {
	width: 136px;
	height: 136px;
	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;
	padding: 0px 35px;
	font-style: italic;
	font-size: 14px;
	color: #8d8d8d;
}
.customers-block .start {
	margin-top: 38px;
}
.start,
.start-half {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 2px;	
	text-indent: -9999px;	
}
.start {
	background: url(img/icon-start.png) left top no-repeat;
}
.start-half {
	background: url(img/icon-start-half.png) left top no-repeat;
}
.before-icon {
	background: url("img/icon-customers-before.png") left top no-repeat;
	position: absolute;
	text-indent: -9999px;
	display: block;
	width: 15px;
	top: 0px;
	left: 10px;
}
.after-icon {
	background: url("img/icon-customers-after.png") left top no-repeat;
	position: absolute;
	text-indent: -9999px;	
	display: block;
	width: 15px;
	bottom: -10px;
	right: 20px;
}
.commenter {
	display: inline-block;
	float: right;
	margin-top: 38px;
	margin-right: 0px;
}
@media (max-width: 991px) and (min-width: 768px) {
	.customers,
	.customers-block {
		min-height: 470px;
	}
}
@media (max-width: 767px) {
	.customers-title {
		font-size: 24px;
	}
}

/* =.Product Recommend
-------------------------------------------- */
.product-recommend h2 {
	margin-top: 50px;
	margin-bottom: 34px;
	text-align: center;
	font-size: 28px;
	color: #444444;
}
/* .product-recommend .product-android-manager { */
	/* background: url(./img/bg-free-android-file-recovery.png) #3fbbc3 240px 90px no-repeat; */
	/* min-height: 248px; */
	/* color: #FFFFFF; */
/* } */
/* .product-recommend .product-phone-transfer { */
	/* background: url(./img/bg-android-file-transfer.png) #c4ded1 308px 55px no-repeat; */
	/* min-height: 248px;	 */
	/* color: #000000; */
/* } */
/* .product-recommend .product-android-recovery { */
	/* background: url(./img/bg-iphone-data-recovery.png) #f8e3ae 268px 67px no-repeat; */
	/* min-height: 248px; */
	/* color: #000000; */
/* } */
/* .product-recommend .product-video-converter { */
	/* background: url(./img/bg-video-converter.png) #ef7d7d 304px 76px no-repeat; */
	/* min-height: 248px;	 */
	/* color: #FFFFFF; */
/* } */

.product-recommend .product-android-recovery {
	background: url(img/bg-free-android-data-recovery.png) #3fbbc3 299px 80px no-repeat;
	min-height: 248px;	
	color: #FFFFFF;	
}

.product-recommend .product-iphone-recovery {
	background: url(img/bg-free-iphone-recovery.png) #f8e3ae 298px 80px no-repeat;
	min-height: 248px;
	color: #000000;	
}

.product-recommend .product-photo-recovery {
	background: url(img/bg-free-photo-recovery.png) #c4ded1 300px 78px no-repeat;
	min-height: 248px;
	color: #000000;
}

.product-recommend .product-youtube-downloader {
	background: url(img/bg-free-youtube-downloader.png) #ef7d7d 318px 76px no-repeat;
	min-height: 248px;	
	color: #FFFFFF;
}

.product-recommend h3 {
	margin: 28px 0px 16px 13px;	
}
.product-recommend p {
	width: 230px;
	margin-left: 13px;
	line-height: 24px;
	font-size: 15px;	
}
.btn-down1,
.btn-buy1,

.sidebar1 .software1 .btn-down1, 
.sidebar1 .software1 .btn-buy1
{

	display:inline-block;
	position: relative;
	float: left;
	margin-bottom: 0;
	padding: 4px 12px;
	line-height: 1.42857143;
	text-align: center;
	font-weight: 400;
	font-size: 17px;
	cursor: pointer;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	background: #FFF;	
	text-decoration: none;
	-webkit-transition: all 0.28s ease;
	transition: all 0.28s ease;
}
.btn-down1,
.sidebar1 .software .btn-down1 {
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
}
.btn-buy1,
.sidebar1 .software .btn-buy1 {
	border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	margin-left: 1px;
}
.btn-win,
.btn-mac,
.sidebar .software .btn-down, 
.sidebar .software .btn-buy {
	display: inline-block;
	position: relative;
	float: left;
	margin-bottom: 0;
	padding: 4px 12px;
	line-height: 1.42857143;
	text-align: center;
	font-weight: 400;
	font-size: 17px;
	cursor: pointer;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	background: #FFF;	
	text-decoration: none;
	-webkit-transition: all 0.28s ease;
	transition: all 0.28s ease;
}
.btn-win,
.sidebar .software .btn-down {
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
}
.btn-mac,
.sidebar .software .btn-buy {
	border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	margin-left: 1px;
}
.product-recommend .btn-white a {
	background-color: #FFFFFF;
	color: #444444;
}
.product-recommend .btn-black a,
.sidebar .software dl dd.btn-black a {
	background-color: #444444;
	color: #FFFFFF;
}
.product-recommend .btn-white a:hover,
.product-recommend .btn-white a:focus,
.product-recommend .btn-white a:active {
	background-color: #e6e6e6;
	border-color: #adadad;
	text-decoration: none;
	color: #333333;
}
.product-recommend .btn-black a:hover,
.product-recommend .btn-black a:focus,
.product-recommend .btn-black a:active,
.sidebar .software dl dd.btn-black a:hover,
.sidebar .software dl dd.btn-black a:focus,
.sidebar .software dl dd.btn-black a:active {
	background-color: #302f2f;
	border-color: #282828;
	text-decoration: none;
	color: #FFFFFF;
}
.product-recommend .btn-white,
.product-recommend .btn-black{
	margin-left: 13px;
	margin-top: 24px;
}
@media (max-width: 991px) and (min-width: 768px) {
	.product-recommend h3 {
		font-size: 21px;
		margin-left: 0px;
	}
	.product-recommend .product-android-manager {
		background: url(img/bg-free-android-file-recovery-130.html) #3fbbc3 218px 90px no-repeat;
	}
	.product-recommend .product-phone-transfer {
		background: url(img/bg-android-file-transfer-130.png) #c4ded1 230px 80px no-repeat;
	}
	.product-recommend .product-android-recovery {
		background: url(img/bg-iphone-data-recovery-130.png) #f8e3ae 220px 92px no-repeat;
	}
	.product-recommend .product-video-converter {
		background: url(img/bg-video-converter.png) #ef7d7d 304px 76px no-repeat;		
	}
	.product-recommend h3,
	.product-recommend p,
	.product-recommend .btn-black,	
	.product-recommend .btn-white {
		margin-left: 0px;
	}	 
}
@media (max-width: 767px) {
	.product-recommend h2 {
		margin-top: 34px;
		font-size: 24px;
	}
	.product-recommend h3 {
		font-size: 20px;
		margin-left: 0px;
	}
	.product-recommend .product-android-manager,
	.product-recommend .product-phone-transfer,
	.product-recommend .product-android-recovery,
	.product-recommend .product-video-converter {
		background-image: none;
	}
	.product-recommend h3 {
		margin-top: 28px;
		margin-bottom: 16px;
	}
	.product-recommend p {
		font-size: 15px;
		line-height: 24px;
	}
	.product-recommend h3,
	.product-recommend p,
	.product-recommend .btn-white,
	.product-recommend .btn-black {
		margin-left: 0px;
	}
}
/* =.Banner
-------------------------------------------- */
.banner {
	background-color:#936;
	min-height: 462px;
	min-width: 100%;
	color: #FFF;
}
.carousel-inner.container {
    width: 1170px;
}
.banner .banner-main {
	background: url(img/banner-android-data-recovery.png) right 42px no-repeat;
	min-height: 462px;
	padding: 70px 0px 0px;
}
.banner .banner-iphone-data-recovery {
	background: url(img/banner-iphone-data-recovery.png) right 22px no-repeat;
	min-height: 462px;
	padding: 70px 0px 0px;
}
.banner .banner-mobile-phone-transfer {
	background: url(img/banner-mobile-phone-transfer.png) right 70px no-repeat;
	min-height: 462px;
	padding: 70px 0px 0px;
}
.banner h1 {
	font-size: 42px;
	color: #FFF;
}
.banner h1 span {
	color: #ff8900;
}
.banner p {
	font-size: 22px;
}
.banner ul {
	margin: 20px 0px;
	padding: 0;
	list-style: none;	
}
.banner ul li {
	background: url(img/icon-banner-list.png) 0px 3px no-repeat;
	padding-left: 27px;
	margin-bottom: 6px;
	line-height: 24px;
	font-size: 16px;
}
.banner .btn-more {
	background-color: #80b560;
	margin-top: 10px;
	text-shadow: 0px 1px 1px #69780c;
	text-transform: uppercase;
	font-size: 18px;
	color: #FFF;
	-webkit-transition: all 0.28s ease;
	transition: all 0.28s ease;
}
.banner .btn-more:hover,
.banner .btn-more:focus,
.banner .btn-more:active {
	background-color: #7db05f;
	text-shadow: 1px 0px 1px #69780c;
}

.banner .carousel-caption {	
    bottom: 0;
    left: 0;
    right: auto;
    padding: 10px 40px;
    background: rgba(0, 0, 0, .8);
	font-size: 14px;
	color: #FFFFFF;
}

.banner .carousel-previous{
	position: absolute;
	top: 38%;
	left: 40px;
	width: 31px;
	height: 59px;
	background: url("img/icon_btn_previous.png") 0px 0px no-repeat;	
}

.banner .carousel-previous:hover,
.banner .carousel-previous:active {
	background-image: url("img/icon_btn_previous_active.png");	
}

.banner .carousel-next{
	position: absolute;
	top: 38%;
	right: 40px;
	width: 31px;
	height: 59px;
	background: url("img/icon_btn_next.png") 0px 0px no-repeat;	
}

.banner .carousel-next:hover,
.banner .carousel-next:active {
	background-image: url("img/icon_btn_next_active.png");	
}

@media (max-width: 991px) and (min-width: 768px) {
	.banner .banner-main {
		background: url(img/banner-android-data-recovery-320.png) right 60px no-repeat;
	}
	.banner h1 {
		font-size: 30px;
	}
	.banner p {
		font-size: 18px;
	}
	.banner ul li {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.banner {
		min-height: 360px;
	}
	.banner .banner-main {
		background-image: none;
		min-height: 360px;
		padding: 30px 15px 50px;
	}
	.banner h1 {
		font-size: 24px;
	}
	.banner p {
		font-size: 14px;
	}
	.banner ul li {
		font-size: 13px;
	}
}

/* =.Content Container
-------------------------------------------- */
.post-content:before,
.post-content:after,
.resources-nav:before,
.resources-nav:after,
.purchase-content:before,
.purchase-content:after,
.purchase-product:before,
.purchase-product:after,
.purchase-product-left:before,
.purchase-product-left:after,
.reviews-item:before,
.reviews-item:after,
.product-file-type:before,
.product-file-type:after {
	display: table;
	content: " ";
}
.post-content:after,
.resources-nav:after,
.purchase-content:after,
.purchase-product:after,
.purchase-product-left:after,
.reviews-item:after,
.product-file-type:after {
	clear: both;
}

/* =.Product Windows Banner
-------------------------------------------- */
.product-windows-banner,
.product-banner-page,
.product-mobile-transfer,
.android-data-recovery-mac {
	min-width: 100%;
	background-color: #3cb7bf;
	color: #FFF;
}
.product-windows-banner,
.product-windows-banner .banner-main,
.product-mobile-transfer,
.product-mobile-transfer .banner-main,
.android-data-recovery-mac,
.android-data-recovery-mac .banner-main {
	min-height: 428px;
	padding-left: 0px;
	padding-right: 0px;
}
.product-windows-banner h1,
.product-mobile-transfer h1,
.android-data-recovery-mac h1 {
	font-size: 28px;
	color: #FFF;
}
.product-windows-banner p,
.product-mobile-transfer p,
.android-data-recovery-mac p {
	font-size: 18px;
}

.product-windows-banner .banner-screen {
	float: right !important;
	width: 46%;
	padding-top: 82px;
}
.product-windows-banner .banner-desc {
	float: right !important;
	width: 54%;
	padding-top: 58px;
}
.product-mobile-transfer .banner-screen {
	float: left !important;
	width: 48%;
	padding-top: 48px;
}
.product-mobile-transfer .banner-desc {
	float: right !important;
	width: 52%;
	padding-top: 48px;
}
.android-data-recovery-mac .banner-screen {
	float: left !important;
	width: 52%;
	padding-top: 74px;
}
.android-data-recovery-mac .banner-desc {
	float: right !important;
	width: 48%;
	padding-top: 48px;
}
.product-windows-banner ul,
.product-mobile-transfer ul,
.android-data-recovery-mac ul {
	list-style: none;
	padding: 0;
	margin: 20px 0px;
}
.product-windows-banner ul li,
.product-mobile-transfer ul li,
.android-data-recovery-mac ul li {
	padding-left: 27px;
	margin-bottom: 6px;
	font-size: 15px;
	line-height: 24px;
}
.product-windows-banner ul li {
	background: url(img/icon-banner-pro-list.png) 0px 3px no-repeat;
}
.product-mobile-transfer ul li,
.android-data-recovery-mac ul li {
	background: url(img/icon-write-yes.png) 0px 7px no-repeat;
}
.product-windows-banner a {
	display: inline-block;	
	font-size: 15px;
	color: #F9FF00;
	text-decoration: underline;	
}
.product-windows-banner p a {
	margin-left: 26px;
}
.android-data-recovery-mac p a {
	font-size: 15px;
	margin-left: 27px;
	color: #F9FF00;
	text-decoration: underline;
}
.product-windows-banner a:hover,
.product-windows-banner a:active,
.android-data-recovery-mac p a:hover,
.android-data-recovery-mac p a:active {
	color: #dce106;
}

.select-version {
	margin-top: 10px;
}
.select-version .radio input[type="radio"] {
	margin-left: 0px;
}
.select-version label {
	font-size: 15px;
	padding-left: 27px
}

/* =.Product Tab
-------------------------------------------- */
.product-tab {
	min-width: 100%;
	min-height: 86px;
	background-color: #3cb7bf;
	border-top: 1px solid #8cd6da;
	color: #FFF;
}
.product-tab .container {
	padding-left: 0px;
	padding-right: 0px;
}
.product-tab ul {
	width: 62%;
	min-height: 86px;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;	
}
.product-tab.product ul {
	width: 50%;
}
.product-tab ul li {
	width: 22%;
	float: left;
	text-align: center;
	line-height: 86px;
}
.product-tab ul li.reviews {
	width: 34%;
}
.product-tab.product ul li {
	width: 25%;
}
.product-tab ul li a {
	display: block;
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
}
.product-tab ul li a:hover,
.product-tab ul li a:active {
	background-color: #f5f5f5;
	text-decoration: none;
	color: #3cb7bf;
}
.product-tab ul li.active a {
	background-color: #FFF;
	text-decoration: none;
	color: #3cb7bf;
}
.product-tab .product-btn {
	float: left;
	width: 50%;
	margin-top: 16px;
	text-align: right;
}
.product-tab .product-btn a,
.version-compare a.btn-down,
.version-compare a.btn-buy,
.post-btn a,
.desc-btn a {
	display: inline-block;
	width: 198px;
	height: 54px;
	margin: 0px 5px 0px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	text-align: left;
	color: #FFF;
	outline: 0;
}
.post-btn a {
	width: 238px;
	margin-right: 22px;
}
.product-tab .product-btn a.btn-down,
.version-compare a.btn-down,
.post-btn a,
.desc-btn .btn-down.win {
	background-color: #b6cb34;
}
.product-tab .product-btn a.btn-buy,
.product-tab .product-btn a.btn-down2,
.version-compare a.btn-buy,
.desc-btn .btn-down.mac {
	background-color: #f99c41;
	margin-left: 0px;
}
.product-tab .product-btn a.btn-down:hover,
.product-tab .product-btn a.btn-down:active,
.version-compare a.btn-down:hover,
.version-compare a.btn-down:active,
.post-btn a:hover,
.post-btn a:active,
.desc-btn .btn-down.win:hover,
.desc-btn .btn-down.win:active {
	background-color: #c5db3a;
}
.product-tab .product-btn a.btn-buy:hover,
.product-tab .product-btn a.btn-buy:active,
.product-tab .product-btn a.btn-down2:hover,
.product-tab .product-btn a.btn-down2:active,
.version-compare a.btn-buy:hover,
.version-compare a.btn-buy:active,
.desc-btn .btn-down.mac:hover,
.desc-btn .btn-down.mac:active {
	background-color: #ffaa56;
}
.product-tab .icon-win,
.product-tab .icon-mac,
.product-tab .icon-buy,
.product-tab .icon-down,
.version-compare .icon-win,
.version-compare .icon-mac,
.version-compare .icon-buy,
.post-btn .icon-win,
.post-btn .icon-mac,
.post-btn .icon-buy,
.desc-btn .icon-down {
	display: block;
	width: 62px;
	height: 54px;
	float: left;
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
}
.product-tab .icon-win,
.version-compare .icon-win,
.post-btn .icon-win {
	background-image: url(img/icon-banner-os-windows.png);
	border-right: 1px solid #9eb21f;
}
.product-tab .icon-down,
.desc-btn .icon-down {
	background-image: url(img/icon-down.png);
	border-right: 1px solid #9eb21f;
}
.product-btn .icon-buy.win {
	background-image: url(img/icon-banner-os-windows.png);
	border-right: 1px solid #e98423;
}
.product-btn .icon-buy.mac,
.product-btn .btn-down2 .icon-mac {
	background-image: url(img/icon-buy-mac.png);
	border-right: 1px solid #e98423;
}
.product-tab .icon-mac,
.version-compare .icon-mac,
.post-btn .icon-mac {
	background-image: url(img/icon-banner-os-mac.png);
	border-right: 1px solid #9eb21f;
}
.product-tab .icon-buy,
.version-compare .icon-buy,
.post-btn .icon-buy {
	background-image: url(img/icon-banner-buy.png);
	border-right: 1px solid #e98423;
}
.product-tab .text,
.version-compare .text,
.post-btn .text,
.desc-btn .text {
	display: block;
	width: 136px;
	height: 54px;
	float: left;
	padding-left: 14px;
	padding-top: 8px;
	line-height: 20px;
	font-size: 20px;	
}
.post-btn .text {
	width: 174px;
	text-shadow: 1px 1px 1px #575b42;
}
.product-tab .span,
.version-compare .span,
.post-btn .span
.desc-btn .span, {
	font-size: 14px;
}
.product-tab .btn-down .text,
.version-compare .btn-down .text,
.post-btn .btn-down .text,
.desc-btn .btn-down.win .text {
	border-left: 1px solid #cde344;
}
.product-tab .btn-buy .text,
.version-compare .btn-buy .text,
.desc-btn .btn-down.mac .text {
	border-left: 1px solid #ffbb79;
}
.product-tab .text small,
.version-compare .text small,
.post-btn .text small,
.desc-btn .btn-down small {
	display: inline-block;
}

/* =.Product Subpage Banner
-------------------------------------------- */
.product-banner-page {
	min-height: 94px;
	line-height: 94px;
}
.product-banner-page h1 {
	line-height: 54px;
	text-align: center;
	font-size: 28px;
}
.product-page-btn {
	padding-top: 22px;
	text-align: right;
}
.product-page-btn a {
	display: inline-block;
	width: 164px;
	height: 40px;
	margin: 0px 12px 0px 0px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: left;
	font-size: 21px;
	color: #FFF;
}
.product-page-btn a:hover,
.product-page-btn a:active {
	text-decoration: none;
}
.product-page-btn .btn-down {
	background: url(img/icon-page-content-down.png) 14px 6px no-repeat;	
	padding-left: 53px;
	border: 2px solid #FFF;	
	line-height: 36px;
}
.product-page-btn .btn-buy {
	background: url(img/icon-purchase-buy.png) #f99c41 17px 7px no-repeat;
	padding-left: 55px;
	line-height: 40px;	
}
.product-page-btn .btn-win {
	background: url(img/icon-page-content-win.png) 14px 6px no-repeat;
	padding: 0px 0px 0px 53px;
	border: 2px solid #FFF;
	line-height: 36px;	
	float: none;	
}
.product-page-btn .btn-mac {
	background: url(img/icon-page-content-mac.png) #f99c41 17px 7px no-repeat;
	padding: 0px 0px 0px 55px;
	line-height: 36px;
	float: none;
}
.product-page-btn .btn-more {
	background: url(img/icon-page-content-mac.png) #f99c41 17px 7px no-repeat;
	padding: 0px 0px 0px 55px;
	line-height: 36px;
	float: none;
}
.product-page-btn .btn-win:hover,
.product-page-btn .btn-win:active {
	background-image: url(img/icon-page-content-win-curr.png);
	border-color: black;
	color: black;
}
.product-page-btn .btn-down:hover,
.product-page-btn .btn-down:active {
	background-image: url(img/icon-page-content-down-curr.png);
	border-color: black;
	color: black;
}
.product-page-btn .btn-buy:hover,
.product-page-btn .btn-buy:active,
.product-page-btn .btn-mac:hover,
.product-page-btn .btn-mac:active {
	background-color: #ffab59;
}

/* =.Product Desction
-------------------------------------------- */
.product-desc-step h2,
.product-desc-file-type h2,
.product-desc-devices h2,
.product-recommend-bottom h2 {
	text-align: center;
	font-size: 28px;
	color: #444444;
	margin-top: 50px;
}
.product-desc-step p {
	margin: 22px 0px;
	line-height: 22px;
	font-size: 15px;
}
.product-title-desc {
	text-align: center;
	font-size: 15px;
}
.product-desc-list {
	margin: 22px 0px;
	padding: 0;
	list-style: none;
}
.product-desc-list li {
	background: url(img/icon-right-green.png) 3px 5px no-repeat;
	padding-left: 26px;
	margin-bottom: 10px;
	line-height: 24px;	
	font-size: 15px;
}
.product-desc-list li.ipad {
	background: url(img/icon-ipad.png) 0px 0px no-repeat;	
}
.product-desc-list li.ipod {
	background: url(img/icon-ipod.png) 0px 0px no-repeat;	
}
.product-desc-list li.iphone {
	background: url(img/icon-iphone.png) 0px 0px no-repeat;	
}
.product-devices-logo {
	margin: 50px 0px;
	text-align: center;	
}
.product-devices-logo .img-responsive {
	margin: 0 auto;
}
.product-windows-scanned {
	background: url(img/banner-product-windows-scanned.jpg) left top no-repeat;
	height: 340px;
	text-indent: -9999px;
}
.product-windows-solution {
	background: url(img/banner-product-windows-solution.jpg) left top no-repeat;
	float: right;
	height: 340px;
	text-indent: -9999px;	
}
.product-windows-scanned-desc {
	background-color: #B0BE56;
	height: 340px;
	color: #FFF;
}
.product-windows-solution-desc {
	background-color: #3cb7bf;
	float: right;
	height: 340px;	
	color: #FFF;
}
.product-iphone-data-recovery-scanned {
	background: url(img/product-iphone-data-recovery-scanned.jpg) left top no-repeat;
	height: 340px;
	text-indent: -9999px;
}
.product-iphone-data-recovery-solution {
	background: url(img/product-iphone-data-recovery-solution.jpg) left top no-repeat;
	float: right;
	height: 340px;
	text-indent: -9999px;	
}
.product-iphone-data-recovery-scanned-desc {
	background-color: #75a5d3;
	height: 340px;
	color: #FFF;
}
.product-iphone-data-recovery-solution-desc {
	background-color: #3cb7bf;
	float: right;
	height: 340px;	
	color: #FFF;
}

.product-main-block {
	margin-top: 20px;
	margin-bottom: 60px;
}
.product-main-block .row {
	margin-left: 0px;
	margin-right: 0px;
}
.product-main-block h3 {
	margin-left: 11px;
	margin-right: 11px;
}
.product-main-block ul {	
	margin: 11px;
	padding: 0;
	list-style: none;
}
.product-main-block ul li {
	background: url(img/icon-right-white.png) 0px 6px no-repeat;
	margin-bottom: 10px;
	padding-left: 23px;
	line-height: 24px;	
}
.product-recommend-bottom {
	background-color: #f7f7f7;
	min-height: 370px;
}
.product-recommend-bottom h3 {
	margin: 0px -15px 0px -15px;
	padding: 0px 22px;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	color: #FFF;	
}
.product-recommend-bottom p {
	margin: 20px 8px;
	line-height: 24px;
	font-size: 15px;
}
.product-recommend-bottom .learn-more {
	display: block;
	margin-top: 8px;
	color: #f99c41;
	text-decoration: underline;
}
.product-recommend-bottom .learn-more:hover,
.product-recommend-bottom .learn-more:active {
	color: #d98532;
}
.recommend-block-left {
	background-color: #e7f1f6;
	min-height: 214px;
	margin-top: 20px;
}
.recommend-block-right {
	background-color: #d2ebed;
	min-height: 214px;
	margin-top: 20px;
}
.recommend-block-left h3 {
	background-color: #89cff2;
}
.recommend-block-right h3 {
	background-color: #3cb7bf;
}
.product-desc-file-type {
	background-color: #f7f7f7;
	min-height: 500px;
}
.product-desc-file-type .container {
	min-height: 500px;
}
.product-16-file-type{
	margin-top: 40px;	
}
.product-file-type {
	list-style: none;
	background-color: #FFF;
	padding: 0;
	margin-top: 40px;
	min-height: 122px;
}
.product-file-type li {
	float: left;
	width: 12.5%;
	min-height: 122px;
	text-align: center;
	color: #b6cb34;
	font-size: 18px;
	border-right: 1px solid #f7f7f7;
}
.product-file-type li:before,
.product-file-type li:after,
.product-file-type li.last {
	border-right: none;
}
.product-file-type li .img-responsive {
	margin: 25px auto 18px auto;
}
.product-action {
	padding: 30px 0px 40px 0px;
}
.product-action:before,
.product-action:after {
	display: table;
	content: " ";
}
.product-action:after {
	clear: both;
}
.product-action-step {
	position: relative;
	text-align: center;
}
.product-action-step .product-action-desc {
	display: block;
	font-size: 18px;
	margin: 14px auto;
}
.product-action-progress {
	position: absolute;
	top: 46px;
	right: -80px;
}

/* =.Multi Dimension Product Banner
-------------------------------------------- */
@media (max-width: 991px) and (min-width: 768px) {
	.product-windows-banner .banner-desc {
		padding-top: 50px;
	}
	.product-windows-banner .banner-screen {
		padding-top: 74px;
	}
	.product-windows-banner h1,
	.product-mobile-transfer h1,
	.android-data-recovery-mac h1 {
		font-size: 20px;
	}
	.product-windows-banner p,
	.product-mobile-transfer p,
	.android-data-recovery-mac p {
		font-size: 15px;
	}
	.product-windows-banner ul li,
	.product-mobile-transfer ul li,
	.android-data-recovery-mac ul li {
		font-size: 14px;
	}
	.product-tab ul li a{
		font-size: 14px;
	}
	.product-tab .product-btn a{
		width: 174px;
		margin: 0px 5px 0px 0px;		
	}
	.product-tab .icon-win,
	.product-tab .icon-mac,
	.product-tab .icon-buy,
	.product-tab .icon-down{
		width: 56px;
	}
	.product-tab .text {
		width: 118px;
		padding-left: 8px;
		font-size: 18px;
	}
	.product-banner-page h1 {
		font-size: 24px;
	}
	.product-page-btn a {
		width: 124px;		
		margin-right: 4px;
		font-size: 16px;		
	}
	.product-page-btn .btn-down,
	.product-page-btn .btn-win {
		background-position: 10px 6px ;			
		padding-left: 42px;		
	}
	.product-page-btn .btn-buy,
	.product-page-btn .btn-mac {
		background-position: 10px 7px;
		padding-left: 42px;
	}
	
	.product-main-block h3{
		font-size: 18px;
	}
	.product-main-block ul li{
		line-height: 22px;
		font-size: 14px;
	}
	
	.product-file-type li,
	.product-action-step .product-action-desc {		
		font-size: 15px;		
	}
	.product-action-progress {
		width: 40%;
		right: -50px;
	}
	
	.product-recommend-bottom h3{
		font-size: 18px;
	}

}
@media (max-width: 767px) {
	.product-windows-banner .banner-main,
	.product-mobile-transfer .banner-main,
	.android-data-recovery-mac .banner-main {
		padding-left: 15px;
		padding-right: 15px;
	}	
	.product-windows-banner .banner-desc,	
	.product-mobile-transfer .banner-desc,	
	.android-data-recovery-mac .banner-desc {
		width: 100%;
		float: inherit;
		padding-top: 0px;
		padding-bottom: 40px;		
	}
	.product-windows-banner .banner-screen,
	.product-mobile-transfer .banner-screen,
	.android-data-recovery-mac .banner-screen{
		width: 100%;
		float: inherit;
		padding-top: 40px;	
	}	
	.product-windows-banner .banner-screen img,
	.product-mobile-transfer .banner-screen img,
	.android-data-recovery-mac .banner-screen img {
		margin-left: auto;
		margin-right: auto;
	}
	.product-windows-banner h1,
	.product-mobile-transfer h1,
	.android-data-recovery-mac h1 {
		font-size: 23px;
	}
	.product-windows-banner p,
	.product-mobile-transfer p,
	.android-data-recovery-mac p {
		font-size: 16px;
	}
	.product-windows-banner ul li,
	.product-mobile-transfer ul li,
	.android-data-recovery-mac ul li {
		font-size: 15px;
	}
	.product-tab ul{
		width: 76%;
	}
	.product-tab.product ul{
		width: 60%;
	}
	.product-tab .product-btn{
		width: 40%;
	}
	
	.product-tab ul li a{
		font-size: 14px;
	}	
	.product-tab .product-btn a{
		width: 80px;			
	}
	.product-tab .icon-win,
	.product-tab .icon-mac,
	.product-tab .icon-buy,
	.product-tab .icon-down{
		width: 100%;
	}
	.product-tab .text {
		display: none;
	}
	.product-banner-page h1 {
		font-size: 24px;
	}
	.product-page-btn a {
		width: 62px;		
		margin-right: 2px;				
	}
	.product-page-btn .btn-down,
	.product-page-btn .btn-win,
	.product-page-btn .btn-buy,
	.product-page-btn .btn-mac {
		background-position: center center;
		text-indent: -9999px;		
	}
	
	.product-file-type li{		
		font-size: 15px;		
	}
	.product-action-progress {
		display: none;
	}	
	.product-recommend-bottom h3{
		font-size: 18px;
	}
	
}

@media (max-width: 500px) {
	.product-tab ul{
		display: none;
	}
	.product-tab .product-btn{
		width: 100%;
		text-align: center;
	}
	.product-tab .product-btn a{
		width: 174px;
		margin: 0px 5px 0px 0px;		
	}
	.product-tab .icon-win,
	.product-tab .icon-mac,
	.product-tab .icon-buy,
	.product-tab .icon-down{
		width: 56px;
	}
	.product-tab .text {
		display: block;
		width: 118px;
		padding-left: 8px;
		font-size: 18px;
	}
	.product-banner-page h1 {
		font-size: 24px;
	}
	.product-page-btn{
		width: 100%;
		float: none;
		text-align: center;		
	}
	.product-page-btn a {
		width: 124px;		
		margin-right: 4px;
		font-size: 16px;
	}
	.product-page-btn .btn-down,
	.product-page-btn .btn-win,
	.product-page-btn .btn-buy,
	.product-page-btn .btn-mac {
		text-indent: initial;		
	}
	.product-page-btn .btn-down,
	.product-page-btn .btn-win {
		background-position: 10px 6px ;			
		padding-left: 42px;		
	}
	.product-page-btn .btn-buy,
	.product-page-btn .btn-mac {
		background-position: 10px 7px;
		padding-left: 42px;
	}
	.product-main-block h3{
		font-size: 18px;
	}
	.product-main-block ul li{
		line-height: 22px;
		font-size: 14px;
	}
	.product-file-type li span{
		display: none;
	}	
}

/* =.Page Content
-------------------------------------------- */

.page-container {
	margin-top: 50px;
	margin-bottom: 50px;
	padding-left: 0px;
	padding-right: 0px;
}

.page-conent,
.sidebar {
	float: left;
	position: relative;
	min-height: 1px;
}
.page-conent {
	width: 67%;
}
.sidebar {
	float: right;
	width: 29%;
}
.page-conent h1,
.page-title {
	font-size: 22px;
	color: #076999;
	margin-top: 0px;
}
.page-conent h2 {
	font-size: 20px;
	color: #444444;
}
.page-conent h3 {
	font-size: 18px;
	color: #444444;
}
.post-content p {
	line-height: 24px;
	margin-bottom: 20px;
}
.page-conent .get-more {
	font-size: 18px;
	color: #0584c3;
	text-decoration: underline;
}
.page-conent .get-more:hover,
.page-conent .get-more:active {
	color: #009cea;
}
.page-conent .img-responsive {
	margin-top: 14px;
	margin-bottom: 30px;
}
.post-content ul,
.post-content ol {
	margin: 20px 0px;
}
.post-content li {
	line-height: 24px;
	margin-bottom: 6px;
}
.anchorLink {
	list-style: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .29);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .29);
	box-shadow: 0 3px 3px rgba(0, 0, 0, .29);
	border: solid 1px #e5e5e5;
	padding: 15px 20px;
	margin: 15px 0 20px 0;
}
.anchorLink li {
	margin-bottom: 2px;
}

/* =.category
-------------------------- */
.page-section {
	border: 1px solid #e7e7e7;
	border-radius: 2px;
	padding: 5px 10px 0px 10px;
    margin-bottom: 20px;
}

.page-section h2 {
	margin-top: 10px;
}

.wp-pagenavi {
    margin-top: 30px;
    text-align: right;
}

/* =.Sidebar
-------------------------------------------- */
.sidebar .widget {
	border: 1px solid #c5c5c5;
	margin-bottom: 28px;
}
.sidebar h3 {
	height: 45px;
	line-height: 45px;
	background-color: #8acdd1;
	margin: 0;
	padding: 0 22px;
	font-size: 20px;
	color: #FFF;
}
.sidebar .video div {
	padding: 25px 0px;
	text-align: center;
}
.sidebar .topics ul {
	list-style: none;
	margin: 0px;
	padding: 22px;
}
.sidebar .topics ul li,
.resources-tab-content ul.resources-list li {
	background: url(img/icon-sidebar-topics-list.png) 0px 3px no-repeat;
	padding-left: 18px;
	margin-bottom: 8px;
}
.sidebar .topics ul li a,
.resources-tab-content ul.resources-list li a {
	color: #444444;
	font-size: 15px;
	line-height: 20px;
}
.sidebar .software dl {
	margin: 20px 22px;
}
.sidebar .software dl dt {
	font-size: 16px;
	margin-bottom: 10px;
}
.sidebar .software dl dd {
	margin-bottom: 12px;
}
.sidebar .software dl dd.box {
	text-align: center;
}
.sidebar .software dl dd.text {
	font-size: 15px;
}
.sidebar .software dl dd.btn-black {
	height: 34px;
}

/* =.Version Compare Table
-------------------------------------------- */

.version-compare {
	margin-top: 50px;
}
.version-compare .table {
	margin-bottom: 0px;
}
.version-compare .table > thead > tr > th,
.version-compare .table > tbody > tr > th,
.version-compare .table > tfoot > tr > th,
.version-compare .table > thead > tr > td,
.version-compare .table > tbody > tr > td,
.version-compare .table > tfoot > tr > td {
	padding: 18px 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border: 1px solid #cfecfb;
	background-color: #e6f5fd;
	width: 33.33%;
}
.version-compare .table > thead > tr > th:nth-child(even),
.version-compare .table > tbody > tr > th:nth-child(even),
.version-compare .table > tfoot > tr > th:nth-child(even),
.version-compare .table > thead > tr > td:nth-child(even),
.version-compare .table > tbody > tr > td:nth-child(even),
.version-compare .table > tfoot > tr > td:nth-child(even) {
	background-color: #def2fc;
}
.version-compare .table > thead > tr > th,
.version-compare .table > thead > tr > td {
	font-size: 16px;
	padding: 21px 0px;
	font-weight: normal;
}
.version-compare .table > caption + thead > tr:first-child > th,
.version-compare .table > colgroup + thead > tr:first-child > th,
.version-compare .table > thead:first-child > tr:first-child > th,
.version-compare .table > caption + thead > tr:first-child > td,
.version-compare .table > colgroup + thead > tr:first-child > td,
.version-compare .table > thead:first-child > tr:first-child > td {
	border: 1px solid #cfecfb;
}
.version-compare .table > tbody > tr:hover > td {
	background-color: #d9f0fc;
}
.version-compare .table > tbody > tr:hover > td:nth-child(even) {
	background-color: #d9f0fc;
}


.purchase-content {
	padding-top: 10px;
	margin-bottom: 50px;
}

.post-btn {
	margin: 20px 0px 24px 0px;
}

/* =.Breadcrumb
-------------------------------------------- */
.bread {
	margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 0px;
	padding-right: 0px;
}

/* =.Post Content
-------------------------------------------- */
.post-content {
	padding: 10px 0px 50px 0px;	
}

/* =.Resources Content
-------------------------------------------- */

.resources-nav {
	list-style: none;
	margin: 36px 0px 0px 0px;
	padding: 0;
}
.resources-nav li {
	float: left;
	width: 30%;
	height: 44px;
	margin-right: 1px;
	background-color: #89cdd0;
	text-align: center;
	line-height: 44px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.resources-nav li:hover,
.resources-nav li:active,
.resources-nav li.active {
	background-color: #0584c3;
}
.resources-nav li a {
	display: block;
	font-size: 15px;
	color: #444444;
	text-decoration: none;
}
.resources-nav li:hover a,
.resources-nav li:active a,
.resources-nav li.active a {
	color: #FFF;
}
.resources-tab-content .tab-pane {
	display: none;
}
.resources-tab-content .tab-pane.active {
	display: block;
}
.resources-tab-content ul {
	list-style: none;
	padding: 0;
	margin: 30px 0px;
}
.resources-tab-content .tab-topics {
	border: 1px solid #c5c5c5;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 18px;
	margin-top: 20px;
}

#resources dl dt {
    font-size: 16px;
    color: #333333;
}

#resources dl dd a{
    font-size: 14px;
    color: #333333;
}

#resources dl dd.more a{
    text-decoration: underline;
}

@media (max-width: 991px) and (min-width: 768px) {
	.post-btn a {
		margin: 0;
	}
	.resources-nav li {
		width: 33%;
	}
	.resources-nav li a{
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	.bread,
	.page-conent,
	.sidebar {
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	.post-btn a {
		margin-right: 0px;
	}
	.sidebar .software dl dd.box {
		text-align: left;
	}
	.resources-nav li {
		width: 33%;
	}
	.resources-nav li a {
		font-size: 13px;
	}
}

/* =.Purchase Note
-------------------------------------------- */

.purchase-note {
	border: 1px solid #c5c5c5;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 22px;
	margin-top: 38px;
}
.purchase-system {
	background-color: #e6f5fd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 22px;
	margin-top: 38px;
}
.purchase-system dt,
.purchase-system dd,
.purchase-note dt,
.purchase-note dd {
	margin-bottom: 10px;
}
.purchase-content h1 {
	background-color: #0584c3;
	height: 68px;
	line-height: 68px;
	padding: 0px 24px;
	font-size: 21px;
	color: #FFF;
	margin: 0;
}
.purchase-product {
	min-height: 450px;
	background-color: #f9f9f9;
}
.purchase-product .purchase {
	float: left;
	width: 50%;
	padding: 20px 30px;
	min-height: 450px;
	background-color: #FFF;
	text-align: center;
}
.purchase-product .purchase.left {
	background-color: #f5f5f5;
}
.purchase-product .purchase-top {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}
.purchase-product .purchase-top dt {
	font-size: 24px;
	font-weight: initial;
}
.purchase-product .purchase-top dd span {
	font-size: 30px;
	color: red;
}
.purchase-product .img-responsive {
	margin-left: auto;
	margin-right: auto;
}
.purchase-product ul {
	border-bottom: 1px solid #e2e2e2;
	min-height: 208px;
	padding: 0 0 12px 120px;
	margin: 0 0 30px;
	list-style: none;
}
.purchase-product ul li {
	background-image: url(img/icon-purchase.png);
	background-repeat: no-repeat;
	text-align: left;
	font-size: 14px;
	height: 24px;
	margin-bottom: 15px;
	padding-left: 35px;
}
.purchase-product ul li.device {
	background-position: 0px 0px;
}
.purchase-product ul li.want {
	background-position: 0px -50px;
}
.purchase-product ul li.support {
	background-position: 0px -102px;
}
.purchase-product ul li.update {
	background-position: 0px -150px;
}
.purchase-product ul li.save {
	background-position: 0px -200px;
}
.purchase-product ul li span {
	color: red;
}
.purchase-product .btn-buy {
	display: block;
	margin: 0 auto;
	background: url(img/icon-banner-buy.png) #f99c41 12px center no-repeat;
	width: 198px;
	height: 54px;
	font-size: 24px;
	text-align: center;
	color: #FFF;
	line-height: 54px;
	padding-left: 40px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	outline: 0;
}
.purchase-product .btn-buy:hover,
.purchase-product .btn-buy:active {
	background-color: #ffaa56;
	text-decoration: none;
}
.purchase-product-left {
	float: left;
	width: 56%;
	min-height: 100%;
	background-color: #f5f5f5;
	padding-top: 30px;
}
.purchase-product-right {
	float: left;
	width: 44%;
	padding: 30px 20px 0px 20px;
}
.purchase-product-left .purchase-buy {
	float: left;
	width: 50%;
	text-align: center;
}
.purchase-product-left .version {
	font-size: 15px;
	color: #000;
}
.purchase-product-left .price {
	font-size: 21px;
	color: #e80000;
}
.purchase-product-left .btn-buy {
	display: inline-block;
	width: 144px;
	height: 34px;
	line-height: 34px;
	background: url(img/icon-purchase-buy.png) #f99c41 12px center no-repeat;
	font-size: 18px;
	color: #FFF;
	padding-left: 30px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.purchase-product-left .btn-buy:hover,
.purchase-product-left .btn-buy:active {
	text-decoration: none;
	background-color: #fcad5f;
}
.purchase-product-right ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0px;
}
.purchase-product-right ul li {
	background: url(img/icon-banner-list.png) 0px 2px no-repeat;
	padding-left: 28px;
	line-height: 22px;
	margin-bottom: 4px;
}


@media (max-width: 767px) {
	.product-desc-con .pull-right{
		float: none !important;
	}
	.product-desc-con .img-responsive{
		margin-bottom: 20px;
	}
	.support-transferring-data,
	.secure-and-trustworthy {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.purchase-product .purchase{
		width: 100%;
	}
	.purchase-product ul{
		width: 60%;
		margin: 0 auto 30px auto;
		padding: 0 0 12px 0px
	}
}


/* =.Reviews
-------------------------------------------- */

.form-reviews {
	margin: 40px 0px;
}
.form-reviews a {
	display: inline-block;
	margin-left: 12px;
	font-size: 18px;
	color: #0584c3;
	text-decoration: underline;
}
.form-reviews a:hover,
.form-reviews a:active {
	color: #0d99de;
}
.btn-reviews {
	color: #FFFFFF;
	background-color: #b6cb34;
	border-color: #b0c52b;
	margin-right: 12px;
	font-size: 18px;
}
.btn-reviews:hover,
.btn-reviews:focus,
.btn-reviews.focus,
.btn-reviews:active,
.btn-reviews.active {
	color: #FFFFFF;
	background-color: #c7da53;
	border-color: #bbcf40;
}
.btn-reviews:active,
.btn-reviews.active {
	background-image: none;
}
.btn-reviews.disabled,
.btn-reviews[disabled],
fieldset[disabled] .btn-reviews,
.btn-reviews.disabled:hover,
.btn-reviews[disabled]:hover,
fieldset[disabled] .btn-reviews:hover,
.btn-reviews.disabled:focus,
.btn-reviews[disabled]:focus,
fieldset[disabled] .btn-reviews:focus,
.btn-reviews.disabled.focus,
.btn-reviews[disabled].focus,
fieldset[disabled] .btn-reviews.focus,
.btn-reviews.disabled:active,
.btn-reviews[disabled]:active,
fieldset[disabled] .btn-reviews:active,
.btn-reviews.disabled.active,
.btn-reviews[disabled].active,
fieldset[disabled] .btn-reviews.active {
	background-color: #ffffff;
	border-color: #cccccc;
}
.reviews-item {
	position: relative;
	width: 100%;
	padding: 1em 1.5em;
	margin: 2em auto;
	color: #444444;
	line-height: 24px;
	background-color: #f7f7f7;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
	z-index: 9998;
}
/*.reviews-item:before {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0px;
	right: 0;
	height: 34px;
	width: 36px;*/
/*border-style: solid;*/
/*border-color: #efefef;
	border-width: 0px 0px 34px 36px;*/
/*background: #efefef;
	background: linear-gradient(to top right, #f7f7f7, #e5e5e5 50%, #cccccc);
	*/
/*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ebebeb));
	background: -webkit-linear-gradient(#ffffff, #ebebeb);
	background: -moz-linear-gradient(#ffffff, #ebebeb);
	background: -ms-linear-gradient(#ffffff, #ebebeb);
	background: -o-linear-gradient(#ffffff, #ebebeb);
	-pie-background: linear-gradient(#ffffff, #ebebeb);*/
/*-webkit-border-bottom-left-radius: 1px 18px;
	-moz-border-radius-bottomleft: 36px 18px;*/
/*border-bottom-right-radius: 6px 6px;*/
/*box-shadow: 2px 2px 2px #44b5fb;*/
/*-webkit-transform: translate(0, -2px);
	-moz-transform: translate(0, -2px);
	-ms-transform: translate(0, -2px);
	-o-transform: translate(0, -2px);*/
/*transform: translate(0, 0px);	
}*/
/*.reviews-item:after {*/
/*content: "";
	position: absolute;
	z-index: 1;
	bottom: 0px;
	right: 0px;
	width:0; 
	height:0; 
	border-width:24px; 
	border-style:solid; 
	border-color:transparent #FFF #FFF transparent;*/
/*-webkit-border-bottom-left-radius: 20px 12px;
	-moz-border-radius-bottomleft: 20px 12px;*/
/*border-top-left-radius: 180px 180px;*/
/*-webkit-transform: translate(-12px, -2px);
	-moz-transform: translate(-12px, -2px);
	-ms-transform: translate(-12px, -2px);
	-o-transform: translate(-12px, -2px);*/
/*transform: translate(4px, 10px);
*/
}
.reviews-item p {
	margin: 0;
}
.reviews-item p + p {
	margin: 1.5em 0 0;
}
.reviews-item .reviews-name {
	float: right;
}
/* =.Website Sitemap
-------------------------------------------- */

.sitemap dl {
	margin: 20px 0px;
}
.sitemap dl dt {
	font-size: 16px;
	margin-bottom: 8px;
}
.sitemap dl dd {
	margin-left: 18px;
	margin-bottom: 4px;
}
/* =.Product Desc
-------------------------------------------- */

.product-desc-con {
	background-color: #f7f7f7;
	min-width: 100%;
	min-height: 1px;
}
.support-transferring-data,
.secure-and-trustworthy,
.transfer-data,
.transfer-all-types {
	padding-left: 0px;
	padding-right: 0px;
}
.product-desc-con h3,
.secure-and-trustworthy h3,
.support-transferring-data h3 {
	margin-top: 0px;
}
.product-desc-con p,
.secure-and-trustworthy p,
.support-transferring-data p {
	margin: 24px 0px;
	font-size: 15px;
}
.transfer-all-types,
.transfer-data {
	padding-top: 52px;
	padding-bottom: 54px;
}
.support-transferring-data,
.secure-and-trustworthy {
	padding-top: 42px;
	padding-bottom: 42px;
}
.product-desc-con .system,
.product-desc-con .support-devices {
	padding: 46px 22px 28px 22px;
	min-height: 250px;
	min-height: 180px\9;
}
.product-desc-con .system {
	background-color: #d9f1f3;
}
.product-desc-con .support-devices {
	background-color: #eef8fd;
}
.product-desc-con dl dt {
	font-size: 24px;
	color: #444444;
	margin-bottom: 22px;
}
.product-desc-con dl dd {
	font-size: 15px;
	background: url(img/icon-right-green.png) 0px 7px no-repeat;
	padding-left: 23px;
	line-height: 24px;
	margin-bottom: 10px;
}

/* =.Multi Dimension
-------------------------------------------- */
@media (max-width: 479px) {}
@media (min-width: 480px) {}
@media (max-width: 767px) {}
@media (min-width: 768px) {}
@media (max-width: 991px) {}
@media (min-width: 992px) {}
@media (max-width: 1199px) {}
@media (min-width: 1200px) {}
@media (min-width: 480px) and (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1199px) {}