﻿/* main styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	overflow: visible;
	background-color:#dddddd;
}

.body {
	color: #666;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	max-width: 1730px;
	margin:0 auto;
}
.header {
	background: #dddddd;
	background: rgba(255, 255, 255, 0.95);
	left: 0;
	min-height: 100px;
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 1730px;
	z-index: 1000;
	right:0;
	margin:0 auto;
}
.header:after {
	background: url('../img/sprite.png') center -456px no-repeat;
	bottom: -40px;
	content: '';
	height: 40px;
	position: absolute;
	width: 100%;
	z-index: 1000;
}
.header-placeholder {
	margin: 0 auto;
	padding: 25px 30px 0 30px;
	max-width:1060px; width:100%;
}
.header-placeholder:after {
	content: '';
	clear: both;
	display: block;
	height: 0;
	width: 100%;
}
.header-placeholder:before {
	background: url('../img/itsechouse-logo.png') 0 0; /*logo*/
	content: '';
	float: left;
	height: 90px;
	width: 150px;
}
.header-placeholder1:before {
	background: url('../img/sprite.png') 0 0; /*logo*/
	content: '';
	float: right;
	height: 50px;
	width: 150px;
}
.header-nav {
	font-weight:500;
	padding-top:10px;
}
.header-nav li {
	display: inline-block;
	padding: 0 0 0 20px;
	vertical-align: middle;
}
.header-nav li:first-child {
	padding-left: 50px;
}

.header-nav-item {
	color: #004c7f;
	text-decoration: none;
}

.header-nav-item:hover {
	text-decoration: underline;
}

.header-nav-item.active {
	color: #666666;
}
.banner {
	margin: 0 auto;
	margin-top: 100px;
	text-align: center;
	width:100%;
	color:#fff;
	padding-bottom:100px;
}
.banner {
	background: url('../img/banner-background.jpg');
	min-height: 400px;
	margin-top: 100px;
	background-size: cover;
	background-position: center 0;
	background-repeat: no-repeat;
}
.banner-title {
	font-size: 52px;
	font-weight: 900;
	line-height: 52px;
	padding-top: 100px;
}
.banner-subtitle {
	font-size:36px;
	font-weight:900;
	padding-top:20px;
	line-height:30px;
}
.banner-compatibility {
	color: #eeeeee;
	display: block;
	font-size: 10px;
	line-height: 10px;
	padding-bottom:5px;
}

