﻿@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic);

/*---------------------- 20180716 TUF GAMING M5 -----------------------*/
@font-face {
    font-family: 'Machine';
    src: url('../fonts/Machine-Regular.ttf');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/Myriad.ttf');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'MyriadPro Bold';
    src: url('../fonts/Myriad-Bold.ttf');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'rogfontsv1.5-regular';
    src: url('../fonts/rogfontsv1.5-regular-webfont.ttf');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'rogfontsv1.5-regular';
    src: url('../fonts/rogfontsv1.5-regular-webfont.ttf');
    src: local('rogfontsv1.5-regular'),
    url('../fonts/rogfontsv1.5-regular-webfont.woff') format('woff'),
    url('../fonts/rogfontsv1.5-regular-webfont.ttf') format('truetype')
}
@font-face {
    font-family: 'xoloniumregular';
    src: url('../fonts/xoloniumregular.ttf');
    src: local('xoloniumregular'),
    url('../fonts/xoloniumregular.woff') format('woff'),
    url('../fonts/xoloniumregular.ttf') format('truetype')
}
#hd h2{
    font-family: "xoloniumregular";
    font-weight: normal;
    font-size: 36px;
	line-height: 1.2em !important;
    margin: 0 0 0.5em 0 !important;
    color: #f90c00 !important;
    margin-bottom: 0.3em;
}
#hd .text p{
    font-family: "Roboto", serif;
    font-size: 16px;
    line-height: 1.5em;
}


@media screen and (max-width: 750px) {
#hd h2{
    font-size: 30px;
}
}
@media screen and (max-width: 550px) {
#hd h2{
    font-size: 25px;
}
}
@media screen and (max-width: 350px) {
#hd h2{
    font-size: 20px;
}
#hd .text p{
    font-size: 15px;
}
}


/*------------------- m5-1 ---------------------*/

#m5-1 .hero{
    background: url(../img/gladius_ii_01.jpg) center top no-repeat;
    height: 100vh;
    background-size: cover;
}
#m5-1 .text{
    width: 80%;
    max-width: 1200px;
    box-sizing: border-box;
    padding: 0 20px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    text-align: center;
}
@media screen and (max-width: 1200px) {
/*#m5-1 .text{
    width: 95%;
    max-width: 95%;
    left: 4%;
    top: 4%;
}*/
}
@media screen and (max-width: 500px) {
#m5-1 .hero{
    background-size: 900px;
    background-position: 40% -20%;
    height: 450px;
}
#m5-1 .text{
	/*top: auto;
	left: auto;*/
    width: 100%;
    position: relative;
    /*margin-top: 20px;*/
    margin-top: -150px;
    padding-bottom: 20px;
}
}

@media screen and (max-width: 280px) {
#m5-1 .text{
    top: auto;
    left: auto;
    width: 100%;
    position: relative;
}
#m5-1 .text h1{
    font-size: 35px;
    margin-bottom: 0.5em;
}
}

/*------------------- m5-2 ---------------------*/

#m5-2{
    /*margin-top: 100px !important;*/
    background-color: #13110e;
	background: url(../img/gladius_ii_02.jpg) center top no-repeat;
    height: 901px;
	position: relative;
    background-size: cover;
	/*display:inherit;*/
    overflow: hidden;
}
#m5-2 .img{
    background: url(../img/gladius_ii_02.jpg) center top no-repeat;
    height: 901px;
    background-color: #13110e;
}
/*#hd #m5-2 .img img{
    max-width: 1000% !important;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
}*/
#m5-2 .text{
    max-width: 950px;
    box-sizing: border-box;
    padding: 50px 20px 0 20px;
    margin: 0 auto 0 auto;
    text-align: center;
    z-index: 5;
    position: relative;
}
#m5-2 .cover_left{
	width: 50%;
	height: 901px;
	background-color: rgba(0,0,0,0.60);
	z-index: 1;
	top: 0px;
	left: 0px;
	position: absolute;
	display: block;	
	-webkit-transition: all 1s 0s;
	-o-transition: all 1s 0s;
	transition: all 1s 0s;
	}
#m5-2 .cover_left:hover{
	width: 51%;
    left: -1%;
    background-color: rgba(0,0,0,0.0);	
	}

#m5-2 .cover_right{
	width: 50%;
	height: 901px;
	background-color: rgba(0,0,0,0.60);
	z-index: 1;
	top: 0px;
	right: 0px;
	position: absolute;
	display: block;	
	-webkit-transition: all 1s 0s;
	-o-transition: all 1s 0s;
	transition: all 1s 0s;
	}

#m5-2 .cover_right:hover {
	width: 51%;
    right: -1%;
	background-color: rgba(0,0,0,0.0);
}
#m5-2 .m2-btn{
	font-family:"rogfontsv1.5-regular";
	font-size: 50px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 55%;
    cursor: pointer;
}
#m5-2 .m2-btn i{
    font-size: 36px;
    padding-left: 2px;
    font-weight: normal;
    font-style: normal;
}
#m5-2 .m2-btn b{
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
}
#m5-2 .m2-btn img{
	margin-top: 30px;
}
#m5-2 .flash{
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	top:0px;
	left:50%;
    margin-left: -45px;
	overflow:hidden;
	position: absolute;
	text-align:center;
	}



@media screen and (min-width: 2300px) {
#m5-2 .m2-btn{
    margin-top: 25%;
}
}

@media screen and (max-height: 800px), screen and (max-width: 1300px) {
#m5-2{
    height: 600px;
}
#m5-2 .cover_left{
    height: 600px;
    }
#m5-2 .cover_right{
    height: 600px;
    }
#m5-2 .m2-btn{
    margin-top: 40%;
    font-size: 30px;
    }
#m5-2 .m2-btn i{
    font-size: 22px;
}
#m5-2 .m2-btn b{
    font-size: 18px;
}
#m5-2 .cover_left .m2-btn img{
    width: 50px;
    margin-top: 10px;
    }
#m5-2 .cover_right .m2-btn img{
    width: 40px;
    margin-top: 10px;
    }
}

