@charset "utf-8";
/* CSS Document */

@font-face {
 	font-family: 'rog';
 	src: url('../fonts/rog.otf');
	src: url('../fonts/rog.otf') format('embedded-opentype');
  src:url("../fonts/rog.ttf") format("opentype");
 	font-weight: normal;
 	font-style: normal
}

body { background-color: #000; color: #EBEBEB; }
h1 span { color: #b60a17; display: block; font-family: rog !important; font-size: 68px; margin-bottom: 10px; }
h1 { color: #FFF; font-family: rog !important; font-size: 100px; line-height: 45px !important; margin-bottom: 70px !important; }
h2 { color: #b60a17 !important; font-size: 60px; line-height: 40px !important; margin-bottom: 30px !important; font-weight: 300; font-family: rog !important; text-transform: uppercase; }
h4 { color: #808080 !important; font-size: 27px; font-family: "Fjalla One" !important; text-transform: uppercase; }
h5 { color: #b60a17 !important; font-size: 24px !important; font-family: "Fjalla One" !important; text-transform: uppercase; }


/* specsline */	
	.hd-sec-specsline .spec-main{
		width: 100%;
		height: 835px;
		background: url('../images/spec.png') center center no-repeat;
		margin-left: -80px;
		margin-bottom: 70px;
	}
	.hd-sec-specsline ul{
		display: block;
		width: 240px;		
		position: absolute;
		margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    box-sizing: border-box;
	}
	.hd-sec-specsline li p{
		margin-bottom: 10px;
		letter-spacing: 0;
	}
	.hd-sec-specsline li .spec-num,
	ul.spec-right li:nth-child(2) span.spec-num,
	ul.spec-right li:nth-child(7) span.spec-num{
		width: 24px;
		height: 24px;
		border-radius: 12px;
		line-height: 18px;
		text-align: center;
		border:2px solid #8D0000;
		position: absolute;
		top: 0;
		left: 0;
		display: none;
	}
	.hd-sec-specsline li{		
		position: absolute;
	}	
	ul.spec-left{
		top: 58px;
		left: 5px;
	}
	ul.spec-right{
		top: 74px;
		right: 15px;
	}
	ul.spec-left li:nth-child(2){
		top: 80px;
	}
	ul.spec-left li:nth-child(3){
		top: 195px;
	}
	ul.spec-left li:nth-child(4){
		top: 317px;
	}
	ul.spec-left li:nth-child(5){
		top: 468px;
	}
	ul.spec-left li:nth-child(5) b{
		margin-bottom: 10px;
	}
	ul.spec-left li:nth-child(6){
		top: 615px;
	}

	ul.spec-right li:nth-child(2){
		top:72px;
	}
	ul.spec-right li:nth-child(2) span img{
		display: inline-block;
		vertical-align: top;
		margin-left: 10px;
	}
	ul.spec-right li:nth-child(3){
		top:131px;
	}
	ul.spec-right li:nth-child(4){
		top:177px;
	}
	ul.spec-right li:nth-child(5){
		top:265px;
	}
	ul.spec-right li:nth-child(6){
		top:323px;
	}
	ul.spec-right li:nth-child(7){
		width: 120%;
		top:373px;
	}
	ul.spec-right li:nth-child(8){
		top:435px;
	}
	ul.spec-right li:nth-child(9){
		top:667px;
	}
	ul.spec-right li:nth-child(10){
		top:707px;
	}
	ul.spec-right li:nth-child(2) p,
	ul.spec-right li:nth-child(2) span,
	ul.spec-right li:nth-child(7) p,
	ul.spec-right li:nth-child(7) span{
		display: inline-block;
		vertical-align: middle;
	}
.align_left li, .align_left p { text-align: left; }