﻿@charset "UTF-8";
/*notes

default link color: rgb(38,120,230);
default text-color: #333;
*/
/* basic elements redefined */
.black-highlight .inactive {
	display:none;
}
.black-highlight.active {
	line-height:70px;
	margin-top:-40px;
	padding-top:12px;
    -webkit-animation:spin 1s linear;
    -moz-animation:spin 0.5s linear 1;
    animation:spin 0.5s linear 1;
	-webkit-transform-origin:top;
	-webkit-transform: rotatex(0deg); 
}
.black-highlight.active.medium {
	line-height:normal;
	padding-top:2px;
}
@-webkit-keyframes spin { 
	0% { -webkit-transform: rotatex(-90deg); } 
	50% { -webkit-transform: rotatex(-90deg); } 
	100% { -webkit-transform: rotatex(0deg); } 
	}
	
@-webkit-keyframes fadeIn { 
	0% { opacity: 0; } 
	100% {opacity:1; } 
	}
@-moz-keyframes fadeIn { 
	0% { opacity: 0; } 
	100% {opacity:1; } 
	}
@-ms-keyframes fadeIn { 
	0% { opacity: 0; } 
	100% {opacity:1; } 
	}
@keyframes fadeIn { 
	0% { opacity: 0; } 
	100% {opacity:1; } 
	}
.fadeIn {
	 -webkit-animation:fadeIn 1s linear;
	  -moz-animation:fadeIn 0.5s linear 1;
    animation:fadeIn 0.5s linear 1;
}
.invisible {
	visibility:hidden;
}
	.visible {
		visibility:visible;
	}
@font-face {
	font-family: Avenir;
	src: url(fonts/Avenir-Book.woff);
}

@font-face {
	font-family: Avenir;
	src: url(fonts/AvenirNextLTPro-Demi.otf);
	src: url(fonts/Avenir-Heavy.woff);
	font-weight:bold;
}

@font-face {
	font-family: Avenir;
	src: url(fonts/Avenir-BookOblique.woff);
	font-style:italic;
}

@font-face {
	font-family: Avenir;
	src: url(fonts/Avenir-BlackOblique.woff);
	font-weight:bold;
	font-style:italic;
}
@font-face {
	font-family: Serifa;
	src: url('fonts/serifa-bt-roman.eot');
	src: url('fonts/serifa-bt-roman.eot?#iefix') format('embedded-opentype'), url('fonts/serifa-bt-roman.ttf');

}
@font-face {
	font-family: Serifa;
	src: url('fonts/serifa-bt-bold.eot');
	src: url('fonts/serifa-bt-bold.eot?#iefix') format('embedded-opentype'), url('fonts/serifa-bt-bold.ttf');
	font-weight:bold;
}

.serifa {
	font-family: 'Serifa', Helvetica, Arial, sans-serif !important;
	letter-spaing: 0.15px;
}
.avenir {
	font-family: 'Avenir', Helvetica, Arial, sans-serif !important;or

}
body, html {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: "Avenir", Helvetica, Arial, sans-serif;
	color: #484848;
	line-height: normal;
	min-height: 500px;
	font-size:14px;
}

section {
	display: block;
	background: #fff;
	position: relative;
	width: 100%;
	float:left;
	min-width: 768px;
}

p, h1, h2, h3, h4, a {
	padding: 5px;
	font-size: 14px;
}

p, ul, ol, li, a {
	line-height: 1.5;
	-webkit-font-smoothing: subpixel-antialiased;
}
li {
	margin-left:25px;
}
hr {
	border:0;
	border-top:1px solid #1a1a1a;
	padding-top:10px;
	padding-bottom:0px;
}

h1 {
	font-size: 35px;
	font-weight: bold;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

a {
	text-decoration: none;
	color: rgb(38,120,230);
	padding-left: 0px;
	padding-right:0px;
}

a:hover {
	text-decoration: underline;
	color: rgb(38,120,230);
}
a:focus, button:focus, input:focus {
	outline: auto orange;
}
b, strong {
	font-weight:bold;
}

/*Header*/
#headerbar {
	background: #000;
	height: 67px;
	width: 100%;
	min-width:768px;
	position: fixed;
	z-index: 99999;
	top: 22px;
	left: 0px;
}

.navbar-header {
	background-color: #000;
	border: none;
	color: #fff;
	position: relative;
	float: left;
	top: 0px;
}

.navbar-collapse {
	float: right;
}

ul.nav {
	list-style: none;
	background: #000;
}

ul.nav li {
	float: left;
	position: relative;
	margin: 0;
	background: #000;
}

.nav > li > a {
	color: #fff;
	padding: 5px 10px 21px 10px;
	margin-top: 19px;
	float: left;
	display: block;
	text-decoration: none;
	font-weight:bold;
}

.nav > li > a:hover {
	background: rgb(46,46,46);
}

.nav li:hover > a {
	background: rgb(46,46,46);
}
.nav li:hover > .dropdown-toggle:after {
	content: '+';
	color: rgb(88,165,238);
	font-weight: bold;
	padding-left: 5px;
}

a.navbar-brand {
	float: left;
	font-size: 18px;
	line-height: 0px;
	padding: 0px;
}

a.navbar-brand img {
	height: 67px;
}

.nav > .dropdown > .dropdown-menu li {
	background: rgb(46,46,46);
	display: block;
	float: none;
}

li.dropdown:hover > ul.dropdown-menu {
	display: block;
}

.dropdown-menu {
	position: absolute;
	top: 63px;
	left: 0;
	right: auto;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: rgb(46,46,46);
	border: none;
}
.dropdown-menu .subtext {
	padding-left:10px;
	font-weight:normal;
	font-size:12px;
	display:block;
	}
.dropdown-menu.last {
	left: auto;
	right: 0px;
}

.dropdown-menu > li > a {
	display: block;
	padding: 6px 20px;
	clear: both;
	font-weight: bold;
	line-height: 1.428571429;
	color: #fff;
	white-space: nowrap;
	
}

.dropdown-menu li a:before {
	content: '+';
	color: rgb(88,165,238);
	font-weight: bold;
	margin-left: -5px;
	padding-right: 5px;
}

.dropdown-menu li a:hover:before {
	color: #fff;
}

.dropdown-menu li:hover {
	background: rgb(38,120,230);
}

.dropdown-menu > li a:hover {
	color: #fff;
	background: rgb(38,120,230);
	text-decoration: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #000;
	color: rgb(38,120,230);
}


.dropdown-toggle:after {
	content: '+';
	color: #ccc;
	font-weight: bold;
	padding-left: 5px;
}
#langbar {
	background:#333;
	width:100%;
	height:22px;
	top:0px;
	left:0px;
	position:fixed;
	z-index:999999999;
	color:#ccc;
	padding-top:1px;
}
#langbar ul, #langbar .dropdown{
	float:right;
	list-style:none;
	min-width:0px;
	background:#333;
	margin-left:10px;
}
#langbar .dropdown-toggle:after {
	content: '';
}
ul.top-drop li {
	position:relative;
}
#langbar ul li ul li {
	margin-left:0px;
	text-align:right;
}
#langbar ul li a, #langbar a {
	font-weight:normal;
	color:#ccc;
	font-size:13px;
}
#langbar ul li ul {
	top:20px;
	right:-4px;
}
#langbar .dropdown-menu li a:before {
	content: '';
}
#langbar .dropdown-menu li a img {

	margin-right:-6px;
}
#langbar li a img {
	margin-bottom:-1px;
}

