@import url('reset.css');
@import url('fonts.css');
@import url('common.css');

body {
    background: #000;
}



#Voidrunner {
    width: 100%;
    font-family: 'DINPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 75%;
    color: #fff;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    overflow-x: hidden;
}

#Voidrunner h1, #Voidrunner .h1 {font-size:5em;} /* 5*12px=60px */
#Voidrunner h2, #Voidrunner .h2 {font-size:3em;} /*  36px */
#Voidrunner h3, #Voidrunner .h3 {font-size:2.5em;} /*  30px */
#Voidrunner h4, #Voidrunner .h4{font-size:2em;}
#Voidrunner p {font-size:1.5em;}

#Voidrunner .h4 {
    color: #fff;
    line-height: 1.2;
    font-family: 'DINPro-Black';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 36px;
    line-height: 2;
}

#Voidrunner .layout-content {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 5% 15px;
}

#Voidrunner  section {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0;
}

#Voidrunner sup {
    font-size: 70%;
    line-height: normal;
    padding-left: 2px;
}

@media (min-width: 1200px) {
    #Voidrunner .content {
        width: 1410px;
        margin: 0 auto;
    }
}


/*#topnav*/

#Voidrunner  a {
    transition: 0.5s all ease-in 0.1s;
}

#topnav a:hover {
    background: rgba(237, 28, 36, 0.8);
    color: #fff;
}


/* kv */

#Voidrunner .top-banner {
    background-color: rgba(0,0,0,.2);
    background-image: url(https://asset.msi.com/event/vga/2017/tr_voidrunner/images/top_banner2.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    background-attachment: fixed;
}


#Voidrunner .top-banner .header {
    width: 100%;
    padding: 0px;
    max-width: 1410px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 0;
    margin-bottom: 5%;
}

#Voidrunner .top-banner .header  .header-title {
    width: 100%;
    max-width: 1410px;
    margin: 0 auto;
}


#Voidrunner .header-body {
    width: 100%;
    position: relative;
    padding: 100px 15px;
    max-width: 1410px;
    margin: 0 auto;

}


#Voidrunner .header-body .kv {
    width: 100%;
    max-width: 780px;
    text-align: center;
    margin: 0 auto;
}

#Voidrunner .header-body .sub-block {
    width: 100%;
    padding: 0 0 0 0;
    max-width: 1410px;
	
}
#Voidrunner .header-body h1 { font-weight: bold; margin-top: 80px;}
#Voidrunner .header-body h1 small { color: #fff; font-size: 50%;}
#Voidrunner .header-body .sub-block .td {
    vertical-align: middle;
    display: table-cell;
}

#Voidrunner .header-body .sub-block .td:nth-child(1) {
    width: 30%;
}

#Voidrunner .header-body .sub-block .td:nth-child(2) {
    width: 70%;
}

#Voidrunner .sub-h3 {
    font-size: 32px;
    color: #fff;
    line-height: 1.2;
    font-family: 'DINCond-Medium';
    padding: 0px;
    margin: 10px 0;
    text-align: left;
}

#Voidrunner .sub-p {
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    font-family: 'DINCond-Medium';
    padding: 0px;
    letter-spacing: 2px;
    margin: 10px 0;
    text-align: left;
}

#Voidrunner .top-banner .top-logo {
    position: relative;
    top: 20px;
    right: 20px;
    width: 100%;
    text-align: right;
}

#Voidrunner .top-banner .intel-logo {
    text-align: right;
    width: 100%;
    top: 0;
    right: 0;
    display: inline-block;
}

/*s1*/

#Voidrunner  .s1 {
    background-image: url(https://asset.msi.com/event/vga/2017/tr_voidrunner/images/bg1.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 5% 0;
    background-attachment: fixed;
    z-index: 99;
    background-color: rgba(0,0,0,.5);
}

#Voidrunner  .s1 .pdname{
    line-height: 1.4;
    color: #fff;
    text-align: center;
}

#Voidrunner  .s1 .pdname:hover{
    color: #f00;
}

#Voidrunner  .owl-theme .owl-nav {
    width: 100%;
    position: absolute;
    top: 35%;
    left:0;
    background-color: #333;
}

#Voidrunner .owl-theme .owl-nav .owl-prev {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 10px 10px;
    background: #f10;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    position: absolute;
    left:0;
}

/*#Voidrunner  .owl-theme .owl-nav .owl-prev:before{
    content: "\f104";
    display: inline-block;
    font-family: FontAwesome;

}

#Voidrunner  .owl-theme .owl-nav .owl-next:before{
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;

}*/

#Voidrunner  .owl-theme .owl-nav .owl-next {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 10px 10px;
    background: #f10;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    position: absolute;
    right:0;
}

#Voidrunner  .item{
    padding: 30px;
}




/* s2 */

#Voidrunner .s2 {
      background-color: rgba(0,0,0,.0);
    background-image: url(https://asset.msi.com/event/vga/2017/tr_voidrunner/images/bg2.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 5% 0;border-top: 1px solid #f00;

}


