/* style.css */
/* body styles */



@font-face {
	font-family: 'Open Sans';
	src: url("Open_Sans/OpenSans-Regular.ttf") format("truetype");
	src: url("Open_Sans/OpenSans-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans Bold';
	src: url("Open_Sans/OpenSans-Bold.ttf") format("truetype");
	src: url("Open_Sans/OpenSans-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans Semibold';
	src: url("Open_Sans/OpenSans-Semibold.ttf") format("truetype");
	src: url("Open_Sans/OpenSans-Semibold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans Light';
	src: url("Open_Sans/OpenSans-Light.ttf") format("truetype");
	src: url("Open_Sans/OpenSans-Light.woff") format("woff");
	font-weight: lighter;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans ExtraBold';
	src: url("Open_Sans/OpenSans-ExtraBold.ttf") format("truetype");
	src: url("Open_Sans/OpenSans-ExtraBold.woff") format("woff");
	font-weight: 900;
	font-style: normal;
}

.placeholder {
	color: #b299a5 !important;
}

.mac-view {
	display: none;
}

.mac-os .mac-view {
	display: block;
}

.windows-view {
	display: block;
}

.mac-os .windows-view {
	display: none;
}

html, body {
	height: 100%;
}

html {
	font-family: "Open Sans Semibold", Helvetica Neue, Helvetica, Arial, sans-serif;
}

body {
	font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.font-arial-helvetica-sans-serif {

	font-family: Arial, Helvetica, sans-serif;
}

[class*="--section"]:before, [class*="--section"]:after {

	display: table;
	content: " ";
	line-height: 0;
}

[class*="--section"]:after {
	clear: both;
}

 [class*="--section"] {
 *zoom: 1;
}

/* publication switcher */

.publ-switcher > span, .publ-switcher > a {
	display:inline-block !important;
	}

/* top deck */

.top-deck-nav {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.top-deck-nav > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.top-deck-nav > li > a {
	display: block;
	padding: 8px 14px;
	color: #007f68;
}

.top-deck-nav > li > a:hover, .top-deck-nav > li > a:focus {

	color: #007f68;
	text-decoration: none;
}

.top-deck-nav > li > a:hover {
	background-color: #e4e4e4;
}


/* main header section */

.main-header {
	background-color: #f6f6f6;
	padding: 0;
}

/* site nav */

.main-navigation {
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	padding: 12px 0;
}

.kl-logo {
	width: 184px;
	height: 45px;
	display: block;
	float: left;
}

.main-site-nav-list:before, .main-site-nav-list:after {

	display: table;
	content: " ";
	line-height: 0;
}

.main-site-nav-list:after {
	clear: both;
}

.main-site-nav-list {
	margin: 0;
	float: right;
 *zoom: 1;
}

.main-site-nav-list > li {
	margin-left: 25px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.main-site-nav-list > li:first-child {
	margin-left: 0;
}

.main-site-nav-list > li > a {
	font-size: 18px;
	line-height: 45px; /* whatever the size of the logo is */
	display: block;
	text-transform: uppercase;
	color: #444;
}

.main-site-nav-list > li > a:hover, .main-site-nav-list > li > a:focus, .main-site-nav-list > li > a.active {
	color: #007f68;
	text-decoration: none;
}

.sticky {
	position: fixed !important;
	z-index: 101 !important;
	width: 100% !important;
	top: 0 !important;
}

.sticky-left {
	position: fixed !important;
	width: 100% !important;
	top: 0 !important;
}

/* header hidden nav */

.site-nav-hidden {
	color: #e5e5e5;
	padding: 0;
	display: none;
	background-color: #5d6061;
}

.title.site-nav--title {
	font-size: 15px;
	line-height: 19px;
	color: #fff;
	margin: 0;
}

.site-nav-hidden .row-fluid {
	padding: 20px 0;
}

.hidden-nav {
	display: none;
}

.hidden-nav--list {
	margin: 12px 0 0 0;
	padding: 0;

	list-style: none;
}

.hidden-nav--list:first-child {
	margin-top: 0;
}

.hidden-nav--list > li > a {
	display: block;
	color: #e5e5e5;
	font-size: 12px;
}

/* mobile navi */



.nav-mobi-toggle {
	padding: 0;
	float: right;
	background: none;
	border: none;
	width: 28px;
	margin-top: 11px;
	display: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
}

.mobi-dash {
	width: 100%;
	display: block;
	margin-top: 5px;
	height: 2px;
	background-color: #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.currency-selector-mobile {
	display: none;	
}

/* footer */

.footer {
	background-color: #6c7073;
	font-size: 12px;
}

.upper-footer, .lower-footer {

	padding: 20px 0;
	font-size: 12px;
}

.upper-footer {
	border-bottom: 1px solid #565a5c;
}

.upper-footer .nav.links {
	font-size: 12px;
	margin-bottom: 30px;
}

.upper-footer .nav.links li {
	float: none;
	display: block;
	line-height: 1.98;
}

.upper-footer .nav.links .no-left{
    margin-left:0;
}
.lower-footer {
	border-top: 1px solid #7c8083;
	text-align:left;
}
.lower-footer-left p.rights {
	color: #dadee0;
}

.lower-footer-left p.copy {
	font-weight: bold;
}

.lower-footer-left p {
	margin: 0;
	color: #fff;
	line-height: 16px;
}

.lower-footer-right .nav {
	/*float: left;*/
}

.lower-footer-right .nav li a {
	color: #fff;
}

.footer-nav {
	margin: 20px 0 0;
}

.footer-nav li:first-child {
	border-left: none;
}

.footer-nav li {
	border-left: 1px solid #fff;
	line-height: 12px;
	padding: 0 8px;
}

.footer-nav li a {
}

.footer .title, .footer .title a {
	color: #fff;
}

.footer h3.title, .footer h3.title a {
	font-size: 16px;
	line-height: 1.4;
	font-weight: normal;
	margin-bottom: 4px;
    margin-top: 10px;
}

.social-list {
	margin: 0 0 0 10px;
}

.social-list li:first-child {
	margin-left: 0;
}

.social-list li {
	margin-left: 10px;
}

.social-list li a {
	display: block;
	width: 36px;
	height: 36px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
}

.social-list .twitter {
	background-image: url("../img/social-twitter-ico-footer.png");
}

.social-list .facebook {
	background-image: url("../img/social-facebook-ico-footer.png");
}

.social-list .youtube {
	background-image: url("../img/social-youtube-ico-footer.png");
}

.social-list .gplus {
	background-image: url("../img/social-gplus-ico-footer.png");
}

.footer .nav.links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .nav.links > li > a {
	color: #dadee0;
	display: block;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.pull-right-blank {
	float: right;
	height:150px;
}

.nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.nav > li > a {
	display: block;
}

.footer-nav.nav {
	margin-top: 5px;
}

/* tablet */
@media (min-width: 768px) and (max-width: 979px) {

.main-navigation .container {
	text-align: center;
}
.main-site-nav-list > li > a {
	font-size: 15px;
}
.kl-logo,  .main-site-nav-list,  .top-deck-nav,  .pull-right,  .pull-left {
	float: none;
}
.top-deck-nav {
	text-align: center;
}
.lower-footer {
	text-align: center;
}
.lower-footer-left,  .lower-footer-right {
	display: inline-block;
    *display: inline;
    *zoom: 1;
}
.lower-footer p {
	text-align: left;
}
.lower-footer-right {
	margin-top: 12px;
}
.main-site-nav-list > li {
	margin-left: 4%;
}
.main-banner-hp--section {
	height: auto;
}
.big-comma {
	font-size: 60px;
}
.users-protected-stats--list li {
	width: 18%;
}
 [class*="--stats-figure"] {
 background-size: 70% auto;
 background-position: center center;
 width: 100%;
 height: auto;
 min-height: 40px;
}
.stats-title {
	font-size: 18px;

 }
}

/* General */


/* Header & Nav */
.main-site-nav-list > li {
	margin-left: 10px;
}

.main-site-nav-list > li > a {
	font-size: 14px;
}

.list-separator > span {
	color: #dfdfdf;
}

.main-site-nav-list > li > a:hover, .main-site-nav-list > li > a:focus, .main-site-nav-list > li > a.active {
	color: #007f68;
	text-decoration: none;
	border-bottom: solid 1px #afcf6b;
	margin-bottom: -1px;
}

.kl-logo {
	display: block;
	float: left;
}

.icon {
	width: 31px;
	height: 10px;
}

.iconCountry {
	background: url("../img/country.png") no-repeat 0 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.iconCountryToggle {
	background: url("../img/countryToggle.png") no-repeat 0 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.main-header .icon {
	background-position: -3px 0;
	width: 29px;
}

.icon.iconCountryToggle {
	background-position: 11px 3px;
}

/* Snap Menu */

html,
body {
    width: 100%;
    height: 100%;
}

.snap-content {
    width: auto;
    height: 100%;
    z-index: 2;
}

.snap-drawers {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
	display: none;
}

.snap-drawer {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
    width: 265px;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: width 0.3s ease;
	   -moz-transition: width 0.3s ease;
		-ms-transition: width 0.3s ease;
		 -o-transition: width 0.3s ease;
			transition: width 0.3s ease;
}

.snap-drawer-left {
    left: 0;
    z-index: 1;
}

.snap-drawer-right {
    right: 0;
    z-index: 1;
	display: block;
}

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
    display: none;
}

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
    width: 100%;
}

.drawer-inner {
	-webkit-transition: opacity 0.3s ease; 
	   -moz-transition: opacity 0.3s ease; 
	    -ms-transition: opacity 0.3s ease; 
	     -o-transition: opacity 0.3s ease; 
	        transition: opacity 0.3s ease; 
}

.snapjs-expand-left .drawer-inner,
.snapjs-expand-right .drawer-inner {
	opacity: 0;
}

/* snap styles */

#mobi-wrapper {
	background-color: #fff;
	-webkit-transition-property: top, bottom;
	transition-property: top, bottom;
	-webkit-transition-duration: .2s, .2s;
	transition-duration: .2s, .2s;
	-webkit-transition-timing-function: linear, linear;
	transition-timing-function: linear, linear;
	-webkit-overflow-scrolling: touch;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
}

.mobi-btn {
	display: none;
}

.snap-drawer {
	color: #eee;
	background-color: #111;
}

.snap-drawer h3 {
	font-size: 36px;
	font-weight: normal;
	margin: 15px;
}

.snap-drawer h4 {
	padding: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 0;
}

.snap-drawer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.snap-drawer li > a {
	display: block;
	font-weight: bold;
	text-shadow: 0 1px 0 #000;
	text-decoration: none;
	color: #ccc;
}

.snap-drawer li {
	border-bottom: 1px solid rgba(0,0,0, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 15px;
	margin-left: 15px;
}

.snap-drawer p {
	color: #eee;
	opacity: 0.5;
	padding: 15px;
	font-size: 12px;
}

/* Other Generals */
.slider {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides_tabs {
	margin-top: -40px;
	margin-left: 0;
	text-align: center;
	z-index: 2;
	position: relative;
}

.rslides_tabs li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: left;
	margin-right: 25px;
}

.rslides_tabs li a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #f8f7f8;
	background: rgba(248,247,248,0);
	display: block;
	-webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.6);
	-moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.6);
	box-shadow: inset 0 0 2px 0 rgba(0,0,0,.6);
	width: 10px;
	height: 10px;
}

.rslides_here {
	background: #7db211;
	background: rgba(125,178,17,1);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.text-centered {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.btn-learnmore {
	color: white;
	border: solid 1px #8cc810;
	background-color: #8cc810;
	font-size: 16pt;
	padding: 12px 45px;
}

.box-bordered {
	border: solid 1px #b5b5b5;
}

.box-bg-white {
	background-color: #fff;
}

.box-bordered.box-bg-white a:hover {
	text-decoration:none;
}
.ico-already {
	background: url("../img/btn-already.png") no-repeat 0 0;
}

.ico-new {
	background: url("../img/btn-new.png") no-repeat 0 0;
}

.ico-help {
	background: url("../img/btn-help.png") no-repeat 0 0;
}

.ico-download {
	background: url("../img/btn-download.png") no-repeat 0 0;
}

.section-bordered {
	border-bottom: solid 1px #d7d7d7;
    padding-bottom: 12px;
    padding-top: 12px;
}

.font-uppercase {
	text-transform: uppercase;
}

.font-bold {
	font-family: "Open Sans Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.font-bold-extra {
	font-family: "Open Sans ExtraBold", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 900;
}

.font-light {
	font-family: "Open Sans Light", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 100;
}

.font-normal {
	font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.font-semibold {

	font-family: "Open Sans Semibold", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.font-red {
	color: #da4545;
}

.font-green {
	color: #79af09;
}

.font-white {
	color: white;
}

.font-gray {
	color: #137861;
}

.font-black {
	color: black;
}

.font-black-important {
	color: black !important;
}

.font-light-jade {
	color: #209d73;
}
.font-light-jade a {
	white-space:nowrap;
	overflow: visible;
}

.font-dark-green-extra {
	color: #006959;
}

.font-jade {
	color: #189176;
}

.font-dark-jade {
	color: #626262;
}

.font-light-green {
	color: #67a89a;
}

.font-dark-green {
	color: #00715e;
}

.font-medium-dark-gray {
	color: #949495;
}

.font-light-gray {
	color: #828080;
}

.font-dark-gray {
	color: #393a3a;
}

.font-b2c-links {
	color: #3e3d3d !important;
}

.font-10 {
	font-size: 10px;
}

.font-10-26 {
	font-size: 10.26px;
}

.font-12 {
	font-size: 12px;
}

.font-13 {
	font-size: 13px;
}

.font-13-5 {
	font-size: 13.5px;
}

.font-14 {
	font-size: 14px;
}

.font-16 {
	font-size: 16px;
}

.font-17 {
	font-size: 17px;
}

.font-18 {
	font-size: 18px;
}

.font-20 {
	font-size: 20px;
}

.font-21 {
	font-size: 21px;
}

.font-22 {
	font-size: 22px;
}
.font-24 {
	font-size: 24px;
}

.font-26 {
	font-size: 26px;
}

.font-30 {
	font-size: 30px;
}

.font-16 > li {
	font-family: "Open Sans Light", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 16px;
}

.popup-list {
	margin-top: -10px;
}

.mouse-pointer {
	cursor: pointer;
}


#dialog-kisand {
    min-width: 455px;
}

.ui-widget-header {
	background: #0a9167 !important;
	color: #fff !important;
}

.ui-dialog-title {
	text-transform: uppercase;
	font-family: "Open Sans Semibold", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 0 1em;
}

.ui-widget-header .ui-icon {
	background-image: url("../img/ui-icons_888888_256x240.png") !important;
}

.ui-dialog .ui-dialog-titlebar-close {
	border: 1px solid #999999;
	background: #fff;
	top: 43% !important;
	right: .4em !important;
	padding: 2px 0 0 2px !important;
}

.no-list-item {
	list-style: none;
	margin-left: 0;
}

.font-line-height-0 {
	line-height: 0;
}

.font-line-height-1 {
	line-height: 1;
}

.font-line-height-2 {
	line-height: 2;
}

.font-underline {
	text-decoration: underline;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.text-nowrap {
	white-space: nowrap;
}

.width-90 {
	width: 90%;
}

.btn-buy-now {
	background-color: #7db211;
	color: white;
	padding: 8px 20px;
	border: solid 1px #7db211;
}

.carousel-wrapper {
	width: 100%;
	height: 74px;
	overflow: hidden;
	position: relative;
}

.carousel-wrapper .slides {
	width: 600px;
	height: 74px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.carousel-wrapper .slide {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 600px;
	height: 74px;
	overflow: hidden;
}

.carousel-wrapper .mask {
	background: rgba(255, 255, 255, .5);
	display: block;
	z-index: 2;
	position: absolute;
	top: 0;
	bottom: 0;
}
.carousel-wrapper .mask.left {
	margin-right: 480px;
	right: 50%;
	left: 0;
}
.carousel-wrapper .mask.right {
	margin-left: 120px;
	left: 50%;
	right: 0;
}
.pagination {
	margin-right: -120px;
	width: 600px;
	z-index: 1;
	position: absolute;
	right: 50%;
	bottom: 12px;
	text-align: center;
}
.pagination a {
	border: 1px solid #066;
	border-radius: 50%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 4px;
	outline: none;
	vertical-align: top;
	width: 14px;
	height: 14px;
}
.pagination span {
	display: none;
}
.pagination .selected {
	background: #066;
}
.bullets-list {
	margin-top: 25px;
}

.bullets-list > li {
	margin-bottom: 8px;
	margin-top: 8px;
	list-style-image: url("../img/list-style-image.png");
}

.paddingtop-10 {
	padding-top: 10px;
}

.paddingtop-8 {
	padding-top: 8px;
}

.paddingtop-12 {
	padding-top: 12px;
}

.paddingtop-15 {
	padding-top: 15px;
}

.paddingtop-20 {
	padding-top: 20px;
}

.paddingtop-30 {
	padding-top: 30px;
}

.paddingtop-50 {
	padding-top: 50px;
}

.paddingleft-8 {
	padding-left: 8px;
}

.paddingleft-5 {
	padding-left: 5px;
}

.paddingleft-15 {
	padding-left: 15px;
}

.paddingright-15 {
	padding-right: 15px;
}

.paddingleft-25 {
	padding-left: 25px;
}


.paddingright-30 {
	padding-right: 30px;
}

.paddingleft-30 {
	padding-left: 30px;
}

.padding-right-103 {
    padding-right: 103px;
}
.padding-left-103 {
    padding-left: 103px;
}
.paddingleft-15-p {
	padding-left: 15%;
}

.page-section-hide {

	display: none;
}

/* Home */
.home-background {
	background: url("../img/ribbons.jpg") no-repeat;
	background-size: 100% 80%;
}

.icon-home {
	background: url("../img/home-ico.png") no-repeat 0 0;
	width: 21px;
	height: 20px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.icon-business {
	background: url("../img/business-ico.png") no-repeat 0 0;
	width: 21px;
	height: 20px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.home-product-background {
	max-width: 100%;
	height: auto;
}

.home-product-home-background {
	background: url("../img/home-for-home.png"), url("../img/home-product-line.png");
	background-position: center, center;
	background-repeat: no-repeat, repeat-x;
}

.home-product-business-background {
	background: url("../img/home-for-business.png") no-repeat 0 0;
}

.home-product-background-color {
	background-color: #fafafa;
}

.home-product-line {
	border-top: solid 1px #d3d3d3;
}

.home-learnmore-paddings {
	padding: 10% 20%;
}

.home-slide-mobile {
	display: none;
}

.home-slide {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.font-line-height-0-5 {
	line-height: 0.5;
}

.content-lower {
	padding-top: 67px;
	padding-bottom: 59px;
}

.content-lower-text {
	text-decoration: none;
}

.content-lower-link {
	text-transform: uppercase;
	color: #da4646;
}

.content-slider {
	height: 76px;
	background-color: #f8f8f8;
}

.btn-rounded {
	border-radius: 30px;
	width: 56px;
	height: 56px;
	text-decoration: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.select-90 {
	width: 90%;
}

.select-auto {
	width: auto;
}

/* B2B */
.b2b-product-background-color {
	background-color: #fafafa;
}
.b2b-background {
	background: url("../img/ribbons.jpg") no-repeat;
	background-size: 100% 100%;
	background-position-y: -75px;
}
.b2b-product-background {
	background-color: #fff;
	background: url("../img/product_brackground.png") repeat-x scroll 0 0 / contain  rgba(0, 0, 0, 0);
	background-repeat: repeat-x;
	background-position-y: 8px;
	background-size: contain;
}
.b2b-compare-products-title {
	background-color: #f7f7f7;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 45px;
}
.b2b-compare-products-title span {
	line-height: 45px;
}
.b2b-compare-products-title img {
	margin-top: -7px;
	margin-left: 5px;
}
.b2b-compare-first-container {
	margin-left: 58px;
	width: 163px;
	height: 35px;
	text-align: center;
	padding-top: 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.b2b-compare-first-title {
	margin-top: 0;
	margin-bottom: 3px;
	color: #656565;
}
.b2b-compare-first {
	width: 161px;
	height: 10px;
	border: solid 1px #9f9e9e;
	border-bottom: none;
}
.b2b-compare-sec-container {
	margin-left: 5px;
	width: 317px;
	height: 37px;
	text-align: center;
	padding-top: 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.b2b-compare-sec-title {
	margin-top: 0;
	margin-bottom: 3px;
	color: #656565;
}
.b2b-compare-sec {
	width: 317px;
	height: 10px;
	border: solid 1px #9f9e9e;
	border-bottom: none;
}
.b2b-compare-sec:after {
	border-left: 1px solid #9f9e9e;
	width: 1px;
	height: 10px;
	position: absolute;
	margin-left: -5px;
	content: '';
}
.b2b-compare-products span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.b2b-compare-products .row {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-top: 5px;
}
.b2b-compare-products .row .span12 {
	height: 36px;
}
.b2b-compare-products .row .span12 {
	padding-top: 7px;
}
.b2b-compare-products .row span {
	height: 29px;
	padding-top: 7px;
}
.b2b-btn-compare {
	width: 80%;
	margin-top: 8px;
	background-color: #ebebeb;
}
.b2b-btn-free-trials {
	color: #006959;
}
.b2b-btn-buy-now {
	background-color: #dc4340;
	color: #fff;
	border: solid 1px #dc4340;
}
.b2b-btn-how-to-buy {
	background-color: #7db211;
	color: #fff;
	padding: 8px 20px;
	border: solid 1px #7db211;
	margin-bottom: 5px;
}
.b2b-product-image {
	max-width: 35%;
	
	margin-left: 15px
}
.b2b-btn-rounded {
	border-radius: 30px;
	width: 45px;
	height: 25px;
	text-decoration: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding-top: 19px;
}
.b2b-ico-new {
	background: url("../img/arrow-icon.png") no-repeat center center;
}
.b2b-target-solution-hide {
	display: none;
}
.b2b-target-solution-active {
}
.b2b-btn-download {
	background-color: #fbfafb;
	color: #006959;
	padding: 8px 12px 8px 12px;
	margin-bottom: 5px;
}
.b2b-btn-find-a-partner {
	background-color: #fbfafb;
	padding: 8px 5px 8px 5px;
	margin-bottom: 5px;
}
.b2c-slide {
	display: none;
}
.b2c-slide-selected {
	color: #006b51 !important;
}
.b2c-show-slide {
}
.b2b-second-section {
	border-top: solid 1px #d7d7d7;
	margin-top: 40px;
}

.b2b-feature-slider-background {
	background: url("../img/b2b/map.png") no-repeat right bottom;
	background-size: 95% 69%;
	background-position-x: 143px;
}

.b2b-feature-slider-option {
	margin-top: 30px;
}

.b2b-feature-slider-option > a {
	width: 15px;
	height: 14px;
	background: url('../img/b2b/feature-slider-option.png') no-repeat 0 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 14px;
}

.b2b-feature-slider-option > a:first-child {
	margin-left: 0;
}

.b2b-feature-slider-option-selected {
	background-image: url('../img/b2b/feature-slider-option-selected.png') !important;
}

.b2b-feature-slider-circle {
	background: none;
}

.b2b-feature-slider-circle-desktop {
	background: url("../img/b2b/Total-Security-Circle.png") no-repeat center center;
	height: 325px;
}

.b2b-product-features {
	margin-top: 18px;
	margin-bottom: 45px;
}

.btn-product-details {
	background-color: #fbfafb;
	padding: 8px 20px;
}

.b2b-business-product {
    height: 280px;
}
.span4.b2b-business-product.ksos-buy-block {
    height: 335px;
}
span.font-16.font-light-gray.font-normal {
    display: none;
}
.b2b-target-text-group > h5 {
    line-height: 16px !important;
}
.b2b-compare-products .row:nth-last-child(1) {
    height: 60px;
}
.b2b-compare-products .row:nth-child(1) {
    height: 60px;
}
.b2b-business-solution-product h3 {
    min-height: 50px;
}
.b2b-business-solution-product p {
    min-height: 84px;
}
.b2b-business-product .row {
    margin-top: 15px;
}
.b2b-business-solution-product {
    margin-bottom: 0px;
}

.learnmoreParent {
    height: 157px;
    margin-top: 15px;
}
.endpoint-security-for-business {
	max-width: 100%;
	max-height: 100%;
}

.help-me-choose-icon {
	height: 98px;
	width: 150px;
	border: solid 1px #e0dfdf;
	border-radius: 1px;
	margin-left: auto;
	margin-right: auto;
}

.help-me-choose-icon:hover {
	background-color: #007f68;
}

.help-me-choose-option {
	height: 37px;
	width: 37px;
	border: solid 1px #e0dfdf;
	border-radius: 35px;
	text-align: center;
	padding-top: 5px;
}

.btn-slider {
	color: #d1dbdc;
	border: solid 1px;
	border-radius: 35px;
	padding: 4px 10px;
	text-decoration: none;
	font-family: "Open Sans Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-left: 59px;
	background-color: #fff;
}

.help-me-choose-icon > div {
	width: 92px;
	height: 56px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 22px;
}

.b2b-btn-next {
	padding-top: 9px;
	width: 127px;
	height: 25px;
	background-color: #fbfafb;
}

.laptop {
	background: url("../img/b2b/icon-laptop.png") no-repeat center 0;
}

.tablet {
	background: url("../img/b2b/icon-phones-tablets.png") no-repeat center 0;
}

.file-server {
	background: url("../img/b2b/icon-file-server.png") no-repeat center 0;
}

.virtual-machine {
	background: url("../img/b2b/icon-virtual-machine.png") no-repeat center 0;
}

.space-products {
	width: 200px;
}

.b2b-resource {
	background-color: #e9e8e8;
	width: auto;
	height: 58px;
}

.b2b-target-tittle > h3 {
	margin-bottom: 20px;
}

.b2b-target-tittle > h4 {
	margin-top: 32px;
}

.b2b-target-text-group {
	margin-top: 25px;
}

.b2b-btn-product-details {
	margin-left: 20px;
}

.b2b-targered-3-columns {
	list-style: none;
	margin-left: 0;
}

.b2b-targered-3-columns > li {
	margin-bottom: 10px;
}

/* Trials - Registration */
.trials-products-hide {
	display: none;
}

[class*="span.trials-products-one"]:first-child {
	margin-left: 35%;
}

.span4.trial-product.trials-products-one {
	margin-left: 35%;
}
span4.trial-product-features {
    margin-left: 0;
}

.trials-products-two {
	margin-left: 20%;
}

.trials-reg-separator {
	border-left: solid 1px #d9d9db;
}

.trials-reg-btn-download {
	background-color: #d24948;
	color: #fff;
	width: 100% !important;
	height: 48px;
	border: none;
	margin-bottom: 0 !important;
}

.trials-reg-tittle {
	margin-top: -7px;
	margin-bottom: 25px;
}

.trials-reg-input {
	height: 40px !important;
	width: 90%;
	padding-left: 20px !important;
	background-color: #fbfafb !important;
	color: #393a3a !important;
}

.trials-reg-checkbox-text {
	display: block;
	padding-left: 20px;
	text-indent: -20px;
	margin-top: 10px;
}

.trials-reg-checkbox {
	width: 13px;
	height: 13px;
	padding: 0;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	margin-right: 5px;
	vertical-align: top;
	position: relative;
	top: -1px;
    *overflow: hidden;
}

.trials-reg-sec-col-tittle {
	margin-top: -7px;
}

.trial-reg-form {
	margin-bottom: 0px;
}

.downloads, .parts {
	margin: 0 auto;
	width: 50%;
	padding-bottom: 13%
}

div.parts {
	padding-top: 30px;
}
div.text {
	margin: 0 auto;
	width: 960px;
}

div.text h1 {
	color: #006959;
	font-family: "Open Sans Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 20px;
}

div.downloads h3, div.parts h3 {
	color: #006959;
	font-family: "Open Sans Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 20px;
}

.toggle {
	color: #089e71;
	padding: 10px;
	display: block;
	background-color: #eaeae9;
}
ul.tree li {
	list-style-type: none;
}

ul.tree li:last-child {
	padding-bottom: 15px;
}

/* LRC */
.lrc-btn-upgrade {
    color: #fff;
	background-color: #fbfafb;
	padding: 8px 20px;
}

.lrc-btn-renew > a {
	float: right;
}

.lrc-btn-renew-license {
	background-color: #7db211;
	color: white;
	padding: 8px 20px;
	border: solid 1px #7db211;
}
.lrc-btn-renew-product {
	background-color: #fbfafb;
	padding: 8px 20px;
	color: #717171;
}

.lrc-select-50 {
	width: 50%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.lrc-select-45 {
	width: 45%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.lrc-height-70 {
	height: 70px;
}

.lrc-height-90 {
	height: 90px;
}

.lrc-height-150 {
	height: 150px;
}

.lrc-height-110 {
	height: 110px;
}

.lrc-height-120 {
	height: 120px;
}

.lrc-height-20 {
	height: 20px;
}

.lrc-height-50 {
	height: 50px;
}

.lrc-margintop-20 {
	margin-top: 20px;
}

.lrc-margintop-10 {
	margin-top: 10px;
}

/*Partners*/

.partners-height-60 {
	height: 60px;
}

.partners-height-90 {
	height: 55px;
}

.partners-btn-dark-green {
	background-color: #1F6D54;
	color: white;
}

.partners-box-gray {
	background-color: #F8F7F8;
	border: solid 1px #DEDEDF;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

.partners-margintop-80 {
	margin-top: 80px;
}

/* partners pop-up*/

#dialog h3, .popup h3 {
	font-family: "Open Sans Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #006959;
	font-size: 20px;
	margin-bottom:0;
}

#dialog p, .popup p {
	margin: 0;
}

.popup-hidden {
     display: none;
   }
/*HowToBuy*/

.htb-select-65 {
	width: 65%;
}

.htb-select-33 {
	width: 33%;
}
.htb-select-98 {
	width: 98%;
}
.htb-select-100 {
	width: 100%;
}

.htb-width-96 {
	width: 96%;
}

.htb-width-98 {
	width: 98%;
}
.htb-width-92 {
	width: 92%;
}

.htb-width-85 {
	width: 85%;
}

.htb-btn-dark-green {
	background-color: #1F6D54;
	color: white;
}

.htb-bullets-list > li {
	margin-bottom: 8px;
	list-style-image: url("../img/list-style-image.png");
}

/* Trials */
.trial-product-second-row {
	margin-left: 0px;
}

.trial-product-height {
	height: auto;
}

.trial-features {
	text-align: left;
}

.trial-features li {
	list-style: none;
}

.trial-features li:before {
	content: '\2022';
	display: block;
	position: relative;
	max-width: 0px;
	max-height: 0px;
	left: -26px;
	top: -0px;
	color: #d52b1e;
	font-size: 20px;
}

.trial-btn-update {
	-moz-user-select: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 0;
	padding: 3px 8px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.trial-btn-update:focus, .trial-btn-update:active:focus, .trial-btn-update.active:focus {
	outline: thin dotted;
	outline-offset: -2px;
}
.trial-btn-update:hover, .trial-btn-update:focus {
	text-decoration: none;
}
.trial-btn-update:hover, .trial-btn-update:focus, .trial-btn-update:active, .trial-btn-update.active {
	background-color: #ebebeb;
	border-color: #adadad;
	color: #333;
}
.trial-btn-update:active, .trial-btn-update.active {
	background-image: none;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
	outline: 0 none;
}
.trial-btn-buy {
	background-color: #8cc810;
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
}
.product-text h3 {
	color: #37ad92;
}
.product-text.popup-inner {
    float: none;
    margin: 0 auto;
   /*  max-width: 720px; */
    padding: 20px;
    text-align: center;
    width: 100%;
}
.product-text.popup-inner p {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: justify;
	color:#53575b;
}
.product-download {
    display: inline-block;
    line-height: 1.5;
    margin: 10px 0;
    width: 100%;
}
.trial-text {
	float:left;
	color:#37ad92;
	font-size:17px;
	padding-right: 10px;
	box-sizing: border-box;
}
.trial-download, .complete {
    background-color: #37ad92;
    color: #FFFFFF;
    line-height: 1.5;
    padding: 0 50px;
	box-shadow: 
  0 1px 2px #fff, /*bottom external highlight*/
  0 -1px 1px #666, /*top external shadow*/ 
  inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/ 
  inset 0 1px 1px rgba(255,255,255,0.8); /*top internal highlight*/
}
.trial-download {
    float: right;
    font-size: 15px;
}
.complete {
    margin: 30px auto 0;
    max-width: 150px;
    padding: 10px 15px;
    line-height: 3;
}
.product-text.popup-inner a {
	text-decoration:none;
}

.trial-download:active, .complete:active {
	box-shadow: 
  0 1px 2px #666, /*bottom external highlight*/
  0 -1px 1px #fff, /*top external shadow*/ 
  inset 0 -1px 1px rgba(255,255,255,0.8), /*bottom internal shadow*/ 
  inset 0 1px 1px rgba(0,0,0,0.5); /*top internal highlight*/
}
a.trial-download:hover, a.complete:hover{
	color:#fff;
	background-color:#189176;
}
.trial-download-complex-logo {
    width: 95px;
    float: right;
    margin-right: 5px;
}
.trial-download-complex-qr {
    width: 60px;
    float: right;
}
.trial-product {
	margin-bottom: 30px;
	width: 30.915%;
}

.trial-width-60 {

	width: 60%;
}

.trial-second-nav {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.trial-second-nav li {
	list-style: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.trial-second-nav a {

	padding: 10px;
	color: gray;
	display: block;
}
.trial-second-nav ul {
	margin: 0px;
}

.form-error {
    color:#da4545;
    border:#d24948 1px solid;
    font-size: 12px;
    font-weight:bold;
    background-color:#eab4b4;
    padding:6px;
}
/* b2c */

.b2c-hr-margin {

	margin: 5px 0px
}

.b2c-features li {
	list-style: none;
	color: #393a3a;
	font-size: 14px;
	*list-style: disc !important;
}

.b2c-features li:before {
	content: '\2022';
	display: block;
	position: relative;
	max-width: 0px;
	max-height: 0px;
	left: -16px;
	top: -0px;
	color: #d52b1e;
	font-size: 20px;
}

.b2c-btn-danger {
	background-color: #da4545;
}

.b2c-btn-green {
	background-color: #7db211;
}

.b2c-product {
	width: 28%;
	padding-right: 12px;
	margin: 1%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

.b2c-select-60 {
	width: 52%;
}
.b2c-select-50 {
    width: 50%;
}
.b2c-select-45 {
	width: 45%;
}

.b2c-select-40 {
	width: 40%;
}

.b2c-height-30 {
	height: 30px;
}

.b2c-height-70 {
	height: 70px;
}

.b2c-height-120 {
	height: 120px;
}

.b2c-height-20 {
	height: 20px;
}

.b2c-height-50 {
	height: 50px;
}

.b2c-height-90 {
	height: 90px;
}

.b2c-margintop-20 {
	margin-top: 20px;
}

.b2c-border-light-gray {
	border: 1px solid lightgray;
}

.b2c-middle-button {
	width: 31.9%;
}

.b2c-middle-button .span8 {
	margin-top: 15px;
}

.b2c-font-line-height-1 {
	line-height: 1;
}

.b2c-border-green {
	border: #67a89a solid 1px;
}

.b2c-auto-renewal {
	margin-bottom: 15px;
}

.b2c-buy-options label, label.b2c-auto-renewal {
    float: left;
}
.b2c-to-text-centered hr {
    margin: 10px 0;
}
.paddingtop-15 {
    margin-left: -16px;
}
.paddingtop-10 {
    padding-top: 16px !important;
}
.font-13.font-uppercase.text-centered.font-normal {
    margin: 0px 18px 0px 25px;
}
.mobile-section-hide .paddingtop-30 img {
    width: 71px;
}
.offset4:first-child {
    margin-left: 0;
}
.offset4 {
    margin-left: 0;
    margin-right: 12px;
}
.b2c-additional-products-description {
	min-height:280px;
}
.b2c-additional-products-description h3 {
    min-height: 44px;
}
.b2c-additional-products-description p.target-title {
    min-height: 48px;
}
.b2c-additional-products-description p.short-description {
    min-height: 84px;
}
.htb-bullets-list {
    margin-top:50px;
}
/* Post Trial */
.post-trial-btn-upgrade {
	background-color: #fbfafb;
	padding: 8px 20px;
}

.post-trial-btn-renew > a {
	float: right;
}

.post-trial-btn-renew-license {
	background-color: #da4545;
	color: white;
	width: 80%;
	padding: 8px 20px;
	border: solid 1px #da4545;
}

.post-trial-btn-buy-now-compare {
	background-color: #da4545;
	color: white;


}
.post-trial-btn-renew-product {
	background-color: #fbfafb;
	padding: 8px 20px;
	color: #717171;
}

.post-trial-select-52 {
	width: 52%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.post-trial-select-45 {
	width: 45%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.post-trial-select {
	margin-bottom: 10px;
}

.post-trial-height-70 {
	height: 70px;
}

.post-trial-height-90 {
	height: 90px;
}

.post-trial-height-120 {
	height: 120px;
}

.post-trial-height-20 {
	height: 20px;
}

.post-trial-height-50 {
	height: 50px;
}

.post-trial-margintop-20 {
	margin-top: 20px;
}

.post-trial-auto-renewal {
	margin-top: 8px;
}

.post-trial-compare-price {
	width: 120%;
}

.post-trial-product-columns-compare {
	width: 15%;
	margin-right: 2%;
}

.post-trial-product-columns-compare-last {
	margin-right: 0;
}

/* Buy Blocks */

.lrsProductColumns .buyblock-hebrew {
	text-align:center;
}
/* About */
.about-mgt {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;


}
.about-mgt_tabs {
	margin-top: 30px;
	text-align: left;
	z-index: 2;
	float: none;
	position: relative;
	text-align: center;
}

.about-mgt_tabs li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: none;
	margin-right: 20px;
	margin-top: 40px;
}

.about-mgt-background {
	background-color: #fae8ec;
}

.about-mgt_tabs li a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #f8f7f8;
	background: rgba(248,247,248,0.3);
	display: block;
	-webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.6);
	-moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.6);
	box-shadow: inset 0 0 2px 0 rgba(0,0,0,.6);
	width: 10px;
	height: 10px;
}

.management-team--slide {
/*transition-property: color !important;*/
}

.about-mgt_here {
	background: #ea4b4e;
	background: rgba(234,75,78,0.9);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.about-awards-slider {
	position: relative;
	width: 100%;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.about-awards_tabs {
	margin-top: 30px;
	text-align: center;
	z-index: 2;
	float: none;
	position: relative;
}

.about-awards_tabs li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: none;
	margin-right: 35px;
	border: 2px solid #fff;
	border-radius: 0px;
}

.about-awards_tabs li a {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #f8f7f8;
	background: rgba(248,247,248,0.3);
	display: block;
	-webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.6);
	-moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.6);
	box-shadow: inset 0 0 2px 0 rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
}

.about-awards_here {
	background: #79af09;
	background: rgba(121,175,9,0.9);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.about-second-nav {

	border-bottom: 1px solid #ddd;
	text-align: center;
}
.about-second-nav li {
	list-style: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.about-second-nav a {
	padding: 8px;
	color: gray;
	display: block;
}

.about-second-nav ul {
	margin: 0px;
}


.about-us-banner {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #fcfcfc;
	border: solid 1px #cdcccc;
	width: 90%;
}

.about-gray-section {
	background-color: #f9f9f7;
}

.about-follow-wrapper:before,
.about-follow-wrapper:after {
	content: " ";
	display: table;
	line-height: 0;
}

.about-follow-wrapper:after {
	clear: both;
}

.about-follow-wrapper {
    border: solid 1px #86c4b5;
    padding: 20px;
	*zoom: 1;
}

.about-follow-box {
	border: solid 1px grey;
	padding: 20px;
}

.about-follow-box {
	font-size: 10px;
	position: relative;
}

.about-btn-social > a {
	height: 37px;
	margin-left: 5px;
	padding-left: 36px;
	vertical-align: middle;
	line-height: 37px;
	font-size: 12px;
	min-width: 148px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center left;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.about-btn-social > a:first-child {
	margin-left: 0;
}

.about-bl {
	background: url("../img/kaspersky-footer-logo.png") #fff;
	color: #444;
}

a:hover.about-bl {
	color: #444;
}

.about-fb {
	background: url("../img/btn-fb.png") #5263ac;
	color: #fff;
}

a:hover.about-fb {
	color: #fff;
}
a:hover.about-yt {
	color:#444;
}
.about-yt {
	background: url("../img/btn-yt.png") #e4e9ea;
	color: #444;
}

a:hover.about-gp {
	color: #fff;
}

.about-gp {
	background: url("../img/btn-gp.png") #444;
	color: #fff;
}

a:hover.about-gp {
	color: #fff;
}

.about-in {
	background: url("../img/btn-in.png") #457fc7;
	color: #fff;
}

a:hover.about-in {
	color: #fff;
}

.about-tw {
    background: url("../img/about-tw.png") #2da7ed;
    color: #fff;
}

a:hover.about-tw {
	color: #fff;
}

.about-vl {
	background: url("../img/about-vl.png") #fff;
	color: #444;
}

a:hover.about-vl {
	color: #444;
}
.slider {
	text-align: left;
}

.slider p {
	overflow: visible;
	height: auto;
}

.slider-loader {
	display: none;
    *background-color: #fff;
	background: url("http://usa.kaspersky.com/sites/usa.kaspersky.com/files/slider-loader.gif") no-repeat center center rgba(255, 255, 255, 0.95);
	z-index: 200;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}

.slider-loader.active {
	display: block;
}

 [class*="--next"], [class*="--prev"] {

 background-image: url("http://usa.kaspersky.com/sites/usa.kaspersky.com/files/slider-arrows.png");


 background-repeat: no-repeat;
 background-color: transparent;
 width: 18px;
 height: 28px;
 display: block;
 position: absolute;

 z-index: 100;
 line-height: 1;
 outline-color: transparent !important;
}

 [class*="--prev"] {
 background-position: 0 -34px;
}

 [class*="--next"] {

 background-position: 0 0;
}

 [class*="--disc-pagination"] {
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: alpha(opacity=0);
 margin: 30px 0 0;
 text-align: center;
}

 [class*="--disc-pagination"] > li {
 vertical-align: middle;
 width: 10px;
 height: 10px;
 background-color: #d5d5d5;
 border-radius: 9px;
 margin: 0 6px;
 cursor: pointer;
 position: relative;
 opacity: .8;
 display: inline-block;
 *display: inline;
 *zoom: 1;
 list-style: none;
}

 [class*="--disc-pagination"] > li:hover {
 background-color: #9fa4a6;
}

 [class*="--disc-pagination"] > li.active {
 background-color: #ec3f3e;
 overflow: hidden;
 cursor: default;
 opacity: 1;
}

 [class*="--disc-pagination"] > li > a {
 display: block;
 line-height: 1;
}

.thumb-data {
	display: none;
}

.slider--nav {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

 [class*="--prev"], [class*="--next"] {

 top: -160px;
}

 [class*="--prev"] {
 left: -60px;
}

 [class*="--next"] {
 right: -60px;
}

.awards-recognition--section {
	overflow: hidden;
	background-color: #f9f9f7;
	margin-bottom: 0;
}

.awards-recognition--title {
	height: 30px;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.awards-recognition--section .container {
	position: relative;
}

.awards-recognition--section .container, .awards-recognition--section [class*="--slide"] {

	width: 960px;
}

.awards-recognition--section [class*="--next"], .awards-recognition--section [class*="--prev"] {

	top: -300px;
}

.awards-recognition-pager {
	text-align: center;
	width: 100%;
	margin-top: 0px;
}

.awards-recognition-pager-thumbs:before, .awards-recognition-pager-thumbs:after {

	display: table;
	content: " ";
	line-height: 0;
}

.awards-recognition-pager-thumbs:after {
	clear: both;
}

.awards-recognition-pager-thumbs {
	text-align: center;
	margin: 0 auto;
	width: 960px;
	background-color: #e6eaeb;
	padding: 12px;
 *zoom: 1;
}

.awards-recognition-pager-thumbs > a {
	margin-left: 35px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.awards-recognition-pager-thumbs > a:first-child {
	margin-left: 0;
}

.awards-recognition-pager-thumbs > a > img {
	border: 3px solid #fff;
}

.pager-thumb.active > img {
	height: 68px;
	margin-left: -4px;
	margin-right: -4px;
	margin-top: -1px;
}

.awards--slide .slide--title {
	font-size: 30px;
	margin-bottom: 20px;
}

.awards--slide .slide--list {
	margin-bottom: 20px;
}

.awards--slide .span5 {
	margin-top: 40px;
}

.awards--slide .span7 img {
	float: right;
}

.slide-graphic {
	overflow: hidden;
	width: 461px;
	height: 288px;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
    *display: inline;
    *zoom: 1;
}

.slide-graphic img {

}

.slide-graphic--title {
	background-color: rgba(75, 73, 73, 0.9);
    *background: url("http://usa.kaspersky.com/sites/usa.kaspersky.com/files/slide-graphic-text-bg.png") repeat top left transparent;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 20px;
	margin: 0;
	font-size: 25px;
	line-height: 27px;
}

.management-team--section {
	background: transparent;
}

.management-team--section > .container {
	position: relative;
}

.management-team--title {
	background: url("http://usa.kaspersky.com/sites/usa.kaspersky.com/files/management-team-title.png") no-repeat center top transparent;
	height: 30px;
	border-bottom: 1px solid #E4E6E8;
	height: 30px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	position: relative;
}

.management-team-dropdown {
	position: absolute;
	right: 0;
	top: 0;
}

.management-team-dropdown .dropdown-menu {
	margin: 0;
	padding: 4px 0;
	display: block;
	width: 207px;
	text-align: left;
	border: 1px solid #cbd0d1;
}

.management-team-dropdown .dropdown-menu:hover {
	border-bottom: 0;
}

.management-team-dropdown .dropdown-menu a {
	padding: 4px 0 4px 14px;
	margin: 0 4px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-align: left;
	color: #919799;
}

.management-team-dropdown > .dropdown-menu a:hover {
	color: #006a52;
	text-decoration: none;
	background-color: #f5f7f7;
}

.management-team-dropdown > li > a > .btn-arrow-down {
	background: url("http://usa.kaspersky.com/sites/usa.kaspersky.com/files/management-team-arrow-down.png") no-repeat center center transparent;
	width: 11px;
	height: 8px;
	margin: 6px 8px 0;
	float: right;
}

.management-team-dropdown > li > a:hover > .btn-arrow-down {
	background-image: url("../img/management-team-arrow-down-hover.png");
}

.management-team-dropdown .sub-nav-wrapper {
	width: 207px;
	border: 1px solid #cbd0d1;
	border-top: 0;
}

.management-team-dropdown .sub-nav {
	padding: 0 0 5px;
}

.management-team-dropdown .sub-nav > li:first-child > a {
	margin-top: 0;
}

.management-team-dropdown .sub-nav > li > a.current {
	display: none;
}


.management-team-slider-mask {
	background: url("http://usa.kaspersky.com/sites/usa.kaspersky.com/files/management-team-slider-mask.png") repeat-y top left transparent;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 142px;
	z-index: 10000;
}

.management-team--section [class*="--prev"], .management-team--section [class*="--next"] {

	top: -230px;
}

.management-team-pager {
	background: url("http://usa.kaspersky.com/sites/usa.kaspersky.com/files/management-team-pager-bg.png") repeat-x top left transparent;
	height: 35px;
	margin-top: 30px;
}

.prev-management-team-member, .next-management-team-member {

	display: none;
}

.team-member-nav-container-prev, .team-member-nav-container-next {

	display: block;
	position: absolute;
	bottom: -250px;
}

.team-member-nav-container-prev {
	left: -390px;
}

.team-member-nav-container-next {
	right: -390px;
}

.team-member-nav-container-prev img, .team-member-nav-container-next img {

	width: 388px;
}

.management-team-slider-block .slider {
	display: none;
}

.management-team-slider-block .slider.active {
	display: block;
}

.management-team--slide .slide--title {
	font-size: 30px;
	line-height: 34px;
}

.management-team--slide .slide--subtitle {
	font-size: 18px;
	line-height: 22px;
}

.management-team--slide p {
	font-size: 18px;
	line-height: 24px;
}

.about-sec-nav {
	float: none;
	text-align: center !important;
	width: 100% !important;
}

.about-hidden-slider {
	display: none;
}

.social-media-tab-active-arrow {
	background: url("../img/social-media-tab-active-new.png") no-repeat scroll center center transparent;
	bottom: -36px;
	display: none;
	height: 15px;
	left: 50%;
	margin-left: -11px;
	position: absolute;
	width: 22px;
}

.about-follow-box.active .social-media-tab-active-arrow {
	display: block;
}
/* Footer */

.footer-bar {
	height: 37px;
	background-color: #616568;
	background: -webkit-linear-gradient(#6c7073, #52565a);
	background: -o-linear-gradient(#6c7073, #52565a);
	background: -moz-linear-gradient(#6c7073, #52565a);
	background: linear-gradient(#6c7073, #52565a);
	border-bottom: solid 1px #4c4d4f;
	border-top: solid 1px #909395;
}

.social-list .linkedin {
	background-image: url("../img/social-linkedin-ico-footer.png");
}

.copy-mobile {
	display: none;
}

.rights-mobile {
	display: none;
}

.no-margin-left {
	margin-left: 0px;
}

.no-margin-top {
	margin-top: 0;
}

.social-links {
	width: 25%;

}

.lower-footer .links {

	width: 35px;
}

.footer .lower-links {
	/*width: 35%;*/
	margin-top: 10px;
}

.footer .social {
	/*width: 30%;*/
	margin-top: 10px;
}

.countriesContainer {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.countriesContainer .boxesContainer {
	width: 720px;
	margin: 0 123px;
}
.countriesContainer .boxItem {
	float: left;
	width: 180px;
	padding: 39px 0 0;
}
.countriesContainer .countryGroupTitle {
	padding: 0 0 0 30px;
	margin: 0 0 5px;
	font: bold 11px Arial;
	color: #333;
	text-align: left;
}
.countriesContainer ul {
	padding: 0 0 17px 30px;
}
.countriesContainer .sublists {
	margin: 0 0 11px;
}
.countriesContainer .sublists .title {
	padding: 0 0 0 30px;
	margin: 0 0 2px;
	font: normal 11px Arial;
}
.countriesContainer .sublists ul {
	padding: 0 0 5px 30px;
}
.countriesContainer li {
	padding: 1px 0 1px 8px;
	background: url('../img/main_sprite.png') no-repeat;
	background-position: 0 -483px;
	list-style: none;
	text-align: left;
	font-size: 12px;
}
.countriesContainer .countriesException {
	position: absolute;
	right: 20px;
	bottom: 17px;
	text-align: right;
}
.countriesContainer {
	display: none;
	background: url('../img/map.gif') no-repeat;
}
.countriesContainer .image:hover {
	border-bottom: solid 1px #006d55;
	text-decoration: none;
}
#countriesClose {
	display: block;
	position: absolute;
	top: 17px;
	right: 18px;
	height: 15px;
	line-height: 15px;
	padding-right: 25px;
	background: url('../img/main_sprite.png') 38px -223px no-repeat;
	outline: none;
}
#countriesClose:hover {
	background-position: 38px -238px;
}
.boxesContainer .csTitle {
	position: absolute;
	font-size: 14px;
	color: #363636;
	left: 150px;
	margin-top: 13px;
}
.homeContent4 .homeContentFeed .homeContentThumbnail {
	border-radius: 40px;
	display: block;
	width: 45px;
	height: 45px;
}
.homeContent4 .homeContentFeed > li {
	list-style: none;
	width: 280px;
	vertical-align: middle;
}
.homeContent4 .homeContentFeed > li > .homeContentThumbnail, .homeContent4 .homeContentFeed .homeContentCopy {
	float: left;
}

.about-btn-social {
	display: none;
}

.about-btn-social.active {
	display: block;
}

.about-follow-box.active {
	background-color: #189176;
}

div.about-follow-box.active .font-bold span {
	color: #c9c9c9;
}

div.about-follow-box.active .font-bold {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

#about-team .about-mgt {
	display: none;
}

#about-team .about-mgt.active {
	display: block;
}
/* additions */
.homeContentThumbnail {
	background: url("../img/rss_icons.png") no-repeat scroll 0 0 #fff;
	border-radius: 40px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 45px;
	width: 45px;
	float: left;
	vertical-align: middle;
	margin-top: 2%;
}


.threatpost {

	background-position: 0 0;
}
.securelist {
	background-position: 0 -45px;
}
.kasperskynews {
	background-position: 0 -180px;
}
.eugene {
	background-position: 0 -90px;
}
.facebook {
	background-position: 0 -225px;
}

.homeContentSmall {
	color: #afb1b2;
	font-size: 12px;
	padding-top: 20px;
	text-transform: uppercase;
	margin-left: 10px;
	float: left;
}

.homeContentSmall.flow-right {
	margin-left: 0px;
	margin-right: 10px;
}

.homeContentHeading {
	color: #333;
	font-size: 11px;
}
.homeContentHeading {
	text-decoration: none;
}
.slide {
	height: 70px;
	overflow: hidden;
}
.flow-right {
	float: right;
}
.cycle-hide {
	overflow: hidden;
}
.home-box-height {
	height: 141px;
}
#about-team .about-mgt {
	display: none;
}

#about-team .about-mgt.active {
	display: block;
}
.font-17.font-normal.font-light-gray.height-fixed {
	display: block;
}
.height-fixed{
	min-height:100px;
}
.font-18.font-normal.font-light-gray.height-fixed {
	display: block;
	height: 100px;
}
.paddingtop-15 .hidden {
	display: none;
	}

.reduce-padding {
	padding-bottom: 0px;
}

.fixed-block-height {
	display: block;
	margin: 0 20px;
	height: 70px;
	text-align: center;
}

.about-btn-social{
	display:none;
	text-align: center;
}

.about-btn-social.active{
	display:block;
}

 .wrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -261px; /* the bottom margin is the negative value of the footer's height */
}

#footer,
.sticky-footer {
	height: 261px /* .sticky-footer must be the same height as #footer */
}

/* updates */

.buyblockParent .btn.b2c-btn-danger {
	border: 0;
	border-radius: 0;
}

.buyblockParent .btn.b2c-btn-danger:hover,
.buyblockParent .btn.b2c-btn-danger:active {
	background-color: #f84444;
	color: #fff;
}

.buyblockParent .b2c-select-45 {
	margin-right: 5px;
}

.checkbox [type="checkbox"] {
    margin-right: 5px;
}
label.checkbox {
    float:left;
}
/* helpers */

.align-center {
	text-align: center;
}

.management-team--slide {
	display: none;
}

.visible-slide {
	display: block;
}

.spaceBottom {
	margin-bottom: 20px;
}

.capitalize {
	text-transform: capitalize;
}
/*view all products btn*/
/*.container {
	This thing causes too many problems, please contac Alexander Fedotov and say what you want to achieve
    display: block; 
    padding-top: 100px;
    margin-top: -100px;
}
*/