@media screen and (max-width: 1100px) {
#m5-2 .m2-btn{
    margin-top: 80%;
}
}
@media screen and (max-width: 700px) {
#m5-2 .m2-btn{
    margin-top: 140%;
}
}
@media screen and (max-width: 450px) {
#m5-2 .m2-btn{
    margin-top: 220%;
    font-size: 20px;
}
#m5-2 .m2-btn i{
    font-size: 15px;
}
#m5-2 .m2-btn b{
    font-size: 10px;
}
}

/*
@media screen and (max-width: 1100px) {
#m5-2 .m2-btn{
	margin-top: 100%;
}
}

@media screen and (max-width: 700px) {
#m5-2 .m2-btn{
	margin-top: 170%;
	font-size: 28px;
}
}

@media screen and (max-width: 400px) {
#m5-2 .m2-btn{
	margin-top: 280%;
	font-size: 20px;
}
}
*/





/*@media screen and (min-width: 2200px) {
#m5-2 .img{
    background-size: 2000px auto;
    height: 1100px;
}
#hd #m5-2 .img img{
    margin-left: -1000px;
    width: 2000px;
}
}
@media screen and (min-width: 2800px) {
#m5-2 {
    background-size: 2800px auto;
    height: 1400px;
}
#hd #m5-2 .img img{
    margin-left: -1400px;
    width: 2800px;
}
}
@media screen and (min-width: 3800px) {
#m5-2 {
    background-size: 3800px auto;
    height: 1800px;
}
#hd #m5-2 .img img{
    margin-left: -1900px;
    width: 3800px;
}
}

@media screen and (max-width: 1650px) {
#m5-2 {
    background-size: 1400px;
    height: 901px;
}
#hd #m5-2 .img img{
    margin-left: -700px;
    width: 1400px;
}
#m5-2 .text{
    margin-top: -200px;
}
}

@media screen and (max-width: 1350px) {
#m5-2 {
    /*background-size: 1200px;*/
   /* height: 901px;
}
#hd #m5-2 .img img{
    margin-left: -600px;
    width: 1200px;
}
}

@media screen and (max-width: 1050px) {
#m5-2 {
    background-size: 100%;
    height: 901px;
}
#hd #m5-2 .img img{
    margin-left: -450px;
    width: 900px;
}
#m5-2 .text{
    padding-bottom: 80px;
}
}


@media screen and (max-width: 720px) {
#m5-2 {
    height: 420px;
    background-size: 100%;
}
/*#hd #m5-2 .img img{
    margin-left: -384px;
    width: 768px;
}*/
/*#m5-2 .text{
    margin-top: -100px;
}
}


@media screen and (max-width: 480px) {
#m5-2 {
    height: 315px;
    background-size: 576px;
}
#hd #m5-2 .img img{
    margin-left: -288px;
    width: 576px;
}
#m5-2 .text{
    margin-top: -50px;
    padding-bottom: 50px;
}
}

@media screen and (max-width: 360px) {
#m5-2{
    margin-top: 50px !important;
}
#m5-2 .img{
    height: 210px;
    background-size: 384px;
}
#hd #m5-2 .img img{
    margin-left: -192px;
    width: 384px;
}
#m5-2 .text{
    margin-top: -20px;
    padding: 0 10px 50px 10px;
}
}*/
/*----------------跳出視窗左------------------*/

#m5-2-L{
	background: url(../img/gladius_ii_02_l.jpg) center top no-repeat;
	/*background-size: 100% auto;*/
	background-color: #13110e;
    background-size: cover;
	height: 901px;
    z-index: 10;
	position: absolute;
	left: 0px;
    top: 0px;
	left:-100%;
    width: 100%;
	}
#m5-2-L .text{
    max-width: 2500px;
    box-sizing: border-box;
    padding: 20% 20px 0 2%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    box-sizing: border-box;
    text-shadow: 0 1px 5px #000, 0 1px 5px #000, 0 1px 5px #000, 0 1px 5px #000;
}
#m5-2-L .text .area{
    width: 33%;
}
#m5-2-L .note{
    font-size: 14px;
	margin-top: 30px;
	color:#ffffff;
	/*bottom: 10px;*/
	
}
#m5-2-L .backbtn{
	right: 5%;
	/*left: 90%;*/
	top: 50%;
	position: absolute;
	display:block;
	z-index:11;
    cursor: pointer;
    transition: all 0.2s;
	}
#m5-2-L .backbtn:hover{
    right: 4.5%;
    }


@media screen and (max-height: 800px), screen and (max-width: 1300px) {
#m5-2-L{
    height: 600px;
}
#m5-2-L .text{
    padding-top: 4%;
}
}


@media screen and (min-width: 2900px) {
#m5-2-L .text{
    padding-top: 10%;
}
#m5-2-L .text .area {
}
}

@media screen and (max-width: 1000px) {
#m5-2-L .text{
}
#m5-2-L .text .area {
    width: 50%;
}
}
@media screen and (max-width: 500px) {
#m5-2-L .text{
    padding-top: 20%;
}
#m5-2-L .text .area {
    width: 70%;
}
}




/*@media screen and (min-width: 2200px) {
#m5-2-L{
    background-size: 2000px auto;
    height: 1100px;
}
}
@media screen and (min-width: 2800px) {
#m5-2-L {
    background-size: 2800px auto;
    height: 1400px;
}
}
@media screen and (min-width: 3800px) {
#m5-2-L {
    background-size: 3800px auto;
    height: 1800px;
}

}

@media screen and (max-width: 1650px) {
#m5-2-L {
    background-size: 1400px;
    height: 840px;
}

#m5-2-L .text{
    /*margin-top: -200px;*/
