.split img {
	width: 100%;
    border-image-width: 0px;
}
/* layout */
.split-container {
    display: flex;
    width: 100%;
	margin: 0 auto;
	text-align: center;
	max-width: 1200px;
    background:#e8e3dd;
    justify-content: center;
    align-items: center;
}
.split-container_2 {
	margin: 0 auto;
	text-align: center;
	max-width: 1600px;
}
.rtl {
	direction: rtl;
}
.split {
	position: relative;
	margin: 0 auto;
	direction: ltr;
	vertical-align: middle;
	white-space: normal;
}
.split-50{width: 50%;}
h1.msi-h1 {
	margin: 0 auto;
	text-align: right;
	font-family: 'DINPro-Medium', Arial, Helvetica, sans-serif;
	line-height: 1;
	letter-spacing: normal;
	font-size: 4em;
	padding: 1em 2em .25em;
	text-transform: uppercase;
	color: #fff;
	font-style: italic;
}
p.msi-p2 {
	padding: .3em 0 10px 5px;
	margin: 0;
	
}
@media (max-width:960px){
    h1.msi-h1 {font-size: 2em;}
    
}
/*tab_1*/
.shop-list a:hover {
	animation-name: product-link-hover;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
#section-mb {
	/*background: #eee;*/
}
.product-container {
	background-color: #edecea;
}
.product-container .split-info {
	color: #333;
}
.product-features {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.section-outer {
	/*min-width: 480px;*/
	width: 100%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-color: #fff;
	position: relative;
}
.section-inner {
    background: url("https://storage-asset.msi.com/event/spb/2019/MakethPerfect/imgs/bg-pattern.jpg")repeat;
    background-color: #f2f2f2;
	margin: 0 auto;
	width: 100%;
}




h3.msi-h3 {
	margin: 0;
	font-family: 'DINPro-Black', Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 1;
	letter-spacing: normal;
	font-size: 2em;
	padding: 0 0 .25em;
}
#section-mb h3.msi-h3 {
	color: #893c03;
}
#section-chassis h3.msi-h3 {
	color: #eb2931;
}
#section-desktops_monitors h3.msi-h3 {
	color: #0cc768;
}
#section-monitor h3.msi-h3 {
	color: #8616ef;
}
#msi_custom_page * {
	box-sizing: border-box;
}
.product-container .split-info ul {
	padding-left: 0px;
}
.product-container .split-info ul.box2 {
	padding-top: 20px;
}
.product-container .split-info ul li {
	display: inline;
}
.product-container .split-info a {
	color: #444242;
	border: 1px solid #BDBDBD;
	text-align: center;
	display: inline-block;
	padding: 3px 10px;
	cursor: pointer;
	margin: 5px;
	vertical-align: top;
	word-break: normal;
	border-radius: 4px;
	vertical-align: middle;
	line-height: 36px;
	text-decoration: none;
	transition: 0.5s all ease-in-out;
	font-size: 1.2em;
}
.product-container .split-info a:hover {
	background: rgba(188,188,188,1.00);
	color: #000;
}
.product-container .split-info ul li.bitem,.product-container .split-info ul li.bitem_b {
	color: #c48100;
	width: 100%;
	display: inline-block;
	font-size: 120%;
	font-weight: bold;
	line-height: 2;
	padding-left: 6px;
}
.product-container .split-info ul li.bitem_b {
	color: #0E0E0E;

}
#section_tab_nav {
	text-align: center;
	padding: 20px 10px;
	box-shadow: 0 -2px 3px 0 rgba(0,0,0,0.15);
	z-index: 5;
}
.section_tab {
	margin: 4px;
	font-family: 'din_pro_bold', Arial, Helvetica, sans-serif;
	line-height: 1.15;
	font-size: 1.4em;
	font-weight: 700;
	padding: 0;
	display: inline-block;
	padding: 16px;
	cursor: pointer;
	box-sizing: border-box;
	background: #fff;
	border: none;
	outline: none;
}
#section_tab-mb.section_tab-on {
	color: #893c03;
	box-shadow: 0 0 0 2px #893c03 inset;
}
#section_tab-chassis.section_tab-on {
	color: #5f1867;
	box-shadow: 0 0 0 2px #5f1867 inset;
}
#section_tab-dt.section_tab-on {
	color: #1f91a1;
	box-shadow: 0 0 0 2px #1f91a1 inset;
}
#section_tab-monitor.section_tab-on {
	color: #171717;
	box-shadow: 0 0 0 2px #171717 inset;
}
.section_tab.section_tab-off {
	color: #999;
	box-shadow: 0 0 0 2px #ddd inset;
}
.section_tab:focus, .section_tab.section_tab-off:hover {
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
#section_tab-mb:focus, #section_tab-mb.section_tab-off:hover {
	transition: 0.5s all ease-in-out;
	color: #893c03;
	box-shadow: 0 0 0 2px #893c03 inset;
}
#section_tab-chassis:focus, #section_tab-chassis.section_tab-off:hover {
	transition: 0.5s all ease-in-out;
	color: #67266e;
	box-shadow: 0 0 0 2px #873590 inset;
}
#section_tab-dt:focus, #section_tab-dt.section_tab-off:hover {
	transition: 0.5s all ease-in-out;
	color: #1f91a1;
	box-shadow: 0 0 0 2px #1f91a1 inset;
}
#section_tab-monitor:focus, #section_tab-monitor.section_tab-off:hover {
	transition: 0.5s all ease-in-out;
	color: #171717;
	box-shadow: 0 0 0 2px #171717 inset;/*animation-name: tab-hover-components;*/
}
/*
		@-webkit-keyframes tab-hover-prestige {
		  from {box-shadow: 0 0 0 2px #ddd inset; color:#999;}
		  to {box-shadow: 0 0 0 2px #893c03 inset; color:#893c03;}
		}
		@-webkit-keyframes tab-hover-gaming {
		  from {box-shadow: 0 0 0 2px #ddd inset; color:#999;}
		  to {box-shadow: 0 0 0 2px #ea3338 inset; color:#ea3338;}
		}
		@-webkit-keyframes tab-hover-desktops_monitors {
		  from {box-shadow: 0 0 0 2px #ddd inset; color:#999;}
		  to {box-shadow: 0 0 0 2px #00ac44 inset; color:#00ac44;}
		}

		@-webkit-keyframes tab-hover-components {
		  from {box-shadow: 0 0 0 2px #ddd inset; color:#999;}
		  to {box-shadow: 0 0 0 2px #6f26cc inset; color:#6f26cc;}
		}*/