#langbar .dropdown-menu > li > a {
display: block;
clear: both;
line-height: 1.428571429;
color: #ccc;
white-space: nowrap;
padding-top:1px;
padding-bottom:1px;
padding-right:10px;
padding-left:10px;
}
#langbar .dropdown-menu > li > a:hover {
	background-color:transparent;
}
#subnav {
	height: 65px;
	position: fixed;
	z-index: 9999;
	width: 100%;
	-ms-box-shadow: 0px 4px 70px rgb(152,152,152);
	-moz-box-shadow: 0px 4px 70px rgb(152,152,152);
	-o-box-shadow: 0px 4px 70px rgb(152,152,152);
	-webkit-box-shadow: 0px 4px 70px rgb(152,152,152);
	box-shadow: 0px 4px 70px rgb(152,152,152);
	top: 89px;
	display: none;
	clear: both;
}
#subnav .span7 p {
	font-size:20px; 
	float:left;
	margin-top:7px;
	padding: 0px;
}
#subnav.visible {
	display:block;
}

#subnav .container {
	height: 65px;
}
#subnav a {
	text-transform: uppercase;
}
#subnav .row {
	padding-bottom: 0px;
}

#subnav p.medium {
	padding-top: 10px;
}

#subnav .download p {
	text-align: right;
}

#subnav .download p#downloadfree {
	float: right;
	display: block;
}
#subnav img {
	padding: 0;
	padding-left: 20px;
	float: right;
	margin: 0;
	margin-top: -6px;
	width: 150px;
	display: block;
}

#subnav a {
	float: right;
	display: inline-block;
	color: #333;
	text-transform: uppercase;
}
#subnav.company a {
	float:none;
	display:block;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
}
#subnav a.googleplay {
	width: 160px;
}
/*general classes*/
.blue {
	color: rgb(88,165,238);
}
a.blue {
	color: rgb(38,120,230) !important;
}
.green {
	color: rgb(101,188,0);
}

.bold {
	font-weight: bold;
}
.italic {
	font-style:italic;
}
.light {
	font-weight: 200;
}

.black {
	color: #000;
}
.underline {
	text-decoration:underline;
}
.big {
	font-size: 24px;
}
.small {
	font-size:10px;
}
.strikethrough {
	text-decoration:line-through;
}
.times {
	font-family:"Times", "Times New Roman", serif;
}
.big.times {
	font-size:20px;
}
.huge {
	font-family: 'Serifa', Helvetica, Arial, sans-serif;
	font-size: 36px;
}
h2.black.bold, h2 .black.bold h2.white.bold {
	font-family: 'Serifa', Helvetica, Arial, sans-serif;
}
.medium, li.medium, .medium a {
	font-size: 16px !important;
}

.white {
	color: #fff;
}
a.white {color:#fff;}
a.white:hover { color:#fff; }

.center {
	text-align: center;
}
a.center {
	display:block;
}
a.grey {
	color:#666;
}
.middle {
	margin:0px auto;
}
a.bluecta {
	width:150px;
	padding-top:5px;
	padding-bottom:5px;
	color:#fff !important;
	font-size:20px;
	font-weight:500;
	text-align:center;
	text-transform:uppercase;
	border:1px solid rgb(102,192,238);
	background-color: rgb(31,91,223);
	background: rgb(59,127,255);/* Old browsers */
	background: -moz-linear-gradient(top, rgb(52,152,237) 0%, rgb(31,91,223) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(52,152,237)), color-stop(100%,rgb(31,91,223))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(52,152,237) 0%,rgb(31,91,223) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(52,152,237) 0%,rgb(31,91,223) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(52,152,237) 0%,rgb(31,91,223) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(52,152,237) 0%,rgb(31,91,223) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3498ed', endColorstr='#1f5bdf',GradientType=0 ); /* IE6-9 */
	border-radius: 2px;
	ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
	margin-right:5px;
	font-weight:bold;
}
a.bluecta:hover {
	background-color: rgb(59,127,255);
	background:  rgb(59,127,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(81,175,255) 0%, rgb(59,127,255) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(81,175,255)), color-stop(100%,rgb(59,127,255))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(81,175,255) 0%,rgb(59,127,255) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(81,175,255) 0%,rgb(59,127,255) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(81,175,255) 0%,rgb(59,127,255) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(81,175,255) 0%,rgb(59,127,255) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51afff', endColorstr='#3b7fff',GradientType=0 ); /* IE6-9 */
}

a.greencta {
	width:150px;
	padding-top:5px;
	padding-bottom:5px;
	color:#fff !important;
	font-size:20px;
	font-weight:500;
	text-align:center;
	text-transform:uppercase;
	border:1px solid rgb(81,198,0);
	background-color: rgb(103,210,0);
	background: rgb(103,210,0); /* Old browsers */
	background: -moz-linear-gradient(top, #76ce04 0%, #46ac02 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76ce04), color-stop(100%,#46ac02 ))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #76ce04 0%,#46ac02  100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #76ce04 0%,#46ac02  100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #76ce04 0%,#46ac02  100%); /* IE10+ */
	background: linear-gradient(to bottom, #76ce040%,#46ac02  100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76ce04', endColorstr='#46ac02',GradientType=0 ); /* IE6-9 */
	border-radius: 2px;
	ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
	margin-right:5px;
	font-weight:bold;
	background size: 200px;
	transition: background 0.5s ease-in-out;
}
a.orangecta {
	background-color: #f09020;
    background-image: linear-gradient(#f58d2b 0%, #ee5a1b 100%);
	background: -moz-linear-gradient(top, #f58d2b 0%, #ee5a1b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f58d2b), color-stop(100%,#ee5a1b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f58d2b 0%,#ee5a1b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f58d2b 0%,#ee5a1b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f58d2b 0%,#ee5a1b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f58d2b 0%,#ee5a1b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58d2b', endColorstr='#ee5a1b',GradientType=0 ); /* IE6-9 */
	border-radius: 2px;
	ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
	margin-right:5px;
	font-weight:bold;
	background size: 200px;
	transition: background 0.5s ease-in-out;
	border:none;

}
a.orangecta:hover {
    background-color: #f19824 !important;
    background-image: linear-gradient(rgb(252, 203, 73) 0%, rgb(232, 109, 15) 100%) !important;
	background: -moz-linear-gradient(top, rgb(252, 203, 73) 0%, rgb(232, 109, 15) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(252, 203, 73)), color-stop(100%,rgb(232, 109, 15))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(252, 203, 73) 0%,rgb(232, 109, 15) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(252, 203, 73) 0%,rgb(232, 109, 15) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(252, 203, 73) 0%,rgb(232, 109, 15) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(252, 203, 73) 0%,rgb(232, 109, 15) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc13f', endColorstr='#fcc13f',GradientType=0 ); /* IE6-9 */
    
  }
a.greencta:hover {
		background-color: rgb(113,220,0);
	background: rgb(103,210,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(113,220,0) 0%, rgb(73,168,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(103,210,0)), color-stop(100%,rgb(73,168,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(113,220,0) 0%,rgb(73,168,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(113,220,0) 0%,rgb(73,168,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(113,220,0) 0%,rgb(73,168,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(113,220,0) 0%,rgb(73,168,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7df31b', endColorstr='#53c300',GradientType=0 ); /* IE6-9 */
	
}
a.greencta.upgrade {
	width:150px;
	display:block;
	margin:0 auto;
}
a.greencta.customquote {
	width:225px;
}
a.greycta {
	width:150px;
	padding:5px;
	font-weight:500;
	color:#fff;
	background:#ccc;
	border-radius: 2px;
	ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	text-align:center;
	text-transform:uppercase;
	font-size:20px;
	display:block;
	border:1px solid #ccc;
	margin:0 auto;
	font-weight:bold;
}
a.greycta:hover {
	background:#DADADA !important;
}
a.greencta:hover, a.greenbutton:hover, a.greycta {
	text-decoration:none;
}
a.greenbutton {
	color: #fff;
	display: block;
	width: 250px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	background: rgb(103,210,0);
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	-ms-box-shadow: 4px 4px 1px #000;
	-moz-box-shadow: 4px 4px 1px #000;
	-o-box-shadow: 4px 4px 1px #000;
	-webkit-box-shadow: 4px 4px 1px #000;
	box-shadow: 4px 4px 1px #000;
}
.premium .greencta, .antiexploit .greencta, .smallbusiness .greencta, .enterprise .greencta, .techbench .greencta, .chameleon .greencta, .fileassassin .greencta, .regassassin .greencta, .startuplite .greencta, .greencta.edugov {
	position:absolute;
	width: 230px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 28px;
	font-weight: bold;
	box-shadow: 2px 3px 2px #000;
}
.greencta.edugov {
	width:250px;
	left:10px;
	top:200px;
}
.antiexploit .greencta {
	left:20px;
	bottom:20px;
}
.smallbusiness .greencta {
	left:10px;
	bottom:155px;	
}
.techbench .greencta {
	left:10px;
	bottom:80px;
}
.enterprise .greencta {
	font-size:20px;
	padding-top:14px;
	padding-bottom:14px;
	width:270px;
	left:10px;
	bottom:140px;
}
.chameleon .greencta, .fileassassin .greencta {
	right:10px;
	top: 275px;
}
.regassassin .greencta {
	right:10px;
	top: 220px;
}
.startuplite .greencta {
	right:10px;
	top: 200px;
}
/*footer*/
#newsletter {
	background: rgb(38,120,230);
	padding-top: 30px;
	height: 150px;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom:0px;
}

#newsletter form {
	position: relative;
	display: block;
	width: auto;
	margin-top: 15px;
}

#newsletter form #e-mail {
width: 235px;
text-align: center;
height: 35px;
padding-left: 5px;
border: 4px solid #eee;
font-size:16px;
padding-top:4px\9;
padding-bottom:4px\9;
height: 27px\9;
}
#newsletter form #e-mail::-ms-clear {
	display:none;
}
#seperator {
	height:520px;
	display:block;
	float:left;
	*height:0px;
}
section#release-history {
	height:auto;
	min-height:600px;
	padding-top:150px;
}
#newsletter form .submit {
border: 0px;
color: #fff;
font-size: 18px;
height: 44px;
background: rgb(103,210,0);
padding-left: 10px;
padding-right: 10px;
vertical-align: initial;
margin-top: 0px;
-webkit-appearance: none;
}

#footer {
	min-height: 400px;
	background: #000;
	position:fixed;
	*position:static;;
	z-index:-1;
	bottom:0px;
	left:0px;
}
#footer p, #footer a {color:#959595;}
#productscolumn {float: left; padding-right: 40px; margin-left: 0px; margin-top:10px;}
.quotes {
	text-align: center;
}

.quotes img {
	display: block;
	margin: 0px auto;
}

.quotes p {
	font-weight: bold;
	font-size: 13px;
}

.quotes p:before {
	content: url(../images/quotes_10.jpg);
	float: left;
	display: block;
}

.quotes p:after {
	content: url(../images/quotes_13.jpg);
	float: right;
	display: block;
}
.unbold {
	font-weight:normal;
}
#social .span2 {
	text-align: Center;
}

#social .span2 a {
	width: 100%;
	height: 100px;
	display: block;
}

#social .facebook {
	background: url(../images/footer-social1.jpg) no-repeat;
	background-position: 130px 0px;
}

#social .twitter {
	background: url(../images/footer-social1.jpg) no-repeat;
	background-position: -100px 0px;
	backgorund-position-x: -100px;
}

#social .youtube {
	background: url(../images/footer-social1.jpg) no-repeat;
	background-position: -275px 0px;
	backgorund-position-x: -275px;
}