.banner-compatibility strong {
	color: #ffffff;
	font-weight: 500;
	margin: 0 2px;
}
.why {
	margin:0 auto;
	background-color:#FFFFFF;
}
.why-container {
	max-width:1060px; width:100%;
	margin:0 auto;
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
	overflow:hidden;
}
.why-title {
	font-size:32px;
	line-height:38px;
	font-weight:900;
	color:#e93846;
	width:100%;
	padding-bottom:15px;
}
.why-bullets-prev,
.why-bullets-next {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	top: -1px;
	position: relative;
	color: #004c7f;
	cursor: pointer;
}
.why-bullets-prev:hover,
.why-bullets-next:hover {
	color:#003A62;
}
.why-bullets-prev:after {
	background: url('../img/sprite.png') -152px -38px;
	content: '';
	display: inline-block;
	width: 10px;
	height: 7px;
	margin-left: 20px;
	position: relative;
	vertical-align: middle;
	top: -1px;
	margin-right: 10px;
}
.why-bullets-next:before {
	background: url('../img/sprite.png') -152px -47px;
	content: '';
	display: inline-block;
	width: 10px;
	height: 7px;
	margin-right: 20px;
	position: relative;
	vertical-align: middle;
	top: -1px;
	margin-left: 10px;
}
.why-bullets-item {
	border: 1px solid #004D7F;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 0 10px;
	width: 12px;
}
.why-bullets-item.selected,
.why-bullets-item:hover
 {
	background: #004D7F;
}
.why-placeholder {
	left: 0;
	overflow: hidden;
	position: relative;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 400%;
	margin-top:40px;
}
.why-item {
	width:25%;
	float:left;
}
.why-item-title {
	font-size:16px;
	color:#e93847;
}
.why-item-title:after {
	content:'';
	display:block;
	margin:25px auto;
	width:45px;
	border-bottom:1px solid #dddddd;
}
.why-item-description {
	width:90%;
	margin:0 auto;
}
.why-item-image-holder {
	margin-top:20px;
}
.why-item-image-large, .why-item-image-normal {
	max-width:100%; 
	margin: 0 auto;
}
.why-item-image-large {
	display:block;
}
.why-item-image-normal {
	display:none;
}
.benefits {
	width:100%;
	background-color:#f3f3f3;
}
.benefits-placeholder {
	max-width:1060px; width:100%;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
}
.benefits-title {
	font-size:32px;
	font-weight:900;
	width:60%;
	margin:0 auto;
	line-height:38px;
	color:#e93846;
}
.benefits-item  {
	width:33%; 
	display:inline-block; 
	cursor:pointer; 
	padding-bottom:30px; 
	border-bottom: 1px solid #DDD;
	padding-top:50px;
}
.benefits-item:hover, .benefits-item.selected {
	border-bottom: 1px solid #004D7F;
}
.benefits-item .benefits-image {
	background-image: url('../img/sprite.png'); 
	content: ''; 
	display: inline-block; 
	height: 95px; 
	margin-bottom: 10px; 
	width: 95px;   
}
/* IMAGE 1 */
.benefits-item.item1 .benefits-image {
	background-position: -171px 0;
}
.benefits-item.item1.selected .benefits-image, .benefits-item.item1.selected:hover .benefits-image {
	background-position: -365px 0;
}
.benefits-item.item1:hover .benefits-image {
	background-position: -268px 0;
}
/* IMAGE 2 */
.benefits-item.item2 .benefits-image {
	background-position: -462px 0;
}
.benefits-item.item2.selected .benefits-image,  .benefits-item.item2.selected:hover .benefits-image {
	background-position: -656px 0;
}
.benefits-item.item2:hover .benefits-image {
	background-position: -559px 0;
}
 /* IMAGE 3 */
.benefits-item.item3 .benefits-image {
	background-position: -753px 0;
}
.benefits-item.item3.selected .benefits-image,  .benefits-item.item3.selected:hover .benefits-image {
	background-position: -945px 0;
}
.benefits-item.item3:hover .benefits-image {
	background-position: -849px 0;
}
.benefits-item-title {
	color:#e93848;
	font-weight:500;
}
.benefits-item:hover .benefits-item-title, .benefits-item.selected .benefits-item-title {
	color:#222222;
}
.benefits-learnMore {
	color: #004D7F; 
	display: block; 
	font-size: 10px;
	padding-top:10px;
}
.benefits-learnMore:after {
	background-image: url('../img/sprite.png'); 
	content: ''; 
	display: inline-block; 
	height: 17px; 
	width: 17px;   
	background-position: 0 -52px;
	margin-left: 5px;
	top: -2px;
	position:relative;
	text-align: center;
	vertical-align: middle;
}
.benefits-item:hover .benefits-learnMore:after {
	background-position: -19px -52px;
}
.benefits-item.selected  .benefits-learnMore:after{
	background-position: -38px -52px;
}
.benefits-item:hover .benefits-learnMore {
	color:#003A62;
}
 .benefits-item.selected .benefits-learnMore {
	color:#aaaaaa;
 }