#nv-more-info {
	display: none;
}
#nv-more-info-link {
	display: block;
	text-align: center;
	padding: .5em;
	border: 1px solid #ccc;
	width: 200px;
	margin: 1em auto 0;
	cursor: pointer;
	color: #777;
	letter-spacing: 1px;
	background: #fff;
	outline: none;
}
#nv-more-info-link:focus, #nv-more-info-link:hover {
	animation-name: nv-more-info-hover;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
 @-webkit-keyframes nv-more-info-hover {
 from {
background:#fff;
border:1px solid #ccc;
}
 to {
background:#dfdfdf;
border:1px solid #999;
}
}
#nv-more-info-link .pointer {
	display: inline-block;
	vertical-align: middle;
	border-left: .5em solid transparent;
	border-right: .5em solid transparent;
	border-top: .5em solid #000;
	margin-top: .25em;
}
#kv_image-container {
	width: 100%;
	margin: 0 auto;
}
#kv_image {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	min-width: 320px;
	positive: relative;
}

@media (max-width:890px) {
#kv_image {
	background-image: url('https://storage-asset.msi.com/us/picture/landing/2019/back-to-school/kv-1300.jpg');
	padding-bottom: 490px;
}
}

@media (min-width:891px) and (max-width:1300px) {
#kv_image {
	background-image: url('https://storage-asset.msi.com/us/picture/landing/2019/back-to-school/kv-1300.jpg');
	padding-bottom: 57.3%;
}
}

@media (min-width:1301px) and (max-width:2561px) {
#kv_image {
	background-image: url('https://storage-asset.msi.com/us/picture/landing/2019/back-to-school/kv-2560.jpg');
	padding-bottom: 37.5%;
}
}

@media (min-width:2561px) {
#kv_image {
	background-image: url('https://storage-asset.msi.com/us/picture/landing/2019/back-to-school/kv-2560.jpg');
	padding-bottom: 960px;
	background-size: cover;
}
}
#intel_wrap {
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: right;
}
#intel_wrap .intel-text {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
	font-family: 'DINPro-Medium', Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#intel_wrap img {
	width: 80px;
	display: inline-block;
	vertical-align: middle;
}

@media (min-width:961px) {
#intel_wrap img {
	width: 100px;
}
}
#msi_custom_page {
	margin: 0 auto;
	font-family: 'DINPro-Regular', Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 13px;
	background-color: #fff;
	color: #000;
}

@media (min-width:1281px) {
#msi_custom_page {
	font-size: 15px;
}
}
/* text */
h1.msi-h0 {
	margin: 0 auto;
	text-align: center;
	font-family: 'DINPro-Black', Arial, Helvetica, sans-serif;
	line-height: 1;
	letter-spacing: 3px;
	font-size: 2.5em;
	padding: 0 20px;
	text-transform: uppercase;
	color: #000;
}
h2.msi-h2 {
	margin: 0 0;
	font-family: 'DINPro-Medium', Arial, Helvetica, sans-serif;
	line-height: 1.15;
	font-style: italic;
	font-size: 28px;
	padding: 0;
	letter-spacing: 1px;
}

@media (min-width:961px) and (max-width:1280px) {
h2.msi-h2 {
	font-size: 32px;
}
}

