@charset "utf-8";
/* CSS Document */

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,#best-ryzen .b02
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;
}#best-ryzen .infomain

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 {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  noFocusline: expression(this.onFocus=this.blur());
  outline: 0;
}

a:hover {
  text-decoration: none;
}

a:focus {
  -moz-outline-style: none;
}





















@keyframes filling {
 from {
 background-position: center 25%;
}
 to {
 background-position: center 50%;
}
}
/*.modal*/
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	font-family: "DINCond-Medium";
}
.modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	-o-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}
.modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background: #191919;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 15px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	border: #191919 5px solid;
	text-align: left;
	font-family: "DINCond-Medium";
	font-size: 1.1rem;
	color: #fff;
	max-width: 1000px;
	margin: 0 auto;
	padding: 2%;
	line-height: 1.8rem;
}
.modal-content a {
	color: #f00;
}
.modal-content a:hover {
	border-bottom: #f00 1px dashed;
}
.modal-header {
	border-bottom: none;
	color: #f00;
}
.modal-line {
	border-bottom: #c00 1px solid !important;
}
.modal-title {
	font-size: 2rem;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	border-bottom: #f00 2px solid;
}
.modal-body hr {
	display: none;
}
.modal-body p {
	padding-bottom: 20px;
}
.modal-body .promot-box {
	background: #222;
	margin-bottom: 15px;
	padding: 20px;
}
.modal-body ul, .modal-body ol {
	margin-left: 20px;
	padding-bottom: 20px;
}
.modal-body ul li, .modal-body ol li {
	padding-bottom: 10px;
}
.modal-body ul li {
	list-style: square;
}
.modal-body ul li strong {
	color: #f00;
	font-weight: bolder;
}
.modal-body ol li {
	list-style: disc;
}
.modal-body h4 {
	color: #f00;
	font-family: "DINPro-Medium";
	text-transform: uppercase;
	font-size: 1.5rem;
	padding: 10px 0;
}
.modal-body h5 {
	color: #f00;
	font-family: "DINPro-Medium";
	text-transform: uppercase;
	font-size: 1.3rem;
	padding: 10px;
	border-bottom: #f00 1px solid;
	margin-bottom: 20px;
}
.modal-body h6 {
	color: #f00;
	font-family: "DINPro-Medium";
	text-transform: uppercase;
	font-size: 1.15rem;
	padding: 10px 0;
}
.modal-footer {
	border-top: #333 1px solid;
}
.modal-footer button {
	border: #f00 1px solid;
	background: none;
	color: #f00;
	text-transform: uppercase;
	padding: 5px 15px;
	margin: 0 5px;
	cursor: pointer;
	-webkit-transition: 0.5s all ease-in 0.1s;
	-o-transition: 0.5s all ease-in 0.1s;
	transition: 0.5s all ease-in 0.1s;
}
.modal-footer button:hover {
	background: #f00;
	border: #f00 1px solid;
	color: #fff;
}
.close {
	background: #f00 !important;
	position: absolute;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	right: 15px;
	z-index: 10;
	top: 15px;
	display: inline-block !important;
	text-align: center;
	border: none;
	opacity: 1;
	color: #fff;
	border: #f00 2px solid;
}
.close:focus, .close:hover {
	color: #f00;
	opacity: 1;
	text-decoration: none;
	cursor: pointer;
	background: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: #f00 2px solid;
	text-shadow: none;
}
button.close {
	-webkit-appearance: none;
	cursor: pointer;
}
/*form-send*/


.formbox {
	display: none;
	background: rgba(0,0,0,.5);
	padding: 2% 3%;
	margin-bottom: 5%;
}
.formbox .title {
	letter-spacing: 8px;
	font-size: 4rem;
	text-transform: uppercase;
	border-bottom: #f00 1px solid;
	margin-bottom: 2%;
}
.formbox .title p {
	letter-spacing: 4px;
	font-size: 18px;
	margin-bottom: 2%;
	color: #6B6B6B!important;
	text-transform: none !important;
}