#social .linkedin {
	background: url(../images/footer-social1.jpg) no-repeat;
	background-position: -440px 0px;
	backgorund-position-x: -440px;
}

#social .google {
	background: url(../images/footer-social1.jpg) no-repeat;
	background-position: -600px 0px;
	backgorund-position-x: -600px;
}

#bottom-nav p, #bottom-nav a {
	font-size: 12px;
}

#bottom-nav a {
	font-weight: normal;
	color: #959595;
}
#footer p.white {
	color: #fff;
}
#copyright p, #copyright a {
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	padding-left:0;
	padding-right:0;
	color:#959595;
	text-align:center;
}
#copyright a:hover {
	text-decoration:underline;
}
/*product pages*/
#wrapper {
	display: block;
	width: 100%;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
#wrapper.company {
	margin-top:0px;
}
#companyhero {
	width:100%;
	position:relative;
	top:60px;
}
#hero {
	margin-top:87px;
	margin-top: 70px\9;

	display:block;
}
#hero.mobile {
	height: 600px;
}
#hero.home {
	height:600px;
}
#hero .hero.home {
	height: 600px;
}
#hero.securebackup {
	height:620px;
	position:relative;


}
#hero.securebackup img#monsters {
	position:absolute;
	margin-left:50%;
	left:-446px;
	top:50px;
}
#hero.securebackup .info-left {
	top:120px;
}
#hero.securebackup .greencta {
position: absolute;
width: 230px;
padding-top: 9px;
padding-bottom: 9px;
font-size: 28px;
font-weight: bold;
box-shadow: 7px 8px 2px #000;
left:10px;
top:475px;
}
#hero.smallbusiness, #hero.enterprise {
	height:465px;
}
#hero.smallbusiness img#logo {
	position:absolute;
	right:40px;
	top:90px;
	z-index:-1;
	width:353px;
}
p.slogan {
	font-family: 'Serifa', Helvetica, Arial, serif;
}
#hero.smallbusiness p.slogan, #hero.enterprise p.slogan {
	font-size: 40px;
	line-height:normal;
}
#hero.enterprise p.slogan {
	font-size: 40px;
}
#hero.smallbusiness .info-left, #hero.enterprise .info-left {
	top:65px;
	position:absolute;
}
#hero .customquote {
	position:absolute;
	color:#fff;
	font-size: 20px;
	display:block;
	width:270px;
	padding-left:50px;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:200;
	background-image:url(../images/transparent-arrow.png);
	background-repeat:no-repeat;
	background-position-x: 5px;
	background-position-y: 7px;
}
#hero.techbench .customquote {
	top: 480px;
	left:20px;
}
#hero.smallbusiness .customquote {
	top:270px;
	left:5px;
}
#hero a.customquote:hover {
	text-decoration:none;
}
#hero.enterprise img#logo {
	position: absolute;