/*}
}

@media screen and (max-width: 1350px) {
#m5-2-L {
    background-size: 1200px;
    height: 700px;
}
}


@media screen and (max-width: 768px) {
#m5-2-L {
    height: 420px;
    background-size: 100%;
}
/*#hd #m5-2 .img img{
    margin-left: -384px;
    width: 768px;
}*/
/*#m5-2-L .text{
    margin-top: -100px;
}
}


@media screen and (max-width: 480px) {
#m5-2-L {
    height: 315px;
    background-size: 576px;
}

#m5-2-L .text{
    margin-top: -50px;
    padding-bottom: 50px;
}
}
/*----------------跳出視窗右------------------*/

#m5-2-R{
	background: url(../img/gladius_ii_02_r.jpg) center top no-repeat;
	/*background-size: 100% auto;*/
	background-color: #13110e;
    background-size: cover;
	height: 901px;
	z-index: 14;
	display: block;
	top:0px;
	left: 100%;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
	}
#m5-2-R .text{
    max-width: 800px;
    box-sizing: border-box;
    padding: 18% 0px 0 20px;
    margin: 0 auto;
    position: relative;
	left: 45%;
	text-align:left;
}
#m5-2-R .text .area{
    width: 55%;
}
#m5-2-R .note{
    font-size: 14px;
	margin-top: 50px;
	color:#ffffff;
	/*bottom: 10px;*/
	
}
#m5-2-R .backbtn{
	left: 5%;
	/*left: 90%;*/
	top: 50%;
	position: absolute;
	display:block;
	z-index:15;
    cursor: pointer;
    transition: all 0.2s;
	}
#m5-2-R .backbtn:hover{
    left: 4.5%;
    }


@media screen and (max-height: 800px), screen and (max-width: 1300px) {
#m5-2-R{
    height: 600px;
}
}

@media screen and (min-width: 1920px) {
#m5-2-R .text{
    padding-top: 10%;
    left: 40%;
}
#m5-2-R .text .area{
    width: 60%;
}
}

@media screen and (min-width: 3000px) {
#m5-2-R .text{
    left: 25%;
}
#m5-2-R .text .area{
    width: 70%;
}
}



@media screen and (max-width: 768px) {
#m5-2-R .text{
	left:20%;
}
#m5-2-R .text .area {
    width: 70%;
}
}









/*@media screen and (min-width: 2200px) {
#m5-2-R{
    background-size: 2000px auto;
    height: 1100px;
}
}
@media screen and (min-width: 2800px) {
#m5-2-R {
    background-size: 2800px auto;
    height: 1400px;
}
}
@media screen and (min-width: 3800px) {
#m5-2-R {
    background-size: 3800px auto;
    height: 1800px;
}

}

@media screen and (max-width: 1650px) {
#m5-2-R {
    background-size: 1400px;
    height: 840px;
}

#m5-2-L .text{
    /*margin-top: -200px;*/
/*}
}

@media screen and (max-width: 1350px) {
#m5-2-R {
    background-size: 1200px;
    height: 700px;
}
}


@media screen and (max-width: 768px) {
#m5-2-R {
    height: 420px;
    background-size: 100%;
}
/*#hd #m5-2 .img img{
    margin-left: -384px;
    width: 768px;
}*/
/*#m5-2-R .text{
    margin-top: -100px;
}
}


@media screen and (max-width: 480px) {
#m5-2-R {
    height: 315px;
    background-size: 576px;
}

#m5-2-R .text{
    margin-top: -50px;
    padding-bottom: 50px;
}
}


/*------------------- m5-3 ---------------------*/

#m5-3{
    background: url(../img/gladius_ii_03.jpg) center top no-repeat;
    background-color: #000;
    height: 750px;
}
#m5-3 .text{
    max-width: 775px;
    box-sizing: border-box;
    padding: 0 20px;
    position: absolute;
    left: calc(45% - 40px);
    top: 50%;
    transform: translateY(-50%);
}
#m5-3 .text .list{
    margin-top: 10%;
    text-align: left;
    max-width: 700px;
    font-family: "MyriadPro", "Roboto", serif;
    font-size: 18px;
	line-height:1em;
}
#m5-3 .text .list > div{
    width: 32%;
    display: inline-block;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    vertical-align: top;
}
#m5-3 .text .list > div img{
    display: block;
    margin: 0 auto 10px auto;
    width: 100%;
    max-width: 141px !important;
}
#m5-3 .text .list .ItemNumber{
	font-family: "rogfontsv1.5-regular";
	font-size: 40px;
    padding-right: 3px;
}
#m5-3 .text .list .ItemUnit{
	font-family: "xoloniumregular";
	font-size: 20px;
}
#m5-3 .text .list .ItemSpec{
	font-family: "rogfontsv1.5-regular";
	font-size: 22px;
	color:#f90c00;
    line-height: 0.8em;
}
@media screen and (min-width: 1920px) {
#m5-3{
    background-size: 100% auto;
    height: 50vw;
}
}
@media screen and (max-width: 1366px) {
#m5-3 .text {
    max-width: 750px;
}
#hd h2{
    font-size: 30px;
}
}
@media screen and (max-width: 960px) {
#m5-3{
    margin-top: 0px !important;
    /*height: 900px;*/
    background-size: 100%;
}
#m5-3 .text{
    left: 20px;
    top: 500px;
}
}
/*@media screen and (max-width: 650px){
    #m5-3{
        background: url(../img/Gladius-II_03_2.jpg) center top no-repeat;
    }
}*/
@media screen and (max-width: 650px) {
#m5-3{
    background: url(../img/gladius_ii_03_2.jpg) center top no-repeat;
    height: auto;
    /*background-size: 576px;*/
    background-position: 25% top;
    background-size: contain;
}
#m5-3 .text{
    left: 0;
    top: 400px;
    position: relative;
    padding-top: 330px;
    padding-bottom: 30px;
}
#m5-3 .text .list > div{
    width: 95%;
    margin-bottom: 20px;
}
}
@media screen and (max-width: 450px) {
    #m5-3 .text{
        padding-top: 250px;
    }
}



/*------------------- m5-4 ---------------------*/
#m5-4{
    background: url(../img/gladius_ii_04.jpg) center bottom no-repeat;
    background-size: 100%;
    height: 971px;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}