@media screen and (max-width: 960px) {
.formbox .title {
	font-size: 1.5rem;
}
}
#form-send {
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
}
#form-send .item {
	display: block;
	padding: 35px 0 10px;
	border-top: #333 1px dashed;
	text-align: left;
}
#form-send .item p {
	padding-bottom: 15px;
	text-align: left;
}
#form-send .item input[type="text"], #form-send .item input[type="file"] {
	width: calc(100% - 22px);
}
#form-send .item ul {
	text-align: center;
}
#form-send .item ul li {
	margin: 5px auto;
}
#form-send .item.noline {
	border: none;
	padding-top: 0;
}
#form-send .itemline {
	padding-bottom: 15px;
}
#form-send .question-group, #form-send .itemflex {
	width: 100%;
	padding: 10px 0;
	display: -webkit-box;
	display: flow-root;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
}
#form-send .question-group:last-child, #form-send .itemflex:last-child {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-top: #333 1px dashed;
}
#form-send .question-group label, #form-send .itemflex label {
	padding-right: 10px;
}

@media screen and (max-width: 960px) {
#form-send .question-group, #form-send .itemflex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
#form-send .question-group label, #form-send .itemflex label {
	width: 100%;
	text-align: left;
	padding: 10px 0;
}
	
#form-send input[type="email"]{width: 100% !important;}
	
}
#form-send label.multiple-inline {
	width: 100%;
	text-align: left;
	padding-right: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 2.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-top: #333 1px dashed;
	padding-top: 20px;
}
#form-send input[type="text"], #form-send input[type="email"], #form-send input[type="file"], #form-send select {
	border: #333 1px solid;
	background: #191919;
	width: 500px;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 3px;
}
#form-send input[type="file"] {
	cursor: pointer;
}
#form-send input[type="checkbox"] {
	margin-right: 15px;
	margin-top: 5px;
}
#form-send input[type="checkbox"]:before {
	width: 18px;
	height: 20px;
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 10px;
	background: url(https://asset.msi.com/event/mb/2018/MSI_B450_Promote/images/bg-check.png) top left no-repeat;
	background-size: cover;
}
#form-send input[type="checkbox"]:checked:before {
	background: url(https://asset.msi.com/event/mb/2018/MSI_B450_Promote/images/bg-checked.png) top left no-repeat;
	background-size: cover;
}
<!--
-->
#form-send a.btn-terms {
	float: left;
	color: #fff;
	margin-top: 10px;
}
#form-send a.btn-terms:after {
	padding-left: 10px;
	content: "view T&C";
}
#form-send a.btn-terms:hover {
	color: #f00;
}
#form-send .btn-submit {
  border: #f00 1px solid;
  background: #f00;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 15px;
  margin: 0 5px;
  font-size: 1.2rem;
  cursor: pointer;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  width: calc(50% - 2px);
}

#form-send .btn-submit:hover {
	background: #fff;
	color: #f00;
	border: #fff 1px solid;
}

@media screen and (max-width: 960px) {
#form-send input[type="file"] {
	margin-bottom: 5px;
}
	
	#form-send .btn-submit {

  width: calc(100% - 2px);
}
}
.container-text {
	background-image: url(images/t_bg.jpg);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	color: #FFFFFF;
	padding-top: 20px;
	font-size: 170px;
	font-family: "DINCond-Medium";
	animation: filling 3s ease forwards;
}
@font-face {
	font-family: 'DINCond-Bold';
	src: url("https://asset.msi.com/event/mb/2017/H370/fonts/DINCond-Bold.otf");
}
@font-face {
	font-family: 'DINPro-Regular';
	src: url("https://asset.msi.com/event/mb/2017/H370/fonts/DINPro-Regular.ttf");
}
@font-face {
	font-family: 'airborne';
	src: url("https://asset.msi.com/event/mb/2017/H370/fonts/airborne.ttf");
}
 @keyframes arrow {
 0% {
 opacity: 1;
}
 50% {
 opacity: .5;
}
 100% {
 opacity: 1;
}
}
 @keyframes arrowY {
 0% {
 transform: translateY(0px) rotate(90deg);
 opacity: 0;
}
 100% {
 transform: translateY(10px) rotate(90deg);
 opacity: 1;
}
}