right: 0px;
top: 8px;
z-index: -1;
width: 320px;

}
#hero.techbench {
	height:470px;
}
#hero.techbench .quote-details {
	position:absolute;
	top:410px;
	left:10px;
	font-weight:lighter;
}
#hero.techbench img#monsters {
	position:absolute;
	right:90px;
	width:450px;
	top:40px;
	z-index:-1;
}
#hero.techbench .offer {
	display:block;
	position:absolute;
	left:0px;
	top:195px;
}
#hero.techbench .info-left {
	top:80px;
	position:absolute;
}
#hero.chameleon img#logo {
	left:0px;
	top:40px;
	position:absolute;
	z-index:-1;
}
#hero.fileassassin img#logo {
	top:80px;
	left:0px;
	position:absolute;
	z-index:-1;
}
#hero.regassassin img#logo {
	top:80px;
	left:0px;
	position:absolute;
	z-index:-1;
}
#hero.startuplite img#logo {
	position:absolute;
	z-index:-2;
	top:55px;
}
#hero.startuplite img#cursor {
	position:absolute;
	z-index:-1;
	left: 235px;
	top: 188px;
}
#hero.fileassassin img#locks {
	position:absolute;
	z-index:-1;
	top:265px;
}
#hero.regassassin img#robot {
	top:-15px;
	position:absolute;
	left:50px;
	z-index:-2
}
#hero.chameleon img#hero-image, #hero.fileassassin img#hero-image, #hero.regassassin img#hero-image, #hero.startuplite img#hero-image {
	min-width: 1000px;
	min-height:700px;
	width:100%;
}
img#hero-image {
z-index:-2; min-width:100%; position:absolute; left: 0; top:0px;
}


.hero {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 768px;
	height: 793px;
	margin: 0px;
	overflow: hidden;
	z-index: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.hero.mobile {
	background-position: top;
}

.black-highlight {
	background: #000;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-top:3px;
}
.orange-highlight {
	background: #ff552b;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-top:3px;
	display:block;
	float:left;
	position:absolute;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	left:-15px;
}
.slogan .black-highlight {
	padding-bottom:5px;
	padding-bottom:0px\9;
	padding-top: 5px\9;
	
}
.slogan .black-highlight.medium {
	padding-bottom:10px;
	padding-top:10px;
	padding-bottom:3px\9;
	padding-top:5px\9;
}

.hero-info {
	position: relative;
	width: 100%;
	height: 793px;
	min-height: 450px;
}

.hero-info .info-left {
	position: absolute;
	width: 100%;
	height: 400px;
	top: 250px;
}
.info-left .black-highlight, .info-left h1 {
	margin-left:-15px;
}
.hero-info .info-right {
	position: absolute;
	width: 100%;
	height: 800px;
	overflow: hidden;
	top: 220px;
	right:0px;
	margin-top: -170px;
}
#hero.chameleon .hero-info .info-right, #hero.fileassassin .hero-info .info-right {
	top:200px;
}
#hero.regassassin .hero-info .info-right, #hero.startuplite .hero-info .info-right {
	top:240px;
}
.hero-info .info-right h1 {
	text-align:right;
	float:right;
	right:0px;
	padding-right:20px;
	padding-left:10px;
}
.hero-info .info-right p.slogan {
	text-align:right;
	float:right;
	right:0px;
	padding-right:0px;
}
.hero-info .info-right p.slogan .medium {
	font-size:20px;
	padding-top:7px;
	padding-bottom:7px;
	position:relative;
	top:-15px;
}
.techbench .hero-info p.slogan {
	font-size:46px;
	line-height:normal;
}
.hero-info .info-right p.slogan .black-highlight {
	padding-left:10px;
	padding-right:20px;
}
a.large-hero-button {
	color: #fff;
	font-weight:bold;
	display: block;
	width: auto;
	text-align: center;
	padding-top: 11px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom: 11px;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #3A6600;
	-ms-box-shadow: 7px 8px 1px #000;
	-moz-box-shadow: 7px 8px 1px #000;
	-o-box-shadow: 7px 8px 1px #000;
	-webkit-box-shadow: 7px 8px 1px #000;
	box-shadow: 7px 8px 1px #000;
}
a.large-hero-button:hover {
	text-decoration:none;
}
#hero .container {
	position:relative;
}
.home .large-hero-button {
	position: relative;
float: right;
top: 390px;
left: 0px;
padding:17px;
}
.home .orangecta.large-hero-button {
	position:absolute;
	float:right;
	top:430px;
	left: auto;
	right:10px;
	font-size:20px;
	height:30px;
}
.home img#hero-image {
	position:absolute;
	min-height:700px;
}
.home .the-guy {
	position: absolute;
	left:83px;
	top: 315px;
	width: 160px;
	z-index:-1;
}
.home .robot {
	top: 10px;
	position:absolute;
	right: 10px;
	z-index:-1;
}
.antiexploit img#robot {
	position: absolute;
	right: -90px;
	top: 55px;
}
.antiexploit img#computer {
	position:absolute;
	margin-left:50%;
	width:704px;
	left: -352px;
	top:30px;
}
img#tail {
	position:absolute;
	top:270px;
	z-index:-1;
}
.antirootkit img#logo {
	top:80px !important;
}
#monster-on-wall {
	position:absolute;
	top:0px;
	right:-2px;
}
#malware-light {
	position:absolute;
	right:615px;
	top:0px;
}
#hp-cnet {
	padding-top: 30px;
	padding-bottom:10px;
}
.premium .greencta {
	position:absolute;
	left:10px;
	top: 250px;
}
.premium .caption {
	position: absolute;
left: 15px;
top: 345px;
}
.cnet-rating {
	width: 135px;
height: 30px;
background-image: url(../images/home/cnet-star_03.jpg);
background-repeat: repeat-x;
margin: 0 auto;
margin-top: 10px;
margin-bottom: 30px;
}

.hero h1 {
	color: #fff;
background: #000;
display: block;
float: left;
font-weight: 500;
margin-top: 0px;
font-size: 22px;
padding-left: 30px;
padding-right: 30px;
padding-top: 8px;
padding-bottom: 8px;
position: relative;
z-index: -1;
}

.hero p.slogan {
	color: #fff;
	float: left;
	font-size: 62px;
	position: absolute;
	z-index: -1;
	font-weight: bold;
	left: 0px;
	display: inline-block;
	top: 60px;
	line-height: normal;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.mobile .hero p.slogan { font-size:45px; line-height:58px;}
.hero .google-play {
	display: block;
	top: 240px;
	position: relative;
	left: 10px;
	width: 225px;
	height: 96px;
}
.hero .google-play img {
	position:absolute;
	width:200px;
	left:5px;
}

.hero .download-free {
	font-size: 24px;
	color: #fff;
	position: absolute;
	top: 200px;
	left: 10px;
}

#thephone {
	position: fixed;
	height: 445px;
	top: 375px;
	margin-top: -84px;
	left: 50%;
	margin-left: -480px;
	z-index: -1;
}

#thephone img {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: -1;
	width:250px;
}
img#mobile-guy {
	z-index: -1;
	position: absolute;
	width: 600px;
	margin-left: 50%;
	left: -300px;
	top: 0px;
}
#hero.premium {
	height:600px;
}
#hero.antiexploit {
	height:600px;
}
#hero.chameleon {
	height:400px;
}
#hero.fileassassin {
	height:400px;
}
#hero.regassassin {
	height:400px;
}
#hero.startuplite {
	height:400px;
}
#hero.chameleon .subtext {
	display: block;
position: absolute;
text-align: right;
right: 0px;
padding-top: 7px;
padding-bottom: 7px;
padding-left:10px;
padding-right:20px;
width: auto;
top:217px;
}
#hero.chameleon p.slogan {
	font-size:64px;
}
#overview {
	overflow: hidden;
	top: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#free-overview {