#m5-4 .text{
	/*max-width: 800px;*/
	box-sizing: border-box;
	padding: 20% 20px 0 20px;
	margin: 0 auto;
	left: 20px;
	position: absolute;
	z-index: 0;
}
#m5-4 .text .area{
    width: 50%;
}
#m5-4 .burger > div{
    max-width: 100%;
    position: absolute;
    box-sizing: border-box;
}
#m5-4 .burger img{
    max-width: 100%;
}
#m5-4 .burger .burger-1{
    width: 50%;
    padding-bottom: 28%;
    right: 1%;
    top: 2%;
    z-index: 3;
}
#m5-4 .burger .burger-2{
    padding-bottom: 34%;
    width: 50%;
    right: 1%;
    top: 2%;
    z-index: 4;
    overflow-y: hidden;
}
#m5-4 .burger .burger-2 img{
    margin-top: 42%;
    width: 35%;
    margin-left: 0;
}
#m5-4 .burger .burger-2 img.active{
    background: url(../img/explode_2_glow.png) center center no-repeat;
    background-size: 100%;
}
#m5-4 .burger .burger-3{
    width: 50%;
    right: 1%;
    top: 2%;
    padding-bottom: 21%;
    z-index: 4;
    cursor: pointer;
}
#m5-4 .burger .burger-3 img{
    margin-top: 72%;
    width: 35%;
    margin-left: 0;
}
#m5-4 .burger .burger-3 img.active{
    background: url(../img/explode_3_glow.png) center center no-repeat;
    background-size: 100%;
    cursor: pointer;
}
#m5-4 .burger .burger-4{
    width: 50%;
    right: 1%;
    bottom: 0;
    z-index: 1;
}
#m5-4 .burger .burger-4 img{
    width: 100%;
}

#m5-4 .bottom_word{
    position: absolute;
    left: 0;
    bottom: 5%;
    padding-left: 40px;
    color: #fff;
    z-index: 2;
}


@media screen and (min-width: 1920px) {
#m5-4{
    background-size: 100% auto;
}
}
@media screen and (max-width: 1000px) {
#m5-4{
    height: 700px;
}
#m5-4 .text{
	padding-top: 5%;
}
}
@media screen and (max-width: 768px) {
#m5-4{
    height: 900px;
}
#m5-4 .text{
	top: auto;
	left: auto;
	position: relative;
}
#m5-4 .text .area{
    width: 95%;
}
#m5-4 .burger .burger-1{
    width: 60%;
    right: 10%;
    top: auto;
    bottom: 0%;
}
#m5-4 .burger .burger-2{
    width: 60%;
    right: 10%;
    top: auto;
    bottom: 0%;
}
#m5-4 .burger .burger-3{
    width: 60%;
    right: 10%;
    top: auto;
    bottom: 0%;
}
#m5-4 .burger .burger-4{
    width: 60%;
    right: 10%;
    top: auto;
    bottom: 0%;
}
}

@media screen and (max-width: 550px) {
#m5-4{
    height: 720px;
}
}



/*
@media screen and (max-width: 350px) {
#m5-4 .text .list{
    font-size: 14px;
}
}
*/
#hd .morebtn{
	width: 200px;
	font-family: "rogfontsv1.5-regular";
	font-size: 30px;
	color: rgba(255,0,0,1) !important;
	display: block;
	cursor: pointer;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border: 2px solid #FF0000;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
	position:relative;
	}
#hd .morebtn:hover{
	background-color: #330000;
	}
#hd .morebtn a.btext{
	font-family: "rogfontsv1.5-regular";
	font-size: 30px;
	color: rgba(255,0,0,1) !important;
	cursor: pointer;
	vertical-align: middle;
	}



#models .morebtn{
	margin: 0 auto !important;
	width: 150px;
    height: 43px;
	}
#models .morebtn .btext{
	font-size: 22px;
    padding-top: 5px;
	}
#models .morebtn a{
    color: rgba(255,0,0,1);
    display: block;
    }







#lightboxN {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,1);
	z-index: 20;
	top: 0px;
	right: 0px;
	position: fixed;
	display: none;
	left: 0ex;
	bottom: 0px;
	scroll: none;
	}
#lightboxN .box-container {
	width: 88%;
	min-height: 75%;
	background-color: #333333;
	margin-top: 0%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0%;
	border-right: 1px solid #FF0004;
	border-left: 1px solid #FF0004;
	display:block;
	top:10%;
	left:6%;
	position: fixed;
	padding: 70px 20px 20px 20px;
	box-sizing: border-box;
}
#lightboxN .closeW{
	z-index: 25;
	display: block;
	top: 50px;
	right: 2%;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(../img/closebtn.png);
	width: 33px;
	height: 33px;
    cursor: pointer;
	-webkit-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s;
	transition: all .5s linear 0s;
	   }
#lightboxN .closeW:before,
#lightboxN .closeW:after {
	display: block;
	top: 2%;
	right: 2%;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(../img/closebtn.png);
	width: 33px;
	height: 33px;

	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
}
#lightboxN .closeW:hover {
	-webkit-transform: rotation(45degree);
	-o-transform: rotation(45degree);
	transform: rotation(45degree);
}
/*#lightboxN .closeW:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#lightboxN .closeW:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#lightboxN .closeW:hover:before {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
#lightboxN .closeW:hover:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}*/
#lightboxN .leftbox{
	width: 53%;
	height: 100%;
	border-right: 1px solid #ffffff;
	text-align:center;
	display: block;	
	top: 0px;
	left: -3%;
	position: relative;
	/*padding:3.5%;*/
	}
#lightboxN .rightbox{
	width: 50%;
	height: 100%;
	text-align: center;
	left: 50%;
	display: block;
	top: 0px;
	right: 0px;
	position: absolute;
	display: block;
	padding-top: 3.9%;
	padding-right: 3.5%;
	padding-left: 3.5%;
	padding-bottom: 3.5%;
	box-sizing: border-box;
	
	}
#lightboxN .midTitle{
	font-family:"xoloniumregular";
	font-size:24px;
	color:#FFFFFF;
	margin-bottom:20px;
	}