/*rules animita*/
@-webkit-keyframes arrowDown {
 0% {
 opacity: 1;
 transform: translate(0px, 0px);
}
 65% {
 opacity: 1;
 transform: translate(0px, 10px);
}
 100% {
 opacity: 1;
 transform: translate(0px, 0px);
}
}
 @keyframes arrowDown {
 0% {
 opacity: 1;
 transform: translate(0px, 0px);
}
 65% {
 opacity: 1;
 transform: translate(0px, 10px);
}
 100% {
 opacity: 1;
 transform: translate(0px, 0px);
}
}
 @keyframes colorful {
 0% {
 -webkit-filter: hue-rotate(0deg);
 filter: hue-rotate(0deg);
}
 100% {
 -webkit-filter: hue-rotate(360deg);
 filter: hue-rotate(360deg);
}
}
 @keyframes color {
 from {
 -webkit-filter: hue-rotate(0deg);
 filter: hue-rotate(0deg);
}
 to {
 -webkit-filter: hue-rotate(359deg);
 filter: hue-rotate(359deg);
}
}
/*--toolbar--*/

.navbar {
	margin-bottom: 0;
}
#toolbar {
	position: fixed;
	z-index: 1000;
	right: 0;
	bottom: 30px;
}
#toolbar li {
	position: relative;
	margin-bottom: 4px;
	-webkit-transition: 1.5s all;
	-o-transition: 1.5s all;
	transition: 1.5s all;
	background: #f00;
	right: 0;
	color: #000;
	padding: 5px 9px;
	cursor: pointer;
	text-align: left;
	font-family: "DINPro-Medium";
	font-size: 16px;
	list-style: none;
}
#toolbar li a {
	color: #000;
	dislpay: block;
	font-size: 26px;
}
#toolbar li:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: "";
}
#toolbar li .svg {
	width: 30px;
	height: 30px;
	fill: #000;
	vertical-align: middle;
}
#toolbar li:hover {
	right: 0;
	background: #fff;
}
#toolbar li:hover .svg {
	fill: #fff;
}
/*----landing page-----*/
#best-ryzen {
	background: #000;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
}
#best-ryzen img {
	width: 100%;
}
#best-ryzen .submit a {
	text-decoration: none;
	color: #fff;
	font-size: 32px;
	letter-spacing: 2px;
	font-weight: bold;
	padding: 10px 40px;
	background: #f00;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 55px rgba(255, 2, 2, 1);
	transition-property: background border;
	transition-duration: .2s;
	transition-timing-function: ease-out;
	transition-delay: initial;
	-webkit-animation: neon2 1.5s ease-in-out infinite alternate;
	-moz-animation: neon2 1.5s ease-in-out infinite alternate;
	animation: neon2 1.5s ease-in-out infinite alternate;
}
#best-ryzen .submit {
	margin-top: 30px;
}
#best-ryzen .submit a:hover {
	color: #000;
}
#best-ryzen .arrowDown {
	-webkit-animation: arrowDown 1s ease-out infinite;
	animation: arrowDown 2s linear infinite;
	animation-delay: 0s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}
