body{
	overflow-x:hidden; 
	background:#000 url("https://asset.msi.com/event/nb/2017/2017XMAS/images/bg.jpg") top center no-repeat;
	background-size: cover;
}
#XMAS2017{
	font-size: 2.5vh;
	font-family: 'DINCondMediumRegular','bebas_neue_cyrillicregular','BebasNeueTurkishSubset','BebasNeuePolishSubset',sans-serif;
}
#XMAS2017 h1{
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 3.5vh;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'DINCondMediumRegular','bebas_neue_cyrillicregular','BebasNeueTurkishSubset','BebasNeuePolishSubset',sans-serif;
	text-shadow: 0px 0px 10px #000;
}
#XMAS2017 h2{
	color: #fff;
	margin: 0;
	padding: 0;
	font-size:3vh;
	font-weight: bold;
	font-family: 'DINCondMediumRegular','bebas_neue_cyrillicregular','BebasNeueTurkishSubset','BebasNeuePolishSubset',sans-serif;
	text-shadow: 0px 0px 10px #000;
}
#XMAS2017 p{
	margin: 0 0 0px;
}
#XMAS2017 a:hover{
	color: red;
}

#NO_padding{
	padding: 0;
}
/*＝＝ HEAD ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#XMAS2017 #HEAD{
	overflow: hidden;
	position: relative;
}
#XMAS2017 #HEAD #intel{
	color: #fff;
	font-size: 2.5vh;
}
#XMAS2017 #HEAD #intel b{
	display: block;
	margin-bottom: 3%;
	color: #fff;
	font-size: 3vh;
}

/*＝＝ NBGIFT ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#NBGIFT .XMASbox{
	padding-top: 1.2%;
	background-color: rgba(0,0,0,0.3);
	height:100%;
	min-height: 100%;
	margin-bottom: 1px;
	color: #fff;
}

#NBGIFT .XMASbox .BUYNOW{
	width: 100%;
}
#NBGIFT .XMASbox .BUYNOW{
	display: block;
	font-size: 4.5vh;
	line-height: 90px;
	letter-spacing: 10px;
	width: 809px;
	height:90px;
	margin: 0 auto;
	color: #e8bd79;
	background: url("https://asset.msi.com/event/nb/2017/2017XMAS/images/btn.png") top center no-repeat;

}

#NBGIFT .XMASbox .BUYNOW:hover{
	color: #ff0;
	background: url("https://asset.msi.com/event/nb/2017/2017XMAS/images/btns.png") top center no-repeat;
}

.Series img{
	width: 100px;
	margin-bottom: 5px;
}
.container-80{
	display: block;
	margin:0 auto;
	width: 80%;
	overflow: hidden;
}
.BUYinfo{
	padding:1% 0;
}
.buylist img{
	margin-bottom: 30px;
}
#NBGIFT .XMASbox .info{
	padding-top: 5%;
	padding-left: 5%;
}
#NBGIFT .XMASbox .info h2{
	font-size: 4vh;
	color: #e8bd79;
	margin-bottom: 20px;
}
#NBGIFT .XMASbox .inforight{
	padding-top: 5%;
	text-align: right;
	padding-right:5%;
	position: relative;
}
#NBGIFT .XMASbox .inforight h2{
	color: #e8bd79;
	margin-bottom: 10px;
}
#NBGIFT .XMASbox .inforight .Value{
	display: block;
}
#NBGIFT .XMASbox .inforight .Value .str{
	display: inline-block;
    position: absolute;
    color: #FFFFFF;
    z-index: 2;
    right: 20%;
    top: 22%;
    width: 200px;
    line-height: 2vh;
    font-size: 3vh;
    text-align: center;
}
#NBGIFT .XMASbox .inforight .Value .str h3{
	color: #000;
	font-size: 5vh;
	font-weight: bold;
	margin: 10px 0 0 0;
}
#NBGIFT .XMASbox .inforight .Value img {
	position: relative;
    width: 200px;
    float: right;
    z-index: 0;
}
#NBGIFT .XMASbox .info ul{
	margin-left: 5%;
}
#NBGIFT .XMASbox .Remarks{
	color: #d3d3d3;
	padding-bottom: 10px;
}

#NBGIFT .XMASbox .BUYinfo{
	background: #000;
	border-bottom: 5px solid #e8bd79;
}
/*＝＝ WTB ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#WTB{
	background: #000;
	padding-top: 1%;
}

#wtbfrom span {
	color: #fff;
	font-size: 18px;
}
#wtbfrom h2 {
	font-size: 24px;
	color: #F00;
	font-weight: bold;
	margin:20px 0;
}
#wtbfrom b {
	color: #F00;
}

#wtbfrom .note {
	color: #F90;
}

#wtbfrom a.btn-nor {
	background: #ff0000;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 12px 20px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	-webkit-box-shadow: 0 4px 0 0 #9e0000;
	box-shadow: 0 4px 0 0 #9e0000;
	text-decoration: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#wtbfrom input[type='text'] {
    margin-right: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    padding: 6px 12px;
    color: #555;
}

.form-horizontal .control-label {
    padding-top: 4px;
    margin-bottom: 0;
    text-align: right;
}

#footerBOX p{
	font-size: 2vh;
}
.Notice{
	font-size:1.8vh;
	 color: red;
}

/*＝＝ mv ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.containerBOX {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.videoBOX {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*＝＝ MEDIA QUERY : WIDER THAN 1500 PX  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width: 1280px) and (max-width: 1366px){
	#NBGIFT .XMASbox .inforight .Value .str{
		display: inline-block;
		position: absolute;
		color: #FFFFFF;
		z-index: 2;
		right: 0%;
		top: 80px;
		width: 80%;
		line-height: 2vh;
		font-size: 3vh;
		text-align: center;
	}
	#XMAS2017 #HEAD .BUYNOW a{
		display: block;
		font-size:3.5vh;
		line-height: 80px;
		letter-spacing: 10px;
		width: 650px;
		height:80px;
		margin: 0 auto;
		color: #e8bd79;
		text-shadow: 0px 0px 10px #000;
		background: url("https://asset.msi.com/event/nb/2017/2017XMAS/images/btn.png") bottom center no-repeat;
		background-size: 100%;
	}
	#XMAS2017 #HEAD .BUYNOW a:hover{
		color: #ff0;
		background: url("https://asset.msi.com/event/nb/2017/2017XMAS/images/btns.png") bottom center no-repeat;
		background-size: 100%;
	}
}
@media screen and (min-width: 1240px) and (max-width: 1280px){
	#NBGIFT .XMASbox {
		text-align: center;
		padding-top: 1%;
		background-color: rgba(0,0,0,0.5);
		height: 100vh;
		min-height: 100%;
		margin-bottom: 1%;
		color: #fff;
	}
	#NBGIFT .XMASbox .inforight .Value .str{
		display: inline-block;
		position: absolute;
		color: #FFFFFF;
		z-index: 2;
		right: 0%;
		top: 80px;
		width: 85%;
		line-height:2vh;
		font-size: 3vh;
		text-align: center;
	}
	#NBGIFT .XMASbox{
		text-align: left;
		padding-top: 1%;
		background-color: rgba(0,0,0,0.5);
		height:100%;
		min-height: 100%;
		margin-bottom: 1%;
		color: #fff;
		overflow: hidden;
	}
	#NBGIFT .XMASbox .inforight .Value img {
		position: relative;
		width: 60%;
		float: right;
		z-index: 0;
	}

}
@media screen and (min-width: 768px) and (max-width: 1240px){
	#XMAS2017 #HEAD .BUYNOW a{
		display: block;
		font-size:3.5vh;
		line-height: 50px;
		letter-spacing: 10px;
		width: 455px;
		height:50px;
		margin: 0 auto;
		color: #e8bd79;
		text-shadow: 0px 0px 10px #000;
		background: url("https://asset.msi.com/event/nb/2017/2017XMAS/images/btn.png") top center no-repeat;
		background-size: 100%;
	}
	#XMAS2017 #HEAD .BUYNOW a:hover{
		color: #ff0;
		background: url("https://asset.msi.com/event/nb/2017/2017XMAS/images/btns.png") top center no-repeat;
		background-size: 100%;
	}
	.XMASbox .info img{
		width: 50%;
	}
	#NBGIFT .XMASbox .info {
		padding-top:2%;
		padding-left: 5%;
	}
	#NBGIFT .XMASbox .inforight {
		padding-top: 2%;
		text-align: right;
		padding-right: 5%;
		position: relative;
	}
	#NBGIFT .XMASbox .inforight .Value .str{
		display: inline-block;
		position: absolute;
		color: #FFFFFF;
		z-index: 2;
		right: 0%;
		top: 50px;
		width:100%;
		line-height:2vh;
		font-size: 3vh;
		text-align: center;
	}
	#NBGIFT .XMASbox{
		text-align: left;
		padding-top: 1%;
		background-color: rgba(0,0,0,0.5);
		height:100%;
		min-height: 100%;
		margin-bottom: 1%;
		color: #fff;
		overflow: hidden;
	}
	#NBGIFT .XMASbox .inforight .Value img {
		position: relative;
		width: 80%;
		float: right;
		z-index: 0;
	}

}
/*＝＝ MEDIA QUERY : WIDER THAN 480 PX  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width: 300px) and (max-width: 768px){

	#XMAS2017 #HEAD .BUYNOW{
		position: relative;
		bottom: 0;
		width: 100%;
	}

	#XMAS2017 #HEAD .BUYNOW a{
		display: block;
		font-size: 4.5vh;
		line-height: 100px;
		letter-spacing: 10px;
		width: 100%;
		height:100px;
		color: #e8bd79;
		text-shadow: 0px 0px 10px #000;
		background: url("https://asset.msi.com/event/nb/2017/2017XMAS/images/btn.png") bottom center no-repeat;
	}
	#XMAS2017 #HEAD .BUYNOW a:hover{
		color: #ff0;
		background: url("https://asset.msi.com/event/nb/2017/2017XMAS/images/btns.png") bottom center no-repeat;
	}
	#NBGIFT .XMASbox .info img{
		margin:0 auto;
	}
	#NBGIFT .XMASbox .info ul{
		list-style:none;
	}
	#NBGIFT .XMASbox{
		text-align: center;
		padding-top: 1%;
		background-color: rgba(0,0,0,0.5);
		height:100%;
		min-height: 100%;
		margin-bottom: 1%;
		color: #fff;
		overflow: hidden;
	}
	#NBGIFT .XMASbox .inforight{
		padding-top: 5%;
		text-align: center;
		padding-right:2%;
	}
	#NBGIFT .XMASbox .inforight .Value img {
		position: relative;
		width: 50%;
		float: none;
		z-index: 0;
	}
	#NBGIFT .XMASbox .inforight .Value .str {
		display: inline-block;
		position: absolute;
		color: #FFFFFF;
		z-index: 2;
		right: 0%;
		top: 50px;
		width: 100%;
		line-height: 2.5vh;
		font-size: 5vh;
		text-align: center;
	}
	#NBGIFT .XMASbox .Remarks {
		color: #d3d3d3;
		margin-top: 10px;
		padding-bottom: 10px;
		border-top: 1px #4b4b4b solid;
	}
	#NBGIFT .XMASbox .BUYNOW{
	display: block;
	font-size: 4.5vh;
	line-height: 90px;
	letter-spacing: 10px;
	width: 100%;
	height:90px;
	margin: 0 auto;
	color: #e8bd79;
	background: url("https://asset.msi.com/event/nb/2017/2017XMAS/images/btn.png") top center no-repeat;

}
}