padding-top: 20px;
}
.arrow-down {
	margin-top:20px;
	padding-top: 0px !important;
	overflow:visible !important;
}
.arrow-down:before {
position: absolute;
top: -20px;
left: 0;
content: "";
width: 22%;
height: 20px;
background: #fff;
background: -webkit-linear-gradient(225deg, transparent 14px, #fff 0) top right;
background: linear-gradient(225deg, transparent 14px, #fff 0) top right;
-webkit-background-size: 100%,100%;
background-size: 100%,100%;
background-repeat: repeat-x,no-repeat;
}
.arrow-down:after {
position: absolute;
top: -20px;
right: 0;
content: "";
width: 78.5%;
height: 20px;
background: #fff;
background: -webkit-linear-gradient(315deg, transparent 14px, #fff 0) bottom right;
background: linear-gradient(135deg, transparent 14px, #fff 0) bottom right;
-webkit-background-size: 100%,100%;
background-size: 100%,100%;
background-repeat: repeat-x,no-repeat;
z-index: 0;
}
#overview.techbench {
	height:auto !important;
}
#overview.chameleon {
	height:auto!important;
	padding-bottom:20px;
}
#benefits {
	height:auto;
}

.container.fixed {
	position: relative;
}

#features {
	padding-top:20px;
}
#features h2, #features .span12 {
	padding-bottom:0px;
	margin-bottom:0px;
}
.item h2.big {
	font-family: 'Serifa', Helvetica, Arial, sans-serif;
}
#overview ul, #features ul, .downloads .item ul, .light-grey-bg li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.downloads .item ul {
	float:left;
	padding-top:15px;
	padding-bottom:15px;
	min-width:50%;
}

#overview li, #features li, .downloads .item li, .light-grey-bg li{
	padding-left: 25px;
	text-indent: -.7em;
	font-size: 14px;
	margin-left:0;
}

#overview li:before, #features li:before, .downloads .item li:before, .light-grey-bg li:before {
	content: "•";
	color: rgb(38,120,230);
	font-size: 18px;
	position: relative;
	left: -10px;
	top: 2px;
	line-height: 1;
}

#overview .span12 {
	margin-bottom: 0px;
}
#overview.securebackup {
	position:relative;
	height:inherit;
	padding-top:20px;
	padding-bottom:10px;
}
#overview.securebackup p {
	line-height:1.75;
	padding-bottom:20px;
}
#selectplan  .plan p {
	padding-left:20px;
	padding-right:20px;
}
section#overview.smallbusiness {
	height:auto !important;
}
.row.plans {
	padding-top:0px;
	margin-top:-20px;
}
.plans .plan {
	padding-top:10px;
	padding-bottom:25px;
}
.plan p.gb {
	font-size:26px;
	line-height:20px;
	padding-top:20px;
	margin-left:-3px;
}
.plan ul {
	padding-right:20px;
	font-size:12px;
	list-style:none;
	padding-left:20px;
}
.plan ul li {
	color: #fff;
	margin-left:0px;
	padding-left:0px;
	padding-top:15px;
}
.plan ul li:before {
	content:'•';
	font-size:15px;
	margin-right: 10px;
	height:100%;
	display:block;
	float:left;
	margin-top:-2px;
}
.plan p.gb .amount {
	font-size:60px;
	font-weight:500;
}
.plan.second {
	background-color: rgb(80,146,235);
}
.plan .greencta {
	margin:0px;
	font-size:14px;
	float:left;
	position:relative;
	left:-20px;
	top:12px;
	width:100px;
	-ms-box-shadow: 2px 2px 1px #333;
	-moz-box-shadow: 2px 2px 1px #333;
	-o-box-shadow: 2px 2px 1px #333;
	-webkit-box-shadow: 2px 2px 1px #333;
	box-shadow: 2px 2px 1px #333;
}
#tech-specs {
	background: #ebebeb;
	padding-top:20px;
	margin-top:-25px;
}

#learnmore {
	background: rgb(38,120,230);
	padding-top: 10px;
	padding-bottom: 0px;
	height: auto;
}

#learnmore p {
	font-size: 18px;
}

#learnmore p span.big {
	font-weight: bold;
}
#learnmore p span.big.normal {
	font-weight:normal !important;
}
#learnmore .greenbutton {
	margin-top: 15px;
}
#resources a {
	color:#333;
}
#resources a:hover {
	text-decoration:none;
	color: rgb(38,120,230);
}
table#comparison-chart {
	width:85%;
	margin:0 auto;
	margin-top:40px;
	border:1px solid #ccc;
	}

.blue-bg {
	background-color:rgb(28,120,230);
}
.black-bg { 
background-color:#000;
}
.light-grey-bg {
	background-color: rgb(235,235,235) !important;
}
table#comparison-chart td {
	border:1px solid #ccc;
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
	}
table#comparison-chart td.noborder {
	border:none !important;
}
table#comparison-chart td.chart-title p {
	font-size:24px;
}
.chart-title.checkcell {
	background-image:none !important;
}
#comparison-chart td.checkcell {
	width:24%;
}
#comparison-chart td.feature {
	width:50%;
}
#comparison-chart td img {
	float:left;
	padding:5px;
}
#comparison-chart td {
	vertical-align:middle;
}
.row.trial {
	padding-top:20px;
}
.checkcell {
	background-image:url(../images/free/grey-check.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.light-grey-bg.checkcell {
	background-image:url(../images/free/checkbox_06.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.xcell {

}
.checkcell.blue-bg {
	background-image:url(../images/free/blue-check.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.checkcell.black-bg {
	background-image:url(../images/free/checkbox_03.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#video {
	position: relative;
	padding-top: 0px;
	z-index: 0;
	height: 650px;
	overflow:hidden;
}

#video #youtube {
	width: 100%;
	height: 100%;
	display: inline-block;
	top: 0px;
}

#video iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -340px;
	margin-top: -210px;
}
.downloads .item {
	border:2px solid #ccc;
	height:300px;
	width:700px;
	display:block;
	margin:0 auto;
	overflow:hidden;
	margin-top:40px;
	margin-bottom:20px;
	position:relative;
}
.downloads h1 {
	font-weight:normal;
	color:#000;
	text-align:center;
	font-size:24px;
}
.downloads .item img {
	float:left;
	padding-right:20px;
}
.downloads .item h2 {
	margin-top:10px;
	font-family: 'Serifa', Helvetica, Arial, sans-serif;
}
.downloads .item .greencta {
	width: 155px;
display: block;
float: left;
margin-left: 0px;
margin-right: 15px;
margin-top: 10px;
position: Absolute;
bottom: 20px;
left: 200px;
	
}
.downloads .item .greycta {
float: left;
margin-top: 10px;
background: #ccc;
padding-top: 6px;
padding-bottom: 4px;
width: 150px !important;
position: absolute;
bottom: 20px;
left: 375px;
font-size:20px;
}
.downloads .item .type {
	width: auto;
font-size: 12px;
float: left;
color: rgb(157,157,157);
position: absolute;
bottom: 10px;
right: 10px;
}

#products {
	height:auto;
	margin-top:165px;
	float:left;
	padding-bottom:20px;
}
#wrapper.company h1{
	font-weight:normal;
	text-align:center;
	line-height:normal;
}
#wrapper.company p {
	line-height:1.75;
	padding-bottom:20px;
}
#wrapper.company section {
	padding-top:40px;
	padding-bottom:40px;
}
#wrapper.company .row.title {
	padding-bottom:0px;
}
#management-div p {
	transition:color ease-in-out 0.25s;
}
#management-div .row {
	margin-top:40px;
}
#management-div p.name {
	color:black;
	font-weight:bold;
	line-height:normal;
	padding-bottom:0px;
	font-size:16px;
}
#management-div p.position {
	font-weight:normal;
	line-height:normal;
	font-size:14px;
}
#management-div img.management {
	width:100%;
	transition: all ease-in-out 0.2s;
}
#management-div .span3 {
	overflow:visible;
	z-index:0;
	transition: all 0.2s;
}
#management-div .span3 .bio-box {
	position:absolute;
	width:100%;
	height:auto;
	top:-20px;
	left:-20px;
	z-index:-1;
	padding:20px;
	padding-top:155%;
	opacity:0;
	visibility: hidden\9;
	transition: all ease-in-out 0.2s;
}
#management-div .span3 .bio-box p {
	line-height:normal;
}
#management-div .span3:hover {
	z-index:2;
}
#management-div .span3:hover p {
	color:#fff;
}
#management-div .span3:hover .bio-box {
	visibility:visible;
	opacity:1;
}
#management-div .span3:hover img.management {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
	 filter:none; /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(0%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	
}
img#map {
	display:block;
	margin:0 auto;
	padding-top:40px;
	padding-bottom:40px;
}
#findus {
 width:300px;
    height:300px;
    padding:20px;
    position:absolute;
    margin-top:-180px;
    margin-left:-180px;
    left:25%;
    top:50%;
    box-shadow: 3px 3px 10px #000;
}
#findus h1 {
	text-align:left !important; font-weight:bold !important;
}
#contact2 {
	padding-top:0px !important;
}
/*legacy forms*/
input, select, textarea {
vertical-align: top;
font: 14px/18px Arial, Helvetica, sans-serif;
color: #666;
}
input, select, textarea {
vertical-align: top;
color: #666;
max-width: 385px;
}
	form#businessform {