#lightboxN .specs p{
    font-size: 16px;
    }
#lightboxN .specs .midTitle{
	font-family:"xoloniumregular";
	font-size: 18px;
	color:#FFFFFF;
	margin-bottom:5px;
	}


#lightboxN .rightbox .csslider-switch-wrapper{
    min-height: 210px;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 1400px) {
#lightboxN .rightbox .csslider-switch-wrapper{
    min-height: auto;
    }
}




#lightboxN .leftbox .csslider{
	height: 100%;
	margin-top: 0%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0%;
	/*line-height:10px;*/
	}
#lightboxN .leftbox .csslider img{
	/*width: 90%;*/
    display: block;
    max-width: 430px !important;
	text-align:center;
	margin: 0 auto 10px auto;
	}
#lightboxN .leftbox .csslider .pic1{
    text-align:center;
	margin-bottom: 0px;
	display: inherit;
	position: relative;
    min-height: 310px;
	}
#lightboxN .leftbox .csslider .pic2{
    text-align:center;
	margin-bottom: 0px;
	display: none;
    min-height: 310px;
	}
#lightboxN .leftbox .csslider .pic3{
    text-align:center;
	margin-bottom: 0px;
	display: none;
    min-height: 310px;
	}
@media screen and (max-width: 1000px) {
#lightboxN .leftbox .csslider .pic1,#lightboxN .leftbox .csslider .pic2,#lightboxN .leftbox .csslider .pic2{
    min-height: auto;
    }
}


#lightboxN .leftbox .csslider p{
	font-size: 16px;
	}
#lightboxN .csslider .navigation{
	bottom: 0px;
	margin-top: 20px;
    text-align: center;
	/*position: absolute;
	text-align:center;
	display: block;*/
	}
#lightboxN .csslider .navigation a{
    width: 12px;
    height: 12px;
    border-radius: 20px;
    display: inline-block;
    margin: 5px;
    border: 1px solid #fff;
    }
#lightboxN .csslider .navigation a.active{
    background-color: #fff;
    }


#lightboxN .text-wrapper{
    min-height: 125px;
    }


#lightboxN .rightbox .switch1, #lightboxN .rightbox .switch2, #lightboxN .rightbox .switch3 {
	width:30%;
	/*text-align:center;*/
	left: 5%;
	top: 25px;
	margin-bottom: 20px;
	position: relative;
	display: block;
	float:left;
	}
#lightboxN .rightbox .t{
    font-size: 15px;
    }
#lightboxN .rightbox .specs{
	clear:both;	
	padding-top: 5px;
    min-height: 112px;
	}
#lightboxN .rightbox .specs a{
	color: #aaa;
	}
#lightboxN .rightbox .spec1, #lightboxN .rightbox .spec2, #lightboxN .rightbox .spec3 {
	clear: both;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0%;
	top: 0px;
	text-align:center;
	position: relative;
	
	}
#lightboxN .rightbox .spec1{
	z-index:21;
    display: inherit;
	}
#lightboxN .rightbox .spec2{
	display: none;
	}
#lightboxN .rightbox .spec3{
	display: none;
	}

#lightboxN .rightbox .switch1 img, #lightboxN .rightbox .switch2 img, #lightboxN .rightbox .switch3 img {
	filter: brightness(40%);
	}
#lightboxN .rightbox .switch1.active img, #lightboxN .rightbox .switch2.active img, #lightboxN .rightbox .switch3.active img {
	filter: brightness(100%);
	}




@media screen and (max-width: 768px), screen and (max-height: 590px)  {
#lightboxN .closeW{
    top: 70px;
       }
#lightboxN{
	overflow-y: auto;
}
#lightboxN .box-container {
	width: 100%;
	top:0%;
	left:0%;
	position: relative;
    padding-top: 70px;
}
#lightboxN .leftbox{
	width: 100%;
    /*height: 100%;*/
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	border-right: 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ffffff;
	margin: 0 auto;
	max-width: 500px;
    max-height: 500px;
	}
#lightboxN .rightbox{
	width: 100%;
    /*height: 100%;*/
	left: auto;
	top: auto;
	right: auto;
	position: relative;
	margin: 0 auto;
	max-width: 500px;
    max-height: 500px;
	}
}






#owl-es-tab .owl-stage,
#owl-es-tab .owl-item.active{
    transform: inherit !important;
    width: 100% !important;
    display: block;
    height: auto;
    text-align: center;
}
#owl-es-tab li{
    display: flex;
  flex-direction: column;
  align-items: center;
}
#owl-es-tab .owl-item{
    display: none;
}
 
#owl-es-tab.owl-carousel .owl-dots .owl-dot{
    display: inline-block;
}
#owl-es-tab.owl-carousel .owl-dot.active span {
    background-color: #fff;
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
}
#owl-es-tab.owl-carousel .owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    display: inline-block;
    margin: 5px;
    border: 1px solid #fff;
}




/*-----exclusive-----*/

#hd #exclusive {
	position: relative;
	background: url(../img/bg-03.jpg) center;
	background-size: cover;
	z-index: 1;
	/* overflow: hidden; */
}

#hd #exclusive .w1200 {
	/*padding-top: 200px;*/
}

#m5-4 #exclusive .col50 bg-exclusive-section{
	width:20%;
	}