@media (min-width:1281px) {
h2.msi-h2 {
	font-size: 36px;
}
}
p.msi-p0 {
	margin: 0 0 .25em;
	font-family: 'DINPro-Light', Arial, Helvetica, sans-serif;
	line-height: 1.25;
	font-size: 1.5em;
	padding: 0 20px;
	max-width: 1280px;
	margin: 0 auto;
}
p.msi-p1 {
	margin: 0 0 .25em;
	font-family: 'DINPro-Regular', Arial, Helvetica, sans-serif;
	line-height: 1.25;
	font-size: 10px;
	color: #999;
	padding: 0 10px;
}
p.msi-p2 .text-bold {
	display: inline-block;
}
#msi_custom_page sup {
	font-size: .5em;
}



.split-container {
	display: flex;
}
.split-50 {
    text-align: left;
	width: 50%;
}

@media (min-width:1921px)and (max-width:3840px){
    .split-container {max-width: 1600px;}
    
    
}

@media (max-width:1024px){
    
    .split-container{display: block; width: 100%; margin: 0 auto;}
    .split-50 {width: 100%;text-align: center;}
    
    
    
}
/* Helper */
.clearfix:after {
	display: block;
	content: "";
	clear: both;
}
.sr-only {
	position: absolute;
	margin: -1px 0 0 -1px;
	padding: 0;
	display: block;
	width: 1px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
	outline: 0;
}
.section_tab-contents {
	position: relative;
	display: none;
	z-index: 0;
	padding-bottom: 40px;
}
.section_tab-contents.section_tab-contents-on {
	display: block;
}
.section_tab-contents .split-info {
	padding: 4em 40px;
}
.section_tab-contents .section_kv {
	height: 205px;
	position: relative;
	background-size: cover;
	background-repeat: none;
	background-position: center center;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
	position: relative;
	z-index: 2;
}
.section_tab-contents .section_kv .section_kv-intro {
	position: absolute;
	top: 80px;
	width: 100%;
	transform: translateY(-50%);
}
.product-container .product-link {
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
	margin: 6px 6px 0 0;
	padding: 8px 16px;
	opacity: 1;
	border: 1px solid #ccc;
	color: #fff;
	letter-spacing: 1px;
	font-size: 1.15em;
	line-height: 1;
}
.product-container .product-link img {
	width: 100%;
}
.product-container .product-link:hover {
	animation-name: product-link-hover;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
#section-mb .product-container .product-link,  #section-chassis .product-container .product-link {
	width: 47%;
	max-width: 170px;
	min-width: 120px;
}
 @-webkit-keyframes product-link-hover {
 from {
background:rgba(180,180,180,0);
}
 to {
background:rgba(180,180,180,0.5);
}
}
.shop-list {
	font-family: "DINPro-Black", arial, sans-serif;
	font-size: 1.25em;
	margin-top: 2em;
	direction: ltr;
}
.shop-pointer {
	display: inline-block;
	vertical-align: middle;
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .3em solid #fff;
	margin: 0 .125em;
	position: Relative;
	top: -1px;
}
.shop-list a {
	font-family: "DINPro-Regular", arial, sans-serif;
	font-size: .75em;
	display: inline-block;
	color: #fff;
	margin-right: .125em;
	margin-top: .5em;
	text-decoration: none;
	border: 1px solid #808080;
}
.shop-list a img {
	height: 45px;
}

@media (min-width:960px) {
.shop-list a img {
	height: 57px;
}
}

@media(max-width:960px) {
#section-mb .section_kv {
	background-image: url('https://storage-asset.msi.com/event/mb/2019/back-to-school-c/images/section_bg_01.jpg');
}
}
#section-mb .shop-list {
	color: #555;
}
#section-mb .shop-pointer {
	border-left: .3em solid #bbb;
}
#section-mb .shop-list a {
	color: #333;
	border: 1px solid #ccc;
}

@media(max-width:960px) {
#section-chassis .section_kv {
	background-image: url('https://storage-asset.msi.com/event/mb/2019/back-to-school-c/images/section_bg_02.jpg');
}
}
#section-desktops_monitors {
	background: #101010;
}
#section-desktops_monitors .product-container {
	background-color: #222;
}
#section-desktops_monitors .product-container .split-info {
	color: #fff;
}
#section-desktops_monitors .product-features {
	margin: 3em auto 0;
	display: block;
}

@media (min-width:800px) {
#section-desktops_monitors .product-features {
	margin: 3em 0 0;
	display: block;
}
}

@media(max-width:960px) {
#section-desktops_monitors .section_kv {
	background-image: url('https://storage-asset.msi.com/us/picture/landing/2019/back-to-school/section_kv_960-desktops.jpg');
}
}

@media(min-width:961px) {
#section-desktops_monitors .section_kv {
	background-image: url('https://storage-asset.msi.com/us/picture/landing/2019/back-to-school/section_kv-desktops.jpg');
}
}

@media(min-width:801px) {
#section-desktops_monitors .section_shop .section_shop-subtitle {
	width: 200px;
}
}
#section-desktops_monitors .section_shop a {
	font-size: .85em;
}
#terms_conditions .split {
	text-align: left;
	padding: 10px;
	vertical-align: top;
}

@media (min-width:801px) {
#terms_conditions .split-16 {
	width: 16%;
}
#terms_conditions .split-42 {
	width: 42%;
}
}