clear: both;
border-radius: 5px;
border: 1px solid #9b9b9b;
background: #ececec;
padding: 15px 42px 35px;
width: 400px;
margin: 15px auto 75px auto;

}
#businessform .firsthalf {
margin-right: 20px;
}
#businessform .halfsize {
display: block;
float: left;
width:178px;
min-height:78px;
}
.halfsize .firsthalf {
	margin-right:10px;
}
.resellerform select {
float: left;
width: 200px;
margin: 5px 10px;
border: 1px solid #ccc;
padding-left: 0;
padding-right: 0;
}
#businessform label {
float: left;
font-size: 12px;
height: auto;
line-height: 14px;
margin: 10px 10px 0 10px;
width: auto;
width:100%;
max-width: 380px;
}
#businessform .halfsize label {
max-width: 178px;
margin-right: 0;
}
#businessform .halfsize input, #businessform select {
width: 178px;
margin-right: 0;
margin-left:10px;
}
#businessform h3 {
	width:100%;
	display:block;
	clear:both;
	margin-left:5px;
}
.resellerform input, .resellerform textarea, .resellerform select {
float: left;
width: 200px;
margin: 5px 10px;
border: 1px solid #ccc;
padding-left: 0;
padding-right: 0;
}
.resellerform input, .resellerform select {
height: 25px;
}
#businessform input, #businessform textarea, #businessform .chzn-container, #businessform .radio-buttons {
float: left;
clear: left;
width: 370px;
margin-top: 5px;
margin-bottom: 5px;
}
.chzn-container {
font-size: 13px;
position: relative;
display: inline-block;
zoom: 1;
margin-left:10px;
}
label {
	display:block;
}
input, textarea {
	margin-left:10px;
}
.halfsize label {
	width:100% !important;
	display:block;
}
#businessform .halfsize input, #businessform select {
width: 178px;
margin-right: 0;
}
#businessform input, #businessform textarea, #businessform .chzn-container, #businessform .radio-buttons {
float: left;
clear: left;
width: 380px;
margin-top: 5px;
margin-bottom: 5px;
}
#businessform .submit {
margin: 15px 10px;
height: 40px;
display:block;
}
#businessform label.error {
font-weight: bold;
color: #FF8080;
background: none;
margin-top: 0;
margin-bottom:5px;
}
form .error, form .chzn-container.error a.chzn-single, form .chzn-container.error .chzn-drop, form .chzn-container.error .chzn-choices {
border-color: #FF8080 !important;
background-color: #FFEEEE;
background-image: none;
}
#product-img {
	height:1000px; position:relative; overflow:hidden; background:transparent;
}
#product-img img {
	min-width:100%; position:fixed; bottom:0px; z-index:-1; top:-100px;
}
/*Slideshow*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
	cursor: ew-resize;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px;
}
/* fade */
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}

.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
	0% {
		opacity: 1;
	}
}

@-moz-keyframes empty {
	0% {
		opacity: 1;
	}
}

@keyframes empty {
	0% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes backSlideOut {
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
	}

	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
	}

	100% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
	}
}

@-moz-keyframes backSlideOut {
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px);
	}

	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%);
	}

	100% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%);
	}
}

@keyframes backSlideOut {
	25% {
		opacity: .5;
		transform: translateZ(-500px);
	}

	75% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%);
	}

	100% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%);
	}
}

@-webkit-keyframes backSlideIn {
	0%, 25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(200%);
	}

	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0);
	}
}

@-moz-keyframes backSlideIn {
	0%, 25% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(200%);
	}

	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateZ(0) translateX(0);
	}
}

@keyframes backSlideIn {
	0%, 25% {
		opacity: .5;
		transform: translateZ(-500px) translateX(200%);
	}

	75% {
		opacity: .5;
		transform: translateZ(-500px);
	}

	100% {
		opacity: 1;
		transform: translateZ(0) translateX(0);
	}
}

@-webkit-keyframes scaleToFade {
	to {
		opacity: 0;
		-webkit-transform: scale(.8);
	}
}

@-moz-keyframes scaleToFade {
	to {
		opacity: 0;
		-moz-transform: scale(.8);
	}
}

@keyframes scaleToFade {
	to {
		opacity: 0;
		transform: scale(.8);
	}
}

@-webkit-keyframes goDown {
	from {
		-webkit-transform: translateY(-100%);
	}
}

@-moz-keyframes goDown {
	from {
		-moz-transform: translateY(-100%);
	}
}

@keyframes goDown {
	from {
		transform: translateY(-100%);
	}
}

@-webkit-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-webkit-transform: scale(1.5);
	}
}

@-moz-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-moz-transform: scale(1.5);
	}
}

@keyframes scaleUpFrom {
	from {
		opacity: 0;
		transform: scale(1.5);
	}
}

@-webkit-keyframes scaleUpTo {
	to {
		opacity: 0;
		-webkit-transform: scale(1.5);
	}
}

@-moz-keyframes scaleUpTo {
	to {
		opacity: 0;
		-moz-transform: scale(1.5);
	}
}

@keyframes scaleUpTo {
	to {
		opacity: 0;
		transform: scale(1.5);
	}
}

.form-elem {
	display:block;
	float:left;
	position:relative;
	min-height:100px;
	width:25%;
}
.form-elem input, .form-elem textarea, .form-elem select {
	width:80%;
}
.form-elem .chzn-select {
	height:100px;
}
.form-elem label {
	padding-left:10px;
}
#b2b {
	padding-top:40px;
	padding-bottom:20px;
}
#b2b .greenbutton {
	margin-top:20px;
}
#testdrive {
	position:relative;
	right:20px;
	top:520px;
}
#testdrive p { 
text-align:right;
}
#testdrive p a {
	color:#fff;
	font-size:24px !important;
	background-image:url(../images/transparent-arrow.png);
	background-repeat:no-repeat;
	display:inline-block;
	width:145px;
	background-position: 0px 8px;
	background-position-y: 6px;
}
#testdrive p a:hover {
	text-decoration:none;
}
#lifehackerquote {
	padding-top:30px;
	padding-bottom:30px;
	background:rgb(37,37,37);
}
#lifehackerquote p {
	display: block;