#best-ryzen .arrow {
	-webkit-animation: arrow 2.5s -0.2s linear infinite;
	-moz-animation: arrow 2.5s -0.2s linear infinite;
	-ms-animation: arrow 2.5s -0.2s linear infinite;
	-o-animation: arrow 2.5s -0.2s linear infinite;
	animation: arrow 2.5s -0.2s linear infinite;
	width: 100%;
	height: 400px;
}
#best-ryzen .infomain {
	position: absolute;
	z-index: 10;
	width:100%;
}
#best-ryzen .info {
	color: #FFFFFF;
	font-size: 90px;
	font-family: "DINCond-Medium";
	animation: filling 3s ease forwards;
	line-height: normal;
	padding-top: 6%;
}
#best-ryzen {
	background: #000;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	font-family: "DINPro-Regular" !important;
	font-size: 130% !important;
	color: #fff !important;
	position: relative;
}
#best-ryzen .kv {
	position: absolute;
	z-index: 2;
	right: 0;
}
#best-ryzen .bg1 {
	background: url(https://asset.msi.com/event/mb/2018/best-ryzen/images/b02bg.jpg) no-repeat;
}
#best-ryzen .bg3 {
	background: url(https://asset.msi.com/event/mb/2018/best-ryzen/images/bg3.jpg) fixed;
}
#best-ryzen .bg4 {
	background: url(https://asset.msi.com/event/mb/2018/best-ryzen/images/bg4.jpg) fixed;
}
#best-ryzen .b02 {
	display: table-row;
	line-height: 1.8em;
}
#best-ryzen .b02 .text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 5%;
	text-align: left;
}
#best-ryzen .b02 .pd {
	display: table-cell;
	vertical-align: middle;
	width: 40%;
}
#best-ryzen .b02 .text h2 {
	color: #fff;
	font-size: 46px;
	font-weight: bold;
	font-family: "DINCond-Medium";
}
#best-ryzen .b02 .text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 5%;
	text-align: left;
}
#best-ryzen .b02 .pd {
	display: table-cell;
	vertical-align: middle;
	width: 40%;
}
#best-ryzen .pd_cell {
	display: inline-block;
	padding: 0px;
	text-align: center;
	font-size: 20px;
	width: 22%;
	margin-top: 30px;
	text-decoration: none;
	vertical-align: top;
}
#best-ryzen .pd_cell a:hover {
	background-color: #fff;
	text-decoration: none;
}
#best-ryzen .pd_text {
	border: 0px solid #f00;
	border-radius: 3px;
	background: #666;
	color: #fff;
	width: 80%;
	display: inline-block;
}
.ui-box {
	text-decoration: none;
	border: none;
	position: relative;
	vertical-align: baseline;
	padding: 0px;
	color: #fff !important;
	text-align: center;
	font-size: 16px;
	margin: 0 5px;
	background: #333;
	display: grid;
}
.text {
	vertical-align: middle;
	display: block;
}
.pdname {
	height: 80px;
}
.pdname span {
	border-bottom: 1px solid #999;
	display: inline-block;
	width: 90%;
	padding: 2px 0px;
	color: #CBCBCB;
	font-size: 18px;
	font-weight: bold;
}
.pdbox .buildcell {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.border-inOutSpread:before, .border-inOutSpread:after, .border-inOutSpread > .ui-border-element:before, .border-inOutSpread > .ui-border-element:after {
	content: '';
	position: absolute;
}
.border-inOutSpread:before {
	border-top: 2px solid #f00;
	left: 51%;
	right: 51%;
	top: 0px;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-webkit-transition-duration: 200ms;
	-moz-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	transition-duration: 200ms;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.border-inOutSpread:hover:before {
	left: 0%;
	right: 0%;
}
.border-inOutSpread:not(:hover):before {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.border-inOutSpread:before, .border-inOutSpread:after, .border-inOutSpread > .ui-border-element:before, .border-inOutSpread > .ui-border-element:after {
	content: '';
	position: absolute;
}
.border-inOutSpread .ui-border-element:after {
	border-right: 2px solid #f00;
	top: 50%;
	bottom: 50%;
	right: 0px;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-webkit-transition-duration: 200ms;
	-moz-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	transition-duration: 200ms;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.border-inOutSpread:hover .ui-border-element:after {
	top: 0%;
	bottom: 0%;
}
.border-inOutSpread:not(:hover) .ui-border-element:after {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.border-inOutSpread:before, .border-inOutSpread:after, .border-inOutSpread > .ui-border-element:before, .border-inOutSpread > .ui-border-element:after {
	content: '';
	position: absolute;
}
.border-inOutSpread:after {
	border-bottom: 2px solid #f00;
	left: 51%;
	right: 51%;
	bottom: 0px;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-webkit-transition-duration: 200ms;
	-moz-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	transition-duration: 200ms;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.border-inOutSpread:hover:after {
	left: 0%;
	right: 0%;
}
.border-inOutSpread:not(:hover):after {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.border-inOutSpread:before, .border-inOutSpread:after, .border-inOutSpread > .ui-border-element:before, .border-inOutSpread > .ui-border-element:after {
	content: '';
	position: absolute;
}
.border-inOutSpread .ui-border-element:before {
	border-left: 2px solid #f00;
	top: 50%;
	bottom: 50%;
	left: 0px;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-webkit-transition-duration: 200ms;
	-moz-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	transition-duration: 200ms;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.border-inOutSpread:hover .ui-border-element:before {
	top: 0%;
	bottom: 0%;
}
.border-inOutSpread:not(:hover) .ui-border-element:before {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
#best-ryzen .min-menu h2, #best-ryzen .buy h2 {
	color: #FFFFFF;
	font-size: 46px;
	font-family: "DINCond-Medium";
	animation: filling 3s ease forwards;
	letter-spacing: 2px;
	z-index: 10;
	left: 20%;
	right: 20%;
	color: #fff;
	padding-bottom: 10px;
}
#best-ryzen .min-menu {
	padding-top: 50px;
	margin: 0 auto;
}
#Media .min-menu h3 {
	color: #fff;
	font-family: "DINCond-Medium";
	font-size: 210%;
}
#Media .min-menu a, #Media .min-menu a:hover {
	text-decoration: none;
	border: 0px;
}
#Media .min-menu ul li {
	display: inline-block;
	max-width: 100%;
	width: 30%;
	margin: 0;
	padding: 15px;
	cursor: pointer;
	border: #444 solid 1px;
}
#Media {
	background: url(https://asset.msi.com/event/mb/2018/best-ryzen/images/tb.jpg) no-repeat fixed;
}
#Media .min-menu ul li:hover, .on-active {
	border: #2E2E2E solid 1px;
	-webkit-filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.7));
	-ms-filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.7));
	filter: drop-shadow(0px 0px 7px rgba(255, 255, 255, 0.7));
	background: rgba(23, 23, 23, 0.7);
}
#best-ryzen .item {
	display: table;
	padding-bottom: 100px;
}
#best-ryzen .item .painter {
	display: table-cell;
	width: 45%;
	vertical-align: middle;
}
#best-ryzen .item .painter_pd {
	display: table-cell;
	width: 25%;
	vertical-align: middle;
}
#best-ryzen .b03 {
	position: relative;
}
#best-ryzen .b03 .b03box {
	position: absolute;
	width: 25%;
	right: 0%;
	top: 5%;
	z-index: 50;
	height: 35%;
}
#best-ryzen .b03 h2 {
	color: #fff;
	font-size: 36px;
	font-family: "DINCond-Medium";
	position: absolute;
	z-index: 10;
	right: 10%;
	left: 10%;
	letter-spacing: 3px;
	line-height: 50px;
	text-transform: uppercase;
	padding: 30px;
	border: 1px solid #fff;
	background-color: rgba(0,0,0,.1);
}
#best-ryzen .pby{padding-bottom: 50px;}