.benefits-description {
	text-align:center; 
	width:100%; 
	clear:both;
	padding-top:30px;
	display:none;
}
.benefits-description.selected {
	display:block;
}
.benefits-description-subtitle {
	color: #666; 
	font-size: 16px; 
	line-height: 21px;
}
.benefits-description-text {
	float:left; 
	width:50%; 
	padding-right: 40px;
}
.benefits-description-text-right{
	float:right; 
	width:50%; 
	padding-right: 40px;
}
.benefits-description-text-title {
	color: #e93846; 
	font-size: 16px; 
	line-height: 21px; 
	padding-top: 40px;
}
.benefits-description-text-title:after {
	background: none repeat scroll 0% 0% #DDD;
	content: "";
	display: block;
	height: 1px;
	margin: 20px auto;
	width: 50px;
}
.benefits-description-text-right ol {
	font-weight: 700; 
	padding-top: 20px;
}
.features {
	width:100%;
	background-color:#FFFFFF;
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
}
.features-container {
	max-width:1060px; width:100%;
	margin:0 auto;
	overflow:hidden;
}
.features-title {
	font-size:32px;
	font-weight:900;
	width:60%;
	margin:0 auto;
	line-height:38px;
	color: #e93846;
}
.features-placeholder {
	left: 0;
	overflow: hidden;
	position: relative;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 200%;
	margin-top:40px;
	margin-bottom:30px;
}
.features-item {
	width:50%;
	float:left;
}
.features-item-text {
	width:33%;
	display:inline-block;
	text-align:center;
	padding-left:50px;
	padding-right:50px;
	vertical-align:top;
	position:relative;
}
.features-item.item2 .features-item-text {
	width:49%;
}
.features-item-text:before {
	width:32px;
	height:32px;
	background-color: #969039;
	content:'1';
	display:block;
	margin:0 auto;
	border-radius:16px;
	text-align:center;
	color:#FFFFFF;
	font-size:21px;
	line-height:32px;
	font-weight:900;
	margin-bottom:24px;
}
.features-item-text.item1:before {
	content:'1';
}
.features-item-text.item2:before {
	content:'2';
}
.features-item-text.item3:before {
	content:'3';
}
.features-item-text.item4:before {
	content:'4';
}
.features-item-text.item5:before {
	content:'5';
}
.features-item-text:after {
	content:'';
	display:block;
	height:1px;
	width:45px;
	border-bottom:1px solid #dddddd;
	position:absolute;
	top:44px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}
.features-bullets-prev,
.features-bullets-next {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	top: -1px;
	position: relative;
	color: #004c7f;
	cursor: pointer;
}
.features-bullets-prev:after {
	background: url('../img/sprite.png') -152px -38px;
	content: '';
	display: inline-block;
	width: 10px;
	height: 7px;
	margin-left: 20px;
	position: relative;
	vertical-align: middle;
	top: -1px;
	margin-right: 10px;
}
.features-bullets-next:before {
	background: url('../img/sprite.png') -152px -47px;
	content: '';
	display: inline-block;
	width: 10px;
	height: 7px;
	margin-right: 20px;
	position: relative;
	vertical-align: middle;
	top: -1px;
	margin-left: 10px;
}
.features-bullets-item {
	border: 1px solid #004D7F;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 0 10px;
	width: 12px;
}
.features-bullets-item.selected,
.features-bullets-item:hover
 {
	background: #004D7F;
}
.antivirusNotEnough {
	background: #f3f3f3;
	padding: 40px 0;
	text-align: center;
}

.antivirusNotEnough-placeholder {
	margin: 0 auto;
	max-width: 1060px;
	width:100%;
}

.antivirusNotEnough-title {
	color: #e93846;
	font-size: 32px;
	font-weight: 900;
	line-height: 37px;
	padding-bottom: 20px;
}

.antivirusNotEnough-description {
	padding: 0 50px 50px 50px;
}
.antivirusNotEnough-subtitle {
	font-size:13px;
	line-height:16px;
	width:70%;
	margin:0 auto;
}
.antivirusNotEnough-description p:before {
	content:'';
	display:block;
	height:1px;
	width:80%;
	border-bottom:1px solid #dddddd;
	margin:25px auto;
}
.antivirusNotEnough-description p {
	color:#202020;
	padding-bottom: 10px;
}
.antivirusNotEnough-description p.strong {
	font-weight:700;
}
.antivirusNotEnough-sketch {
	background: url('../img/sprite.png') 0 -97px;
	margin: 0 auto;
	height: 152px;
	position: relative;
	width: 600px;
}

.antivirusNotEnough-sketch-standardAV {
	background: url('../img/sprite.png') -1041px 0;
	display: block;
	height: 113px;
	left: 200px;
	position: absolute;
	top: 26px;
	width: 98px;
	z-index: 4;
}