float: left;
padding-top: 20px;
}
#lifehackerquote img {
	float:right;
}
#slideshow-container {
	position: relative;
	width: 100%;
	height: 620px;
	overflow: hidden;
	z-index: 0;
}

#slideshow {
	position: absolute;
	height: 600px;
	top: 40px;
	overflow: hidden;
	z-index: 1;
}

#slideshow div img {
	display: block;
	padding-top: 25px;
	margin: 0px auto;
	max-height: 420px;
	max-width: 600px;
width: auto;
height: auto;
}

.owl-item div {
	height: 100%;
}

#slideshow div p {
	margin-top: 80px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.owl-prev {
	position: absolute;
	top: 285px;
	height: 82px;
	width: 42px;
	display: block;
	margin-top: -41px;
	left: 5%;
	background: url(../images/arrow-left.png) no-repeat;
}

.owl-next {
	position: absolute;
	top: 285px;
	height: 82px;
	width: 42px;
	display: block;
	margin-top: -41px;
	right: 5%;
	background: url(../images/arrow-right.png) no-repeat;
}

.owl-pagination {
	position: relative;
	margin: 0px auto;
	top: -75px;
	display: inline-block;
	height: 20px;
}

.owl-page {
	width: 10px;
	height: 10px;
	background: #e4e4e4;
	border-radius: 5px;
	float: left;
	margin: 5px;
	display: block;
}

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

.owl-page.active {
	background: rgb(38,120,230);
}
/*small desktop*/
@media screen and (max-width: 1200px) {
	#product-img {
	height:560px; position:relative; overflow:hidden; background:transparent;
}
#product-img img {
	min-width:100%; position:fixed;  bottom:0px; z-index:-1; top:50px;
}
	#social .facebook {
		background: url(../images/footer-social1.jpg) no-repeat;
		background-position: 100px 0px;
	}

	#social .twitter {
		background: url(../images/footer-social1.jpg) no-repeat;
		background-position: -120px 0px;
		backgorund-position-x: -120px;
	}

	#social .youtube {
		background: url(../images/footer-social1.jpg) no-repeat;
		background-position: -290px 0px;
		backgorund-position-x: -290px;
	}

	#social .linkedin {
		background: url(../images/footer-social1.jpg) no-repeat;
		background-position: -455px 0px;
		backgorund-position-x: -455px;

	}

	#social .google {
		background: url(../images/footer-social1.jpg) no-repeat;
		background-position: -615px 0px;
		backgorund-position-x: -615px;
	}

	#subnav img {
		margin-top: -5px;
		width: 140px;
	}

	#subnav a.googleplay {
		width: 150px;
	}
	img#hero-img {
		left:-15%;
	}
	.hero h1 {
		font-size: 22px;
	}

	.hero p.slogan {
		font-size: 52px;
	}
	.home .hero p.slogan {
		font-size:52px;
	}

	.container.fixed {
		position: relative;
	}

	#overview h2 {
		line-height: 1;
	}

	#overview .row {
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
	}

	.big {
		font-size: 26px;
	}

	.medium {
		font-size: 16px;
	}

	#subnav {
		height: 65px;
		position: fixed;
		z-index: 9999;
		width: 100%;
		-webkit-box-shadow: 0px 4px 70px rgb(152,152,152);
		-moz-box-shadow: 0px 4px 70px rgb(152,152,152);
		-ms-box-shadow: 0px 4px 70px rgb(152,152,152);
		-o-box-shadow: 0px 4px 70px rgb(152,152,152);
		box-shadow: 0px 4px 70px rgb(152,152,152);
		display: none;
		
		
	}
	#hero { margin-top:84px; margin-top: 70px\9;}
#products {
	height:auto;
	margin-top:105px;
	float:left;
	padding-bottom:20px;
}
	#overview .container.fixed {
		position: relative;
		top: 0px;
	}
	
}

/*tablet*/
@media screen and (max-width: 992px) {
		#product-img {
	height:450px; position:relative; overflow:hidden; background:transparent;
}
#product-img img {
	min-width:100%; position:fixed; bottom: 0px; z-index:-1;
}
	.big {
		font-size: 24px;
	}
	.hiddenmobile {
		display:none !important;
	}
	.medium {
		font-size: 16px;
	}
	/*Header*/
	#headerbar {
		position: fixed;
		height: 64px;
	}
	#wrapper.company {
	margin-top:0px;
}
	#wrapper.company.careers {
		margin-top:55px;
	}

	.nav > li > a {
		color: #fff;
		padding: 8px 5px 20px 5px;
		margin-top: 16px;
		font-size:12px
		
	}
	.nav > li > ul > li > a {
		font-size:12px
		
	}

	.dropdown-menu {
		top: 58px;
	}

	a.navbar-brand img {
		height:47px;
		margin-top: 10px;
	}
	#slideshow {
		top: 60px;
	}

	.quotes img {
		height: 120px;
	}

	#subnav {
		top: 35px;
		opacity:0;
		transition: all ease-in-out 0.5s;
	}
	#subnav:hover, #headerbar:hover #subnav {
		top:86px;
		opacity:1;	
	}

	#subnav a.googleplay {
		width: 140px;
	}

	#subnav img {
		margin-top: -2px;
		width: 135px;
		padding-left: 0px;
	}

	#thephone img {
		position: absolute;
		right: 45px;
		top: 60px;
		z-index: -1;
	}

	#subnav p.medium {
		padding-top: 11px;
	}

	#subnav .download p {
		text-align: left;
	}

	#social .facebook {
		background: url(../images/footer-social1.jpg) no-repeat;
		background-position: 70px 0px;
	}

	#social .twitter {
		background: url(../images/footer-social1.jpg) no-repeat;
		background-position: -130px 0px;
		backgorund-position-x: -130px;
	}

	#social .youtube {
		background: url(../images/footer-social1.jpg) no-repeat;
		background-position: -300px 0px;
		backgorund-position-x: -300px;
	}

	#social .linkedin {
		background: url(../images/footer-social1.jpg) no-repeat;
		background-position: -470px 0px;
		backgorund-position-x: -470px;
	}

	#social .google {
		background: url(../images/footer-social1.jpg) no-repeat;
		background-position: -630px 0px;
		backgorund-position-x: -630px;
	}



	.hero-info .info-left {
		width: 100%;
		height: 400px;
	}


	.hero p.slogan {
		font-size: 40px;
		line-height: normal;
	}

	.hero .download-free {
		top: 200px;
		font-size: 24px;
		left: 5px; 
	}


	.hero .google-play img {
		position:absolute;
		width:200px;
		left:0px;
	}

	.container.fixed {
		position: absolute;
		margin-left: 50%;
		left: -372px;
		top: 0px;
	}

	#thephone {
		margin-left: -340px;
	}

	#overview h2 {
		line-height: normal;
	}