#hd #exclusive .w1200 .col50:nth-child(2) {
	position: absolute;
	height: auto;
	width: 20%;
	top: 0;
	left: 80%;
}
#hd #exclusive .w1200 .col50:nth-child(2) img {
	position: absolute;
	left: 0;
}
#hd #exclusive .w1200 .col50:nth-child(2) img:first-child {
	/* bottom: 24%; */
	/* bottom: -3%; */
	bottom: -14%;
	z-index: 4;
	pointer-events: none;
}
#hd #exclusive .w1200 .col50:nth-child(2) img:first-child.js--exclusive {
	bottom: -43%;
}
#hd #exclusive .w1200 .col50:nth-child(2) img:nth-child(2) {
	width: 30%;
	max-width: 380px;
	/* bottom: 39%; */
	/* bottom: 23%; */
	bottom: 16%;
	z-index: 3;
	cursor: pointer;
}
#hd #exclusive .w1200 .col50:nth-child(2) img:nth-child(2).js--exclusive {
	bottom: 10%;
}
#hd #exclusive .w1200 .col50:nth-child(2) img:nth-child(2):hover {
	background: url(../img/explode-2.png) center;
	background-size: cover;
}
#hd #exclusive .w1200 .col50:nth-child(2) img:nth-child(3) {
	width: 46.55%;
	max-width: 380px;
	/* bottom: 12%; */
	/* bottom: 8%; */
	bottom: 6%;
	z-index: 2;
	cursor: pointer;
}
#hd #exclusive .w1200 .col50:nth-child(2) img:nth-child(3).js--exclusive {
	bottom: 3%;
}
#hd #exclusive .w1200 .col50:nth-child(2) img:nth-child(3):hover {
	background: url(../img/explode-3.png) center;
	background-size: cover;
}
#hd #exclusive .w1200 .col50:nth-child(2) img:nth-child(4) {
	bottom: -43%;
	z-index: 1;
	pointer-events: none;
}

/*960*/
@media screen and (max-width: 960px) {
#hd #exclusive .w1200 {
		padding-bottom: 0;
	}
	#hd #exclusive .w1200 .col50:nth-child(2) {
		/* position: relative;
		display: block;
		width: 80%;
		margin: 0 auto;
		height: 630px;
		margin-bottom: -30px; */

		position: relative;
		display: block;
		width: 80%;
		margin: 0 auto;
		/* padding-bottom: 18%; */
		padding-bottom: 25%;
	}
	#hd #exclusive .w1200 .col50:nth-child(2) img:nth-child(2) {
		/* bottom: 16%; */
		bottom: 11%;
	}
	#hd #exclusive .w1200 .col50:nth-child(2) img:nth-child(3) {
		/* bottom: -1%; */
		bottom: 0%;
	}
	#hd #exclusive .w1200 .col50:nth-child(2) img:nth-child(4) {
		position: relative;
		-webkit-transform: translateY(90%);
		transform: translateY(90%);
	}

}



/*-----lightbox-----*/
html.hd_scroll-fix,
body.hd_scroll-fix {
	overflow: hidden !important;
}
#hd-lightbox {
	width: 100%;
	line-height: 100vh;
	background-color: #232323;
	position: fixed;
	padding-top: 20px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	z-index: 10000000 !important;
	display: none;
}
#hd-lightbox.active {
	display: block;
}
#hd-lightbox .w1200{
	background-color: #333333;
	padding: 20px 0;
	position: relative;
	line-height: normal;
	display: inline-block;
	vertical-align: middle;
}
#hd-lightbox .w1200:before {
	content: '';
	display: block;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	position: absolute;
	top: -2px;
	left: -2px;
	z-index: -1;
	background: rgb(168,0,18);
	background: -moz-linear-gradient(left, rgba(168,0,18,1) 0%, rgba(206,76,42,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(168,0,18,1) 0%,rgba(206,76,42,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(168,0,18,1) 0%,rgba(206,76,42,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a80012', endColorstr='#ce4c2a',GradientType=0 ); /* IE6-9 */
}
#hd-lightbox h5 {
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 10px;
}
#hd .hd-btn-close {
	position: absolute;
	display: block;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
#hd .hd-btn-close:before,
#hd .hd-btn-close:after {
	content:"";
	display: block;
	position: absolute;
	bottom: 13px;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgb(168,0,18);
	background: -moz-linear-gradient(left, rgba(168,0,18,1) 0%, rgba(206,76,42,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(168,0,18,1) 0%,rgba(206,76,42,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(168,0,18,1) 0%,rgba(206,76,42,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a80012', endColorstr='#ce4c2a',GradientType=0 ); /* IE6-9 */
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
}
#hd .hd-btn-close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#hd .hd-btn-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#hd .hd-btn-close:hover:before {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
#hd .hd-btn-close:hover:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

#hd-lightbox p {
	padding-bottom: 20px;
}
#hd-lightbox .hd_switch {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	display: none;
}
#hd-lightbox .hd_switch.active {
	display: block;
}
#hd-lightbox .hd_switch .col50 {
	padding: 0 20px;
}
#hd-lightbox .switch_1-pic {
	position: relative;
}
#hd-lightbox .switch_1-pic> div {
	display: inline-block;
	width: 33.33%;
	padding-bottom: 60%;
	cursor: pointer;
	position: relative;
	-webkit-filter: grayscale(1) brightness(.4);
	filter: grayscale(1) brightness(.4);
	transition: all .4s ease 0s;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
}
#hd-lightbox .switch_1-pic .pic-1 {
	background: url('../img/swtich1.png') center no-repeat;
	background-size: contain;
	z-index: 3;
}
#hd-lightbox .switch_1-pic .pic-2 {
	background: url('../img/swtich2.png') center no-repeat;
	background-size: contain;
	margin-left: -6%;
	z-index: 2;
}
#hd-lightbox .switch_1-pic .pic-3 {
	background: url('../img/swtich3.png') center no-repeat;
	background-size: contain;
	margin-left: -6%;
	z-index: 1;
}
#hd-lightbox .switch_1-pic> div:hover,
#hd-lightbox .switch_1-pic> div.active {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: translateY(-8%);
	transform: translateY(-8%);
}

#hd-lightbox .switch_1-content li {
	text-align: left;
	display: none;
}
#hd-lightbox .switch_1-content li.active {
	display: inline-block;
}

#hd-lightbox .steps{
	width: 100%;
	height: 360px;
	margin:0 auto;
	overflow: hidden;
	position: relative;
}
#hd-lightbox .steps ul{
	width: 300%;
	position: absolute;
	top: 0;
	left: 0;
}
#hd-lightbox .steps li{
	width: 33.3333%;
	padding: 20px 0;
	float:left;
}
#hd-lightbox .steps li img {
	max-width: 90%;
	margin: 0 auto;
}
#hd-lightbox .dots li{
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 8px;
	border: 2px solid;
	border-color: #fff;
	background-color: transparent;
	margin: 10px 7px 30px;
	cursor: pointer;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-ms-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}
