@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap');

html, body{
  padding: 0 !important;
  margin: 0 !important;
}
.links a {
  cursor: pointer;
}
.section p.Content_intro {
  margin-bottom: 2rem;
}
.video, .gallery {
  padding: 0;
}
.textBlue {
  color: #8fffff;
}
strong {
  font-weight: 600 !important;
}
.headlineA {
  margin-bottom: 2rem;
  /* font-weight: 500; */
}
.wordingA {
  font-size: 1.1rem;
  line-height: 2rem;
}
.section {
  overflow: hidden;
  position: relative;
}

/*------------- Header -------------*/

header .navbar {
	min-height: 85px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	-webkit-backdrop-filter: none;
    backdrop-filter: none;
}
header .logo span.subLogo {
  width: 200px;
  top: -10px;
}
.headlineA {
  text-shadow: none;
  bottom: 0;
}
.MainContent {
  position: relative;
  z-index: 2;
  background-color: #000;
}
.menu_icon {
  display: inline-block;
  position: relative;
  width: 16px;
  top: 5px;
  margin-left: 6px;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(41deg) brightness(103%) contrast(101%);
}
.links .menu_icon {
  margin-right: 15px;
}
header .links a:hover .menu_icon {
  filter: invert(44%) sepia(56%) saturate(3547%) hue-rotate(1deg) brightness(103%) contrast(104%);
}

/*------------- Hero section -------------*/

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 150vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  overflow-x: hidden !important;
  /* background-color: #753500; */
  z-index: 0;
}
.topOpacity {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.heroBG {
  content: " ";
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background: url(/event/motherboards/intel-z690-series/assets/images/kv-bg-desktop.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  opacity: 1;
}
.hero-section::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90vh;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 80%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  z-index: 0;
  opacity: 1;
}
.hero-headline {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 5;
}
.hero_headline_1, .hero_headline_2, .hero_headline_3, .hero_headline_link {
  text-shadow: 1px 1px 10px rgb(0 0 0 / 80%), 1px 2px 15px rgb(0 0 0 / 50%);
  letter-spacing: 2px;
}
.hero_headline_1 {
  font-size: 1.1rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.hero_headline_2 {
  font-size: 4rem;
  line-height: 4.5rem;
}
.hero_headline_3 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-top: .5rem;
}
.hero_headline_link {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 2rem;
}
.hero_headline_link a:first-child {
  padding: 0 10px 0 0;
  border-right: 1px solid #606060;
}
.hero_headline_link a, .btn_group a {
  display: inline-block;
  margin: 0 2px;
}

/* Tooltip container */
.tooltip {
  color: #acacac;
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; */
}
.tooltip .tooltiptext {
  visibility: hidden;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  background-color: #6c6c6c;
  position: absolute;
  bottom:-40px;
  white-space: nowrap;
  left: 50%;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  text-shadow:none;
}
.tooltip:hover {
  color: #acacac;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/*------------- Z690 Cube -------------*/

.Z690_Cube {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1626px; 
  height: 1153px;
	/* width: 1060px; 
  height: 1089px; */
  max-width: 90vw;
  max-height: 80vh;
  text-align: center;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.Z690_Cube img {
  position: absolute;
	left: 50%;
	top: 50%;
  max-width:100%;
  max-height:100%;
  height: auto;
  width:auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/* Lightning */
#lightning {
  position: absolute;
  transform-origin: 50% 50%;
  opacity: .7;
  z-index: 1;
}

/*------------- Gaming Performance -------------*/

.Intro {
  background-color: black;
  position: relative;
  z-index: 1;
}
.Intro .inner, .Overview .inner, .Models .inner {
  width: 100%;
  max-width: none;
  padding: 1rem 0;
}
/* .Intro .inner, .Overview .inner {
  padding: 5rem 0;
} */
.Performance_wrapper {
  margin: 2rem auto;
  position: relative;
  display: table;
  text-align: center;
  width: 1000px;
  max-width: 100%;
}
.Performance_grid {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 33.33%;
  /* height: 600px; */
  /* text-shadow: 1px 2px 0px #000; */
}
.Performance_card {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 400px;
  height: 300px;
  border-color: black;
  border-style: solid;
  border-width: 6px;
}
.Performance_card .text_large {
  display: block;
  font-size: 3rem;
}
.Performance_card.MAFIA .fps_text,
.Performance_card.TOMB .fps_text,
.Performance_card.CSGO .fps_text,
.Performance_card.CIVILIZATION .fps_text,
.Performance_card .inner_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.Performance_card .fps_text {
  z-index: 1;
}
.Performance_card .inner_center {
  width: 100%;
  position: relative;
  z-index: 2;
}
.Performance_card.Chipset {
  height: 600px;
  /* background-color: #ff6400; */
}
.Performance_card::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
  z-index: 1;
  opacity: 1;
}
.Performance_card::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  z-index: -1;
  opacity: 1;
}
.Performance_card.MAFIA::after {
  background: url(/event/motherboards/intel-z690-series/assets/images/Mafia-2.jpg);
}
.Performance_card.TOMB::after {
  background: url(/event/motherboards/intel-z690-series/assets/images/Tomb-Raider.jpg);
}
.Performance_card.Chipset::after {
  background: url(/event/motherboards/intel-z690-series/assets/images/intel-core-12th-gen.jpg);
}
.Performance_card.CSGO::after {
  background: url(/event/motherboards/intel-z690-series/assets/images/csgo.jpg);
}
.Performance_card.CIVILIZATION::after {
  background: url(/event/motherboards/intel-z690-series/assets/images/Civilization-VI.jpg);
}
.Performance_card.Chipset img {
  position: relative;
  width: 60px;
  height: auto;
}
.Performance_card .Chipset_text {
  font-size: 2rem;
}
.wordingA#GamingPerformance_description, .intro_Text {
  font-size: 1.15rem;
  line-height: 2.15rem;
  font-weight: 300;
  width: 900px;
  max-width: 100%;
  margin: 1rem auto;
}
.GamingPerformance_btn {
  margin-bottom: 4rem;
}
.GamingPerformance_btn a {
  font-size: 1.2rem;
}
.GamingPerformance_btn a:hover {
  color: #ff6400;
}