.antivirusNotEnough-sketch-standardAV:before {
	background: url('../img/sprite.png') -1141px 0;
	content: '';
	display: block;
	height: 50px;
	left: 40px;
	position: absolute;
	top: 20px;
	width: 50px;
}

.antivirusNotEnough-sketch-heimdalPro {
	background: url('../img/sprite.png') -1193px 0;
	display: block;
	height: 113px;
	left: 200px;
	position: absolute;
	top: 26px;
	width: 98px;
	z-index: 3;
}

.antivirusNotEnough-sketch-scan {
	background: url('../img/sprite.png') -1141px -52px;
	display: block;
	height: 51px;
	left: 280px;
	position: absolute;
	top: 55px;
	width: 51px;
	z-index: 4;
}

.antivirusNotEnough-sketch-pcOK {
	background: url('../img/sprite.png') -1293px 0;
	height: 56px;
	left: 115px;
	position: absolute;
	top: 38px;
	width: 70px;
	z-index: 2;
}

.antivirusNotEnough-sketch-scanOK {
	background: url('../img/sprite.png') -1293px -58px;
	height: 25px;
	left: 288px;
	position: absolute;
	top: 63px;
	width: 25px;
	z-index: 5;
}
.form-button {
	background: #e93848;
	color: #f5f5f5;
	display: inline-block;
	padding: 16px 20px;
	text-align: center;
	text-decoration: none;
	-moz-transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
	height: 50px;
	position: relative;
	border-radius:3px;
	margin-top: 25px;
	font-size:16px;
	margin-bottom:10px;
}
.fillingTheGap {
	background:#FFFFFF;
}
.fillingTheGap-placeholder {
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
	max-width: 1060px;
	width:100%;
}

.fillingTheGap-title {
	color: #e93846;
	font-size: 32px;
	font-weight: 900;
	line-height: 37px;
	padding-bottom: 20px;
}

.fillingTheGap-placeholder:after {
	background: url('../img/sprite.png') -602px -115px;
	content: '';
	display: block;
	height: 339px;
	margin: 50px auto 0 auto;
	width: 674px;
}
.fillingTheGap-mobile {
	display:none;
}
.testimonials {
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 0;
	position: relative;
	text-align: center;
	background: #f3f3f3;
}

.testimonials-title {
	color: #e93846;
	font-size: 32px;
	font-weight: 900;
	line-height: 37px;
	padding-bottom: 20px;
}
.testimonials-subtitle {
	padding-bottom:20px;
}
.testimonials-placeholder {
	left: 0;
	position: relative;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 300%;
	margin-top:20px;
	overflow:hidden;
}

.testimonials-item {
	float: left;
	padding-bottom: 40px;
	width: 33.33%;
}

.testimonials-item:before {
	background-image: url('../img/sprite.png');
	content: '';
	display: block;
	height: 180px;
	margin: 0 auto;
	width: 181px;
}

.testimonials-item.item1:before {
	background-position: 0 -251px;
}

.testimonials-item.item2:before {
	background-position: -183px -251px;
}

.testimonials-item.item3:before {
	background-position: -366px -251px;
}
.testimonials-item-title {
	color: #666666;
	display: block;
	font-size: 21px;
	line-height: 26px;
	padding: 20px 0;
}

.testimonials-item-title strong {
	color: #666;
}

.testimonials-item p {
	font-style: italic;
	font-size:16px;
	line-height: 19px;
	color: #202020;
}

.testimonials-prev,
.testimonials-next {
	background: #004D7F;
	border-radius: 11px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 15px;
	height: 22px;
	left: 50%;
	line-height: 19px;
	margin-left: 5px;
	position: absolute;
	text-align: center;
	top: 210px;
	width: 22px;
}

.testimonials-prev {
	margin-left: -140px;
}

.testimonials-next {
	margin-left: 110px;
}

.testimonials-next:before {
	content: '›';
}

.testimonials-prev:before {
	content: '‹';
}