#hd-lightbox .dots li.active{
	background-color: #fff;
}

/* for #m5-5 go to hd-style.css */
#m5-5{
    background: #000;
    max-width: 1920px;
}
@media screen and (min-width: 2300px) {
#m5-5{
    max-width: 2400px;
}
}


/*------------------- m5-6 ---------------------*/

#m5-6{
    background: url(../img/gladius_ii_06.jpg) center top no-repeat;
    height: 1044px;
    background-size: cover;
}
#m5-6 .img{
    position: absolute;
    left: 50%;
    top: 0;
    background: url(../img/m5-6-mouse.png) center top no-repeat;
    background-size: 100%;
}
#hd #m5-6 .img img{
    width: 100%;
}
#m5-6 .text{
    max-width: 1150px;
    box-sizing: border-box;
    padding: 20% 20px 0 20px;
    margin: 0 auto;
    position: relative;
}
#m5-6 .text .area{
    width: 52%;
}

@media screen and (min-width: 1920px) {
#m5-6 .text{
    padding-top: 15%;
}
}
@media screen and (max-width: 1650px) {
#m5-6{
    height: auto;
}
#m5-6 .text{
    padding-bottom: 15%;
}
}

@media screen and (max-width: 1300px) {
#m5-6 .text{
    padding-top: 10%;
}
}
@media screen and (max-width: 1100px) {
#m5-6 .text{
    padding-top: 5%;
    padding-bottom: 5%;
}
}

@media screen and (max-width: 900px) {
#m5-6 .img{
    top: auto;
    bottom: -2px;
}
}

@media screen and (max-width: 700px) {
#m5-6 .img{
    position: relative;
    left: auto;
    top: auto;
}
#m5-6 .text{
    padding-top: 30px;
    padding-bottom: 0;
}
#m5-6 .text .area{
    width: 100%;
}
}








/*------------------- m5-7 ---------------------*/

#m5-7{
    background: url(../img/gladius_ii_05.jpg) center top no-repeat;
    height: 1044px;
}
#m5-7 .text{
    max-width: 1300px;
    box-sizing: border-box;
    padding: 16.25% 20px 10% 20px;
    margin: 0 auto;
    position: relative;
}
#m5-7 .text .area{
    width: 48%;
}
#m5-7 .text .list{
    margin-top: 60px;
    text-align: left;
    max-width: 600px;
    /*font-family: "MyriadPro", "Roboto", serif;*/
    font-size: 18px;
}
#m5-7 .text .list > div{
    width: 32%;
    display: inline-block;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    vertical-align: top;
}
#m5-7 .text .list > div img{
    display: block;
    margin: 0 auto 10px auto;
    width: 100%;
    max-width: 116px !important;
}
#m5-7 .list span{
    font-family: "Roboto", serif;
}

@media screen and (min-width: 1920px) {
#m5-7{
    background-size: 100% auto;
    /*height: 50vw;*/
}
}
@media screen and (max-width: 900px) {
#m5-7{
    background-position: 30% -60px;
    height: auto;
    /*background-size: 1150px;*/
    background-size: 100%;
}
#m5-7 .text{
    /*padding-top: 600px;*/
    padding-top: 350px;
    padding-bottom: 50px;
	left: 20px;
	
}
#m5-7 .text .area{
    width: 95%;
}
#m5-7 .text .list{
    margin-top: 20px;
}
}

@media screen and (max-width: 650px) {
#m5-7{
    /*background-size: 650px;*/
    background: url(../img/gladius_ii_05_2.jpg) center top no-repeat;
    height: auto;
    /* background-size: 576px; */
    background-position: 25% top;
    background-size: contain;
}
#m5-7 .text{
    padding-top: 450px;
}
}
@media screen and (max-width: 450px) {
#m5-7{
    background-size: 450px;
}
/*#m5-7 .text{
    padding-top: 220px;
}*/
#m5-7 .text {
        padding-top: 325px;
    }
}

@media screen and (max-width: 350px) {
#m5-7 .text .list{
    font-size: 14px;
}
}










/*------------------- m5-8 ---------------------*/
/*-----models-----*/

/*#hd #models {
	position: relative;
	background-color: #0f0f0f;
	position: relative;
	z-index: 0;
}

#hd #models .w1200 {
	padding: 120px 0;
}

#hd #models table {
	width: 100%;
}

#hd #models table tr td {
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

#hd #models table tr th h3 {
	margin-bottom: 30px;
}
#hd #models table tr th {
	padding: 30px 5% 40px;
	
}
#hd #models table tr td {
	padding: 15px 5%;
	text-align: left;
}

#hd #models table tr p {
	padding-bottom: 0;
	text-transform: uppercase;
}

#hd #models table tr td p:first-child {
	color: #ff2b00;
	font-weight: bold;
	padding-bottom: 10px;
}*/



#m5-8{
    background: url(../img/gladius_ii_07.jpg) center top no-repeat;
}
#hd #m5-8 .img img{
    max-width: 1000% !important;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
}
#m5-8 .text{
    max-width: 950px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: -270px auto 200px auto;
    text-align: center;
    z-index: 2;
    position: relative;
}
#m5-8 .text .download{
    margin-top: 40px;
}
#m5-8 .text .download a{
    font-family: "MyriadPro Bold", "Roboto", serif;
    font-weight: normal;
    font-size: 30px;
    color: #f8b942;
    padding: 8px 40px;
    border: 1px solid #f8b942;
    border-radius: 5px;
    transition: all 0.4s;
    display: inline-block;
}
#m5-8 .text .download a:hover{
    background-color: rgba(248,185,66,1);
    color: #1b1814;
}
#hd .mobile-off {
		display: table;
	}
	#hd table.mobile-on {
		display: none;
	}