/*------------- Intro -------------*/

.intro_photo {
  position: relative;
  top: -50px;
  z-index: -1;
  display: block;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
}
.intro_Text {
  position: relative;
  margin-top: -100px;
}

/*------------- Overview -------------*/
/* .Overview {
  background-color: black;
} */
.Overview::after {
  content: " ";
  position: absolute;
  background: black;
	width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.Overview .headlineB {
  font-size: 2.2rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
.Overview .headlineB .textSmall {
  font-size: 65%;
}
.content_container {
	margin: 3rem auto;
  position: relative;
  overflow: hidden;
  width: 2000px;
  max-width: 100%;
  z-index: 1;
}
.content_container .boxLeft, .content_container .boxRight {
	display: inline-block;
	vertical-align: middle;
	padding: 2rem;
}
.content_container .img_container,
.content_container .video_container {
	text-align: center;
	width: 58%;
  height: 100%;
  padding: 0;
  overflow: hidden;
}
.content_container .img_container, .content_container .video_container {
  position: absolute;
	top: 0;
}
/* .content_container .boxLeft.img_container, */
.content_container .boxLeft.video_container {
  left: 0;
}
.content_container .boxRight.img_container,
.content_container .boxRight.video_container {
  right: 0;
}

.content_container .video_container video {
  position: relative;
  width: 120%;
  height: 120%;
  left: -10%;
  top: -10%;
  z-index: -1;
}
.content_container .img_container::before,
.content_container .video_container::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);
  background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%);
  background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
  z-index: 2;
  opacity: 1;
}
.content_container .img_container::after,
.content_container .video_container::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left,  rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to right,  rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
  z-index: 2;
  opacity: 1;
}
.content_container .textWrap {
  position: relative;
  width: 40%;
  max-width: 750px;
  padding: 1rem 0;
  z-index: 5;
}
.content_container .boxLeft.textWrap {
  left: 10%;
}
.content_container .boxRight.textWrap {
  left: 50%;
}
.content_container .more {
  margin-top: 2rem;
}
.content_container .Tabs {
  margin: 2rem auto;
}
.content_container .Tabs button {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 1rem 1rem .5rem 1rem;
  font-size: 1.15rem;
  line-height: 1.15rem;
  margin-right: 5px;
  cursor: pointer;
}
.content_container .Tabs button:last-child {
  margin-right: 0;
}
.content_container .Tabs button:hover, .content_container .Tabs button.active   {
  border-color: #8fffff;
  background-color: #8fffff;
  color: #000;
}
.content_container .icon {
  display: inline-block;
}
.content_container .icon.topicon {
  margin-bottom: 1rem;
  max-width: 60px;
  max-height: 60px;
  height: auto;
}
.content_container .icon.first {
  width: 30px;
  position: relative;
  top:8px;
  margin-right: 5px;
}
#changeVideo {
  min-height: 508px;
}
/* .btn_group a {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0 16px;
}
.btn_group a:first-child {
  padding-left: 0;
  border-right: 1px solid #606060;
} */
.tab_content {
  min-height: 180px;  
}
.tab_content .highlight {
  color: #ff6400;
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
}
.tab_content .highlight .icon {
  width: 32px;
  position: relative;
  top:3px;
}