#best-ryzen .pby p{
	letter-spacing: 6px;
	font-size: 2rem;
	text-transform: uppercase;
	border-bottom: #5C5C5C 1px solid;
	margin-bottom: 2%;
}
#best-ryzen .pby ul{display: flex;}
#best-ryzen .pby ul li{padding: 0 5%;}

@media screen and (max-width:1680px) {
#best-ryzen .info {
	padding-top: 5%;
}
#best-ryzen .infomain {
	left: 1%;
	right: 1%;
}
}

@media screen and (max-width:1280px) {
#best-ryzen .infomain {
	left: 1%;
	right: 1%;
}
	
	.ui-box {
	font-size: 14px;

}
}

@media screen and (max-width:1440px) {
	
	#best-ryzen .b02 {
	display: table-row;
	line-height: normal;
}
#best-ryzen .info {
	font-size: 86px;
	padding: 2% 0px;
}
#best-ryzen .infomain {
	left: 0%;
	right: 0%;
}
#best-ryzen .arrow {
	height: 300px;
}
}

@media screen and (max-width:1024px) {
#best-ryzen .infomain {
	left: 2%;
	right: 2%;
}
#best-ryzen .info {
	font-size: 70px;
	padding: 8% 0px 0px 0px;
}
#best-ryzen .arrow {
	height: 300px;
}
	
	#Media .min-menu h3 {
	font-size: 160%;
}
}

