@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-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(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
body {
	background-color:#C7DBE8;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height:20px;
}
.img-responsive {
	display: inline !important;
}
strong {
	font-weight: 700;
}
.chat-margin {
	margin-top: 22px;
	margin-right: 15px;
}
header .container {
	padding-left: 0;
	padding-right: 0;
}
.navbar {
	margin-bottom: 0px;
}
.navbar-brand {
	float: left;
	font-size: 18px;
	padding: 0px;
	height: 80px;
}
.navbar-nav>li>a {
	font-weight: 700;
	padding-top: 30px;
	padding-bottom: 30px
}
.nav-tabs > li > a {
	font-size: 16px;	
}
.navbar-default {
	border-radius: 0px;
}
.navbar-default .navbar-nav > li > a {
	color: #555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.navbar-nav>li>a {

}
@media (min-width:992px) {
.dropdown-menu > li > a {
	padding: 7px 20px;
}
}
@media (max-width:991px) {
.navbar-default	.navbar-toggle {
	margin-top: 25px !important;
}
.navbar-nav>li>a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
}
.container-whitehead {
	background-color: #3399ff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 3px;
}
.container-white {
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #e7e7e7;
	border-top: 0;
}
.container-grey {
	background-color: #F5F5F5;
	border: 1px solid #e7e7e7;
	border-top: 0;
}
.padding-left-right {
	padding-left: 20px;
	padding-right: 20px;
}
.bg-content {
	background-color: #08359c;
}
.title-main {
	font-size: 40px;
	line-height: 55px;
	margin-bottom: 25px;
	color: #000;
}
.title-big {
	font-size: 42px;
	line-height: 40px;
	color: #FFF;
	padding-bottom: 20px;
}
.title-first {
	font-size: 27px;
	font-weight: normal;
	line-height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	color: #069;
}
.dvdr {
	background-image: url(../images/content-divider.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 14px;
	margin-bottom: 10px;
}
.title-sub {
	font-size: 21px;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
}
.title-price {
	font-size: 21px;
	line-height: 26px;
	font-weight: normal;
	text-shadow: 3px 4px 5px #CCCCCC;
	text-decoration: none;
}
.title-feature {
	font-size: 23px;
	color: #333;
	font-family: SegoeUI;
	padding-bottom: 5px;
}
.sidebar_top {
	margin-top: 16px;
	margin-bottom: 24px;
}
.text-blue {
	color: #0099CC;
	font-size:15px;
}
.text-red {
	color: #ff0035;
}
.title-btm-border {
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
.title-bold-extra {
	font-size: 40px;
	font-weight: 700;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}
.text-red {
	color: #FF0000;
}

@media (max-width:767px) {
.title-big {
	font-size: 22px !important;
	line-height: 30px !important;
	font-weight: 700;
	color: #FFF;
	padding-bottom: 20px;
}
.title-first {
	font-size: 23px !important;
	line-height: 30px !important;
	font-weight: 700;
}
}
.panel-qa {
	padding-bottom: 10px;
}
.well-yellow {
	background-color: #FFFFCC;
}
.panel-qa {
	border: 0;
	margin-bottom: 5px;
}
.panel-qa .question {
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: left 13px;
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding-left: 40px;
	width: 100%;
	color: #0066CC;
	font-size: 24px;
	padding-top: 8px;
	padding-bottom: 3px;
	cursor: pointer;
	font-weight: 300;
}
.panel-qa .question:hover {
	text-decoration: underline;
}
.panel-qa .answer {
	padding-left: 40px;
	padding-top: 10px;
	display: none;
}
.panel-qa .arrowdown {
	background-image: url(../images/minus.png)!important;
}
.margin-btm-10 {
	margin-bottom: 10px;
}
.margin-top-7 {
	margin-top: 7px;
}
.padding-5 {
	padding: 5px;
	border-radius: 6px;
}
.padding-top-10 {
	padding-top: 10px;
}
.padding-top-20 {
	padding-top: 20px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-btm-10 {
	padding-bottom: 10px;
}
.margin-top-15 {
	margin: 15px 0 0 0;
}
.padding-btm-20 {
	padding-bottom: 20px;
}
.padding-btm-30 {
	padding-bottom: 30px;
}
.padding-btm-40 {
	padding-bottom: 40px;
}
.margin-btm-30 {
	margin-bottom: 30px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-100 {
	margin-top: 100px;
}
.margin {
	margin: 0px 30px 0 0;
}
.boder-bottom {
	border-bottom: dashed 1px #ccc;
}
.boder-bottom-img {
	border-bottom: dashed 1px #ccc;
}
.border-tab {
	border: solid 1px #ddd;
	border-top: 0;
	border-radius: 0px 0px 5px 5px;
	padding: 0px 20px 10px 20px;
}
.container-a {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;
	background-color: #F9F9F9;
}
.container-b {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 0px;
	padding-right: 0px;
}
ul.list-check {
	list-style: none;
	padding-left: 0px;
}
.list-check li {
	background-image: url("../images/dash.gif");
	background-position: 3px 14px;
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 10px;
	text-align: left;
}
ul.list-bullet {
	list-style: none;
	padding-left: 0px;
}
.list-bullet li {
	background-image: url("../images/comment.jpg");
	background-position: 5px 6px;
	background-repeat: no-repeat;
	margin: 10px 0 0 0;
	padding-left: 35px;
	text-align: left;
}
ul.bkf {
	padding: 0;
	margin: 0
}
ul.bkf li {
	list-style: inside;
	margin: 5px 0 0 0;
	line-height: 20px;
}
.panel-left {
	margin-bottom: 20px;
	background-color: #fff;
}
.bg-primary {
	color: #fff;
	background-color: #069;
	border-radius: 4px 4px 0px 0px;
	
}
.primary-title {
	font-size: 18px;
	color: #fff;
	padding: 7px 0 7px 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel-left .boder {
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	padding: 8px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	width: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

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

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

@media (max-width:992px) {
.visible-sm-center-block {
	display: block!important;
	text-align: center !important;
}
}
.dot {
	border: 1px #ccc dashed;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
}
.header-bg {
	background-image: url(../images/header_image.gif);
	background-repeat: repeat;
}
.colr {
	color: #FFF;
}
.mar-top {
	margin-top: 10px;
}
.btn-larg {
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
}
.center {
	text-align: center !important;
}
.spc-20 {
	margin-bottom: 20px;
}
.offer {
	width: 90px;
	position: absolute;
	right: 211px;
	top: 50px;
	z-index: 1;
}
.footer {
	margin-top: 15px;
	margin-bottom: 10px;
}
#feature-a {
	width: 498px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#feature-a .title-plus {
	line-height: 25px;
	font-size: 18px;
	color: #06C;
	cursor: pointer;
	padding-bottom: 0px;
	padding-left: 35px;
}
#feature-a .title-minus {
	line-height: 25px;
	font-size: 18px;
	color: #06C;
	cursor: pointer;
	padding-bottom: 0px;
	padding-left: 35px;
}
#feature-a .answer-details {
	padding-top: 10px;
	display: none;
	position: relative;
}
#feature-a .panel-qa {
	position: relative;
	background-color: #FFF;
	padding-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.pad {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.offer-con {
	padding: 14px;
}
.tab-padding {
	padding-top: 100px;
}
.tab-btm-padding {
	padding-top: 60px;
}
.tab-margin {
	margin-top: 40px;
}
.well-offer {
	min-height: 20px;
	width: 100%;
	display: table;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
}
.well-support {
	padding: 20px 25px 15px 25px;
	margin-bottom: 15px;
	width: 100%;
	background-color: #f9f9f9;
	border: 1px solid #f2f1f1;
	border-radius: 4px;
	display: table;
}
#rotator {
	position: relative;
	height: 190px;
	margin-left: 0px;
}
#rotator ul li {
	float: left;
	position: absolute;
	list-style: none;
}
#rotator ul li img {
	padding: 4px;
	background: #FFF;
	height: 180px;
	width: 200px;
}
#rotator ul li.show {
	z-index: 50
}
.purchase-img {
	background-position: 0px 0px;
	height:51px;
	width:255px;
	background-image: url(../images/bkf-all-one.png);
	background-repeat: no-repeat;
}
.download-img {
	background-position: 0px -54px;
	height:51px;
	width:255px;
	background-image: url(../images/bkf-all-one.png);
	background-repeat: no-repeat;
}

.box1 {
	padding: 10px;
	border-radius: 5px;
	behavior: url(pie.htc);
	margin-bottom: 20px;
	border:1px solid #CCCCCC;
	float:left;
	margin-right:5px;
	height:180px;		
	background-color:#F9F8F8;
}
.boxtitle { line-height:50px; font-size:21px; color:#009933; text-shadow:4px 5px 6px #ccc; }

.title-product {
	font-size: 40px;
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	margin-top:40px;
	margin-left:8px;
}
.offerdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	height: 100px;
	width: 88px;
	background-image: url(../images/offer.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;	
	text-align: center;
	padding-top: 12px;
	font-style: normal;
	color: #FFF;
	margin-top:-35px;
	margin-left:-50px;	
}