/*------------- Fancybox -------------*/

.fancybox__content {
	background-color: #000;
}
.fancybox-close-small:after {
	background:#ff6400 !important;
	color: #fff !important;
	border-radius:0 !important;
}
button:focus, .fancybox-close-small:after {
    outline: none !important;
}
.fancybox-close-small:after {
	background:#ff6400 !important;
	color: #fff !important;
	border-radius:0 !important;
}
.fancybox-content {
	background: black;
	padding: 2rem 2.5rem;
	overflow-y: auto !important;
	border: none
}
.fancybox-slide>* {
	background-color: #000 !important;
	padding: 0 !important;
	overflow-x: hidden;
}
.fancybox-close-small:after {
	background-color: #3e3e3e !important;
	color: #fff !important;
	border-radius: 0 !important;
	border: none !important;
	outline:  none !important;
}
.pop_content iframe {
	width: 100%;
  /* max-width: 93vw; */
  height: 80vh;
  margin: 0 auto;
}
.pop_content {
	width: calc(100% - 10px);
  height: calc(100% - 10px);
	max-width: 1500px;
	padding: 0;
}
.pop_content h2, .TermsList h2 {
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

/*------------- Models -------------*/

.section.Models {
	min-height: 800px;
	padding: 0;
  background-color: #000;
  overflow: hidden;
}
.Models .inner {
  padding: 5rem 0 0 0;
}
.Models .headlineB {
  color: #ff6400;
  margin: 0 auto;
}
.Models_intro {
  margin: 0 auto;
  width: 90%;
  max-width: 900px;
}
.Models .btns.Models_intro_more {
  padding: 10px 20px 15px 20px;
  /* background-color: #ff6400; */
}
/* .Models .btns.Models_intro_more:hover {
  color: #000 !important;
  background-color: ##8fffff !important;
} */
.Models_spec_table {
  margin: 2rem auto 0 auto;
  max-width: 2000px;
  position: relative;
}
.Models_spec_table .Models_spec_left, .Models .slide {
  padding: 40px 10px !important;
}
.Models_spec_table .Models_spec_left, .Models_spec_table .Models_spec_right {
  display: inline-block;
  vertical-align: top;
}
.Models_spec_table .Models_spec_left {
  width: 15%;
}
.Models_spec_table .Models_spec_right {
  width: 85%;
}
.Models .slide {
  background-color: rgba(0,0,0,.9);
}
.listHead {
  position: relative;
  display: block;
  min-height: 295px;
}
.Models_spec_left .listHead {
  margin-bottom: 70px;
}
.Models .Pic {
	width: 200px;
	max-width: 100%;
	margin: auto;
}
.Models .Name {
	font-size: 1.15rem;
	padding: 0 0.5rem;
  min-height: 65px;
	margin: 1rem auto;
}
.specList.title {
  position: relative;
  /* margin-bottom: 61px; */
}
.specList {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.specList ol {
	margin: 0;
}
.specList ol li {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
	list-style: none;
	text-align: center;
  font-size: 1.12rem;
  line-height: 1.5rem;
	font-weight: 300;
  height: 70px;
}
.Models_spec_left .specList ol li {
  color: #8fffff;
  text-align: right;
}
.Models_spec_right .specList ol li {
  border-bottom: 1px dotted #323232;
}
.specList ol li.ta, .Models_spec_right .specList ol li:last-child {
  border-bottom: none;
}
.specList ol li.ta span {
  display: inline-block;
  font-size: .9rem;
  line-height: 1.1rem;
  padding: 5px 15px;
  color: #8fffff;
  border: 1px solid #8fffff;
}
.bg_AERO .slide {
  background-color: rgba(255,255,255,.8);
}
.tabAERO .specList, .tabAERO p.Models_intro, .bg_AERO .Models_intro, .bg_AERO .Models_spec_right .specList ol li {
  color: #000 !important;
}
.bg_AERO .Name {
  min-height: 30px;
}
.bg_AERO .listHead {
  min-height: 270px;
}
.bg_AERO .Name a, .bg_AERO ol li.ta span, .bg_AERO .Models_spec_left .specList ol li {
  color: #00b0b0;
}
.bg_AERO ol li.ta span {
  border-color: #00b0b0;
}
.bg_AERO .specList ol li {
  border-color: #d5d5d5;
}

.Models .btns {
	font-size: 15px;
	padding: 10px 16px;
	background-color: #606060;
	color: #fff !important;
}
.Models .btns:hover {
	background-color: #ff6400 !important;
}

/* BG */
.bg_AORUS, .bg_GIGABYTE, .bg_AERO {
  width: 100%;
  min-height: 1200px;
  position: relative;
  padding: 5rem 0 0 0;
  margin: 0;
  overflow: hidden;
}
.bg_AORUS::before,
.bg_GIGABYTE::before,
.bg_AERO::before {
	content: " ";
  position: absolute;
	width: 150%;
  height: 150%;
  left: -25%;
  top: -25%;
  background: #000;
  opacity: .4;
  z-index: -1;
}
.bg_AERO::before {
  background: #FFF;
  opacity: .4;
}
.bg_AORUS::after,
.bg_GIGABYTE::after,
.bg_AERO::after {
	content: " ";
  position: absolute;
	width: 150%;
  height: 150%;
  left: -25%;
  top: -25%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
	background-attachment: fixed !important;
  opacity: 1;
  z-index: -2;
}
.bg_AORUS::after {
  background: url(/event/motherboards/intel-z690-series/assets/images/bg-aorus.jpg);
}
.bg_GIGABYTE::after {
  background: url(/event/motherboards/intel-z690-series/assets/images/bg-gbt.jpg);
}
.bg_AERO::after {
  background: url(/event/motherboards/intel-z690-series/assets/images/bg-aero.jpg);
}

.slick-arrow.slick-disabled {
  display: none !important;
}

/*------------- Buy-------------*/

.Buy .headlineA {
  margin-bottom: 3.5rem;
}
.img_grid, .text_grid {
  display: inline-block;
  vertical-align: middle;
}
.img_grid {
  width: 40%;
}
.text_grid {
  width: 50%;
}

/*------------- AERO section -------------*/

.AERO_section {
  /* min-height: 600px;
  height: 90vh; */
  background-color: #fff;
  /* overflow: hidden !important; */
}
.AERO_section .inner {
  padding: 200px 0;
}
.bgAERO {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.bgAERO::before {
	content: " ";
  position: absolute;
  background: url(/event/motherboards/intel-z690-series/assets/images/aero/bg-aero-room-2.jpg) no-repeat fixed;
	width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 100% auto;
  background-position: center;
  opacity: .6;
  z-index: 1;
}
.AERO_section .headlineB {
  font-family: 'Orbitron';
  color: #00bb92;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: .5rem;
}
.AERO_section .wordingA {
  color: #2b2b2b !important;
}
.AERO_section a.btns {
  color: #000 !important;
  background-color: #00ffc6 !important;
}
.AERO_section a.btns:hover {
  background-color: #a7a7a7 !important;
}

/*------------- Start Your Z690 Build -------------*/

.UsefulContent {
  background-color: #000;
  position: relative;
  z-index: 2;
}
.UsefulContent a {
  color: #fff;
}
.UsefulContent a:hover {
  color: #ff6400;
}
.img_container.video-container {
  overflow: hidden;
}
.img_container.video-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: auto;
  object-fit: cover;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.section .slide .headlineC.title__container {
  display: inline-block;
  width: 100%;
  height: 4rem;
  font-size: 1.35rem;
  line-height: 2rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: .5rem;
}
.section .slide p.text__container {
  display: inline-block;
  width: 100%;
  height: 3rem;
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.slick-slide .img_container {
  margin-bottom: 1rem;
}

/*------------- Video -------------*/

.Videos {
  background: rgb(53,49,74);
  background: -moz-linear-gradient(-45deg,  rgba(53,49,74,1) 0%, rgba(102,57,78,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(53,49,74,1) 0%,rgba(102,57,78,1) 100%);
  background: linear-gradient(135deg,  rgba(53,49,74,1) 0%,rgba(102,57,78,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35314a', endColorstr='#66394e',GradientType=1 );
}
.gallery {
  background: rgb(56,56,56);
  background: -moz-linear-gradient(-45deg,  rgba(56,56,56,1) 0%, rgba(76,76,76,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(56,56,56,1) 0%,rgba(76,76,76,1) 100%);
  background: linear-gradient(135deg,  rgba(56,56,56,1) 0%,rgba(76,76,76,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#4c4c4c',GradientType=1 );
}

/*------------- Promotion -------------*/

.Promotion {
  background: rgb(43,42,42);
  background: -moz-linear-gradient(top,  rgba(43,42,42,1) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(43,42,42,1) 0%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(43,42,42,1) 0%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2a2a', endColorstr='#000000',GradientType=0 );  
}
.Promotion a {
  display: inline-block;
}
.Promotion a, .Promotion img {
  margin: 0 auto;
}

@media only screen and (min-width: 1025px) and (max-width: 1800px) { 
  .bigTitle {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  .text-inner {
    max-width: 700px;
  }
  .box_grid {
    padding: 1.3rem;
  }
}
@media only screen and (max-width: 1800px) {
  .slick-slide .column_inner {
    width: 100%;
  }
}
@media only screen and (max-width: 1500px) {
  .Performance_wrapper {
    width: 900px;
  }
  .Performance_card {
    width: 300px;
    height: 200px;
  }
  .Performance_card.Chipset {
    height: 400px;
  }
}
@media only screen and (max-width: 1200px) {
  .Models_spec_table .Models_spec_left {
    width: 25%;
  }
  .Models_spec_table .Models_spec_right {
    width: 75%;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile {display:block;}
  .desktop {display:none;}
  .Z690_Cube {
    top: 40%;
  }
  .hero-headline {
    width: 75%;
  }
  .hero_headline_1 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .hero_headline_2 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .hero_headline_3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .hero_headline_link a {
    display: inline-block;
    margin: 5px auto;
  }
  .hero-section {
    min-height: 1024px;
    height: 100vh;
  }
	.heroBG {
    background: url(/event/motherboards/intel-z690-series/assets/images/kv-bg-mobile.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
  }
}
@media only screen and (max-width: 990px) {
  .hero-section {
    min-height: 800px;
  }
  .hero-headline {
    top: 60%;
  }
  /* Features */
	.content_container, .Performance_wrapper {
    display: -webkit-flex;
    display: flex; 
    -webkit-flex-direction: column; 
    flex-direction: column; 
    margin: 2.5rem auto 6rem auto;
  }
	.section .boxLeft, .section .boxRight {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
	.content_container>.img_container, .Performance_grid:nth-child(2) { 
    order: 1;
    flex: 1;
  }
	.content_container>.textWrap, 
  .Performance_grid:nth-child(1), .Performance_grid:nth-child(3) {
    order: 2; 
    flex: 2;
  }
  .content_container .img_container,
  .content_container .video_container,
  .content_container .textWrap {
    position: relative;
    width: 90%;
  }
  .content_container .boxLeft.textWrap, 
  .content_container .boxRight.textWrap {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .content_container .img_container,
  .content_container .video_container {
    height: 300px;
  }
  .content_container .img_container {
    max-height: 300px;
  }
  .content_container .img_container img {
    width: 100%;
  }
  /* Game Performance */
  .Performance_card.Chipset {
    height: 300px;
    width: 600px;
    max-width: 100%;
  }
  .Performance_card {
    max-width: 49%;
  }
  .Performance_grid {
    width: 100%;
  }
  .tab_content {
    min-height: auto;
  }
  /* Models */
  .bg_AORUS::after {
    background: url(/event/motherboards/intel-z690-series/assets/images/bg-aorus-mobile.jpg);
  }
  .bg_GIGABYTE::after {
    background: url(/event/motherboards/intel-z690-series/assets/images/bg-gbt-mobile.jpg);
  }
  .bg_AERO::after {
    background: url(/event/motherboards/intel-z690-series/assets/images/bg-aero-mobile.jpg);
  }
  .bg_AORUS::after, .bg_GIGABYTE::after, .bg_AERO::after {
    background-attachment: scroll !important;
  }
  .Models .Name {
    font-size: 1.25rem;
    line-height: 1.3rem;
  }
  .Models .grid {
    min-height: 550px;
  }
  .specList ol li {
    font-size: 14px;
    line-height: 18px;
  }
  /* AERO section */
  .AERO_section {
    height: auto;
  }
  .AERO_section .inner {
    padding: 100px 1rem;
  }
  .img_grid, .text_grid {
    width: 100%;
  }
  .bgAERO::before {
    background: url(/event/motherboards/intel-z690-series/assets/images/aero/bg-aero-room-2-mobile.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    opacity: .4;
  }
  .AERO_section .headlineB {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .AERO_section .wordingA, .AERO_section a.btns {
    font-size: .9rem;
    line-height: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .hero-headline {
    width: 95%;
  }
  .hero_headline_2 { 
    font-size: 9vw; 
    line-height: 10vw;
  }
  #lightning {
    display: none;
  }
	header .logo span.subLogo {
    width: 150px;
    max-width: 30%;
    top: -3px;
  }
  .wordingA#GamingPerformance_description, .intro_Text {
    font-size: 1rem;
    line-height: 2rem;
  }
  .headlineA {
    font-size: 1.7rem; 
    line-height: 2rem;
  }
  .Overview .headlineB {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .intro_photo {
    top:0;
  }
  .intro_Text {
    margin-top: 0;
  }
  .textWrap.textLeft {
    text-align: center !important;
  }
  .content_container .wordingA {
    font-size: 1rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 491px) {
  .hero-section {
    min-height: 1000px;
  }
  .Z690_Cube {
    top: 45%;
    max-width: 120vw;
  }
  .Z690_Cube img {
    top: 40%;
  }
  .hero_headline_1 {
    font-size: .9rem;
    line-height: 1.1rem;
  }
  .tooltip .tooltiptext {
    bottom: auto;
    top: -55px;
  }
  .section .inner {
    padding: 4rem 1rem;
  }
  /* Overview */
  .Performance_card {
    font-size: .9rem;
  }
  .Performance_card .text_large {
    font-size: 2rem;
  }
  .content_container .Tabs button, .content_container .Tabs button:last-child {
    display: block;
    min-width: 80%;
    margin: 5px auto;
  }
  /* Models */
  .section.Models .inner {
    padding: 4rem 0;
  }
  .bg_AORUS, .bg_GIGABYTE, .bg_AERO {
    min-height:1250px;
  }
  .Models .grid {
    max-width: 90%;
    min-height: auto;
    margin-bottom: 1%;
  }
  .hero_headline_3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .hero_headline_link a:first-child {
    border-right: none;
    padding: 0;
  }
  .hero_headline_link a {
    font-size: 1rem;
    line-height: 1rem;
    display: block;
    margin: 30px;
  }
  .Models_spec_table .Models_spec_left, 
  .Models_spec_table .Models_spec_right {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
  }
  .Models_spec_left .specList ol li {
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .Models_spec_left .listHead {
    margin-bottom: 90px;
  }
  .specList ol li {
    height: 80px;
  }
  .Models_spec_right ol li {
    padding-top: 40px;
  }
}