@charset "utf-8";
/*Laptop featuers CSS Document */
* {
	font-size: 100%;
	line-height: 1.5em;
}
/**color**/

.red {
	color: #FF0000;
}
.white {
	color: #FFF;
}
.dark-black {
	color: #262626;
}
.gary{
	
	color: #CCC;
}
/**Gaming feature text**/
h2.nbtitle {
	font-family: "din_pro_bold", 'cwTeXHei', 'Microsoft JhengHei';
	font-size: 2.8rem;
	line-height: 3rem;
	margin-bottom: 3rem;
	font-weight: 800;
	margin-left: 0px;
	color: #FFF;
}
h3.subtitle {
	position: relative;
	font-family: "din_pro_bold", 'cwTeXHei', 'Microsoft JhengHei';
	font-size: 2rem;
	line-height: 2.4rem;
/*	margin-bottom: 1rem;*/
	font-weight: 800;
	margin-left: 0px;
	color: #FFF;
	
	
}
.nb-article {
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-family: "DINPro-Regular", 'cwTeXHei', 'Microsoft JhengHei';
	color: #FFF;
}
.notetext {
	font-size: 1.5rem;
	line-height: 1.8rem;
}

/*＝＝ MEDIA QUERY : 1280px  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


@media screen and (max-width:1280px) {
h2.nbtitle {
	font-size: 2rem;
	line-height: 2.2rem;
     margin-bottom: 2%;
}
.nb-article {
	font-size: 1.5rem;
	line-height: 1.8rem;	
/*	padding: 0px 10px;*/
}

h3.subtitle {
	position: relative;
	font-family: "din_pro_bold", 'cwTeXHei', 'Microsoft JhengHei';
	font-size: 2rem;
	line-height: 2.4rem;
/*	margin-bottom: 1rem;*/
	font-weight: 800;
	margin-left: 0px;
	color: #FFF;
	bottom:-30px;
	
}
	
	.carousel-custom .carousel-caption > p.nb-article {
	font-size: 1.5rem;
	line-height: 1.8rem;
	bottom:-25px;
	position: relative;
	padding: 0px 10px;
}
	
	.carousel-custom .carousel-caption > p {
		font-size: 1.5rem;
	line-height: 1.8rem;
		bottom:-25px;
	position: relative;
		
		
	}
}
/**For Mobile feature **/
/**Learn More Blue Button **/
.learnBtn {
	display: block;
	width: 100%;
	margin-top: 50px;
	
}
.learnBtn a {
	display: block;
	background-color: #65c2f5;
	color: #FFF;
	padding: 10px;
	text-decoration: none;
	font-size: 18px;
	transition: all;
	width: 150px;
	margin: 10px auto;
}
.learnBtn a:hover, .learnBtn a:focus {
	background: #FFF;
	color: #65c2f5;
}