.testimonials-prev:hover,
.testimonials-next:hover {
	background: #003A62;
}
.testimonials-bullets-prev,
.testimonials-bullets-next {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	top: -1px;
	position: relative;
	color: #004c7f;
	cursor:pointer;
}
.testimonials-bullets-prev:hover,
.testimonials-bullets-next:hover {
	color:#003A62;
}
.testimonials-bullets-prev:after {
	background: url('../img/sprite.png') -152px -38px;
	content: '';
	display: inline-block;
	width: 10px;
	height: 7px;
	margin-left: 20px;
	position: relative;
	vertical-align: middle;
	top: -1px;
	margin-right: 10px;
}
.testimonials-bullets-next:before {
	background: url('../img/sprite.png') -152px -47px;
	content: '';
	display: inline-block;
	width: 10px;
	height: 7px;
	margin-right: 20px;
	position: relative;
	vertical-align: middle;
	top: -1px;
	margin-left: 10px;
}
.testimonials-bullets-item {
	border: 1px solid #004D7F;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 0 5px;
	width: 12px;
}

.testimonials-bullets-item.selected,
.testimonials-bullets-item:hover
 {
	background: #004D7F;
}
.belowTestimonials {
	background: #FFFFFF;
	/*min-height:220px;*/
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
	position:relative;
}
.belowTestimonials:after {
	content:'';
	height:76px;
	border-left:1px solid #dddddd;
	position:absolute;
	left:0%;
	right:0;
	margin-left:auto;
	margin-right:auto;
	width:1px;
}
.belowTestimonials-title {
	
	padding-bottom:40px;
	text-transform:uppercase;
	font-size:16px;
	color:#212121;
	letter-spacing: -0.25px;
}
.belowTestimonials-number {
	font-weight:700;
	font-size: 32px;
	color: #6c7d8c;
}
.belowTestimonials-number#number-right {
	color:#ff7f00;
}
.belowTestimonials-left {
	margin: 0 auto;
	display:inline-block;
	padding-right:20px;
	width:30%;
}
.belowTestimonials-right {
	margin: 0 auto;
	display:inline-block;
	padding-left:20px;
	width:30%;
}
.footer {
	min-height: 470px;
	width: 100%;
	background: #7a8ba5;
	position:relative;
	color:#002943;
	text-align:center;
	padding-bottom:90px;
}
.footer-container {
	max-width:1060px; width:100%;
	margin:0 auto;
	padding-left:50px;
	padding-right:50px;
}
.footer-top {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 75px 500px 0 500px;
	border-color: #ffffff transparent transparent transparent;
	content:'';
}
.footer-top:after {
	background:url('../img/sprite.png') -1293px -87px;
	width:125px;
	height:143px;
	content:'';
	position:absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	top:0;
}
.footer-title {
	padding-top:120px;
	padding-bottom:30px;
	font-size: 32px;
	font-weight:900;
	line-height:40px;
	margin:0 auto;
}
.footer-description {
	font-size: 16px;
	width:50%;
	float:left;
	line-height:20px;
	padding-bottom:25px;
	text-align:left;
	padding-left: 30px;
	padding-right: 30px;
}
.footer-description strong {
	font-weight:900;
}
.footer-description a {
	font-weight:900;
	color:#ffffff;
	text-decoration:none;
}
.footer-description a:hover {
	text-decoration:underline;
}
.form-button:hover {
	background: #ff0000;
}
#body-button {
	margin-bottom:0;
	padding: 16px 50px;
}
.request {
	background: url('../img/forms-background.jpg');
	min-height: 198px;
	background-size: cover;
	background-position: center 0;
	background-repeat: no-repeat;
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
}
.request-title {
	font-size:32px;
	font-weight:900;
	color:#FFFFFF;
}
.separator {
	clear: both;
	content: '';
	cursor: pointer;
	display: block;
	height: 0px;
	position: relative;
	width: 100%;
}
.separator.grey {
	border-bottom:1px solid #dddddd;
}
.separator:before {
	background: url('../img/sprite.png');
	background-position:  -152px 0;
	bottom: -8px;
	content: '';
	display: block;
	left: 50%;
	margin-left: -9px;
	position: absolute;
	z-index: 500;
	width: 17px;
    height: 17px;
}
.separator:hover:before {
	background-position: -152px -19px;
}
.clear {
	clear: both;
	height: 0;
	width: 100%;
}
.form-container {
	display:none;
	padding-bottom:10px;
	padding-top:10px;
	position:relative;
	width:100%;
	margin:0 auto;
}
.no-link {
	margin: 20px auto;
	font-size: 21px;
	line-height: 25px;
	color:#FFFFFF;
}
input[type="text"] {
	display:block;
	margin:10px auto;
	width:100%;
	max-width:400px;
	font-family:'Roboto';
	padding: 20px;
	border:none;
	border-radius:3px;
	color:#002c4b;
	-webkit-box-shadow:inset 10px 0 10px -10px #002c4b, inset 0 10px 10px -10px #002c4b;
       -moz-box-shadow:inset 10px 0 10px -10px #002c4b, inset 0 10px 10px -10px #002c4b;
            box-shadow:inset 10px 0 10px -10px #002c4b, inset 0 10px 10px -10px #002c4b;
}
input[type="text"]:focus {
	border-color: rgba(170, 170, 170, 0.8);
	box-shadow: 0 1px 1px rgba(170, 170, 170, 0.075) inset, 0 0 8px rgba(170, 170, 170, 0.6);
	outline: 0 none;
}
input[type="submit"] {
	background: #e93848;
	color: #f5f5f5;
	display: inline-block;
	padding: 16px 20px;
	text-align: center;
	text-decoration: none;
	-moz-transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
	position: relative;
	border-radius: 3px;
	font-size: 16px;
	margin-bottom: 10px;
	border: none;
	max-width: 210px;
	width: 50%;
	cursor: pointer;
	margin-right: 5px;
	margin-left: 5px;
}
.cancel-button {
	background:#AAAAAA !important;
}
.cancel-button:hover {
	background:#666666 !important;
}
input[type="text"].error, input[type="text"]:focus.error {
	border-color: rgba(255, 0, 0, 0.8);
	background-color:#e93848;
	outline: 0 none;
	color: #FFFFFF;
}
input[type="submit"]:hover {
	background: #ff0000;
}
/* loading */
#loading {
	background: #fff;
	height: 100%;
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3000;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#loading:before {
	content: url('../img/heimdal-logo.png');
	left: 50%;
	margin: -35px 0 0 -103px;
	position: absolute;
	top: 50%;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#loading.done {
	opacity: 0;
}

