@font-face {
	font-family: 'Major Snafu';
	src: url('../fonts/MajorSnafu.eot');
	src: url('../fonts/MajorSnafu.eot?#iefix') format('embedded-opentype'),
	url('../fonts/MajorSnafu.woff2') format('woff2'),
	url('../fonts/MajorSnafu.woff') format('woff'),
	url('../fonts/MajorSnafu.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir Next LT Pro';
	src: url('../fonts/AvenirNextLTPro-Regular.eot');
	src: url('../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
	url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'),
	url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir Next LT Heavy';
	src: url('../fonts/AvenirNextLTPro-Heavy.eot');
	src: url('../fonts/AvenirNextLTPro-Heavy.eot?#iefix') format('embedded-opentype'),
	url('../fonts/AvenirNextLTPro-Heavy.woff2') format('woff2'),
	url('../fonts/AvenirNextLTPro-Heavy.woff') format('woff'),
	url('../fonts/AvenirNextLTPro-Heavy.ttf') format('truetype'),
	url('../fonts/AvenirNextLTPro-Heavy.svg#AvenirNextLTPro-Heavy') format('svg');
	font-weight: 900;
	font-style: normal;
}

body {
	font-family: 'Avenir Next LT Pro', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	overflow-x: hidden;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	font-family: 'Major Snafu';
	font-weight: normal;
	font-style: normal;
}

section {
	float: left;
	width: 100%;
}

.logo {
	float: left;
	width: 100%;
	padding: 15px 0 0;
	z-index: 20;
	position: relative;
/* 	margin-top: 11px; */
}

.logo-chip {
	background: white;
	position: absolute;
	z-index: 11;
	top: -462px;
	left: -339%;
	width: 834%;
	height: 590px;
	transform: rotate(160deg);
}

header {
	background: black;
	position: fixed;
	float: left;
	width: 100%;
	overflow: hidden;
	z-index: 99;
}

a:hover {
	text-decoration: none;
}

.menu-link {
	float: right;
	margin-bottom: -55px;
	color: white;
	margin-top: 20px;
	position: relative;
	right: -15px;
	z-index: 99999999;
	font-size: 25px;
}

.menu-link:hover {
	cursor: pointer;
}

.hero {
	overflow: hidden;
	float: left;
	width: 100%;
	margin-top: 85px;
	background-color: #dc291e;
	background-image: -webkit-linear-gradient(285deg, #dc291e 55%, #000000 35%);
	background-image: -ms-linear-gradient(285deg, #dc291e 55%, #000000 35%);
	padding-bottom:245px;
}

.hero h1 span {
	letter-spacing: 5.3px;
}
.hero .videoOuter{
	max-width:714px;
	width:100%;
	margin:70px auto 0;
}
.hero .videoOuter iframe{
	min-height:404px;
	width:100%;
	border:0;
}

.red-dia, .black-dia {
	float: left;
	width: 150%;
	position: absolute;
	z-index: -10;
	left: -42%;
	transform: rotate(-20deg);
}

.red-dia {
	background: #dc291e;
	height: 580px;
}

.black-dia {
	background: black;
	height: 600px;
	left: 0;
	top: 420px;
}

.header-block {
	background: #dc291e;
	height: 168%;
	width: 60px;
	float: left;
	bottom: -55px;
	left: -203px;
	width: 175%;
	position: absolute;
	transform: rotate(-20deg);
	z-index: 15;
	border-top: 10px solid #dc291e;
}

.countdown {
	float: left;
	width: 100%;
	background: #4d4d4d;
	color: white;
	font-family: 'Major Snafu';
	text-align: right;
}

.countdown p {
	margin: 5px 0;
}

.countdown span {
	color: #dc291e;
}

h1, .h1 {
	color: black;
	font-size: 120px;
	line-height: 0.8;
	text-align: center;
}
.sec-es-head{
	font-size: 85px;
}
.sec-fr-head{
	font-size: 85px;
	line-height: 0.9;
}
.sec-it-head{
	font-size: 90px;
}

.sec-nl-head{
	font-size: 90px;
}

.sec-de-head{
	font-size: 96px;
}

h1 span, .h1 span {
	color: white;
	float: left;
	width: 100%;
}

h2, .h2 {
}

h3, .h3 {
	color: white;
	font-size: 38px;
}

h3 span, .h3 span {
	color: #dc291e;
}

p {
	font-size: 18px;
	float: left;
	width: 100%;
	line-height: 24px;
}

.button {
	color: black;
	float: left;
	width: auto;
	font-family: 'Major Snafu';
	background: #dc291e;
	padding: 5px 10px;
	position: relative;
	bottom: 60px;
	left: 52%;
}

.button:hover, .button:active {
	color: white;
}

.button:before {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 35px solid #dc291e;
	border-left: 30px solid transparent;
	float: left;
	left: -30px;
	position: absolute;
	bottom: 0;
}

.button:after {
	content: '';
	width: 5px;
	height: 10px;
	border-top: 36px solid #dc291e;
	border-right: 30px solid transparent;
	position: absolute;
	bottom: 0;
	left: 138px;
}

.button-7:after {
	left: 184px;
}

.button-9:after {
	left: 150px;
}

.button-3:after {
	left: 226px;
}

.button-10:after {
	left: 203px;
}
.button-26:after {
	left: 218px;
}
.secure-hdd .greyed-l-bg{
	height:460px;
}
.executive-secure-hard .greyed-l-bg{
	height:505px;
}
.keypadsecure .greyed-r-bg{
	height:472px;
}
.keypadsecureTwo .greyed-l-bg{
	height:418px;
}
.secure-hdd .button {
	bottom: 134px;
}

.secure-ssd .button {
	bottom: 180px;
}

.encrypted-usb .button {
	bottom: 68px;
}

.encrypted-usb .greyed-r-bg {
	height: 420px;
}

.best-protection .button {
	bottom: 120px;
}

.best-protection .greyed-r-bg {
	height: 455px;
	margin-top: 0;
}

.optical .button {
	bottom: 190px;
	left: 325px;
}

.optical .greyed-l-bg {
	height: 398px;
}

.secure-bags .button {
	bottom: 130px;
}

.strip {
	height: 4px;
	width: 100%;
	float: left;
	background: #dc291e;
	margin-bottom: 15px;
}

.strip-black {
	height: 4px;
	width: 100%;
	float: left;
	background: #000000;
	margin-bottom: 15px;
}

.greyed-l, .greyed-r {
	float: left;
	width: 100%;
	margin: 30px 0;
}

.greyed-r-bg, .greyed-l-bg {
	height: 390px;
	float: left;
	width: 100%;
	position: absolute;
	left: 0;
	margin-top: 30px;
}

.greyed-l-bg-esssdht{
	height:410px;
}

.greyed-r-bg {
	background-color: #e6e6e6;
	background-image: -webkit-linear-gradient(286deg, #e6e6e6 55%, #DEDEDE 35%);
	background-image: -ms-linear-gradient(286deg, #e6e6e6 55%, #DEDEDE 35%);
}

.greyed-l-bg {
	background-color: #e6e6e6;
	background-image: -webkit-linear-gradient(257deg, #e6e6e6 55%, #DEDEDE 35%);
	background-image: -ms-linear-gradient(257deg, #e6e6e6 55%, #DEDEDE 35%);
}

.greyed-l h3, .greyed-r h3, .best-practice h3 {
	color: black;
}
.sec-ssd-es{
	margin-top: 12px;
}

.greyed-l h3, .greyed-r h3 {
	margin-bottom: 0;
}

.sec-hdd-es{
	line-height: 1.2;
	margin-top:18px;
}

.greyed-l h4, .greyed-r h4 {
	color: #4d4d4d;
	font-size: 34px;
	margin-top: 0px;
	margin-bottom: 0;
	float: left;
}

.r-content h3, .r-content h4, .l-content h3, .l-content h4{
	line-height:37px;
}

.sec-hdd2-es{
	line-height: 1;
	margin-top: -4px;
}
.sec-ssd2-es{
	line-height: 1.1;
}

.disc-it-head{
	margin-top: 0px;
}

ul {
	float: left;
}

.best-protection h3 span {
	float: left;
	width: 100%;
	margin-top: 0;
}

.disc-it-head-span{
	line-height: 1.0;
}

.best-protection p {
	float: left;
	width: 100%;
	margin: 5px 0;
}

.blacked {
	background: #000;
	color: white;
	float: left;
	width: 100%;
	margin: 30px 0;
	padding-bottom: 30px;
}

.blacked h3 span {
	color: #dc291e;
}

.padded {
	padding: 10px 70px 70px 70px;
}

.grab {
	float: left;
	width: 100%;
	color: white;
	text-align: center;
	padding: 15px;
	min-height: 285px;
}

.black-bg {
	background-color: #000;
	background-image: -webkit-linear-gradient(290deg, #000 69%, #2a2626 35%);
	background-image: -ms-linear-gradient(290deg, #000 69%, #2a2626 35%);
}

.red-bg {
	background-color: #dc291e;
	background-image: -webkit-linear-gradient(290deg, #dc291e 69%, #c52016 35%);
	background-image: -ms-linear-gradient(290deg, #dc291e 69%, #c52016 35%);
}

.grey-bg {
	background-color: #4d4d4d;
	background-image: -webkit-linear-gradient(290deg, #4d4d4d 69%, #353434 35%);
	background-image: -ms-linear-gradient(290deg, #4d4d4d 69%, #353434 35%);
}

.grab h1 {
	color: white;
	margin: 0;
}

#triangle-bottomright {
	width: 0;
	height: 0;
	border-bottom: 100px solid black;
	border-left: 100px solid transparent;
}

.on-the-move {
	background: #000;
	color: white;
	padding-bottom: 60px;
}

.backing-up p, .on-the-move p {
	font-family: 'Avenir Next LT Pro', sans-serif;
	font-weight: 500;
	font-size: 18px;
	margin: 5px 0;
}

.backing-up ul {
	font-family: 'Avenir Next LT Pro', sans-serif;
}

.backing-up p span {
	color: #dc291e;
}

.on-the-move h3, .backing-up h3 {
	margin-bottom: 0;
}

.on-the-move .strip {
	margin-top: 15px;
}

figure {
	background: white;
	float: left;
	width: 100%;
	min-height: 212px;
	padding: 25px 0;
}

figure svg {
	float: left;
	width: 100%;
}

footer {
	float: left;
	width: 100%;
	background: #4d4d4d;
	color: white;
	max-height: 270px;
	overflow: hidden;
}

footer .copy {
	padding: 70px 0;
}

footer .copy img {
	margin-bottom: 15px;
}

footer p {
	font-size: 11px;
	margin: 0;
	padding-right: 80px;
	line-height:20px;
}

footer a {
	color: white;
}

footer a:hover, footer a:active {
	color: #dc291e;
}

.footer-logo {
	position: relative;
	z-index: 100000;
	padding: 60px;
	/* float: right; */
	margin-top: 40px;
	right: -190px;
}

.footer-wedge {
	height: 822px;
	background: white;
	position: relative;
	top: -270px;
	right: -400px;
	float: right;
	z-index: 1000;
	width: 82%;
	transform: rotate(150deg);
	border-bottom: 10px solid #dc291e;
}

#overlay {
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #333333;
	z-index: 10000;
	opacity: 0.9;
	overflow-x: hidden;
	transition: 0.5s;
	width: 100%;
	display: none;
}

#overlay.active {
	display: block;
}

#overlay .fa {
	background: red;
	padding: 3px;
	color: black;
	float: right;
}

#overlay .menu {
	margin: 30px;
	float: right;
	color: white;
	width: 100%;
	transition: 0.5s;
	opacity: 0;
}

.menu a {
	color: white;
	float: left;
	width: 100%;
	font-family: 'Major Snafu';
	text-align: right;
	font-size: 30px;
	transition: 0.5s;
}

.menu a:hover, .menu a:active {
	color: #dc291e;
}

.step {
	min-height: 477px;
	float: left;
}

/*tabs*/
.what-is {
	background: #000;
}

.what-is h3 {
	text-align: center;
	padding: 10px 50px;
	margin: 0;
	line-height: 34px;
}


.tabbed-section {
	float: left;
	position: relative;
}

.what-is section {
	display: none;
	padding: 20px 0 0;
	border-top: 1px solid #ddd;
	background: white;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding: 15px;
}

.what-is section p {
	margin: 5px 0;
}

.what-is input {
	display: none;
}

.what-is label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 0;
	text-align: right;
	color: white;
	border: 1px solid transparent;
	width: 32.33333333%;
	margin: 0 3px;
}

.what-is label span {
	background: #000;
	margin-bottom: 5px;
	float: right;
	font-family: 'Major Snafu';
	margin-top: -28px;
	padding: 5px 10px;
	position: relative;
}

.what-is label span:before {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 35px solid black;
	border-left: 30px solid transparent;
	float: left;
	left: -30px;
	position: absolute;
	bottom: 0;
}

.what-is label:hover {
	color: white;
	cursor: pointer;
}

.what-is input:checked + label span:before {
	border-bottom: 35px solid #dc291e;
}

.what-is input:checked + label h3 {
	background: #dc291e;
}

.what-is input:checked + label {
	color: black;
}

.what-is input:checked + label span {
	background: #dc291e;
}

#content1, #content2, #content3 {
	border-top: 4px solid #dc291e;
	margin-top: -6px;
}

#content1 h3, #content2 h3, #content3 h3 {
	color: black;
	font-size: 24px;
	text-align: left;
	padding: 0;
	margin: 10px 0;
}

#content1 h4, #content2 h4, #content3 h4 {
	color: #dc291e;
	float: left;
	width: 100%;
}

.greyed {
	background: #d8d8d8;
	padding: 15px;
	min-height: 435px;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
	display: block;
}

.secure-ssd, .secure-bags, .encrypted-usb {
	margin-top: -30px;
}

.secure-ssd {
	margin-bottom: -30px;
}

.best-protection {
	margin-bottom: -50px !important;
}

.secure-bags {
	margin-bottom: -100px;
	margin-top: -66px;
}

.secure-ssd img, .secure-bags img, .encrypted-usb img, .best-protection img, .secure-hdd img {
	max-width: 130%;
}

.optical img {
	max-width: 120%;
}

.optical ul {

	margin-left: -22px;

}

.secure-ssd img, .optical img {
	margin-left: -94px;
}

.best-protection img {
	margin-left: 100px;
}

.your-clock {
	margin-top: 24px;
}

.on-the-move h3 {
	margin-top: -50px;
}

.secure-ssd {
	margin-top: -148px;
}

.encrypted-usb {
	margin-top: -45px;
	margin-bottom: -60px;
}

.encrypted-usb img{
	margin-top:30px;
}
.EncryptedUsb-Two{
	margin-top:10px;
}
.secure-bags .greyed-r-bg {
	height: 346px;
}
.secureportable-hdd {
	margin-top: -90px;
}
.secureportable-ssd{
	margin-top: -10px;
}
.keypadsecure {
	margin-top: -60px;
}
.keypadsecureTwo {
	margin-top: -30px;
}
.secure-desktop {
	margin-top: -30px;
	margin-bottom:-50px;
}


.mobile {
	display:none;
}

.undline{
	text-decoration:underline;
}

