@font-face {
	font-family: IntelClearPro;
	src: url(../fonts/IntelClearPro);
	src: url(../fonts/IntelClearPro?#iefix) format("embedded-opentype"),
	url(../fonts/IntelClearPro.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: IntelClearProRegular;
	src: url(../fonts/IntelClear_WLat_Rg.eot);
	src: url(../fonts/IntelClear_WLat_Rg.woff?#iefix) format("embedded-opentype"),
	url(../fonts/IntelClear_WLat_Rg.woff) format("woff"),
	url(../fonts/IntelClear_WLat_Rg.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: IntelClearBold;
	src: url(../fonts/IntelClear_WLatn_Bd.eot);
	src: url(../fonts/IntelClear_WLatn_Bd.woff?#iefix) format("embedded-opentype"),
	url(../fonts/IntelClear_WLatn_Bd.woff) format("woff"),
	url(../fonts/IntelClear_WLatn_Bd.ttf) format("truetype");
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

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;
}

html {
	max-width: 100%;
}

body {
	padding: 0;
	margin: 0 auto;
	border: 0;
	max-width: 100%;
	background-color: #081939;
}

section {
	max-width: 1200px;
	border-bottom: 2px solid #21a9e1;
}

.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.upper {
	text-transform: uppercase;
}
.white {
	color: white;
}

.font_IntelClear {
	font-family: IntelClearProRegular, sans-serif;

}

.font_IntelClearPro {
	font-family: IntelClearPro, sans-serif;
}
.font_IntelClearBold {
	font-family: IntelClearBold, sans-serif;
}

.col-right {
	float: right;
}

.column {
	width: 100%;
}

/* VIDEO TOP START */
/* VIDEO */
video {
	width: auto!important;
	position: relative;
}

.top_video {
	max-width: 1920px;
	height: 400px;
}

.video-container {
	z-index: 100;
	overflow: hidden;
}

.header-container {
	position: absolute;
	width: 100%;
	z-index: 9999;
	margin-top: 35px;
}
.logo-container {
	margin: 0 auto;
	max-width: 1200px;
	text-align: right;
}
.headline-container,
.xeon-container {
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
}

.xeons-icons img {
	margin: 40px 14px;
}

.logo {
	max-width: 90% !important;
}
.logo img {
	max-width: 100%;
	height: auto;
}


.headline {
	font-size: 95px;
	text-align: center;
	opacity: 0.8;
}
.headline h3 {
	font-size: 60px;
}

/* VIDEO TOP END */

/* SECTION (under video) HEADER TEXT START */
.header_text {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.header_text-description {
	font-size: 60px;
	line-height: 55px;
	margin-bottom: 20px;
}
.header_text p:nth-child(2) {
	margin-bottom: 6px;
}
.header_text p:nth-child(2),
.header_text p:nth-child(3) {
	font-size: 18px;
	line-height: 24px;
}

.header_text-description--padding {
	padding: 20px 0;
}

.header_text-description--blue {
	color: #00aeef;
}

/* BUTTON */
.button_container {
	margin: 20px 0 30px;
}

.button_container button {
	font-size: 13px;
	line-height: 24px;
}
.button_container button:first-child {
	margin-right: 10px;
}

.button_intel {
	padding: 7px 10px;
	width: 250px;
	background-color: #00aeef;
	transition: 0.5s ease;
	border: 0;
	color: white;
	font-size: 18px;
	cursor: pointer;
}
.button_intel_second {
	padding: 7px 10px;
	width: 250px;
	background-color: #f3d54e;
	transition: 0.5s ease;
	border: 0;
	color: #003c71;
	font-size: 18px;
	cursor: pointer;
}
.button_intel:hover {
	color: white;
	background-color: #0071c5;
}
.button_intel_second:hover {
	color: #003c71;
	background-color: #ccd500;
}

/* SECTION (under video) HEADER TEXT STOP */
/* SECTION FEATURES ICONS START */
.section-features {
	border-bottom: 0;
}
.features-icons-container {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	align-items: center;
	flex-wrap: wrap;
}
.features-top,
.features-btm {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 100%;
	padding: 30px 0
}
.features-top {
	border-bottom: 2px solid #21a9e1;
}
.features-top h4,
.features-btm h4 {
	font-size: 30px;
	line-height: 27px;
	padding-bottom: 10px;
}
.features-top p,
.features-btm p {
	font-size: 16px;
	line-height: 21px;
}
.features-top img,
.features-btm img {
	margin-right: 20px;
}
.feature-text-container {
	flex-wrap: wrap;
}
.features-icons-container {
	flex-wrap: wrap;
}
.icons {
	width: 32%;
	padding: 0 8px;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	align-items: flex-start;
	justify-content: center;
}

/* SECTION FEATURES ICONS STOP */

/* SECTION PRODUCTS START */
.bg-white {
	background-color: white;
}
.products {
	border-bottom: 0;
	background-color: white;
	padding: 5px 0;
}

.icons_btm-container {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 50px 0 0 0;
}

.icon_row_one,
.icon_row_two,
.icon_row_three {
	width: 100%;
	min-height: 180px;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 40px;
	border-bottom: 2px solid #21a9e1;
}
.icon_row_three {
	border-bottom: 0;
}

.icon_row_one h2,
.icon_row_two h2,
.icon_row_three h2 {
	color: #0071c5;
	font-size: 30px;
	line-height: 24px;
	text-align: left;
	margin-bottom: 10px;
}
.icon_row_one h2 > span,
.icon_row_two h2 > span,
.icon_row_three h2 > span {
	color: #00aeef;
}
.icon_row_one p,
.icon_row_two p,
.icon_row_three p {
	color: #414141;
	font-size: 16px;
	text-align: left;
	line-height: 21px;

}

.icon_row_one_img,
.icon_row_two_img,
.icon_row_three_img {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	width: 40%;
	align-items: center;
	justify-content: center;
}
.icon_row_one_img img,
.icon_row_two_img img,
.icon_row_three_img img {
	max-width: 100%;
	height:auto;
}

.icon_row_one_text,
.icon_row_two_text,
.icon_row_three_text,
.icon_row_four_text {
	width: 60%;
}


.icon_btm {
	margin: 0 20px;
}

/* SECTION ICONS BOTTOM STOP */
/* SECTION FOOTER START */
.bg-footer {
	background-color: #0c3c71;
}
.footer {
	background-color: #0c3c71;
}
.footer_text {
	border: 0;
}

.footer_text p {
	font-size: 10px;
	text-align: left;
	padding: 60px 0;
	line-height: 15px;
}

/* SECTION FOOTER STOP */






/* RESPONSIVE STYLES */
@media (max-width: 480px) {
	.header_text {
		margin-top: 0!important;
	}
}
@media (min-width: 320px) and (max-width: 420px) {
	.xeons-icons img {
		margin: 35px 5px 5px 5px!important;
		max-width: 80px;
	}
	.header_text {
		margin-top: 90px!important;
	}
    .xeons-icons {
	    max-width: 270px;
	    display: flex;
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -moz-flex;
	    display: -webkit-flex;
	    align-items: center;
	    justify-content: center;
	    flex-wrap: wrap;
	    margin: 0 auto;
    }
	.xeons-icons img:nth-of-type(3),
	.xeons-icons img:nth-of-type(4) {
		margin-top: 5px!important;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 320px) and (max-width: 992px) {
	.headline {
		font-size: 44px;
	}
	.header_text-description {
		font-size: 50px;
		line-height: 46px;
	}
	.header_text p:nth-child(2), .header_text p:nth-child(3) {
		font-size: 16px;
		line-height: 22px;
	}
	.logo-headline-container {
		align-items: flex-start;
		padding:30px 25px;
	}

	.header-container {
		margin: 0;
	}
	section {
		padding: 20px !important;
		width: auto !important;
	}


	.container-icons {
		padding: 20px 0;
		flex-wrap: wrap;
		justify-content: flex-start;
	}


	.icon_btm {
		margin: 0;
		max-width: 100%;
		height: auto;
	}
	.icon-descr {
		font-size: 12px;
		line-height: 15px;
	}


	.container-icon-text {
		height: auto;
		align-items: center;
	}


	.icon_row_one, .icon_row_two, .icon_row_three, .icon_row_four {
		width: 100%;
	}
	.icon_row_one_img, .icon_row_two_img, .icon_row_three_img, .icon_row_four_img {
		margin-right: 6px;
		min-width: 90px;
	}

	.icon_row_one h2, .icon_row_two h2, .icon_row_three h2, .icon_row_four h2, .technology h1 {
		font-size: 34px;
		margin-bottom: 5px;
	}

	.icon_row_one p, .icon_row_two p, .icon_row_three p, .icon_row_four p {
		font-size: 16px;
		line-height: 22px;
	}

	.button_container .text {
		font-size: 16px;
	}

	.button_intel {
		font-size: 18px;
		width: 250px;
	}

	.footer_text p {
		padding: 35px 0;
	}
}
@media (min-width: 768px) {
	.top_video {
		height: 400px;
	}
	.header_text {
		padding-top: 95px!important;
	}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 320px) and (max-width: 767px) {
	.video-container video {
		display: none;
	}
	.button_container button:first-child {
		margin-bottom: 10px;
	}

	.header-container {
		width: 100%;
		position: initial;
	}
	.headline h3 {
		font-size: 46px;
	}

	.headline {
		max-width: 257px;
	}

	.logo {
		max-width: 153px;
	}

	.logo-headline-container {
		width: auto;
	}
	.feature-icon-container {
		min-width: 150px!important;
	}
	header {
		background: url("../img/header_mobile.png") no-repeat bottom;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		width: 100%;
		height: 566px;
	}
	.header_text {
		margin-top: -85px;
	}
	.top_video {
		height: 566px;
	}

	.xeons-icons img {
		margin: 40px 6px 0 6px;
		max-width: 90px;
		height: auto;
	}


}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.header_text > div > p {
		padding: 0 10px;
	}
	.header_text > .button_container {
		padding: 0 10px;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	.header_text {
		padding-top: 80px;
	}
}
@media (min-width: 992px) and (max-width: 1220px) {
	.icons {
		width: 30%
	}
	.feature-text-container {
		min-width: 175px;
	}
	.footer p {
		padding: 60px 25px;
	}
}
/* Extra large devices (large desktops, 1200px 1001 and up) */
@media (max-width: 992px) {
	video {
		width: auto!important;
		right: 50%;
	}
	.headline {
		font-size: 68px;
		max-width: none;
	}
	.logo {
		max-width: none;
	}
	.logo-container {
		padding: 40px 0 10px;
	}
	.features-top {
		border-bottom: 0;
	}
	.features-top h4, .features-btm h4 {
		line-height: 24px;
	}
	.features-top, .features-btm {
		padding: 0;
	}
	.icons {
		width: 100%;
		padding: 25px 0;
		justify-content: flex-start;
		border-bottom: 2px solid #21a9e1;
	}
	.icon-6 {
		border-bottom: 0;
	}
	.features-top img, .features-btm img {
		max-width: 100%;
		height:auto;
		margin-right: 0;
	}
	.feature-icon-container {
		min-width: 165px;
		display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		align-items: center;
		justify-content: center;
	}
	.icon_row_one h2, .icon_row_two h2, .icon_row_three h2, .icon_row_four h2, .technology h1 {
		font-size: 28px;
		line-height: 24px;
	}
	.icon_row_one p, .icon_row_two p, .icon_row_three p, .icon_row_four p {
		font-size: 16px;
		line-height: 21px;
	}

	.icon {
		width: 15%;
		margin-right: 25px;
	}

	.icon_text {
		width: 85%;
		font-size: 16px;
		line-height: 20px;
	}
	.footer p {
		padding: 30px 25px;
	}

}