@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: 0px; }
h1 span:last-child { margin-top: 30px; }
h1 { color: #FFF; font-family: rog !important; font-size: 120px; line-height: 60px !important; margin-bottom: 120px !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: #b80202 !important; font-size: 27px; font-family: "Fjalla One" !important; text-transform: uppercase; }
h5 { color: #808080 !important; font-size: 24px !important; font-family: "Fjalla One" !important; text-transform: uppercase; }


small { color: #808080; }
section { margin: 60px 0px; }

.m-20 { margin-top: 20px; }
.m-40 { margin-top: 40px; }
.m-60 { margin-top: 60px; }

.hd-w1200 {
    position: relative;
    width: 1200px;
    padding-bottom: 10px;
    margin: 0 auto;
}

.hd-sec-specsline .spec-main {
    width: 100%;
    height: 811px;
    background: url(../images/M9C_spec.png) center center no-repeat;
    margin-left: -55px;
    margin-bottom: 70px;
}

 ul.spec-left {
    top: 0px;
    left: 25px;
	 list-style-type: none;
}

ul.spec-right {
    top: 50px;
    right: 30px;
	list-style-type: none;
}
.hd-sec-specsline ul {
    display: block;
    width: 240px;
    position: absolute;
}

 .hd-sec-specsline ul {
    display: block;
    width: 240px;
    position: absolute;
}

 .hd-sec-specsline ul{
		display: block;
		width: 240px;		
		position: absolute;
	}
	 .hd-sec-specsline li p{
		margin-bottom: 10px;
		letter-spacing: 0;
	}
	 .hd-sec-specsline li .spec-num,
	 ul.spec-right li:nth-child(3) span.spec-num,
	 ul.spec-right li:nth-child(9) 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: 0px;
		left: 25px;
	}
	 ul.spec-right{
		top: 50px;
		right: 30px;
	}
	 ul.spec-left li:nth-child(2){
		top: 122px;
	}
	 ul.spec-left li:nth-child(3){
		top: 328px;
	}
	 ul.spec-left li:nth-child(4){
		top: 434px;
	}
	 ul.spec-left li:nth-child(5){
		top: 659px;
	}
	 ul.spec-left li:nth-child(5) img{
		margin-left: -10px;
	}

	 ul.spec-right li:nth-child(2){
		top:98px;
	}
	 ul.spec-right li:nth-child(3){
		width: 120%;
		top:128px;
	}
	 ul.spec-right li:nth-child(4){
		top:207px;
	}
	 ul.spec-right li:nth-child(5){
		top:312px;
	}
	 ul.spec-right li:nth-child(6){
		top:360px;
	}
	 ul.spec-right li:nth-child(7){
		top:432px;
	}
	 ul.spec-right li:nth-child(8){
		top:485px;
	}
	 ul.spec-right li:nth-child(9){
		top:527px;
	}
	 ul.spec-right li:nth-child(10){
		top:580px;
	}
	 ul.spec-right li:nth-child(11){
		top:610px;
	}
	 ul.spec-right li:nth-child(3) p,
	 ul.spec-right li:nth-child(3) span,
	 ul.spec-right li:nth-child(9) p,
	 ul.spec-right li:nth-child(9) span{
		display: inline-block;
		vertical-align: middle;
	}


.hd-controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0px;
    margin-left: -5%;
    position: relative;
}

.hd-controls li {
    width: 20%;
    max-width: 130px;
    cursor: pointer;
    opacity: .5;
	list-style-type: none;
	text-align: center;
}

.hd-controls li img {
    display: block;
    width: 65px;
    height: 65px;
    margin: 20px auto 10px;
}

.hd-controls li b { display: block; }