@media screen and (min-width: 1920px) {
#m5-8 .img{
    background-size: 100% auto;
    height: 1100px;
}
#hd #m5-8 .img img{
    width: 1920px;
    margin-left: -960px;
}
#m5-8 .text{
    margin-top: -350px;
}
}


@media screen and (min-width: 2500px) {
#m5-8 .img{
    height: 1500px;
}
#hd #m5-8 .img img{
    width: 2500px;
    margin-left: -1250px;
}
#m5-8 .text{
    margin-top: -500px;
}
}


@media screen and (max-width: 1800px) {
#m5-8 .img{
    background-size: 100% auto;
    height: 1000px;
}
#hd #m5-8 .img img{
    width: 1600px;
    margin-left: -800px;
}
#m5-8 .text{
    margin-top: -350px;
}
}


@media screen and (max-width: 1500px) {
#m5-8 .img{
    height: 750px;
}
#hd #m5-8 .img img{
    width: 1400px;
    margin-left: -700px;
}
#m5-8 .text{
    margin-top: -200px;
}
}

@media screen and (max-width: 1300px) {
#m5-8 .img{
    height: 630px;
}
#hd #m5-8 .img img{
    width: 1200px;
    margin-left: -600px;
}
#m5-8 .text{
    margin-top: -130px;
    margin-bottom: 100px;
}
}
@media screen and (max-width: 1100px) {
#m5-8 .img{
    height: 480px;
}
#hd #m5-8 .img img{
    width: 1000px;
    margin-left: -500px;
}
#m5-8 .text{
    margin-top: -50px;
}
}

@media screen and (max-width: 960px) {
#m5-8 .img{
    height: 420px;
}
#hd #m5-8 .img img{
    width: 850px;
    margin-left: -425px;
}
}

@media screen and (max-width: 850px) {
	#hd #models table {
		max-width:360px;
		margin: 0 auto 40px;
	}
	#hd .mobile-off {
		display: none;
	}
	#hd table.mobile-on {
		display: table;
	}
/*#m5-8 .img{
    height: 380px;
}
#hd #m5-8 .img img{
    width: 700px;
    margin-left: -350px;
}*/
}


/*@media screen and (max-width: 650px) {
#m5-8 .img{
    height: 380px;
}
#hd #m5-8 .img img{
    width: 550px;
    margin-left: -275px;
}
}

@media screen and (max-width: 520px) {
#m5-8 .img{
    height: 250px;
}
#hd #m5-8 .img img{
    width: 420px;
    margin-left: -210px;
}
#m5-8 .text{
    margin-top: -50px;
    margin-bottom: 100px;
}
#m5-8 .text .download a{
    font-size: 25px;
    padding: 10px;
    display: block;
}
}



@media screen and (max-width: 400px) {
#m5-8 .img{
    height: 200px;
}
#hd #m5-8 .img img{
    width: 320px;
    margin-left: -160px;
}
#m5-8 .text{
    margin-bottom: 50px;
}
}*/

/*-----models-----*/

#hd #models {
	position: relative;
	background-color: #0f0f0f;
	position: relative;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
}
#hd #models h2 {
	text-align: center;	
}
#hd #models .w1200 {
	padding: 120px 0;
}

#hd #models table {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#hd #models table tr td {
	border-bottom: 1px solid rgba(255,0,4,0.50);
	text-align:center;
	
}

#hd #models table tr th p {
	/*font-weight: bold;*/
	font-size:18px;
	margin-bottom: 30px;
	min-height: 3em;
}
#hd #models table tr th {
	padding: 30px 5% 40px;
	
}
#hd #models table tr td {
	padding: 15px 5%;
	text-align:center;
	width:25%;
}

#hd #models table tr p {
	padding-bottom: 0;
	text-transform: uppercase;
	font-size:14px;
}

#hd #models table tr td p:first-child {
	color: #ff2b00;
	font-weight: bold;
	padding-bottom: 10px;
	font-size:14px;
}


#hd .gradientBtn {
	position: relative;
	display: inline-block;
	background: #0f0f0f;
	text-transform: uppercase;
	text-align: center;
	border-radius: 300px;
	transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
}

#hd .gradientBtn:before {
	content: '';
	display: block;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	position: absolute;
	top: -2px;
	left: -2px;
	z-index: -1;
	border-radius: 300px;
	background: #d84208;
	background: -moz-linear-gradient(left, rgba(168,0,18,1) 0%, rgba(255,119,0,1) 80%, rgba(255,119,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(168,0,18,1) 0%,rgba(255,119,0,1) 80%,rgba(255,119,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(168,0,18,1) 0%,rgba(255,119,0,1) 80%,rgba(255,119,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a80012', endColorstr='#ff7700',GradientType=1 ); /* IE6-9 */
}
#hd .gradientBtn a {
	width: 100%;
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	font-weight: normal;
	display: block;
	padding: 3px 30px;
	color: #fff;
}
#hd .gradientBtn a:hover {
	color: #ff2b00;
}




/*------------------- Armoury ---------------------*/

#m5-Armoury{
    position: relative;
}
#m5-Armoury img{
    width: 100%;
}
#m5-Armoury .text{
    position: absolute;
    width: 50%;
    left: 25%;
    top: 30%;
    z-index: 3;
    text-align: center;
    box-sizing: border-box;
}
#m5-Armoury .text .download{
    padding: 5px 15px;
    display: inline-block;
    border: 1px solid #f90c00;
    border-radius: 5px;
    font-size: 1.2em;
    font-family: "xoloniumregular";
    color: #f90c00;
    text-transform: uppercase;
    transition: all 0.2s;
}
#m5-Armoury .text .download:hover{
    border-color: #bd0900;
    color: #bd0900;
}

@media screen and (max-width: 1200px) {
#m5-Armoury .text{
    width: 70%;
    left: 15%;
    top: 10%;
}
}

@media screen and (max-width: 768px) {
#m5-Armoury{
    padding-top: 0% !important;
}
#m5-Armoury .text{
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 50px;
}
}