#Voidrunner  .s2 a{
    color: #fff;
}

#Voidrunner .s2 .out-redmack {
    position: relative;
    margin-top: 30px;
}

#Voidrunner .s2 .title {
    margin: 20px auto;
    text-align: center;
}

#Voidrunner .s2 .time-group {
    display: block;
    margin: 0 auto;
    width: 67%;
    margin-left: 22%;
    padding-bottom: 10%;
}

#Voidrunner .s2 #recon .triangle-topleft {
    width: 0;
    height: 0;
    border-top: 50px solid red;
    border-right: 30px solid transparent;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 329px;
}

#Voidrunner .s2 #recon .tooltip {
    position: relative;
    display: inline-block;
    margin: 10px 20px;
    opacity: 1;
    z-index: 0;
    cursor: pointer;
}

#Voidrunner .s2 #recon .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #FF0004;
}

#Voidrunner .s2 #recon .tooltip-inner {
    background: #FF0004;
    font-size: 6em;
    padding: 5px 25px;
    border: #FF0004 solid 2px;
    color: #000000;
}

#Voidrunner .s2 #recon .tooltip-inner:hover {
    background: rgba(255, 0, 4, 0.5);
    border: #FF0004 solid 2px;
    color: #FFFFFF;
}

#Voidrunner .s2 .toocircle {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 99em;
    background: #FF0004;
    left: 40%;
    bottom: -40px;
}

#Voidrunner .s2  .tooltip p {
    position: absolute;
    line-height: 1em;
    bottom: -90px;
    left: -35px;
    text-align: center;
    min-width: 200px;
    padding: 0;
    margin: 0;
    width: 100%;
    margin-bottom: 0;
}

#Voidrunner .s2  .time-box {
    width: 33%;
    display: -webkit-inline-box;
}

#Voidrunner .s2  .time-line {
    border-bottom: solid 2px #f00;
    width: 67%;
    left: 76px;
    top: 20px;
    position: relative;
}

#recon #myModal a {
    background: rgba(255, 0, 4, 1.00);
    color: #FFFFFF;
    font-size: 1.2em;
    padding: 5px 0px;
    margin-top: 50%;
    text-align: center;
    border-right: #FF0004 10px solid;
    border-left: #FF0004 10px solid;
    text-decoration: none;
}

#recon #myModal a:hover {
    background: rgba(255, 0, 4, 0.7);
    text-decoration: none;
    border-right:#FF0004 10px solid;
    border-left: #FF0004 10px solid;
}

#Voidrunner .s2  .box4-bottem {
    max-width: 1170px;
    margin:0 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

#Voidrunner .s2 .box4-bottem > a{
    display: inline-block;
    background: none;
    border: none;
    margin-left: 0%;
    font-size: 24px;
    color: #fff;
   /* position: absolute;*/
   /* bottom: 30px;*/
    text-decoration: underline;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 0, 0, .5));
    filter: drop-shadow(0px 0px 5px rgba(255, 0, 0, .5));
/*    border-bottom: 1px solid #ccc;*/
     font-weight: 100;
}


#Voidrunner .s2  .box4-bottem a:hover {
    -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 0, 0,1));
    filter: drop-shadow(0px 0px 10px rgba(255, 0, 0, 1))
}



#Voidrunner .s2 #recon .box4-bottem button {
    display: block;
   /* position: absolute;
    bottom: 75px;*/
    margin: 20px auto;
    /*margin-left: 42%;*/
    background: #ca0000 ;
    border:1px solid #F00;
    font-size: 20px;
    line-height: 1.6;
    padding: 8px 30px;
    border-radius:4px;
    color: #fff;

    
}

#Voidrunner .s2 #recon .box4-bottem button:hover {    
    background: rgba(255, 0, 4, 0.5);
}

#Voidrunner .s2 #recon .box4-bottem .bottem-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #ff0000 transparent;
    position: absolute;
    margin-left: 50%;
    bottom: 0px;
}


/*s3 footer */

#Voidrunner .s3 {
    background: url(https://asset.msi.com/event/vga/2017/tr_voidrunner/images/att_bg.png) 100% 100% ;
    padding: 5% 0px;
    text-align: center;
    background-color: transparent;
    background-attachment: fixed;
	border-top: 1px solid #000; z-index: 999999;
}

#Voidrunner .s3 > .h4 {
    padding-bottom: 0.5em;
    padding-top: 1em;
}

#Voidrunner .s3 .att-body {
    font-size: 16px;
    font-family: 'DINPro-Light';
    text-align: left;
    line-height: 1.6;
    padding: 0 15px;
    margin: 0 15px;
}

#Voidrunner .s3 .att-body > li {
    list-style: disc;
    text-align: left; 
    word-wrap:break-word; 
}

#Voidrunner .s3 img {
    padding-bottom: 50px;
}

#Voidrunner .drop-shadow {
    -webkit-filter: drop-shadow(5px 0px 7px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(5px 0px 7px rgba(0, 0, 0, 0.5));
}