#loading.done:before {
	top: -50%;
}
/* animations */
/*.banner, .why {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}*/
.banner-title, .banner-subtitle, .button-container, .banner-compatibility, .why-title, .why-bullets, .why-placeholder, .request-title, .benefits-title, .benefits-item, .benefits-description, .features-title, .features-placeholder, .antivirusNotEnough-title, .antivirusNotEnough-subtitle, .antivirusNotEnough-description p, .fillingTheGap-title, .fillingTheGap-description, .fillingTheGap-placeholder:after, .testimonials-title, .testimonials-placeholder, .testimonials-prev, .testimonials-next, .testimonials-bullets, .footer-top:after, .footer-container {
	-webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: linear; 
    animation-timing-function: linear; 
}
.visible .banner-title, .visible .banner-subtitle, .visible .why-title, .visible .why-bullets, .visible .request-title, .visible .benefits-title, .visible .features-title, .visible .antivirusNotEnough-title, .visible .antivirusNotEnough-subtitle, .visible .fillingTheGap-title, .visible .testimonials-title {
	-webkit-animation-name: fadeInDown; 
    animation-name: fadeInDown; 
}
.visible .button-container, .visible .why-placeholder, .visible .benefits-item.item1, .visible .benefits-description, .visible .features-placeholder, .visible .antivirusNotEnough-description p, .visible .fillingTheGap-description, .visible .fillingTheGap-placeholder:after, .visible .testimonials-placeholder, .visible .testimonials-prev, .visible .testimonials-next, .visible .testimonials-bullets, .visible .footer-top:after, .visible .footer-container {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
/*.visible .banner-compatibility:nth-of-type(1), .visible .benefits-item.item2 {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.visible .banner-compatibility:nth-of-type(2), .visible .benefits-item.item3 {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}*/
.antivirusNotEnough-sketch-heimdalPro, .antivirusNotEnough-sketch-scanOK, .antivirusNotEnough-sketch-pcOK, .antivirusNotEnough-sketch-standardAV, .antivirusNotEnough-sketch-standardAV:before {
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	transition: all 2s;
}

.antivirusNotEnough-sketch-standardAV:before {
	opacity: 0;
}

.antivirusNotEnough-sketch-heimdalPro {
	opacity: 0;
}

.antivirusNotEnough-sketch-scanOK {
	opacity: 0;
}

.antivirusNotEnough-sketch-pcOK {
	opacity: 0;
}

.visible .antivirusNotEnough-sketch-heimdalPro {
	opacity: 1;
}

.visible .antivirusNotEnough-sketch-scanOK {
	opacity: 1;
}

.visible .antivirusNotEnough-sketch-pcOK {
	opacity: 1;
}

.visible .antivirusNotEnough-sketch-standardAV {
	left: 0;
}

.visible .antivirusNotEnough-sketch-standardAV:before {
	opacity: 1;
}

.replay .antivirusNotEnough-sketch-heimdalPro {
	opacity: 0;

}

.replay .antivirusNotEnough-sketch-scanOK {
	opacity: 0;

}

.replay .antivirusNotEnough-sketch-pcOK {
	opacity: 0;

}

.replay .antivirusNotEnough-sketch-standardAV {
	left: 200px;
}

.replay .antivirusNotEnough-sketch-standardAV:before {
	opacity: 0;
}
@-webkit-keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(100px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        transform: translateY(100px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
@-webkit-keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(-100px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        transform: translateY(-50px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
@-webkit-keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(-100px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        transform: translateX(-100px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
@-webkit-keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(100px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        transform: translateX(100px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
/* responsive */
@media (max-width: 1028px) {
	.header {
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
		padding-bottom: 25px;
	}

	.header-placeholder {
		width: 100%;
	}

	.header-nav {
		clear: both;
		height: 0;
		overflow: hidden;
		padding-top: 0;
		top: 0 !important;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}

	.header-nav.visible {
		height: 220px;
	}

	.header-nav li, .header-nav li:last-child, .header-nav li:first-child {
		padding: 0;
		width: 100%;
		text-align:center;
	}
	.header-nav li a {
		display: block;
		padding: 5px 0;
		
	}
	.header:after {
		background-position: -1365px 0;
		bottom: auto;
		content: '';
		font-size: 60px;
		height: 45px;
		line-height: 40px;
		position: absolute;
		right: 30px;
		top: 25px;
		width: 42px;
		cursor:pointer;
	}
	.header:hover:after, .header.open:after {
		background-position: -1409px 0;
	}
	.banner {
		padding-left:30px;
		padding-right:30px;
	}
}
@media (max-width: 749px) {
	body {
		min-width: 320px;
	}
	.banner-title {
		font-size:36px;
		line-height:36px;
		padding-top:50px;
	}
	.banner {
		padding-bottom:50px;
		min-height:300px;
	}
	.banner-subtitle {
		font-size:24px;
	}
	.why {
		padding-left:30px;
		padding-right:30px;
	}
	.why-title {
		font-size:24px;
		line-height:26px;
	}
	.why-bullets-prev, .why-bullets-next {
		display:none;
	}
	.why-item-image-large {
	display:none;
	}
	.why-item-image-normal {
		display:block;
	}
	.request {
		padding-left:30px;
		padding-right:30px;
	}
	.request-title {
		font-size:24px;
		line-height:26px;
	}
	.benefits {
		padding-left:30px;
		padding-right:30px;
	}
	.benefits-title {
		width:100%;
		font-size:24px;
		line-height:26px;
	}
	.benefits-item {
		display:inline-block;
		width:30%;
	}
	.benefits-item .benefits-image, .benefits-item .benefits-learnMore {
		display:none;
	}
	.benefits-item:hover {
		border-bottom: 1px solid #003a62;
	}
	.benefits-item.selected {
		border-bottom: 1px solid #92b6cb;
	}
	.benefits-description-text, .benefits-description-text-right  {
		width:100%;
		padding:0;
	}
	.features {
		padding-left:30px;
		padding-right:30px;
	}
	.features-title {
		font-size:24px;
		line-height:26px;
		width:100%;
	}
	.features-item-text, .features-item.item2 .features-item-text {
		width:100%;
		display:block;
		padding-bottom:20px;
		padding-left:0;
		padding-right:0;
	}
	.antivirusNotEnough-title {
		padding-left:30px;
		padding-right:30px;
		font-size:24px;
		line-height:26px;
	}
	.antivirusNotEnough-subtitle {
		padding-left:30px;
		padding-right:30px;
		width:100%;
	}
	.antivirusNotEnough-description p {
		padding-left:30px;
		padding-right:30px;
	}
	.features-bullets-prev, .features-bullets-next {
		display:none;
	}
	.fillingTheGap {
		padding-left:30px;
		padding-right:30px;
	}
	.fillingTheGap-placeholder {
		padding-bottom: 50px;
	}

	.fillingTheGap-placeholder:after {
		display: none;
	}
	.fillingTheGap-mobile {
		display:block;
		padding-top:30px;
		width:100%;
	}
	.fillingTheGap-mobile-image {
		max-width:100%;
		margin:0 auto;
	}
	.testimonials-title {
		font-size:24px;
		line-height:26px;
		padding-left:30px;
		padding-right:30px;
	}
	.testimonials-item {
		padding-left:30px;
		padding-right:30px;
	}
	.testimonials-bullets-prev, .testimonials-bullets-next {
		display:none;
	}
	.antivirusNotEnough-description {
		padding: 0 0 50px 0;
	}

	.antivirusNotEnough-sketch {
		width: 280px;
	}
	.antivirusNotEnough-sketch-scan {
		background: url('../img/sprite.png') -1141px -52px;
		display: block;
		height: 51px;
		position: absolute;
		width: 51px;
		z-index: 4;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		bottom: -25px;
		top:auto;
	}
	.antivirusNotEnough-sketch-scanOK {
		background: url('../img/sprite.png') -1293px -58px;
		height: 25px;
		/* left: 288px; */
		position: absolute;
		top: auto;
		width: 25px;
		z-index: 5;
		left: -10px;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		bottom: -6px;
	}
	.belowTestimonials-left, .belowTestimonials-right {
		padding: 0;
		display: block;
		width: 100%;
	}
	.belowTestimonials-title {
		padding-bottom:20px;
	}
	.belowTestimonials-number {
		padding-bottom:20px;
	}
	.belowTestimonials:after {
		display:none;
	}
	.belowTestimonials-left:after {
		content: '';
		width: 76px;
		border-bottom: 1px solid #dddddd;
		position: absolute;
		left: 0%;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		height: 1px;
	}
	.belowTestimonials-right {
		padding-top:20px;
	}
	.footer {
		padding-bottom:20px;
	}
	.footer-title {
		padding-top:70px;
		font-size:24px;
		line-height:26px;
	}
	.footer-container {
		padding-left:30px;
		padding-right:30px;
	}
	.footer-description {
		padding-left:0;
		padding-right:0;
		width:100%;
		display:block;
		text-align:justify;
	}
	.form-button {
		font-size:13px;
		height:auto;
	}
	input[type="text"] {
		max-width:250px;
	}
	input[type="submit"] {
		width:100%;
		max-width:250px;
		display:block;
		margin:10px auto;
	}
}
@media (max-width: 360px) {
	input[type="text"] {
		max-width:200px;
	}
	input[type="submit"] {
		width:100%;
		max-width:200px;
		display:block;
		margin:10px auto;
	}
}