@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
body {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	color: #333;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}
strong {
	font-weight: 600;
}
.trans {
	color: #ffffff;
	border: none;
	background-color: transparent;
	text-align: center
}
.navbar-inverse {
	background-color: #1e1d32;
}
.navbar-brand {
	padding: 5px;
}
.page-header {
	margin-top: 75px;
	margin-bottom: 0;
	padding-bottom: 0;
}
a.gotoTop {
	position: fixed;
	z-index: 1100;
	right: 0px;
	bottom: 50px;
	width: 30px;
	color: #FFF;
	background-color: #666;
	padding: 2px 10px 5px 10px;
	display: none;
}
a.gotoTop:hover {
	text-decoration: none;
	background-color: #06C;
}

@media (min-width:991px) {
.navbar-inverse .navbar-nav > li > a {
	color: #FFF;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	background-color: #141229;
}
.navbar-nav > li > a {
	font-size: 16px;
}
.padding-navbar {
	padding: 10px 0;
}
.live {
	border: 2px solid #69d2f7;
	border-radius: 5px;
}
.bg-data-recovery {
	background-image: url(../imgs/data-recovery-services.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}
}

@media (max-width:992px) {
.navbar-header {
	padding: 10px 0 10px 10px;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #141229;
}
}
.container-white {
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
.container-grey {
	background-color: #F5F5F5;
	padding-top: 20px;
	padding-bottom: 20px;
}
.container-grey-border {
	background-color: #f4f6f6;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #dde1e1;
	border-bottom: 1px solid #dde1e1;
}
.container-blue {
	background: #18acec;
}
.container-orange {
	background-color: #fdb713;
	color: #FFF;
	background-image: url(../imgs/desktop-bg.png);
	background-repeat: repeat;
	background-position: left top;
}
.container-blue-light {
	background-color: #69d2f7;
	color: #FFF;
	background-image: url(../imgs/desktop-bg.png);
	background-repeat: repeat;
	background-position: left top;
}
.banner-header
{
	background-image: url(../imgs/banner.jpg);
	background-size: cover;
		background-repeat: no-repeat;
	width: 100%;
	height: auto;
}
.breadcrumb {
	margin-bottom: 0px !important;
	background-color: #fff;
	font-size:12px;
	padding: 10px 0;
}
.breadcrumb > li + li::before {
	font-family:"fontello";
	content:"\e83e";
}
.title-main {
	font-size: 40px;
	line-height: 50px;
}
.title-first {
	font-size: 40px;
	line-height: 50px;
	color: #000;
}
.title-sub {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}
.title-product {
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
}
.title-product-tagline {
	font-size: 24px;
	line-height: 30px;
	font-weight:300;
	margin-top:0;
	margin-bottom:10px;
}
.title-feature {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
}
.title-footer {
	font-size: 18px;
	font-weight: 700;
	color: #514f6a;
}
.title-bold-extra {
	font-size: 40px;
	font-weight: 700;
}
@media (max-width:767px) {
.title-first {
	font-size: 30px !important;
	line-height: 35px !important;
	font-weight: 700;
}
.title-main {
	font-size: 30px !important;
	font-weight: 700;
	line-height: 35px !important;
	margin-bottom: 15px;
}
}
.btn-download {
	background-color: #00CC00;
	padding: 10px 24px;
	border-radius:0;
	color:#FFF;
	font-size:24px;
	min-width: 250px;
}
.btn-download:hover {
	background-color:#090;
	color:#FFF;
}
.btn-purchase {
	background-color:#F90;
	padding: 10px 24px;
	border-radius:0;
	color:#FFF;
	font-size:24px;
	min-width: 250px;	
}
.btn-purchase:hover {
	background-color:#F60;
	color:#FFF;
}
.btn-danger {
	background-color:#ff9900;
	border:1px solid #ff9900;
}
.btn-danger: hover {
	
}
.img-responsive {
	display: inline !important;
}
.panel-right-border {
    border: 1px solid #e3e3e3;
    margin-bottom: 20px;
    padding: 9px;
}
.list-bullet {
	padding-left: 0px;
	list-style:none;
}
.list-bullet li {
	position:relative;
	padding-left:15px;
	font-size:16px;
}
.list-bullet li:after {
	font-family: fontello;
	content:"\e86e";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 16px
}
.list-right {
	padding-left: 0px;
	list-style:none;
}
.list-right li {
	position:relative;
	padding-left:15px;
}
.list-right li:after {
	font-family: fontello;
	content:"\e83e";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 14px
}
.list-check {
	padding-left: 0px;
	list-style:none;
}
.list-check li {
	position:relative;
	padding-left:20px;
	font-size:16px;
}
.list-check li:after {
	font-family: fontello;
	content:"\e83c";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 16px;
	color:#090;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-btm-10 {
	margin-bottom: 10px;
}
.margin-btm-20 {
	margin-bottom: 20px;
}
.boder-right {
	border-right: dashed 1px #ddd;
	min-height: 120px;
}
.margin-top-15 {
	margin-top: 15px;
}
.padding-btm-0 {
	padding-bottom: 0 !important;
}
.padding-5 {
	padding: 5px;
	border-radius: 6px;
}
.padding-10 {
	padding: 10px;
}
.padding-20 {
	padding: 20px;
}
.padding-top-10 {
	padding-top: 10px;
}
.padding-top-20 {
	padding-top: 20px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-top-40 {
	padding-top: 40px;
}
.padding-top-75 {
	padding-top: 75px;
}
.padding-btm-10 {
	padding-bottom: 10px;
}
.padding-btm-20 {
	padding-bottom: 20px;
}
.padding-btm-30 {
	padding-bottom: 30px;
}
.padding-btm-40 {
	padding-bottom: 40px;
}
.text-white {
	color: #fff;
}
.text-blue {
	color: #0076DC;
}
.text-blue-light {
	color: #29abe1;
}
.text-red-dark {
	color: #cc3333;
}
.text-red {
	color: #FF0000;
}
.text-orange {
	color:#cc6633;
}
.bg-orange {
	background-color: #ff6600;
	color: #fff;
}
.bg-black {
	background: #333;
}
.bg-blue {
	background-color: #0066cc;
	color: #FFF;
}
.bg-green {
	background-color: #009900;
	color: #FFF;
}
.bg-full {
	background-color:#dcf6f8;
	padding:20px;
	border: 1px solid #beeff3;
	min-height:450px;
}
.bg-personal {
	background-color:#f9f9f9;
	padding:20px;
	border: 1px solid #eae9e9;
	min-height: 450px;
}
.bg-offer {
	background-color:#f8f6a2;
	padding:20px;
	border: 1px solid #eee090;
	min-height:520px;
}
.bg-yellow {
	background-color:#f8f6a2;
	padding:15px;
	border: 1px solid #eee090;
	margin-bottom:20px;
}
.bg-footer {
	background-color: #181830;
	padding: 50px 0 20px 0;
	color: #fff;
}
.icon-size-30 {
	font-size: 30px;
}
.icon-size-50 {
	font-size: 50px;
}
.icon-size-70 {
	font-size: 70px;
}
.news-date {
	background-color: #f5f5f5;
	border-radius: 5px;
	border: 1px solid #f5f5f5;
	font-size: 28px;
	line-height: 26px;
	font-weight: 700;
	padding-top: 10px;
	width: 64px;
	text-align: center;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0%, rgba(255,255,255,1.00)), color-stop( 100%, rgba(245,245,245,1.00)));
	background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(245,245,245,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(255,255,255,1.00) 0%, rgba(245,245,245,1.00) 100%);
	padding-bottom: 10px;
}
.news-date span {
	font-size: 20px !important;
}
.img-feature {
	margin-right:10px;
	margin-bottom:10px;
}
.footer-links {
	padding-bottom: 20px;
}
.footer-links a {
	color: #69d2f7;
}
.footer-links a:hover {
	color: #29abe1;
	text-decoration: none;
}
.footer-border {
	border-radius: 5px;
	border: 2px solid #514f6a;
	padding: 10px;
}
.social-icons {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	-webkit-padding-start: 0
}
.social-icons li {
	display: inline-block;
	margin: 0;
	letter-spacing: normal;
	zoom: 1;
	line-height: normal;
	font-size: 14px
}
.social-icons a, .social-icons a:hover {
	text-decoration: none;
	border: 0;
	overflow: hidden
}
.social-icons.round a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.social-icons a {
	padding: 0
}
.social-icons {
	margin-bottom: 12px
}
.social-icons li {
	margin: 0 8px 8px 0
}
.social-icons li:last-child {
	margin-right: 0
}
.social-icons a, .social-icons a i {
	display: block;
	width: 42px;
	height: 42px
}
.social-icons a {
	position: relative;
	border-width: 0;
	font-size: 18px;
	-webkit-transition: all .1s ease-in-out 0s;
	-moz-transition: all .1s ease-in-out 0s;
	-ms-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s
}
.social-icons a i {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 42px;
	text-align: center;
	-webkit-transition: top .1s ease-in-out 0s;
	-moz-transition: top .1s ease-in-out 0s;
	-ms-transition: top .1s ease-in-out 0s;
	-o-transition: top .1s ease-in-out 0s;
	transition: top .1s ease-in-out 0s
}
.social-icons a {
	background: #514f6a;
	color: #fff
}
.social-icons a:hover {
	background: #0dc0c0;
	color: #fff
}
.social-icons.active-bg a:hover.social-icon-gplus {
	background: #771d15!important
}
.social-icons.active-bg a:hover.social-icon-linkedin {
	background: #09466b!important
}
.social-icons-simple.active a:hover.social-icon-youtube {
	color: #771d15!important
}
.social-icons.active-bg a:hover.social-icon-twitter {
	background: #056ebf!important
}
.social-icons.active-bg a:hover.social-icon-facebook {
	background: #233a74!important
}

@media (max-width:767px) {
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}
.visible-sm-center-block {
	display: block!important;
	text-align: center !important;
}
.visible-sm-center-block {
	display: block!important;
	text-align: center !important;
}
.boder-right {
	border-right: 0 !important;
}
}

@media (min-width:768px) {
.visible-md-right-block {
	display: block!important;
	text-align: right!important;
}
.boder-right {
	border-right: 0 !important;
}
}

@media (max-width:992px) {
.visible-sm-center-block {
	display: block!important;
	text-align: center !important;
}
}

.products li a {
    color: #fff;
    outline: 0px;
}
.products li a:hover {
    background-color: #37c0fb;
/*    border-color: #222*/
}

.products .nav-tabs.nav-justified > li > a {
/*    border-bottom-color: #37c0fb;*/
border-bottom: none;
}
.products .nav-tabs.nav-justified > .active > a, .products .nav-tabs.nav-justified > .active > a:hover, .products .nav-tabs.nav-justified > .active > a:focus {

    border-left-color: #18acec;
    border-right-color: #18acec;
    border-top-color: #18acec;
border-bottom: 1px solid #fff !important;
}
.products .nav-tabs.nav-justified > li > a {
    border-radius: 0;
}
@media (max-width: 767px) {
.products .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
}
}
.products .nav-justified > li {
    display: table-cell !important;
    width: 1% !important;
}
.products .border-left {
    background-color: #f0f0f0;
    border: 1px solid #1e4679;
    min-height: 456px;
    padding: 20px 1% 10px;
}
.products .border-left p {
    padding-left: 20px;
    padding-right: 20px;
}
.products .border-right {
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    min-height: 456px;
    padding: 20px;
}
.products .border-right .h4 {
    color: #2f2f2f;
    font-size: 20px;
    line-height: 24px;
}
.tap-content-border {
    background-color: #ffffff;
    border: 1px solid #ddd;
}
.products .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color:#222;
    cursor: default;
}
.warning-box {
    background: #f8f6a2 url("../img/warning-stripes.png") repeat-x scroll left top;
    border: 1px solid #eee090;
    color: #6b5a2f;
    margin: 20px 0;
}

