@charset "utf-8";
@import url('reset.css');
@import url('fonts.css');
@import url('common.css');
@import 'https://fonts.googleapis.com/css?family=Fjalla+One';
@import 'https://fonts.googleapis.com/css?family=Julius+Sans+One';
@import 'https://fonts.googleapis.com/css?family=Rajdhani';
@import 'https://fonts.googleapis.com/css?family=Roboto';
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;
}
 @keyframes arrow {
 0% {
 transform: translateX(0px);
 opacity: 0;
}
 100% {
 transform: translateX(10px);
 opacity: 1;
}
}
 @keyframes arrowY {
 0% {
 transform: translateY(0px) rotate(90deg);
 opacity: 0;
}
 100% {
 transform: translateY(10px) rotate(90deg);
 opacity: 1;
}
}
 @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);
}
}
* {
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	box-sizing: border-box;
}
/*----landing page-----*/
html *, html *:before, html *:after {
	box-sizing: border-box;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
body {
	background: #000;
	color: #fff;
}
#in_pro {
	background: #000;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	overflow-x: hidden;
	font-family: 'DINPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 130% !important;
	color: #fff !important;
	position: relative;
	background: url(https://asset.msi.com/event/nb/2018/in_pro/images/bg.jpg);
}
#in_pro h1 {
	font-size: 36px;
}
.lead {
	text-shadow: 0px 0px 3px #ff3445, 0px 0px 6px #ff1327, 0px 0px 9px #ff1327, 0px 0px 12px #ff0016;
}
#pd_box {
	background: url(https://asset.msi.com/event/nb/2018/in_pro/images/pd_box-bg.png) rgba(40, 40, 40, 0.5);
	background-image: url(https://asset.msi.com/event/nb/2018/in_pro/images/event-bg-2.png);
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
	margin: 40px auto;
	position: relative;
	padding: 20px;
}
#pd_box p {
	margin-bottom: 15px;
}
#pd_box::before, #pd_box::after, #pd_box > div::before, #pd_box > div::after {
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	width: 20px;
}
#pd_box::before {
	border-top: 6px solid #f7a12a;
	border-left: 6px solid #f7a12a;
	left: 0;
	top: 0;
}
#pd_box::after {
	border-top: 6px solid #f7a12a;
	border-right: 6px solid #f7a12a;
	right: 0;
	top: 0;
}
#pd_box > div::before {
	bottom: 0;
	border-bottom: 6px solid #f7a12a;
	border-left: 6px solid #f7a12a;
	left: 0;
}
#pd_box > div::after {
	bottom: 0;
	border-bottom: 6px solid #f7a12a;
	border-right: 6px solid #f7a12a;
	right: 0;
}
#pd_box h3 {
	margin: 10px 0 30px;
}
#in_pro #wtb .table-wtb {
	width: 100%;
	margin: 0 auto;
	max-width: auto;
	border-collapse: collapse;
	border: 2px solid #b85d00;
}
#in_pro #wtb .table-wtb th {
	border-top: #592d5e 1px solid;
	background: rgba(205,105, 0, 0.9);
	padding: 15px;
}
#in_pro #wtb .table-wtb td {
	background: rgba(0, 0, 0, 0.4);
	border-bottom: #333 1px solid;
	padding: 15px;
}
#in_pro #wtb .table-wtb tr {
	border-left: #b85d00 2px solid;
	border-right: #b85d00 2px solid;
}
#in_pro #wtb .table-wtb td:nth-child(even) {
	background: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 768px) {
#in_pro #wtb .tbbox {
	width: 100%;
	overflow-x: scroll;
}
}
#in_pro #wtb .txt {
	padding: 3em 0 2em;
}
#in_pro #wtb .txt h2 {
	font-family: "DINCond-Bold";
}
#in_pro #wtb .txt .tb {
	display: table;
	width: 100%;
	margin: 0 auto;
	border-spacing: 5px;
	text-align: center;
}
#in_pro #wtb .txt .tb .tr {
	display: table-row;
}
#in_pro #wtb .txt .tb .th {
	display: table-cell;
	width: 25%;
}
#in_pro #wtb .txt .tb .td {
	display: table-cell;
	width: 25%;
}
#in_pro #wtb .txt .tb .td {
	background: #644c39;
	padding: 20px;
}
#in_pro #wtb .txt .tb .td i {
	font-size: 3em;
}
#in_pro #wtb .txt .tb .td h3 {
	font-family: "DINCond-Bold";
	padding: 5px 0 10px;
}
#in_pro #wtb .txt .tb .td p {
	font-size: 0.9em;
}
#in_pro #wtb .txt .tb .td a {
	color: #fff;
}
#in_pro #wtb .txt .tb .td a:hover {
	border-bottom: #fff 1px dashed;
}

@media screen and (max-width: 768px) {
#in_pro #wtb .txt .tb .tr, #in_pro #wtb .txt .tb .td {
	display: table;
	width: 100%;
	margin: 5px 0;
}
}
#in_pro #wtb .notice {
	padding-top: 3em;
	font-size: 0.8em;
}
#in_pro .wtb .wtb-att {
	width: 100%;
	margin: 15px auto;
	text-align: center;
}
#in_pro .wtb .wtb-att .wtb-link-txt {
	display: inline-block;
	text-align: center;
	width: 100%;
}
#in_pro .wtb .wtb-att {
	font-size: 1.25rem;
	padding: 0;
	margin-top: 30px;
	line-height: 1.6;
}
#in_pro .wtb .wtb-att a {
	font-size: 1.6rem;
	color: #ffa939;
	text-decoration: underline;
	display: inline-block;
	margin: 15px 0;
	padding: 0 10px;
	opacity: .85;
	line-height: 1.6;
}
#in_pro .wtb .wtb-att a:hover {
	color: #ffa939;
	text-decoration: underline;
	opacity: 1;
}

@media screen and (max-width:960px) {
}