#free-overview {
padding-top: 20px;
}

	#slideshow {
		position: absolute;
		top: 60px;
		overflow: hidden;
		z-index: 0;
	}

	#slideshow div p {
		margin-top: 10px;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
	}

	.owl-pagination {
		position: relative;
		margin: 0px auto;
		top: -1px;
		display: inline-block;
		height: 20px;
	}
	a.greencta.upgrade {
		width:120px;
		font-size:18px;
	}
	a.greycta {
		width: 120px !important;
		font-size:18px;
	}
	#overview.enterprise {
		height:500px;
	}
	/*#keys { display: none; }*/
	#hero.chameleon p.slogan {
		font-size:55px;
	}
	#management-div .span3 .bio-box {
		padding-top:175%;
	}
	#subnav.company a {
		font-size:12px;
	}
	#products {
	height:auto;
	margin-top:105px;
	float:left;
	padding-bottom:20px;
}
	#productscolumn {margin-left:-80px;}
}

@media screen and (min-width: 1000px) and (min-height: 700px) {
	#headerbar {
		position: fixed;
	}

	#subnav {

		top: 89px;

	}
	#wrapper.company {
	margin-top:60px;
	}
	#wrapper.company.careers {
		margin-top:60px;
	}
	#overview .container.fixed {
		position: fixed;
		margin-left: 50%;
		left: -564px;
		top: 130px;
	}
	.fixed {
		position: fixed;
	}

	section#overview.premium {
		height:465px;
	}

	#slideshow-container .fixed {
		position: fixed;
		*position: relative;
		padding-top: 120px;
		z-index: 1;
	}

	#youtube.fixed {
		z-index: 0;
	}

	#video {
		z-index: 0;
		background-position: fixed;
		overflow:hidden;
	}

	#youtube.fixed iframe {
		margin-top: 0;
		top: 244px;
		z-index: -1;
	}

	.fixed .owl-prev, .fixed .owl-next {
		top: 410px;
	}
	#products {
	height:auto;
	margin-top:165px;
	float:left;
	padding-bottom:20px;
}
}
@media screen and (max-width: 1200px) and (min-height: 700px) {
	#overview .container.fixed {
		position: fixed;
		margin-left: 50%;
		left: -480px;
		top: 130px;
	}
	#products {
	height:auto;
	margin-top:165px;
	float:left;
	padding-bottom:20px;
}

}
@media screen and (max-width: 1200px) and (min-height: 700px) {
	#overview .container.fixed {
		position: relative;
		margin-left: auto;
		left: auto;
		top: auto;
	}

	
}

@media screen and (max-width: 1200px) and (max-height: 700px) {
	#products {
	height:auto;
	margin-top:165px;
	float:left;
	padding-bottom:20px;
}
section#release-history {
	height:auto;
	min-height:600px;
	padding-top:165px;
}
}
@media screen and (max-width: 992px) and (max-height: 700px) {
	#products {
	height:auto;
	margin-top:105px;
	float:left;
	padding-bottom:20px;
}
section#release-history {
	height:auto;
	min-height:600px;
	padding-top:105px;
}
}
@media screen and (max-width: 992px) and (min-height: 700px) {
	#products {
	height:auto;
	margin-top:105px;
	float:left;
	padding-bottom:20px;
}
section#release-history {
	height:auto;
	min-height:600px;
	padding-top:105px;
}
}
@media screen and (min-width: 1700px) {
			#product-img {
	height:1000px; position:relative; overflow:hidden; background:transparent;
}
#product-img img {
	width:100%; position:fixed; top:-40%; bottom:-20%; z-index:-1;
}
}
@media screen and (min-height: 1000px) {
	#product-img {
	height:1000px; position:relative; overflow:hidden; background:transparent;
}
	#product-img img {
	min-width:100%; position:fixed; bottom:0px; z-index:-1; top:0px;
	}
}
@media screen and (max-width: 799px) {
	#footer {
		position:static;
	}
	#seperator {
		height:0px;
	}
	#hero{
		margin-top: 35px\9;
	}
}
@media only screen and (max-device-width: 650px) {
	body {
		min-width:600px;
		overflow-x: hidden;
	}
	#footer {
		position:static;
	}
	#seperator {
		height:0px;
	}
	#subnav { 
	display:none !important;
	visiblity: hidden !important;
	z-index:-99 !important;
	}
	#hero{
		margin-top: 65px\9;
	}
	#headerbar {
		position: static;
		float:left;
	}
	#langbar {
		position:static;
		width:100%;
		float:left;
		display:block;
		min-width:768px;
	}
	#langbar .container {
		background: #333;
	}
	#hero {
		margin-top:65px;
	}
	#wrapper.company.careers {
		margin-top:0px;
	}
	
}
@media print {

#overview {
	display:block;
	position:relative;
	top:60px;
}
#subnav {
	top:0px;
	box-shadow:none !important;
	border-bottom: 2px solid rgb(38,120,230);
	display:block !important;
}
#hero, #headerbar, footer, nav, #video, #slideshow-container, #learnmore, .greycta, .greencta {
	
}
}
@media screen and (max-width: 1800px) {
	.arrow-down:before {
position: absolute;
top: -20px;
left: 0;
content: "";
width: 22%;
height: 20px;
background: #fff;
background: -webkit-linear-gradient(225deg, transparent 14px, #fff 0) top right;
background: linear-gradient(225deg, transparent 14px, #fff 0) top right;
-webkit-background-size: 100%,100%;
background-size: 100%,100%;
background-repeat: repeat-x,no-repeat;
}
.arrow-down:after {
position: absolute;
top: -20px;
right: 0;
content: "";
width: 78.5%;
height: 20px;
background: #fff;
background: -webkit-linear-gradient(315deg, transparent 14px, #fff 0) bottom right;
background: linear-gradient(135deg, transparent 14px, #fff 0) bottom right;
-webkit-background-size: 100%,100%;
background-size: 100%,100%;
background-repeat: repeat-x,no-repeat;
z-index: 0;
}
}
@media screen and (max-width: 1600px) {
	.arrow-down:before {
position: absolute;
top: -20px;
left: 0;
content: "";
width: 18%;
height: 20px;
background: #fff;
background: -webkit-linear-gradient(225deg, transparent 14px, #fff 0) top right;
background: linear-gradient(225deg, transparent 14px, #fff 0) top right;
-webkit-background-size: 100%,100%;
background-size: 100%,100%;
background-repeat: repeat-x,no-repeat;
}
.arrow-down:after {
position: absolute;
top: -20px;
right: 0;
content: "";
width: 82.5%;
height: 20px;
background: #fff;
background: -webkit-linear-gradient(315deg, transparent 14px, #fff 0) bottom right;
background: linear-gradient(135deg, transparent 14px, #fff 0) bottom right;
-webkit-background-size: 100%,100%;
background-size: 100%,100%;
background-repeat: repeat-x,no-repeat;
z-index: 0;
}
}
@media screen and (min-width: 1900px) {
	.arrow-down:before {
position: absolute;
top: -20px;
left: 0;
content: "";
width: 26%;
height: 20px;
background: #fff;
background: -webkit-linear-gradient(225deg, transparent 14px, #fff 0) top right;
background: linear-gradient(225deg, transparent 14px, #fff 0) top right;
-webkit-background-size: 100%,100%;
background-size: 100%,100%;
background-repeat: repeat-x,no-repeat;
}
.arrow-down:after {
position: absolute;
top: -20px;
right: 0;
content: "";
width: 74.5%;
height: 20px;
background: #fff;
background: -webkit-linear-gradient(315deg, transparent 14px, #fff 0) bottom right;
background: linear-gradient(135deg, transparent 14px, #fff 0) bottom right;
-webkit-background-size: 100%,100%;
background-size: 100%,100%;
background-repeat: repeat-x,no-repeat;
z-index: 0;
}
}