@media screen and (max-width:960px) {
	#best-ryzen .pby p{
	
	font-size: 1.5rem;
	
}
	
	#Media .min-menu h3 {
	font-size: 100%;
}
#best-ryzen .info {
	font-size: 32px;
	padding: 8% 0px 0px 0px;
	line-height: normal;
}
#best-ryzen .arrow {
	height: 250px;
}
#best-ryzen .infomain {
	left: 10px !important;
	right: 10px !important;
}
#best-ryzen .b02 .text h2 {
	font-size: 24px;
}
#best-ryzen .b02 .text {
	padding: 0 1%;
	font-size: 14px;
}
#Media .min-menu ul li {
	width: 40%;
	padding: 5px;
}
#best-ryzen .min-menu h2, #best-ryzen .buy h2 {
	font-size: 50px;
}
#best-ryzen .kv {
	width: 60%;
	top: 0px;
	z-index: 1;
}
}
#best-ryzen {
	position: relative;
}
@media screen and (max-width:768px) {
	#best-ryzen .b03 h2{font-size: 22px;
	line-height: 26px;
	}
	
	#best-ryzen .b03 .b03box{width: 35%;}
	.pdname{height: 120px;}
	#best-ryzen .submit a {
	font-size: 24px;
	letter-spacing: normal;
	padding: 5px;
}
	
}


@media screen and (max-width:480px) {
#best-ryzen .min-menu h2, #best-ryzen .buy h2 {
	padding: 0 25px;
	font-size: 30px;
	margin-bottom: 10px;
}
#best-ryzen .pd_cell {
	width: 30%;
}
.pdname {
	height: 120px;
}
#best-ryzen .kv {
	width: 50%;
	top: 0;
}
#best-ryzen .b02 {
	height: 570px;
	position: relative;
}
#best-ryzen .b02 .pd {
	width: 100%;
}
#best-ryzen .b02 img {
	position: relative;
	top: -30px;
}
#best-ryzen .submit a {
	font-size: 20px;
	letter-spacing: normal;
	padding: 5px;
}
#best-ryzen .b02 {
	display: block;
}
#best-ryzen .b02 .text {
	z-index: 999;
	display: inline-block;
	padding: 0 5%;
	text-align: center;
	width: 100%;
}
#best-ryzen .b02 .tp {
	top: 52%;
	position: absolute;
}
#best-ryzen .b02 .pd {
	display: inline-block;
	width: 100%;
}
#best-ryzen .b03 {
	margin-top: 90px;
}
#best-ryzen .b03 .b03box {
	position: relative;
	width: 100%;
	right: 0;
	left: 0;
	background: #B30002;
	border: 0px;
	height: 100px;
}
#best-ryzen .b03 h2 {
	font-size: 22px;
	right: 0;
	left: 0;
	line-height: 26px;
	padding: 0;
}
#best-ryzen .min-menu {
	padding-top: 0;
}
#best-ryzen .min-menu ul {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
#best-ryzen .item .painter_pd {
	display: inline-block;
	width: 50%;
}
#best-ryzen .item {
	display: inline-block;
}
}


